@eui/components 17.0.0-next.14 → 17.0.0-next.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiTreeListComponent.html +1 -182
- package/docs/components/EuiTreeListItemComponent.html +1 -277
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +2 -2
- package/esm2022/eui-file-upload/eui-file-upload.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-slide-toggle/eui-slide-toggle.component.mjs +3 -3
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +9 -37
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +30 -33
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +2 -2
- package/eui-tree-list/eui-tree-list-item.component.d.ts +1 -13
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts +1 -8
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- 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-list.mjs +4 -4
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +37 -68
- 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-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +1 -1
@@ -229,15 +229,9 @@
|
|
229
229
|
<li>
|
230
230
|
<a href="#filterLabel" >filterLabel</a>
|
231
231
|
</li>
|
232
|
-
<li>
|
233
|
-
<a href="#hasItemsBullet" >hasItemsBullet</a>
|
234
|
-
</li>
|
235
232
|
<li>
|
236
233
|
<a href="#hasItemsUrl" >hasItemsUrl</a>
|
237
234
|
</li>
|
238
|
-
<li>
|
239
|
-
<a href="#hasLeftIndent" >hasLeftIndent</a>
|
240
|
-
</li>
|
241
235
|
<li>
|
242
236
|
<a href="#isExpanded" >isExpanded</a>
|
243
237
|
</li>
|
@@ -247,9 +241,6 @@
|
|
247
241
|
<li>
|
248
242
|
<a href="#isShowToolbarToggle" >isShowToolbarToggle</a>
|
249
243
|
</li>
|
250
|
-
<li>
|
251
|
-
<a href="#styleClass" >styleClass</a>
|
252
|
-
</li>
|
253
244
|
<li>
|
254
245
|
<a href="#tabindex" >tabindex</a>
|
255
246
|
</li>
|
@@ -306,12 +297,6 @@
|
|
306
297
|
<li>
|
307
298
|
<a href="#hasItemsUrl" >hasItemsUrl</a>
|
308
299
|
</li>
|
309
|
-
<li>
|
310
|
-
<a href="#hasItemsBullet" >hasItemsBullet</a>
|
311
|
-
</li>
|
312
|
-
<li>
|
313
|
-
<a href="#hasLeftIndent" >hasLeftIndent</a>
|
314
|
-
</li>
|
315
300
|
</ul>
|
316
301
|
</td>
|
317
302
|
</tr>
|
@@ -492,22 +477,6 @@
|
|
492
477
|
</tr>
|
493
478
|
</tbody>
|
494
479
|
</table>
|
495
|
-
<table class="table table-sm table-bordered">
|
496
|
-
<tbody>
|
497
|
-
<tr>
|
498
|
-
<td class="col-md-4">
|
499
|
-
<a name="hasItemsBullet"></a>
|
500
|
-
<b>hasItemsBullet</b>
|
501
|
-
</td>
|
502
|
-
</tr>
|
503
|
-
<tr>
|
504
|
-
<td class="col-md-4">
|
505
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
506
|
-
|
507
|
-
</td>
|
508
|
-
</tr>
|
509
|
-
</tbody>
|
510
|
-
</table>
|
511
480
|
<table class="table table-sm table-bordered">
|
512
481
|
<tbody>
|
513
482
|
<tr>
|
@@ -524,22 +493,6 @@
|
|
524
493
|
</tr>
|
525
494
|
</tbody>
|
526
495
|
</table>
|
527
|
-
<table class="table table-sm table-bordered">
|
528
|
-
<tbody>
|
529
|
-
<tr>
|
530
|
-
<td class="col-md-4">
|
531
|
-
<a name="hasLeftIndent"></a>
|
532
|
-
<b>hasLeftIndent</b>
|
533
|
-
</td>
|
534
|
-
</tr>
|
535
|
-
<tr>
|
536
|
-
<td class="col-md-4">
|
537
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
538
|
-
|
539
|
-
</td>
|
540
|
-
</tr>
|
541
|
-
</tbody>
|
542
|
-
</table>
|
543
496
|
<table class="table table-sm table-bordered">
|
544
497
|
<tbody>
|
545
498
|
<tr>
|
@@ -588,22 +541,6 @@
|
|
588
541
|
</tr>
|
589
542
|
</tbody>
|
590
543
|
</table>
|
591
|
-
<table class="table table-sm table-bordered">
|
592
|
-
<tbody>
|
593
|
-
<tr>
|
594
|
-
<td class="col-md-4">
|
595
|
-
<a name="styleClass"></a>
|
596
|
-
<b>styleClass</b>
|
597
|
-
</td>
|
598
|
-
</tr>
|
599
|
-
<tr>
|
600
|
-
<td class="col-md-4">
|
601
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
602
|
-
|
603
|
-
</td>
|
604
|
-
</tr>
|
605
|
-
</tbody>
|
606
|
-
</table>
|
607
544
|
<table class="table table-sm table-bordered">
|
608
545
|
<tbody>
|
609
546
|
<tr>
|
@@ -1577,124 +1514,6 @@
|
|
1577
1514
|
<tr>
|
1578
1515
|
<td class="col-md-4">
|
1579
1516
|
|
1580
|
-
<div class="io-description">
|
1581
|
-
<b>Parameters :</b>
|
1582
|
-
<table class="params">
|
1583
|
-
<thead>
|
1584
|
-
<tr>
|
1585
|
-
<td>Name</td>
|
1586
|
-
<td>Type</td>
|
1587
|
-
<td>Optional</td>
|
1588
|
-
</tr>
|
1589
|
-
</thead>
|
1590
|
-
<tbody>
|
1591
|
-
<tr>
|
1592
|
-
<td>value</td>
|
1593
|
-
|
1594
|
-
<td>
|
1595
|
-
<code>BooleanInput</code>
|
1596
|
-
</td>
|
1597
|
-
|
1598
|
-
<td>
|
1599
|
-
No
|
1600
|
-
</td>
|
1601
|
-
|
1602
|
-
</tr>
|
1603
|
-
</tbody>
|
1604
|
-
</table>
|
1605
|
-
</div>
|
1606
|
-
<div>
|
1607
|
-
</div>
|
1608
|
-
<div class="io-description">
|
1609
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1610
|
-
|
1611
|
-
</div>
|
1612
|
-
</td>
|
1613
|
-
</tr>
|
1614
|
-
</tbody>
|
1615
|
-
</table>
|
1616
|
-
<table class="table table-sm table-bordered">
|
1617
|
-
<tbody>
|
1618
|
-
<tr>
|
1619
|
-
<td class="col-md-4">
|
1620
|
-
<a name="hasItemsBullet"></a>
|
1621
|
-
<span class="name"><b>hasItemsBullet</b><a href="#hasItemsBullet"><span class="icon ion-ios-link"></span></a></span>
|
1622
|
-
</td>
|
1623
|
-
</tr>
|
1624
|
-
|
1625
|
-
<tr>
|
1626
|
-
<td class="col-md-4">
|
1627
|
-
<span class="accessor"><b>get</b><code>hasItemsBullet()</code></span>
|
1628
|
-
</td>
|
1629
|
-
</tr>
|
1630
|
-
|
1631
|
-
<tr>
|
1632
|
-
<td class="col-md-4">
|
1633
|
-
<span class="accessor"><b>set</b><code>hasItemsBullet(value: BooleanInput)</code></span>
|
1634
|
-
</td>
|
1635
|
-
</tr>
|
1636
|
-
<tr>
|
1637
|
-
<td class="col-md-4">
|
1638
|
-
|
1639
|
-
<div class="io-description">
|
1640
|
-
<b>Parameters :</b>
|
1641
|
-
<table class="params">
|
1642
|
-
<thead>
|
1643
|
-
<tr>
|
1644
|
-
<td>Name</td>
|
1645
|
-
<td>Type</td>
|
1646
|
-
<td>Optional</td>
|
1647
|
-
</tr>
|
1648
|
-
</thead>
|
1649
|
-
<tbody>
|
1650
|
-
<tr>
|
1651
|
-
<td>value</td>
|
1652
|
-
|
1653
|
-
<td>
|
1654
|
-
<code>BooleanInput</code>
|
1655
|
-
</td>
|
1656
|
-
|
1657
|
-
<td>
|
1658
|
-
No
|
1659
|
-
</td>
|
1660
|
-
|
1661
|
-
</tr>
|
1662
|
-
</tbody>
|
1663
|
-
</table>
|
1664
|
-
</div>
|
1665
|
-
<div>
|
1666
|
-
</div>
|
1667
|
-
<div class="io-description">
|
1668
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1669
|
-
|
1670
|
-
</div>
|
1671
|
-
</td>
|
1672
|
-
</tr>
|
1673
|
-
</tbody>
|
1674
|
-
</table>
|
1675
|
-
<table class="table table-sm table-bordered">
|
1676
|
-
<tbody>
|
1677
|
-
<tr>
|
1678
|
-
<td class="col-md-4">
|
1679
|
-
<a name="hasLeftIndent"></a>
|
1680
|
-
<span class="name"><b>hasLeftIndent</b><a href="#hasLeftIndent"><span class="icon ion-ios-link"></span></a></span>
|
1681
|
-
</td>
|
1682
|
-
</tr>
|
1683
|
-
|
1684
|
-
<tr>
|
1685
|
-
<td class="col-md-4">
|
1686
|
-
<span class="accessor"><b>get</b><code>hasLeftIndent()</code></span>
|
1687
|
-
</td>
|
1688
|
-
</tr>
|
1689
|
-
|
1690
|
-
<tr>
|
1691
|
-
<td class="col-md-4">
|
1692
|
-
<span class="accessor"><b>set</b><code>hasLeftIndent(value: BooleanInput)</code></span>
|
1693
|
-
</td>
|
1694
|
-
</tr>
|
1695
|
-
<tr>
|
1696
|
-
<td class="col-md-4">
|
1697
|
-
|
1698
1517
|
<div class="io-description">
|
1699
1518
|
<b>Parameters :</b>
|
1700
1519
|
<table class="params">
|
@@ -1746,7 +1565,7 @@
|
|
1746
1565
|
<script src="../js/libs/htmlparser.js"></script>
|
1747
1566
|
<script src="../js/libs/deep-iterator.js"></script>
|
1748
1567
|
<script>
|
1749
|
-
var COMPONENT_TEMPLATE = '<div><!-- <ux-a-toolbar-filter #uxToolbarFilter [filterValue]="toolbarFilterValue" [isVisible]="isShowToolbar" [isToggleVisible]="isShowToolbarToggle" [isToggleExpanded]="isExpanded" (filter)="onFilter($event)" (expandAll)="onExpandAll($event)" (collapseAll)="onCollapseAll($event)" filterLabel="{{ filterLabel }}" expandAllLabel="{{ expandAllLabel }}" collapseAllLabel="{{ collapseAllLabel }}" attr.data-e2e="{{ e2eAttr }}-a-toolbar-filter"> <ng-content select="uxTreeListToolbarContent"></ng-content></ux-a-toolbar-filter> --><div class="eui-tree-list
|
1568
|
+
var COMPONENT_TEMPLATE = '<div><!-- <ux-a-toolbar-filter #uxToolbarFilter [filterValue]="toolbarFilterValue" [isVisible]="isShowToolbar" [isToggleVisible]="isShowToolbarToggle" [isToggleExpanded]="isExpanded" (filter)="onFilter($event)" (expandAll)="onExpandAll($event)" (collapseAll)="onCollapseAll($event)" filterLabel="{{ filterLabel }}" expandAllLabel="{{ expandAllLabel }}" collapseAllLabel="{{ collapseAllLabel }}" attr.data-e2e="{{ e2eAttr }}-a-toolbar-filter"> <ng-content select="uxTreeListToolbarContent"></ng-content></ux-a-toolbar-filter> --><div class="eui-tree-list" [attr.role]="ariaRole" [attr.data-tabindex]="originalTabindex" [attr.aria-label]="ariaLabel" [attr.aria-owns]="ariaOwns" attr.data-e2e="{{ e2eAttr }}"> <ng-content></ng-content></div></div>'
|
1750
1569
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EclMessageWcComponent', 'selector': 'ecl-message-wc'},{'name': 'EuiAccessibleButtonIconComponent', 'selector': 'eui-accessible-button-icon'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'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': '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': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'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': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'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': 'EuiEclBannerComponent', 'selector': 'eui-ecl-banner'},{'name': 'EuiEclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EuiEclCarouselComponent', 'selector': 'eui-ecl-carousel'},{'name': 'EuiEclCarouselItemComponent', 'selector': 'eui-ecl-carousel-item, eui-ecl-carousel-item'},{'name': 'EuiEclIconComponent', 'selector': 'eui-ecl-icon'},{'name': 'EuiEclMessageComponent', 'selector': 'eui-ecl-message'},{'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': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'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': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'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,
|
1751
1570
|
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': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'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': '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': 'EuiToolbarItemNotificationsComponent', 'selector': 'eui-toolbar-item-notifications'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarItemSearchComponent', 'selector': 'eui-toolbar-item-search'},{'name': 'EuiToolbarItemUserProfileComponent', 'selector': 'eui-toolbar-item-user-profile'},{'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': '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': 'EuiUxTreeComponent', 'selector': 'eui-ux-tree'},{'name': 'EuiUxTreeNodeComponent', 'selector': 'eui-ux-tree-node'},{'name': 'EuiUxTreeToolbarComponent', 'selector': 'eui-ux-tree-toolbar'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
1752
1571
|
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': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'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': 'EuiEclBannerCreditDirective', 'selector': '[euiEclBannerCredit]'},{'name': 'EuiEclBannerDescriptionDirective', 'selector': '[euiEclBannerDescription]'},{'name': 'EuiEclBannerDescriptionTextDirective', 'selector': '[euiEclBannerDescriptionText]'},{'name': 'EuiEclBannerImageDirective', 'selector': 'img[euiEclBannerImage]'},{'name': 'EuiEclBannerPictureDirective', 'selector': 'picture[euiEclBannerPicture]'},{'name': 'EuiEclBannerTitleDirective', 'selector': '[euiEclBannerTitle]'},{'name': 'EuiEclBannerTitleTextDirective', 'selector': '[euiEclBannerTitleText]'},{'name': 'EuiEclBaseDirective', 'selector': '[EuiEclBase]'},{'name': 'EuiEclButtonLabelDirective', 'selector': '[euiEclButtonLabel]'},{'name': 'EuiEclClickOutsideDirective', 'selector': '[euiEclClickOutside]'},{'name': 'EuiEclFileImageDirective', 'selector': 'img[euiEclFileImage]'},{'name': 'EuiEclFilePictureDirective', 'selector': 'picture[euiEclFilePicture]'},{'name': 'EuiEclHiddenDirective', 'selector': '[euiEclHidden]'},{'name': 'EuiEclLabelDirective', 'selector': '[euiEclLabel]'},{'name': 'EuiEclLinkDirective', 'selector': '[euiEclLink]'},{'name': 'EuiEclLinkLabelDirective', 'selector': '[euiEclLinkLabel]'},{'name': 'EuiEclMessageTitleDirective', 'selector': '[euiEclMessageTitle]'},{'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': '
|