@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.
Files changed (79) 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/EuiPaginatorComponent.html +15 -209
  8. package/docs/components/EuiSelectComponent.html +0 -62
  9. package/docs/components/EuiTreeComponent.html +45 -558
  10. package/docs/components/EuiWizardComponent.html +15 -202
  11. package/docs/components/EuiWizardStepComponent.html +30 -388
  12. package/docs/components/QuillEditorComponent.html +20 -326
  13. package/docs/dependencies.html +1 -1
  14. package/docs/directives/AutoResizeDirective.html +5 -62
  15. package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
  16. package/docs/js/menu-wc.js +3 -3
  17. package/docs/js/menu-wc_es5.js +1 -1
  18. package/docs/js/search/search_index.js +2 -2
  19. package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
  20. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
  21. package/esm2022/eui-select/eui-select.component.mjs +5 -10
  22. package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
  23. package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
  24. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
  25. package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
  26. package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
  27. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
  28. package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
  29. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
  30. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
  31. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
  32. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
  33. package/eui-paginator/eui-paginator.component.d.ts +6 -10
  34. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  35. package/eui-select/eui-select-option.directive.d.ts +2 -4
  36. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  37. package/eui-select/eui-select.component.d.ts +2 -3
  38. package/eui-select/eui-select.component.d.ts.map +1 -1
  39. package/eui-textarea/auto-resize.directive.d.ts +3 -5
  40. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  41. package/eui-tree/eui-tree.component.d.ts +18 -28
  42. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  43. package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
  44. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  45. package/eui-wizard/eui-wizard.component.d.ts +6 -10
  46. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  47. package/externals/charts/chart/chart.component.d.ts +4 -7
  48. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  49. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
  50. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  51. package/externals/quill/quill-editor.component.d.ts +10 -16
  52. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  53. package/fesm2022/eui-components-eui-paginator.mjs +11 -27
  54. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  55. package/fesm2022/eui-components-eui-select.mjs +8 -18
  56. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  57. package/fesm2022/eui-components-eui-textarea.mjs +4 -9
  58. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  59. package/fesm2022/eui-components-eui-tree.mjs +30 -77
  60. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  61. package/fesm2022/eui-components-eui-wizard.mjs +30 -76
  62. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  63. package/fesm2022/eui-components-externals-charts.mjs +8 -11
  64. package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
  65. package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
  66. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  67. package/fesm2022/eui-components-externals-quill.mjs +16 -42
  68. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  69. package/fesm2022/eui-components-layout.mjs +61 -157
  70. package/fesm2022/eui-components-layout.mjs.map +1 -1
  71. package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
  72. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  73. package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
  74. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  75. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
  76. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  77. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
  78. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  79. package/package.json +3 -3

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.