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

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 (557) hide show
  1. package/directives/eui-clearable.directive.d.ts.map +1 -1
  2. package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
  3. package/esm2022/directives/eui-clearable.directive.mjs +8 -9
  4. package/esm2022/directives/eui-has-permission.directive.mjs +7 -7
  5. package/esm2022/directives/eui-loading.directive.mjs +3 -3
  6. package/esm2022/directives/eui-maxlength.directive.mjs +7 -7
  7. package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
  8. package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +4 -5
  9. package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
  10. package/esm2022/directives/eui-scroll-handler.directive.mjs +10 -10
  11. package/esm2022/directives/eui-smooth-scroll.directive.mjs +10 -10
  12. package/esm2022/directives/eui-template.directive.mjs +7 -7
  13. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
  14. package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +58 -26
  15. package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
  16. package/esm2022/eui-alert/eui-alert.component.mjs +9 -8
  17. package/esm2022/eui-all/eui-all.module.mjs +9 -10
  18. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +31 -15
  19. package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
  20. package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
  21. package/esm2022/eui-badge/eui-badge.component.mjs +8 -8
  22. package/esm2022/eui-block-content/eui-block-content.component.mjs +5 -5
  23. package/esm2022/eui-block-content/eui-block-content.module.mjs +4 -4
  24. package/esm2022/eui-block-document/eui-block-document.component.mjs +3 -3
  25. package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
  26. package/esm2022/eui-button/eui-button.component.mjs +10 -10
  27. package/esm2022/eui-button-group/eui-button-group.component.mjs +7 -7
  28. package/esm2022/eui-buttons/eui-buttons.component.mjs +18 -18
  29. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
  30. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
  31. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
  32. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
  33. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +3 -3
  34. package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
  35. package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
  36. package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
  37. package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
  38. package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +3 -3
  39. package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
  40. package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
  41. package/esm2022/eui-card/eui-card.component.mjs +3 -3
  42. package/esm2022/eui-card/eui-card.module.mjs +4 -4
  43. package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
  44. package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
  45. package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
  46. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +9 -9
  47. package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
  48. package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
  49. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +15 -15
  50. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +9 -8
  51. package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +19 -6
  52. package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
  53. package/esm2022/eui-datepicker/eui-datepicker.component.mjs +25 -25
  54. package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
  55. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  56. package/esm2022/eui-dialog/eui-dialog.component.mjs +10 -10
  57. package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
  58. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +5 -5
  59. package/esm2022/eui-dimmer/dimmer.component.mjs +5 -5
  60. package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
  61. package/esm2022/eui-disable-content/eui-disable-content.component.mjs +11 -11
  62. package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +5 -5
  63. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
  64. package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
  65. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
  66. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +10 -8
  67. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
  68. package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
  69. package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
  70. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +3 -3
  71. package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
  72. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +9 -9
  73. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
  74. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +32 -18
  75. package/esm2022/eui-file-upload/eui-file-upload.module.mjs +6 -17
  76. package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +6 -4
  77. package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
  78. package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
  79. package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +4 -4
  80. package/esm2022/eui-file-upload/utils/eui-file-upload.validators.mjs +1 -1
  81. package/esm2022/eui-file-upload/utils/mime-types.mjs +3 -1
  82. package/esm2022/eui-growl/eui-growl.component.mjs +4 -4
  83. package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
  84. package/esm2022/eui-growl/index.mjs +1 -3
  85. package/esm2022/eui-icon/eui-icon-color.component.mjs +3 -3
  86. package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
  87. package/esm2022/eui-icon/eui-icon.component.mjs +3 -3
  88. package/esm2022/eui-icon/eui-icon.module.mjs +4 -4
  89. package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
  90. package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
  91. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +4 -4
  92. package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
  93. package/esm2022/eui-input-group/eui-input-group.component.mjs +4 -4
  94. package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
  95. package/esm2022/eui-input-number/eui-input-number.component.mjs +4 -4
  96. package/esm2022/eui-input-number/eui-input-number.module.mjs +4 -4
  97. package/esm2022/eui-input-number/eui-number-control.directive.mjs +4 -4
  98. package/esm2022/eui-input-radio/eui-input-radio.component.mjs +9 -11
  99. package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
  100. package/esm2022/eui-input-text/eui-input-text.component.mjs +5 -5
  101. package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
  102. package/esm2022/eui-label/eui-label.component.mjs +4 -4
  103. package/esm2022/eui-label/eui-label.module.mjs +4 -4
  104. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +4 -4
  105. package/esm2022/eui-list/eui-list.component.mjs +3 -3
  106. package/esm2022/eui-list/eui-list.module.mjs +4 -4
  107. package/esm2022/eui-list/services/eui-list.service.mjs +3 -3
  108. package/esm2022/eui-menu/eui-menu-item.component.mjs +4 -4
  109. package/esm2022/eui-menu/eui-menu.component.mjs +5 -5
  110. package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
  111. package/esm2022/eui-message-box/eui-message-box.component.mjs +9 -7
  112. package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
  113. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -3
  114. package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +5 -5
  115. package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +5 -5
  116. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +38 -0
  117. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +5 -5
  118. package/esm2022/eui-overlay/eui-overlay.component.mjs +30 -12
  119. package/esm2022/eui-overlay/index.mjs +2 -1
  120. package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
  121. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +23 -23
  122. package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
  123. package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
  124. package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +3 -3
  125. package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +9 -9
  126. package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
  127. package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +3 -3
  128. package/esm2022/eui-page/eui-page.component.mjs +3 -3
  129. package/esm2022/eui-page/eui-page.module.mjs +4 -4
  130. package/esm2022/eui-paginator/eui-paginator.component.mjs +11 -9
  131. package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
  132. package/esm2022/eui-picker/eui-picker.component.mjs +8 -6
  133. package/esm2022/eui-picker/eui-picker.module.mjs +4 -4
  134. package/esm2022/eui-picker/modal-picker/eui-modal-picker.component.mjs +5 -5
  135. package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +58 -0
  136. package/esm2022/eui-popover/eui-popover.component.mjs +25 -19
  137. package/esm2022/eui-popover/eui-popover.module.mjs +7 -6
  138. package/esm2022/eui-popover/models/eui-popover-position.model.mjs +18 -0
  139. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +3 -3
  140. package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
  141. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +7 -7
  142. package/esm2022/eui-select/eui-select-control.directive.mjs +4 -4
  143. package/esm2022/eui-select/eui-select-multiple.directive.mjs +10 -5
  144. package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +4 -4
  145. package/esm2022/eui-select/eui-select-option.directive.mjs +5 -4
  146. package/esm2022/eui-select/eui-select.component.mjs +5 -5
  147. package/esm2022/eui-select/eui-select.module.mjs +4 -4
  148. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +6 -4
  149. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
  150. package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +4 -4
  151. package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
  152. package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
  153. package/esm2022/eui-table/eui-table.component.mjs +76 -29
  154. package/esm2022/eui-table/eui-table.module.mjs +4 -4
  155. package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
  156. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +3 -3
  157. package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
  158. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +3 -3
  159. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +3 -3
  160. package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
  161. package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
  162. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +4 -4
  163. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -3
  164. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +3 -3
  165. package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +6 -6
  166. package/esm2022/eui-tabs/eui-tabs.component.mjs +7 -7
  167. package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
  168. package/esm2022/eui-textarea/auto-resize.directive.mjs +4 -4
  169. package/esm2022/eui-textarea/eui-textarea.component.mjs +5 -5
  170. package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
  171. package/esm2022/eui-timebar/eui-timebar-item.model.mjs +3 -1
  172. package/esm2022/eui-timebar/eui-timebar.component.mjs +10 -10
  173. package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -3
  174. package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
  175. package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
  176. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +3 -3
  177. package/esm2022/eui-timepicker/eui-timepicker.module.mjs +11 -11
  178. package/esm2022/eui-timepicker/models/eui-date-time-picker.config.model.mjs +1 -1
  179. package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +8 -8
  180. package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +8 -8
  181. package/esm2022/eui-tree/eui-tree-helper.mjs +1 -1
  182. package/esm2022/eui-tree/eui-tree.component.mjs +29 -11
  183. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
  184. package/esm2022/eui-wizard/eui-wizard.component.mjs +16 -14
  185. package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
  186. package/esm2022/eui-wizard/services/eui-wizard.service.mjs +3 -3
  187. package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
  188. package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
  189. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
  190. package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +3 -3
  191. package/esm2022/externals/eui-editor/eui-editor.component.mjs +8 -8
  192. package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
  193. package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +3 -3
  194. package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +3 -3
  195. package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +3 -3
  196. package/esm2022/externals/quill/quill-editor.component.mjs +3 -3
  197. package/esm2022/externals/quill/quill.module.mjs +4 -4
  198. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +5 -5
  199. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
  200. package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
  201. package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
  202. package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +5 -5
  203. package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
  204. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
  205. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
  206. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
  207. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +5 -5
  208. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +5 -5
  209. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +6 -5
  210. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +5 -5
  211. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
  212. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +5 -5
  213. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
  214. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +6 -5
  215. package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
  216. package/esm2022/layout/eui-app/eui-app.component.mjs +18 -18
  217. package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
  218. package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +11 -5
  219. package/esm2022/layout/eui-breadcrumb/breadcrumb.module.mjs +4 -4
  220. package/esm2022/layout/eui-breadcrumb/breadcrumb.service.mjs +3 -3
  221. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +8 -8
  222. package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +6 -6
  223. package/esm2022/layout/eui-footer/footer.component.mjs +3 -3
  224. package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
  225. package/esm2022/layout/eui-header/header-app/header-app.component.mjs +14 -14
  226. package/esm2022/layout/eui-header/header-app-name/header-app-name.component.mjs +5 -5
  227. package/esm2022/layout/eui-header/header-app-name-logo/header-app-name-logo.component.mjs +7 -11
  228. package/esm2022/layout/eui-header/header-app-subtitle/header-app-subtitle.component.mjs +5 -5
  229. package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +5 -5
  230. package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +5 -5
  231. package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +3 -3
  232. package/esm2022/layout/eui-header/header.component.mjs +3 -3
  233. package/esm2022/layout/eui-header/header.module.mjs +4 -4
  234. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +5 -5
  235. package/esm2022/layout/eui-language-selector/language-selector.module.mjs +4 -4
  236. package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +3 -3
  237. package/esm2022/layout/eui-layout.module.mjs +10 -5
  238. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +5 -5
  239. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
  240. package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
  241. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +57 -0
  242. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +244 -0
  243. package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +25 -0
  244. package/esm2022/layout/eui-notifications-v2/index.mjs +4 -0
  245. package/esm2022/layout/eui-search/search.component.mjs +3 -3
  246. package/esm2022/layout/eui-search/search.module.mjs +4 -4
  247. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +5 -5
  248. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
  249. package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
  250. package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
  251. package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
  252. package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
  253. package/esm2022/layout/eui-toolbar/toolbar-item-notifications/toolbar-item-notifications.component.mjs +3 -3
  254. package/esm2022/layout/eui-toolbar/toolbar-item-search/toolbar-item-search.component.mjs +3 -3
  255. package/esm2022/layout/eui-toolbar/toolbar-item-user-profile/toolbar-item-user-profile.component.mjs +3 -3
  256. package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +3 -3
  257. package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +3 -3
  258. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +5 -5
  259. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +6 -6
  260. package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
  261. package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +7 -6
  262. package/esm2022/layout/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
  263. package/esm2022/layout/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +3 -3
  264. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +15 -6
  265. package/esm2022/layout/eui-user-profile/user-profile.module.mjs +4 -4
  266. package/esm2022/layout/index.mjs +2 -1
  267. package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
  268. package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
  269. package/esm2022/shared/base/base-states.directive.mjs +3 -3
  270. package/esm2022/shared/base/base.directive.mjs +3 -3
  271. package/esm2022/shared/base/mixins/index.mjs +1 -1
  272. package/esm2022/shared/eui-common-header/common-header.component.mjs +7 -7
  273. package/esm2022/shared/eui-expand-content/eui-expand-content.component.mjs +7 -7
  274. package/esm2022/shared/input.directive.mjs +4 -4
  275. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  276. package/eui-all/eui-all.module.d.ts +19 -20
  277. package/eui-all/eui-all.module.d.ts.map +1 -1
  278. package/eui-autocomplete/eui-autocomplete.component.d.ts +12 -3
  279. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  280. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +1 -0
  281. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
  282. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  283. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  284. package/eui-button/eui-button.component.d.ts +1 -1
  285. package/eui-button/eui-button.component.d.ts.map +1 -1
  286. package/eui-buttons/eui-buttons.component.d.ts +5 -5
  287. package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
  288. package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
  289. package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
  290. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  291. package/eui-date-range-selector/eui-date-range-selector.component.d.ts +5 -1
  292. package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
  293. package/eui-datepicker/eui-datepicker.component.d.ts +3 -3
  294. package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
  295. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  296. package/eui-dialog/services/eui-dialog.service.d.ts.map +1 -1
  297. package/eui-dimmer/dimmer.component.d.ts +3 -3
  298. package/eui-dimmer/dimmer.component.d.ts.map +1 -1
  299. package/eui-disable-content/eui-disable-content.component.d.ts +2 -2
  300. package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
  301. package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
  302. package/eui-file-upload/eui-file-upload.component.d.ts +8 -5
  303. package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
  304. package/eui-file-upload/eui-file-upload.module.d.ts +5 -6
  305. package/eui-file-upload/eui-file-upload.module.d.ts.map +1 -1
  306. package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
  307. package/eui-file-upload/utils/eui-file-upload.validators.d.ts.map +1 -1
  308. package/eui-file-upload/utils/mime-types.d.ts.map +1 -1
  309. package/eui-growl/eui-growl.component.d.ts +1 -1
  310. package/eui-growl/eui-growl.component.d.ts.map +1 -1
  311. package/eui-growl/index.d.ts +0 -2
  312. package/eui-growl/index.d.ts.map +1 -1
  313. package/eui-input-checkbox/eui-input-checkbox.component.d.ts +1 -1
  314. package/eui-input-checkbox/eui-input-checkbox.component.d.ts.map +1 -1
  315. package/eui-input-number/eui-number-control.directive.d.ts.map +1 -1
  316. package/eui-input-radio/eui-input-radio.component.d.ts +2 -1
  317. package/eui-input-radio/eui-input-radio.component.d.ts.map +1 -1
  318. package/eui-input-text/eui-input-text.component.d.ts +1 -1
  319. package/eui-input-text/eui-input-text.component.d.ts.map +1 -1
  320. package/eui-label/eui-label.component.d.ts.map +1 -1
  321. package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
  322. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  323. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  324. package/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.d.ts.map +1 -1
  325. package/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.d.ts.map +1 -1
  326. package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts +15 -0
  327. package/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.d.ts.map +1 -0
  328. package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts +1 -1
  329. package/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.d.ts.map +1 -1
  330. package/eui-overlay/eui-overlay.component.d.ts +4 -2
  331. package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
  332. package/eui-overlay/index.d.ts +1 -0
  333. package/eui-overlay/index.d.ts.map +1 -1
  334. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +3 -3
  335. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  336. package/eui-paginator/eui-paginator.component.d.ts +5 -3
  337. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  338. package/eui-picker/eui-picker.component.d.ts.map +1 -1
  339. package/eui-picker/modal-picker/eui-modal-picker.component.d.ts.map +1 -1
  340. package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts +18 -0
  341. package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts.map +1 -0
  342. package/eui-popover/eui-popover.component.d.ts +7 -5
  343. package/eui-popover/eui-popover.component.d.ts.map +1 -1
  344. package/eui-popover/eui-popover.module.d.ts +8 -7
  345. package/eui-popover/eui-popover.module.d.ts.map +1 -1
  346. package/eui-popover/models/eui-popover-position.model.d.ts +8 -0
  347. package/eui-popover/models/eui-popover-position.model.d.ts.map +1 -0
  348. package/eui-select/eui-select-multiple.directive.d.ts +1 -1
  349. package/eui-select/eui-select-multiple.directive.d.ts.map +1 -1
  350. package/eui-select/eui-select-mutli-option.directive.d.ts.map +1 -1
  351. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  352. package/eui-select/eui-select.component.d.ts +1 -1
  353. package/eui-select/eui-select.component.d.ts.map +1 -1
  354. package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
  355. package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
  356. package/eui-table/eui-table.component.d.ts.map +1 -1
  357. package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
  358. package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
  359. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  360. package/eui-textarea/eui-textarea.component.d.ts +3 -3
  361. package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
  362. package/eui-timebar/eui-timebar-item.model.d.ts +2 -2
  363. package/eui-timebar/eui-timebar-item.model.d.ts.map +1 -1
  364. package/eui-timebar/eui-timebar.component.d.ts +2 -2
  365. package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
  366. package/eui-timepicker/eui-timepicker.module.d.ts +1 -1
  367. package/eui-timepicker/eui-timepicker.module.d.ts.map +1 -1
  368. package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts +1 -10
  369. package/eui-timepicker/models/eui-date-time-picker.config.model.d.ts.map +1 -1
  370. package/eui-tree/eui-dropdown-tree.directive.d.ts.map +1 -1
  371. package/eui-tree/eui-tree-form-control.directive.d.ts.map +1 -1
  372. package/eui-tree/eui-tree.component.d.ts +4 -1
  373. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  374. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  375. package/fesm2022/eui-components-directives.mjs +125 -95
  376. package/fesm2022/eui-components-directives.mjs.map +1 -1
  377. package/fesm2022/eui-components-eui-alert.mjs +8 -7
  378. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  379. package/fesm2022/eui-components-eui-all.mjs +8 -9
  380. package/fesm2022/eui-components-eui-all.mjs.map +1 -1
  381. package/fesm2022/eui-components-eui-autocomplete.mjs +35 -18
  382. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  383. package/fesm2022/eui-components-eui-badge.mjs +7 -7
  384. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  385. package/fesm2022/eui-components-eui-block-content.mjs +8 -8
  386. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  387. package/fesm2022/eui-components-eui-block-document.mjs +7 -7
  388. package/fesm2022/eui-components-eui-button-group.mjs +7 -7
  389. package/fesm2022/eui-components-eui-button.mjs +9 -9
  390. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  391. package/fesm2022/eui-components-eui-buttons.mjs +17 -17
  392. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  393. package/fesm2022/eui-components-eui-card.mjs +46 -46
  394. package/fesm2022/eui-components-eui-chip-list.mjs +15 -15
  395. package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
  396. package/fesm2022/eui-components-eui-chip.mjs +7 -7
  397. package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
  398. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  399. package/fesm2022/eui-components-eui-dashboard-card.mjs +8 -7
  400. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  401. package/fesm2022/eui-components-eui-date-range-selector.mjs +22 -9
  402. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  403. package/fesm2022/eui-components-eui-datepicker.mjs +28 -28
  404. package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
  405. package/fesm2022/eui-components-eui-dialog.mjs +20 -20
  406. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  407. package/fesm2022/eui-components-eui-dimmer.mjs +8 -8
  408. package/fesm2022/eui-components-eui-dimmer.mjs.map +1 -1
  409. package/fesm2022/eui-components-eui-disable-content.mjs +10 -10
  410. package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
  411. package/fesm2022/eui-components-eui-discussion-thread.mjs +11 -11
  412. package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
  413. package/fesm2022/eui-components-eui-dropdown.mjs +26 -24
  414. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  415. package/fesm2022/eui-components-eui-feedback-message.mjs +7 -7
  416. package/fesm2022/eui-components-eui-fieldset.mjs +13 -13
  417. package/fesm2022/eui-components-eui-file-upload.mjs +52 -153
  418. package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
  419. package/fesm2022/eui-components-eui-growl.mjs +9 -86
  420. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  421. package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
  422. package/fesm2022/eui-components-eui-icon.mjs +13 -13
  423. package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
  424. package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
  425. package/fesm2022/eui-components-eui-input-group.mjs +8 -8
  426. package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
  427. package/fesm2022/eui-components-eui-input-number.mjs +11 -11
  428. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  429. package/fesm2022/eui-components-eui-input-radio.mjs +12 -14
  430. package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
  431. package/fesm2022/eui-components-eui-input-text.mjs +8 -8
  432. package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
  433. package/fesm2022/eui-components-eui-label.mjs +7 -7
  434. package/fesm2022/eui-components-eui-label.mjs.map +1 -1
  435. package/fesm2022/eui-components-eui-list.mjs +13 -13
  436. package/fesm2022/eui-components-eui-list.mjs.map +1 -1
  437. package/fesm2022/eui-components-eui-menu.mjs +12 -12
  438. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  439. package/fesm2022/eui-components-eui-message-box.mjs +15 -13
  440. package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
  441. package/fesm2022/eui-components-eui-overlay.mjs +76 -25
  442. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  443. package/fesm2022/eui-components-eui-page.mjs +56 -56
  444. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  445. package/fesm2022/eui-components-eui-paginator.mjs +15 -14
  446. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  447. package/fesm2022/eui-components-eui-picker.mjs +15 -13
  448. package/fesm2022/eui-components-eui-picker.mjs.map +1 -1
  449. package/fesm2022/eui-components-eui-popover.mjs +104 -28
  450. package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
  451. package/fesm2022/eui-components-eui-progress-bar.mjs +7 -7
  452. package/fesm2022/eui-components-eui-progress-circle.mjs +7 -7
  453. package/fesm2022/eui-components-eui-select.mjs +27 -21
  454. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  455. package/fesm2022/eui-components-eui-sidebar-menu.mjs +9 -7
  456. package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
  457. package/fesm2022/eui-components-eui-slide-toggle.mjs +7 -7
  458. package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
  459. package/fesm2022/eui-components-eui-table.mjs +106 -59
  460. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  461. package/fesm2022/eui-components-eui-tabs.mjs +22 -22
  462. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  463. package/fesm2022/eui-components-eui-textarea.mjs +11 -11
  464. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  465. package/fesm2022/eui-components-eui-timebar.mjs +11 -9
  466. package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
  467. package/fesm2022/eui-components-eui-timeline.mjs +10 -10
  468. package/fesm2022/eui-components-eui-timepicker.mjs +13 -12
  469. package/fesm2022/eui-components-eui-timepicker.mjs.map +1 -1
  470. package/fesm2022/eui-components-eui-tree.mjs +42 -24
  471. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  472. package/fesm2022/eui-components-eui-wizard.mjs +25 -23
  473. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  474. package/fesm2022/eui-components-externals-charts.mjs +7 -7
  475. package/fesm2022/eui-components-externals-eui-editor.mjs +27 -27
  476. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  477. package/fesm2022/eui-components-externals-quill.mjs +7 -7
  478. package/fesm2022/eui-components-layout.mjs +579 -263
  479. package/fesm2022/eui-components-layout.mjs.map +1 -1
  480. package/fesm2022/eui-components-pipes.mjs +14 -14
  481. package/fesm2022/eui-components-shared-base.mjs +6 -6
  482. package/fesm2022/eui-components-shared-base.mjs.map +1 -1
  483. package/fesm2022/eui-components-shared.mjs +17 -17
  484. package/fesm2022/eui-components-shared.mjs.map +1 -1
  485. package/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.d.ts +2 -2
  486. package/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.d.ts.map +1 -1
  487. package/layout/eui-app/eui-app-header/header.component.d.ts +3 -3
  488. package/layout/eui-app/eui-app-header/header.component.d.ts.map +1 -1
  489. package/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +2 -2
  490. package/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -1
  491. package/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.d.ts +2 -2
  492. package/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -1
  493. package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts +3 -3
  494. package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts.map +1 -1
  495. package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +3 -3
  496. package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
  497. package/layout/eui-app/eui-app-sidebar/sidebar.component.d.ts +3 -3
  498. package/layout/eui-app/eui-app-sidebar/sidebar.component.d.ts.map +1 -1
  499. package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts +3 -3
  500. package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
  501. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts +3 -3
  502. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
  503. package/layout/eui-app/eui-app.component.d.ts +4 -4
  504. package/layout/eui-app/eui-app.component.d.ts.map +1 -1
  505. package/layout/eui-breadcrumb/breadcrumb.component.d.ts +2 -2
  506. package/layout/eui-breadcrumb/breadcrumb.component.d.ts.map +1 -1
  507. package/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.d.ts.map +1 -1
  508. package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts +1 -1
  509. package/layout/eui-breadcrumb/item/breadcrumb-item.component.d.ts.map +1 -1
  510. package/layout/eui-header/header-app/header-app.component.d.ts +3 -3
  511. package/layout/eui-header/header-app/header-app.component.d.ts.map +1 -1
  512. package/layout/eui-header/header-app-name/header-app-name.component.d.ts +3 -3
  513. package/layout/eui-header/header-app-name/header-app-name.component.d.ts.map +1 -1
  514. package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts +2 -4
  515. package/layout/eui-header/header-app-name-logo/header-app-name-logo.component.d.ts.map +1 -1
  516. package/layout/eui-header/header-app-subtitle/header-app-subtitle.component.d.ts +3 -3
  517. package/layout/eui-header/header-app-subtitle/header-app-subtitle.component.d.ts.map +1 -1
  518. package/layout/eui-header/header-environment/header-environment.component.d.ts +2 -2
  519. package/layout/eui-header/header-environment/header-environment.component.d.ts.map +1 -1
  520. package/layout/eui-header/header-logo/header-logo.component.d.ts +2 -2
  521. package/layout/eui-header/header-logo/header-logo.component.d.ts.map +1 -1
  522. package/layout/eui-language-selector/language-selector.component.d.ts +3 -3
  523. package/layout/eui-language-selector/language-selector.component.d.ts.map +1 -1
  524. package/layout/eui-layout.module.d.ts +10 -9
  525. package/layout/eui-layout.module.d.ts.map +1 -1
  526. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +21 -0
  527. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -0
  528. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +78 -0
  529. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -0
  530. package/layout/eui-notifications-v2/eui-notifications.module.d.ts +16 -0
  531. package/layout/eui-notifications-v2/eui-notifications.module.d.ts.map +1 -0
  532. package/layout/eui-notifications-v2/index.d.ts +4 -0
  533. package/layout/eui-notifications-v2/index.d.ts.map +1 -0
  534. package/layout/eui-sidebar-toggle/sidebar-toggle.component.d.ts +3 -3
  535. package/layout/eui-sidebar-toggle/sidebar-toggle.component.d.ts.map +1 -1
  536. package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +3 -3
  537. package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
  538. package/layout/eui-toolbar/toolbar.component.d.ts +3 -3
  539. package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
  540. package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +3 -3
  541. package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
  542. package/layout/eui-user-profile/user-profile.component.d.ts +8 -5
  543. package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
  544. package/layout/index.d.ts +1 -0
  545. package/layout/index.d.ts.map +1 -1
  546. package/package.json +2 -2
  547. package/shared/base/mixins/index.d.ts.map +1 -1
  548. package/shared/input.directive.d.ts.map +1 -1
  549. package/esm2022/eui-file-upload/uploaded-file/uploaded-file.component.mjs +0 -116
  550. package/esm2022/eui-growl/models/eui-growl-message.model.mjs +0 -2
  551. package/esm2022/eui-growl/services/eui-growl.service.mjs +0 -79
  552. package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts +0 -51
  553. package/eui-file-upload/uploaded-file/uploaded-file.component.d.ts.map +0 -1
  554. package/eui-growl/models/eui-growl-message.model.d.ts +0 -9
  555. package/eui-growl/models/eui-growl-message.model.d.ts.map +0 -1
  556. package/eui-growl/services/eui-growl.service.d.ts +0 -22
  557. package/eui-growl/services/eui-growl.service.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"header-app-name.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-name/header-app-name.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsE,MAAM,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACjI,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;;AAE9C,qBAMa,yBAA0B,YAAW,MAAM;IAQrB,SAAS,EAAE,iBAAiB;IAAE,OAAO,CAAC,KAAK;IAFpD,MAAM,SAAyB;gBAEtB,SAAS,EAAE,iBAAiB,EAAU,KAAK,EAAE,UAAU;IAEtF,QAAQ,IAAI,IAAI;yCAVP,yBAAyB;2CAAzB,yBAAyB;CAgBrC"}
1
+ {"version":3,"file":"header-app-name.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-name/header-app-name.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsE,MAAM,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACjI,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAE/C,qBAMa,yBAA0B,YAAW,MAAM;IAS7B,SAAS,EAAE,kBAAkB;IAChD,OAAO,CAAC,KAAK;IAJK,MAAM,SAAyB;gBAG9B,SAAS,EAAE,kBAAkB,EACxC,KAAK,EAAE,UAAU;IAG7B,QAAQ,IAAI,IAAI;yCAbP,yBAAyB;2CAAzB,yBAAyB;CAmBrC"}
@@ -1,18 +1,16 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { UxAppShellService } from '@eui/core';
3
2
  import { EuiConfig } from '@eui/base';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class EuiHeaderAppNameLogoComponent implements OnInit {
6
- private asService;
7
5
  private config;
8
6
  homeUrl: string;
9
7
  logoFilename: string;
10
8
  private class;
11
9
  private assetsBaseUrl;
12
- constructor(asService: UxAppShellService, config: EuiConfig);
10
+ constructor(config: EuiConfig);
13
11
  ngOnInit(): void;
14
12
  get svgUrl(): string;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppNameLogoComponent, [{ optional: true; }, { optional: true; }]>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppNameLogoComponent, [{ optional: true; }]>;
16
14
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppNameLogoComponent, "eui-header-app-name-logo", never, { "homeUrl": { "alias": "homeUrl"; "required": false; }; "logoFilename": { "alias": "logoFilename"; "required": false; }; }, {}, never, never, false, never>;
17
15
  }
18
16
  //# sourceMappingURL=header-app-name-logo.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"header-app-name-logo.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-name-logo/header-app-name-logo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAIT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAGtC,qBAMa,6BAA8B,YAAW,MAAM;IAOhC,OAAO,CAAC,SAAS;IAA2D,OAAO,CAAC,MAAM;IANzG,OAAO,SAAQ;IACf,YAAY,EAAE,MAAM,CAAC;IAEf,OAAO,CAAC,KAAK,CAA8B;IAC1D,OAAO,CAAC,aAAa,CAAS;gBAEE,SAAS,EAAE,iBAAiB,EAAgD,MAAM,EAAE,SAAS;IAE7H,QAAQ,IAAI,IAAI;IAIhB,IAAI,MAAM,IAAI,MAAM,CAEnB;yCAfQ,6BAA6B;2CAA7B,6BAA6B;CAgBzC"}
1
+ {"version":3,"file":"header-app-name-logo.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-name-logo/header-app-name-logo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAoB,MAAM,eAAe,CAAC;AACpI,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAGtC,qBAMa,6BAA8B,YAAW,MAAM;IAON,OAAO,CAAC,MAAM;IANvD,OAAO,SAAQ;IACf,YAAY,EAAE,MAAM,CAAC;IAEf,OAAO,CAAC,KAAK,CAA8B;IAC1D,OAAO,CAAC,aAAa,CAAS;gBAE4B,MAAM,EAAE,SAAS;IAE3E,QAAQ,IAAI,IAAI;IAIhB,IAAI,MAAM,IAAI,MAAM,CAEnB;yCAfQ,6BAA6B;2CAA7B,6BAA6B;CAgBzC"}
@@ -1,11 +1,11 @@
1
1
  import { OnInit, ElementRef } from '@angular/core';
2
- import { UxAppShellService } from '@eui/core';
2
+ import { EuiAppShellService } from '@eui/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class EuiHeaderAppSubtitleComponent implements OnInit {
5
- asService: UxAppShellService;
5
+ asService: EuiAppShellService;
6
6
  private elRef;
7
7
  string: string;
8
- constructor(asService: UxAppShellService, elRef: ElementRef);
8
+ constructor(asService: EuiAppShellService, elRef: ElementRef);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderAppSubtitleComponent, [{ optional: true; }, null]>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderAppSubtitleComponent, "eui-header-app-subtitle", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"header-app-subtitle.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-subtitle/header-app-subtitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;;AAE9C,qBAKa,6BAA8B,YAAW,MAAM;IAGzB,SAAS,EAAE,iBAAiB;IAAE,OAAO,CAAC,KAAK;IAFpD,MAAM,SAA6B;gBAE1B,SAAS,EAAE,iBAAiB,EAAU,KAAK,EAAE,UAAU;IAEtF,QAAQ,IAAI,IAAI;yCALP,6BAA6B;2CAA7B,6BAA6B;CAWzC"}
1
+ {"version":3,"file":"header-app-subtitle.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-app-subtitle/header-app-subtitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,MAAM,EAAE,UAAU,EAAY,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAE/C,qBAKa,6BAA8B,YAAW,MAAM;IAIjC,SAAS,EAAE,kBAAkB;IAChD,OAAO,CAAC,KAAK;IAJK,MAAM,SAA6B;gBAGlC,SAAS,EAAE,kBAAkB,EACxC,KAAK,EAAE,UAAU;IAG7B,QAAQ,IAAI,IAAI;yCARP,6BAA6B;2CAA7B,6BAA6B;CAczC"}
@@ -1,11 +1,11 @@
1
1
  import { OnInit, ElementRef, OnDestroy } from '@angular/core';
2
- import { UxAppShellService } from '@eui/core';
2
+ import { EuiAppShellService } from '@eui/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class EuiHeaderEnvironmentComponent implements OnInit, OnDestroy {
5
5
  private asService;
6
6
  private elRef;
7
7
  class: string;
8
- constructor(asService: UxAppShellService, elRef: ElementRef);
8
+ constructor(asService: EuiAppShellService, elRef: ElementRef);
9
9
  ngOnInit(): void;
10
10
  ngOnDestroy(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderEnvironmentComponent, [{ optional: true; }, null]>;
@@ -1 +1 @@
1
- {"version":3,"file":"header-environment.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-environment/header-environment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;;AAE9C,qBAMa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAG3C,OAAO,CAAC,SAAS;IAAqB,OAAO,CAAC,KAAK;IAF5D,KAAK,SAA4B;gBAEhB,SAAS,EAAE,iBAAiB,EAAU,KAAK,EAAE,UAAU;IAEvF,QAAQ;IAQR,WAAW,IAAI,IAAI;yCAbV,6BAA6B;2CAA7B,6BAA6B;CAmBzC"}
1
+ {"version":3,"file":"header-environment.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-environment/header-environment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAE/C,qBAMa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAInD,OAAO,CAAC,SAAS;IAC7B,OAAO,CAAC,KAAK;IAJF,KAAK,SAA4B;gBAGxB,SAAS,EAAE,kBAAkB,EACzC,KAAK,EAAE,UAAU;IAG7B,QAAQ,IAAI,IAAI;IAQhB,WAAW,IAAI,IAAI;yCAhBV,6BAA6B;2CAA7B,6BAA6B;CAsBzC"}
@@ -1,5 +1,5 @@
1
1
  import { OnInit, OnDestroy } from '@angular/core';
2
- import { UxAppShellService } from '@eui/core';
2
+ import { EuiAppShellService } from '@eui/core';
3
3
  import { EuiConfig } from '@eui/base';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EuiHeaderLogoComponent implements OnInit, OnDestroy {
@@ -9,7 +9,7 @@ export declare class EuiHeaderLogoComponent implements OnInit, OnDestroy {
9
9
  private class;
10
10
  private logo;
11
11
  private assetsBaseUrl;
12
- constructor(asService: UxAppShellService, config: EuiConfig);
12
+ constructor(asService: EuiAppShellService, config: EuiConfig);
13
13
  ngOnInit(): void;
14
14
  get svgUrl(): string;
15
15
  ngOnDestroy(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"header-logo.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-logo/header-logo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAEN,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAGtC,qBAMa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAMpC,OAAO,CAAC,SAAS;IAA2D,OAAO,CAAC,MAAM;IALzG,OAAO,SAAQ;IACT,OAAO,CAAC,KAAK,CAAqB;IACjD,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,aAAa,CAAS;gBAEE,SAAS,EAAE,iBAAiB,EAAgD,MAAM,EAAE,SAAS;IAE7H,QAAQ,IAAI,IAAI;IAWhB,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,WAAW,IAAI,IAAI;yCAvBV,sBAAsB;2CAAtB,sBAAsB;CA6BlC"}
1
+ {"version":3,"file":"header-logo.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-logo/header-logo.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAEN,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAGtC,qBAMa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAO5C,OAAO,CAAC,SAAS;IACS,OAAO,CAAC,MAAM;IAP/C,OAAO,SAAQ;IACT,OAAO,CAAC,KAAK,CAAqB;IACjD,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,aAAa,CAAS;gBAGN,SAAS,EAAE,kBAAkB,EACH,MAAM,EAAE,SAAS;IAGnE,QAAQ,IAAI,IAAI;IAWhB,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,WAAW,IAAI,IAAI;yCA1BV,sBAAsB;2CAAtB,sBAAsB;CAgClC"}
@@ -2,13 +2,13 @@ import { OnDestroy, OnInit, ChangeDetectorRef, EventEmitter } from '@angular/cor
2
2
  import { TranslateService } from '@ngx-translate/core';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
4
  import { BaseDirective } from '@eui/components/shared';
5
- import { UxAppShellService, EuiLanguage } from '@eui/core';
5
+ import { EuiAppShellService, EuiLanguage } from '@eui/core';
6
6
  import { EuiDialogService } from '@eui/components/eui-dialog';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class EuiLanguageSelectorComponent extends BaseDirective implements OnInit, OnDestroy {
9
9
  private cd;
10
10
  private euiDialogService;
11
- appShellService: UxAppShellService;
11
+ appShellService: EuiAppShellService;
12
12
  private translateService;
13
13
  get cssClasses(): string;
14
14
  tabindex: string;
@@ -19,7 +19,7 @@ export declare class EuiLanguageSelectorComponent extends BaseDirective implemen
19
19
  languageSelectorClick: EventEmitter<null>;
20
20
  private _hasLanguageSelection;
21
21
  private destroy$;
22
- constructor(cd: ChangeDetectorRef, euiDialogService: EuiDialogService, appShellService: UxAppShellService, translateService: TranslateService);
22
+ constructor(cd: ChangeDetectorRef, euiDialogService: EuiDialogService, appShellService: EuiAppShellService, translateService: TranslateService);
23
23
  /**
24
24
  * returns true if there are at least one and max four languages.
25
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"language-selector.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-language-selector/language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,iBAAiB,EAGjB,YAAY,EACf,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAkB,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAmB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;;AAI/E,qBAOa,4BAA6B,SAAQ,aAAc,YAAW,MAAM,EAAE,SAAS;IA2BpF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IACzC,OAAO,CAAC,gBAAgB;IA7B5B,IACI,UAAU,IAAI,MAAM,CAIvB;IAC6B,QAAQ,SAAO;IAE7C,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAE9B,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IAES,qBAAqB,qBAA4B;IAE3D,OAAO,CAAC,qBAAqB,CAAQ;IAErC,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EACjC,gBAAgB,EAAE,gBAAgB;IAK9C;;OAEG;IACH,IAAI,cAAc,IAAI,OAAO,CAE5B;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,QAAQ,IAAI,IAAI;IA0BhB,WAAW,IAAI,IAAI;IAKnB,iBAAiB,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI;IAQ9C;;OAEG;IACH,IAAI,CAAC,UAAU,GAAE,MAAyE,GAAG,IAAI;IAkBjG,OAAO,IAAI,IAAI;IAIf;;;;;OAKG;IACH,SAAS,CAAC,WAAW,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW;yCAvH/C,4BAA4B;2CAA5B,4BAA4B;CA0HxC"}
1
+ {"version":3,"file":"language-selector.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-language-selector/language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,iBAAiB,EAGjB,YAAY,EACf,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAkB,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAmB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;;AAI/E,qBAOa,4BAA6B,SAAQ,aAAc,YAAW,MAAM,EAAE,SAAS;IA2BpF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IAC1C,OAAO,CAAC,gBAAgB;IA7B5B,IACI,UAAU,IAAI,MAAM,CAIvB;IAC6B,QAAQ,SAAO;IAE7C,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAE9B,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IAES,qBAAqB,qBAA4B;IAE3D,OAAO,CAAC,qBAAqB,CAAQ;IAErC,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EAClC,gBAAgB,EAAE,gBAAgB;IAK9C;;OAEG;IACH,IAAI,cAAc,IAAI,OAAO,CAE5B;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,QAAQ,IAAI,IAAI;IA0BhB,WAAW,IAAI,IAAI;IAKnB,iBAAiB,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI;IAQ9C;;OAEG;IACH,IAAI,CAAC,UAAU,GAAE,MAAyE,GAAG,IAAI;IAkBjG,OAAO,IAAI,IAAI;IAIf;;;;;OAKG;IACH,SAAS,CAAC,WAAW,CAAC,YAAY,EAAE,MAAM,GAAG,WAAW;yCAvH/C,4BAA4B;2CAA5B,4BAA4B;CA0HxC"}
@@ -3,17 +3,18 @@ import * as i1 from "@angular/common";
3
3
  import * as i2 from "@angular/router";
4
4
  import * as i3 from "./eui-app/eui-app.module";
5
5
  import * as i4 from "./eui-notifications/eui-notifications.module";
6
- import * as i5 from "./eui-toolbar/toolbar.module";
7
- import * as i6 from "./eui-header/header.module";
8
- import * as i7 from "./eui-footer/footer.module";
9
- import * as i8 from "./eui-breadcrumb/breadcrumb.module";
10
- import * as i9 from "./eui-language-selector/language-selector.module";
11
- import * as i10 from "./eui-search/search.module";
12
- import * as i11 from "./eui-user-profile/user-profile.module";
13
- import * as i12 from "./eui-sidebar-toggle/sidebar-toggle.module";
6
+ import * as i5 from "./eui-notifications-v2/eui-notifications.module";
7
+ import * as i6 from "./eui-toolbar/toolbar.module";
8
+ import * as i7 from "./eui-header/header.module";
9
+ import * as i8 from "./eui-footer/footer.module";
10
+ import * as i9 from "./eui-breadcrumb/breadcrumb.module";
11
+ import * as i10 from "./eui-language-selector/language-selector.module";
12
+ import * as i11 from "./eui-search/search.module";
13
+ import * as i12 from "./eui-user-profile/user-profile.module";
14
+ import * as i13 from "./eui-sidebar-toggle/sidebar-toggle.module";
14
15
  export declare class EuiLayoutModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiLayoutModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiLayoutModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.EuiAppModule, typeof i4.EuiNotificationsModule, typeof i5.EuiToolbarModule, typeof i6.EuiHeaderModule, typeof i7.EuiFooterModule, typeof i8.EuiBreadcrumbModule, typeof i9.EuiLanguageSelectorModule, typeof i10.EuiSearchModule, typeof i11.EuiUserProfileModule, typeof i12.EuiSidebarToggleModule], [typeof i3.EuiAppModule, typeof i4.EuiNotificationsModule, typeof i5.EuiToolbarModule, typeof i6.EuiHeaderModule, typeof i7.EuiFooterModule, typeof i8.EuiBreadcrumbModule, typeof i9.EuiLanguageSelectorModule, typeof i10.EuiSearchModule, typeof i11.EuiUserProfileModule, typeof i12.EuiSidebarToggleModule]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiLayoutModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.EuiAppModule, typeof i4.EuiNotificationsModule, typeof i5.EuiNotificationsV2Module, typeof i6.EuiToolbarModule, typeof i7.EuiHeaderModule, typeof i8.EuiFooterModule, typeof i9.EuiBreadcrumbModule, typeof i10.EuiLanguageSelectorModule, typeof i11.EuiSearchModule, typeof i12.EuiUserProfileModule, typeof i13.EuiSidebarToggleModule], [typeof i3.EuiAppModule, typeof i4.EuiNotificationsModule, typeof i5.EuiNotificationsV2Module, typeof i6.EuiToolbarModule, typeof i7.EuiHeaderModule, typeof i8.EuiFooterModule, typeof i9.EuiBreadcrumbModule, typeof i10.EuiLanguageSelectorModule, typeof i11.EuiSearchModule, typeof i12.EuiUserProfileModule, typeof i13.EuiSidebarToggleModule]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiLayoutModule>;
18
19
  }
19
20
  //# sourceMappingURL=eui-layout.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-layout.module.d.ts","sourceRoot":"","sources":["../../layout/eui-layout.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AA6BA,qBAKa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"eui-layout.module.d.ts","sourceRoot":"","sources":["../../layout/eui-layout.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AA+BA,qBAKa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -0,0 +1,21 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { EventEmitter } from '@angular/core';
3
+ import { UxLinkLegacy } from '@eui/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EuiNotificationItemV2Component {
6
+ string: string;
7
+ itemClick: EventEmitter<UxLinkLegacy>;
8
+ itemMarkAsRead: EventEmitter<UxLinkLegacy>;
9
+ markAsReadLabel: string;
10
+ item: any;
11
+ dateFormat: string;
12
+ tooltipSize: string;
13
+ get isShowMarkAsRead(): boolean;
14
+ set isShowMarkAsRead(value: BooleanInput);
15
+ private _isShowMarkAsRead;
16
+ onItemClick(): void;
17
+ onItemMarkAsRead(event: Event): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemV2Component, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationItemV2Component, "eui-notification-item-v2", never, { "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; }, { "itemClick": "itemClick"; "itemMarkAsRead": "itemMarkAsRead"; }, never, never, false, never>;
20
+ }
21
+ //# sourceMappingURL=eui-notification-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;;AAGzC,qBAIa,8BAA8B;IACjB,MAAM,SAA2B;IAC7C,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IACzE,cAAc,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAC/E,eAAe,EAAE,MAAM,CAAQ;IAC/B,IAAI,EAAE,GAAG,CAAC;IACV,UAAU,SAAgB;IACnC,WAAW,SAAU;IACrB,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAQ;IAEjC,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCArB3B,8BAA8B;2CAA9B,8BAA8B;CA4B1C"}
@@ -0,0 +1,78 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { BooleanInput } from '@angular/cdk/coercion';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EuiNotificationsV2Component implements OnInit, OnChanges {
5
+ refreshClick: EventEmitter<any>;
6
+ notificationsClick: EventEmitter<any>;
7
+ viewAllClick: EventEmitter<any>;
8
+ settingsClick: EventEmitter<any>;
9
+ markAllAsReadClick: EventEmitter<any>;
10
+ noNotificationFoundClick: EventEmitter<any>;
11
+ itemClick: EventEmitter<any>;
12
+ itemMarkAsReadClick: EventEmitter<any>;
13
+ isOverlayActive: boolean;
14
+ currentDayNotifications: any[];
15
+ oldestNotifications: any[];
16
+ unreadNotifications: any[];
17
+ today: Date;
18
+ string: string;
19
+ count: number;
20
+ unreadCount: number;
21
+ unreadSinceLastCheckCount: number;
22
+ items: any[];
23
+ unreadLabel: string;
24
+ totalLabel: string;
25
+ markAsReadLabel: string;
26
+ markAsUnReadLabel: string;
27
+ markAllAsReadLabel: string;
28
+ settingsLabel: string;
29
+ refreshLabel: string;
30
+ viewAllNotificationsLabel: string;
31
+ headerTitleLabel: string;
32
+ headerHideLabel: string;
33
+ headerUnreadSinceLastCheckCountLabel: string;
34
+ headerUnreadCountLabel: string;
35
+ noNotificationFoundLabel: string;
36
+ nbUnreadCount: number;
37
+ dateFormat: string;
38
+ get noNotificationFoundLink(): boolean;
39
+ set noNotificationFoundLink(value: BooleanInput);
40
+ private _noNotificationFoundLink;
41
+ get isShowMarkAsRead(): boolean;
42
+ set isShowMarkAsRead(value: BooleanInput);
43
+ private _isShowMarkAsRead;
44
+ get isShowViewAllAction(): boolean;
45
+ set isShowViewAllAction(value: BooleanInput);
46
+ private _isShowViewAllAction;
47
+ get isHidePanelOnViewAllAction(): boolean;
48
+ set isHidePanelOnViewAllAction(value: BooleanInput);
49
+ private _isHidePanelOnViewAllAction;
50
+ get customUnreadCount(): boolean;
51
+ set customUnreadCount(value: BooleanInput);
52
+ private _customUnreadCount;
53
+ get isShowMarkAllAsReadButton(): boolean;
54
+ set isShowMarkAllAsReadButton(value: BooleanInput);
55
+ private _isShowMarkAllAsReadButton;
56
+ get isShowSettingsButton(): boolean;
57
+ set isShowSettingsButton(value: BooleanInput);
58
+ private _isShowSettingsButton;
59
+ get isShowRefreshButton(): boolean;
60
+ set isShowRefreshButton(value: BooleanInput);
61
+ private _isShowRefreshButton;
62
+ onHide(): void;
63
+ onClicked(event: any): void;
64
+ ngOnChanges(changes: SimpleChanges): void;
65
+ ngOnInit(): void;
66
+ onRefresh(event: Event): void;
67
+ onItemClick(link: any): void;
68
+ onViewAllClick(event: Event): void;
69
+ onNoNotificationFoundClick(): void;
70
+ onItemMarkAsRead(link: any): void;
71
+ onMarkAllAsRead(e: any): void;
72
+ onSettings(e: any): void;
73
+ trackByFn(index: number, item: any): void;
74
+ private _getUnreadCount;
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Component, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsV2Component, "eui-notifications-v2", never, { "count": { "alias": "count"; "required": false; }; "unreadCount": { "alias": "unreadCount"; "required": false; }; "unreadSinceLastCheckCount": { "alias": "unreadSinceLastCheckCount"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "headerHideLabel": { "alias": "headerHideLabel"; "required": false; }; "headerUnreadSinceLastCheckCountLabel": { "alias": "headerUnreadSinceLastCheckCountLabel"; "required": false; }; "headerUnreadCountLabel": { "alias": "headerUnreadCountLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "nbUnreadCount": { "alias": "nbUnreadCount"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "customUnreadCount": { "alias": "customUnreadCount"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "settingsClick": "settingsClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, false, never>;
77
+ }
78
+ //# sourceMappingURL=eui-notifications.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEhB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAE5E,qBAOa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IACvD,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAC1D,kBAAkB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAChE,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAC1D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAC3D,kBAAkB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAChE,wBAAwB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtE,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACvD,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAE3E,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAA0B;IAE7C,KAAK,EAAE,MAAM,CAAQ;IACrB,WAAW,EAAE,MAAM,CAAQ;IAC3B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,KAAK,QAAM;IACX,WAAW,EAAE,MAAM,CAAQ;IAC3B,UAAU,EAAE,MAAM,CAAQ;IAC1B,eAAe,EAAE,MAAM,CAAQ;IAC/B,iBAAiB,EAAE,MAAM,CAAQ;IACjC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,gBAAgB,EAAE,MAAM,CAAQ;IAChC,eAAe,EAAE,MAAM,CAAQ;IAC/B,oCAAoC,EAAE,MAAM,CAAQ;IACpD,sBAAsB,EAAE,MAAM,CAAQ;IACtC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,aAAa,EAAE,MAAM,CAAQ;IAC7B,UAAU,SAAgB;IACnC,IACI,uBAAuB,IAAI,OAAO,CAErC;IACD,IAAI,uBAAuB,CAAC,KAAK,EAAE,YAAY,EAE9C;IACD,OAAO,CAAC,wBAAwB,CAAS;IACzC,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAQ;IACjC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IACpC,IACI,0BAA0B,IAAI,OAAO,CAExC;IACD,IAAI,0BAA0B,CAAC,KAAK,EAAE,YAAY,EAEjD;IACD,OAAO,CAAC,2BAA2B,CAAQ;IAC3C,IACI,iBAAiB,IAAI,OAAO,CAE/B;IACD,IAAI,iBAAiB,CAAC,KAAK,EAAE,YAAY,EAExC;IACD,OAAO,CAAC,kBAAkB,CAAS;IACnC,IACI,yBAAyB,IAAI,OAAO,CAEvC;IACD,IAAI,yBAAyB,CAAC,KAAK,EAAE,YAAY,EAEhD;IACD,OAAO,CAAC,0BAA0B,CAAQ;IAC1C,IACI,oBAAoB,IAAI,OAAO,CAElC;IACD,IAAI,oBAAoB,CAAC,KAAK,EAAE,YAAY,EAE3C;IACD,OAAO,CAAC,qBAAqB,CAAQ;IACrC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IACD,IAAI,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAE1C;IACD,OAAO,CAAC,oBAAoB,CAAQ;IAEpC,MAAM,IAAI,IAAI;IAId,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAM3B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,QAAQ,IAAI,IAAI;IAMhB,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAK5B,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAIjC,eAAe,CAAC,CAAC,KAAA,GAAG,IAAI;IAKxB,UAAU,CAAC,CAAC,KAAA,GAAG,IAAI;IAKnB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAIzC,OAAO,CAAC,eAAe;yCAtKd,2BAA2B;2CAA3B,2BAA2B;CA+KvC"}
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./eui-notifications.component";
3
+ import * as i2 from "./eui-notification-item.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@ngx-translate/core";
6
+ import * as i5 from "@eui/components/eui-overlay";
7
+ import * as i6 from "@eui/components/eui-button";
8
+ import * as i7 from "@eui/components/eui-badge";
9
+ import * as i8 from "@eui/components/eui-icon";
10
+ import * as i9 from "@eui/components/pipes";
11
+ export declare class EuiNotificationsV2Module {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Module, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiNotificationsV2Module, [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component], [typeof i3.CommonModule, typeof i4.TranslateModule, typeof i5.EuiOverlayModule, typeof i6.EuiButtonModule, typeof i7.EuiBadgeModule, typeof i8.EuiIconModule, typeof i9.EuiTruncatePipeModule], [typeof i1.EuiNotificationsV2Component, typeof i2.EuiNotificationItemV2Component]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<EuiNotificationsV2Module>;
15
+ }
16
+ //# sourceMappingURL=eui-notifications.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-notifications.module.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.module.ts"],"names":[],"mappings":";;;;;;;;;;AAaA,qBAKa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -0,0 +1,4 @@
1
+ export * from './eui-notification-item.component';
2
+ export * from './eui-notifications.component';
3
+ export * from './eui-notifications.module';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC"}
@@ -1,10 +1,10 @@
1
- import { UxAppShellService } from '@eui/core';
1
+ import { EuiAppShellService } from '@eui/core';
2
2
  import { BaseDirective } from '@eui/components/shared';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class EuiSidebarToggleComponent extends BaseDirective {
5
- asService: UxAppShellService;
5
+ asService: EuiAppShellService;
6
6
  e2eAttr: string;
7
- constructor(asService: UxAppShellService);
7
+ constructor(asService: EuiAppShellService);
8
8
  get cssClasses(): string;
9
9
  onToggleSidebar(event: Event): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiSidebarToggleComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-toggle.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-sidebar-toggle/sidebar-toggle.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAgB,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAKa,yBAA0B,SAAQ,aAAa;IAErC,SAAS,EAAE,iBAAiB;IADR,OAAO,SAAwB;gBACnD,SAAS,EAAE,iBAAiB;IAI/C,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAX1B,yBAAyB;2CAAzB,yBAAyB;CAerC"}
1
+ {"version":3,"file":"sidebar-toggle.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-sidebar-toggle/sidebar-toggle.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAgB,MAAM,WAAW,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,qBAKa,yBAA0B,SAAQ,aAAa;IAErC,SAAS,EAAE,kBAAkB;IADT,OAAO,SAAwB;gBACnD,SAAS,EAAE,kBAAkB;IAIhD,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAX1B,yBAAyB;2CAAzB,yBAAyB;CAerC"}
@@ -1,16 +1,16 @@
1
1
  import { SimpleChanges, OnInit, OnDestroy, EventEmitter, ChangeDetectorRef, OnChanges } from '@angular/core';
2
- import { UxAppShellService } from '@eui/core';
2
+ import { EuiAppShellService } from '@eui/core';
3
3
  import { EuiMenuItem } from '@eui/components/eui-menu';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EuiToolbarMenuComponent implements OnInit, OnDestroy, OnChanges {
6
- asService: UxAppShellService;
6
+ asService: EuiAppShellService;
7
7
  private cd;
8
8
  class: string;
9
9
  items: any[];
10
10
  menuItemClicked: EventEmitter<EuiMenuItem>;
11
11
  isdropdownOpen: boolean;
12
12
  private subs;
13
- constructor(asService: UxAppShellService, cd: ChangeDetectorRef);
13
+ constructor(asService: EuiAppShellService, cd: ChangeDetectorRef);
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  ngOnChanges(changes: SimpleChanges): void;
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,qBAMa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAUrD,SAAS,EAAE,iBAAiB;IAAE,OAAO,CAAC,EAAE;IAT5C,KAAK,SAAsB;IAEjC,KAAK,EAAE,GAAG,EAAE,CAAC;IACZ,eAAe,4BAAmC;IAE5D,cAAc,UAAS;IAEvB,OAAO,CAAC,IAAI,CAAe;gBAER,SAAS,EAAE,iBAAiB,EAAU,EAAE,EAAE,iBAAiB;IAI9E,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAwCpC,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI;yCAjF/C,uBAAuB;2CAAvB,uBAAuB;CA8InC"}
1
+ {"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,qBAMa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAW7D,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,EAAE;IAXC,KAAK,SAAsB;IAEjC,KAAK,EAAE,GAAG,EAAE,CAAC;IACZ,eAAe,4BAAmC;IAE5D,cAAc,UAAS;IAEvB,OAAO,CAAC,IAAI,CAAe;gBAGhB,SAAS,EAAE,kBAAkB,EAC5B,EAAE,EAAE,iBAAiB;IAKjC,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAwCpC,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI;yCApF/C,uBAAuB;2CAAvB,uBAAuB;CAiJnC"}
@@ -1,11 +1,11 @@
1
1
  import { EuiLanguageSelectorComponent } from '../eui-language-selector/language-selector.component';
2
- import { UxAppShellService } from '@eui/core';
2
+ import { EuiAppShellService } from '@eui/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class EuiToolbarComponent {
5
- asService: UxAppShellService;
5
+ asService: EuiAppShellService;
6
6
  string: string;
7
7
  hasLanguageSelector: EuiLanguageSelectorComponent;
8
- constructor(asService: UxAppShellService);
8
+ constructor(asService: EuiAppShellService);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiToolbarComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiToolbarComponent, "eui-toolbar", never, {}, {}, ["hasLanguageSelector"], ["eui-toolbar-menu", "eui-toolbar-logo", "eui-toolbar-app", "eui-toolbar-environment", "eui-toolbar-center", "eui-toolbar-items", "eui-language-selector"], false, never>;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;;AAE9C,qBAOa,mBAAmB;IAMT,SAAS,EAAE,iBAAiB;IALzB,MAAM,SAAiB;IAG7C,mBAAmB,EAAE,4BAA4B,CAAC;gBAE/B,SAAS,EAAE,iBAAiB;yCANtC,mBAAmB;2CAAnB,mBAAmB;CAO/B"}
1
+ {"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-toolbar/toolbar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;;AAE/C,qBAOa,mBAAmB;IAMT,SAAS,EAAE,kBAAkB;IAL1B,MAAM,SAAiB;IAG7C,mBAAmB,EAAE,4BAA4B,CAAC;gBAE/B,SAAS,EAAE,kBAAkB;yCANvC,mBAAmB;2CAAnB,mBAAmB;CAO/B"}
@@ -1,10 +1,10 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
- import { UserService, UserState, UxAppShellService } from '@eui/core';
3
+ import { UserService, UserState, EuiAppShellService } from '@eui/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EuiUserProfileCardComponent implements OnInit {
6
6
  private userService;
7
- asService: UxAppShellService;
7
+ asService: EuiAppShellService;
8
8
  get cssClasses(): string;
9
9
  avatarInitials: string;
10
10
  userState: UserState;
@@ -16,7 +16,7 @@ export declare class EuiUserProfileCardComponent implements OnInit {
16
16
  set isShowAvatarInitials(value: BooleanInput);
17
17
  showProfileInfo: EventEmitter<any>;
18
18
  private _isShowAvatarInitials;
19
- constructor(userService: UserService, asService: UxAppShellService);
19
+ constructor(userService: UserService, asService: EuiAppShellService);
20
20
  ngOnInit(): void;
21
21
  onShowInfoClick(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileCardComponent, never>;
@@ -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,iBAAiB,EAAE,MAAM,WAAW,CAAC;;AAGtE,qBAMa,2BAA4B,YAAW,MAAM;IAuB1C,OAAO,CAAC,WAAW;IAAsB,SAAS,EAAE,iBAAiB;IAtBjF,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;gBAElB,WAAW,EAAE,WAAW,EAAS,SAAS,EAAE,iBAAiB;IAEjF,QAAQ,IAAI,IAAI;IAchB,eAAe,IAAI,IAAI;yCAvCd,2BAA2B;2CAA3B,2BAA2B;CA0CvC"}
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,9 +1,9 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
- import { UxAppShellService, UserService } from '@eui/core';
3
+ import { EuiAppShellService, UserService } from '@eui/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EuiUserProfileComponent implements OnInit {
6
- asService: UxAppShellService;
6
+ asService: EuiAppShellService;
7
7
  private userService;
8
8
  _euiUserProfileSizeS: boolean;
9
9
  isOnline: boolean;
@@ -20,14 +20,17 @@ export declare class EuiUserProfileComponent implements OnInit {
20
20
  set euiUserProfileSizeS(value: BooleanInput);
21
21
  get isShowAvatarInitials(): boolean;
22
22
  set isShowAvatarInitials(value: BooleanInput);
23
+ get hasTabNavigation(): boolean;
24
+ set hasTabNavigation(value: BooleanInput);
25
+ private _hasTabNavigation;
23
26
  private _hasWelcomeLabel;
24
27
  private _isShowUserInfos;
25
28
  private _isShowAvatarInitials;
26
- constructor(asService: UxAppShellService, userService: UserService);
27
- get cssClasses(): any;
29
+ constructor(asService: EuiAppShellService, userService: UserService);
30
+ get cssClasses(): string;
28
31
  getCssClasses(): string;
29
32
  ngOnInit(): void;
30
33
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiUserProfileComponent, never>;
31
- 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; }; }, {}, never, ["*"], false, never>;
34
+ 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>;
32
35
  }
33
36
  //# sourceMappingURL=user-profile.component.d.ts.map
@@ -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,iBAAiB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;;AAG3D,qBAOa,uBAAwB,YAAW,MAAM;IA0C/B,SAAS,EAAE,iBAAiB;IAAE,OAAO,CAAC,WAAW;IAzCpE,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;IACD,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,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,qBAAqB,CAAS;gBAEnB,SAAS,EAAE,iBAAiB,EAAU,WAAW,EAAE,WAAW;IAEjF,IACW,UAAU,IAAI,GAAG,CAE3B;IAED,aAAa,IAAI,MAAM;IAIvB,QAAQ,IAAI,IAAI;yCArDP,uBAAuB;2CAAvB,uBAAuB;CAmEnC"}
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"}
package/layout/index.d.ts CHANGED
@@ -9,4 +9,5 @@ export * from './eui-sidebar-toggle';
9
9
  export * from './eui-toolbar';
10
10
  export * from './eui-user-profile';
11
11
  export * from './eui-layout.module';
12
+ export * from './eui-notifications-v2';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/components",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.6",
4
4
  "tag": "next",
5
5
  "description": "eUI components package - next components prior to version 9",
6
6
  "homepage": "https://eui.ecdevops.eu",
@@ -10,7 +10,7 @@
10
10
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
11
11
  },
12
12
  "engines": {
13
- "node": "^18.13.0",
13
+ "node": "^18.13.0 || >=20.0.0",
14
14
  "yarn": ">=1.22.4 <2",
15
15
  "npm": "Please use yarn instead of NPM to install dependencies"
16
16
  },
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/base/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AAEvB,wBAAgB,WAAW,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,EAAE,QAUhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/base/mixins/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AAEvB,wBAAgB,WAAW,CAAC,WAAW,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI,CAUvE"}
@@ -1 +1 @@
1
- {"version":3,"file":"input.directive.d.ts","sourceRoot":"","sources":["../../shared/input.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,QAAQ,EAAS,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACpI,OAAO,EAA0E,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnH,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAoC,MAAM,6BAA6B,CAAC;;AAE/G,QAAA,MAAM,sBAAsB,EAAE,eAAe,GAAG,aAAkD,CAAC;AAEnG,qBAIa,cAAe,SAAQ,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAkDvE,SAAS,CAAC,WAAW,EAAE,UAAU;IAAE,SAAS,CAAC,SAAS,EAAE,SAAS;IAAE,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAjDlG,UAAU,EAAE,MAAM,CAAC;IAE5B,IAEW,QAAQ,IAAI,OAAO,CAE7B;IACD,IAAW,QAAQ,CAAC,KAAK,EAAE,YAAY,EAKtC;IAED,IAEW,QAAQ,IAAI,GAAG,CAEzB;IACD,IAAW,QAAQ,CAAC,KAAK,EAAE,YAAY,EAEtC;IAED,IAEW,WAAW,IAAI,MAAM,GAAG,IAAI,CAEtC;IACD,IAAW,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAEnD;IAED,IAEW,EAAE,IAAI,MAAM,CAEtB;IACD,IAAW,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAEjC;IAED,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,YAAY,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,eAAe,EAAE,YAAY,CAAC;IACxC,SAAS,CAAC,GAAG,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IAC9C,SAAS,CAAC,OAAO,EAAE,SAAS,CAAC;gBAEP,WAAW,EAAE,UAAU,EAAY,SAAS,EAAE,SAAS,EAAY,QAAQ,EAAE,QAAQ;IAK3G,QAAQ,IAAI,IAAI;IAoBhB,WAAW,IAAI,IAAI;IAMnB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAIxC,SAAS,CAAC,uBAAuB,IAAI,MAAM,GAAG,SAAS;IAgBvD,SAAS,CAAC,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAS7D,SAAS,CAAC,cAAc,CAAC,KAAK,GAAE,MAAM,GAAG,IAAW,GAAG,IAAI;yCA9GlD,cAAc;2CAAd,cAAc;CAiH1B"}
1
+ {"version":3,"file":"input.directive.d.ts","sourceRoot":"","sources":["../../shared/input.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,QAAQ,EAAS,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACpI,OAAO,EAA0E,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnH,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,aAAa,EAAoC,MAAM,6BAA6B,CAAC;;AAE/G,QAAA,MAAM,sBAAsB,EAAE,eAAe,GAAG,aAAkD,CAAC;AAEnG,qBAIa,cAAe,SAAQ,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAmD/E,SAAS,CAAC,WAAW,EAAE,UAAU;IACjC,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,SAAS,CAAC,QAAQ,EAAE,QAAQ;IApDvB,UAAU,EAAE,MAAM,CAAC;IAE5B,IAEW,QAAQ,IAAI,OAAO,CAE7B;IACD,IAAW,QAAQ,CAAC,KAAK,EAAE,YAAY,EAKtC;IAED,IAEW,QAAQ,IAAI,GAAG,CAEzB;IACD,IAAW,QAAQ,CAAC,KAAK,EAAE,YAAY,EAEtC;IAED,IAEW,WAAW,IAAI,MAAM,GAAG,IAAI,CAEtC;IACD,IAAW,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,EAEnD;IAED,IAEW,EAAE,IAAI,MAAM,CAEtB;IACD,IAAW,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAEjC;IAED,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,YAAY,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,eAAe,EAAE,YAAY,CAAC;IACxC,SAAS,CAAC,GAAG,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IAC9C,SAAS,CAAC,OAAO,EAAE,SAAS,CAAC;gBAGf,WAAW,EAAE,UAAU,EACvB,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,QAAQ;IAMhC,QAAQ,IAAI,IAAI;IAoBhB,WAAW,IAAI,IAAI;IAMnB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAIxC,SAAS,CAAC,uBAAuB,IAAI,MAAM,GAAG,SAAS;IAgBvD,SAAS,CAAC,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAS7D,SAAS,CAAC,cAAc,CAAC,KAAK,GAAE,MAAM,GAAG,IAAW,GAAG,IAAI;yCAlHlD,cAAc;2CAAd,cAAc;CAqH1B"}