@eui/components 18.0.0-rc.25 → 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/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 +1 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- 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-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-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-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-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
@@ -270,26 +270,6 @@
|
|
270
270
|
|
271
271
|
|
272
272
|
|
273
|
-
<tr>
|
274
|
-
<td class="col-md-4">
|
275
|
-
<h6><b>Accessors</b></h6>
|
276
|
-
</td>
|
277
|
-
</tr>
|
278
|
-
<tr>
|
279
|
-
<td class="col-md-4">
|
280
|
-
<ul class="index-list">
|
281
|
-
<li>
|
282
|
-
<a href="#isCustomContent" >isCustomContent</a>
|
283
|
-
</li>
|
284
|
-
<li>
|
285
|
-
<a href="#isShowStepTitle" >isShowStepTitle</a>
|
286
|
-
</li>
|
287
|
-
<li>
|
288
|
-
<a href="#isNavigationAllowed" >isNavigationAllowed</a>
|
289
|
-
</li>
|
290
|
-
</ul>
|
291
|
-
</td>
|
292
|
-
</tr>
|
293
273
|
</tbody>
|
294
274
|
</table>
|
295
275
|
</section>
|
@@ -348,6 +328,11 @@
|
|
348
328
|
|
349
329
|
</td>
|
350
330
|
</tr>
|
331
|
+
<tr>
|
332
|
+
<td class="col-md-4">
|
333
|
+
<i>Default value : </i><code>false</code>
|
334
|
+
</td>
|
335
|
+
</tr>
|
351
336
|
</tbody>
|
352
337
|
</table>
|
353
338
|
<table class="table table-sm table-bordered">
|
@@ -364,6 +349,11 @@
|
|
364
349
|
|
365
350
|
</td>
|
366
351
|
</tr>
|
352
|
+
<tr>
|
353
|
+
<td class="col-md-4">
|
354
|
+
<i>Default value : </i><code>true</code>
|
355
|
+
</td>
|
356
|
+
</tr>
|
367
357
|
</tbody>
|
368
358
|
</table>
|
369
359
|
<table class="table table-sm table-bordered">
|
@@ -380,6 +370,11 @@
|
|
380
370
|
|
381
371
|
</td>
|
382
372
|
</tr>
|
373
|
+
<tr>
|
374
|
+
<td class="col-md-4">
|
375
|
+
<i>Default value : </i><code>false</code>
|
376
|
+
</td>
|
377
|
+
</tr>
|
383
378
|
</tbody>
|
384
379
|
</table>
|
385
380
|
<table class="table table-sm table-bordered">
|
@@ -777,188 +772,6 @@
|
|
777
772
|
</table>
|
778
773
|
</section>
|
779
774
|
|
780
|
-
<section data-compodoc="block-accessors">
|
781
|
-
<h3 id="accessors">
|
782
|
-
Accessors
|
783
|
-
</h3>
|
784
|
-
<table class="table table-sm table-bordered">
|
785
|
-
<tbody>
|
786
|
-
<tr>
|
787
|
-
<td class="col-md-4">
|
788
|
-
<a name="isCustomContent"></a>
|
789
|
-
<span class="name"><b>isCustomContent</b><a href="#isCustomContent"><span class="icon ion-ios-link"></span></a></span>
|
790
|
-
</td>
|
791
|
-
</tr>
|
792
|
-
|
793
|
-
<tr>
|
794
|
-
<td class="col-md-4">
|
795
|
-
<span class="accessor"><b>get</b><code>isCustomContent()</code></span>
|
796
|
-
</td>
|
797
|
-
</tr>
|
798
|
-
|
799
|
-
<tr>
|
800
|
-
<td class="col-md-4">
|
801
|
-
<span class="accessor"><b>set</b><code>isCustomContent(value: BooleanInput)</code></span>
|
802
|
-
</td>
|
803
|
-
</tr>
|
804
|
-
<tr>
|
805
|
-
<td class="col-md-4">
|
806
|
-
|
807
|
-
<div class="io-description">
|
808
|
-
<b>Parameters :</b>
|
809
|
-
<table class="params">
|
810
|
-
<thead>
|
811
|
-
<tr>
|
812
|
-
<td>Name</td>
|
813
|
-
<td>Type</td>
|
814
|
-
<td>Optional</td>
|
815
|
-
</tr>
|
816
|
-
</thead>
|
817
|
-
<tbody>
|
818
|
-
<tr>
|
819
|
-
<td>value</td>
|
820
|
-
|
821
|
-
<td>
|
822
|
-
<code>BooleanInput</code>
|
823
|
-
</td>
|
824
|
-
|
825
|
-
<td>
|
826
|
-
No
|
827
|
-
</td>
|
828
|
-
|
829
|
-
</tr>
|
830
|
-
</tbody>
|
831
|
-
</table>
|
832
|
-
</div>
|
833
|
-
<div>
|
834
|
-
</div>
|
835
|
-
<div class="io-description">
|
836
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
837
|
-
|
838
|
-
</div>
|
839
|
-
</td>
|
840
|
-
</tr>
|
841
|
-
</tbody>
|
842
|
-
</table>
|
843
|
-
<table class="table table-sm table-bordered">
|
844
|
-
<tbody>
|
845
|
-
<tr>
|
846
|
-
<td class="col-md-4">
|
847
|
-
<a name="isShowStepTitle"></a>
|
848
|
-
<span class="name"><b>isShowStepTitle</b><a href="#isShowStepTitle"><span class="icon ion-ios-link"></span></a></span>
|
849
|
-
</td>
|
850
|
-
</tr>
|
851
|
-
|
852
|
-
<tr>
|
853
|
-
<td class="col-md-4">
|
854
|
-
<span class="accessor"><b>get</b><code>isShowStepTitle()</code></span>
|
855
|
-
</td>
|
856
|
-
</tr>
|
857
|
-
|
858
|
-
<tr>
|
859
|
-
<td class="col-md-4">
|
860
|
-
<span class="accessor"><b>set</b><code>isShowStepTitle(value: BooleanInput)</code></span>
|
861
|
-
</td>
|
862
|
-
</tr>
|
863
|
-
<tr>
|
864
|
-
<td class="col-md-4">
|
865
|
-
|
866
|
-
<div class="io-description">
|
867
|
-
<b>Parameters :</b>
|
868
|
-
<table class="params">
|
869
|
-
<thead>
|
870
|
-
<tr>
|
871
|
-
<td>Name</td>
|
872
|
-
<td>Type</td>
|
873
|
-
<td>Optional</td>
|
874
|
-
</tr>
|
875
|
-
</thead>
|
876
|
-
<tbody>
|
877
|
-
<tr>
|
878
|
-
<td>value</td>
|
879
|
-
|
880
|
-
<td>
|
881
|
-
<code>BooleanInput</code>
|
882
|
-
</td>
|
883
|
-
|
884
|
-
<td>
|
885
|
-
No
|
886
|
-
</td>
|
887
|
-
|
888
|
-
</tr>
|
889
|
-
</tbody>
|
890
|
-
</table>
|
891
|
-
</div>
|
892
|
-
<div>
|
893
|
-
</div>
|
894
|
-
<div class="io-description">
|
895
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
896
|
-
|
897
|
-
</div>
|
898
|
-
</td>
|
899
|
-
</tr>
|
900
|
-
</tbody>
|
901
|
-
</table>
|
902
|
-
<table class="table table-sm table-bordered">
|
903
|
-
<tbody>
|
904
|
-
<tr>
|
905
|
-
<td class="col-md-4">
|
906
|
-
<a name="isNavigationAllowed"></a>
|
907
|
-
<span class="name"><b>isNavigationAllowed</b><a href="#isNavigationAllowed"><span class="icon ion-ios-link"></span></a></span>
|
908
|
-
</td>
|
909
|
-
</tr>
|
910
|
-
|
911
|
-
<tr>
|
912
|
-
<td class="col-md-4">
|
913
|
-
<span class="accessor"><b>get</b><code>isNavigationAllowed()</code></span>
|
914
|
-
</td>
|
915
|
-
</tr>
|
916
|
-
|
917
|
-
<tr>
|
918
|
-
<td class="col-md-4">
|
919
|
-
<span class="accessor"><b>set</b><code>isNavigationAllowed(value: BooleanInput)</code></span>
|
920
|
-
</td>
|
921
|
-
</tr>
|
922
|
-
<tr>
|
923
|
-
<td class="col-md-4">
|
924
|
-
|
925
|
-
<div class="io-description">
|
926
|
-
<b>Parameters :</b>
|
927
|
-
<table class="params">
|
928
|
-
<thead>
|
929
|
-
<tr>
|
930
|
-
<td>Name</td>
|
931
|
-
<td>Type</td>
|
932
|
-
<td>Optional</td>
|
933
|
-
</tr>
|
934
|
-
</thead>
|
935
|
-
<tbody>
|
936
|
-
<tr>
|
937
|
-
<td>value</td>
|
938
|
-
|
939
|
-
<td>
|
940
|
-
<code>BooleanInput</code>
|
941
|
-
</td>
|
942
|
-
|
943
|
-
<td>
|
944
|
-
No
|
945
|
-
</td>
|
946
|
-
|
947
|
-
</tr>
|
948
|
-
</tbody>
|
949
|
-
</table>
|
950
|
-
</div>
|
951
|
-
<div>
|
952
|
-
</div>
|
953
|
-
<div class="io-description">
|
954
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
955
|
-
|
956
|
-
</div>
|
957
|
-
</td>
|
958
|
-
</tr>
|
959
|
-
</tbody>
|
960
|
-
</table>
|
961
|
-
</section>
|
962
775
|
</div>
|
963
776
|
|
964
777
|
|