@eui/components 18.0.0-next.29 → 18.0.0-next.30
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/classes/EuiMessageBoxConfig.html +1 -1
- package/docs/components/EuiAlertComponent.html +1 -1
- package/docs/components/EuiButtonComponent.html +1 -1
- package/docs/components/EuiDialogComponent.html +96 -687
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiMessageBoxComponent.html +123 -1227
- package/docs/components/EuiPopoverComponent.html +81 -995
- package/docs/components/EuiTabComponent.html +88 -1004
- package/docs/components/EuiTabContentComponent.html +5 -78
- package/docs/components/EuiTableComponent.html +586 -2166
- package/docs/components/EuiTableFilterComponent.html +122 -787
- package/docs/components/EuiTableSelectableHeaderComponent.html +11 -141
- package/docs/components/EuiTableSelectableRowComponent.html +11 -125
- package/docs/components/EuiTableSortableColComponent.html +23 -263
- package/docs/components/EuiTabsComponent.html +21 -265
- package/docs/dependencies.html +1 -1
- package/docs/interfaces/EuiDialogInterface.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +2 -2
- package/esm2022/eui-alert/eui-alert.component.mjs +4 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-block-content/eui-block-content.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +4 -5
- package/esm2022/eui-button-group/eui-button-group.component.mjs +1 -1
- package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +2 -2
- package/esm2022/eui-chip-list/eui-chip-list.component.mjs +2 -6
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +10 -10
- package/esm2022/eui-dialog/eui-dialog.component.mjs +29 -33
- package/esm2022/eui-dialog/models/eui-dialog.config.mjs +1 -1
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
- package/esm2022/eui-ecl-date-block/eui-ecl-date-block.component.mjs +2 -2
- package/esm2022/eui-ecl-label/eui-ecl-label.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-language-selector/language-selector.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
- package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
- package/esm2022/eui-message-box/eui-message-box.component.mjs +51 -110
- package/esm2022/eui-message-box/models/eui-message-box.config.mjs +1 -1
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-popover/eui-popover.component.mjs +50 -72
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
- package/esm2022/eui-table/eui-table.component.mjs +82 -160
- package/esm2022/eui-table/filter/eui-table-filter.component.mjs +28 -32
- package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +12 -25
- package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +12 -25
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +20 -43
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +44 -59
- package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +6 -12
- package/esm2022/eui-tabs/eui-tabs.component.mjs +22 -45
- package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timepicker/eui-timepicker.component.mjs +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/layout/eui-footer/footer.component.mjs +2 -2
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-search/search.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +2 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
- package/esm2022/shared/base/base-states.directive.mjs +2 -1
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts +11 -6
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +26 -42
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts +1 -1
- package/eui-message-box/models/eui-message-box.config.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +18 -21
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts +36 -51
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-table/filter/eui-table-filter.component.d.ts +9 -9
- package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts +4 -7
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts +4 -7
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts +10 -16
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts +18 -23
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts +2 -4
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +8 -13
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs +11 -10
- package/fesm2022/eui-components-eui-alert.mjs.map +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +2 -2
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs +3 -4
- package/fesm2022/eui-components-eui-button.mjs.map +2 -2
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -5
- package/fesm2022/eui-components-eui-chip-list.mjs.map +2 -2
- package/fesm2022/eui-components-eui-chip.mjs +2 -2
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +236 -212
- package/fesm2022/eui-components-eui-dialog.mjs.map +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-date-block.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-components-eui-ecl-label.mjs +2 -2
- package/fesm2022/eui-components-eui-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs +2 -2
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-menu.mjs +23 -27
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-message-box.mjs +49 -105
- package/fesm2022/eui-components-eui-message-box.mjs.map +2 -2
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +49 -150
- package/fesm2022/eui-components-eui-popover.mjs.map +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +254 -418
- package/fesm2022/eui-components-eui-table.mjs.map +3 -3
- package/fesm2022/eui-components-eui-tabs.mjs +72 -116
- package/fesm2022/eui-components-eui-tabs.mjs.map +3 -3
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +2 -2
- package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +4 -4
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +16 -16
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared.mjs +1 -1
- package/fesm2022/eui-components-shared.mjs.map +2 -2
- package/package.json +3 -3
- package/shared/base/base-states.directive.d.ts.map +1 -1
@@ -117,12 +117,6 @@
|
|
117
117
|
|
118
118
|
|
119
119
|
|
120
|
-
<p class="comment">
|
121
|
-
<h3>Extends</h3>
|
122
|
-
</p>
|
123
|
-
<p class="comment">
|
124
|
-
<code><a href="../directives/BaseDirective.html" target="_self" >BaseDirective</a></code>
|
125
|
-
</p>
|
126
120
|
|
127
121
|
<p class="comment">
|
128
122
|
<h3>Implements</h3>
|
@@ -151,6 +145,13 @@
|
|
151
145
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
152
146
|
</tr>
|
153
147
|
|
148
|
+
<tr>
|
149
|
+
<td class="col-md-3">HostDirectives</td>
|
150
|
+
<td class="col-md-9">
|
151
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
152
|
+
<br/>
|
153
|
+
</td>
|
154
|
+
</tr>
|
154
155
|
|
155
156
|
|
156
157
|
|
@@ -245,10 +246,6 @@
|
|
245
246
|
<span class="modifier">Public</span>
|
246
247
|
<a href="#showStickyHeader" >showStickyHeader</a>
|
247
248
|
</li>
|
248
|
-
<li>
|
249
|
-
<span class="modifier"></span>
|
250
|
-
<a href="#string" >string</a>
|
251
|
-
</li>
|
252
249
|
<li>
|
253
250
|
<span class="modifier"></span>
|
254
251
|
<a href="#tbodyRef" >tbodyRef</a>
|
@@ -293,17 +290,10 @@
|
|
293
290
|
<span class="modifier">Public</span>
|
294
291
|
<a href="#setSort" >setSort</a>
|
295
292
|
</li>
|
296
|
-
<li>
|
297
|
-
<span class="modifier">Public</span>
|
298
|
-
<a href="#trackByFn" >trackByFn</a>
|
299
|
-
</li>
|
300
293
|
<li>
|
301
294
|
<span class="modifier">Public</span>
|
302
295
|
<a href="#unselectAllRows" >unselectAllRows</a>
|
303
296
|
</li>
|
304
|
-
<li>
|
305
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
306
|
-
</li>
|
307
297
|
</ul>
|
308
298
|
</td>
|
309
299
|
</tr>
|
@@ -319,6 +309,9 @@
|
|
319
309
|
<li>
|
320
310
|
<a href="#asyncTable" >asyncTable</a>
|
321
311
|
</li>
|
312
|
+
<li>
|
313
|
+
<a href="#e2eAttr" >e2eAttr</a>
|
314
|
+
</li>
|
322
315
|
<li>
|
323
316
|
<a href="#euiTableBordered" >euiTableBordered</a>
|
324
317
|
</li>
|
@@ -373,93 +366,6 @@
|
|
373
366
|
<li>
|
374
367
|
<a href="#rows" >rows</a>
|
375
368
|
</li>
|
376
|
-
<li>
|
377
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
378
|
-
</li>
|
379
|
-
<li>
|
380
|
-
<a href="#euiAccent" >euiAccent</a>
|
381
|
-
</li>
|
382
|
-
<li>
|
383
|
-
<a href="#euiClearable" >euiClearable</a>
|
384
|
-
</li>
|
385
|
-
<li>
|
386
|
-
<a href="#euiCompact" >euiCompact</a>
|
387
|
-
</li>
|
388
|
-
<li>
|
389
|
-
<a href="#euiDanger" >euiDanger</a>
|
390
|
-
</li>
|
391
|
-
<li>
|
392
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
393
|
-
</li>
|
394
|
-
<li>
|
395
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
396
|
-
</li>
|
397
|
-
<li>
|
398
|
-
<a href="#euiInfo" >euiInfo</a>
|
399
|
-
</li>
|
400
|
-
<li>
|
401
|
-
<a href="#euiLoading" >euiLoading</a>
|
402
|
-
</li>
|
403
|
-
<li>
|
404
|
-
<a href="#euiOutline" >euiOutline</a>
|
405
|
-
</li>
|
406
|
-
<li>
|
407
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
408
|
-
</li>
|
409
|
-
<li>
|
410
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
411
|
-
</li>
|
412
|
-
<li>
|
413
|
-
<a href="#euiRounded" >euiRounded</a>
|
414
|
-
</li>
|
415
|
-
<li>
|
416
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
417
|
-
</li>
|
418
|
-
<li>
|
419
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
420
|
-
</li>
|
421
|
-
<li>
|
422
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
423
|
-
</li>
|
424
|
-
<li>
|
425
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
426
|
-
</li>
|
427
|
-
<li>
|
428
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
429
|
-
</li>
|
430
|
-
<li>
|
431
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
432
|
-
</li>
|
433
|
-
<li>
|
434
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
435
|
-
</li>
|
436
|
-
<li>
|
437
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
438
|
-
</li>
|
439
|
-
<li>
|
440
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
441
|
-
</li>
|
442
|
-
<li>
|
443
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
444
|
-
</li>
|
445
|
-
<li>
|
446
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
447
|
-
</li>
|
448
|
-
<li>
|
449
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
450
|
-
</li>
|
451
|
-
<li>
|
452
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
453
|
-
</li>
|
454
|
-
<li>
|
455
|
-
<a href="#euiVariant" >euiVariant</a>
|
456
|
-
</li>
|
457
|
-
<li>
|
458
|
-
<a href="#euiWarning" >euiWarning</a>
|
459
|
-
</li>
|
460
|
-
<li>
|
461
|
-
<a href="#styleClass" >styleClass</a>
|
462
|
-
</li>
|
463
369
|
</ul>
|
464
370
|
</td>
|
465
371
|
</tr>
|
@@ -496,15 +402,6 @@
|
|
496
402
|
<li>
|
497
403
|
<a href="#class" >class</a>
|
498
404
|
</li>
|
499
|
-
<li>
|
500
|
-
<a href="#class" >class</a>
|
501
|
-
</li>
|
502
|
-
<li>
|
503
|
-
<a href="#class.eui-table__loading" >class.eui-table__loading</a>
|
504
|
-
</li>
|
505
|
-
<li>
|
506
|
-
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
507
|
-
</li>
|
508
405
|
</ul>
|
509
406
|
</td>
|
510
407
|
</tr>
|
@@ -518,51 +415,6 @@
|
|
518
415
|
<tr>
|
519
416
|
<td class="col-md-4">
|
520
417
|
<ul class="index-list">
|
521
|
-
<li>
|
522
|
-
<a href="#hasLoading" >hasLoading</a>
|
523
|
-
</li>
|
524
|
-
<li>
|
525
|
-
<a href="#loading" >loading</a>
|
526
|
-
</li>
|
527
|
-
<li>
|
528
|
-
<a href="#asyncTable" >asyncTable</a>
|
529
|
-
</li>
|
530
|
-
<li>
|
531
|
-
<a href="#paginable" >paginable</a>
|
532
|
-
</li>
|
533
|
-
<li>
|
534
|
-
<a href="#euiTableResponsive" >euiTableResponsive</a>
|
535
|
-
</li>
|
536
|
-
<li>
|
537
|
-
<a href="#euiTableFixedLayout" >euiTableFixedLayout</a>
|
538
|
-
</li>
|
539
|
-
<li>
|
540
|
-
<a href="#euiTableDraggable" >euiTableDraggable</a>
|
541
|
-
</li>
|
542
|
-
<li>
|
543
|
-
<a href="#euiTableCards" >euiTableCards</a>
|
544
|
-
</li>
|
545
|
-
<li>
|
546
|
-
<a href="#euiTableBordered" >euiTableBordered</a>
|
547
|
-
</li>
|
548
|
-
<li>
|
549
|
-
<a href="#euiTableCompact" >euiTableCompact</a>
|
550
|
-
</li>
|
551
|
-
<li>
|
552
|
-
<a href="#hasStickyHeader" >hasStickyHeader</a>
|
553
|
-
</li>
|
554
|
-
<li>
|
555
|
-
<a href="#hasStickyColumns" >hasStickyColumns</a>
|
556
|
-
</li>
|
557
|
-
<li>
|
558
|
-
<a href="#isSelectOnlyVisibleRows" >isSelectOnlyVisibleRows</a>
|
559
|
-
</li>
|
560
|
-
<li>
|
561
|
-
<a href="#isColsOrderable" >isColsOrderable</a>
|
562
|
-
</li>
|
563
|
-
<li>
|
564
|
-
<a href="#isHoverable" >isHoverable</a>
|
565
|
-
</li>
|
566
418
|
<li>
|
567
419
|
<a href="#cssClasses" >cssClasses</a>
|
568
420
|
</li>
|
@@ -579,7 +431,7 @@
|
|
579
431
|
<tbody>
|
580
432
|
<tr>
|
581
433
|
<td class="col-md-4">
|
582
|
-
<code>constructor(euiTableSortService: <a href="../injectables/EuiTableSortService.html" target="_self">EuiTableSortService</a>, cd: ChangeDetectorRef, euiTableSelectableRowService: <a href="../injectables/EuiTableSelectableRowService.html" target="_self">EuiTableSelectableRowService</a>, elementRef: ElementRef)</code>
|
434
|
+
<code>constructor(euiTableSortService: <a href="../injectables/EuiTableSortService.html" target="_self">EuiTableSortService</a>, cd: ChangeDetectorRef, euiTableSelectableRowService: <a href="../injectables/EuiTableSelectableRowService.html" target="_self">EuiTableSelectableRowService</a>, elementRef: ElementRef, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
583
435
|
</td>
|
584
436
|
</tr>
|
585
437
|
|
@@ -644,6 +496,18 @@
|
|
644
496
|
</td>
|
645
497
|
|
646
498
|
</tr>
|
499
|
+
<tr>
|
500
|
+
<td>baseStatesDirective</td>
|
501
|
+
|
502
|
+
<td>
|
503
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
504
|
+
</td>
|
505
|
+
|
506
|
+
<td>
|
507
|
+
No
|
508
|
+
</td>
|
509
|
+
|
510
|
+
</tr>
|
647
511
|
</tbody>
|
648
512
|
</table>
|
649
513
|
</div>
|
@@ -669,6 +533,32 @@
|
|
669
533
|
|
670
534
|
</td>
|
671
535
|
</tr>
|
536
|
+
<tr>
|
537
|
+
<td class="col-md-4">
|
538
|
+
<i>Default value : </i><code>false</code>
|
539
|
+
</td>
|
540
|
+
</tr>
|
541
|
+
</tbody>
|
542
|
+
</table>
|
543
|
+
<table class="table table-sm table-bordered">
|
544
|
+
<tbody>
|
545
|
+
<tr>
|
546
|
+
<td class="col-md-4">
|
547
|
+
<a name="e2eAttr"></a>
|
548
|
+
<b>e2eAttr</b>
|
549
|
+
</td>
|
550
|
+
</tr>
|
551
|
+
<tr>
|
552
|
+
<td class="col-md-4">
|
553
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
554
|
+
|
555
|
+
</td>
|
556
|
+
</tr>
|
557
|
+
<tr>
|
558
|
+
<td class="col-md-4">
|
559
|
+
<i>Default value : </i><code>'eui-table'</code>
|
560
|
+
</td>
|
561
|
+
</tr>
|
672
562
|
</tbody>
|
673
563
|
</table>
|
674
564
|
<table class="table table-sm table-bordered">
|
@@ -685,6 +575,11 @@
|
|
685
575
|
|
686
576
|
</td>
|
687
577
|
</tr>
|
578
|
+
<tr>
|
579
|
+
<td class="col-md-4">
|
580
|
+
<i>Default value : </i><code>false</code>
|
581
|
+
</td>
|
582
|
+
</tr>
|
688
583
|
</tbody>
|
689
584
|
</table>
|
690
585
|
<table class="table table-sm table-bordered">
|
@@ -701,6 +596,11 @@
|
|
701
596
|
|
702
597
|
</td>
|
703
598
|
</tr>
|
599
|
+
<tr>
|
600
|
+
<td class="col-md-4">
|
601
|
+
<i>Default value : </i><code>false</code>
|
602
|
+
</td>
|
603
|
+
</tr>
|
704
604
|
</tbody>
|
705
605
|
</table>
|
706
606
|
<table class="table table-sm table-bordered">
|
@@ -717,6 +617,11 @@
|
|
717
617
|
|
718
618
|
</td>
|
719
619
|
</tr>
|
620
|
+
<tr>
|
621
|
+
<td class="col-md-4">
|
622
|
+
<i>Default value : </i><code>false</code>
|
623
|
+
</td>
|
624
|
+
</tr>
|
720
625
|
</tbody>
|
721
626
|
</table>
|
722
627
|
<table class="table table-sm table-bordered">
|
@@ -733,6 +638,11 @@
|
|
733
638
|
|
734
639
|
</td>
|
735
640
|
</tr>
|
641
|
+
<tr>
|
642
|
+
<td class="col-md-4">
|
643
|
+
<i>Default value : </i><code>false</code>
|
644
|
+
</td>
|
645
|
+
</tr>
|
736
646
|
</tbody>
|
737
647
|
</table>
|
738
648
|
<table class="table table-sm table-bordered">
|
@@ -749,6 +659,11 @@
|
|
749
659
|
|
750
660
|
</td>
|
751
661
|
</tr>
|
662
|
+
<tr>
|
663
|
+
<td class="col-md-4">
|
664
|
+
<i>Default value : </i><code>false</code>
|
665
|
+
</td>
|
666
|
+
</tr>
|
752
667
|
</tbody>
|
753
668
|
</table>
|
754
669
|
<table class="table table-sm table-bordered">
|
@@ -765,6 +680,11 @@
|
|
765
680
|
|
766
681
|
</td>
|
767
682
|
</tr>
|
683
|
+
<tr>
|
684
|
+
<td class="col-md-4">
|
685
|
+
<i>Default value : </i><code>false</code>
|
686
|
+
</td>
|
687
|
+
</tr>
|
768
688
|
</tbody>
|
769
689
|
</table>
|
770
690
|
<table class="table table-sm table-bordered">
|
@@ -797,6 +717,11 @@
|
|
797
717
|
|
798
718
|
</td>
|
799
719
|
</tr>
|
720
|
+
<tr>
|
721
|
+
<td class="col-md-4">
|
722
|
+
<i>Default value : </i><code>false</code>
|
723
|
+
</td>
|
724
|
+
</tr>
|
800
725
|
</tbody>
|
801
726
|
</table>
|
802
727
|
<table class="table table-sm table-bordered">
|
@@ -813,6 +738,11 @@
|
|
813
738
|
|
814
739
|
</td>
|
815
740
|
</tr>
|
741
|
+
<tr>
|
742
|
+
<td class="col-md-4">
|
743
|
+
<i>Default value : </i><code>false</code>
|
744
|
+
</td>
|
745
|
+
</tr>
|
816
746
|
</tbody>
|
817
747
|
</table>
|
818
748
|
<table class="table table-sm table-bordered">
|
@@ -829,6 +759,11 @@
|
|
829
759
|
|
830
760
|
</td>
|
831
761
|
</tr>
|
762
|
+
<tr>
|
763
|
+
<td class="col-md-4">
|
764
|
+
<i>Default value : </i><code>false</code>
|
765
|
+
</td>
|
766
|
+
</tr>
|
832
767
|
</tbody>
|
833
768
|
</table>
|
834
769
|
<table class="table table-sm table-bordered">
|
@@ -845,6 +780,11 @@
|
|
845
780
|
|
846
781
|
</td>
|
847
782
|
</tr>
|
783
|
+
<tr>
|
784
|
+
<td class="col-md-4">
|
785
|
+
<i>Default value : </i><code>false</code>
|
786
|
+
</td>
|
787
|
+
</tr>
|
848
788
|
</tbody>
|
849
789
|
</table>
|
850
790
|
<table class="table table-sm table-bordered">
|
@@ -861,6 +801,11 @@
|
|
861
801
|
|
862
802
|
</td>
|
863
803
|
</tr>
|
804
|
+
<tr>
|
805
|
+
<td class="col-md-4">
|
806
|
+
<i>Default value : </i><code>false</code>
|
807
|
+
</td>
|
808
|
+
</tr>
|
864
809
|
</tbody>
|
865
810
|
</table>
|
866
811
|
<table class="table table-sm table-bordered">
|
@@ -877,6 +822,11 @@
|
|
877
822
|
|
878
823
|
</td>
|
879
824
|
</tr>
|
825
|
+
<tr>
|
826
|
+
<td class="col-md-4">
|
827
|
+
<i>Default value : </i><code>false</code>
|
828
|
+
</td>
|
829
|
+
</tr>
|
880
830
|
</tbody>
|
881
831
|
</table>
|
882
832
|
<table class="table table-sm table-bordered">
|
@@ -893,6 +843,11 @@
|
|
893
843
|
|
894
844
|
</td>
|
895
845
|
</tr>
|
846
|
+
<tr>
|
847
|
+
<td class="col-md-4">
|
848
|
+
<i>Default value : </i><code>false</code>
|
849
|
+
</td>
|
850
|
+
</tr>
|
896
851
|
</tbody>
|
897
852
|
</table>
|
898
853
|
<table class="table table-sm table-bordered">
|
@@ -974,17 +929,20 @@
|
|
974
929
|
</tr>
|
975
930
|
</tbody>
|
976
931
|
</table>
|
932
|
+
</section>
|
933
|
+
<section data-compodoc="block-outputs">
|
934
|
+
<h3 id="outputs">Outputs</h3>
|
977
935
|
<table class="table table-sm table-bordered">
|
978
936
|
<tbody>
|
979
937
|
<tr>
|
980
938
|
<td class="col-md-4">
|
981
|
-
<a name="
|
982
|
-
<b>
|
939
|
+
<a name="multiSortChange"></a>
|
940
|
+
<b>multiSortChange</b>
|
983
941
|
</td>
|
984
942
|
</tr>
|
985
943
|
<tr>
|
986
944
|
<td class="col-md-4">
|
987
|
-
<i>Type : </i>
|
945
|
+
<i>Type : </i> <code>EventEmitter</code>
|
988
946
|
|
989
947
|
</td>
|
990
948
|
</tr>
|
@@ -994,13 +952,13 @@
|
|
994
952
|
<tbody>
|
995
953
|
<tr>
|
996
954
|
<td class="col-md-4">
|
997
|
-
<a name="
|
998
|
-
<b>
|
955
|
+
<a name="selectedRows"></a>
|
956
|
+
<b>selectedRows</b>
|
999
957
|
</td>
|
1000
958
|
</tr>
|
1001
959
|
<tr>
|
1002
960
|
<td class="col-md-4">
|
1003
|
-
<i>Type : </i>
|
961
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1004
962
|
|
1005
963
|
</td>
|
1006
964
|
</tr>
|
@@ -1010,1030 +968,34 @@
|
|
1010
968
|
<tbody>
|
1011
969
|
<tr>
|
1012
970
|
<td class="col-md-4">
|
1013
|
-
<a name="
|
1014
|
-
<b>
|
971
|
+
<a name="sortChange"></a>
|
972
|
+
<b>sortChange</b>
|
1015
973
|
</td>
|
1016
974
|
</tr>
|
1017
975
|
<tr>
|
1018
976
|
<td class="col-md-4">
|
1019
|
-
<i>Type : </i>
|
977
|
+
<i>Type : </i> <code>EventEmitter</code>
|
1020
978
|
|
1021
979
|
</td>
|
1022
980
|
</tr>
|
1023
981
|
</tbody>
|
1024
982
|
</table>
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
983
|
+
</section>
|
984
|
+
<section data-compodoc="block-properties">
|
985
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
986
|
+
<tbody>
|
987
|
+
<tr>
|
988
|
+
<td class="col-md-4">
|
989
|
+
<a name="class"></a>
|
990
|
+
<span class="name">
|
991
|
+
<span ><b>class</b></span>
|
992
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
993
|
+
</span>
|
994
|
+
</td>
|
995
|
+
</tr>
|
1033
996
|
<tr>
|
1034
997
|
<td class="col-md-4">
|
1035
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
1036
|
-
|
1037
|
-
</td>
|
1038
|
-
</tr>
|
1039
|
-
</tbody>
|
1040
|
-
</table>
|
1041
|
-
<table class="table table-sm table-bordered">
|
1042
|
-
<tbody>
|
1043
|
-
<tr>
|
1044
|
-
<td class="col-md-4">
|
1045
|
-
<a name="euiDanger"></a>
|
1046
|
-
<b>euiDanger</b>
|
1047
|
-
</td>
|
1048
|
-
</tr>
|
1049
|
-
<tr>
|
1050
|
-
<td class="col-md-4">
|
1051
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1052
|
-
|
1053
|
-
</td>
|
1054
|
-
</tr>
|
1055
|
-
</tbody>
|
1056
|
-
</table>
|
1057
|
-
<table class="table table-sm table-bordered">
|
1058
|
-
<tbody>
|
1059
|
-
<tr>
|
1060
|
-
<td class="col-md-4">
|
1061
|
-
<a name="euiDisabled"></a>
|
1062
|
-
<b>euiDisabled</b>
|
1063
|
-
</td>
|
1064
|
-
</tr>
|
1065
|
-
<tr>
|
1066
|
-
<td class="col-md-4">
|
1067
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1068
|
-
|
1069
|
-
</td>
|
1070
|
-
</tr>
|
1071
|
-
</tbody>
|
1072
|
-
</table>
|
1073
|
-
<table class="table table-sm table-bordered">
|
1074
|
-
<tbody>
|
1075
|
-
<tr>
|
1076
|
-
<td class="col-md-4">
|
1077
|
-
<a name="euiHighlighted"></a>
|
1078
|
-
<b>euiHighlighted</b>
|
1079
|
-
</td>
|
1080
|
-
</tr>
|
1081
|
-
<tr>
|
1082
|
-
<td class="col-md-4">
|
1083
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1084
|
-
|
1085
|
-
</td>
|
1086
|
-
</tr>
|
1087
|
-
</tbody>
|
1088
|
-
</table>
|
1089
|
-
<table class="table table-sm table-bordered">
|
1090
|
-
<tbody>
|
1091
|
-
<tr>
|
1092
|
-
<td class="col-md-4">
|
1093
|
-
<a name="euiInfo"></a>
|
1094
|
-
<b>euiInfo</b>
|
1095
|
-
</td>
|
1096
|
-
</tr>
|
1097
|
-
<tr>
|
1098
|
-
<td class="col-md-4">
|
1099
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1100
|
-
|
1101
|
-
</td>
|
1102
|
-
</tr>
|
1103
|
-
</tbody>
|
1104
|
-
</table>
|
1105
|
-
<table class="table table-sm table-bordered">
|
1106
|
-
<tbody>
|
1107
|
-
<tr>
|
1108
|
-
<td class="col-md-4">
|
1109
|
-
<a name="euiLoading"></a>
|
1110
|
-
<b>euiLoading</b>
|
1111
|
-
</td>
|
1112
|
-
</tr>
|
1113
|
-
<tr>
|
1114
|
-
<td class="col-md-4">
|
1115
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1116
|
-
|
1117
|
-
</td>
|
1118
|
-
</tr>
|
1119
|
-
</tbody>
|
1120
|
-
</table>
|
1121
|
-
<table class="table table-sm table-bordered">
|
1122
|
-
<tbody>
|
1123
|
-
<tr>
|
1124
|
-
<td class="col-md-4">
|
1125
|
-
<a name="euiOutline"></a>
|
1126
|
-
<b>euiOutline</b>
|
1127
|
-
</td>
|
1128
|
-
</tr>
|
1129
|
-
<tr>
|
1130
|
-
<td class="col-md-4">
|
1131
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1132
|
-
|
1133
|
-
</td>
|
1134
|
-
</tr>
|
1135
|
-
</tbody>
|
1136
|
-
</table>
|
1137
|
-
<table class="table table-sm table-bordered">
|
1138
|
-
<tbody>
|
1139
|
-
<tr>
|
1140
|
-
<td class="col-md-4">
|
1141
|
-
<a name="euiPrimary"></a>
|
1142
|
-
<b>euiPrimary</b>
|
1143
|
-
</td>
|
1144
|
-
</tr>
|
1145
|
-
<tr>
|
1146
|
-
<td class="col-md-4">
|
1147
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1148
|
-
|
1149
|
-
</td>
|
1150
|
-
</tr>
|
1151
|
-
</tbody>
|
1152
|
-
</table>
|
1153
|
-
<table class="table table-sm table-bordered">
|
1154
|
-
<tbody>
|
1155
|
-
<tr>
|
1156
|
-
<td class="col-md-4">
|
1157
|
-
<a name="euiResponsive"></a>
|
1158
|
-
<b>euiResponsive</b>
|
1159
|
-
</td>
|
1160
|
-
</tr>
|
1161
|
-
<tr>
|
1162
|
-
<td class="col-md-4">
|
1163
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1164
|
-
|
1165
|
-
</td>
|
1166
|
-
</tr>
|
1167
|
-
</tbody>
|
1168
|
-
</table>
|
1169
|
-
<table class="table table-sm table-bordered">
|
1170
|
-
<tbody>
|
1171
|
-
<tr>
|
1172
|
-
<td class="col-md-4">
|
1173
|
-
<a name="euiRounded"></a>
|
1174
|
-
<b>euiRounded</b>
|
1175
|
-
</td>
|
1176
|
-
</tr>
|
1177
|
-
<tr>
|
1178
|
-
<td class="col-md-4">
|
1179
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1180
|
-
|
1181
|
-
</td>
|
1182
|
-
</tr>
|
1183
|
-
</tbody>
|
1184
|
-
</table>
|
1185
|
-
<table class="table table-sm table-bordered">
|
1186
|
-
<tbody>
|
1187
|
-
<tr>
|
1188
|
-
<td class="col-md-4">
|
1189
|
-
<a name="euiSecondary"></a>
|
1190
|
-
<b>euiSecondary</b>
|
1191
|
-
</td>
|
1192
|
-
</tr>
|
1193
|
-
<tr>
|
1194
|
-
<td class="col-md-4">
|
1195
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1196
|
-
|
1197
|
-
</td>
|
1198
|
-
</tr>
|
1199
|
-
</tbody>
|
1200
|
-
</table>
|
1201
|
-
<table class="table table-sm table-bordered">
|
1202
|
-
<tbody>
|
1203
|
-
<tr>
|
1204
|
-
<td class="col-md-4">
|
1205
|
-
<a name="euiSize2XL"></a>
|
1206
|
-
<b>euiSize2XL</b>
|
1207
|
-
</td>
|
1208
|
-
</tr>
|
1209
|
-
<tr>
|
1210
|
-
<td class="col-md-4">
|
1211
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1212
|
-
|
1213
|
-
</td>
|
1214
|
-
</tr>
|
1215
|
-
</tbody>
|
1216
|
-
</table>
|
1217
|
-
<table class="table table-sm table-bordered">
|
1218
|
-
<tbody>
|
1219
|
-
<tr>
|
1220
|
-
<td class="col-md-4">
|
1221
|
-
<a name="euiSize2XS"></a>
|
1222
|
-
<b>euiSize2XS</b>
|
1223
|
-
</td>
|
1224
|
-
</tr>
|
1225
|
-
<tr>
|
1226
|
-
<td class="col-md-4">
|
1227
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1228
|
-
|
1229
|
-
</td>
|
1230
|
-
</tr>
|
1231
|
-
</tbody>
|
1232
|
-
</table>
|
1233
|
-
<table class="table table-sm table-bordered">
|
1234
|
-
<tbody>
|
1235
|
-
<tr>
|
1236
|
-
<td class="col-md-4">
|
1237
|
-
<a name="euiSize3XL"></a>
|
1238
|
-
<b>euiSize3XL</b>
|
1239
|
-
</td>
|
1240
|
-
</tr>
|
1241
|
-
<tr>
|
1242
|
-
<td class="col-md-4">
|
1243
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1244
|
-
|
1245
|
-
</td>
|
1246
|
-
</tr>
|
1247
|
-
</tbody>
|
1248
|
-
</table>
|
1249
|
-
<table class="table table-sm table-bordered">
|
1250
|
-
<tbody>
|
1251
|
-
<tr>
|
1252
|
-
<td class="col-md-4">
|
1253
|
-
<a name="euiSize4XL"></a>
|
1254
|
-
<b>euiSize4XL</b>
|
1255
|
-
</td>
|
1256
|
-
</tr>
|
1257
|
-
<tr>
|
1258
|
-
<td class="col-md-4">
|
1259
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1260
|
-
|
1261
|
-
</td>
|
1262
|
-
</tr>
|
1263
|
-
</tbody>
|
1264
|
-
</table>
|
1265
|
-
<table class="table table-sm table-bordered">
|
1266
|
-
<tbody>
|
1267
|
-
<tr>
|
1268
|
-
<td class="col-md-4">
|
1269
|
-
<a name="euiSize5XL"></a>
|
1270
|
-
<b>euiSize5XL</b>
|
1271
|
-
</td>
|
1272
|
-
</tr>
|
1273
|
-
<tr>
|
1274
|
-
<td class="col-md-4">
|
1275
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1276
|
-
|
1277
|
-
</td>
|
1278
|
-
</tr>
|
1279
|
-
</tbody>
|
1280
|
-
</table>
|
1281
|
-
<table class="table table-sm table-bordered">
|
1282
|
-
<tbody>
|
1283
|
-
<tr>
|
1284
|
-
<td class="col-md-4">
|
1285
|
-
<a name="euiSizeL"></a>
|
1286
|
-
<b>euiSizeL</b>
|
1287
|
-
</td>
|
1288
|
-
</tr>
|
1289
|
-
<tr>
|
1290
|
-
<td class="col-md-4">
|
1291
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1292
|
-
|
1293
|
-
</td>
|
1294
|
-
</tr>
|
1295
|
-
</tbody>
|
1296
|
-
</table>
|
1297
|
-
<table class="table table-sm table-bordered">
|
1298
|
-
<tbody>
|
1299
|
-
<tr>
|
1300
|
-
<td class="col-md-4">
|
1301
|
-
<a name="euiSizeM"></a>
|
1302
|
-
<b>euiSizeM</b>
|
1303
|
-
</td>
|
1304
|
-
</tr>
|
1305
|
-
<tr>
|
1306
|
-
<td class="col-md-4">
|
1307
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1308
|
-
|
1309
|
-
</td>
|
1310
|
-
</tr>
|
1311
|
-
</tbody>
|
1312
|
-
</table>
|
1313
|
-
<table class="table table-sm table-bordered">
|
1314
|
-
<tbody>
|
1315
|
-
<tr>
|
1316
|
-
<td class="col-md-4">
|
1317
|
-
<a name="euiSizeS"></a>
|
1318
|
-
<b>euiSizeS</b>
|
1319
|
-
</td>
|
1320
|
-
</tr>
|
1321
|
-
<tr>
|
1322
|
-
<td class="col-md-4">
|
1323
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1324
|
-
|
1325
|
-
</td>
|
1326
|
-
</tr>
|
1327
|
-
</tbody>
|
1328
|
-
</table>
|
1329
|
-
<table class="table table-sm table-bordered">
|
1330
|
-
<tbody>
|
1331
|
-
<tr>
|
1332
|
-
<td class="col-md-4">
|
1333
|
-
<a name="euiSizeVariant"></a>
|
1334
|
-
<b>euiSizeVariant</b>
|
1335
|
-
</td>
|
1336
|
-
</tr>
|
1337
|
-
<tr>
|
1338
|
-
<td class="col-md-4">
|
1339
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1340
|
-
|
1341
|
-
</td>
|
1342
|
-
</tr>
|
1343
|
-
</tbody>
|
1344
|
-
</table>
|
1345
|
-
<table class="table table-sm table-bordered">
|
1346
|
-
<tbody>
|
1347
|
-
<tr>
|
1348
|
-
<td class="col-md-4">
|
1349
|
-
<a name="euiSizeXL"></a>
|
1350
|
-
<b>euiSizeXL</b>
|
1351
|
-
</td>
|
1352
|
-
</tr>
|
1353
|
-
<tr>
|
1354
|
-
<td class="col-md-4">
|
1355
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1356
|
-
|
1357
|
-
</td>
|
1358
|
-
</tr>
|
1359
|
-
</tbody>
|
1360
|
-
</table>
|
1361
|
-
<table class="table table-sm table-bordered">
|
1362
|
-
<tbody>
|
1363
|
-
<tr>
|
1364
|
-
<td class="col-md-4">
|
1365
|
-
<a name="euiSizeXS"></a>
|
1366
|
-
<b>euiSizeXS</b>
|
1367
|
-
</td>
|
1368
|
-
</tr>
|
1369
|
-
<tr>
|
1370
|
-
<td class="col-md-4">
|
1371
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1372
|
-
|
1373
|
-
</td>
|
1374
|
-
</tr>
|
1375
|
-
</tbody>
|
1376
|
-
</table>
|
1377
|
-
<table class="table table-sm table-bordered">
|
1378
|
-
<tbody>
|
1379
|
-
<tr>
|
1380
|
-
<td class="col-md-4">
|
1381
|
-
<a name="euiSuccess"></a>
|
1382
|
-
<b>euiSuccess</b>
|
1383
|
-
</td>
|
1384
|
-
</tr>
|
1385
|
-
<tr>
|
1386
|
-
<td class="col-md-4">
|
1387
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1388
|
-
|
1389
|
-
</td>
|
1390
|
-
</tr>
|
1391
|
-
</tbody>
|
1392
|
-
</table>
|
1393
|
-
<table class="table table-sm table-bordered">
|
1394
|
-
<tbody>
|
1395
|
-
<tr>
|
1396
|
-
<td class="col-md-4">
|
1397
|
-
<a name="euiVariant"></a>
|
1398
|
-
<b>euiVariant</b>
|
1399
|
-
</td>
|
1400
|
-
</tr>
|
1401
|
-
<tr>
|
1402
|
-
<td class="col-md-4">
|
1403
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1404
|
-
|
1405
|
-
</td>
|
1406
|
-
</tr>
|
1407
|
-
</tbody>
|
1408
|
-
</table>
|
1409
|
-
<table class="table table-sm table-bordered">
|
1410
|
-
<tbody>
|
1411
|
-
<tr>
|
1412
|
-
<td class="col-md-4">
|
1413
|
-
<a name="euiWarning"></a>
|
1414
|
-
<b>euiWarning</b>
|
1415
|
-
</td>
|
1416
|
-
</tr>
|
1417
|
-
<tr>
|
1418
|
-
<td class="col-md-4">
|
1419
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1420
|
-
|
1421
|
-
</td>
|
1422
|
-
</tr>
|
1423
|
-
</tbody>
|
1424
|
-
</table>
|
1425
|
-
<table class="table table-sm table-bordered">
|
1426
|
-
<tbody>
|
1427
|
-
<tr>
|
1428
|
-
<td class="col-md-4">
|
1429
|
-
<a name="styleClass"></a>
|
1430
|
-
<b>styleClass</b>
|
1431
|
-
</td>
|
1432
|
-
</tr>
|
1433
|
-
<tr>
|
1434
|
-
<td class="col-md-4">
|
1435
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1436
|
-
|
1437
|
-
</td>
|
1438
|
-
</tr>
|
1439
|
-
</tbody>
|
1440
|
-
</table>
|
1441
|
-
</section>
|
1442
|
-
<section data-compodoc="block-outputs">
|
1443
|
-
<h3 id="outputs">Outputs</h3>
|
1444
|
-
<table class="table table-sm table-bordered">
|
1445
|
-
<tbody>
|
1446
|
-
<tr>
|
1447
|
-
<td class="col-md-4">
|
1448
|
-
<a name="multiSortChange"></a>
|
1449
|
-
<b>multiSortChange</b>
|
1450
|
-
</td>
|
1451
|
-
</tr>
|
1452
|
-
<tr>
|
1453
|
-
<td class="col-md-4">
|
1454
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1455
|
-
|
1456
|
-
</td>
|
1457
|
-
</tr>
|
1458
|
-
</tbody>
|
1459
|
-
</table>
|
1460
|
-
<table class="table table-sm table-bordered">
|
1461
|
-
<tbody>
|
1462
|
-
<tr>
|
1463
|
-
<td class="col-md-4">
|
1464
|
-
<a name="selectedRows"></a>
|
1465
|
-
<b>selectedRows</b>
|
1466
|
-
</td>
|
1467
|
-
</tr>
|
1468
|
-
<tr>
|
1469
|
-
<td class="col-md-4">
|
1470
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1471
|
-
|
1472
|
-
</td>
|
1473
|
-
</tr>
|
1474
|
-
</tbody>
|
1475
|
-
</table>
|
1476
|
-
<table class="table table-sm table-bordered">
|
1477
|
-
<tbody>
|
1478
|
-
<tr>
|
1479
|
-
<td class="col-md-4">
|
1480
|
-
<a name="sortChange"></a>
|
1481
|
-
<b>sortChange</b>
|
1482
|
-
</td>
|
1483
|
-
</tr>
|
1484
|
-
<tr>
|
1485
|
-
<td class="col-md-4">
|
1486
|
-
<i>Type : </i> <code>EventEmitter</code>
|
1487
|
-
|
1488
|
-
</td>
|
1489
|
-
</tr>
|
1490
|
-
</tbody>
|
1491
|
-
</table>
|
1492
|
-
</section>
|
1493
|
-
<section data-compodoc="block-properties">
|
1494
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
1495
|
-
<tbody>
|
1496
|
-
<tr>
|
1497
|
-
<td class="col-md-4">
|
1498
|
-
<a name="class"></a>
|
1499
|
-
<span class="name">
|
1500
|
-
<span ><b>class</b></span>
|
1501
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
1502
|
-
</span>
|
1503
|
-
</td>
|
1504
|
-
</tr>
|
1505
|
-
<tr>
|
1506
|
-
<td class="col-md-4">
|
1507
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1508
|
-
|
1509
|
-
</td>
|
1510
|
-
</tr>
|
1511
|
-
<tr>
|
1512
|
-
<td class="col-md-4">
|
1513
|
-
<i>Default value : </i><code>'eui-table'</code>
|
1514
|
-
</td>
|
1515
|
-
</tr>
|
1516
|
-
|
1517
|
-
|
1518
|
-
</tbody>
|
1519
|
-
</table>
|
1520
|
-
<table class="table table-sm table-bordered">
|
1521
|
-
<tbody>
|
1522
|
-
<tr>
|
1523
|
-
<td class="col-md-4">
|
1524
|
-
<a name="class"></a>
|
1525
|
-
<span class="name">
|
1526
|
-
<span ><b>class</b></span>
|
1527
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
1528
|
-
</span>
|
1529
|
-
</td>
|
1530
|
-
</tr>
|
1531
|
-
<tr>
|
1532
|
-
<td class="col-md-4">
|
1533
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1534
|
-
|
1535
|
-
</td>
|
1536
|
-
</tr>
|
1537
|
-
|
1538
|
-
|
1539
|
-
</tbody>
|
1540
|
-
</table>
|
1541
|
-
<table class="table table-sm table-bordered">
|
1542
|
-
<tbody>
|
1543
|
-
<tr>
|
1544
|
-
<td class="col-md-4">
|
1545
|
-
<a name="class.eui-table__loading"></a>
|
1546
|
-
<span class="name">
|
1547
|
-
<span ><b>class.eui-table__loading</b></span>
|
1548
|
-
<a href="#class.eui-table__loading"><span class="icon ion-ios-link"></span></a>
|
1549
|
-
</span>
|
1550
|
-
</td>
|
1551
|
-
</tr>
|
1552
|
-
<tr>
|
1553
|
-
<td class="col-md-4">
|
1554
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1555
|
-
|
1556
|
-
</td>
|
1557
|
-
</tr>
|
1558
|
-
|
1559
|
-
|
1560
|
-
</tbody>
|
1561
|
-
</table>
|
1562
|
-
<table class="table table-sm table-bordered">
|
1563
|
-
<tbody>
|
1564
|
-
<tr>
|
1565
|
-
<td class="col-md-4">
|
1566
|
-
<a name="attr.aria-disabled"></a>
|
1567
|
-
<span class="name">
|
1568
|
-
<span ><b>attr.aria-disabled</b></span>
|
1569
|
-
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1570
|
-
</span>
|
1571
|
-
</td>
|
1572
|
-
</tr>
|
1573
|
-
<tr>
|
1574
|
-
<td class="col-md-4">
|
1575
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1576
|
-
|
1577
|
-
</td>
|
1578
|
-
</tr>
|
1579
|
-
|
1580
|
-
|
1581
|
-
</tbody>
|
1582
|
-
</table>
|
1583
|
-
</section>
|
1584
|
-
|
1585
|
-
|
1586
|
-
<section data-compodoc="block-methods">
|
1587
|
-
|
1588
|
-
<h3 id="methods">
|
1589
|
-
Methods
|
1590
|
-
</h3>
|
1591
|
-
<table class="table table-sm table-bordered">
|
1592
|
-
<tbody>
|
1593
|
-
<tr>
|
1594
|
-
<td class="col-md-4">
|
1595
|
-
<a name="filterRows"></a>
|
1596
|
-
<span class="name">
|
1597
|
-
<span class="modifier">Public</span>
|
1598
|
-
<span ><b>filterRows</b></span>
|
1599
|
-
<a href="#filterRows"><span class="icon ion-ios-link"></span></a>
|
1600
|
-
</span>
|
1601
|
-
</td>
|
1602
|
-
</tr>
|
1603
|
-
<tr>
|
1604
|
-
<td class="col-md-4">
|
1605
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1606
|
-
<code>filterRows(filter: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, r: any[])</code>
|
1607
|
-
</td>
|
1608
|
-
</tr>
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
<tr>
|
1614
|
-
<td class="col-md-4">
|
1615
|
-
|
1616
|
-
<div class="io-description">
|
1617
|
-
<b>Parameters :</b>
|
1618
|
-
|
1619
|
-
<table class="params">
|
1620
|
-
<thead>
|
1621
|
-
<tr>
|
1622
|
-
<td>Name</td>
|
1623
|
-
<td>Type</td>
|
1624
|
-
<td>Optional</td>
|
1625
|
-
</tr>
|
1626
|
-
</thead>
|
1627
|
-
<tbody>
|
1628
|
-
<tr>
|
1629
|
-
<td>filter</td>
|
1630
|
-
<td>
|
1631
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1632
|
-
</td>
|
1633
|
-
|
1634
|
-
<td>
|
1635
|
-
No
|
1636
|
-
</td>
|
1637
|
-
|
1638
|
-
|
1639
|
-
</tr>
|
1640
|
-
<tr>
|
1641
|
-
<td>r</td>
|
1642
|
-
<td>
|
1643
|
-
<code>any[]</code>
|
1644
|
-
</td>
|
1645
|
-
|
1646
|
-
<td>
|
1647
|
-
No
|
1648
|
-
</td>
|
1649
|
-
|
1650
|
-
|
1651
|
-
</tr>
|
1652
|
-
</tbody>
|
1653
|
-
</table>
|
1654
|
-
</div>
|
1655
|
-
<div class="io-description">
|
1656
|
-
<b>Returns : </b> <code>any[]</code>
|
1657
|
-
|
1658
|
-
</div>
|
1659
|
-
<div class="io-description">
|
1660
|
-
|
1661
|
-
</div>
|
1662
|
-
</td>
|
1663
|
-
</tr>
|
1664
|
-
</tbody>
|
1665
|
-
</table>
|
1666
|
-
<table class="table table-sm table-bordered">
|
1667
|
-
<tbody>
|
1668
|
-
<tr>
|
1669
|
-
<td class="col-md-4">
|
1670
|
-
<a name="selectAllRows"></a>
|
1671
|
-
<span class="name">
|
1672
|
-
<span class="modifier">Public</span>
|
1673
|
-
<span ><b>selectAllRows</b></span>
|
1674
|
-
<a href="#selectAllRows"><span class="icon ion-ios-link"></span></a>
|
1675
|
-
</span>
|
1676
|
-
</td>
|
1677
|
-
</tr>
|
1678
|
-
<tr>
|
1679
|
-
<td class="col-md-4">
|
1680
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1681
|
-
<code>selectAllRows()</code>
|
1682
|
-
</td>
|
1683
|
-
</tr>
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
<tr>
|
1689
|
-
<td class="col-md-4">
|
1690
|
-
|
1691
|
-
<div class="io-description">
|
1692
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1693
|
-
|
1694
|
-
</div>
|
1695
|
-
</td>
|
1696
|
-
</tr>
|
1697
|
-
</tbody>
|
1698
|
-
</table>
|
1699
|
-
<table class="table table-sm table-bordered">
|
1700
|
-
<tbody>
|
1701
|
-
<tr>
|
1702
|
-
<td class="col-md-4">
|
1703
|
-
<a name="selectRows"></a>
|
1704
|
-
<span class="name">
|
1705
|
-
<span class="modifier">Public</span>
|
1706
|
-
<span ><b>selectRows</b></span>
|
1707
|
-
<a href="#selectRows"><span class="icon ion-ios-link"></span></a>
|
1708
|
-
</span>
|
1709
|
-
</td>
|
1710
|
-
</tr>
|
1711
|
-
<tr>
|
1712
|
-
<td class="col-md-4">
|
1713
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1714
|
-
<code>selectRows(rows: any[])</code>
|
1715
|
-
</td>
|
1716
|
-
</tr>
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
<tr>
|
1722
|
-
<td class="col-md-4">
|
1723
|
-
|
1724
|
-
<div class="io-description">
|
1725
|
-
<b>Parameters :</b>
|
1726
|
-
|
1727
|
-
<table class="params">
|
1728
|
-
<thead>
|
1729
|
-
<tr>
|
1730
|
-
<td>Name</td>
|
1731
|
-
<td>Type</td>
|
1732
|
-
<td>Optional</td>
|
1733
|
-
</tr>
|
1734
|
-
</thead>
|
1735
|
-
<tbody>
|
1736
|
-
<tr>
|
1737
|
-
<td>rows</td>
|
1738
|
-
<td>
|
1739
|
-
<code>any[]</code>
|
1740
|
-
</td>
|
1741
|
-
|
1742
|
-
<td>
|
1743
|
-
No
|
1744
|
-
</td>
|
1745
|
-
|
1746
|
-
|
1747
|
-
</tr>
|
1748
|
-
</tbody>
|
1749
|
-
</table>
|
1750
|
-
</div>
|
1751
|
-
<div class="io-description">
|
1752
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1753
|
-
|
1754
|
-
</div>
|
1755
|
-
<div class="io-description">
|
1756
|
-
|
1757
|
-
</div>
|
1758
|
-
</td>
|
1759
|
-
</tr>
|
1760
|
-
</tbody>
|
1761
|
-
</table>
|
1762
|
-
<table class="table table-sm table-bordered">
|
1763
|
-
<tbody>
|
1764
|
-
<tr>
|
1765
|
-
<td class="col-md-4">
|
1766
|
-
<a name="setSort"></a>
|
1767
|
-
<span class="name">
|
1768
|
-
<span class="modifier">Public</span>
|
1769
|
-
<span ><b>setSort</b></span>
|
1770
|
-
<a href="#setSort"><span class="icon ion-ios-link"></span></a>
|
1771
|
-
</span>
|
1772
|
-
</td>
|
1773
|
-
</tr>
|
1774
|
-
<tr>
|
1775
|
-
<td class="col-md-4">
|
1776
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1777
|
-
<code>setSort(sort: string | null, order: "asc" | "desc" | null)</code>
|
1778
|
-
</td>
|
1779
|
-
</tr>
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
<tr>
|
1785
|
-
<td class="col-md-4">
|
1786
|
-
|
1787
|
-
<div class="io-description">
|
1788
|
-
<b>Parameters :</b>
|
1789
|
-
|
1790
|
-
<table class="params">
|
1791
|
-
<thead>
|
1792
|
-
<tr>
|
1793
|
-
<td>Name</td>
|
1794
|
-
<td>Type</td>
|
1795
|
-
<td>Optional</td>
|
1796
|
-
</tr>
|
1797
|
-
</thead>
|
1798
|
-
<tbody>
|
1799
|
-
<tr>
|
1800
|
-
<td>sort</td>
|
1801
|
-
<td>
|
1802
|
-
<code>string | null</code>
|
1803
|
-
</td>
|
1804
|
-
|
1805
|
-
<td>
|
1806
|
-
No
|
1807
|
-
</td>
|
1808
|
-
|
1809
|
-
|
1810
|
-
</tr>
|
1811
|
-
<tr>
|
1812
|
-
<td>order</td>
|
1813
|
-
<td>
|
1814
|
-
<code>"asc" | "desc" | null</code>
|
1815
|
-
</td>
|
1816
|
-
|
1817
|
-
<td>
|
1818
|
-
No
|
1819
|
-
</td>
|
1820
|
-
|
1821
|
-
|
1822
|
-
</tr>
|
1823
|
-
</tbody>
|
1824
|
-
</table>
|
1825
|
-
</div>
|
1826
|
-
<div class="io-description">
|
1827
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1828
|
-
|
1829
|
-
</div>
|
1830
|
-
<div class="io-description">
|
1831
|
-
|
1832
|
-
</div>
|
1833
|
-
</td>
|
1834
|
-
</tr>
|
1835
|
-
</tbody>
|
1836
|
-
</table>
|
1837
|
-
<table class="table table-sm table-bordered">
|
1838
|
-
<tbody>
|
1839
|
-
<tr>
|
1840
|
-
<td class="col-md-4">
|
1841
|
-
<a name="trackByFn"></a>
|
1842
|
-
<span class="name">
|
1843
|
-
<span class="modifier">Public</span>
|
1844
|
-
<span ><b>trackByFn</b></span>
|
1845
|
-
<a href="#trackByFn"><span class="icon ion-ios-link"></span></a>
|
1846
|
-
</span>
|
1847
|
-
</td>
|
1848
|
-
</tr>
|
1849
|
-
<tr>
|
1850
|
-
<td class="col-md-4">
|
1851
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1852
|
-
<code>trackByFn(index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
|
1853
|
-
</td>
|
1854
|
-
</tr>
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
<tr>
|
1860
|
-
<td class="col-md-4">
|
1861
|
-
|
1862
|
-
<div class="io-description">
|
1863
|
-
<b>Parameters :</b>
|
1864
|
-
|
1865
|
-
<table class="params">
|
1866
|
-
<thead>
|
1867
|
-
<tr>
|
1868
|
-
<td>Name</td>
|
1869
|
-
<td>Type</td>
|
1870
|
-
<td>Optional</td>
|
1871
|
-
</tr>
|
1872
|
-
</thead>
|
1873
|
-
<tbody>
|
1874
|
-
<tr>
|
1875
|
-
<td>index</td>
|
1876
|
-
<td>
|
1877
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
1878
|
-
</td>
|
1879
|
-
|
1880
|
-
<td>
|
1881
|
-
No
|
1882
|
-
</td>
|
1883
|
-
|
1884
|
-
|
1885
|
-
</tr>
|
1886
|
-
</tbody>
|
1887
|
-
</table>
|
1888
|
-
</div>
|
1889
|
-
<div class="io-description">
|
1890
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
1891
|
-
|
1892
|
-
</div>
|
1893
|
-
<div class="io-description">
|
1894
|
-
|
1895
|
-
</div>
|
1896
|
-
</td>
|
1897
|
-
</tr>
|
1898
|
-
</tbody>
|
1899
|
-
</table>
|
1900
|
-
<table class="table table-sm table-bordered">
|
1901
|
-
<tbody>
|
1902
|
-
<tr>
|
1903
|
-
<td class="col-md-4">
|
1904
|
-
<a name="unselectAllRows"></a>
|
1905
|
-
<span class="name">
|
1906
|
-
<span class="modifier">Public</span>
|
1907
|
-
<span ><b>unselectAllRows</b></span>
|
1908
|
-
<a href="#unselectAllRows"><span class="icon ion-ios-link"></span></a>
|
1909
|
-
</span>
|
1910
|
-
</td>
|
1911
|
-
</tr>
|
1912
|
-
<tr>
|
1913
|
-
<td class="col-md-4">
|
1914
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
1915
|
-
<code>unselectAllRows()</code>
|
1916
|
-
</td>
|
1917
|
-
</tr>
|
1918
|
-
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
<tr>
|
1923
|
-
<td class="col-md-4">
|
1924
|
-
|
1925
|
-
<div class="io-description">
|
1926
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1927
|
-
|
1928
|
-
</div>
|
1929
|
-
</td>
|
1930
|
-
</tr>
|
1931
|
-
</tbody>
|
1932
|
-
</table>
|
1933
|
-
<table class="table table-sm table-bordered">
|
1934
|
-
<tbody>
|
1935
|
-
<tr>
|
1936
|
-
<td class="col-md-4">
|
1937
|
-
<a name="getCssClasses"></a>
|
1938
|
-
<span class="name">
|
1939
|
-
<span ><b>getCssClasses</b></span>
|
1940
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
1941
|
-
</span>
|
1942
|
-
</td>
|
1943
|
-
</tr>
|
1944
|
-
<tr>
|
1945
|
-
<td class="col-md-4">
|
1946
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
1947
|
-
</td>
|
1948
|
-
</tr>
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
<tr>
|
1954
|
-
<td class="col-md-4">
|
1955
|
-
|
1956
|
-
<div class="io-description">
|
1957
|
-
<b>Parameters :</b>
|
1958
|
-
|
1959
|
-
<table class="params">
|
1960
|
-
<thead>
|
1961
|
-
<tr>
|
1962
|
-
<td>Name</td>
|
1963
|
-
<td>Type</td>
|
1964
|
-
<td>Optional</td>
|
1965
|
-
</tr>
|
1966
|
-
</thead>
|
1967
|
-
<tbody>
|
1968
|
-
<tr>
|
1969
|
-
<td>rootClass</td>
|
1970
|
-
<td>
|
1971
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1972
|
-
</td>
|
1973
|
-
|
1974
|
-
<td>
|
1975
|
-
No
|
1976
|
-
</td>
|
1977
|
-
|
1978
|
-
|
1979
|
-
</tr>
|
1980
|
-
</tbody>
|
1981
|
-
</table>
|
1982
|
-
</div>
|
1983
|
-
<div class="io-description">
|
1984
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1985
|
-
|
1986
|
-
</div>
|
1987
|
-
<div class="io-description">
|
1988
|
-
|
1989
|
-
</div>
|
1990
|
-
</td>
|
1991
|
-
</tr>
|
1992
|
-
</tbody>
|
1993
|
-
</table>
|
1994
|
-
</section>
|
1995
|
-
<section data-compodoc="block-properties">
|
1996
|
-
|
1997
|
-
<h3 id="inputs">
|
1998
|
-
Properties
|
1999
|
-
</h3>
|
2000
|
-
<table class="table table-sm table-bordered">
|
2001
|
-
<tbody>
|
2002
|
-
<tr>
|
2003
|
-
<td class="col-md-4">
|
2004
|
-
<a name="bodyTemplate"></a>
|
2005
|
-
<span class="name">
|
2006
|
-
<span class="modifier">Public</span>
|
2007
|
-
<span ><b>bodyTemplate</b></span>
|
2008
|
-
<a href="#bodyTemplate"><span class="icon ion-ios-link"></span></a>
|
2009
|
-
</span>
|
2010
|
-
</td>
|
2011
|
-
</tr>
|
2012
|
-
<tr>
|
2013
|
-
<td class="col-md-4">
|
2014
|
-
<i>Type : </i> <code>TemplateRef<any></code>
|
2015
|
-
|
2016
|
-
</td>
|
2017
|
-
</tr>
|
2018
|
-
|
2019
|
-
|
2020
|
-
</tbody>
|
2021
|
-
</table>
|
2022
|
-
<table class="table table-sm table-bordered">
|
2023
|
-
<tbody>
|
2024
|
-
<tr>
|
2025
|
-
<td class="col-md-4">
|
2026
|
-
<a name="emptyMessageTemplate"></a>
|
2027
|
-
<span class="name">
|
2028
|
-
<span class="modifier">Public</span>
|
2029
|
-
<span ><b>emptyMessageTemplate</b></span>
|
2030
|
-
<a href="#emptyMessageTemplate"><span class="icon ion-ios-link"></span></a>
|
2031
|
-
</span>
|
2032
|
-
</td>
|
2033
|
-
</tr>
|
2034
|
-
<tr>
|
2035
|
-
<td class="col-md-4">
|
2036
|
-
<i>Type : </i> <code>TemplateRef<any></code>
|
998
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
2037
999
|
|
2038
1000
|
</td>
|
2039
1001
|
</tr>
|
@@ -2041,1188 +1003,646 @@
|
|
2041
1003
|
|
2042
1004
|
</tbody>
|
2043
1005
|
</table>
|
2044
|
-
|
2045
|
-
<tbody>
|
2046
|
-
<tr>
|
2047
|
-
<td class="col-md-4">
|
2048
|
-
<a name="filteredRows"></a>
|
2049
|
-
<span class="name">
|
2050
|
-
<span class="modifier">Public</span>
|
2051
|
-
<span ><b>filteredRows</b></span>
|
2052
|
-
<a href="#filteredRows"><span class="icon ion-ios-link"></span></a>
|
2053
|
-
</span>
|
2054
|
-
</td>
|
2055
|
-
</tr>
|
2056
|
-
<tr>
|
2057
|
-
<td class="col-md-4">
|
2058
|
-
<i>Type : </i> <code>[]</code>
|
2059
|
-
|
2060
|
-
</td>
|
2061
|
-
</tr>
|
2062
|
-
<tr>
|
2063
|
-
<td class="col-md-4">
|
2064
|
-
<i>Default value : </i><code>[]</code>
|
2065
|
-
</td>
|
2066
|
-
</tr>
|
1006
|
+
</section>
|
2067
1007
|
|
2068
1008
|
|
2069
|
-
|
2070
|
-
|
1009
|
+
<section data-compodoc="block-methods">
|
1010
|
+
|
1011
|
+
<h3 id="methods">
|
1012
|
+
Methods
|
1013
|
+
</h3>
|
2071
1014
|
<table class="table table-sm table-bordered">
|
2072
1015
|
<tbody>
|
2073
1016
|
<tr>
|
2074
1017
|
<td class="col-md-4">
|
2075
|
-
<a name="
|
1018
|
+
<a name="filterRows"></a>
|
2076
1019
|
<span class="name">
|
2077
1020
|
<span class="modifier">Public</span>
|
2078
|
-
<span ><b>
|
2079
|
-
<a href="#
|
1021
|
+
<span ><b>filterRows</b></span>
|
1022
|
+
<a href="#filterRows"><span class="icon ion-ios-link"></span></a>
|
2080
1023
|
</span>
|
2081
1024
|
</td>
|
2082
1025
|
</tr>
|
2083
|
-
<tr>
|
2084
|
-
<td class="col-md-4">
|
2085
|
-
<i>Type : </i> <code>TemplateRef<any></code>
|
2086
|
-
|
2087
|
-
</td>
|
2088
|
-
</tr>
|
2089
|
-
|
2090
|
-
|
2091
|
-
</tbody>
|
2092
|
-
</table>
|
2093
|
-
<table class="table table-sm table-bordered">
|
2094
|
-
<tbody>
|
2095
1026
|
<tr>
|
2096
1027
|
<td class="col-md-4">
|
2097
|
-
|
2098
|
-
<
|
2099
|
-
<span class="modifier">Public</span>
|
2100
|
-
<span ><b>headerTemplate</b></span>
|
2101
|
-
<a href="#headerTemplate"><span class="icon ion-ios-link"></span></a>
|
2102
|
-
</span>
|
1028
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1029
|
+
<code>filterRows(filter: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, r: any[])</code>
|
2103
1030
|
</td>
|
2104
1031
|
</tr>
|
2105
|
-
<tr>
|
2106
|
-
<td class="col-md-4">
|
2107
|
-
<i>Type : </i> <code>TemplateRef<any></code>
|
2108
|
-
|
2109
|
-
</td>
|
2110
|
-
</tr>
|
2111
1032
|
|
2112
1033
|
|
2113
|
-
</tbody>
|
2114
|
-
</table>
|
2115
|
-
<table class="table table-sm table-bordered">
|
2116
|
-
<tbody>
|
2117
|
-
<tr>
|
2118
|
-
<td class="col-md-4">
|
2119
|
-
<a name="page"></a>
|
2120
|
-
<span class="name">
|
2121
|
-
<span class="modifier">Public</span>
|
2122
|
-
<span ><b>page</b></span>
|
2123
|
-
<a href="#page"><span class="icon ion-ios-link"></span></a>
|
2124
|
-
</span>
|
2125
|
-
</td>
|
2126
|
-
</tr>
|
2127
|
-
<tr>
|
2128
|
-
<td class="col-md-4">
|
2129
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
2130
|
-
|
2131
|
-
</td>
|
2132
|
-
</tr>
|
2133
|
-
<tr>
|
2134
|
-
<td class="col-md-4">
|
2135
|
-
<i>Default value : </i><code>0</code>
|
2136
|
-
</td>
|
2137
|
-
</tr>
|
2138
1034
|
|
2139
1035
|
|
2140
|
-
</tbody>
|
2141
|
-
</table>
|
2142
|
-
<table class="table table-sm table-bordered">
|
2143
|
-
<tbody>
|
2144
1036
|
<tr>
|
2145
1037
|
<td class="col-md-4">
|
2146
|
-
<a name="pageSize"></a>
|
2147
|
-
<span class="name">
|
2148
|
-
<span class="modifier">Public</span>
|
2149
|
-
<span ><b>pageSize</b></span>
|
2150
|
-
<a href="#pageSize"><span class="icon ion-ios-link"></span></a>
|
2151
|
-
</span>
|
2152
|
-
</td>
|
2153
|
-
</tr>
|
2154
|
-
<tr>
|
2155
|
-
<td class="col-md-4">
|
2156
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
2157
1038
|
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
1039
|
+
<div class="io-description">
|
1040
|
+
<b>Parameters :</b>
|
1041
|
+
|
1042
|
+
<table class="params">
|
1043
|
+
<thead>
|
1044
|
+
<tr>
|
1045
|
+
<td>Name</td>
|
1046
|
+
<td>Type</td>
|
1047
|
+
<td>Optional</td>
|
1048
|
+
</tr>
|
1049
|
+
</thead>
|
1050
|
+
<tbody>
|
1051
|
+
<tr>
|
1052
|
+
<td>filter</td>
|
1053
|
+
<td>
|
1054
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1055
|
+
</td>
|
2165
1056
|
|
1057
|
+
<td>
|
1058
|
+
No
|
1059
|
+
</td>
|
2166
1060
|
|
2167
|
-
</tbody>
|
2168
|
-
</table>
|
2169
|
-
<table class="table table-sm table-bordered">
|
2170
|
-
<tbody>
|
2171
|
-
<tr>
|
2172
|
-
<td class="col-md-4">
|
2173
|
-
<a name="rowsRendered"></a>
|
2174
|
-
<span class="name">
|
2175
|
-
<span class="modifier">Public</span>
|
2176
|
-
<span ><b>rowsRendered</b></span>
|
2177
|
-
<a href="#rowsRendered"><span class="icon ion-ios-link"></span></a>
|
2178
|
-
</span>
|
2179
|
-
</td>
|
2180
|
-
</tr>
|
2181
|
-
<tr>
|
2182
|
-
<td class="col-md-4">
|
2183
|
-
<i>Type : </i> <code>any[]</code>
|
2184
1061
|
|
2185
|
-
|
2186
|
-
|
2187
|
-
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
</tr>
|
1062
|
+
</tr>
|
1063
|
+
<tr>
|
1064
|
+
<td>r</td>
|
1065
|
+
<td>
|
1066
|
+
<code>any[]</code>
|
1067
|
+
</td>
|
2192
1068
|
|
1069
|
+
<td>
|
1070
|
+
No
|
1071
|
+
</td>
|
2193
1072
|
|
2194
|
-
</tbody>
|
2195
|
-
</table>
|
2196
|
-
<table class="table table-sm table-bordered">
|
2197
|
-
<tbody>
|
2198
|
-
<tr>
|
2199
|
-
<td class="col-md-4">
|
2200
|
-
<a name="showStickyHeader"></a>
|
2201
|
-
<span class="name">
|
2202
|
-
<span class="modifier">Public</span>
|
2203
|
-
<span ><b>showStickyHeader</b></span>
|
2204
|
-
<a href="#showStickyHeader"><span class="icon ion-ios-link"></span></a>
|
2205
|
-
</span>
|
2206
|
-
</td>
|
2207
|
-
</tr>
|
2208
|
-
<tr>
|
2209
|
-
<td class="col-md-4">
|
2210
|
-
<i>Default value : </i><code>false</code>
|
2211
|
-
</td>
|
2212
|
-
</tr>
|
2213
1073
|
|
1074
|
+
</tr>
|
1075
|
+
</tbody>
|
1076
|
+
</table>
|
1077
|
+
</div>
|
1078
|
+
<div class="io-description">
|
1079
|
+
<b>Returns : </b> <code>any[]</code>
|
2214
1080
|
|
2215
|
-
|
2216
|
-
|
2217
|
-
|
2218
|
-
|
2219
|
-
<tr>
|
2220
|
-
<td class="col-md-4">
|
2221
|
-
<a name="string"></a>
|
2222
|
-
<span class="name">
|
2223
|
-
<span class="modifier"></span>
|
2224
|
-
<span ><b>string</b></span>
|
2225
|
-
<a href="#string"><span class="icon ion-ios-link"></span></a>
|
2226
|
-
</span>
|
1081
|
+
</div>
|
1082
|
+
<div class="io-description">
|
1083
|
+
|
1084
|
+
</div>
|
2227
1085
|
</td>
|
2228
1086
|
</tr>
|
2229
|
-
<tr>
|
2230
|
-
<td class="col-md-4">
|
2231
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
2232
|
-
|
2233
|
-
</td>
|
2234
|
-
</tr>
|
2235
|
-
<tr>
|
2236
|
-
<td class="col-md-4">
|
2237
|
-
<i>Default value : </i><code>'eui-table'</code>
|
2238
|
-
</td>
|
2239
|
-
</tr>
|
2240
|
-
<tr>
|
2241
|
-
<td class="col-md-4">
|
2242
|
-
<b>Decorators : </b>
|
2243
|
-
<br />
|
2244
|
-
<code>
|
2245
|
-
@HostBinding('class')<br />
|
2246
|
-
</code>
|
2247
|
-
</td>
|
2248
|
-
</tr>
|
2249
|
-
|
2250
|
-
|
2251
1087
|
</tbody>
|
2252
1088
|
</table>
|
2253
1089
|
<table class="table table-sm table-bordered">
|
2254
1090
|
<tbody>
|
2255
1091
|
<tr>
|
2256
1092
|
<td class="col-md-4">
|
2257
|
-
<a name="
|
1093
|
+
<a name="selectAllRows"></a>
|
2258
1094
|
<span class="name">
|
2259
|
-
<span class="modifier"
|
2260
|
-
<span ><b>
|
2261
|
-
<a href="#
|
1095
|
+
<span class="modifier">Public</span>
|
1096
|
+
<span ><b>selectAllRows</b></span>
|
1097
|
+
<a href="#selectAllRows"><span class="icon ion-ios-link"></span></a>
|
2262
1098
|
</span>
|
2263
1099
|
</td>
|
2264
1100
|
</tr>
|
2265
|
-
<tr>
|
2266
|
-
<td class="col-md-4">
|
2267
|
-
<i>Type : </i> <code>ElementRef<HTMLElement></code>
|
2268
|
-
|
2269
|
-
</td>
|
2270
|
-
</tr>
|
2271
|
-
<tr>
|
2272
|
-
<td class="col-md-4">
|
2273
|
-
<b>Decorators : </b>
|
2274
|
-
<br />
|
2275
|
-
<code>
|
2276
|
-
@ViewChild('tbodyRef')<br />
|
2277
|
-
</code>
|
2278
|
-
</td>
|
2279
|
-
</tr>
|
2280
|
-
|
2281
|
-
|
2282
|
-
</tbody>
|
2283
|
-
</table>
|
2284
|
-
<table class="table table-sm table-bordered">
|
2285
|
-
<tbody>
|
2286
1101
|
<tr>
|
2287
1102
|
<td class="col-md-4">
|
2288
|
-
|
2289
|
-
<
|
2290
|
-
<span class="modifier"></span>
|
2291
|
-
<span ><b>templates</b></span>
|
2292
|
-
<a href="#templates"><span class="icon ion-ios-link"></span></a>
|
2293
|
-
</span>
|
1103
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1104
|
+
<code>selectAllRows()</code>
|
2294
1105
|
</td>
|
2295
1106
|
</tr>
|
2296
|
-
<tr>
|
2297
|
-
<td class="col-md-4">
|
2298
|
-
<i>Type : </i> <code><a href="../directives/EuiTemplateDirective.html" target="_self" >QueryList<EuiTemplateDirective></a></code>
|
2299
1107
|
|
2300
|
-
</td>
|
2301
|
-
</tr>
|
2302
|
-
<tr>
|
2303
|
-
<td class="col-md-4">
|
2304
|
-
<b>Decorators : </b>
|
2305
|
-
<br />
|
2306
|
-
<code>
|
2307
|
-
@ContentChildren(EuiTemplateDirective)<br />
|
2308
|
-
</code>
|
2309
|
-
</td>
|
2310
|
-
</tr>
|
2311
1108
|
|
2312
1109
|
|
1110
|
+
|
1111
|
+
<tr>
|
1112
|
+
<td class="col-md-4">
|
1113
|
+
|
1114
|
+
<div class="io-description">
|
1115
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1116
|
+
|
1117
|
+
</div>
|
1118
|
+
</td>
|
1119
|
+
</tr>
|
2313
1120
|
</tbody>
|
2314
1121
|
</table>
|
2315
1122
|
<table class="table table-sm table-bordered">
|
2316
1123
|
<tbody>
|
2317
1124
|
<tr>
|
2318
1125
|
<td class="col-md-4">
|
2319
|
-
<a name="
|
1126
|
+
<a name="selectRows"></a>
|
2320
1127
|
<span class="name">
|
2321
|
-
<span class="modifier"
|
2322
|
-
<span ><b>
|
2323
|
-
<a href="#
|
1128
|
+
<span class="modifier">Public</span>
|
1129
|
+
<span ><b>selectRows</b></span>
|
1130
|
+
<a href="#selectRows"><span class="icon ion-ios-link"></span></a>
|
2324
1131
|
</span>
|
2325
1132
|
</td>
|
2326
1133
|
</tr>
|
2327
|
-
|
2328
|
-
|
2329
|
-
<
|
1134
|
+
<tr>
|
1135
|
+
<td class="col-md-4">
|
1136
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1137
|
+
<code>selectRows(rows: any[])</code>
|
1138
|
+
</td>
|
1139
|
+
</tr>
|
1140
|
+
|
1141
|
+
|
1142
|
+
|
1143
|
+
|
1144
|
+
<tr>
|
1145
|
+
<td class="col-md-4">
|
1146
|
+
|
1147
|
+
<div class="io-description">
|
1148
|
+
<b>Parameters :</b>
|
1149
|
+
|
1150
|
+
<table class="params">
|
1151
|
+
<thead>
|
1152
|
+
<tr>
|
1153
|
+
<td>Name</td>
|
1154
|
+
<td>Type</td>
|
1155
|
+
<td>Optional</td>
|
1156
|
+
</tr>
|
1157
|
+
</thead>
|
1158
|
+
<tbody>
|
1159
|
+
<tr>
|
1160
|
+
<td>rows</td>
|
1161
|
+
<td>
|
1162
|
+
<code>any[]</code>
|
1163
|
+
</td>
|
1164
|
+
|
1165
|
+
<td>
|
1166
|
+
No
|
1167
|
+
</td>
|
2330
1168
|
|
2331
|
-
</td>
|
2332
|
-
</tr>
|
2333
|
-
<tr>
|
2334
|
-
<td class="col-md-4">
|
2335
|
-
<b>Decorators : </b>
|
2336
|
-
<br />
|
2337
|
-
<code>
|
2338
|
-
@ViewChild('tfootRef')<br />
|
2339
|
-
</code>
|
2340
|
-
</td>
|
2341
|
-
</tr>
|
2342
1169
|
|
1170
|
+
</tr>
|
1171
|
+
</tbody>
|
1172
|
+
</table>
|
1173
|
+
</div>
|
1174
|
+
<div class="io-description">
|
1175
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2343
1176
|
|
1177
|
+
</div>
|
1178
|
+
<div class="io-description">
|
1179
|
+
|
1180
|
+
</div>
|
1181
|
+
</td>
|
1182
|
+
</tr>
|
2344
1183
|
</tbody>
|
2345
1184
|
</table>
|
2346
1185
|
<table class="table table-sm table-bordered">
|
2347
1186
|
<tbody>
|
2348
1187
|
<tr>
|
2349
1188
|
<td class="col-md-4">
|
2350
|
-
<a name="
|
1189
|
+
<a name="setSort"></a>
|
2351
1190
|
<span class="name">
|
2352
|
-
<span class="modifier"
|
2353
|
-
<span ><b>
|
2354
|
-
<a href="#
|
1191
|
+
<span class="modifier">Public</span>
|
1192
|
+
<span ><b>setSort</b></span>
|
1193
|
+
<a href="#setSort"><span class="icon ion-ios-link"></span></a>
|
2355
1194
|
</span>
|
2356
1195
|
</td>
|
2357
1196
|
</tr>
|
2358
|
-
|
2359
|
-
|
2360
|
-
<
|
1197
|
+
<tr>
|
1198
|
+
<td class="col-md-4">
|
1199
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1200
|
+
<code>setSort(sort: string | null, order: "asc" | "desc" | null)</code>
|
1201
|
+
</td>
|
1202
|
+
</tr>
|
2361
1203
|
|
2362
|
-
</td>
|
2363
|
-
</tr>
|
2364
|
-
<tr>
|
2365
|
-
<td class="col-md-4">
|
2366
|
-
<b>Decorators : </b>
|
2367
|
-
<br />
|
2368
|
-
<code>
|
2369
|
-
@ViewChild('theadRef')<br />
|
2370
|
-
</code>
|
2371
|
-
</td>
|
2372
|
-
</tr>
|
2373
1204
|
|
2374
1205
|
|
2375
|
-
</tbody>
|
2376
|
-
</table>
|
2377
|
-
</section>
|
2378
1206
|
|
2379
|
-
|
2380
|
-
|
2381
|
-
Accessors
|
2382
|
-
</h3>
|
2383
|
-
<table class="table table-sm table-bordered">
|
2384
|
-
<tbody>
|
2385
|
-
<tr>
|
2386
|
-
<td class="col-md-4">
|
2387
|
-
<a name="hasLoading"></a>
|
2388
|
-
<span class="name"><b>hasLoading</b><a href="#hasLoading"><span class="icon ion-ios-link"></span></a></span>
|
2389
|
-
</td>
|
2390
|
-
</tr>
|
1207
|
+
<tr>
|
1208
|
+
<td class="col-md-4">
|
2391
1209
|
|
2392
|
-
|
2393
|
-
|
2394
|
-
|
2395
|
-
|
2396
|
-
|
1210
|
+
<div class="io-description">
|
1211
|
+
<b>Parameters :</b>
|
1212
|
+
|
1213
|
+
<table class="params">
|
1214
|
+
<thead>
|
1215
|
+
<tr>
|
1216
|
+
<td>Name</td>
|
1217
|
+
<td>Type</td>
|
1218
|
+
<td>Optional</td>
|
1219
|
+
</tr>
|
1220
|
+
</thead>
|
1221
|
+
<tbody>
|
1222
|
+
<tr>
|
1223
|
+
<td>sort</td>
|
1224
|
+
<td>
|
1225
|
+
<code>string | null</code>
|
1226
|
+
</td>
|
2397
1227
|
|
2398
|
-
|
2399
|
-
|
2400
|
-
|
2401
|
-
<tbody>
|
2402
|
-
<tr>
|
2403
|
-
<td class="col-md-4">
|
2404
|
-
<a name="loading"></a>
|
2405
|
-
<span class="name"><b>loading</b><a href="#loading"><span class="icon ion-ios-link"></span></a></span>
|
2406
|
-
</td>
|
2407
|
-
</tr>
|
1228
|
+
<td>
|
1229
|
+
No
|
1230
|
+
</td>
|
2408
1231
|
|
2409
|
-
<tr>
|
2410
|
-
<td class="col-md-4">
|
2411
|
-
<span class="accessor"><b>get</b><code>loading()</code></span>
|
2412
|
-
</td>
|
2413
|
-
</tr>
|
2414
1232
|
|
2415
|
-
|
2416
|
-
|
2417
|
-
|
2418
|
-
|
2419
|
-
|
2420
|
-
|
2421
|
-
<td class="col-md-4">
|
1233
|
+
</tr>
|
1234
|
+
<tr>
|
1235
|
+
<td>order</td>
|
1236
|
+
<td>
|
1237
|
+
<code>"asc" | "desc" | null</code>
|
1238
|
+
</td>
|
2422
1239
|
|
2423
|
-
|
2424
|
-
|
2425
|
-
|
2426
|
-
<thead>
|
2427
|
-
<tr>
|
2428
|
-
<td>Name</td>
|
2429
|
-
<td>Type</td>
|
2430
|
-
<td>Optional</td>
|
2431
|
-
</tr>
|
2432
|
-
</thead>
|
2433
|
-
<tbody>
|
2434
|
-
<tr>
|
2435
|
-
<td>value</td>
|
2436
|
-
|
2437
|
-
<td>
|
2438
|
-
<code>BooleanInput</code>
|
2439
|
-
</td>
|
2440
|
-
|
2441
|
-
<td>
|
2442
|
-
No
|
2443
|
-
</td>
|
2444
|
-
|
2445
|
-
</tr>
|
2446
|
-
</tbody>
|
2447
|
-
</table>
|
2448
|
-
</div>
|
2449
|
-
<div>
|
2450
|
-
</div>
|
2451
|
-
<div class="io-description">
|
2452
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2453
|
-
|
2454
|
-
</div>
|
2455
|
-
</td>
|
2456
|
-
</tr>
|
2457
|
-
</tbody>
|
2458
|
-
</table>
|
2459
|
-
<table class="table table-sm table-bordered">
|
2460
|
-
<tbody>
|
2461
|
-
<tr>
|
2462
|
-
<td class="col-md-4">
|
2463
|
-
<a name="asyncTable"></a>
|
2464
|
-
<span class="name"><b>asyncTable</b><a href="#asyncTable"><span class="icon ion-ios-link"></span></a></span>
|
2465
|
-
</td>
|
2466
|
-
</tr>
|
1240
|
+
<td>
|
1241
|
+
No
|
1242
|
+
</td>
|
2467
1243
|
|
2468
|
-
<tr>
|
2469
|
-
<td class="col-md-4">
|
2470
|
-
<span class="accessor"><b>get</b><code>asyncTable()</code></span>
|
2471
|
-
</td>
|
2472
|
-
</tr>
|
2473
1244
|
|
2474
|
-
|
2475
|
-
|
2476
|
-
|
2477
|
-
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
1245
|
+
</tr>
|
1246
|
+
</tbody>
|
1247
|
+
</table>
|
1248
|
+
</div>
|
1249
|
+
<div class="io-description">
|
1250
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1251
|
+
|
1252
|
+
</div>
|
1253
|
+
<div class="io-description">
|
1254
|
+
|
1255
|
+
</div>
|
1256
|
+
</td>
|
1257
|
+
</tr>
|
1258
|
+
</tbody>
|
1259
|
+
</table>
|
1260
|
+
<table class="table table-sm table-bordered">
|
1261
|
+
<tbody>
|
1262
|
+
<tr>
|
1263
|
+
<td class="col-md-4">
|
1264
|
+
<a name="unselectAllRows"></a>
|
1265
|
+
<span class="name">
|
1266
|
+
<span class="modifier">Public</span>
|
1267
|
+
<span ><b>unselectAllRows</b></span>
|
1268
|
+
<a href="#unselectAllRows"><span class="icon ion-ios-link"></span></a>
|
1269
|
+
</span>
|
1270
|
+
</td>
|
1271
|
+
</tr>
|
1272
|
+
<tr>
|
1273
|
+
<td class="col-md-4">
|
1274
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1275
|
+
<code>unselectAllRows()</code>
|
1276
|
+
</td>
|
1277
|
+
</tr>
|
1278
|
+
|
2481
1279
|
|
2482
|
-
<div class="io-description">
|
2483
|
-
<b>Parameters :</b>
|
2484
|
-
<table class="params">
|
2485
|
-
<thead>
|
2486
|
-
<tr>
|
2487
|
-
<td>Name</td>
|
2488
|
-
<td>Type</td>
|
2489
|
-
<td>Optional</td>
|
2490
|
-
</tr>
|
2491
|
-
</thead>
|
2492
|
-
<tbody>
|
2493
|
-
<tr>
|
2494
|
-
<td>value</td>
|
2495
|
-
|
2496
|
-
<td>
|
2497
|
-
<code>BooleanInput</code>
|
2498
|
-
</td>
|
2499
|
-
|
2500
|
-
<td>
|
2501
|
-
No
|
2502
|
-
</td>
|
2503
|
-
|
2504
|
-
</tr>
|
2505
|
-
</tbody>
|
2506
|
-
</table>
|
2507
|
-
</div>
|
2508
|
-
<div>
|
2509
|
-
</div>
|
2510
|
-
<div class="io-description">
|
2511
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2512
|
-
|
2513
|
-
</div>
|
2514
|
-
</td>
|
2515
|
-
</tr>
|
2516
|
-
</tbody>
|
2517
|
-
</table>
|
2518
|
-
<table class="table table-sm table-bordered">
|
2519
|
-
<tbody>
|
2520
|
-
<tr>
|
2521
|
-
<td class="col-md-4">
|
2522
|
-
<a name="paginable"></a>
|
2523
|
-
<span class="name"><b>paginable</b><a href="#paginable"><span class="icon ion-ios-link"></span></a></span>
|
2524
|
-
</td>
|
2525
|
-
</tr>
|
2526
1280
|
|
2527
|
-
<tr>
|
2528
|
-
<td class="col-md-4">
|
2529
|
-
<span class="accessor"><b>get</b><code>paginable()</code></span>
|
2530
|
-
</td>
|
2531
|
-
</tr>
|
2532
1281
|
|
2533
|
-
|
2534
|
-
|
2535
|
-
<span class="accessor"><b>set</b><code>paginable(value: BooleanInput)</code></span>
|
2536
|
-
</td>
|
2537
|
-
</tr>
|
2538
|
-
<tr>
|
2539
|
-
<td class="col-md-4">
|
1282
|
+
<tr>
|
1283
|
+
<td class="col-md-4">
|
2540
1284
|
|
2541
|
-
|
2542
|
-
|
2543
|
-
<table class="params">
|
2544
|
-
<thead>
|
2545
|
-
<tr>
|
2546
|
-
<td>Name</td>
|
2547
|
-
<td>Type</td>
|
2548
|
-
<td>Optional</td>
|
2549
|
-
</tr>
|
2550
|
-
</thead>
|
2551
|
-
<tbody>
|
2552
|
-
<tr>
|
2553
|
-
<td>value</td>
|
2554
|
-
|
2555
|
-
<td>
|
2556
|
-
<code>BooleanInput</code>
|
2557
|
-
</td>
|
2558
|
-
|
2559
|
-
<td>
|
2560
|
-
No
|
2561
|
-
</td>
|
2562
|
-
|
2563
|
-
</tr>
|
2564
|
-
</tbody>
|
2565
|
-
</table>
|
2566
|
-
</div>
|
2567
|
-
<div>
|
2568
|
-
</div>
|
2569
|
-
<div class="io-description">
|
2570
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2571
|
-
|
2572
|
-
</div>
|
2573
|
-
</td>
|
2574
|
-
</tr>
|
2575
|
-
</tbody>
|
2576
|
-
</table>
|
2577
|
-
<table class="table table-sm table-bordered">
|
2578
|
-
<tbody>
|
2579
|
-
<tr>
|
2580
|
-
<td class="col-md-4">
|
2581
|
-
<a name="euiTableResponsive"></a>
|
2582
|
-
<span class="name"><b>euiTableResponsive</b><a href="#euiTableResponsive"><span class="icon ion-ios-link"></span></a></span>
|
2583
|
-
</td>
|
2584
|
-
</tr>
|
1285
|
+
<div class="io-description">
|
1286
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2585
1287
|
|
1288
|
+
</div>
|
1289
|
+
</td>
|
1290
|
+
</tr>
|
1291
|
+
</tbody>
|
1292
|
+
</table>
|
1293
|
+
</section>
|
1294
|
+
<section data-compodoc="block-properties">
|
1295
|
+
|
1296
|
+
<h3 id="inputs">
|
1297
|
+
Properties
|
1298
|
+
</h3>
|
1299
|
+
<table class="table table-sm table-bordered">
|
1300
|
+
<tbody>
|
1301
|
+
<tr>
|
1302
|
+
<td class="col-md-4">
|
1303
|
+
<a name="bodyTemplate"></a>
|
1304
|
+
<span class="name">
|
1305
|
+
<span class="modifier">Public</span>
|
1306
|
+
<span ><b>bodyTemplate</b></span>
|
1307
|
+
<a href="#bodyTemplate"><span class="icon ion-ios-link"></span></a>
|
1308
|
+
</span>
|
1309
|
+
</td>
|
1310
|
+
</tr>
|
2586
1311
|
<tr>
|
2587
1312
|
<td class="col-md-4">
|
2588
|
-
<
|
2589
|
-
</td>
|
2590
|
-
</tr>
|
1313
|
+
<i>Type : </i> <code>TemplateRef<any></code>
|
2591
1314
|
|
2592
|
-
<tr>
|
2593
|
-
<td class="col-md-4">
|
2594
|
-
<span class="accessor"><b>set</b><code>euiTableResponsive(value: BooleanInput)</code></span>
|
2595
1315
|
</td>
|
2596
1316
|
</tr>
|
2597
|
-
<tr>
|
2598
|
-
<td class="col-md-4">
|
2599
1317
|
|
2600
|
-
<div class="io-description">
|
2601
|
-
<b>Parameters :</b>
|
2602
|
-
<table class="params">
|
2603
|
-
<thead>
|
2604
|
-
<tr>
|
2605
|
-
<td>Name</td>
|
2606
|
-
<td>Type</td>
|
2607
|
-
<td>Optional</td>
|
2608
|
-
</tr>
|
2609
|
-
</thead>
|
2610
|
-
<tbody>
|
2611
|
-
<tr>
|
2612
|
-
<td>value</td>
|
2613
|
-
|
2614
|
-
<td>
|
2615
|
-
<code>BooleanInput</code>
|
2616
|
-
</td>
|
2617
|
-
|
2618
|
-
<td>
|
2619
|
-
No
|
2620
|
-
</td>
|
2621
|
-
|
2622
|
-
</tr>
|
2623
|
-
</tbody>
|
2624
|
-
</table>
|
2625
|
-
</div>
|
2626
|
-
<div>
|
2627
|
-
</div>
|
2628
|
-
<div class="io-description">
|
2629
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2630
|
-
|
2631
|
-
</div>
|
2632
|
-
</td>
|
2633
|
-
</tr>
|
2634
|
-
</tbody>
|
2635
|
-
</table>
|
2636
|
-
<table class="table table-sm table-bordered">
|
2637
|
-
<tbody>
|
2638
|
-
<tr>
|
2639
|
-
<td class="col-md-4">
|
2640
|
-
<a name="euiTableFixedLayout"></a>
|
2641
|
-
<span class="name"><b>euiTableFixedLayout</b><a href="#euiTableFixedLayout"><span class="icon ion-ios-link"></span></a></span>
|
2642
|
-
</td>
|
2643
|
-
</tr>
|
2644
1318
|
|
1319
|
+
</tbody>
|
1320
|
+
</table>
|
1321
|
+
<table class="table table-sm table-bordered">
|
1322
|
+
<tbody>
|
1323
|
+
<tr>
|
1324
|
+
<td class="col-md-4">
|
1325
|
+
<a name="emptyMessageTemplate"></a>
|
1326
|
+
<span class="name">
|
1327
|
+
<span class="modifier">Public</span>
|
1328
|
+
<span ><b>emptyMessageTemplate</b></span>
|
1329
|
+
<a href="#emptyMessageTemplate"><span class="icon ion-ios-link"></span></a>
|
1330
|
+
</span>
|
1331
|
+
</td>
|
1332
|
+
</tr>
|
2645
1333
|
<tr>
|
2646
1334
|
<td class="col-md-4">
|
2647
|
-
<
|
2648
|
-
</td>
|
2649
|
-
</tr>
|
1335
|
+
<i>Type : </i> <code>TemplateRef<any></code>
|
2650
1336
|
|
2651
|
-
<tr>
|
2652
|
-
<td class="col-md-4">
|
2653
|
-
<span class="accessor"><b>set</b><code>euiTableFixedLayout(value: BooleanInput)</code></span>
|
2654
1337
|
</td>
|
2655
1338
|
</tr>
|
2656
|
-
<tr>
|
2657
|
-
<td class="col-md-4">
|
2658
1339
|
|
2659
|
-
<div class="io-description">
|
2660
|
-
<b>Parameters :</b>
|
2661
|
-
<table class="params">
|
2662
|
-
<thead>
|
2663
|
-
<tr>
|
2664
|
-
<td>Name</td>
|
2665
|
-
<td>Type</td>
|
2666
|
-
<td>Optional</td>
|
2667
|
-
</tr>
|
2668
|
-
</thead>
|
2669
|
-
<tbody>
|
2670
|
-
<tr>
|
2671
|
-
<td>value</td>
|
2672
|
-
|
2673
|
-
<td>
|
2674
|
-
<code>BooleanInput</code>
|
2675
|
-
</td>
|
2676
|
-
|
2677
|
-
<td>
|
2678
|
-
No
|
2679
|
-
</td>
|
2680
|
-
|
2681
|
-
</tr>
|
2682
|
-
</tbody>
|
2683
|
-
</table>
|
2684
|
-
</div>
|
2685
|
-
<div>
|
2686
|
-
</div>
|
2687
|
-
<div class="io-description">
|
2688
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2689
|
-
|
2690
|
-
</div>
|
2691
|
-
</td>
|
2692
|
-
</tr>
|
2693
|
-
</tbody>
|
2694
|
-
</table>
|
2695
|
-
<table class="table table-sm table-bordered">
|
2696
|
-
<tbody>
|
2697
|
-
<tr>
|
2698
|
-
<td class="col-md-4">
|
2699
|
-
<a name="euiTableDraggable"></a>
|
2700
|
-
<span class="name"><b>euiTableDraggable</b><a href="#euiTableDraggable"><span class="icon ion-ios-link"></span></a></span>
|
2701
|
-
</td>
|
2702
|
-
</tr>
|
2703
1340
|
|
1341
|
+
</tbody>
|
1342
|
+
</table>
|
1343
|
+
<table class="table table-sm table-bordered">
|
1344
|
+
<tbody>
|
1345
|
+
<tr>
|
1346
|
+
<td class="col-md-4">
|
1347
|
+
<a name="filteredRows"></a>
|
1348
|
+
<span class="name">
|
1349
|
+
<span class="modifier">Public</span>
|
1350
|
+
<span ><b>filteredRows</b></span>
|
1351
|
+
<a href="#filteredRows"><span class="icon ion-ios-link"></span></a>
|
1352
|
+
</span>
|
1353
|
+
</td>
|
1354
|
+
</tr>
|
2704
1355
|
<tr>
|
2705
1356
|
<td class="col-md-4">
|
2706
|
-
<
|
2707
|
-
</td>
|
2708
|
-
</tr>
|
1357
|
+
<i>Type : </i> <code>[]</code>
|
2709
1358
|
|
2710
|
-
<tr>
|
2711
|
-
<td class="col-md-4">
|
2712
|
-
<span class="accessor"><b>set</b><code>euiTableDraggable(value: BooleanInput)</code></span>
|
2713
1359
|
</td>
|
2714
1360
|
</tr>
|
2715
|
-
<tr>
|
2716
|
-
<td class="col-md-4">
|
2717
|
-
|
2718
|
-
<div class="io-description">
|
2719
|
-
<b>Parameters :</b>
|
2720
|
-
<table class="params">
|
2721
|
-
<thead>
|
2722
|
-
<tr>
|
2723
|
-
<td>Name</td>
|
2724
|
-
<td>Type</td>
|
2725
|
-
<td>Optional</td>
|
2726
|
-
</tr>
|
2727
|
-
</thead>
|
2728
|
-
<tbody>
|
2729
|
-
<tr>
|
2730
|
-
<td>value</td>
|
2731
|
-
|
2732
|
-
<td>
|
2733
|
-
<code>BooleanInput</code>
|
2734
|
-
</td>
|
2735
|
-
|
2736
|
-
<td>
|
2737
|
-
No
|
2738
|
-
</td>
|
2739
|
-
|
2740
|
-
</tr>
|
2741
|
-
</tbody>
|
2742
|
-
</table>
|
2743
|
-
</div>
|
2744
|
-
<div>
|
2745
|
-
</div>
|
2746
|
-
<div class="io-description">
|
2747
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2748
|
-
|
2749
|
-
</div>
|
2750
|
-
</td>
|
2751
|
-
</tr>
|
2752
|
-
</tbody>
|
2753
|
-
</table>
|
2754
|
-
<table class="table table-sm table-bordered">
|
2755
|
-
<tbody>
|
2756
1361
|
<tr>
|
2757
1362
|
<td class="col-md-4">
|
2758
|
-
<
|
2759
|
-
<span class="name"><b>euiTableCards</b><a href="#euiTableCards"><span class="icon ion-ios-link"></span></a></span>
|
1363
|
+
<i>Default value : </i><code>[]</code>
|
2760
1364
|
</td>
|
2761
1365
|
</tr>
|
2762
1366
|
|
2763
|
-
<tr>
|
2764
|
-
<td class="col-md-4">
|
2765
|
-
<span class="accessor"><b>get</b><code>euiTableCards()</code></span>
|
2766
|
-
</td>
|
2767
|
-
</tr>
|
2768
1367
|
|
1368
|
+
</tbody>
|
1369
|
+
</table>
|
1370
|
+
<table class="table table-sm table-bordered">
|
1371
|
+
<tbody>
|
1372
|
+
<tr>
|
1373
|
+
<td class="col-md-4">
|
1374
|
+
<a name="footerTemplate"></a>
|
1375
|
+
<span class="name">
|
1376
|
+
<span class="modifier">Public</span>
|
1377
|
+
<span ><b>footerTemplate</b></span>
|
1378
|
+
<a href="#footerTemplate"><span class="icon ion-ios-link"></span></a>
|
1379
|
+
</span>
|
1380
|
+
</td>
|
1381
|
+
</tr>
|
2769
1382
|
<tr>
|
2770
1383
|
<td class="col-md-4">
|
2771
|
-
<
|
2772
|
-
</td>
|
2773
|
-
</tr>
|
2774
|
-
<tr>
|
2775
|
-
<td class="col-md-4">
|
1384
|
+
<i>Type : </i> <code>TemplateRef<any></code>
|
2776
1385
|
|
2777
|
-
<div class="io-description">
|
2778
|
-
<b>Parameters :</b>
|
2779
|
-
<table class="params">
|
2780
|
-
<thead>
|
2781
|
-
<tr>
|
2782
|
-
<td>Name</td>
|
2783
|
-
<td>Type</td>
|
2784
|
-
<td>Optional</td>
|
2785
|
-
</tr>
|
2786
|
-
</thead>
|
2787
|
-
<tbody>
|
2788
|
-
<tr>
|
2789
|
-
<td>value</td>
|
2790
|
-
|
2791
|
-
<td>
|
2792
|
-
<code>BooleanInput</code>
|
2793
|
-
</td>
|
2794
|
-
|
2795
|
-
<td>
|
2796
|
-
No
|
2797
|
-
</td>
|
2798
|
-
|
2799
|
-
</tr>
|
2800
|
-
</tbody>
|
2801
|
-
</table>
|
2802
|
-
</div>
|
2803
|
-
<div>
|
2804
|
-
</div>
|
2805
|
-
<div class="io-description">
|
2806
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2807
|
-
|
2808
|
-
</div>
|
2809
|
-
</td>
|
2810
|
-
</tr>
|
2811
|
-
</tbody>
|
2812
|
-
</table>
|
2813
|
-
<table class="table table-sm table-bordered">
|
2814
|
-
<tbody>
|
2815
|
-
<tr>
|
2816
|
-
<td class="col-md-4">
|
2817
|
-
<a name="euiTableBordered"></a>
|
2818
|
-
<span class="name"><b>euiTableBordered</b><a href="#euiTableBordered"><span class="icon ion-ios-link"></span></a></span>
|
2819
1386
|
</td>
|
2820
1387
|
</tr>
|
2821
1388
|
|
2822
|
-
<tr>
|
2823
|
-
<td class="col-md-4">
|
2824
|
-
<span class="accessor"><b>get</b><code>euiTableBordered()</code></span>
|
2825
|
-
</td>
|
2826
|
-
</tr>
|
2827
1389
|
|
1390
|
+
</tbody>
|
1391
|
+
</table>
|
1392
|
+
<table class="table table-sm table-bordered">
|
1393
|
+
<tbody>
|
1394
|
+
<tr>
|
1395
|
+
<td class="col-md-4">
|
1396
|
+
<a name="headerTemplate"></a>
|
1397
|
+
<span class="name">
|
1398
|
+
<span class="modifier">Public</span>
|
1399
|
+
<span ><b>headerTemplate</b></span>
|
1400
|
+
<a href="#headerTemplate"><span class="icon ion-ios-link"></span></a>
|
1401
|
+
</span>
|
1402
|
+
</td>
|
1403
|
+
</tr>
|
2828
1404
|
<tr>
|
2829
1405
|
<td class="col-md-4">
|
2830
|
-
<
|
1406
|
+
<i>Type : </i> <code>TemplateRef<any></code>
|
1407
|
+
|
2831
1408
|
</td>
|
2832
1409
|
</tr>
|
2833
|
-
<tr>
|
2834
|
-
<td class="col-md-4">
|
2835
1410
|
|
2836
|
-
|
2837
|
-
|
2838
|
-
|
2839
|
-
|
2840
|
-
|
2841
|
-
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2850
|
-
|
2851
|
-
<code>BooleanInput</code>
|
2852
|
-
</td>
|
2853
|
-
|
2854
|
-
<td>
|
2855
|
-
No
|
2856
|
-
</td>
|
2857
|
-
|
2858
|
-
</tr>
|
2859
|
-
</tbody>
|
2860
|
-
</table>
|
2861
|
-
</div>
|
2862
|
-
<div>
|
2863
|
-
</div>
|
2864
|
-
<div class="io-description">
|
2865
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2866
|
-
|
2867
|
-
</div>
|
2868
|
-
</td>
|
2869
|
-
</tr>
|
2870
|
-
</tbody>
|
2871
|
-
</table>
|
2872
|
-
<table class="table table-sm table-bordered">
|
2873
|
-
<tbody>
|
1411
|
+
|
1412
|
+
</tbody>
|
1413
|
+
</table>
|
1414
|
+
<table class="table table-sm table-bordered">
|
1415
|
+
<tbody>
|
1416
|
+
<tr>
|
1417
|
+
<td class="col-md-4">
|
1418
|
+
<a name="page"></a>
|
1419
|
+
<span class="name">
|
1420
|
+
<span class="modifier">Public</span>
|
1421
|
+
<span ><b>page</b></span>
|
1422
|
+
<a href="#page"><span class="icon ion-ios-link"></span></a>
|
1423
|
+
</span>
|
1424
|
+
</td>
|
1425
|
+
</tr>
|
2874
1426
|
<tr>
|
2875
1427
|
<td class="col-md-4">
|
2876
|
-
<a
|
2877
|
-
<span class="name"><b>euiTableCompact</b><a href="#euiTableCompact"><span class="icon ion-ios-link"></span></a></span>
|
2878
|
-
</td>
|
2879
|
-
</tr>
|
1428
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
2880
1429
|
|
2881
|
-
<tr>
|
2882
|
-
<td class="col-md-4">
|
2883
|
-
<span class="accessor"><b>get</b><code>euiTableCompact()</code></span>
|
2884
1430
|
</td>
|
2885
1431
|
</tr>
|
2886
|
-
|
2887
1432
|
<tr>
|
2888
1433
|
<td class="col-md-4">
|
2889
|
-
<
|
1434
|
+
<i>Default value : </i><code>0</code>
|
2890
1435
|
</td>
|
2891
1436
|
</tr>
|
2892
|
-
<tr>
|
2893
|
-
<td class="col-md-4">
|
2894
1437
|
|
2895
|
-
<div class="io-description">
|
2896
|
-
<b>Parameters :</b>
|
2897
|
-
<table class="params">
|
2898
|
-
<thead>
|
2899
|
-
<tr>
|
2900
|
-
<td>Name</td>
|
2901
|
-
<td>Type</td>
|
2902
|
-
<td>Optional</td>
|
2903
|
-
</tr>
|
2904
|
-
</thead>
|
2905
|
-
<tbody>
|
2906
|
-
<tr>
|
2907
|
-
<td>value</td>
|
2908
|
-
|
2909
|
-
<td>
|
2910
|
-
<code>BooleanInput</code>
|
2911
|
-
</td>
|
2912
|
-
|
2913
|
-
<td>
|
2914
|
-
No
|
2915
|
-
</td>
|
2916
|
-
|
2917
|
-
</tr>
|
2918
|
-
</tbody>
|
2919
|
-
</table>
|
2920
|
-
</div>
|
2921
|
-
<div>
|
2922
|
-
</div>
|
2923
|
-
<div class="io-description">
|
2924
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2925
|
-
|
2926
|
-
</div>
|
2927
|
-
</td>
|
2928
|
-
</tr>
|
2929
|
-
</tbody>
|
2930
|
-
</table>
|
2931
|
-
<table class="table table-sm table-bordered">
|
2932
|
-
<tbody>
|
2933
|
-
<tr>
|
2934
|
-
<td class="col-md-4">
|
2935
|
-
<a name="hasStickyHeader"></a>
|
2936
|
-
<span class="name"><b>hasStickyHeader</b><a href="#hasStickyHeader"><span class="icon ion-ios-link"></span></a></span>
|
2937
|
-
</td>
|
2938
|
-
</tr>
|
2939
1438
|
|
1439
|
+
</tbody>
|
1440
|
+
</table>
|
1441
|
+
<table class="table table-sm table-bordered">
|
1442
|
+
<tbody>
|
1443
|
+
<tr>
|
1444
|
+
<td class="col-md-4">
|
1445
|
+
<a name="pageSize"></a>
|
1446
|
+
<span class="name">
|
1447
|
+
<span class="modifier">Public</span>
|
1448
|
+
<span ><b>pageSize</b></span>
|
1449
|
+
<a href="#pageSize"><span class="icon ion-ios-link"></span></a>
|
1450
|
+
</span>
|
1451
|
+
</td>
|
1452
|
+
</tr>
|
2940
1453
|
<tr>
|
2941
1454
|
<td class="col-md-4">
|
2942
|
-
<
|
2943
|
-
</td>
|
2944
|
-
</tr>
|
1455
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
2945
1456
|
|
2946
|
-
<tr>
|
2947
|
-
<td class="col-md-4">
|
2948
|
-
<span class="accessor"><b>set</b><code>hasStickyHeader(value: BooleanInput)</code></span>
|
2949
1457
|
</td>
|
2950
1458
|
</tr>
|
2951
|
-
<tr>
|
2952
|
-
<td class="col-md-4">
|
2953
|
-
|
2954
|
-
<div class="io-description">
|
2955
|
-
<b>Parameters :</b>
|
2956
|
-
<table class="params">
|
2957
|
-
<thead>
|
2958
|
-
<tr>
|
2959
|
-
<td>Name</td>
|
2960
|
-
<td>Type</td>
|
2961
|
-
<td>Optional</td>
|
2962
|
-
</tr>
|
2963
|
-
</thead>
|
2964
|
-
<tbody>
|
2965
|
-
<tr>
|
2966
|
-
<td>value</td>
|
2967
|
-
|
2968
|
-
<td>
|
2969
|
-
<code>BooleanInput</code>
|
2970
|
-
</td>
|
2971
|
-
|
2972
|
-
<td>
|
2973
|
-
No
|
2974
|
-
</td>
|
2975
|
-
|
2976
|
-
</tr>
|
2977
|
-
</tbody>
|
2978
|
-
</table>
|
2979
|
-
</div>
|
2980
|
-
<div>
|
2981
|
-
</div>
|
2982
|
-
<div class="io-description">
|
2983
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2984
|
-
|
2985
|
-
</div>
|
2986
|
-
</td>
|
2987
|
-
</tr>
|
2988
|
-
</tbody>
|
2989
|
-
</table>
|
2990
|
-
<table class="table table-sm table-bordered">
|
2991
|
-
<tbody>
|
2992
1459
|
<tr>
|
2993
1460
|
<td class="col-md-4">
|
2994
|
-
<
|
2995
|
-
<span class="name"><b>hasStickyColumns</b><a href="#hasStickyColumns"><span class="icon ion-ios-link"></span></a></span>
|
1461
|
+
<i>Default value : </i><code>0</code>
|
2996
1462
|
</td>
|
2997
1463
|
</tr>
|
2998
1464
|
|
1465
|
+
|
1466
|
+
</tbody>
|
1467
|
+
</table>
|
1468
|
+
<table class="table table-sm table-bordered">
|
1469
|
+
<tbody>
|
1470
|
+
<tr>
|
1471
|
+
<td class="col-md-4">
|
1472
|
+
<a name="rowsRendered"></a>
|
1473
|
+
<span class="name">
|
1474
|
+
<span class="modifier">Public</span>
|
1475
|
+
<span ><b>rowsRendered</b></span>
|
1476
|
+
<a href="#rowsRendered"><span class="icon ion-ios-link"></span></a>
|
1477
|
+
</span>
|
1478
|
+
</td>
|
1479
|
+
</tr>
|
2999
1480
|
<tr>
|
3000
1481
|
<td class="col-md-4">
|
3001
|
-
<
|
1482
|
+
<i>Type : </i> <code>any[]</code>
|
1483
|
+
|
3002
1484
|
</td>
|
3003
1485
|
</tr>
|
3004
|
-
|
3005
1486
|
<tr>
|
3006
1487
|
<td class="col-md-4">
|
3007
|
-
<
|
1488
|
+
<i>Default value : </i><code>[]</code>
|
3008
1489
|
</td>
|
3009
1490
|
</tr>
|
3010
|
-
<tr>
|
3011
|
-
<td class="col-md-4">
|
3012
1491
|
|
3013
|
-
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3017
|
-
|
3018
|
-
|
3019
|
-
|
3020
|
-
|
3021
|
-
|
3022
|
-
|
3023
|
-
|
3024
|
-
|
3025
|
-
|
3026
|
-
|
3027
|
-
|
3028
|
-
<code>BooleanInput</code>
|
3029
|
-
</td>
|
3030
|
-
|
3031
|
-
<td>
|
3032
|
-
No
|
3033
|
-
</td>
|
3034
|
-
|
3035
|
-
</tr>
|
3036
|
-
</tbody>
|
3037
|
-
</table>
|
3038
|
-
</div>
|
3039
|
-
<div>
|
3040
|
-
</div>
|
3041
|
-
<div class="io-description">
|
3042
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
3043
|
-
|
3044
|
-
</div>
|
3045
|
-
</td>
|
3046
|
-
</tr>
|
3047
|
-
</tbody>
|
3048
|
-
</table>
|
3049
|
-
<table class="table table-sm table-bordered">
|
3050
|
-
<tbody>
|
1492
|
+
|
1493
|
+
</tbody>
|
1494
|
+
</table>
|
1495
|
+
<table class="table table-sm table-bordered">
|
1496
|
+
<tbody>
|
1497
|
+
<tr>
|
1498
|
+
<td class="col-md-4">
|
1499
|
+
<a name="showStickyHeader"></a>
|
1500
|
+
<span class="name">
|
1501
|
+
<span class="modifier">Public</span>
|
1502
|
+
<span ><b>showStickyHeader</b></span>
|
1503
|
+
<a href="#showStickyHeader"><span class="icon ion-ios-link"></span></a>
|
1504
|
+
</span>
|
1505
|
+
</td>
|
1506
|
+
</tr>
|
3051
1507
|
<tr>
|
3052
1508
|
<td class="col-md-4">
|
3053
|
-
<
|
3054
|
-
<span class="name"><b>isSelectOnlyVisibleRows</b><a href="#isSelectOnlyVisibleRows"><span class="icon ion-ios-link"></span></a></span>
|
1509
|
+
<i>Default value : </i><code>false</code>
|
3055
1510
|
</td>
|
3056
1511
|
</tr>
|
3057
1512
|
|
1513
|
+
|
1514
|
+
</tbody>
|
1515
|
+
</table>
|
1516
|
+
<table class="table table-sm table-bordered">
|
1517
|
+
<tbody>
|
1518
|
+
<tr>
|
1519
|
+
<td class="col-md-4">
|
1520
|
+
<a name="tbodyRef"></a>
|
1521
|
+
<span class="name">
|
1522
|
+
<span class="modifier"></span>
|
1523
|
+
<span ><b>tbodyRef</b></span>
|
1524
|
+
<a href="#tbodyRef"><span class="icon ion-ios-link"></span></a>
|
1525
|
+
</span>
|
1526
|
+
</td>
|
1527
|
+
</tr>
|
3058
1528
|
<tr>
|
3059
1529
|
<td class="col-md-4">
|
3060
|
-
<
|
1530
|
+
<i>Type : </i> <code>ElementRef<HTMLElement></code>
|
1531
|
+
|
3061
1532
|
</td>
|
3062
1533
|
</tr>
|
3063
|
-
|
3064
1534
|
<tr>
|
3065
1535
|
<td class="col-md-4">
|
3066
|
-
<
|
1536
|
+
<b>Decorators : </b>
|
1537
|
+
<br />
|
1538
|
+
<code>
|
1539
|
+
@ViewChild('tbodyRef')<br />
|
1540
|
+
</code>
|
3067
1541
|
</td>
|
3068
1542
|
</tr>
|
3069
|
-
<tr>
|
3070
|
-
<td class="col-md-4">
|
3071
1543
|
|
3072
|
-
|
3073
|
-
|
3074
|
-
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
<code>BooleanInput</code>
|
3088
|
-
</td>
|
3089
|
-
|
3090
|
-
<td>
|
3091
|
-
No
|
3092
|
-
</td>
|
3093
|
-
|
3094
|
-
</tr>
|
3095
|
-
</tbody>
|
3096
|
-
</table>
|
3097
|
-
</div>
|
3098
|
-
<div>
|
3099
|
-
</div>
|
3100
|
-
<div class="io-description">
|
3101
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
3102
|
-
|
3103
|
-
</div>
|
3104
|
-
</td>
|
3105
|
-
</tr>
|
3106
|
-
</tbody>
|
3107
|
-
</table>
|
3108
|
-
<table class="table table-sm table-bordered">
|
3109
|
-
<tbody>
|
1544
|
+
|
1545
|
+
</tbody>
|
1546
|
+
</table>
|
1547
|
+
<table class="table table-sm table-bordered">
|
1548
|
+
<tbody>
|
1549
|
+
<tr>
|
1550
|
+
<td class="col-md-4">
|
1551
|
+
<a name="templates"></a>
|
1552
|
+
<span class="name">
|
1553
|
+
<span class="modifier"></span>
|
1554
|
+
<span ><b>templates</b></span>
|
1555
|
+
<a href="#templates"><span class="icon ion-ios-link"></span></a>
|
1556
|
+
</span>
|
1557
|
+
</td>
|
1558
|
+
</tr>
|
3110
1559
|
<tr>
|
3111
1560
|
<td class="col-md-4">
|
3112
|
-
<a
|
3113
|
-
|
1561
|
+
<i>Type : </i> <code><a href="../directives/EuiTemplateDirective.html" target="_self" >QueryList<EuiTemplateDirective></a></code>
|
1562
|
+
|
3114
1563
|
</td>
|
3115
1564
|
</tr>
|
3116
|
-
|
3117
1565
|
<tr>
|
3118
1566
|
<td class="col-md-4">
|
3119
|
-
<
|
1567
|
+
<b>Decorators : </b>
|
1568
|
+
<br />
|
1569
|
+
<code>
|
1570
|
+
@ContentChildren(EuiTemplateDirective)<br />
|
1571
|
+
</code>
|
3120
1572
|
</td>
|
3121
1573
|
</tr>
|
3122
1574
|
|
1575
|
+
|
1576
|
+
</tbody>
|
1577
|
+
</table>
|
1578
|
+
<table class="table table-sm table-bordered">
|
1579
|
+
<tbody>
|
1580
|
+
<tr>
|
1581
|
+
<td class="col-md-4">
|
1582
|
+
<a name="tfootRef"></a>
|
1583
|
+
<span class="name">
|
1584
|
+
<span class="modifier"></span>
|
1585
|
+
<span ><b>tfootRef</b></span>
|
1586
|
+
<a href="#tfootRef"><span class="icon ion-ios-link"></span></a>
|
1587
|
+
</span>
|
1588
|
+
</td>
|
1589
|
+
</tr>
|
3123
1590
|
<tr>
|
3124
1591
|
<td class="col-md-4">
|
3125
|
-
<
|
1592
|
+
<i>Type : </i> <code>ElementRef<HTMLElement></code>
|
1593
|
+
|
3126
1594
|
</td>
|
3127
1595
|
</tr>
|
3128
|
-
<tr>
|
3129
|
-
<td class="col-md-4">
|
3130
|
-
|
3131
|
-
<div class="io-description">
|
3132
|
-
<b>Parameters :</b>
|
3133
|
-
<table class="params">
|
3134
|
-
<thead>
|
3135
|
-
<tr>
|
3136
|
-
<td>Name</td>
|
3137
|
-
<td>Type</td>
|
3138
|
-
<td>Optional</td>
|
3139
|
-
</tr>
|
3140
|
-
</thead>
|
3141
|
-
<tbody>
|
3142
|
-
<tr>
|
3143
|
-
<td>value</td>
|
3144
|
-
|
3145
|
-
<td>
|
3146
|
-
<code>BooleanInput</code>
|
3147
|
-
</td>
|
3148
|
-
|
3149
|
-
<td>
|
3150
|
-
No
|
3151
|
-
</td>
|
3152
|
-
|
3153
|
-
</tr>
|
3154
|
-
</tbody>
|
3155
|
-
</table>
|
3156
|
-
</div>
|
3157
|
-
<div>
|
3158
|
-
</div>
|
3159
|
-
<div class="io-description">
|
3160
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
3161
|
-
|
3162
|
-
</div>
|
3163
|
-
</td>
|
3164
|
-
</tr>
|
3165
|
-
</tbody>
|
3166
|
-
</table>
|
3167
|
-
<table class="table table-sm table-bordered">
|
3168
|
-
<tbody>
|
3169
1596
|
<tr>
|
3170
1597
|
<td class="col-md-4">
|
3171
|
-
<
|
3172
|
-
<
|
1598
|
+
<b>Decorators : </b>
|
1599
|
+
<br />
|
1600
|
+
<code>
|
1601
|
+
@ViewChild('tfootRef')<br />
|
1602
|
+
</code>
|
3173
1603
|
</td>
|
3174
1604
|
</tr>
|
3175
1605
|
|
1606
|
+
|
1607
|
+
</tbody>
|
1608
|
+
</table>
|
1609
|
+
<table class="table table-sm table-bordered">
|
1610
|
+
<tbody>
|
1611
|
+
<tr>
|
1612
|
+
<td class="col-md-4">
|
1613
|
+
<a name="theadRef"></a>
|
1614
|
+
<span class="name">
|
1615
|
+
<span class="modifier"></span>
|
1616
|
+
<span ><b>theadRef</b></span>
|
1617
|
+
<a href="#theadRef"><span class="icon ion-ios-link"></span></a>
|
1618
|
+
</span>
|
1619
|
+
</td>
|
1620
|
+
</tr>
|
3176
1621
|
<tr>
|
3177
1622
|
<td class="col-md-4">
|
3178
|
-
<
|
1623
|
+
<i>Type : </i> <code>ElementRef<HTMLElement></code>
|
1624
|
+
|
3179
1625
|
</td>
|
3180
1626
|
</tr>
|
3181
|
-
|
3182
1627
|
<tr>
|
3183
1628
|
<td class="col-md-4">
|
3184
|
-
<
|
1629
|
+
<b>Decorators : </b>
|
1630
|
+
<br />
|
1631
|
+
<code>
|
1632
|
+
@ViewChild('theadRef')<br />
|
1633
|
+
</code>
|
3185
1634
|
</td>
|
3186
1635
|
</tr>
|
3187
|
-
<tr>
|
3188
|
-
<td class="col-md-4">
|
3189
1636
|
|
3190
|
-
|
3191
|
-
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3195
|
-
|
3196
|
-
|
3197
|
-
|
3198
|
-
|
3199
|
-
</thead>
|
3200
|
-
<tbody>
|
3201
|
-
<tr>
|
3202
|
-
<td>value</td>
|
3203
|
-
|
3204
|
-
<td>
|
3205
|
-
<code>BooleanInput</code>
|
3206
|
-
</td>
|
3207
|
-
|
3208
|
-
<td>
|
3209
|
-
No
|
3210
|
-
</td>
|
3211
|
-
|
3212
|
-
</tr>
|
3213
|
-
</tbody>
|
3214
|
-
</table>
|
3215
|
-
</div>
|
3216
|
-
<div>
|
3217
|
-
</div>
|
3218
|
-
<div class="io-description">
|
3219
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
3220
|
-
|
3221
|
-
</div>
|
3222
|
-
</td>
|
3223
|
-
</tr>
|
3224
|
-
</tbody>
|
3225
|
-
</table>
|
1637
|
+
|
1638
|
+
</tbody>
|
1639
|
+
</table>
|
1640
|
+
</section>
|
1641
|
+
|
1642
|
+
<section data-compodoc="block-accessors">
|
1643
|
+
<h3 id="accessors">
|
1644
|
+
Accessors
|
1645
|
+
</h3>
|
3226
1646
|
<table class="table table-sm table-bordered">
|
3227
1647
|
<tbody>
|
3228
1648
|
<tr>
|
@@ -3255,7 +1675,7 @@
|
|
3255
1675
|
<script src="../js/libs/htmlparser.js"></script>
|
3256
1676
|
<script src="../js/libs/deep-iterator.js"></script>
|
3257
1677
|
<script>
|
3258
|
-
var COMPONENT_TEMPLATE = '<div
|
1678
|
+
var COMPONENT_TEMPLATE = '<div>@if (headerTemplate) { <thead #theadRef> <ng-template [ngTemplateOutlet]="headerTemplate"></ng-template> </thead>}@if (bodyTemplate) { <tbody #tbodyRef> @for (row of rowsRendered; let i = $index; track row) { <ng-template [ngTemplateOutlet]="bodyTemplate" [ngTemplateOutletContext]="{ $implicit: row, index: i + page * pageSize }"> </ng-template> } @if (emptyMessageTemplate && rowsRendered.length === 0) { <ng-template [ngTemplateOutlet]="emptyMessageTemplate"></ng-template> } </tbody>}@if (footerTemplate) { <tfoot #tfootRef> <ng-template [ngTemplateOutlet]="footerTemplate"></ng-template> </tfoot>}</div>'
|
3259
1679
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'DefaultComponent', 'selector': ''},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAlertTitleComponent', 'selector': 'eui-alert-title'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonV2Component', 'selector': 'button[euiButtonV2], a[euiButtonV2]'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEclDateBlockComponent', 'selector': 'time[euiEclDateBlock]'},{'name': 'EuiEclLabelComponent', 'selector': 'div[euiEclLabel], span[euiEclLabel], eui-ecl-label'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
3260
1680
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderActionItemsComponent', 'selector': 'eui-page-header-action-items'},{'name': 'EuiPageHeaderBodyComponent', 'selector': 'eui-page-header-body'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeaderSubLabelComponent', 'selector': 'eui-page-header-sub-label'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'PlaygroundComponent', 'selector': ''},{'name': 'PlaygroundStickyLastColumnComponent', 'selector': ''},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
3261
1681
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|