@eui/components 18.0.0-rc.25 → 18.0.0-rc.27

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.
Files changed (107) hide show
  1. package/docs/components/ChartComponent.html +10 -124
  2. package/docs/components/EuiEditorCountersComponent.html +15 -202
  3. package/docs/components/EuiNotificationItemComponent.html +5 -62
  4. package/docs/components/EuiNotificationItemV2Component.html +5 -62
  5. package/docs/components/EuiNotificationsComponent.html +40 -512
  6. package/docs/components/EuiNotificationsV2Component.html +40 -507
  7. package/docs/components/EuiPageColumnComponent.html +2 -2
  8. package/docs/components/EuiPaginatorComponent.html +15 -209
  9. package/docs/components/EuiSelectComponent.html +0 -62
  10. package/docs/components/EuiTreeComponent.html +45 -558
  11. package/docs/components/EuiWizardComponent.html +15 -202
  12. package/docs/components/EuiWizardStepComponent.html +30 -388
  13. package/docs/components/QuillEditorComponent.html +20 -326
  14. package/docs/dependencies.html +1 -3
  15. package/docs/directives/AutoResizeDirective.html +5 -62
  16. package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
  17. package/docs/js/menu-wc.js +3 -3
  18. package/docs/js/menu-wc_es5.js +1 -1
  19. package/docs/js/search/search_index.js +2 -2
  20. package/esm2022/eui-card/eui-card.component.mjs +2 -2
  21. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  22. package/esm2022/eui-overlay/eui-overlay.component.mjs +2 -2
  23. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +9 -6
  24. package/esm2022/eui-page/eui-page.component.mjs +2 -2
  25. package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
  26. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
  27. package/esm2022/eui-select/eui-select.component.mjs +6 -11
  28. package/esm2022/eui-table/eui-table.component.mjs +2 -2
  29. package/esm2022/eui-table-v2/eui-table-v2.component.mjs +2 -2
  30. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
  31. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  32. package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
  33. package/esm2022/eui-textarea/eui-textarea.component.mjs +2 -2
  34. package/esm2022/eui-tree/eui-tree.component.mjs +32 -79
  35. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
  36. package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
  37. package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
  38. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
  39. package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
  40. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  41. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
  42. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
  43. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
  44. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
  45. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +1 -1
  46. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  47. package/eui-paginator/eui-paginator.component.d.ts +6 -10
  48. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  49. package/eui-select/eui-select-option.directive.d.ts +2 -4
  50. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  51. package/eui-select/eui-select.component.d.ts +2 -3
  52. package/eui-select/eui-select.component.d.ts.map +1 -1
  53. package/eui-textarea/auto-resize.directive.d.ts +3 -5
  54. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  55. package/eui-tree/eui-tree.component.d.ts +18 -28
  56. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  57. package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
  58. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  59. package/eui-wizard/eui-wizard.component.d.ts +6 -10
  60. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  61. package/externals/charts/chart/chart.component.d.ts +4 -7
  62. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  63. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
  64. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  65. package/externals/quill/quill-editor.component.d.ts +10 -16
  66. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  67. package/fesm2022/eui-components-eui-card.mjs +2 -2
  68. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  69. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  70. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  71. package/fesm2022/eui-components-eui-overlay.mjs +2 -2
  72. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  73. package/fesm2022/eui-components-eui-page.mjs +9 -7
  74. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  75. package/fesm2022/eui-components-eui-paginator.mjs +11 -27
  76. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-select.mjs +9 -19
  78. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  79. package/fesm2022/eui-components-eui-table-v2.mjs +2 -2
  80. package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
  81. package/fesm2022/eui-components-eui-table.mjs +2 -2
  82. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  83. package/fesm2022/eui-components-eui-tabs.mjs +4 -4
  84. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  85. package/fesm2022/eui-components-eui-textarea.mjs +6 -11
  86. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  87. package/fesm2022/eui-components-eui-tree.mjs +31 -78
  88. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  89. package/fesm2022/eui-components-eui-wizard.mjs +30 -76
  90. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  91. package/fesm2022/eui-components-externals-charts.mjs +8 -11
  92. package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
  93. package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
  94. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  95. package/fesm2022/eui-components-externals-quill.mjs +16 -42
  96. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  97. package/fesm2022/eui-components-layout.mjs +63 -159
  98. package/fesm2022/eui-components-layout.mjs.map +1 -1
  99. package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
  100. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  101. package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
  102. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  103. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
  104. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  105. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
  106. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  107. 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