@eui/components 17.0.0-next.6 → 17.0.0-next.8

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 (403) hide show
  1. package/directives/eui-clearable.directive.d.ts.map +1 -1
  2. package/esm2022/directives/eui-clearable.directive.mjs +10 -9
  3. package/esm2022/directives/eui-has-permission.directive.mjs +9 -9
  4. package/esm2022/directives/eui-loading.directive.mjs +5 -5
  5. package/esm2022/directives/eui-maxlength.directive.mjs +10 -10
  6. package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
  7. package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +6 -6
  8. package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
  9. package/esm2022/directives/eui-scroll-handler.directive.mjs +15 -15
  10. package/esm2022/directives/eui-smooth-scroll.directive.mjs +13 -13
  11. package/esm2022/directives/eui-template.directive.mjs +9 -9
  12. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +6 -6
  13. package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +5 -5
  14. package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
  15. package/esm2022/eui-alert/eui-alert.component.mjs +9 -9
  16. package/esm2022/eui-all/eui-all.module.mjs +10 -9
  17. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +13 -12
  18. package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
  19. package/esm2022/eui-badge/eui-badge.component.mjs +9 -9
  20. package/esm2022/eui-block-content/eui-block-content.component.mjs +5 -5
  21. package/esm2022/eui-block-content/eui-block-content.module.mjs +4 -4
  22. package/esm2022/eui-block-document/eui-block-document.component.mjs +5 -5
  23. package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
  24. package/esm2022/eui-button/eui-button.component.mjs +9 -9
  25. package/esm2022/eui-button-group/eui-button-group.component.mjs +9 -9
  26. package/esm2022/eui-buttons/eui-buttons.component.mjs +15 -15
  27. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
  28. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
  29. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
  30. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
  31. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +4 -4
  32. package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
  33. package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
  34. package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
  35. package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
  36. package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +5 -5
  37. package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
  38. package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
  39. package/esm2022/eui-card/eui-card.component.mjs +5 -5
  40. package/esm2022/eui-card/eui-card.module.mjs +4 -4
  41. package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
  42. package/esm2022/eui-chip/eui-chip.component.mjs +5 -5
  43. package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
  44. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +8 -8
  45. package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
  46. package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
  47. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +15 -15
  48. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +9 -9
  49. package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +7 -7
  50. package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
  51. package/esm2022/eui-datepicker/eui-datepicker.component.mjs +19 -19
  52. package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
  53. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +21 -7
  54. package/esm2022/eui-dialog/eui-dialog.component.mjs +11 -11
  55. package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
  56. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +4 -4
  57. package/esm2022/eui-dimmer/dimmer.component.mjs +5 -5
  58. package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
  59. package/esm2022/eui-disable-content/eui-disable-content.component.mjs +9 -9
  60. package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +3 -3
  61. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
  62. package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
  63. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
  64. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +6 -6
  65. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +14 -9
  66. package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
  67. package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
  68. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +5 -5
  69. package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
  70. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +11 -11
  71. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
  72. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +3 -3
  73. package/esm2022/eui-file-upload/eui-file-upload.module.mjs +4 -4
  74. package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +5 -5
  75. package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
  76. package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
  77. package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
  78. package/esm2022/eui-growl/eui-growl.component.mjs +5 -5
  79. package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
  80. package/esm2022/eui-icon/eui-icon-color.component.mjs +3 -3
  81. package/esm2022/eui-icon/eui-icon-svg.component.mjs +6 -6
  82. package/esm2022/eui-icon/eui-icon.component.mjs +5 -5
  83. package/esm2022/eui-icon/eui-icon.module.mjs +4 -4
  84. package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
  85. package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
  86. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +6 -6
  87. package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
  88. package/esm2022/eui-input-group/eui-input-group.component.mjs +4 -4
  89. package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
  90. package/esm2022/eui-input-number/eui-input-number.component.mjs +7 -7
  91. package/esm2022/eui-input-number/eui-input-number.module.mjs +4 -4
  92. package/esm2022/eui-input-number/eui-number-control.directive.mjs +5 -5
  93. package/esm2022/eui-input-radio/eui-input-radio.component.mjs +6 -6
  94. package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
  95. package/esm2022/eui-input-text/eui-input-text.component.mjs +7 -7
  96. package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
  97. package/esm2022/eui-label/eui-label.component.mjs +5 -5
  98. package/esm2022/eui-label/eui-label.module.mjs +4 -4
  99. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +5 -5
  100. package/esm2022/eui-list/eui-list.component.mjs +5 -5
  101. package/esm2022/eui-list/eui-list.module.mjs +4 -4
  102. package/esm2022/eui-list/services/eui-list.service.mjs +3 -3
  103. package/esm2022/eui-menu/eui-menu-item.component.mjs +5 -5
  104. package/esm2022/eui-menu/eui-menu.component.mjs +5 -5
  105. package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
  106. package/esm2022/eui-message-box/eui-message-box.component.mjs +18 -9
  107. package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
  108. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +6 -6
  109. package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +6 -6
  110. package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +6 -6
  111. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +6 -6
  112. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +6 -6
  113. package/esm2022/eui-overlay/eui-overlay.component.mjs +36 -18
  114. package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
  115. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +23 -23
  116. package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
  117. package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
  118. package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -5
  119. package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +15 -11
  120. package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
  121. package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -5
  122. package/esm2022/eui-page/eui-page.component.mjs +4 -4
  123. package/esm2022/eui-page/eui-page.module.mjs +4 -4
  124. package/esm2022/eui-paginator/eui-paginator.component.mjs +5 -5
  125. package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
  126. package/esm2022/eui-picker/eui-picker.component.mjs +5 -5
  127. package/esm2022/eui-picker/eui-picker.module.mjs +4 -4
  128. package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +5 -5
  129. package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +6 -6
  130. package/esm2022/eui-popover/eui-popover.component.mjs +5 -5
  131. package/esm2022/eui-popover/eui-popover.module.mjs +4 -4
  132. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +5 -5
  133. package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
  134. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +9 -9
  135. package/esm2022/eui-select/eui-select-control.directive.mjs +6 -6
  136. package/esm2022/eui-select/eui-select-multiple.directive.mjs +6 -6
  137. package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +6 -6
  138. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -6
  139. package/esm2022/eui-select/eui-select.component.mjs +6 -6
  140. package/esm2022/eui-select/eui-select.module.mjs +4 -4
  141. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -3
  142. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
  143. package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +6 -6
  144. package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
  145. package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
  146. package/esm2022/eui-table/eui-table.component.mjs +39 -9
  147. package/esm2022/eui-table/eui-table.module.mjs +4 -4
  148. package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
  149. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +5 -5
  150. package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
  151. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +5 -5
  152. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +5 -5
  153. package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
  154. package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
  155. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +5 -5
  156. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +5 -5
  157. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +5 -5
  158. package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +8 -8
  159. package/esm2022/eui-tabs/eui-tabs.component.mjs +8 -8
  160. package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
  161. package/esm2022/eui-textarea/auto-resize.directive.mjs +6 -6
  162. package/esm2022/eui-textarea/eui-textarea.component.mjs +6 -6
  163. package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
  164. package/esm2022/eui-timebar/eui-timebar.component.mjs +9 -9
  165. package/esm2022/eui-timeline/eui-timeline-item.component.mjs +6 -6
  166. package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
  167. package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
  168. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +6 -6
  169. package/esm2022/eui-timepicker/eui-timepicker.module.mjs +4 -4
  170. package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +10 -10
  171. package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +10 -10
  172. package/esm2022/eui-tree/eui-tree.component.mjs +9 -9
  173. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
  174. package/esm2022/eui-wizard/eui-wizard.component.mjs +3 -3
  175. package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
  176. package/esm2022/eui-wizard/services/eui-wizard.service.mjs +4 -4
  177. package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
  178. package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
  179. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
  180. package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +6 -6
  181. package/esm2022/externals/eui-editor/eui-editor.component.mjs +10 -10
  182. package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
  183. package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +5 -5
  184. package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +5 -5
  185. package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +6 -6
  186. package/esm2022/externals/quill/quill-editor.component.mjs +6 -6
  187. package/esm2022/externals/quill/quill.module.mjs +4 -4
  188. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +5 -5
  189. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
  190. package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
  191. package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
  192. package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +5 -5
  193. package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
  194. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
  195. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
  196. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
  197. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +5 -5
  198. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +5 -5
  199. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +5 -5
  200. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +6 -6
  201. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
  202. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +5 -5
  203. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
  204. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +5 -5
  205. package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
  206. package/esm2022/layout/eui-app/eui-app.component.mjs +10 -9
  207. package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
  208. package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +5 -5
  209. package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +4 -4
  210. package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +4 -4
  211. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +8 -8
  212. package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +6 -6
  213. package/esm2022/layout/eui-footer/footer.component.mjs +5 -5
  214. package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
  215. package/esm2022/layout/eui-header/header-app/header-app.component.mjs +15 -15
  216. package/esm2022/layout/eui-header/header-app-name/header-app-name.component.mjs +6 -6
  217. package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +6 -6
  218. package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +6 -6
  219. package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +6 -6
  220. package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +6 -6
  221. package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +4 -4
  222. package/esm2022/layout/eui-header/header.component.mjs +3 -3
  223. package/esm2022/layout/eui-header/header.module.mjs +4 -4
  224. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +5 -5
  225. package/esm2022/layout/eui-language-selector/language-selector.module.mjs +4 -4
  226. package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +5 -5
  227. package/esm2022/layout/eui-layout.module.mjs +4 -4
  228. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +3 -3
  229. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
  230. package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
  231. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +5 -5
  232. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +5 -5
  233. package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +4 -4
  234. package/esm2022/layout/eui-search/search.component.mjs +5 -5
  235. package/esm2022/layout/eui-search/search.module.mjs +4 -4
  236. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +5 -5
  237. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
  238. package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
  239. package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
  240. package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
  241. package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
  242. package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +3 -3
  243. package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +3 -3
  244. package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +21 -6
  245. package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +5 -5
  246. package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +5 -5
  247. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +5 -5
  248. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +5 -5
  249. package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
  250. package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +12 -6
  251. package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +5 -5
  252. package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +5 -5
  253. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +13 -7
  254. package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
  255. package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
  256. package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
  257. package/esm2022/shared/base/base-states.directive.mjs +3 -3
  258. package/esm2022/shared/base/base.directive.mjs +3 -3
  259. package/esm2022/shared/eui-common-header/common-header.component.mjs +16 -10
  260. package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +7 -7
  261. package/esm2022/shared/input.directive.mjs +5 -5
  262. package/eui-all/eui-all.module.d.ts +20 -19
  263. package/eui-all/eui-all.module.d.ts.map +1 -1
  264. package/eui-autocomplete/eui-autocomplete.component.d.ts +0 -1
  265. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  266. package/eui-dialog/container/eui-dialog-container.component.d.ts +4 -0
  267. package/eui-dialog/container/eui-dialog-container.component.d.ts.map +1 -1
  268. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  269. package/eui-message-box/eui-message-box.component.d.ts +4 -1
  270. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  271. package/eui-overlay/eui-overlay.component.d.ts +8 -3
  272. package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
  273. package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +3 -1
  274. package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
  275. package/eui-table/eui-table.component.d.ts +1 -0
  276. package/eui-table/eui-table.component.d.ts.map +1 -1
  277. package/fesm2022/eui-components-directives.mjs +89 -88
  278. package/fesm2022/eui-components-directives.mjs.map +1 -1
  279. package/fesm2022/eui-components-eui-alert.mjs +8 -8
  280. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  281. package/fesm2022/eui-components-eui-all.mjs +9 -8
  282. package/fesm2022/eui-components-eui-all.mjs.map +1 -1
  283. package/fesm2022/eui-components-eui-autocomplete.mjs +16 -15
  284. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  285. package/fesm2022/eui-components-eui-badge.mjs +8 -8
  286. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  287. package/fesm2022/eui-components-eui-block-content.mjs +8 -8
  288. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  289. package/fesm2022/eui-components-eui-block-document.mjs +8 -8
  290. package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
  291. package/fesm2022/eui-components-eui-button-group.mjs +8 -8
  292. package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
  293. package/fesm2022/eui-components-eui-button.mjs +8 -8
  294. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  295. package/fesm2022/eui-components-eui-buttons.mjs +14 -14
  296. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  297. package/fesm2022/eui-components-eui-card.mjs +48 -48
  298. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  299. package/fesm2022/eui-components-eui-chip-list.mjs +14 -14
  300. package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
  301. package/fesm2022/eui-components-eui-chip.mjs +8 -8
  302. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  303. package/fesm2022/eui-components-eui-dashboard-button.mjs +14 -14
  304. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  305. package/fesm2022/eui-components-eui-dashboard-card.mjs +8 -8
  306. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  307. package/fesm2022/eui-components-eui-date-range-selector.mjs +10 -10
  308. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  309. package/fesm2022/eui-components-eui-datepicker.mjs +22 -22
  310. package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
  311. package/fesm2022/eui-components-eui-dialog.mjs +38 -24
  312. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  313. package/fesm2022/eui-components-eui-dimmer.mjs +8 -8
  314. package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
  315. package/fesm2022/eui-components-eui-disable-content.mjs +8 -8
  316. package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
  317. package/fesm2022/eui-components-eui-discussion-thread.mjs +10 -10
  318. package/fesm2022/eui-components-eui-dropdown.mjs +32 -27
  319. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  320. package/fesm2022/eui-components-eui-feedback-message.mjs +8 -8
  321. package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
  322. package/fesm2022/eui-components-eui-fieldset.mjs +14 -14
  323. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  324. package/fesm2022/eui-components-eui-file-upload.mjs +21 -21
  325. package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
  326. package/fesm2022/eui-components-eui-growl.mjs +8 -8
  327. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  328. package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
  329. package/fesm2022/eui-components-eui-icon.mjs +16 -16
  330. package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
  331. package/fesm2022/eui-components-eui-input-checkbox.mjs +9 -9
  332. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  333. package/fesm2022/eui-components-eui-input-group.mjs +8 -8
  334. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  335. package/fesm2022/eui-components-eui-input-number.mjs +15 -15
  336. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  337. package/fesm2022/eui-components-eui-input-radio.mjs +9 -9
  338. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  339. package/fesm2022/eui-components-eui-input-text.mjs +10 -10
  340. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  341. package/fesm2022/eui-components-eui-label.mjs +8 -8
  342. package/fesm2022/eui-components-eui-label.mjs.map +1 -1
  343. package/fesm2022/eui-components-eui-list.mjs +15 -15
  344. package/fesm2022/eui-components-eui-list.mjs.map +1 -1
  345. package/fesm2022/eui-components-eui-menu.mjs +12 -12
  346. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  347. package/fesm2022/eui-components-eui-message-box.mjs +26 -17
  348. package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
  349. package/fesm2022/eui-components-eui-overlay.mjs +55 -37
  350. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  351. package/fesm2022/eui-components-eui-page.mjs +64 -60
  352. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  353. package/fesm2022/eui-components-eui-paginator.mjs +8 -8
  354. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  355. package/fesm2022/eui-components-eui-picker.mjs +13 -13
  356. package/fesm2022/eui-components-eui-picker.mjs.map +1 -1
  357. package/fesm2022/eui-components-eui-popover.mjs +13 -13
  358. package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
  359. package/fesm2022/eui-components-eui-progress-bar.mjs +8 -8
  360. package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
  361. package/fesm2022/eui-components-eui-progress-circle.mjs +8 -8
  362. package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
  363. package/fesm2022/eui-components-eui-select.mjs +29 -29
  364. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  365. package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
  366. package/fesm2022/eui-components-eui-slide-toggle.mjs +9 -9
  367. package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
  368. package/fesm2022/eui-components-eui-table.mjs +73 -43
  369. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  370. package/fesm2022/eui-components-eui-tabs.mjs +26 -26
  371. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  372. package/fesm2022/eui-components-eui-textarea.mjs +14 -14
  373. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  374. package/fesm2022/eui-components-eui-timebar.mjs +8 -8
  375. package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
  376. package/fesm2022/eui-components-eui-timeline.mjs +12 -12
  377. package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
  378. package/fesm2022/eui-components-eui-timepicker.mjs +9 -9
  379. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  380. package/fesm2022/eui-components-eui-tree.mjs +26 -26
  381. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  382. package/fesm2022/eui-components-eui-wizard.mjs +14 -14
  383. package/fesm2022/eui-components-externals-charts.mjs +7 -7
  384. package/fesm2022/eui-components-externals-eui-editor.mjs +35 -35
  385. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  386. package/fesm2022/eui-components-externals-quill.mjs +9 -9
  387. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  388. package/fesm2022/eui-components-layout.mjs +311 -283
  389. package/fesm2022/eui-components-layout.mjs.map +1 -1
  390. package/fesm2022/eui-components-pipes.mjs +14 -14
  391. package/fesm2022/eui-components-shared-base.mjs +6 -6
  392. package/fesm2022/eui-components-shared.mjs +26 -20
  393. package/fesm2022/eui-components-shared.mjs.map +1 -1
  394. package/layout/eui-app/eui-app.component.d.ts.map +1 -1
  395. package/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.d.ts +7 -2
  396. package/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.d.ts.map +1 -1
  397. package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +3 -1
  398. package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
  399. package/layout/eui-user-profile/user-profile.component.d.ts +3 -0
  400. package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
  401. package/package.json +7 -7
  402. package/shared/eui-common-header/common-header.component.d.ts +5 -2
  403. package/shared/eui-common-header/common-header.component.d.ts.map +1 -1
@@ -16,21 +16,21 @@ class EuiTruncatePipe {
16
16
  }
17
17
  return;
18
18
  }
19
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipe, name: "euiTruncate" }); }
19
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipe, name: "euiTruncate" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'euiTruncate',
26
26
  }]
27
27
  }] });
28
28
  class EuiTruncatePipeModule {
29
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipeModule, declarations: [EuiTruncatePipe], imports: [CommonModule], exports: [EuiTruncatePipe] }); }
31
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipeModule, imports: [CommonModule] }); }
29
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipeModule, declarations: [EuiTruncatePipe], imports: [CommonModule], exports: [EuiTruncatePipe] }); }
31
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipeModule, imports: [CommonModule] }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiTruncatePipeModule, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTruncatePipeModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  imports: [CommonModule],
@@ -43,10 +43,10 @@ class EuiCoerceBooleanPipe {
43
43
  transform(value) {
44
44
  return coerceBooleanProperty(value);
45
45
  }
46
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
47
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipe, name: "coerceBool" }); }
46
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
47
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipe, name: "coerceBool" }); }
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipe, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipe, decorators: [{
50
50
  type: Pipe,
51
51
  args: [{
52
52
  name: 'coerceBool',
@@ -54,11 +54,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
54
54
  }]
55
55
  }] });
56
56
  class EuiCoerceBooleanPipeModule {
57
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
58
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipeModule, declarations: [EuiCoerceBooleanPipe], imports: [CommonModule], exports: [EuiCoerceBooleanPipe] }); }
59
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipeModule, imports: [CommonModule] }); }
57
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
58
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipeModule, declarations: [EuiCoerceBooleanPipe], imports: [CommonModule], exports: [EuiCoerceBooleanPipe] }); }
59
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipeModule, imports: [CommonModule] }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCoerceBooleanPipeModule, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCoerceBooleanPipeModule, decorators: [{
62
62
  type: NgModule,
63
63
  args: [{
64
64
  imports: [CommonModule],
@@ -993,10 +993,10 @@ class BaseDirective {
993
993
  .join(' ')
994
994
  .trim();
995
995
  }
996
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
997
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: BaseDirective, selector: "[euiBase]", inputs: { e2eAttr: "e2eAttr", styleClass: "styleClass", euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiVariant: "euiVariant", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiSize5XL: "euiSize5XL", euiSizeVariant: "euiSizeVariant", euiRounded: "euiRounded", euiOutline: "euiOutline", euiCompact: "euiCompact", euiDisabled: "euiDisabled", euiResponsive: "euiResponsive", euiHighlighted: "euiHighlighted", euiClearable: "euiClearable", euiLoading: "euiLoading" }, host: { properties: { "attr.aria-disabled": "this._euiDisabled.toString()", "attr.data-e2e": "this.e2eAttr" } }, ngImport: i0 }); }
996
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
997
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: BaseDirective, selector: "[euiBase]", inputs: { e2eAttr: "e2eAttr", styleClass: "styleClass", euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiVariant: "euiVariant", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiSize5XL: "euiSize5XL", euiSizeVariant: "euiSizeVariant", euiRounded: "euiRounded", euiOutline: "euiOutline", euiCompact: "euiCompact", euiDisabled: "euiDisabled", euiResponsive: "euiResponsive", euiHighlighted: "euiHighlighted", euiClearable: "euiClearable", euiLoading: "euiLoading" }, host: { properties: { "attr.aria-disabled": "this._euiDisabled.toString()", "attr.data-e2e": "this.e2eAttr" } }, ngImport: i0 }); }
998
998
  }
999
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseDirective, decorators: [{
999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BaseDirective, decorators: [{
1000
1000
  type: Directive,
1001
1001
  args: [{
1002
1002
  selector: '[euiBase]',
@@ -1163,8 +1163,8 @@ class BaseStatesDirective {
1163
1163
  .join(' ')
1164
1164
  .trim();
1165
1165
  }
1166
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseStatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1167
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: BaseStatesDirective, isStandalone: true, selector: "[euiBase]", inputs: { euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiVariant: "euiVariant", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiSize5XL: "euiSize5XL", euiSizeVariant: "euiSizeVariant", euiRounded: "euiRounded", euiOutline: "euiOutline", euiCompact: "euiCompact", euiDisabled: "euiDisabled", euiResponsive: "euiResponsive", euiHighlighted: "euiHighlighted", euiClearable: "euiClearable", euiLoading: "euiLoading" }, host: { properties: { "attr.aria-disabled": "this.euiDisabled.toString()" } }, ngImport: i0 }); }
1166
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BaseStatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1167
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: BaseStatesDirective, isStandalone: true, selector: "[euiBase]", inputs: { euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiVariant: "euiVariant", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiSize5XL: "euiSize5XL", euiSizeVariant: "euiSizeVariant", euiRounded: "euiRounded", euiOutline: "euiOutline", euiCompact: "euiCompact", euiDisabled: "euiDisabled", euiResponsive: "euiResponsive", euiHighlighted: "euiHighlighted", euiClearable: "euiClearable", euiLoading: "euiLoading" }, host: { properties: { "attr.aria-disabled": "this.euiDisabled.toString()" } }, ngImport: i0 }); }
1168
1168
  }
1169
1169
  __decorate([
1170
1170
  coerceBoolean
@@ -1241,7 +1241,7 @@ __decorate([
1241
1241
  __decorate([
1242
1242
  coerceBoolean
1243
1243
  ], BaseStatesDirective.prototype, "euiLoading", void 0);
1244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: BaseStatesDirective, decorators: [{
1244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BaseStatesDirective, decorators: [{
1245
1245
  type: Directive,
1246
1246
  args: [{
1247
1247
  standalone: true,
@@ -5,6 +5,8 @@ import * as i0 from '@angular/core';
5
5
  import { EventEmitter, Component, ChangeDetectionStrategy, ViewEncapsulation, HostBinding, Input, Output, NgModule, ViewContainerRef, Directive } from '@angular/core';
6
6
  import * as i2 from '@eui/components/eui-icon';
7
7
  import { EuiIconModule } from '@eui/components/eui-icon';
8
+ import * as i2$1 from '@eui/components/directives';
9
+ import { EuiTooltipDirectiveModule } from '@eui/components/directives';
8
10
  import { mixinEuiDisabled, mixinEuiDanger } from '@eui/components/shared/base';
9
11
  export * from '@eui/components/shared/base';
10
12
  import { NgControl, FormControlName, FormGroupDirective, FormControlDirective } from '@angular/forms';
@@ -29,10 +31,10 @@ class EuiExpandContentComponent {
29
31
  this.isCollapsed = !this.isCollapsed;
30
32
  this.collapsed.emit(this.isCollapsed);
31
33
  }
32
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiExpandContentComponent, selector: "eui-expand-content", inputs: { isCollapsed: "isCollapsed", expandLabel: "expandLabel", collapseLabel: "collapseLabel" }, outputs: { collapsed: "collapsed" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<div *ngIf=\"!isCollapsed\" class=\"eui-expand-content__body\">\n <ng-content></ng-content>\n</div>\n<div\n class=\"eui-button__expand-trigger\"\n [class.eui-button__expand-trigger--collapsed]=\"isCollapsed\"\n role=\"document\"\n (click)=\"onToggle()\"\n aria-label=\"Expand / Collapse trigger\">\n <button type=\"button\" *ngIf=\"isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Expand\">\n <span *ngIf=\"expandLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ expandLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-down\"></eui-icon-svg>\n </button>\n <button type=\"button\" *ngIf=\"!isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Collapse\">\n <span *ngIf=\"collapseLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ collapseLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-up\"></eui-icon-svg>\n </button>\n</div>\n", styles: [".eui-expand-content{display:flex;flex-direction:column;position:relative;width:100%}.eui-expand-content__body{display:flex;padding-top:var(--eui-base-spacing-m);width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiExpandContentComponent, selector: "eui-expand-content", inputs: { isCollapsed: "isCollapsed", expandLabel: "expandLabel", collapseLabel: "collapseLabel" }, outputs: { collapsed: "collapsed" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<div *ngIf=\"!isCollapsed\" class=\"eui-expand-content__body\">\n <ng-content></ng-content>\n</div>\n<div\n class=\"eui-button__expand-trigger\"\n [class.eui-button__expand-trigger--collapsed]=\"isCollapsed\"\n role=\"document\"\n (click)=\"onToggle()\"\n aria-label=\"Expand / Collapse trigger\">\n <button type=\"button\" *ngIf=\"isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Expand\">\n <span *ngIf=\"expandLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ expandLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-down\"></eui-icon-svg>\n </button>\n <button type=\"button\" *ngIf=\"!isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Collapse\">\n <span *ngIf=\"collapseLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ collapseLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-up\"></eui-icon-svg>\n </button>\n</div>\n", styles: [".eui-expand-content{display:flex;flex-direction:column;position:relative;width:100%}.eui-expand-content__body{display:flex;padding-top:var(--eui-base-spacing-m);width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "size", "fillColor", "set", "ariaLabelledby", "role", "style", "iconUrl", "transform", "aria-label", "ariaHidden", "focusable", "isLoading"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
36
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentComponent, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentComponent, decorators: [{
36
38
  type: Component,
37
39
  args: [{ selector: 'eui-expand-content', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"!isCollapsed\" class=\"eui-expand-content__body\">\n <ng-content></ng-content>\n</div>\n<div\n class=\"eui-button__expand-trigger\"\n [class.eui-button__expand-trigger--collapsed]=\"isCollapsed\"\n role=\"document\"\n (click)=\"onToggle()\"\n aria-label=\"Expand / Collapse trigger\">\n <button type=\"button\" *ngIf=\"isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Expand\">\n <span *ngIf=\"expandLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ expandLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-down\"></eui-icon-svg>\n </button>\n <button type=\"button\" *ngIf=\"!isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Collapse\">\n <span *ngIf=\"collapseLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ collapseLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-up\"></eui-icon-svg>\n </button>\n</div>\n", styles: [".eui-expand-content{display:flex;flex-direction:column;position:relative;width:100%}.eui-expand-content__body{display:flex;padding-top:var(--eui-base-spacing-m);width:100%}\n"] }]
38
40
  }], propDecorators: { cssClasses: [{
@@ -48,11 +50,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
48
50
  type: Output
49
51
  }] } });
50
52
  class EuiExpandContentModule {
51
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
52
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentModule, declarations: [EuiExpandContentComponent], imports: [CommonModule, EuiIconModule], exports: [EuiExpandContentComponent] }); }
53
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentModule, imports: [CommonModule, EuiIconModule] }); }
53
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
54
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentModule, declarations: [EuiExpandContentComponent], imports: [CommonModule, EuiIconModule], exports: [EuiExpandContentComponent] }); }
55
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentModule, imports: [CommonModule, EuiIconModule] }); }
54
56
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiExpandContentModule, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiExpandContentModule, decorators: [{
56
58
  type: NgModule,
57
59
  args: [{
58
60
  imports: [CommonModule, EuiIconModule],
@@ -81,12 +83,12 @@ class EuiCommonHeaderComponent {
81
83
  set isCollapsed(value) {
82
84
  this._isCollapsed = coerceBooleanProperty(value);
83
85
  }
84
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
85
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.4", type: EuiCommonHeaderComponent, selector: "eui-common-header", inputs: { label: "label", subLabel: "subLabel", isHighlighted: "isHighlighted", isCollapsed: "isCollapsed" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n", styles: [".eui-common-header{display:flex;flex-direction:column;width:100%}.eui-common-header__label{align-items:center;display:flex;font-size:var(--eui-base-font-size-3xl);justify-content:space-between;width:100%}.eui-common-header__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__sub-label{align-items:center;color:var(--eui-base-color-grey-90);display:flex;font-size:var(--eui-base-font-size-xl);justify-content:space-between;padding-top:var(--eui-base-spacing-2xs);width:100%}.eui-common-header__sub-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__actions{display:flex;flex:1 0 auto;justify-content:flex-end;margin-left:var(--eui-base-spacing-s)}.eui-common-header__body{display:flex;padding:var(--eui-base-spacing-m);transition:all .5s;width:100%}.eui-common-header__expand-trigger{bottom:calc(-1 * var(--eui-base-spacing-xs));left:0;position:absolute;text-align:center;width:100%}.eui-common-header__expand-trigger-toggle{background:var(--eui-base-color-white);border-bottom:2px solid #9a9a9a;border-radius:50%;cursor:pointer;font-size:1.25rem;padding:.125rem .5rem}.eui-common-header__expand-trigger-toggle:hover,.eui-common-header__expand-trigger-toggle:focus{color:var(--eui-base-color-primary-100);box-shadow:var(--eui-base-shadow-2)}@media screen and (max-width: 767px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}.eui-common-header--collapsed .eui-common-header__body{transition:all .5s}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
86
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
87
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.0-next.7", type: EuiCommonHeaderComponent, selector: "eui-common-header", inputs: { label: "label", subLabel: "subLabel", labelTooltip: "labelTooltip", subLabelTooltip: "subLabelTooltip", isHighlighted: "isHighlighted", isCollapsed: "isCollapsed" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\" [euiTooltip]=\"labelTooltip ? labelTooltip : null\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\"\n [euiTooltip]=\"subLabelTooltip ? subLabelTooltip : null\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n", styles: [".eui-common-header{display:flex;flex-direction:column;width:100%}.eui-common-header__label{align-items:center;display:flex;font-size:var(--eui-base-font-size-3xl);justify-content:space-between;width:100%}.eui-common-header__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__sub-label{align-items:center;color:var(--eui-base-color-grey-90);display:flex;font-size:var(--eui-base-font-size-xl);justify-content:space-between;padding-top:var(--eui-base-spacing-2xs);width:100%}.eui-common-header__sub-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__actions{display:flex;flex:1 0 auto;justify-content:flex-end;margin-left:var(--eui-base-spacing-s)}.eui-common-header__body{display:flex;padding:var(--eui-base-spacing-m);transition:all .5s;width:100%}.eui-common-header__expand-trigger{bottom:calc(-1 * var(--eui-base-spacing-xs));left:0;position:absolute;text-align:center;width:100%}.eui-common-header__expand-trigger-toggle{background:var(--eui-base-color-white);border-bottom:2px solid #9a9a9a;border-radius:50%;cursor:pointer;font-size:1.25rem;padding:.125rem .5rem}.eui-common-header__expand-trigger-toggle:hover,.eui-common-header__expand-trigger-toggle:focus{color:var(--eui-base-color-primary-100);box-shadow:var(--eui-base-shadow-2)}@media screen and (max-width: 767px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}.eui-common-header--collapsed .eui-common-header__body{transition:all .5s}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.EuiTooltipDirective, selector: "[euiTooltip]", inputs: ["e2eAttr", "showDelay", "hideDelay", "content", "contentAlignment", "position", "isDisabled", "euiTooltip", "euiTooltipPrimary", "euiTooltipSecondary", "euiTooltipInfo", "euiTooltipSuccess", "euiTooltipWarning", "euiTooltipDanger", "euiTooltipAccent"], exportAs: ["euiTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
86
88
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderComponent, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderComponent, decorators: [{
88
90
  type: Component,
89
- args: [{ selector: 'eui-common-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n", styles: [".eui-common-header{display:flex;flex-direction:column;width:100%}.eui-common-header__label{align-items:center;display:flex;font-size:var(--eui-base-font-size-3xl);justify-content:space-between;width:100%}.eui-common-header__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__sub-label{align-items:center;color:var(--eui-base-color-grey-90);display:flex;font-size:var(--eui-base-font-size-xl);justify-content:space-between;padding-top:var(--eui-base-spacing-2xs);width:100%}.eui-common-header__sub-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__actions{display:flex;flex:1 0 auto;justify-content:flex-end;margin-left:var(--eui-base-spacing-s)}.eui-common-header__body{display:flex;padding:var(--eui-base-spacing-m);transition:all .5s;width:100%}.eui-common-header__expand-trigger{bottom:calc(-1 * var(--eui-base-spacing-xs));left:0;position:absolute;text-align:center;width:100%}.eui-common-header__expand-trigger-toggle{background:var(--eui-base-color-white);border-bottom:2px solid #9a9a9a;border-radius:50%;cursor:pointer;font-size:1.25rem;padding:.125rem .5rem}.eui-common-header__expand-trigger-toggle:hover,.eui-common-header__expand-trigger-toggle:focus{color:var(--eui-base-color-primary-100);box-shadow:var(--eui-base-shadow-2)}@media screen and (max-width: 767px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}.eui-common-header--collapsed .eui-common-header__body{transition:all .5s}\n"] }]
91
+ args: [{ selector: 'eui-common-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\" [euiTooltip]=\"labelTooltip ? labelTooltip : null\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\"\n [euiTooltip]=\"subLabelTooltip ? subLabelTooltip : null\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n", styles: [".eui-common-header{display:flex;flex-direction:column;width:100%}.eui-common-header__label{align-items:center;display:flex;font-size:var(--eui-base-font-size-3xl);justify-content:space-between;width:100%}.eui-common-header__label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__sub-label{align-items:center;color:var(--eui-base-color-grey-90);display:flex;font-size:var(--eui-base-font-size-xl);justify-content:space-between;padding-top:var(--eui-base-spacing-2xs);width:100%}.eui-common-header__sub-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eui-common-header__actions{display:flex;flex:1 0 auto;justify-content:flex-end;margin-left:var(--eui-base-spacing-s)}.eui-common-header__body{display:flex;padding:var(--eui-base-spacing-m);transition:all .5s;width:100%}.eui-common-header__expand-trigger{bottom:calc(-1 * var(--eui-base-spacing-xs));left:0;position:absolute;text-align:center;width:100%}.eui-common-header__expand-trigger-toggle{background:var(--eui-base-color-white);border-bottom:2px solid #9a9a9a;border-radius:50%;cursor:pointer;font-size:1.25rem;padding:.125rem .5rem}.eui-common-header__expand-trigger-toggle:hover,.eui-common-header__expand-trigger-toggle:focus{color:var(--eui-base-color-primary-100);box-shadow:var(--eui-base-shadow-2)}@media screen and (max-width: 767px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}@media screen and (min-width: 768px) and (max-width: 995px){.eui-common-header__label-text,.eui-common-header__sub-label-text{white-space:normal!important}}.eui-common-header--collapsed .eui-common-header__body{transition:all .5s}\n"] }]
90
92
  }], propDecorators: { cssClasses: [{
91
93
  type: HostBinding,
92
94
  args: ['class']
@@ -94,6 +96,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
94
96
  type: Input
95
97
  }], subLabel: [{
96
98
  type: Input
99
+ }], labelTooltip: [{
100
+ type: Input
101
+ }], subLabelTooltip: [{
102
+ type: Input
97
103
  }], isHighlighted: [{
98
104
  type: Input
99
105
  }], isCollapsed: [{
@@ -103,14 +109,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
103
109
  /* MODULE EXPORT */
104
110
  /* ***************************************** */
105
111
  class EuiCommonHeaderModule {
106
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
107
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderModule, declarations: [EuiCommonHeaderComponent], imports: [CommonModule], exports: [EuiCommonHeaderComponent] }); }
108
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderModule, imports: [CommonModule] }); }
112
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
113
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderModule, declarations: [EuiCommonHeaderComponent], imports: [CommonModule, EuiTooltipDirectiveModule], exports: [EuiCommonHeaderComponent] }); }
114
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderModule, imports: [CommonModule, EuiTooltipDirectiveModule] }); }
109
115
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: EuiCommonHeaderModule, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiCommonHeaderModule, decorators: [{
111
117
  type: NgModule,
112
118
  args: [{
113
- imports: [CommonModule],
119
+ imports: [CommonModule, EuiTooltipDirectiveModule],
114
120
  declarations: [EuiCommonHeaderComponent],
115
121
  exports: [EuiCommonHeaderComponent],
116
122
  }]
@@ -205,16 +211,16 @@ class InputDirective extends BaseComponentMixinBase {
205
211
  setIdAttribute(value = null) {
206
212
  this._id = value ? value : `${this._elementRef.nativeElement.type}_${Math.floor(Math.random() * 1000000)}`;
207
213
  }
208
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: InputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
209
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.4", type: InputDirective, selector: "input[euiInput]", inputs: { styleClass: "styleClass", disabled: "disabled", readonly: "readonly", placeholder: "placeholder", id: "id" }, host: { properties: { "attr.disabled": "this.disabled", "attr.readonly": "this.readonly", "attr.placeholder": "this.placeholder", "attr.id": "this.id" } }, usesInheritance: true, ngImport: i0 }); }
214
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: InputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
215
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: InputDirective, selector: "input[euiInput]", inputs: { styleClass: "styleClass", disabled: "disabled", readonly: "readonly", placeholder: "placeholder", id: "id" }, host: { properties: { "attr.disabled": "this.disabled", "attr.readonly": "this.readonly", "attr.placeholder": "this.placeholder", "attr.id": "this.id" } }, usesInheritance: true, ngImport: i0 }); }
210
216
  }
211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4", ngImport: i0, type: InputDirective, decorators: [{
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: InputDirective, decorators: [{
212
218
  type: Directive,
213
219
  args: [{
214
220
  // eslint-disable-next-line @angular-eslint/directive-selector
215
221
  selector: 'input[euiInput]',
216
222
  }]
217
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }]; }, propDecorators: { styleClass: [{
223
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }], propDecorators: { styleClass: [{
218
224
  type: Input
219
225
  }], disabled: [{
220
226
  type: HostBinding,
@@ -1 +1 @@
1
- {"version":3,"file":"eui-components-shared.mjs","sources":["../../shared/eui-expand-content/eui-expand-content.component.ts","../../shared/eui-expand-content/eui-expand-content.component.html","../../shared/eui-common-header/common-header.component.ts","../../shared/eui-common-header/common-header.component.html","../../shared/input.directive.ts","../../shared/eui-components-shared.ts"],"sourcesContent":["import { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, NgModule, Output, ViewEncapsulation } from '@angular/core';\nimport { EuiIconModule } from '@eui/components/eui-icon';\n\n@Component({\n selector: 'eui-expand-content',\n templateUrl: './eui-expand-content.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class EuiExpandContentComponent {\n @HostBinding('class')\n get cssClasses(): string {\n return [`eui-expand-content`, this.isCollapsed ? 'eui-expand-content--collapsed' : ''].join(' ').trim();\n }\n\n @Input()\n get isCollapsed(): boolean {\n return this._isCollapsed;\n }\n set isCollapsed(value: BooleanInput) {\n this._isCollapsed = coerceBooleanProperty(value);\n }\n @Input() expandLabel = '';\n @Input() collapseLabel = '';\n\n @Output() collapsed: EventEmitter<boolean> = new EventEmitter();\n private _isCollapsed = false;\n\n onToggle(): void {\n this.isCollapsed = !this.isCollapsed;\n this.collapsed.emit(this.isCollapsed);\n }\n}\n\n@NgModule({\n imports: [CommonModule, EuiIconModule],\n declarations: [EuiExpandContentComponent],\n exports: [EuiExpandContentComponent],\n})\nexport class EuiExpandContentModule {}\n","<div *ngIf=\"!isCollapsed\" class=\"eui-expand-content__body\">\n <ng-content></ng-content>\n</div>\n<div\n class=\"eui-button__expand-trigger\"\n [class.eui-button__expand-trigger--collapsed]=\"isCollapsed\"\n role=\"document\"\n (click)=\"onToggle()\"\n aria-label=\"Expand / Collapse trigger\">\n <button type=\"button\" *ngIf=\"isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Expand\">\n <span *ngIf=\"expandLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ expandLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-down\"></eui-icon-svg>\n </button>\n <button type=\"button\" *ngIf=\"!isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Collapse\">\n <span *ngIf=\"collapseLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ collapseLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-up\"></eui-icon-svg>\n </button>\n</div>\n","import { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { CommonModule } from '@angular/common';\nimport { NgModule, Component, ChangeDetectionStrategy, HostBinding, ViewEncapsulation, Input } from '@angular/core';\n\n@Component({\n selector: 'eui-common-header',\n templateUrl: './common-header.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class EuiCommonHeaderComponent {\n @HostBinding('class')\n get cssClasses(): string {\n return [`eui-common-header`, this.isCollapsed ? 'eui-common-header--collapsed' : ''].join(' ').trim();\n }\n\n @Input() label;\n @Input() subLabel;\n @Input()\n get isHighlighted(): boolean {\n return this._isHighlighted;\n }\n set isHighlighted(value: BooleanInput) {\n this._isHighlighted = coerceBooleanProperty(value);\n }\n private _isHighlighted = false;\n @Input()\n get isCollapsed(): boolean {\n return this._isCollapsed;\n }\n set isCollapsed(value: BooleanInput) {\n this._isCollapsed = coerceBooleanProperty(value);\n }\n private _isCollapsed = false;\n}\n\n/* ***************************************** */\n/* MODULE EXPORT */\n/* ***************************************** */\n@NgModule({\n imports: [CommonModule],\n declarations: [EuiCommonHeaderComponent],\n exports: [EuiCommonHeaderComponent],\n})\nexport class EuiCommonHeaderModule {}\n","<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n","import { Directive, ElementRef, HostBinding, Injector, Input, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';\nimport { FormControl, FormControlDirective, FormControlName, FormGroupDirective, NgControl } from '@angular/forms';\nimport { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { Subscription } from 'rxjs';\nimport { EuiDisabledCtor, EuiDangerCtor, mixinEuiDisabled, mixinEuiDanger } from '@eui/components/shared/base';\n\nconst BaseComponentMixinBase: EuiDisabledCtor & EuiDangerCtor = mixinEuiDisabled(mixinEuiDanger());\n\n@Directive({\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'input[euiInput]',\n})\nexport class InputDirective extends BaseComponentMixinBase implements OnInit, OnDestroy {\n @Input() styleClass: string;\n\n @HostBinding('attr.disabled')\n @Input()\n public get disabled(): boolean {\n return this._disabled ? true : null;\n }\n public set disabled(state: BooleanInput) {\n // in case it's controlled by NgControl override\n this._disabled = coerceBooleanProperty(state);\n // set BaseDirective Attribute\n super.euiDisabled = this._disabled;\n }\n\n @HostBinding('attr.readonly')\n @Input()\n public get readonly(): any {\n return this._readonly ? '' : null;\n }\n public set readonly(state: BooleanInput) {\n this._readonly = coerceBooleanProperty(state);\n }\n\n @HostBinding('attr.placeholder')\n @Input()\n public get placeholder(): string | null {\n return this.getPlaceholderAttribute();\n }\n public set placeholder(value: string | number | null) {\n this.setPlaceholderAttribute(value?.toString());\n }\n\n @HostBinding('attr.id')\n @Input()\n public get id(): string {\n return this._id;\n }\n public set id(value: string | null) {\n this.setIdAttribute(value);\n }\n\n protected _disabled: boolean;\n protected _readonly: boolean;\n protected _placeholder: string;\n protected _statusListener: Subscription;\n protected _id: string;\n protected _viewContainerRef: ViewContainerRef;\n protected control: NgControl;\n\n constructor(\n protected _elementRef: ElementRef,\n protected _renderer: Renderer2,\n protected injector: Injector\n ) {\n super();\n this._viewContainerRef = this.injector.get(ViewContainerRef);\n }\n\n ngOnInit(): void {\n // extract the FormControl or NgControl\n this.control = this.injector.get(NgControl, undefined, { optional: true, self: true });\n\n let c: NgControl | FormControl = this.control;\n if (this.control instanceof FormControlName) {\n c = (this.injector as Injector).get(FormGroupDirective).getControl(this.control);\n } else if (this.control instanceof FormControlDirective) {\n c = this.control.form as FormControl;\n }\n if (c) {\n this.disabled = c.disabled;\n // subscribe to NG control status changes to adjust inputs\n this._statusListener = c.statusChanges.subscribe((status) => {\n super.euiDanger = status === 'INVALID' && c.touched;\n this.disabled = status === 'DISABLED' && c.disabled;\n });\n }\n }\n\n ngOnDestroy(): void {\n if (this._statusListener) {\n this._statusListener.unsubscribe();\n }\n }\n\n getCssClasses(rootClass: string): string {\n return [super.getCssClasses(rootClass), this.styleClass ? this.styleClass : ``].join(' ').trim();\n }\n\n protected getPlaceholderAttribute(): string | undefined {\n // in readonly memorize placeholder value and remove placeholder. The reason is that CSS style for readonly\n // cannot hide the placeholder text\n if (this._elementRef.nativeElement.attributes['readonly']) {\n if (!this._placeholder) {\n this.setPlaceholderAttribute(this._elementRef.nativeElement.placeholder);\n }\n this._elementRef.nativeElement.placeholder = '';\n return undefined;\n }\n\n // keep placeholder's value\n this._placeholder = this._elementRef.nativeElement.placeholder || this._placeholder;\n return this._placeholder;\n }\n\n protected setPlaceholderAttribute(value: string | null): void {\n if (!value) {\n this._renderer.removeAttribute(this._elementRef.nativeElement, 'placeholder');\n } else {\n this._renderer.setAttribute(this._elementRef.nativeElement, 'placeholder', value);\n }\n this._placeholder = value;\n }\n\n protected setIdAttribute(value: string | null = null): void {\n this._id = value ? value : `${this._elementRef.nativeElement.type}_${Math.floor(Math.random() * 1000000)}`;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-components-shared.mjs","sources":["../../shared/eui-expand-content/eui-expand-content.component.ts","../../shared/eui-expand-content/eui-expand-content.component.html","../../shared/eui-common-header/common-header.component.ts","../../shared/eui-common-header/common-header.component.html","../../shared/input.directive.ts","../../shared/eui-components-shared.ts"],"sourcesContent":["import { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, NgModule, Output, ViewEncapsulation } from '@angular/core';\nimport { EuiIconModule } from '@eui/components/eui-icon';\n\n@Component({\n selector: 'eui-expand-content',\n templateUrl: './eui-expand-content.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class EuiExpandContentComponent {\n @HostBinding('class')\n get cssClasses(): string {\n return [`eui-expand-content`, this.isCollapsed ? 'eui-expand-content--collapsed' : ''].join(' ').trim();\n }\n\n @Input()\n get isCollapsed(): boolean {\n return this._isCollapsed;\n }\n set isCollapsed(value: BooleanInput) {\n this._isCollapsed = coerceBooleanProperty(value);\n }\n @Input() expandLabel = '';\n @Input() collapseLabel = '';\n\n @Output() collapsed: EventEmitter<boolean> = new EventEmitter();\n private _isCollapsed = false;\n\n onToggle(): void {\n this.isCollapsed = !this.isCollapsed;\n this.collapsed.emit(this.isCollapsed);\n }\n}\n\n@NgModule({\n imports: [CommonModule, EuiIconModule],\n declarations: [EuiExpandContentComponent],\n exports: [EuiExpandContentComponent],\n})\nexport class EuiExpandContentModule {}\n","<div *ngIf=\"!isCollapsed\" class=\"eui-expand-content__body\">\n <ng-content></ng-content>\n</div>\n<div\n class=\"eui-button__expand-trigger\"\n [class.eui-button__expand-trigger--collapsed]=\"isCollapsed\"\n role=\"document\"\n (click)=\"onToggle()\"\n aria-label=\"Expand / Collapse trigger\">\n <button type=\"button\" *ngIf=\"isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Expand\">\n <span *ngIf=\"expandLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ expandLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-down\"></eui-icon-svg>\n </button>\n <button type=\"button\" *ngIf=\"!isCollapsed\" class=\"eui-button eui-button--expand-toggle\" aria-label=\"Collapse\">\n <span *ngIf=\"collapseLabel\" class=\"eui-label eui-u-color-grey-dark eui-u-mr-xs\">{{ collapseLabel }}</span>\n <eui-icon-svg icon=\"eui-chevron-up\"></eui-icon-svg>\n </button>\n</div>\n","import { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { CommonModule } from '@angular/common';\nimport { NgModule, Component, ChangeDetectionStrategy, HostBinding, ViewEncapsulation, Input } from '@angular/core';\nimport { EuiTooltipDirectiveModule } from '@eui/components/directives';\n\n@Component({\n selector: 'eui-common-header',\n templateUrl: './common-header.component.html',\n styleUrls: ['./styles/_index.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class EuiCommonHeaderComponent {\n @HostBinding('class')\n get cssClasses(): string {\n return [`eui-common-header`, this.isCollapsed ? 'eui-common-header--collapsed' : ''].join(' ').trim();\n }\n\n @Input() label;\n @Input() subLabel;\n @Input() labelTooltip;\n @Input() subLabelTooltip;\n @Input()\n get isHighlighted(): boolean {\n return this._isHighlighted;\n }\n set isHighlighted(value: BooleanInput) {\n this._isHighlighted = coerceBooleanProperty(value);\n }\n private _isHighlighted = false;\n @Input()\n get isCollapsed(): boolean {\n return this._isCollapsed;\n }\n set isCollapsed(value: BooleanInput) {\n this._isCollapsed = coerceBooleanProperty(value);\n }\n private _isCollapsed = false;\n}\n\n/* ***************************************** */\n/* MODULE EXPORT */\n/* ***************************************** */\n@NgModule({\n imports: [CommonModule, EuiTooltipDirectiveModule],\n declarations: [EuiCommonHeaderComponent],\n exports: [EuiCommonHeaderComponent],\n})\nexport class EuiCommonHeaderModule {}\n","<div class=\"eui-common-header__label\">\n <div class=\"eui-common-header__label-text\" role=\"heading\" aria-level=\"1\" attr.aria-label=\"{{ label }}\" [euiTooltip]=\"labelTooltip ? labelTooltip : null\">{{ label }}</div>\n <div class=\"eui-common-header__actions\">\n <ng-content></ng-content>\n </div>\n</div>\n<div\n *ngIf=\"subLabel\"\n class=\"eui-common-header__sub-label\"\n role=\"heading\"\n aria-level=\"2\"\n [class.eui-common-header__sub-label--collapsed]=\"isCollapsed\"\n attr.aria-label=\"{{ subLabel }}\"\n [euiTooltip]=\"subLabelTooltip ? subLabelTooltip : null\">\n <div class=\"eui-common-header__sub-label-text\">{{ subLabel }}</div>\n</div>\n","import { Directive, ElementRef, HostBinding, Injector, Input, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';\nimport { FormControl, FormControlDirective, FormControlName, FormGroupDirective, NgControl } from '@angular/forms';\nimport { coerceBooleanProperty, BooleanInput } from '@angular/cdk/coercion';\nimport { Subscription } from 'rxjs';\nimport { EuiDisabledCtor, EuiDangerCtor, mixinEuiDisabled, mixinEuiDanger } from '@eui/components/shared/base';\n\nconst BaseComponentMixinBase: EuiDisabledCtor & EuiDangerCtor = mixinEuiDisabled(mixinEuiDanger());\n\n@Directive({\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'input[euiInput]',\n})\nexport class InputDirective extends BaseComponentMixinBase implements OnInit, OnDestroy {\n @Input() styleClass: string;\n\n @HostBinding('attr.disabled')\n @Input()\n public get disabled(): boolean {\n return this._disabled ? true : null;\n }\n public set disabled(state: BooleanInput) {\n // in case it's controlled by NgControl override\n this._disabled = coerceBooleanProperty(state);\n // set BaseDirective Attribute\n super.euiDisabled = this._disabled;\n }\n\n @HostBinding('attr.readonly')\n @Input()\n public get readonly(): any {\n return this._readonly ? '' : null;\n }\n public set readonly(state: BooleanInput) {\n this._readonly = coerceBooleanProperty(state);\n }\n\n @HostBinding('attr.placeholder')\n @Input()\n public get placeholder(): string | null {\n return this.getPlaceholderAttribute();\n }\n public set placeholder(value: string | number | null) {\n this.setPlaceholderAttribute(value?.toString());\n }\n\n @HostBinding('attr.id')\n @Input()\n public get id(): string {\n return this._id;\n }\n public set id(value: string | null) {\n this.setIdAttribute(value);\n }\n\n protected _disabled: boolean;\n protected _readonly: boolean;\n protected _placeholder: string;\n protected _statusListener: Subscription;\n protected _id: string;\n protected _viewContainerRef: ViewContainerRef;\n protected control: NgControl;\n\n constructor(\n protected _elementRef: ElementRef,\n protected _renderer: Renderer2,\n protected injector: Injector\n ) {\n super();\n this._viewContainerRef = this.injector.get(ViewContainerRef);\n }\n\n ngOnInit(): void {\n // extract the FormControl or NgControl\n this.control = this.injector.get(NgControl, undefined, { optional: true, self: true });\n\n let c: NgControl | FormControl = this.control;\n if (this.control instanceof FormControlName) {\n c = (this.injector as Injector).get(FormGroupDirective).getControl(this.control);\n } else if (this.control instanceof FormControlDirective) {\n c = this.control.form as FormControl;\n }\n if (c) {\n this.disabled = c.disabled;\n // subscribe to NG control status changes to adjust inputs\n this._statusListener = c.statusChanges.subscribe((status) => {\n super.euiDanger = status === 'INVALID' && c.touched;\n this.disabled = status === 'DISABLED' && c.disabled;\n });\n }\n }\n\n ngOnDestroy(): void {\n if (this._statusListener) {\n this._statusListener.unsubscribe();\n }\n }\n\n getCssClasses(rootClass: string): string {\n return [super.getCssClasses(rootClass), this.styleClass ? this.styleClass : ``].join(' ').trim();\n }\n\n protected getPlaceholderAttribute(): string | undefined {\n // in readonly memorize placeholder value and remove placeholder. The reason is that CSS style for readonly\n // cannot hide the placeholder text\n if (this._elementRef.nativeElement.attributes['readonly']) {\n if (!this._placeholder) {\n this.setPlaceholderAttribute(this._elementRef.nativeElement.placeholder);\n }\n this._elementRef.nativeElement.placeholder = '';\n return undefined;\n }\n\n // keep placeholder's value\n this._placeholder = this._elementRef.nativeElement.placeholder || this._placeholder;\n return this._placeholder;\n }\n\n protected setPlaceholderAttribute(value: string | null): void {\n if (!value) {\n this._renderer.removeAttribute(this._elementRef.nativeElement, 'placeholder');\n } else {\n this._renderer.setAttribute(this._elementRef.nativeElement, 'placeholder', value);\n }\n this._placeholder = value;\n }\n\n protected setIdAttribute(value: string | null = null): void {\n this._id = value ? value : `${this._elementRef.nativeElement.type}_${Math.floor(Math.random() * 1000000)}`;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i2"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"eui-app.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-app/eui-app.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,SAAS,EAKT,SAAS,EACT,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAK5D,OAAO,EAAE,SAAS,EAAoB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;;AAE3D,qBAMa,eAAgB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB;IAwDvE,SAAS,EAAE,kBAAkB;IAC7B,eAAe,EAAE,eAAe;IACvC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IACa,OAAO,CAAC,cAAc;IA3D9B,UAAU,SAAa;IAEpC,WAAW,SAAM;IACjB,UAAU,SAAM;IAChB,SAAS,SAAM;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAEvC,gBAAgB,UAAS;IAEzB,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,IACI,sBAAsB,IAAI,OAAO,CAEpC;IACD,IAAI,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAE7C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IAGD,UAAU,EAAE,sBAAsB,CAAC;IAGnC,iBAAiB,EAAE,0BAA0B,CAAC;IAG9C,UAAU,EAAE,sBAAsB,CAAC;IAEnC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,uBAAuB,CAAQ;IACvC,OAAO,CAAC,qBAAqB,CAAQ;IACrC,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,SAAS,EAAE,kBAAkB,EAC7B,eAAe,EAAE,eAAe,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,iBAAiB,EACE,cAAc,EAAE,SAAS;IAG/D,kBAAkB,IAAI,IAAI;IAI1B,QAAQ,IAAI,IAAI;IA2ChB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAuCzC,WAAW,IAAI,IAAI;yCArJV,eAAe;2CAAf,eAAe;CAyJ3B;AAGD,qBACa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAI"}
1
+ {"version":3,"file":"eui-app.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-app/eui-app.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,MAAM,EACN,SAAS,EAKT,SAAS,EACT,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAK5D,OAAO,EAAE,SAAS,EAAoB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;;AAE3D,qBAMa,eAAgB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB;IAwDvE,SAAS,EAAE,kBAAkB;IAC7B,eAAe,EAAE,eAAe;IACvC,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,KAAK;IACa,OAAO,CAAC,cAAc;IA3D9B,UAAU,SAAa;IAEpC,WAAW,SAAM;IACjB,UAAU,SAAM;IAChB,SAAS,SAAM;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAEvC,gBAAgB,UAAS;IAEzB,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,IACI,sBAAsB,IAAI,OAAO,CAEpC;IACD,IAAI,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAE7C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IAGD,UAAU,EAAE,sBAAsB,CAAC;IAGnC,iBAAiB,EAAE,0BAA0B,CAAC;IAG9C,UAAU,EAAE,sBAAsB,CAAC;IAEnC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,uBAAuB,CAAQ;IACvC,OAAO,CAAC,qBAAqB,CAAQ;IACrC,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,SAAS,EAAE,kBAAkB,EAC7B,eAAe,EAAE,eAAe,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,KAAK,EAAE,iBAAiB,EACE,cAAc,EAAE,SAAS;IAG/D,kBAAkB,IAAI,IAAI;IAI1B,QAAQ,IAAI,IAAI;IA4ChB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAuCzC,WAAW,IAAI,IAAI;yCAtJV,eAAe;2CAAf,eAAe;CA0J3B;AAGD,qBACa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAI"}
@@ -1,10 +1,11 @@
1
1
  import { QueryList } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
- import { EuiUserProfileMenuComponent } from '../../eui-user-profile';
3
+ import { EuiUserProfileComponent, EuiUserProfileMenuComponent } from '../../eui-user-profile';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EuiToolbarItemUserProfileComponent {
6
6
  class: string;
7
7
  userProfileMenu: QueryList<EuiUserProfileMenuComponent>;
8
+ userProfile: EuiUserProfileComponent;
8
9
  welcomeLabel: string;
9
10
  impersonateLabel: string;
10
11
  avatarUrl: string;
@@ -14,10 +15,14 @@ export declare class EuiToolbarItemUserProfileComponent {
14
15
  set isShowUserInfos(value: BooleanInput);
15
16
  get isShowAvatarInitials(): boolean;
16
17
  set isShowAvatarInitials(value: BooleanInput);
18
+ get hasTabNavigation(): boolean;
19
+ set hasTabNavigation(value: BooleanInput);
20
+ private _hasTabNavigation;
17
21
  private _hasWelcomeLabel;
18
22
  private _isShowUserInfos;
19
23
  private _isShowAvatarInitials;
24
+ closeUserProfileDropdown(): void;
20
25
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarItemUserProfileComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarItemUserProfileComponent, "eui-toolbar-item-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; }, {}, ["userProfileMenu"], ["eui-user-profile-menu"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarItemUserProfileComponent, "eui-toolbar-item-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; }, {}, ["userProfileMenu"], ["eui-user-profile-menu"], false, never>;
22
27
  }
23
28
  //# sourceMappingURL=toolbar-item-user-profile.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar-item-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQH,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;;AAErE,qBAMa,kCAAkC;IAC5B,KAAK,SAAmC;IAES,eAAe,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAE/G,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAE3B,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,qBAAqB,CAAS;yCAhC7B,kCAAkC;2CAAlC,kCAAkC;CAiC9C"}
1
+ {"version":3,"file":"toolbar-item-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQH,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;;AAE9F,qBAMa,kCAAkC;IAC5B,KAAK,SAAmC;IAES,eAAe,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAE9F,WAAW,EAAE,uBAAuB,CAAC;IAEtD,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAE3B,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,qBAAqB,CAAS;IAE/B,wBAAwB,IAAI,IAAI;yCA5C9B,kCAAkC;2CAAlC,kCAAkC;CA+C9C"}
@@ -15,11 +15,13 @@ export declare class EuiUserProfileCardComponent implements OnInit {
15
15
  get isShowAvatarInitials(): boolean;
16
16
  set isShowAvatarInitials(value: BooleanInput);
17
17
  showProfileInfo: EventEmitter<any>;
18
+ closeProfileMenu: EventEmitter<any>;
18
19
  private _isShowAvatarInitials;
19
20
  constructor(userService: UserService, asService: EuiAppShellService);
20
21
  ngOnInit(): void;
21
22
  onShowInfoClick(): void;
23
+ onClose(): void;
22
24
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileCardComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiUserProfileCardComponent, "eui-user-profile-card", never, { "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "showDetailsLabel": { "alias": "showDetailsLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; }, { "showProfileInfo": "showProfileInfo"; }, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiUserProfileCardComponent, "eui-user-profile-card", never, { "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "showDetailsLabel": { "alias": "showDetailsLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; }, { "showProfileInfo": "showProfileInfo"; "closeProfileMenu": "closeProfileMenu"; }, never, never, false, never>;
24
26
  }
25
27
  //# sourceMappingURL=user-profile-card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAE,YAAY,EAAU,MAAM,eAAe,CAAC;AACxI,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAGvE,qBAMa,2BAA4B,YAAW,MAAM;IAwBlD,OAAO,CAAC,WAAW;IACZ,SAAS,EAAE,kBAAkB;IAxBxC,IACW,UAAU,IAAI,MAAM,CAE9B;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAEP,gBAAgB,SAAmB;IACnC,gBAAgB,SAA0B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAC3B,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACS,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAElE,OAAO,CAAC,qBAAqB,CAAS;gBAG1B,WAAW,EAAE,WAAW,EACzB,SAAS,EAAE,kBAAkB;IAGxC,QAAQ,IAAI,IAAI;IAehB,eAAe,IAAI,IAAI;yCA3Cd,2BAA2B;2CAA3B,2BAA2B;CA8CvC"}
1
+ {"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAE,YAAY,EAAU,MAAM,eAAe,CAAC;AACxI,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAGvE,qBAMa,2BAA4B,YAAW,MAAM;IAyBlD,OAAO,CAAC,WAAW;IACZ,SAAS,EAAE,kBAAkB;IAzBxC,IACW,UAAU,IAAI,MAAM,CAE9B;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAEP,gBAAgB,SAAmB;IACnC,gBAAgB,SAA0B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAC3B,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACS,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,gBAAgB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEnE,OAAO,CAAC,qBAAqB,CAAS;gBAG1B,WAAW,EAAE,WAAW,EACzB,SAAS,EAAE,kBAAkB;IAGxC,QAAQ,IAAI,IAAI;IAehB,eAAe,IAAI,IAAI;IAIvB,OAAO,IAAI,IAAI;yCAhDN,2BAA2B;2CAA3B,2BAA2B;CAmDvC"}
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
3
  import { EuiAppShellService, UserService } from '@eui/core';
4
+ import { EuiDropdownComponent } from '@eui/components/eui-dropdown';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class EuiUserProfileComponent implements OnInit {
6
7
  asService: EuiAppShellService;
@@ -8,6 +9,7 @@ export declare class EuiUserProfileComponent implements OnInit {
8
9
  _euiUserProfileSizeS: boolean;
9
10
  isOnline: boolean;
10
11
  avatarInitials: string;
12
+ dropdown: EuiDropdownComponent;
11
13
  welcomeLabel: string;
12
14
  impersonateLabel: string;
13
15
  avatarUrl: string;
@@ -30,6 +32,7 @@ export declare class EuiUserProfileComponent implements OnInit {
30
32
  get cssClasses(): string;
31
33
  getCssClasses(): string;
32
34
  ngOnInit(): void;
35
+ closeDropdown(): void;
33
36
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileComponent, never>;
34
37
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiUserProfileComponent, "eui-user-profile", never, { "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "hasMenu": { "alias": "hasMenu"; "required": false; }; "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "euiUserProfileSizeS": { "alias": "euiUserProfileSizeS"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; }, {}, never, ["*"], false, never>;
35
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAE,MAAM,eAAe,CAAC;AAClH,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;;AAG5D,qBAOa,uBAAwB,YAAW,MAAM;IAqDvC,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,WAAW;IArDvB,oBAAoB,UAAS;IAC7B,QAAQ,UAAQ;IAChB,cAAc,EAAE,MAAM,CAAC;IAEd,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,UAAQ;IACxB,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IAED,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IAED,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAElC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,qBAAqB,CAAS;gBAG3B,SAAS,EAAE,kBAAkB,EAC5B,WAAW,EAAE,WAAW;IAGpC,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;IAIvB,QAAQ,IAAI,IAAI;yCAlEP,uBAAuB;2CAAvB,uBAAuB;CAgFnC"}
1
+ {"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7H,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;;AAEpE,qBAOa,uBAAwB,YAAW,MAAM;IAsDvC,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,WAAW;IAtDvB,oBAAoB,UAAS;IAC7B,QAAQ,UAAQ;IAChB,cAAc,EAAE,MAAM,CAAC;IACA,QAAQ,EAAE,oBAAoB,CAAC;IAE7C,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,UAAQ;IACxB,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IACD,IACI,eAAe,IAAI,OAAO,CAE7B;IACD,IAAI,eAAe,CAAC,KAAK,EAAE,YAAY,EAEtC;IAED,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IAED,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAS;IAElC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,qBAAqB,CAAS;gBAG3B,SAAS,EAAE,kBAAkB,EAC5B,WAAW,EAAE,WAAW;IAGpC,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;IAIvB,QAAQ,IAAI,IAAI;IAeT,aAAa,IAAI,IAAI;yCAlFnB,uBAAuB;2CAAvB,uBAAuB;CAqFnC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/components",
3
- "version": "17.0.0-next.6",
3
+ "version": "17.0.0-next.8",
4
4
  "tag": "next",
5
5
  "description": "eUI components package - next components prior to version 9",
6
6
  "homepage": "https://eui.ecdevops.eu",
@@ -39,18 +39,18 @@
39
39
  "esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
40
40
  "default": "./fesm2022/eui-components-eui-alert.mjs"
41
41
  },
42
- "./eui-all": {
43
- "types": "./eui-all/index.d.ts",
44
- "esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
45
- "esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
46
- "default": "./fesm2022/eui-components-eui-all.mjs"
47
- },
48
42
  "./eui-autocomplete": {
49
43
  "types": "./eui-autocomplete/index.d.ts",
50
44
  "esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
51
45
  "esm": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
52
46
  "default": "./fesm2022/eui-components-eui-autocomplete.mjs"
53
47
  },
48
+ "./eui-all": {
49
+ "types": "./eui-all/index.d.ts",
50
+ "esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
51
+ "esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
52
+ "default": "./fesm2022/eui-components-eui-all.mjs"
53
+ },
54
54
  "./eui-badge": {
55
55
  "types": "./eui-badge/index.d.ts",
56
56
  "esm2022": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
@@ -1,10 +1,13 @@
1
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@angular/common";
4
+ import * as i2 from "@eui/components/directives";
4
5
  export declare class EuiCommonHeaderComponent {
5
6
  get cssClasses(): string;
6
7
  label: any;
7
8
  subLabel: any;
9
+ labelTooltip: any;
10
+ subLabelTooltip: any;
8
11
  get isHighlighted(): boolean;
9
12
  set isHighlighted(value: BooleanInput);
10
13
  private _isHighlighted;
@@ -12,11 +15,11 @@ export declare class EuiCommonHeaderComponent {
12
15
  set isCollapsed(value: BooleanInput);
13
16
  private _isCollapsed;
14
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiCommonHeaderComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiCommonHeaderComponent, "eui-common-header", never, { "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "isHighlighted": { "alias": "isHighlighted"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiCommonHeaderComponent, "eui-common-header", never, { "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "labelTooltip": { "alias": "labelTooltip"; "required": false; }; "subLabelTooltip": { "alias": "subLabelTooltip"; "required": false; }; "isHighlighted": { "alias": "isHighlighted"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; }, {}, never, ["*"], false, never>;
16
19
  }
17
20
  export declare class EuiCommonHeaderModule {
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiCommonHeaderModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiCommonHeaderModule, [typeof EuiCommonHeaderComponent], [typeof i1.CommonModule], [typeof EuiCommonHeaderComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiCommonHeaderModule, [typeof EuiCommonHeaderComponent], [typeof i1.CommonModule, typeof i2.EuiTooltipDirectiveModule], [typeof EuiCommonHeaderComponent]>;
20
23
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiCommonHeaderModule>;
21
24
  }
22
25
  //# sourceMappingURL=common-header.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common-header.component.d.ts","sourceRoot":"","sources":["../../../shared/eui-common-header/common-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAI5E,qBAOa,wBAAwB;IACjC,IACI,UAAU,IAAI,MAAM,CAEvB;IAEQ,KAAK,MAAC;IACN,QAAQ,MAAC;IAClB,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,OAAO,CAAC,cAAc,CAAS;IAC/B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAS;yCAvBpB,wBAAwB;2CAAxB,wBAAwB;CAwBpC;AAKD,qBAKa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB,UAlCrB,wBAAwB,qCAAxB,wBAAwB;0CAkCxB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"common-header.component.d.ts","sourceRoot":"","sources":["../../../shared/eui-common-header/common-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;;AAK5E,qBAOa,wBAAwB;IACjC,IACI,UAAU,IAAI,MAAM,CAEvB;IAEQ,KAAK,MAAC;IACN,QAAQ,MAAC;IACT,YAAY,MAAC;IACb,eAAe,MAAC;IACzB,IACI,aAAa,IAAI,OAAO,CAE3B;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,YAAY,EAEpC;IACD,OAAO,CAAC,cAAc,CAAS;IAC/B,IACI,WAAW,IAAI,OAAO,CAEzB;IACD,IAAI,WAAW,CAAC,KAAK,EAAE,YAAY,EAElC;IACD,OAAO,CAAC,YAAY,CAAS;yCAzBpB,wBAAwB;2CAAxB,wBAAwB;CA0BpC;AAKD,qBAKa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB,UApCrB,wBAAwB,0EAAxB,wBAAwB;0CAoCxB,qBAAqB;CAAG"}