@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
@@ -245,35 +245,6 @@
|
|
245
245
|
|
246
246
|
|
247
247
|
|
248
|
-
<tr>
|
249
|
-
<td class="col-md-4">
|
250
|
-
<h6><b>Accessors</b></h6>
|
251
|
-
</td>
|
252
|
-
</tr>
|
253
|
-
<tr>
|
254
|
-
<td class="col-md-4">
|
255
|
-
<ul class="index-list">
|
256
|
-
<li>
|
257
|
-
<a href="#isCompleted" >isCompleted</a>
|
258
|
-
</li>
|
259
|
-
<li>
|
260
|
-
<a href="#isActive" >isActive</a>
|
261
|
-
</li>
|
262
|
-
<li>
|
263
|
-
<a href="#isShowStepTitle" >isShowStepTitle</a>
|
264
|
-
</li>
|
265
|
-
<li>
|
266
|
-
<a href="#isInvalid" >isInvalid</a>
|
267
|
-
</li>
|
268
|
-
<li>
|
269
|
-
<a href="#isWarning" >isWarning</a>
|
270
|
-
</li>
|
271
|
-
<li>
|
272
|
-
<a href="#isDisabled" >isDisabled</a>
|
273
|
-
</li>
|
274
|
-
</ul>
|
275
|
-
</td>
|
276
|
-
</tr>
|
277
248
|
</tbody>
|
278
249
|
</table>
|
279
250
|
</section>
|
@@ -359,6 +330,11 @@
|
|
359
330
|
|
360
331
|
</td>
|
361
332
|
</tr>
|
333
|
+
<tr>
|
334
|
+
<td class="col-md-4">
|
335
|
+
<i>Default value : </i><code>false</code>
|
336
|
+
</td>
|
337
|
+
</tr>
|
362
338
|
</tbody>
|
363
339
|
</table>
|
364
340
|
<table class="table table-sm table-bordered">
|
@@ -375,6 +351,11 @@
|
|
375
351
|
|
376
352
|
</td>
|
377
353
|
</tr>
|
354
|
+
<tr>
|
355
|
+
<td class="col-md-4">
|
356
|
+
<i>Default value : </i><code>false</code>
|
357
|
+
</td>
|
358
|
+
</tr>
|
378
359
|
</tbody>
|
379
360
|
</table>
|
380
361
|
<table class="table table-sm table-bordered">
|
@@ -391,6 +372,11 @@
|
|
391
372
|
|
392
373
|
</td>
|
393
374
|
</tr>
|
375
|
+
<tr>
|
376
|
+
<td class="col-md-4">
|
377
|
+
<i>Default value : </i><code>false</code>
|
378
|
+
</td>
|
379
|
+
</tr>
|
394
380
|
</tbody>
|
395
381
|
</table>
|
396
382
|
<table class="table table-sm table-bordered">
|
@@ -407,6 +393,11 @@
|
|
407
393
|
|
408
394
|
</td>
|
409
395
|
</tr>
|
396
|
+
<tr>
|
397
|
+
<td class="col-md-4">
|
398
|
+
<i>Default value : </i><code>false</code>
|
399
|
+
</td>
|
400
|
+
</tr>
|
410
401
|
</tbody>
|
411
402
|
</table>
|
412
403
|
<table class="table table-sm table-bordered">
|
@@ -423,6 +414,11 @@
|
|
423
414
|
|
424
415
|
</td>
|
425
416
|
</tr>
|
417
|
+
<tr>
|
418
|
+
<td class="col-md-4">
|
419
|
+
<i>Default value : </i><code>false</code>
|
420
|
+
</td>
|
421
|
+
</tr>
|
426
422
|
</tbody>
|
427
423
|
</table>
|
428
424
|
<table class="table table-sm table-bordered">
|
@@ -439,6 +435,11 @@
|
|
439
435
|
|
440
436
|
</td>
|
441
437
|
</tr>
|
438
|
+
<tr>
|
439
|
+
<td class="col-md-4">
|
440
|
+
<i>Default value : </i><code>false</code>
|
441
|
+
</td>
|
442
|
+
</tr>
|
442
443
|
</tbody>
|
443
444
|
</table>
|
444
445
|
<table class="table table-sm table-bordered">
|
@@ -533,365 +534,6 @@
|
|
533
534
|
</table>
|
534
535
|
</section>
|
535
536
|
|
536
|
-
<section data-compodoc="block-accessors">
|
537
|
-
<h3 id="accessors">
|
538
|
-
Accessors
|
539
|
-
</h3>
|
540
|
-
<table class="table table-sm table-bordered">
|
541
|
-
<tbody>
|
542
|
-
<tr>
|
543
|
-
<td class="col-md-4">
|
544
|
-
<a name="isCompleted"></a>
|
545
|
-
<span class="name"><b>isCompleted</b><a href="#isCompleted"><span class="icon ion-ios-link"></span></a></span>
|
546
|
-
</td>
|
547
|
-
</tr>
|
548
|
-
|
549
|
-
<tr>
|
550
|
-
<td class="col-md-4">
|
551
|
-
<span class="accessor"><b>get</b><code>isCompleted()</code></span>
|
552
|
-
</td>
|
553
|
-
</tr>
|
554
|
-
|
555
|
-
<tr>
|
556
|
-
<td class="col-md-4">
|
557
|
-
<span class="accessor"><b>set</b><code>isCompleted(value: BooleanInput)</code></span>
|
558
|
-
</td>
|
559
|
-
</tr>
|
560
|
-
<tr>
|
561
|
-
<td class="col-md-4">
|
562
|
-
|
563
|
-
<div class="io-description">
|
564
|
-
<b>Parameters :</b>
|
565
|
-
<table class="params">
|
566
|
-
<thead>
|
567
|
-
<tr>
|
568
|
-
<td>Name</td>
|
569
|
-
<td>Type</td>
|
570
|
-
<td>Optional</td>
|
571
|
-
</tr>
|
572
|
-
</thead>
|
573
|
-
<tbody>
|
574
|
-
<tr>
|
575
|
-
<td>value</td>
|
576
|
-
|
577
|
-
<td>
|
578
|
-
<code>BooleanInput</code>
|
579
|
-
</td>
|
580
|
-
|
581
|
-
<td>
|
582
|
-
No
|
583
|
-
</td>
|
584
|
-
|
585
|
-
</tr>
|
586
|
-
</tbody>
|
587
|
-
</table>
|
588
|
-
</div>
|
589
|
-
<div>
|
590
|
-
</div>
|
591
|
-
<div class="io-description">
|
592
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
593
|
-
|
594
|
-
</div>
|
595
|
-
</td>
|
596
|
-
</tr>
|
597
|
-
</tbody>
|
598
|
-
</table>
|
599
|
-
<table class="table table-sm table-bordered">
|
600
|
-
<tbody>
|
601
|
-
<tr>
|
602
|
-
<td class="col-md-4">
|
603
|
-
<a name="isActive"></a>
|
604
|
-
<span class="name"><b>isActive</b><a href="#isActive"><span class="icon ion-ios-link"></span></a></span>
|
605
|
-
</td>
|
606
|
-
</tr>
|
607
|
-
|
608
|
-
<tr>
|
609
|
-
<td class="col-md-4">
|
610
|
-
<span class="accessor"><b>get</b><code>isActive()</code></span>
|
611
|
-
</td>
|
612
|
-
</tr>
|
613
|
-
|
614
|
-
<tr>
|
615
|
-
<td class="col-md-4">
|
616
|
-
<span class="accessor"><b>set</b><code>isActive(value: BooleanInput)</code></span>
|
617
|
-
</td>
|
618
|
-
</tr>
|
619
|
-
<tr>
|
620
|
-
<td class="col-md-4">
|
621
|
-
|
622
|
-
<div class="io-description">
|
623
|
-
<b>Parameters :</b>
|
624
|
-
<table class="params">
|
625
|
-
<thead>
|
626
|
-
<tr>
|
627
|
-
<td>Name</td>
|
628
|
-
<td>Type</td>
|
629
|
-
<td>Optional</td>
|
630
|
-
</tr>
|
631
|
-
</thead>
|
632
|
-
<tbody>
|
633
|
-
<tr>
|
634
|
-
<td>value</td>
|
635
|
-
|
636
|
-
<td>
|
637
|
-
<code>BooleanInput</code>
|
638
|
-
</td>
|
639
|
-
|
640
|
-
<td>
|
641
|
-
No
|
642
|
-
</td>
|
643
|
-
|
644
|
-
</tr>
|
645
|
-
</tbody>
|
646
|
-
</table>
|
647
|
-
</div>
|
648
|
-
<div>
|
649
|
-
</div>
|
650
|
-
<div class="io-description">
|
651
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
652
|
-
|
653
|
-
</div>
|
654
|
-
</td>
|
655
|
-
</tr>
|
656
|
-
</tbody>
|
657
|
-
</table>
|
658
|
-
<table class="table table-sm table-bordered">
|
659
|
-
<tbody>
|
660
|
-
<tr>
|
661
|
-
<td class="col-md-4">
|
662
|
-
<a name="isShowStepTitle"></a>
|
663
|
-
<span class="name"><b>isShowStepTitle</b><a href="#isShowStepTitle"><span class="icon ion-ios-link"></span></a></span>
|
664
|
-
</td>
|
665
|
-
</tr>
|
666
|
-
|
667
|
-
<tr>
|
668
|
-
<td class="col-md-4">
|
669
|
-
<span class="accessor"><b>get</b><code>isShowStepTitle()</code></span>
|
670
|
-
</td>
|
671
|
-
</tr>
|
672
|
-
|
673
|
-
<tr>
|
674
|
-
<td class="col-md-4">
|
675
|
-
<span class="accessor"><b>set</b><code>isShowStepTitle(value: BooleanInput)</code></span>
|
676
|
-
</td>
|
677
|
-
</tr>
|
678
|
-
<tr>
|
679
|
-
<td class="col-md-4">
|
680
|
-
|
681
|
-
<div class="io-description">
|
682
|
-
<b>Parameters :</b>
|
683
|
-
<table class="params">
|
684
|
-
<thead>
|
685
|
-
<tr>
|
686
|
-
<td>Name</td>
|
687
|
-
<td>Type</td>
|
688
|
-
<td>Optional</td>
|
689
|
-
</tr>
|
690
|
-
</thead>
|
691
|
-
<tbody>
|
692
|
-
<tr>
|
693
|
-
<td>value</td>
|
694
|
-
|
695
|
-
<td>
|
696
|
-
<code>BooleanInput</code>
|
697
|
-
</td>
|
698
|
-
|
699
|
-
<td>
|
700
|
-
No
|
701
|
-
</td>
|
702
|
-
|
703
|
-
</tr>
|
704
|
-
</tbody>
|
705
|
-
</table>
|
706
|
-
</div>
|
707
|
-
<div>
|
708
|
-
</div>
|
709
|
-
<div class="io-description">
|
710
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
711
|
-
|
712
|
-
</div>
|
713
|
-
</td>
|
714
|
-
</tr>
|
715
|
-
</tbody>
|
716
|
-
</table>
|
717
|
-
<table class="table table-sm table-bordered">
|
718
|
-
<tbody>
|
719
|
-
<tr>
|
720
|
-
<td class="col-md-4">
|
721
|
-
<a name="isInvalid"></a>
|
722
|
-
<span class="name"><b>isInvalid</b><a href="#isInvalid"><span class="icon ion-ios-link"></span></a></span>
|
723
|
-
</td>
|
724
|
-
</tr>
|
725
|
-
|
726
|
-
<tr>
|
727
|
-
<td class="col-md-4">
|
728
|
-
<span class="accessor"><b>get</b><code>isInvalid()</code></span>
|
729
|
-
</td>
|
730
|
-
</tr>
|
731
|
-
|
732
|
-
<tr>
|
733
|
-
<td class="col-md-4">
|
734
|
-
<span class="accessor"><b>set</b><code>isInvalid(value: BooleanInput)</code></span>
|
735
|
-
</td>
|
736
|
-
</tr>
|
737
|
-
<tr>
|
738
|
-
<td class="col-md-4">
|
739
|
-
|
740
|
-
<div class="io-description">
|
741
|
-
<b>Parameters :</b>
|
742
|
-
<table class="params">
|
743
|
-
<thead>
|
744
|
-
<tr>
|
745
|
-
<td>Name</td>
|
746
|
-
<td>Type</td>
|
747
|
-
<td>Optional</td>
|
748
|
-
</tr>
|
749
|
-
</thead>
|
750
|
-
<tbody>
|
751
|
-
<tr>
|
752
|
-
<td>value</td>
|
753
|
-
|
754
|
-
<td>
|
755
|
-
<code>BooleanInput</code>
|
756
|
-
</td>
|
757
|
-
|
758
|
-
<td>
|
759
|
-
No
|
760
|
-
</td>
|
761
|
-
|
762
|
-
</tr>
|
763
|
-
</tbody>
|
764
|
-
</table>
|
765
|
-
</div>
|
766
|
-
<div>
|
767
|
-
</div>
|
768
|
-
<div class="io-description">
|
769
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
770
|
-
|
771
|
-
</div>
|
772
|
-
</td>
|
773
|
-
</tr>
|
774
|
-
</tbody>
|
775
|
-
</table>
|
776
|
-
<table class="table table-sm table-bordered">
|
777
|
-
<tbody>
|
778
|
-
<tr>
|
779
|
-
<td class="col-md-4">
|
780
|
-
<a name="isWarning"></a>
|
781
|
-
<span class="name"><b>isWarning</b><a href="#isWarning"><span class="icon ion-ios-link"></span></a></span>
|
782
|
-
</td>
|
783
|
-
</tr>
|
784
|
-
|
785
|
-
<tr>
|
786
|
-
<td class="col-md-4">
|
787
|
-
<span class="accessor"><b>get</b><code>isWarning()</code></span>
|
788
|
-
</td>
|
789
|
-
</tr>
|
790
|
-
|
791
|
-
<tr>
|
792
|
-
<td class="col-md-4">
|
793
|
-
<span class="accessor"><b>set</b><code>isWarning(value: BooleanInput)</code></span>
|
794
|
-
</td>
|
795
|
-
</tr>
|
796
|
-
<tr>
|
797
|
-
<td class="col-md-4">
|
798
|
-
|
799
|
-
<div class="io-description">
|
800
|
-
<b>Parameters :</b>
|
801
|
-
<table class="params">
|
802
|
-
<thead>
|
803
|
-
<tr>
|
804
|
-
<td>Name</td>
|
805
|
-
<td>Type</td>
|
806
|
-
<td>Optional</td>
|
807
|
-
</tr>
|
808
|
-
</thead>
|
809
|
-
<tbody>
|
810
|
-
<tr>
|
811
|
-
<td>value</td>
|
812
|
-
|
813
|
-
<td>
|
814
|
-
<code>BooleanInput</code>
|
815
|
-
</td>
|
816
|
-
|
817
|
-
<td>
|
818
|
-
No
|
819
|
-
</td>
|
820
|
-
|
821
|
-
</tr>
|
822
|
-
</tbody>
|
823
|
-
</table>
|
824
|
-
</div>
|
825
|
-
<div>
|
826
|
-
</div>
|
827
|
-
<div class="io-description">
|
828
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
829
|
-
|
830
|
-
</div>
|
831
|
-
</td>
|
832
|
-
</tr>
|
833
|
-
</tbody>
|
834
|
-
</table>
|
835
|
-
<table class="table table-sm table-bordered">
|
836
|
-
<tbody>
|
837
|
-
<tr>
|
838
|
-
<td class="col-md-4">
|
839
|
-
<a name="isDisabled"></a>
|
840
|
-
<span class="name"><b>isDisabled</b><a href="#isDisabled"><span class="icon ion-ios-link"></span></a></span>
|
841
|
-
</td>
|
842
|
-
</tr>
|
843
|
-
|
844
|
-
<tr>
|
845
|
-
<td class="col-md-4">
|
846
|
-
<span class="accessor"><b>get</b><code>isDisabled()</code></span>
|
847
|
-
</td>
|
848
|
-
</tr>
|
849
|
-
|
850
|
-
<tr>
|
851
|
-
<td class="col-md-4">
|
852
|
-
<span class="accessor"><b>set</b><code>isDisabled(value: BooleanInput)</code></span>
|
853
|
-
</td>
|
854
|
-
</tr>
|
855
|
-
<tr>
|
856
|
-
<td class="col-md-4">
|
857
|
-
|
858
|
-
<div class="io-description">
|
859
|
-
<b>Parameters :</b>
|
860
|
-
<table class="params">
|
861
|
-
<thead>
|
862
|
-
<tr>
|
863
|
-
<td>Name</td>
|
864
|
-
<td>Type</td>
|
865
|
-
<td>Optional</td>
|
866
|
-
</tr>
|
867
|
-
</thead>
|
868
|
-
<tbody>
|
869
|
-
<tr>
|
870
|
-
<td>value</td>
|
871
|
-
|
872
|
-
<td>
|
873
|
-
<code>BooleanInput</code>
|
874
|
-
</td>
|
875
|
-
|
876
|
-
<td>
|
877
|
-
No
|
878
|
-
</td>
|
879
|
-
|
880
|
-
</tr>
|
881
|
-
</tbody>
|
882
|
-
</table>
|
883
|
-
</div>
|
884
|
-
<div>
|
885
|
-
</div>
|
886
|
-
<div class="io-description">
|
887
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
888
|
-
|
889
|
-
</div>
|
890
|
-
</td>
|
891
|
-
</tr>
|
892
|
-
</tbody>
|
893
|
-
</table>
|
894
|
-
</section>
|
895
537
|
</div>
|
896
538
|
|
897
539
|
|