@eui/ecl 19.3.1-snapshot-1750955330873 → 19.3.2-snapshot-1752135067705

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 (382) hide show
  1. package/components/ecl-app/ecl-app.component.d.ts +10 -0
  2. package/components/ecl-app/ecl-app.component.d.ts.map +1 -1
  3. package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts +6 -0
  4. package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts.map +1 -1
  5. package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts +39 -0
  6. package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts.map +1 -1
  7. package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts +42 -0
  8. package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts.map +1 -1
  9. package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts +3 -0
  10. package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts.map +1 -1
  11. package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts +3 -0
  12. package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts.map +1 -1
  13. package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts +3 -0
  14. package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts.map +1 -1
  15. package/components/ecl-media-container/ecl-media-container-item.directive.d.ts +3 -0
  16. package/components/ecl-media-container/ecl-media-container-item.directive.d.ts.map +1 -1
  17. package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts +3 -0
  18. package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts.map +1 -1
  19. package/components/ecl-media-container/ecl-media-container.component.d.ts +15 -0
  20. package/components/ecl-media-container/ecl-media-container.component.d.ts.map +1 -1
  21. package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts +68 -0
  22. package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts.map +1 -1
  23. package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts +69 -5
  24. package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts.map +1 -1
  25. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts +32 -0
  26. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +1 -1
  27. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts +13 -0
  28. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts.map +1 -1
  29. package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts +97 -0
  30. package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts.map +1 -1
  31. package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts +74 -0
  32. package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts.map +1 -1
  33. package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts +10 -0
  34. package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts.map +1 -1
  35. package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts +42 -0
  36. package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts.map +1 -1
  37. package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts +28 -0
  38. package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts.map +1 -1
  39. package/components/ecl-multiselect/ecl-multiselect.component.d.ts +45 -0
  40. package/components/ecl-multiselect/ecl-multiselect.component.d.ts.map +1 -1
  41. package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts +9 -0
  42. package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts.map +1 -1
  43. package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts +6 -0
  44. package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts.map +1 -1
  45. package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts +13 -0
  46. package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts.map +1 -1
  47. package/components/ecl-page-header/ecl-page-header-background.directive.d.ts +16 -0
  48. package/components/ecl-page-header/ecl-page-header-background.directive.d.ts.map +1 -1
  49. package/components/ecl-page-header/ecl-page-header-description.directive.d.ts +33 -1
  50. package/components/ecl-page-header/ecl-page-header-description.directive.d.ts.map +1 -1
  51. package/components/ecl-page-header/ecl-page-header-info.directive.d.ts +8 -0
  52. package/components/ecl-page-header/ecl-page-header-info.directive.d.ts.map +1 -1
  53. package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts +16 -0
  54. package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts.map +1 -1
  55. package/components/ecl-page-header/ecl-page-header-title.directive.d.ts +14 -0
  56. package/components/ecl-page-header/ecl-page-header-title.directive.d.ts.map +1 -1
  57. package/components/ecl-page-header/ecl-page-header.component.d.ts +21 -0
  58. package/components/ecl-page-header/ecl-page-header.component.d.ts.map +1 -1
  59. package/components/ecl-pagination/ecl-pagination-item.component.d.ts +63 -0
  60. package/components/ecl-pagination/ecl-pagination-item.component.d.ts.map +1 -1
  61. package/components/ecl-pagination/ecl-pagination-list.directive.d.ts +7 -0
  62. package/components/ecl-pagination/ecl-pagination-list.directive.d.ts.map +1 -1
  63. package/components/ecl-pagination/ecl-pagination.component.d.ts +65 -0
  64. package/components/ecl-pagination/ecl-pagination.component.d.ts.map +1 -1
  65. package/components/ecl-pagination/events/ecl-pagination.event.d.ts +22 -1
  66. package/components/ecl-pagination/events/ecl-pagination.event.d.ts.map +1 -1
  67. package/components/ecl-radio/ecl-radio-help.component.d.ts +13 -0
  68. package/components/ecl-radio/ecl-radio-help.component.d.ts.map +1 -1
  69. package/components/ecl-radio/ecl-radio-input.directive.d.ts +30 -1
  70. package/components/ecl-radio/ecl-radio-input.directive.d.ts.map +1 -1
  71. package/components/ecl-radio/ecl-radio-label.component.d.ts +16 -0
  72. package/components/ecl-radio/ecl-radio-label.component.d.ts.map +1 -1
  73. package/components/ecl-radio/ecl-radio.directive.d.ts +31 -0
  74. package/components/ecl-radio/ecl-radio.directive.d.ts.map +1 -1
  75. package/components/ecl-range/ecl-range-bubble.component.d.ts +22 -0
  76. package/components/ecl-range/ecl-range-bubble.component.d.ts.map +1 -1
  77. package/components/ecl-range/ecl-range-value.component.d.ts +14 -0
  78. package/components/ecl-range/ecl-range-value.component.d.ts.map +1 -1
  79. package/components/ecl-range/ecl-range.directive.d.ts +42 -0
  80. package/components/ecl-range/ecl-range.directive.d.ts.map +1 -1
  81. package/components/ecl-range/events/ecl-range.event.d.ts +7 -0
  82. package/components/ecl-range/events/ecl-range.event.d.ts.map +1 -1
  83. package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts +16 -0
  84. package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts.map +1 -1
  85. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts +10 -0
  86. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts.map +1 -1
  87. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts +3 -0
  88. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts.map +1 -1
  89. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts +12 -0
  90. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts.map +1 -1
  91. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts +15 -0
  92. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts.map +1 -1
  93. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts +9 -0
  94. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts.map +1 -1
  95. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts +6 -0
  96. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts.map +1 -1
  97. package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts +16 -0
  98. package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts.map +1 -1
  99. package/components/ecl-site-footer/ecl-site-footer.component.d.ts +14 -0
  100. package/components/ecl-site-footer/ecl-site-footer.component.d.ts.map +1 -1
  101. package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts +3 -0
  102. package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts.map +1 -1
  103. package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts +3 -0
  104. package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts.map +1 -1
  105. package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts +4 -0
  106. package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts.map +1 -1
  107. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts +17 -4
  108. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts.map +1 -1
  109. package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts +4 -0
  110. package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts.map +1 -1
  111. package/components/ecl-site-header/ecl-site-header.component.d.ts +32 -0
  112. package/components/ecl-site-header/ecl-site-header.component.d.ts.map +1 -1
  113. package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts +50 -0
  114. package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts.map +1 -1
  115. package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts +54 -0
  116. package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts.map +1 -1
  117. package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts +7 -0
  118. package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts.map +1 -1
  119. package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts +19 -0
  120. package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts.map +1 -1
  121. package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts +4 -0
  122. package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts.map +1 -1
  123. package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts +9 -0
  124. package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts.map +1 -1
  125. package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts +17 -0
  126. package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts.map +1 -1
  127. package/components/ecl-site-header/services/ecl-area-data.service.d.ts +8 -0
  128. package/components/ecl-site-header/services/ecl-area-data.service.d.ts.map +1 -1
  129. package/components/ecl-tabs/ecl-tab-label.component.d.ts +7 -0
  130. package/components/ecl-tabs/ecl-tab-label.component.d.ts.map +1 -1
  131. package/components/ecl-tabs/ecl-tab-more.component.d.ts +11 -1
  132. package/components/ecl-tabs/ecl-tab-more.component.d.ts.map +1 -1
  133. package/components/ecl-tabs/ecl-tab.component.d.ts +65 -0
  134. package/components/ecl-tabs/ecl-tab.component.d.ts.map +1 -1
  135. package/components/ecl-tabs/ecl-tabs.component.d.ts +116 -0
  136. package/components/ecl-tabs/ecl-tabs.component.d.ts.map +1 -1
  137. package/components/ecl-tabs/events/ecl-tab-select.event.d.ts +8 -0
  138. package/components/ecl-tabs/events/ecl-tab-select.event.d.ts.map +1 -1
  139. package/docs/classes/EclAppLanguageDismissEvent.html +7 -0
  140. package/docs/classes/EclBreadcrumbSegmentClickEvent.html +7 -0
  141. package/docs/classes/EclPaginationEvent.html +22 -0
  142. package/docs/classes/EclPaginationItemClickEvent.html +7 -0
  143. package/docs/classes/EclRangeEvent.html +10 -0
  144. package/docs/classes/EclTabSelectEvent.html +10 -0
  145. package/docs/components/EclAccordionComponent.html +1 -1
  146. package/docs/components/EclAccordionItemComponent.html +1 -1
  147. package/docs/components/EclAppComponent.html +15 -1
  148. package/docs/components/EclBannerComponent.html +1 -1
  149. package/docs/components/EclBlockquoteComponent.html +1 -1
  150. package/docs/components/EclBreadcrumbComponent.html +112 -1
  151. package/docs/components/EclBreadcrumbSegmentComponent.html +99 -1
  152. package/docs/components/EclButtonComponent.html +1 -1
  153. package/docs/components/EclCardBodyComponent.html +1 -1
  154. package/docs/components/EclCardComponent.html +1 -1
  155. package/docs/components/EclCarouselComponent.html +1 -1
  156. package/docs/components/EclCarouselItemComponent.html +1 -1
  157. package/docs/components/EclCategoryFilterComponent.html +1 -1
  158. package/docs/components/EclCategoryFilterItemComponent.html +1 -1
  159. package/docs/components/EclCategoryFilterListComponent.html +1 -1
  160. package/docs/components/EclCheckboxHelpComponent.html +1 -1
  161. package/docs/components/EclCheckboxLabelComponent.html +1 -1
  162. package/docs/components/EclContentBlockComponent.html +1 -1
  163. package/docs/components/EclContentItemComponent.html +1 -1
  164. package/docs/components/EclDateBlockComponent.html +1 -1
  165. package/docs/components/EclDescriptionListDefinitionComponent.html +1 -1
  166. package/docs/components/EclExpandableComponent.html +1 -1
  167. package/docs/components/EclFactFiguresComponent.html +1 -1
  168. package/docs/components/EclFactFiguresDescriptionComponent.html +1 -1
  169. package/docs/components/EclFactFiguresItemComponent.html +1 -1
  170. package/docs/components/EclFactFiguresTitleComponent.html +1 -1
  171. package/docs/components/EclFactFiguresValueComponent.html +1 -1
  172. package/docs/components/EclFactFiguresViewAllComponent.html +1 -1
  173. package/docs/components/EclFeaturedComponent.html +1 -1
  174. package/docs/components/EclFeaturedItemComponent.html +1 -1
  175. package/docs/components/EclFeaturedItemDescriptionComponent.html +1 -1
  176. package/docs/components/EclFeaturedItemFooterComponent.html +1 -1
  177. package/docs/components/EclFileComponent.html +1 -1
  178. package/docs/components/EclFileItemComponent.html +1 -1
  179. package/docs/components/EclFileItemsComponent.html +1 -1
  180. package/docs/components/EclFileTaxonomyComponent.html +1 -1
  181. package/docs/components/EclFormGroupComponent.html +1 -1
  182. package/docs/components/EclFormLabelComponent.html +1 -1
  183. package/docs/components/EclGalleryComponent.html +1 -1
  184. package/docs/components/EclGalleryFooterComponent.html +1 -1
  185. package/docs/components/EclGalleryItemComponent.html +1 -1
  186. package/docs/components/EclIconComponent.html +1 -1
  187. package/docs/components/EclInpageNavigationComponent.html +1 -1
  188. package/docs/components/EclInpageNavigationItemComponent.html +1 -1
  189. package/docs/components/EclListIllustrationComponent.html +1 -1
  190. package/docs/components/EclListIllustrationItemComponent.html +1 -1
  191. package/docs/components/EclLoadingIndicatorComponent.html +1 -1
  192. package/docs/components/EclMediaContainerComponent.html +35 -1
  193. package/docs/components/EclMegaMenuComponent.html +1 -1
  194. package/docs/components/EclMegaMenuFeaturedComponent.html +1 -1
  195. package/docs/components/EclMegaMenuInfoComponent.html +1 -1
  196. package/docs/components/EclMegaMenuItemComponent.html +1 -1
  197. package/docs/components/EclMegaMenuSubitemComponent.html +1 -1
  198. package/docs/components/EclMenuComponent.html +121 -49
  199. package/docs/components/EclMenuItemComponent.html +95 -1
  200. package/docs/components/EclMenuMegaComponent.html +27 -1
  201. package/docs/components/EclMenuMegaItemComponent.html +63 -1
  202. package/docs/components/EclModalBodyComponent.html +1 -1
  203. package/docs/components/EclModalComponent.html +1 -1
  204. package/docs/components/EclModalFooterComponent.html +1 -1
  205. package/docs/components/EclModalHeaderComponent.html +1 -1
  206. package/docs/components/EclMultiselectComponent.html +118 -1
  207. package/docs/components/EclMultiselectDropdownComponent.html +205 -1
  208. package/docs/components/EclMultiselectInputComponent.html +172 -1
  209. package/docs/components/EclMultiselectOptgroupComponent.html +32 -1
  210. package/docs/components/EclMultiselectOptionComponent.html +83 -1
  211. package/docs/components/EclNavigationListComponent.html +27 -1
  212. package/docs/components/EclNavigationListItemComponent.html +26 -1
  213. package/docs/components/EclNewsTickerComponent.html +1 -1
  214. package/docs/components/EclNewsTickerItemComponent.html +1 -1
  215. package/docs/components/EclNotificationComponent.html +1 -1
  216. package/docs/components/EclPageHeaderComponent.html +52 -1
  217. package/docs/components/EclPaginationComponent.html +110 -1
  218. package/docs/components/EclPaginationItemComponent.html +112 -1
  219. package/docs/components/EclPopoverComponent.html +1 -1
  220. package/docs/components/EclRadioHelpComponent.html +35 -1
  221. package/docs/components/EclRadioLabelComponent.html +41 -1
  222. package/docs/components/EclRangeBubbleComponent.html +57 -1
  223. package/docs/components/EclRangeValueComponent.html +40 -1
  224. package/docs/components/EclRatingFieldComponent.html +1 -1
  225. package/docs/components/EclSearchFormComponent.html +1 -1
  226. package/docs/components/EclSelectContainerComponent.html +1 -1
  227. package/docs/components/EclSiteFooterComponent.html +34 -1
  228. package/docs/components/EclSiteFooterFixedContentECComponent.html +33 -1
  229. package/docs/components/EclSiteFooterFixedContentEUComponent.html +33 -1
  230. package/docs/components/EclSiteHeaderActionComponent.html +8 -1
  231. package/docs/components/EclSiteHeaderBannerTopComponent.html +8 -1
  232. package/docs/components/EclSiteHeaderComponent.html +59 -2
  233. package/docs/components/EclSiteHeaderCustomActionComponent.html +35 -55
  234. package/docs/components/EclSiteHeaderEnvironmentComponent.html +9 -1
  235. package/docs/components/EclSiteHeaderLanguageComponent.html +95 -1
  236. package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +105 -1
  237. package/docs/components/EclSiteHeaderLoginComponent.html +34 -1
  238. package/docs/components/EclSiteHeaderNotificationComponent.html +9 -1
  239. package/docs/components/EclSiteHeaderSearchComponent.html +37 -1
  240. package/docs/components/EclSocialMediaFollowComponent.html +1 -1
  241. package/docs/components/EclSocialMediaFollowItemComponent.html +1 -1
  242. package/docs/components/EclSocialMediaShareComponent.html +1 -1
  243. package/docs/components/EclSocialMediaShareItemComponent.html +1 -1
  244. package/docs/components/EclSplashPageComponent.html +1 -1
  245. package/docs/components/EclSplashPageLanguageCategoryComponent.html +1 -1
  246. package/docs/components/EclSplashPageLanguageContainerComponent.html +1 -1
  247. package/docs/components/EclSplashPageLanguageLinkComponent.html +1 -1
  248. package/docs/components/EclStickyContainerComponent.html +1 -1
  249. package/docs/components/EclTabComponent.html +123 -1
  250. package/docs/components/EclTabLabelComponent.html +11 -1
  251. package/docs/components/EclTabMoreComponent.html +36 -2
  252. package/docs/components/EclTableSortButtonComponent.html +1 -1
  253. package/docs/components/EclTabsComponent.html +200 -1
  254. package/docs/components/EclTagComponent.html +1 -1
  255. package/docs/components/EclTimelineComponent.html +1 -1
  256. package/docs/components/EclTimelineItemComponent.html +1 -1
  257. package/docs/components/EclTimelineItemTogglerComponent.html +1 -1
  258. package/docs/dependencies.html +2 -2
  259. package/docs/directives/EclBreadcrumbContainerDirective.html +19 -0
  260. package/docs/directives/EclMediaContainerIframeDirective.html +7 -0
  261. package/docs/directives/EclMediaContainerItemAudioDescriptionDirective.html +7 -0
  262. package/docs/directives/EclMediaContainerItemDirective.html +7 -0
  263. package/docs/directives/EclMediaContainerPictureDirective.html +7 -0
  264. package/docs/directives/EclMultiselectOptionDirective.html +85 -0
  265. package/docs/directives/EclNavigationListImageDirective.html +7 -0
  266. package/docs/directives/EclNavigationListPictureDirective.html +7 -0
  267. package/docs/directives/EclPageHeaderBackgroundImageDirective.html +19 -0
  268. package/docs/directives/EclPageHeaderBackgroundPictureDirective.html +19 -0
  269. package/docs/directives/EclPageHeaderDescriptionContainerDirective.html +19 -0
  270. package/docs/directives/EclPageHeaderDescriptionDirective.html +19 -0
  271. package/docs/directives/EclPageHeaderDescriptionPictureDirective.html +19 -0
  272. package/docs/directives/EclPageHeaderDescriptionThumbnailDirective.html +20 -1
  273. package/docs/directives/EclPageHeaderInfoDirective.html +19 -0
  274. package/docs/directives/EclPageHeaderMetaDirective.html +19 -0
  275. package/docs/directives/EclPageHeaderMetaItemDirective.html +19 -0
  276. package/docs/directives/EclPageHeaderTitleDirective.html +34 -0
  277. package/docs/directives/EclPaginationListDirective.html +20 -0
  278. package/docs/directives/EclRadioDirective.html +60 -0
  279. package/docs/directives/EclRadioInputDirective.html +36 -0
  280. package/docs/directives/EclRangeDirective.html +92 -0
  281. package/docs/directives/EclSiteFooterColumnDirective.html +7 -0
  282. package/docs/directives/EclSiteFooterContentDirective.html +21 -6
  283. package/docs/directives/EclSiteFooterDescriptionDirective.html +7 -0
  284. package/docs/directives/EclSiteFooterLinkDirective.html +7 -0
  285. package/docs/directives/EclSiteFooterListDirective.html +7 -0
  286. package/docs/directives/EclSiteFooterListItemDirective.html +7 -0
  287. package/docs/directives/EclSiteFooterLogoDirective.html +9 -1
  288. package/docs/directives/EclSiteFooterLogoImageDirective.html +7 -0
  289. package/docs/directives/EclSiteFooterLogoItemDirective.html +9 -1
  290. package/docs/directives/EclSiteFooterLogoLinkDirective.html +7 -0
  291. package/docs/directives/EclSiteFooterLogoListDirective.html +9 -1
  292. package/docs/directives/EclSiteFooterPictureDirective.html +7 -0
  293. package/docs/directives/EclSiteFooterRowDirective.html +7 -0
  294. package/docs/directives/EclSiteFooterSectionDirective.html +14 -1
  295. package/docs/directives/EclSiteFooterTitleDirective.html +7 -0
  296. package/docs/directives/EclSiteFooterTitleLinkDirective.html +7 -0
  297. package/docs/directives/EclSiteHeaderCtaDirective.html +8 -0
  298. package/docs/directives/EclSiteHeaderImageDirective.html +7 -0
  299. package/docs/directives/EclSiteHeaderLinkDirective.html +7 -0
  300. package/docs/directives/EclSiteHeaderLoginDescriptionDirective.html +7 -0
  301. package/docs/directives/EclSiteHeaderLoginSeparatorDirective.html +8 -0
  302. package/docs/directives/EclSiteHeaderPictureDirective.html +7 -0
  303. package/docs/injectables/EclAreaDataService.html +10 -0
  304. package/docs/js/menu-wc.js +4 -4
  305. package/docs/js/menu-wc_es5.js +1 -1
  306. package/docs/js/search/search_index.js +2 -2
  307. package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
  308. package/fesm2022/eui-ecl-components-ecl-app.mjs +11 -0
  309. package/fesm2022/eui-ecl-components-ecl-app.mjs.map +1 -1
  310. package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
  311. package/fesm2022/eui-ecl-components-ecl-blockquote.mjs.map +1 -1
  312. package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs +82 -2
  313. package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs.map +1 -1
  314. package/fesm2022/eui-ecl-components-ecl-button.mjs.map +1 -1
  315. package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
  316. package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
  317. package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
  318. package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
  319. package/fesm2022/eui-ecl-components-ecl-content-block.mjs.map +1 -1
  320. package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
  321. package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
  322. package/fesm2022/eui-ecl-components-ecl-date-picker.mjs.map +1 -1
  323. package/fesm2022/eui-ecl-components-ecl-expandable.mjs.map +1 -1
  324. package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
  325. package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
  326. package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs.map +1 -1
  327. package/fesm2022/eui-ecl-components-ecl-file-upload.mjs.map +1 -1
  328. package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
  329. package/fesm2022/eui-ecl-components-ecl-form-group.mjs.map +1 -1
  330. package/fesm2022/eui-ecl-components-ecl-form-label.mjs.map +1 -1
  331. package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
  332. package/fesm2022/eui-ecl-components-ecl-help-block.mjs.map +1 -1
  333. package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
  334. package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
  335. package/fesm2022/eui-ecl-components-ecl-label.mjs.map +1 -1
  336. package/fesm2022/eui-ecl-components-ecl-link.mjs.map +1 -1
  337. package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
  338. package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
  339. package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
  340. package/fesm2022/eui-ecl-components-ecl-media-container.mjs +29 -0
  341. package/fesm2022/eui-ecl-components-ecl-media-container.mjs.map +1 -1
  342. package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
  343. package/fesm2022/eui-ecl-components-ecl-menu.mjs +152 -18
  344. package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
  345. package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
  346. package/fesm2022/eui-ecl-components-ecl-multiselect.mjs +270 -1
  347. package/fesm2022/eui-ecl-components-ecl-multiselect.mjs.map +1 -1
  348. package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs +27 -0
  349. package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs.map +1 -1
  350. package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
  351. package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
  352. package/fesm2022/eui-ecl-components-ecl-page-header.mjs +107 -3
  353. package/fesm2022/eui-ecl-components-ecl-page-header.mjs.map +1 -1
  354. package/fesm2022/eui-ecl-components-ecl-pagination.mjs +127 -1
  355. package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
  356. package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
  357. package/fesm2022/eui-ecl-components-ecl-radio.mjs +71 -1
  358. package/fesm2022/eui-ecl-components-ecl-radio.mjs.map +1 -1
  359. package/fesm2022/eui-ecl-components-ecl-range.mjs +68 -1
  360. package/fesm2022/eui-ecl-components-ecl-range.mjs.map +1 -1
  361. package/fesm2022/eui-ecl-components-ecl-rating-field.mjs.map +1 -1
  362. package/fesm2022/eui-ecl-components-ecl-search-form.mjs.map +1 -1
  363. package/fesm2022/eui-ecl-components-ecl-select.mjs.map +1 -1
  364. package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +1 -1
  365. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +85 -2
  366. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
  367. package/fesm2022/eui-ecl-components-ecl-site-header.mjs +182 -10
  368. package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
  369. package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
  370. package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs.map +1 -1
  371. package/fesm2022/eui-ecl-components-ecl-splash-page.mjs.map +1 -1
  372. package/fesm2022/eui-ecl-components-ecl-sticky-container.mjs.map +1 -1
  373. package/fesm2022/eui-ecl-components-ecl-table.mjs.map +1 -1
  374. package/fesm2022/eui-ecl-components-ecl-tabs.mjs +177 -1
  375. package/fesm2022/eui-ecl-components-ecl-tabs.mjs.map +1 -1
  376. package/fesm2022/eui-ecl-components-ecl-tag.mjs.map +1 -1
  377. package/fesm2022/eui-ecl-components-ecl-text-area.mjs.map +1 -1
  378. package/fesm2022/eui-ecl-components-ecl-text-input.mjs.map +1 -1
  379. package/fesm2022/eui-ecl-components-ecl-timeline.mjs.map +1 -1
  380. package/fesm2022/eui-ecl-core.mjs.map +1 -1
  381. package/fesm2022/eui-ecl-shared.mjs.map +1 -1
  382. package/package.json +1 -1
@@ -4,6 +4,9 @@ import { EclSiteHeaderLanguageComponent } from '@eui/ecl/components/ecl-site-hea
4
4
  import { ECLBaseDirective, EclBaseEvent, EclRtlService } from '@eui/ecl/core';
5
5
  import { Subject } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * The wrapper component for an ecl application. Has some important global properties.
9
+ */
7
10
  export declare class EclAppLanguageDismissEvent extends EclBaseEvent {
8
11
  language?: EuiLanguage;
9
12
  constructor(language?: EuiLanguage);
@@ -11,6 +14,10 @@ export declare class EclAppLanguageDismissEvent extends EclBaseEvent {
11
14
  export declare class EclAppComponent extends ECLBaseDirective implements AfterViewInit, OnDestroy {
12
15
  private eclRtlService;
13
16
  private document;
17
+ /**
18
+ * Text direction, by default is 'ltr' - left-to-write. Can also be 'rtl' - right-to-left, which will
19
+ * make all components within <ecl-app> to lign to the right, and apply some special styling and functionality.
20
+ */
14
21
  textDirection: string;
15
22
  eclSiteHeaderLanguage: EclSiteHeaderLanguageComponent;
16
23
  languageDismiss: EventEmitter<EclAppLanguageDismissEvent>;
@@ -18,6 +25,9 @@ export declare class EclAppComponent extends ECLBaseDirective implements AfterVi
18
25
  constructor(eclRtlService: EclRtlService, document: Document);
19
26
  ngAfterViewInit(): void;
20
27
  ngOnDestroy(): void;
28
+ /**
29
+ * Changes the text direction from 'ltr' to 'rtl' and vice versa.
30
+ */
21
31
  private handleRtlChangeState;
22
32
  private handleUIEvents;
23
33
  static ɵfac: i0.ɵɵFactoryDeclaration<EclAppComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-app.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-app/ecl-app.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAA2B,YAAY,EAAuB,SAAS,EAAU,MAAM,eAAe,CAAC;AAE7H,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,8BAA8B,EAAsC,MAAM,qCAAqC,CAAC;AACzH,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAG/B,qBAAa,0BAA2B,SAAQ,YAAY;IACrC,QAAQ,CAAC,EAAE,WAAW;gBAAtB,QAAQ,CAAC,EAAE,WAAW;CAG5C;AAED,qBAKa,eAAgB,SAAQ,gBAAiB,YAAW,aAAa,EAAE,SAAS;IASzE,OAAO,CAAC,aAAa;IAAmC,OAAO,CAAC,QAAQ;IAR3D,aAAa,SAAS;IAED,qBAAqB,EAAE,8BAA8B,CAAC;IAE1F,eAAe,2CAAkD;IAE3E,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAA0B;gBAE1C,aAAa,EAAE,aAAa,EAA4B,QAAQ,EAAE,QAAQ;IAI9F,eAAe,IAAI,IAAI;IAMvB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,cAAc;yCAlCb,eAAe;2CAAf,eAAe;CAyC3B"}
1
+ {"version":3,"file":"ecl-app.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-app/ecl-app.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAA2B,YAAY,EAAuB,SAAS,EAAU,MAAM,eAAe,CAAC;AAE7H,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,8BAA8B,EAAsC,MAAM,qCAAqC,CAAC;AACzH,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAG/B;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,YAAY;IACrC,QAAQ,CAAC,EAAE,WAAW;gBAAtB,QAAQ,CAAC,EAAE,WAAW;CAG5C;AAED,qBAKa,eAAgB,SAAQ,gBAAiB,YAAW,aAAa,EAAE,SAAS;IAazE,OAAO,CAAC,aAAa;IAAmC,OAAO,CAAC,QAAQ;IAZpF;;;OAGG;IACsB,aAAa,SAAS;IAED,qBAAqB,EAAE,8BAA8B,CAAC;IAE1F,eAAe,2CAAkD;IAE3E,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAA0B;gBAE1C,aAAa,EAAE,aAAa,EAA4B,QAAQ,EAAE,QAAQ;IAI9F,eAAe,IAAI,IAAI;IAOvB,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,cAAc;yCA1Cb,eAAe;2CAAf,eAAe;CAiD3B"}
@@ -1,8 +1,14 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Used to wrap breadcrumb segments inside the breadcrumb component.
6
+ */
4
7
  export declare class EclBreadcrumbContainerDirective extends ECLBaseDirective {
5
8
  el: ElementRef;
9
+ /**
10
+ * Adds breadcrumb container CSS class to the host element.
11
+ */
6
12
  hasClass: boolean;
7
13
  constructor(el: ElementRef);
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EclBreadcrumbContainerDirective, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-breadcrumb-container.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb-container.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,+BAAgC,SAAQ,gBAAgB;IAE9C,EAAE,EAAE,UAAU;IADe,QAAQ,UAAQ;gBAC7C,EAAE,EAAE,UAAU;yCAFxB,+BAA+B;2CAA/B,+BAA+B;CAK3C"}
1
+ {"version":3,"file":"ecl-breadcrumb-container.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb-container.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAe,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,+BAAgC,SAAQ,gBAAgB;IAM9C,EAAE,EAAE,UAAU;IALjC;;OAEG;IAC6C,QAAQ,UAAQ;gBAE7C,EAAE,EAAE,UAAU;yCANxB,+BAA+B;2CAA/B,+BAA+B;CAS3C"}
@@ -3,20 +3,59 @@ import { Params, QueryParamsHandling } from '@angular/router';
3
3
  import { ECLBaseDirective } from '@eui/ecl/core';
4
4
  import { EclBreadcrumbSegmentClickEvent } from './events/ecl-breadcrumb-segment-click.event';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Displays a single breadcrumb segment with optional navigation or ellipsis.
8
+ */
6
9
  export declare class EclBreadcrumbSegmentComponent extends ECLBaseDirective {
7
10
  el: ElementRef;
11
+ /**
12
+ * Defines the tabindex attribute for accessibility.
13
+ */
8
14
  tabIndex: string;
15
+ /**
16
+ * Defines the ARIA role for accessibility.
17
+ */
9
18
  role: string;
19
+ /**
20
+ * Router link for navigation.
21
+ */
10
22
  routerLink: string | any[];
23
+ /**
24
+ * Query parameters used with routerLink.
25
+ */
11
26
  queryParams: Params | null;
27
+ /**
28
+ * Href used for standard navigation.
29
+ */
12
30
  href: string;
31
+ /**
32
+ * Strategy for handling existing query parameters during navigation.
33
+ */
13
34
  queryParamsHandling: QueryParamsHandling;
35
+ /**
36
+ * Displays the segment as an ellipsis instead of a link.
37
+ */
14
38
  isEllipsis: boolean;
39
+ /**
40
+ * Highlights the segment as the current page.
41
+ */
15
42
  isCurrentPage: boolean;
43
+ /**
44
+ * Hides the segment visually and from assistive technologies.
45
+ */
16
46
  isHidden: boolean;
47
+ /**
48
+ * Emits when the segment is clicked.
49
+ */
17
50
  segmentClick: EventEmitter<EclBreadcrumbSegmentClickEvent>;
18
51
  constructor(el: ElementRef);
52
+ /**
53
+ * Computes the CSS classes applied to the segment.
54
+ */
19
55
  get cssClasses(): string;
56
+ /**
57
+ * Handles the click event on the segment.
58
+ */
20
59
  onSegmentClick(evt: MouseEvent): void;
21
60
  static ɵfac: i0.ɵɵFactoryDeclaration<EclBreadcrumbSegmentComponent, never>;
22
61
  static ɵcmp: i0.ɵɵComponentDeclaration<EclBreadcrumbSegmentComponent, "ecl-breadcrumb-segment, li[eclBreadcrumbSegment]", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "href": { "alias": "href"; "required": false; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; }; "isEllipsis": { "alias": "isEllipsis"; "required": false; }; "isCurrentPage": { "alias": "isCurrentPage"; "required": false; }; "isHidden": { "alias": "isHidden"; "required": false; }; }, { "segmentClick": "segmentClick"; }, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-breadcrumb-segment.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb-segment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAA8E,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,6CAA6C,CAAC;;AAG7F,qBAMa,6BAA8B,SAAQ,gBAAgB;IAiB5C,EAAE,EAAE,UAAU;IAhBH,QAAQ,SAAQ;IACpB,IAAI,SAAc;IAGnC,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,IAAI,SAAM;IACV,mBAAmB,EAAE,mBAAmB,CAAQ;IACjB,UAAU,UAAS;IACnB,aAAa,UAAS;IAG9D,QAAQ,UAAS;IAEP,YAAY,+CAAsD;gBAEzD,EAAE,EAAE,UAAU;IAOjC,IACI,UAAU,IAAI,MAAM,CAMvB;IAED,cAAc,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCAjC5B,6BAA6B;2CAA7B,6BAA6B;yCAwC8l+c,OAAQ;4CAAR,OAAQ;uCAAR,OAAQ;CAD/o+c"}
1
+ {"version":3,"file":"ecl-breadcrumb-segment.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb-segment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EACV,YAAY,EAMf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,6CAA6C,CAAC;;AAI7F;;GAEG;AACH,qBAMa,6BAA8B,SAAQ,gBAAgB;IAsD5C,EAAE,EAAE,UAAU;IArDjC;;OAEG;IAC2B,QAAQ,SAAQ;IAE9C;;OAEG;IACuB,IAAI,SAAc;IAE5C;;OAEG;IAEM,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAE3C;;OAEG;IACM,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE3C;;OAEG;IACM,IAAI,SAAM;IAEnB;;OAEG;IACM,mBAAmB,EAAE,mBAAmB,CAAQ;IAEzD;;OAEG;IACqC,UAAU,UAAS;IAE3D;;OAEG;IACqC,aAAa,UAAS;IAE9D;;OAEG;IAGH,QAAQ,UAAS;IAEjB;;OAEG;IACO,YAAY,+CAAsD;gBAEzD,EAAE,EAAE,UAAU;IAOjC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAMvB;IAED;;OAEG;IACH,cAAc,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCA5E5B,6BAA6B;2CAA7B,6BAA6B;yCAmFyr8c,OAAQ;4CAAR,OAAQ;uCAAR,OAAQ;CAD1u8c"}
@@ -4,29 +4,71 @@ import { ECLBaseDirective } from '@eui/ecl/core';
4
4
  import { EclBreadcrumbSegmentComponent } from './ecl-breadcrumb-segment.component';
5
5
  import { EclBreadcrumbContainerDirective } from './ecl-breadcrumb-container.directive';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Displays navigation segments and handles overflow with ellipsis.
9
+ */
7
10
  export declare class EclBreadcrumbComponent extends ECLBaseDirective implements OnInit, OnDestroy {
8
11
  private el;
9
12
  private translate;
10
13
  private renderer;
14
+ /**
15
+ * Expands all breadcrumb segments instead of collapsing them.
16
+ */
11
17
  isExpanded: boolean;
18
+ /**
19
+ * ARIA role attribute for accessibility.
20
+ */
12
21
  role: string;
22
+ /**
23
+ * ARIA label describing the breadcrumb purpose.
24
+ */
13
25
  ariaLabel: any;
26
+ /**
27
+ * Reference to the ellipsis segment element.
28
+ */
14
29
  eclEllipsisSegment: EclBreadcrumbSegmentComponent;
15
30
  /**
16
31
  * @deprecated To be removed in v20. Not needed, replaced by 'eclBreadcrumbContainer'
17
32
  */
18
33
  breadcrumbContainer: ElementRef;
34
+ /**
35
+ * Reference to the breadcrumb container directive inside this component.
36
+ */
19
37
  eclBreadcrumbContainer: EclBreadcrumbContainerDirective;
38
+ /**
39
+ * List of breadcrumb segment components.
40
+ */
20
41
  eclSegments: QueryList<EclBreadcrumbSegmentComponent>;
21
42
  private destroy$;
22
43
  private nonStaticSegments;
23
44
  constructor(el: ElementRef, translate: TranslateService, renderer: Renderer2);
45
+ /**
46
+ * CSS classes applied to the breadcrumb element.
47
+ */
24
48
  get cssClasses(): string;
49
+ /**
50
+ * Returns true if breadcrumb was auto-initialized.
51
+ */
25
52
  get autoInitialized(): boolean | null;
53
+ /**
54
+ * Initializes translations for ARIA label.
55
+ */
26
56
  ngOnInit(): void;
57
+ /**
58
+ * Cleans up subscriptions on destroy.
59
+ */
27
60
  ngOnDestroy(): void;
61
+ /**
62
+ * Handles window resize and recalculates overflown segments.
63
+ */
28
64
  onWindowResize(): void;
65
+ /**
66
+ * Returns true if breadcrumb container directive exists.
67
+ */
29
68
  get hasContainer(): boolean;
69
+ /**
70
+ * Expands hidden breadcrumb segments after clicking ellipsis.
71
+ */
30
72
  onEllipsisSegmentClick(evt: MouseEvent): void;
31
73
  private init;
32
74
  private insertEllipsisSegmentIntoPosition;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,UAAU,EAGV,SAAS,EACT,MAAM,EACN,SAAS,EACT,SAAS,EAOZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;;AAEvF,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAoBjF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IApBoB,UAAU,UAAS;IACjC,IAAI,SAAgB;IACd,SAAS,MAAC;IAEZ,kBAAkB,EAAE,6BAA6B,CAAC;IAChF;;OAEG;IAC+B,mBAAmB,EAAE,UAAU,CAAC;IAEnB,sBAAsB,EAAE,+BAA+B,CAAC;IAEvG,WAAW,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAEtD,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,iBAAiB,CAAuC;gBAGpD,EAAE,EAAE,UAAU,EACd,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,SAAS;IAS/B,IACI,UAAU,IAAI,MAAM,CAGvB;IAED,IACI,eAAe,IAAI,OAAO,GAAG,IAAI,CAEpC;IAED,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAMnB,cAAc,IAAI,IAAI;IAItB,IAAI,YAAY,IAAI,OAAO,CAE1B;IAED,sBAAsB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAQ7C,OAAO,CAAC,IAAI;IAOZ,OAAO,CAAC,iCAAiC;IAYzC,OAAO,CAAC,uBAAuB;IAgB/B,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,gCAAgC;IAMxC,OAAO,CAAC,sBAAsB;IAQ9B,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,qBAAqB;yCA9JpB,sBAAsB;2CAAtB,sBAAsB;yCAkKi12c,OAAQ;CAD332c"}
1
+ {"version":3,"file":"ecl-breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-breadcrumb/ecl-breadcrumb.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,UAAU,EAGV,SAAS,EACT,MAAM,EACN,SAAS,EACT,SAAS,EAOZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;;AAEvF;;GAEG;AACH,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAyCjF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IA1CpB;;OAEG;IACqC,UAAU,UAAS;IAE3D;;OAEG;IACuB,IAAI,SAAgB;IAE9C;;OAEG;IAC6B,SAAS,MAAC;IAE1C;;OAEG;IAC2B,kBAAkB,EAAE,6BAA6B,CAAC;IAEhF;;OAEG;IAC+B,mBAAmB,EAAE,UAAU,CAAC;IAElE;;OAEG;IAC4C,sBAAsB,EAAE,+BAA+B,CAAC;IAEvG;;OAEG;IAEH,WAAW,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAEtD,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,iBAAiB,CAAuC;gBAGpD,EAAE,EAAE,UAAU,EACd,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,SAAS;IAS/B;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED;;OAEG;IACH,IACI,eAAe,IAAI,OAAO,GAAG,IAAI,CAEpC;IAED;;OAEG;IACH,QAAQ,IAAI,IAAI;IAShB;;OAEG;IACH,WAAW,IAAI,IAAI;IAKnB;;OAEG;IAEH,cAAc,IAAI,IAAI;IAItB;;OAEG;IACH,IAAI,YAAY,IAAI,OAAO,CAE1B;IAED;;OAEG;IACH,sBAAsB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAQ7C,OAAO,CAAC,IAAI;IAOZ,OAAO,CAAC,iCAAiC;IAYzC,OAAO,CAAC,uBAAuB;IAgB/B,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,gCAAgC;IAMxC,OAAO,CAAC,sBAAsB;IAQ9B,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,qBAAqB;yCA1MpB,sBAAsB;2CAAtB,sBAAsB;yCA8Muz0c,OAAQ;CADj20c"}
@@ -1,4 +1,7 @@
1
1
  import { EclBaseEvent } from '@eui/ecl/core';
2
+ /**
3
+ * Event emitted when a breadcrumb segment is clicked.
4
+ */
2
5
  export declare class EclBreadcrumbSegmentClickEvent extends EclBaseEvent {
3
6
  }
4
7
  //# sourceMappingURL=ecl-breadcrumb-segment-click.event.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-breadcrumb-segment-click.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,qBAAa,8BAA+B,SAAQ,YAAY;CAAG"}
1
+ {"version":3,"file":"ecl-breadcrumb-segment-click.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C;;GAEG;AACH,qBAAa,8BAA+B,SAAQ,YAAY;CAAG"}
@@ -1,6 +1,9 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Adds styling and attributes to the iframe element.
6
+ */
4
7
  export declare class EclMediaContainerIframeDirective extends ECLBaseDirective {
5
8
  private elem;
6
9
  width: any;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-media-container-iframe.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-iframe.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,gCAAiC,SAAQ,gBAAgB;IAWtD,OAAO,CAAC,IAAI;IAVf,KAAK,MAAC;IACN,MAAM,MAAC;IAChB,IAEI,KAAK,IAAI,MAAM,CAElB;IAED,cAAc,UAAS;gBAEH,IAAI,EAAE,UAAU;IAIpC,oBAAoB,IAAI,MAAM;yCAfrB,gCAAgC;2CAAhC,gCAAgC;CAwB5C"}
1
+ {"version":3,"file":"ecl-media-container-iframe.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-iframe.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,gCAAiC,SAAQ,gBAAgB;IAWtD,OAAO,CAAC,IAAI;IAVf,KAAK,MAAC;IACN,MAAM,MAAC;IAChB,IAEI,KAAK,IAAI,MAAM,CAElB;IAED,cAAc,UAAS;gBAEH,IAAI,EAAE,UAAU;IAIpC,oBAAoB,IAAI,MAAM;yCAfrB,gCAAgC;2CAAhC,gCAAgC;CAwB5C"}
@@ -1,5 +1,8 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Adds styling to the media container description.
5
+ */
3
6
  export declare class EclMediaContainerItemAudioDescriptionDirective extends ECLBaseDirective {
4
7
  get cssClasses(): string;
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EclMediaContainerItemAudioDescriptionDirective, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-media-container-item-audio-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-item-audio-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,8CAA+C,SAAQ,gBAAgB;IACnF,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJW,8CAA8C;2CAA9C,8CAA8C;CAK1D"}
1
+ {"version":3,"file":"ecl-media-container-item-audio-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-item-audio-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,8CAA+C,SAAQ,gBAAgB;IACnF,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJW,8CAA8C;2CAA9C,8CAA8C;CAK1D"}
@@ -2,6 +2,9 @@ import { AfterContentInit, ElementRef } from '@angular/core';
2
2
  import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import { EclMediaContainerIframeDirective } from './ecl-media-container-iframe.directive';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Adds styling and functionality to the media container item /image.
7
+ */
5
8
  export declare class EclMediaContainerItemDirective extends ECLBaseDirective implements AfterContentInit {
6
9
  el: ElementRef;
7
10
  ratio: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-media-container-item.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2B,UAAU,EAAuC,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;;AAE1F,qBAIa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAiBzE,EAAE,EAAE,UAAU;IAhBxB,KAAK,EAAE,MAAM,CAAC;IAC4C,aAAa,EAAE,gCAAgC,CAAC;IAEnH,IACI,UAAU,IAAI,MAAM,CAQvB;IAEM,OAAO,UAAS;gBAEJ,EAAE,EAAE,UAAU;IAOjC,kBAAkB,IAAI,IAAI;IAQ1B,YAAY,IAAI,IAAI;yCAhCX,8BAA8B;2CAA9B,8BAA8B;CAyC1C"}
1
+ {"version":3,"file":"ecl-media-container-item.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-item.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2B,UAAU,EAAuC,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;;AAE1F;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAiBzE,EAAE,EAAE,UAAU;IAhBxB,KAAK,EAAE,MAAM,CAAC;IAC4C,aAAa,EAAE,gCAAgC,CAAC;IAEnH,IACI,UAAU,IAAI,MAAM,CAQvB;IAEM,OAAO,UAAS;gBAEJ,EAAE,EAAE,UAAU;IAOjC,kBAAkB,IAAI,IAAI;IAS1B,YAAY,IAAI,IAAI;yCAjCX,8BAA8B;2CAA9B,8BAA8B;CA0C1C"}
@@ -1,5 +1,8 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Applies styles for the picture element.
5
+ */
3
6
  export declare class EclMediaContainerPictureDirective extends ECLBaseDirective {
4
7
  get cssClasses(): string;
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EclMediaContainerPictureDirective, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-media-container-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,iCAAkC,SAAQ,gBAAgB;IACnE,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,iCAAiC;2CAAjC,iCAAiC;CAK7C"}
1
+ {"version":3,"file":"ecl-media-container-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IACnE,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,iCAAiC;2CAAjC,iCAAiC;CAK7C"}
@@ -4,22 +4,37 @@ import { EclExpandableComponent } from '@eui/ecl/components/ecl-expandable';
4
4
  import { EclMediaContainerItemDirective } from './ecl-media-container-item.directive';
5
5
  import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * A media container is used to display media items (video, audio, image or other data) with a caption.
9
+ */
7
10
  export declare class EclMediaContainerComponent extends ECLBaseDirective implements AfterContentInit {
8
11
  private renderer;
9
12
  isFullWidth: boolean;
13
+ /**
14
+ * Used for a video only - if the video should play immediately.
15
+ */
10
16
  eclAutoplay: boolean;
11
17
  expandable: EclExpandableComponent;
12
18
  eclMediaContainerItem: EclMediaContainerItemDirective;
13
19
  eclButtons: QueryList<EclButtonComponent>;
14
20
  pauseButton: EclButtonComponent;
15
21
  playButton: EclButtonComponent;
22
+ /**
23
+ * Applies specific classes for the component.
24
+ */
16
25
  get cssClasses(): string;
17
26
  isPlaying: boolean;
18
27
  private readonly DELAY;
19
28
  constructor(renderer: Renderer2);
20
29
  ngAfterContentInit(): void;
21
30
  get hasVideo(): boolean;
31
+ /**
32
+ * When user clicks on 'play' button -> start the video and move the focus to the 'pause' button.
33
+ */
22
34
  onVideoPlay(): void;
35
+ /**
36
+ * When user clicks on 'pause' button -> pause the video and move the focus to the 'play' button.
37
+ */
23
38
  onVideoPause(): void;
24
39
  private focusOnButton;
25
40
  static ɵfac: i0.ɵɵFactoryDeclaration<EclMediaContainerComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-media-container.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAA+C,SAAS,EAC7B,SAAS,EACvD,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE,qBAYa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB;IAkB5E,OAAO,CAAC,QAAQ;IAjBY,WAAW,UAAS;IACpB,WAAW,UAAS;IAEtB,UAAU,EAAE,sBAAsB,CAAC;IAC3B,qBAAqB,EAAE,8BAA8B,CAAC;IAClE,UAAU,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC;IAClD,WAAW,EAAE,kBAAkB,CAAC;IACjC,UAAU,EAAE,kBAAkB,CAAC;IAExD,IACI,UAAU,IAAI,MAAM,CAEvB;IAEM,SAAS,UAAS;IACzB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAK;gBAEP,QAAQ,EAAE,SAAS;IAIvC,kBAAkB,IAAI,IAAI;IAuB1B,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,WAAW,IAAI,IAAI;IAWnB,YAAY,IAAI,IAAI;IAWnB,OAAO,CAAC,aAAa;yCAvEb,0BAA0B;2CAA1B,0BAA0B;0CA8Eqy7c,OAAQ;0CAAR,OAAQ;CADn17c"}
1
+ {"version":3,"file":"ecl-media-container.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-media-container/ecl-media-container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAA+C,SAAS,EAC7B,SAAS,EACvD,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE;;GAEG;AACH,qBAYa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB;IAwB5E,OAAO,CAAC,QAAQ;IAvBY,WAAW,UAAS;IAC5D;;OAEG;IACqC,WAAW,UAAS;IAEtB,UAAU,EAAE,sBAAsB,CAAC;IAC3B,qBAAqB,EAAE,8BAA8B,CAAC;IAClE,UAAU,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC;IAClD,WAAW,EAAE,kBAAkB,CAAC;IACjC,UAAU,EAAE,kBAAkB,CAAC;IAExD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAEM,SAAS,UAAS;IACzB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAK;gBAEP,QAAQ,EAAE,SAAS;IAIvC,kBAAkB,IAAI,IAAI;IAwB1B,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,WAAW,IAAI,IAAI;IAWnB;;OAEG;IACH,YAAY,IAAI,IAAI;IAWnB,OAAO,CAAC,aAAa;yCApFb,0BAA0B;2CAA1B,0BAA0B;0CA2F2s6c,OAAQ;0CAAR,OAAQ;CADzv6c"}
@@ -7,12 +7,18 @@ import { EclMenuItemCaretEvent, EclMenuItemFocusEvent, EclMenuItemHoverEvent, Ec
7
7
  import { EclMenuItem } from '../models/ecl-menu-item.model';
8
8
  import { EclMenuMegaComponent } from '../ecl-menu-mega';
9
9
  import * as i0 from "@angular/core";
10
+ /**
11
+ * This component represents a root menu item. Adds styling and functionality to menu item.
12
+ */
10
13
  export declare class EclMenuItemComponent extends ECLBaseDirective implements EclMenuItem, AfterContentInit, OnDestroy {
11
14
  el: ElementRef;
12
15
  private renderer;
13
16
  private cdkBreakpointObserver;
14
17
  id: string;
15
18
  label: string;
19
+ /**
20
+ * When in mobile view, use this property to set aria-label for the toggle items button (to expand item's children).
21
+ */
16
22
  toggleAriaLabel: string;
17
23
  routerLink: string | any[];
18
24
  queryParams: Params | null;
@@ -20,26 +26,51 @@ export declare class EclMenuItemComponent extends ECLBaseDirective implements Ec
20
26
  href: string;
21
27
  target: string;
22
28
  isCurrent: boolean;
29
+ /**
30
+ * Custom attributes, to be added to the <a> tag of the menu item.
31
+ */
23
32
  linkExtraAttributes: {
24
33
  [key: string]: string;
25
34
  };
26
35
  isExpanded: boolean;
36
+ /**
37
+ * Set to 'true', when item has more than 13 chidren and the overlay needs to use the full available space.
38
+ */
27
39
  isFull: boolean;
28
40
  isHovered: boolean;
29
41
  isMobileBreakpoint: boolean;
42
+ /**
43
+ * Used when menu has overlay, to show if the item is currently displayed.
44
+ */
30
45
  isVisible: boolean;
46
+ /**
47
+ * The default role of the item is 'listitem' and should not be changed.
48
+ */
31
49
  role: string;
32
50
  get cssClasses(): string;
33
51
  submenu: EclMenuMegaComponent;
52
+ /**
53
+ * The <a> element of the menu item, when there are no children.
54
+ */
34
55
  menuLink: ElementRef<HTMLAnchorElement>;
56
+ /**
57
+ * The <button> element of the menu item, when item has children.
58
+ */
35
59
  menuButton: EclButtonComponent;
36
60
  menuItemSelect: EventEmitter<EclMenuItemSelectEvent>;
37
61
  menuItemCaret: EventEmitter<EclMenuItemCaretEvent>;
62
+ /**
63
+ * Event that is emited on clicking the caret button to expand item's children in mobile mode.
64
+ */
38
65
  menuItemHover: EventEmitter<EclMenuItemHoverEvent>;
39
66
  menuItemHoverOut: EventEmitter<EclMenuItemHoverOutEvent>;
40
67
  menuMegaItemSelect: EventEmitter<EclMenuItemSelectEvent>;
41
68
  menuItemFocus: EventEmitter<EclMenuItemFocusEvent>;
42
69
  menuItemKeydown: EventEmitter<EclMenuItemKeydownEvent>;
70
+ /**
71
+ * This event is emited when the keyboard nav reaches the last item in mobile view.
72
+ * Then the next focused element should be the 'close' btn.
73
+ */
43
74
  menuMegaLastItemTab: EventEmitter<void>;
44
75
  get hasEclChildrenDataAttribute(): boolean;
45
76
  get isAriaExpanded(): boolean;
@@ -54,12 +85,42 @@ export declare class EclMenuItemComponent extends ECLBaseDirective implements Ec
54
85
  ngOnDestroy(): void;
55
86
  onItemFocus(evt: FocusEvent): void;
56
87
  onItemClick(evt: Event): void;
88
+ /**
89
+ * When clicking the caret button, to expand item's children. Used in mobile view.
90
+ * @param evt
91
+ */
57
92
  onItemCaretClick(evt: MouseEvent): void;
93
+ /**
94
+ * Manages the state when the item is focused, when navigating with keyboard and the navigation is coming from the submenu.
95
+ */
58
96
  onFocusFromSubmenu(): void;
97
+ /**
98
+ * Manages the state when the item is focused, when navigating with keyboard and the navigation is coming from
99
+ * the next root menu item.
100
+ */
59
101
  onFocusFromNext(): void;
102
+ /**
103
+ * Manages the state when the item is focused, when navigating with keyboard and the navigation is coming from
104
+ * the previous root menu item.
105
+ */
60
106
  onFocusFromPrev(): void;
107
+ /**
108
+ * Manages the keyboard navigation when the current element is the button of the menu item.
109
+ * @param evt
110
+ */
61
111
  onButtonKeydown(evt: Event): void;
112
+ /**
113
+ * Manages the keyboard navigation when the current element is the <a> tag of the menu item.
114
+ * @param evt
115
+ */
62
116
  onLinkKeydown(evt: Event): void;
117
+ /**
118
+ * This method calculates height and width of an item, depending the maximum of lines(rows) allowed.
119
+ * Depends on the 'maxLines' property of the parent menu component.
120
+ * @param maxLines - property that sets the maximum possible lines in a menu item.
121
+ * @param isMobileBreakpoint
122
+ * @returns
123
+ */
63
124
  checkMenuItem(maxLines: number, isMobileBreakpoint: boolean): void;
64
125
  private onLinkEscape;
65
126
  private selectFirstMegaMenuItem;
@@ -67,6 +128,13 @@ export declare class EclMenuItemComponent extends ECLBaseDirective implements Ec
67
128
  private onLinkNextFocus;
68
129
  private onButtonFocus;
69
130
  private getMenuItemLinkMaxHeight;
131
+ /**
132
+ * Calculates width of a menu item, depending on maximum lines of text allowed.
133
+ * @param currentLink
134
+ * @param maxLines
135
+ * @param linkStyle
136
+ * @returns
137
+ */
70
138
  private changeMenuItemLinkWidth;
71
139
  private getClassDependingChildrenCnt;
72
140
  private hasSubmenuAnySelections;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-menu-item.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu/ecl-menu-item.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ecl-menu-item.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu/ecl-menu-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAe,MAAM,qBAAqB,CAAC;AACtE,OAAO,EACH,gBAAgB,EAIhB,UAAU,EACV,YAAY,EAKZ,SAAS,EAET,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAI9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACH,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EAEvB,sBAAsB,EACzB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;;AAQxD;;GAEG;AACH,qBAMa,oBAAqB,SAAQ,gBAAiB,YAAW,WAAW,EAAE,gBAAgB,EAAE,SAAS;IAmG/F,EAAE,EAAE,UAAU;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,qBAAqB;IApGxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACM,eAAe,EAAE,MAAM,CAAC;IAExB,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,mBAAmB,EAAE,mBAAmB,CAAQ;IAChD,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,SAAS,UAAS;IAC3B;;OAEG;IACM,mBAAmB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAExD,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,UAAS;IACf,SAAS,UAAS;IAClB,kBAAkB,UAAS;IAC3B;;OAEG;IACH,SAAS,UAAQ;IAEjB;;OAEG;IACuB,IAAI,SAAc;IAC5C,IACI,UAAU,IAAI,MAAM,CASvB;IAEqD,OAAO,EAAE,oBAAoB,CAAC;IACpF;;OAEG;IACoB,QAAQ,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAC/D;;OAEG;IAC4B,UAAU,EAAE,kBAAkB,CAAC;IAEpD,cAAc,uCAA8C;IAC5D,aAAa,sCAA6C;IACpE;;OAEG;IACO,aAAa,sCAA6C;IAC1D,gBAAgB,yCAAgD;IAChE,kBAAkB,uCAA8C;IAChE,aAAa,sCAA6C;IAC1D,eAAe,wCAA+C;IACxE;;;OAGG;IACO,mBAAmB,qBAA4B;IAEzD,IAEI,2BAA2B,IAAI,OAAO,CAEzC;IAED,IACI,cAAc,IAAI,OAAO,CAE5B;IAED,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,QAAQ,IAAI,KAAK,CAAC,WAAW,CAAC,CAEjC;IAED,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,EAAE,EAAE,UAAU,EACb,QAAQ,EAAE,SAAS,EACnB,qBAAqB,EAAE,kBAAkB;IAUrD,gBAAgB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAKvC,gBAAgB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAIvC,kBAAkB,IAAI,IAAI;IAyB1B,WAAW,IAAI,IAAI;IAKnB,WAAW,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAIlC,WAAW,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAQ7B;;;OAGG;IACH,gBAAgB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAIvC;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAM1B;;;OAGG;IACH,eAAe,IAAI,IAAI;IAQvB;;;OAGG;IACH,eAAe,IAAI,IAAI;IAIvB;;;OAGG;IACH,eAAe,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IA8CjC;;;OAGG;IACH,aAAa,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAsC/B;;;;;;OAMG;IACH,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,OAAO,GAAG,IAAI;IAoBlE,OAAO,CAAC,YAAY;IASpB,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,eAAe;IAQvB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,wBAAwB;IAIhC;;;;;;OAMG;IACH,OAAO,CAAC,uBAAuB;IAuB/B,OAAO,CAAC,4BAA4B;IAgBpC,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,yBAAyB;IAUjC,OAAO,CAAC,wBAAwB;yCA3ZvB,oBAAoB;2CAApB,oBAAoB;CAmahC"}
@@ -5,8 +5,11 @@ import { ECLBaseDirective } from '@eui/ecl/core';
5
5
  import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
6
6
  import { EclMenuItemSelectEvent } from '../events';
7
7
  import { EclMenuItemComponent } from './ecl-menu-item.component';
8
- import { EclHeaderMenuComunicationService } from '@eui/ecl/shared';
9
8
  import * as i0 from "@angular/core";
9
+ /**
10
+ * The horizontal menu is used as a primary navigation and it can display up to 2 levels.
11
+ * It directs users to the pages where they need to visit.
12
+ */
10
13
  export declare class EclMenuComponent extends ECLBaseDirective implements OnInit, AfterContentInit, OnDestroy {
11
14
  private el;
12
15
  private differs;
@@ -14,19 +17,43 @@ export declare class EclMenuComponent extends ECLBaseDirective implements OnInit
14
17
  private renderer;
15
18
  private eclRtlService;
16
19
  private eclUserDeviceService;
17
- private eclHeaderMenuComunicationService;
18
20
  private platformId;
21
+ /**
22
+ * Adds some additional styling for the menu items' labels.
23
+ * Depending on that value, the labels can drop on 2-3 lines, if they are longer.
24
+ */
19
25
  maxLines: number;
26
+ /**
27
+ * The main items of the menu.
28
+ */
20
29
  eclRootMenuItems: QueryList<EclMenuItemComponent>;
30
+ /**
31
+ * The element, that wraps the main menu items and the back and forth button.
32
+ */
21
33
  innerSection: ElementRef;
34
+ /**
35
+ * The element that wraps the main menu items.
36
+ */
22
37
  itemsList: ElementRef;
38
+ /**
39
+ * When there is an overflow of the menu, the 'previous' button to navigate back to first hidden items.
40
+ */
23
41
  btnPrevious: EclButtonComponent;
42
+ /**
43
+ * When there is an overflow of the menu, the 'next' button to navigate to next hidden items.
44
+ */
24
45
  btnNext: EclButtonComponent;
46
+ /**
47
+ * The button to open/close menu in mobile mode.
48
+ */
25
49
  openCloseButton: EclButtonComponent;
26
50
  menuItemSelect: EventEmitter<EclMenuItemSelectEvent>;
27
51
  openHamburgerMenu: EventEmitter<any>;
28
52
  get cssClasses(): string;
29
53
  isHamburgerMenuOpened: boolean;
54
+ /**
55
+ * The default role is 'navigation', should not be changed.
56
+ */
30
57
  role: string;
31
58
  isTablet: boolean;
32
59
  isMenuHidden: boolean;
@@ -34,6 +61,9 @@ export declare class EclMenuComponent extends ECLBaseDirective implements OnInit
34
61
  hasOverflow: boolean;
35
62
  isShowPrevBtn: boolean;
36
63
  isShowNextBtn: boolean;
64
+ /**
65
+ * Show/hide the specific class for the 'previous' and 'next' buttons.
66
+ */
37
67
  isPrevBtnCurrentClass: boolean;
38
68
  menuListStyleRight: string;
39
69
  menuListStyleLeft: string;
@@ -49,21 +79,49 @@ export declare class EclMenuComponent extends ECLBaseDirective implements OnInit
49
79
  private lastVisibleItem;
50
80
  private hammertime;
51
81
  private resizeTimer;
52
- private parentHeaderBottomSpaceY;
53
82
  private TIMEOUT_INTERVAL;
54
- constructor(el: ElementRef, differs: IterableDiffers, cdkBreakpointObserver: BreakpointObserver, renderer: Renderer2, eclRtlService: EclRtlService, eclUserDeviceService: EclUserDeviceService, eclHeaderMenuComunicationService: EclHeaderMenuComunicationService, platformId: object);
83
+ constructor(el: ElementRef, differs: IterableDiffers, cdkBreakpointObserver: BreakpointObserver, renderer: Renderer2, eclRtlService: EclRtlService, eclUserDeviceService: EclUserDeviceService, platformId: object);
84
+ /**
85
+ * On 'esc' key clicked - close/hide any open menus.
86
+ * @param event
87
+ */
55
88
  keyEvent(event: KeyboardEvent): void;
56
89
  ngOnInit(): void;
57
90
  ngAfterContentInit(): void;
58
91
  ngOnDestroy(): void;
92
+ /**
93
+ * Swipe left gesture handling
94
+ */
59
95
  onSwipeLeft(): void;
96
+ /**
97
+ * Swipe right gesture handling
98
+ */
60
99
  onSwipeRight(): void;
61
- onOverlayClick(): void;
100
+ /**
101
+ * Manages state on open/close button click, used in mobile view.
102
+ */
62
103
  onMenuOpenCloseClick(evt: MouseEvent): void;
104
+ /**
105
+ * Manages state on close button click, used in mobile view, in EU theme.
106
+ */
63
107
  onMenuCloseClick(evt: MouseEvent): void;
108
+ /**
109
+ * Manages state on back button click, used in mobile view.
110
+ */
64
111
  onMenuBackClick(evt: MouseEvent): void;
112
+ /**
113
+ * Manages state on 'previous' button click. Used in desktop view. Slides the items and shows the previous hidden items.
114
+ */
65
115
  onPrevBtnClick(): void;
116
+ /**
117
+ * Manages state on 'next' button click. Used in desktop view. Slides the items and shows the next hidden items.
118
+ */
66
119
  onNextBtnClick(): void;
120
+ /**
121
+ * Postions overlay, depending on parent header position.
122
+ * This method is called from parent header, which uses the menu for navigation.
123
+ * @param bottomSpaceY
124
+ */
67
125
  positionMenuOverlay(bottomSpaceY: number): void;
68
126
  private observeElementSizeChanges;
69
127
  private checkIsTabletDevice;
@@ -72,7 +130,13 @@ export declare class EclMenuComponent extends ECLBaseDirective implements OnInit
72
130
  private showNextSlideRtl;
73
131
  private refreshDisplay;
74
132
  private checkMenuOverflow;
133
+ /**
134
+ * Manage items visibility when using overlfow. For both rtl and ltr cases.
135
+ */
75
136
  private manageOverflowBeginning;
137
+ /**
138
+ * Manage items visibility when using overlfow, with the 'next' button. For both rtl and ltr cases.
139
+ */
76
140
  private manageOverflowEnd;
77
141
  private resetVisibilityIndicator;
78
142
  private resetOverflowValues;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-menu.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu/ecl-menu.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ecl-menu.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu/ecl-menu.component.ts"],"names":[],"mappings":"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"}