@eui/components 18.0.0-rc.24 → 18.0.0-rc.26
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/ChartComponent.html +10 -124
- package/docs/components/EuiEditorCountersComponent.html +15 -202
- package/docs/components/EuiNotificationItemComponent.html +5 -62
- package/docs/components/EuiNotificationItemV2Component.html +5 -62
- package/docs/components/EuiNotificationsComponent.html +40 -512
- package/docs/components/EuiNotificationsV2Component.html +40 -507
- package/docs/components/EuiPageBreadcrumbComponent.html +8 -0
- package/docs/components/EuiPageColumnComponent.html +19 -113
- package/docs/components/EuiPageColumnsComponent.html +8 -0
- package/docs/components/EuiPageComponent.html +8 -0
- package/docs/components/EuiPageContentComponent.html +8 -0
- package/docs/components/EuiPageFooterComponent.html +8 -0
- package/docs/components/EuiPageHeaderActionItemsComponent.html +8 -0
- package/docs/components/EuiPageHeaderBodyComponent.html +8 -0
- package/docs/components/EuiPageHeaderComponent.html +15 -2
- package/docs/components/EuiPageHeaderSubLabelComponent.html +8 -0
- package/docs/components/EuiPageHeroHeaderComponent.html +8 -0
- package/docs/components/EuiPageTopContentComponent.html +8 -0
- package/docs/components/EuiPaginatorComponent.html +15 -209
- package/docs/components/EuiSelectComponent.html +0 -62
- package/docs/components/EuiTreeComponent.html +45 -558
- package/docs/components/EuiWizardComponent.html +15 -202
- package/docs/components/EuiWizardStepComponent.html +30 -388
- package/docs/components/QuillEditorComponent.html +20 -326
- package/docs/dependencies.html +3 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/directives/EuiPageColumnBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnFooterContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderCollapsedContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderLeftContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderRightContentDirective.html +4 -0
- package/docs/js/menu-wc.js +90 -20
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +51 -51
- package/docs/modules/EuiHeaderModule.html +68 -20
- package/docs/modules/EuiPageModule.html +95 -17
- package/docs/modules/EuiToolbarModule.html +68 -20
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +29 -42
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-body.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +14 -6
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -3
- package/esm2022/eui-page/eui-page.component.mjs +4 -4
- package/esm2022/eui-page/eui-page.module.mjs +9 -28
- package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
- package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
- package/esm2022/eui-select/eui-select.component.mjs +5 -10
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +2 -2
- package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
- package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
- package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
- package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
- package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts +1 -1
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +7 -8
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts.map +1 -1
- package/eui-page/eui-page.component.d.ts +1 -1
- package/eui-page/eui-page.component.d.ts.map +1 -1
- package/eui-page/eui-page.module.d.ts +1 -6
- package/eui-page/eui-page.module.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts +6 -10
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts +2 -4
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts +2 -3
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts +3 -5
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +18 -28
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +6 -10
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/charts/chart/chart.component.d.ts +4 -7
- package/externals/charts/chart/chart.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts +10 -16
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +73 -83
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +11 -27
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +8 -18
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs +4 -9
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +30 -77
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +30 -76
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +8 -11
- package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +16 -42
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +61 -157
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -352,32 +352,6 @@
|
|
352
352
|
|
353
353
|
|
354
354
|
|
355
|
-
<tr>
|
356
|
-
<td class="col-md-4">
|
357
|
-
<h6><b>Accessors</b></h6>
|
358
|
-
</td>
|
359
|
-
</tr>
|
360
|
-
<tr>
|
361
|
-
<td class="col-md-4">
|
362
|
-
<ul class="index-list">
|
363
|
-
<li>
|
364
|
-
<a href="#readOnly" >readOnly</a>
|
365
|
-
</li>
|
366
|
-
<li>
|
367
|
-
<a href="#required" >required</a>
|
368
|
-
</li>
|
369
|
-
<li>
|
370
|
-
<a href="#sanitize" >sanitize</a>
|
371
|
-
</li>
|
372
|
-
<li>
|
373
|
-
<a href="#strict" >strict</a>
|
374
|
-
</li>
|
375
|
-
<li>
|
376
|
-
<a href="#preserveWhitespace" >preserveWhitespace</a>
|
377
|
-
</li>
|
378
|
-
</ul>
|
379
|
-
</td>
|
380
|
-
</tr>
|
381
355
|
</tbody>
|
382
356
|
</table>
|
383
357
|
</section>
|
@@ -728,6 +702,11 @@
|
|
728
702
|
|
729
703
|
</td>
|
730
704
|
</tr>
|
705
|
+
<tr>
|
706
|
+
<td class="col-md-4">
|
707
|
+
<i>Default value : </i><code>false</code>
|
708
|
+
</td>
|
709
|
+
</tr>
|
731
710
|
</tbody>
|
732
711
|
</table>
|
733
712
|
<table class="table table-sm table-bordered">
|
@@ -760,6 +739,11 @@
|
|
760
739
|
|
761
740
|
</td>
|
762
741
|
</tr>
|
742
|
+
<tr>
|
743
|
+
<td class="col-md-4">
|
744
|
+
<i>Default value : </i><code>false</code>
|
745
|
+
</td>
|
746
|
+
</tr>
|
763
747
|
</tbody>
|
764
748
|
</table>
|
765
749
|
<table class="table table-sm table-bordered">
|
@@ -776,6 +760,11 @@
|
|
776
760
|
|
777
761
|
</td>
|
778
762
|
</tr>
|
763
|
+
<tr>
|
764
|
+
<td class="col-md-4">
|
765
|
+
<i>Default value : </i><code>false</code>
|
766
|
+
</td>
|
767
|
+
</tr>
|
779
768
|
</tbody>
|
780
769
|
</table>
|
781
770
|
<table class="table table-sm table-bordered">
|
@@ -808,6 +797,11 @@
|
|
808
797
|
|
809
798
|
</td>
|
810
799
|
</tr>
|
800
|
+
<tr>
|
801
|
+
<td class="col-md-4">
|
802
|
+
<i>Default value : </i><code>true</code>
|
803
|
+
</td>
|
804
|
+
</tr>
|
811
805
|
</tbody>
|
812
806
|
</table>
|
813
807
|
<table class="table table-sm table-bordered">
|
@@ -1515,306 +1509,6 @@
|
|
1515
1509
|
</table>
|
1516
1510
|
</section>
|
1517
1511
|
|
1518
|
-
<section data-compodoc="block-accessors">
|
1519
|
-
<h3 id="accessors">
|
1520
|
-
Accessors
|
1521
|
-
</h3>
|
1522
|
-
<table class="table table-sm table-bordered">
|
1523
|
-
<tbody>
|
1524
|
-
<tr>
|
1525
|
-
<td class="col-md-4">
|
1526
|
-
<a name="readOnly"></a>
|
1527
|
-
<span class="name"><b>readOnly</b><a href="#readOnly"><span class="icon ion-ios-link"></span></a></span>
|
1528
|
-
</td>
|
1529
|
-
</tr>
|
1530
|
-
|
1531
|
-
<tr>
|
1532
|
-
<td class="col-md-4">
|
1533
|
-
<span class="accessor"><b>get</b><code>readOnly()</code></span>
|
1534
|
-
</td>
|
1535
|
-
</tr>
|
1536
|
-
|
1537
|
-
<tr>
|
1538
|
-
<td class="col-md-4">
|
1539
|
-
<span class="accessor"><b>set</b><code>readOnly(value: BooleanInput)</code></span>
|
1540
|
-
</td>
|
1541
|
-
</tr>
|
1542
|
-
<tr>
|
1543
|
-
<td class="col-md-4">
|
1544
|
-
|
1545
|
-
<div class="io-description">
|
1546
|
-
<b>Parameters :</b>
|
1547
|
-
<table class="params">
|
1548
|
-
<thead>
|
1549
|
-
<tr>
|
1550
|
-
<td>Name</td>
|
1551
|
-
<td>Type</td>
|
1552
|
-
<td>Optional</td>
|
1553
|
-
</tr>
|
1554
|
-
</thead>
|
1555
|
-
<tbody>
|
1556
|
-
<tr>
|
1557
|
-
<td>value</td>
|
1558
|
-
|
1559
|
-
<td>
|
1560
|
-
<code>BooleanInput</code>
|
1561
|
-
</td>
|
1562
|
-
|
1563
|
-
<td>
|
1564
|
-
No
|
1565
|
-
</td>
|
1566
|
-
|
1567
|
-
</tr>
|
1568
|
-
</tbody>
|
1569
|
-
</table>
|
1570
|
-
</div>
|
1571
|
-
<div>
|
1572
|
-
</div>
|
1573
|
-
<div class="io-description">
|
1574
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1575
|
-
|
1576
|
-
</div>
|
1577
|
-
</td>
|
1578
|
-
</tr>
|
1579
|
-
</tbody>
|
1580
|
-
</table>
|
1581
|
-
<table class="table table-sm table-bordered">
|
1582
|
-
<tbody>
|
1583
|
-
<tr>
|
1584
|
-
<td class="col-md-4">
|
1585
|
-
<a name="required"></a>
|
1586
|
-
<span class="name"><b>required</b><a href="#required"><span class="icon ion-ios-link"></span></a></span>
|
1587
|
-
</td>
|
1588
|
-
</tr>
|
1589
|
-
|
1590
|
-
<tr>
|
1591
|
-
<td class="col-md-4">
|
1592
|
-
<span class="accessor"><b>get</b><code>required()</code></span>
|
1593
|
-
</td>
|
1594
|
-
</tr>
|
1595
|
-
|
1596
|
-
<tr>
|
1597
|
-
<td class="col-md-4">
|
1598
|
-
<span class="accessor"><b>set</b><code>required(value: BooleanInput)</code></span>
|
1599
|
-
</td>
|
1600
|
-
</tr>
|
1601
|
-
<tr>
|
1602
|
-
<td class="col-md-4">
|
1603
|
-
|
1604
|
-
<div class="io-description">
|
1605
|
-
<b>Parameters :</b>
|
1606
|
-
<table class="params">
|
1607
|
-
<thead>
|
1608
|
-
<tr>
|
1609
|
-
<td>Name</td>
|
1610
|
-
<td>Type</td>
|
1611
|
-
<td>Optional</td>
|
1612
|
-
</tr>
|
1613
|
-
</thead>
|
1614
|
-
<tbody>
|
1615
|
-
<tr>
|
1616
|
-
<td>value</td>
|
1617
|
-
|
1618
|
-
<td>
|
1619
|
-
<code>BooleanInput</code>
|
1620
|
-
</td>
|
1621
|
-
|
1622
|
-
<td>
|
1623
|
-
No
|
1624
|
-
</td>
|
1625
|
-
|
1626
|
-
</tr>
|
1627
|
-
</tbody>
|
1628
|
-
</table>
|
1629
|
-
</div>
|
1630
|
-
<div>
|
1631
|
-
</div>
|
1632
|
-
<div class="io-description">
|
1633
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1634
|
-
|
1635
|
-
</div>
|
1636
|
-
</td>
|
1637
|
-
</tr>
|
1638
|
-
</tbody>
|
1639
|
-
</table>
|
1640
|
-
<table class="table table-sm table-bordered">
|
1641
|
-
<tbody>
|
1642
|
-
<tr>
|
1643
|
-
<td class="col-md-4">
|
1644
|
-
<a name="sanitize"></a>
|
1645
|
-
<span class="name"><b>sanitize</b><a href="#sanitize"><span class="icon ion-ios-link"></span></a></span>
|
1646
|
-
</td>
|
1647
|
-
</tr>
|
1648
|
-
|
1649
|
-
<tr>
|
1650
|
-
<td class="col-md-4">
|
1651
|
-
<span class="accessor"><b>get</b><code>sanitize()</code></span>
|
1652
|
-
</td>
|
1653
|
-
</tr>
|
1654
|
-
|
1655
|
-
<tr>
|
1656
|
-
<td class="col-md-4">
|
1657
|
-
<span class="accessor"><b>set</b><code>sanitize(value: BooleanInput)</code></span>
|
1658
|
-
</td>
|
1659
|
-
</tr>
|
1660
|
-
<tr>
|
1661
|
-
<td class="col-md-4">
|
1662
|
-
|
1663
|
-
<div class="io-description">
|
1664
|
-
<b>Parameters :</b>
|
1665
|
-
<table class="params">
|
1666
|
-
<thead>
|
1667
|
-
<tr>
|
1668
|
-
<td>Name</td>
|
1669
|
-
<td>Type</td>
|
1670
|
-
<td>Optional</td>
|
1671
|
-
</tr>
|
1672
|
-
</thead>
|
1673
|
-
<tbody>
|
1674
|
-
<tr>
|
1675
|
-
<td>value</td>
|
1676
|
-
|
1677
|
-
<td>
|
1678
|
-
<code>BooleanInput</code>
|
1679
|
-
</td>
|
1680
|
-
|
1681
|
-
<td>
|
1682
|
-
No
|
1683
|
-
</td>
|
1684
|
-
|
1685
|
-
</tr>
|
1686
|
-
</tbody>
|
1687
|
-
</table>
|
1688
|
-
</div>
|
1689
|
-
<div>
|
1690
|
-
</div>
|
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="strict"></a>
|
1704
|
-
<span class="name"><b>strict</b><a href="#strict"><span class="icon ion-ios-link"></span></a></span>
|
1705
|
-
</td>
|
1706
|
-
</tr>
|
1707
|
-
|
1708
|
-
<tr>
|
1709
|
-
<td class="col-md-4">
|
1710
|
-
<span class="accessor"><b>get</b><code>strict()</code></span>
|
1711
|
-
</td>
|
1712
|
-
</tr>
|
1713
|
-
|
1714
|
-
<tr>
|
1715
|
-
<td class="col-md-4">
|
1716
|
-
<span class="accessor"><b>set</b><code>strict(value: BooleanInput)</code></span>
|
1717
|
-
</td>
|
1718
|
-
</tr>
|
1719
|
-
<tr>
|
1720
|
-
<td class="col-md-4">
|
1721
|
-
|
1722
|
-
<div class="io-description">
|
1723
|
-
<b>Parameters :</b>
|
1724
|
-
<table class="params">
|
1725
|
-
<thead>
|
1726
|
-
<tr>
|
1727
|
-
<td>Name</td>
|
1728
|
-
<td>Type</td>
|
1729
|
-
<td>Optional</td>
|
1730
|
-
</tr>
|
1731
|
-
</thead>
|
1732
|
-
<tbody>
|
1733
|
-
<tr>
|
1734
|
-
<td>value</td>
|
1735
|
-
|
1736
|
-
<td>
|
1737
|
-
<code>BooleanInput</code>
|
1738
|
-
</td>
|
1739
|
-
|
1740
|
-
<td>
|
1741
|
-
No
|
1742
|
-
</td>
|
1743
|
-
|
1744
|
-
</tr>
|
1745
|
-
</tbody>
|
1746
|
-
</table>
|
1747
|
-
</div>
|
1748
|
-
<div>
|
1749
|
-
</div>
|
1750
|
-
<div class="io-description">
|
1751
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1752
|
-
|
1753
|
-
</div>
|
1754
|
-
</td>
|
1755
|
-
</tr>
|
1756
|
-
</tbody>
|
1757
|
-
</table>
|
1758
|
-
<table class="table table-sm table-bordered">
|
1759
|
-
<tbody>
|
1760
|
-
<tr>
|
1761
|
-
<td class="col-md-4">
|
1762
|
-
<a name="preserveWhitespace"></a>
|
1763
|
-
<span class="name"><b>preserveWhitespace</b><a href="#preserveWhitespace"><span class="icon ion-ios-link"></span></a></span>
|
1764
|
-
</td>
|
1765
|
-
</tr>
|
1766
|
-
|
1767
|
-
<tr>
|
1768
|
-
<td class="col-md-4">
|
1769
|
-
<span class="accessor"><b>get</b><code>preserveWhitespace()</code></span>
|
1770
|
-
</td>
|
1771
|
-
</tr>
|
1772
|
-
|
1773
|
-
<tr>
|
1774
|
-
<td class="col-md-4">
|
1775
|
-
<span class="accessor"><b>set</b><code>preserveWhitespace(value: BooleanInput)</code></span>
|
1776
|
-
</td>
|
1777
|
-
</tr>
|
1778
|
-
<tr>
|
1779
|
-
<td class="col-md-4">
|
1780
|
-
|
1781
|
-
<div class="io-description">
|
1782
|
-
<b>Parameters :</b>
|
1783
|
-
<table class="params">
|
1784
|
-
<thead>
|
1785
|
-
<tr>
|
1786
|
-
<td>Name</td>
|
1787
|
-
<td>Type</td>
|
1788
|
-
<td>Optional</td>
|
1789
|
-
</tr>
|
1790
|
-
</thead>
|
1791
|
-
<tbody>
|
1792
|
-
<tr>
|
1793
|
-
<td>value</td>
|
1794
|
-
|
1795
|
-
<td>
|
1796
|
-
<code>BooleanInput</code>
|
1797
|
-
</td>
|
1798
|
-
|
1799
|
-
<td>
|
1800
|
-
No
|
1801
|
-
</td>
|
1802
|
-
|
1803
|
-
</tr>
|
1804
|
-
</tbody>
|
1805
|
-
</table>
|
1806
|
-
</div>
|
1807
|
-
<div>
|
1808
|
-
</div>
|
1809
|
-
<div class="io-description">
|
1810
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1811
|
-
|
1812
|
-
</div>
|
1813
|
-
</td>
|
1814
|
-
</tr>
|
1815
|
-
</tbody>
|
1816
|
-
</table>
|
1817
|
-
</section>
|
1818
1512
|
</div>
|
1819
1513
|
|
1820
1514
|
|
package/docs/dependencies.html
CHANGED
@@ -261,6 +261,8 @@
|
|
261
261
|
<b>marked</b> : 12.0.2</li>
|
262
262
|
<li>
|
263
263
|
<b>ngx-markdown</b> : 17.2.1</li>
|
264
|
+
<li>
|
265
|
+
<b>ngx-scrollbar</b> : 14.1.1</li>
|
264
266
|
<li>
|
265
267
|
<b>prismjs</b> : 1.29.0</li>
|
266
268
|
<li>
|
@@ -284,7 +286,7 @@
|
|
284
286
|
<li>
|
285
287
|
<b>@stackblitz/sdk</b> : 1.10.0</li>
|
286
288
|
<li>
|
287
|
-
<b>@eui/ecl</b> : 18.0.0-rc.
|
289
|
+
<b>@eui/ecl</b> : 18.0.0-rc.25</li>
|
288
290
|
<li>
|
289
291
|
<b>@eui/tools</b> : ^6.0.0</li>
|
290
292
|
</ul>
|
@@ -209,9 +209,6 @@
|
|
209
209
|
<tr>
|
210
210
|
<td class="col-md-4">
|
211
211
|
<ul class="index-list">
|
212
|
-
<li>
|
213
|
-
<a href="#autoResize" >autoResize</a>
|
214
|
-
</li>
|
215
212
|
<li>
|
216
213
|
<a href="#minRows" >minRows</a>
|
217
214
|
</li>
|
@@ -306,6 +303,11 @@
|
|
306
303
|
|
307
304
|
</td>
|
308
305
|
</tr>
|
306
|
+
<tr>
|
307
|
+
<td class="col-md-4">
|
308
|
+
<i>Default value : </i><code>true</code>
|
309
|
+
</td>
|
310
|
+
</tr>
|
309
311
|
</tbody>
|
310
312
|
</table>
|
311
313
|
<table class="table table-sm table-bordered">
|
@@ -439,65 +441,6 @@
|
|
439
441
|
<h3 id="accessors">
|
440
442
|
Accessors
|
441
443
|
</h3>
|
442
|
-
<table class="table table-sm table-bordered">
|
443
|
-
<tbody>
|
444
|
-
<tr>
|
445
|
-
<td class="col-md-4">
|
446
|
-
<a name="autoResize"></a>
|
447
|
-
<span class="name"><b>autoResize</b><a href="#autoResize"><span class="icon ion-ios-link"></span></a></span>
|
448
|
-
</td>
|
449
|
-
</tr>
|
450
|
-
|
451
|
-
<tr>
|
452
|
-
<td class="col-md-4">
|
453
|
-
<span class="accessor"><b>get</b><code>autoResize()</code></span>
|
454
|
-
</td>
|
455
|
-
</tr>
|
456
|
-
|
457
|
-
<tr>
|
458
|
-
<td class="col-md-4">
|
459
|
-
<span class="accessor"><b>set</b><code>autoResize(state: BooleanInput)</code></span>
|
460
|
-
</td>
|
461
|
-
</tr>
|
462
|
-
<tr>
|
463
|
-
<td class="col-md-4">
|
464
|
-
|
465
|
-
<div class="io-description">
|
466
|
-
<b>Parameters :</b>
|
467
|
-
<table class="params">
|
468
|
-
<thead>
|
469
|
-
<tr>
|
470
|
-
<td>Name</td>
|
471
|
-
<td>Type</td>
|
472
|
-
<td>Optional</td>
|
473
|
-
</tr>
|
474
|
-
</thead>
|
475
|
-
<tbody>
|
476
|
-
<tr>
|
477
|
-
<td>state</td>
|
478
|
-
|
479
|
-
<td>
|
480
|
-
<code>BooleanInput</code>
|
481
|
-
</td>
|
482
|
-
|
483
|
-
<td>
|
484
|
-
No
|
485
|
-
</td>
|
486
|
-
|
487
|
-
</tr>
|
488
|
-
</tbody>
|
489
|
-
</table>
|
490
|
-
</div>
|
491
|
-
<div>
|
492
|
-
</div>
|
493
|
-
<div class="io-description">
|
494
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
495
|
-
|
496
|
-
</div>
|
497
|
-
</td>
|
498
|
-
</tr>
|
499
|
-
</tbody>
|
500
|
-
</table>
|
501
444
|
<table class="table table-sm table-bordered">
|
502
445
|
<tbody>
|
503
446
|
<tr>
|
@@ -192,9 +192,6 @@
|
|
192
192
|
<tr>
|
193
193
|
<td class="col-md-4">
|
194
194
|
<ul class="index-list">
|
195
|
-
<li>
|
196
|
-
<a href="#selected" >selected</a>
|
197
|
-
</li>
|
198
195
|
<li>
|
199
196
|
<a href="#ngValue" >ngValue</a>
|
200
197
|
</li>
|
@@ -357,65 +354,6 @@
|
|
357
354
|
<h3 id="accessors">
|
358
355
|
Accessors
|
359
356
|
</h3>
|
360
|
-
<table class="table table-sm table-bordered">
|
361
|
-
<tbody>
|
362
|
-
<tr>
|
363
|
-
<td class="col-md-4">
|
364
|
-
<a name="selected"></a>
|
365
|
-
<span class="name"><b>selected</b><a href="#selected"><span class="icon ion-ios-link"></span></a></span>
|
366
|
-
</td>
|
367
|
-
</tr>
|
368
|
-
|
369
|
-
<tr>
|
370
|
-
<td class="col-md-4">
|
371
|
-
<span class="accessor"><b>get</b><code>selected()</code></span>
|
372
|
-
</td>
|
373
|
-
</tr>
|
374
|
-
|
375
|
-
<tr>
|
376
|
-
<td class="col-md-4">
|
377
|
-
<span class="accessor"><b>set</b><code>selected(value: BooleanInput)</code></span>
|
378
|
-
</td>
|
379
|
-
</tr>
|
380
|
-
<tr>
|
381
|
-
<td class="col-md-4">
|
382
|
-
|
383
|
-
<div class="io-description">
|
384
|
-
<b>Parameters :</b>
|
385
|
-
<table class="params">
|
386
|
-
<thead>
|
387
|
-
<tr>
|
388
|
-
<td>Name</td>
|
389
|
-
<td>Type</td>
|
390
|
-
<td>Optional</td>
|
391
|
-
</tr>
|
392
|
-
</thead>
|
393
|
-
<tbody>
|
394
|
-
<tr>
|
395
|
-
<td>value</td>
|
396
|
-
|
397
|
-
<td>
|
398
|
-
<code>BooleanInput</code>
|
399
|
-
</td>
|
400
|
-
|
401
|
-
<td>
|
402
|
-
No
|
403
|
-
</td>
|
404
|
-
|
405
|
-
</tr>
|
406
|
-
</tbody>
|
407
|
-
</table>
|
408
|
-
</div>
|
409
|
-
<div>
|
410
|
-
</div>
|
411
|
-
<div class="io-description">
|
412
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
413
|
-
|
414
|
-
</div>
|
415
|
-
</td>
|
416
|
-
</tr>
|
417
|
-
</tbody>
|
418
|
-
</table>
|
419
357
|
<table class="table table-sm table-bordered">
|
420
358
|
<tbody>
|
421
359
|
<tr>
|