@eui/ecl 19.3.1 → 19.3.2-snapshot-1752652198707

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 +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-multiselect.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-multiselect/ecl-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAGH,OAAO,EACP,UAAU,EACV,YAAY,EAGZ,QAAQ,EAGR,eAAe,EACf,SAAS,EACT,MAAM,EAGN,SAAS,EACT,SAAS,EACT,gBAAgB,EAKnB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;;AAEnF,qBAca,uBAAwB,SAAQ,gBAAiB,YAAW,OAAO,EAAE,MAAM,EAAE,SAAS;IA6EpF,QAAQ,EAAE,QAAQ;IACzB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,QAAQ;IACK,OAAO,CAAC,UAAU;IAjFuB,cAAc,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAElH,eAAe,EAAE,MAAM,GAAG,SAAS,CAAa;IAChD,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAC9C,EAAE,EAAE,MAAM,GAAG,SAAS,CAAa;IACnC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IACrD,IACI,SAAS,IAAI,OAAO,GAAG,SAAS,CAEnC;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,SAAS,EAKvC;IACD,IAEI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAK/B;IACD,IAAI,QAAQ,IAAI,OAAO,GAAG,SAAS,CAElC;IACD,IACI,UAAU,IAAI,MAAM,CAEvB;IACS,SAAS,yBAAgC;IAEnD,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAK7B;IAED,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAK7B;IAED,IACI,cAAc,CAAC,KAAK,EAAE,MAAM,EAK/B;IACD,IAAI,cAAc,IAAI,MAAM,CAE3B;IACQ,OAAO,SAAO;IACvB,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAA2B;IAClE,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAAmC;IACjF,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,aAAa,CAAQ;IAC7B,OAAO,CAAC,aAAa,CAAQ;IAC7B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,eAAe,CAAiB;IACxC,OAAO,CAAC,MAAM,CAAgD;IAC9D,OAAO,CAAC,oBAAoB,CAAkC;IAC9D,OAAO,CAAC,MAAM,CAAoB;IAClC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,wBAAwB,CAAiB;IACjD,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,QAAQ,EAAE,QAAQ,EACjB,EAAE,EAAE,UAAU,EACd,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,eAAe,EACxB,QAAQ,EAAE,SAAS,EACE,UAAU,EAAE,MAAM;IAanD,SAAS,IAAI,IAAI;IAUjB,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,2BAA2B;IAMnC,OAAO,CAAC,0BAA0B;IAOlC,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,0BAA0B;IAgClC,OAAO,CAAC,aAAa;yCA5KZ,uBAAuB;2CAAvB,uBAAuB;wCAkL2vyc,OAAQ;2CAAR,OAAQ;2CAAR,OAAQ;CADtyyc"}
1
+ {"version":3,"file":"ecl-multiselect.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-multiselect/ecl-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAGH,OAAO,EACP,UAAU,EACV,YAAY,EAGZ,QAAQ,EAGR,eAAe,EACf,SAAS,EACT,MAAM,EAGN,SAAS,EACT,SAAS,EACT,gBAAgB,EAKnB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;;AAEnF;;;;;GAKG;AACH,qBAca,uBAAwB,SAAQ,gBAAiB,YAAW,OAAO,EAAE,MAAM,EAAE,SAAS;IA6HpF,QAAQ,EAAE,QAAQ;IACzB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,QAAQ;IACK,OAAO,CAAC,UAAU;IAjI3C;;OAEG;IAC+D,cAAc,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAE3H;;OAEG;IACM,eAAe,EAAE,MAAM,GAAG,SAAS,CAAa;IAEzD;;OAEG;IACM,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAEvD;;OAEG;IACM,EAAE,EAAE,MAAM,GAAG,SAAS,CAAa;IAE5C;;OAEG;IACM,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IAErD;;OAEG;IACH,IACI,SAAS,IAAI,OAAO,GAAG,SAAS,CAEnC;IACD,IAAI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,SAAS,EAKvC;IAED;;OAEG;IACH,IAEI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAK/B;IACD,IAAI,QAAQ,IAAI,OAAO,GAAG,SAAS,CAElC;IAED;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACO,SAAS,yBAAgC;IAEnD;;OAEG;IACH,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAK7B;IAED;;OAEG;IACH,IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAK7B;IAED;;OAEG;IACH,IACI,cAAc,CAAC,KAAK,EAAE,MAAM,EAK/B;IACD,IAAI,cAAc,IAAI,MAAM,CAE3B;IAED;;OAEG;IACM,OAAO,SAAO;IAEvB,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAA2B;IAClE,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAAmC;IACjF,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,aAAa,CAAQ;IAC7B,OAAO,CAAC,aAAa,CAAQ;IAC7B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,eAAe,CAAiB;IACxC,OAAO,CAAC,MAAM,CAAgD;IAC9D,OAAO,CAAC,oBAAoB,CAAkC;IAC9D,OAAO,CAAC,MAAM,CAAoB;IAClC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,wBAAwB,CAAiB;IACjD,OAAO,CAAC,QAAQ,CAA4C;gBAGjD,QAAQ,EAAE,QAAQ,EACjB,EAAE,EAAE,UAAU,EACd,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,eAAe,EACxB,QAAQ,EAAE,SAAS,EACE,UAAU,EAAE,MAAM;IAanD,SAAS,IAAI,IAAI;IAUjB,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,2BAA2B;IAMnC,OAAO,CAAC,0BAA0B;IAOlC,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,0BAA0B;IAgClC,OAAO,CAAC,aAAa;yCA5NZ,uBAAuB;2CAAvB,uBAAuB;wCAkOu+vc,OAAQ;2CAAR,OAAQ;2CAAR,OAAQ;CADlhwc"}
@@ -2,8 +2,17 @@ import { AfterContentInit } from '@angular/core';
2
2
  import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import { EclContentBlockComponent } from '@eui/ecl/components/ecl-content-block';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Component that represents one navigation list item, has title and image and/or list of links/secondary links.
7
+ */
5
8
  export declare class EclNavigationListItemComponent extends ECLBaseDirective implements AfterContentInit {
9
+ /**
10
+ * The role of the underlying HTML element is 'article', should not be changed.
11
+ */
6
12
  role: string;
13
+ /**
14
+ * Different variants, that add styling for different type of displaing the picture, used in the list item.
15
+ */
7
16
  variant: 'illustration' | 'image-as-illustration' | '';
8
17
  get cssClasses(): string;
9
18
  eclContentBlock: EclContentBlockComponent;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-navigation-list-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2D,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;;AAEjF,qBAKa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAElE,IAAI,SAAa;IAClC,OAAO,EAAE,cAAc,GAAG,uBAAuB,GAAG,EAAE,CAAM;IACrE,IACI,UAAU,IAAI,MAAM,CAMvB;IAEyD,eAAe,EAAE,wBAAwB,CAAC;IAEpG,SAAS,UAAQ;IAEjB,kBAAkB,IAAI,IAAI;yCAjBjB,8BAA8B;2CAA9B,8BAA8B;CAsB1C"}
1
+ {"version":3,"file":"ecl-navigation-list-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2D,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;;AAEjF;;GAEG;AACH,qBAKa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAE5F;;OAEG;IACuB,IAAI,SAAa;IAC3C;;OAEG;IACM,OAAO,EAAE,cAAc,GAAG,uBAAuB,GAAG,EAAE,CAAM;IACrE,IACI,UAAU,IAAI,MAAM,CAMvB;IAEyD,eAAe,EAAE,wBAAwB,CAAC;IAEpG,SAAS,UAAQ;IAEjB,kBAAkB,IAAI,IAAI;yCAvBjB,8BAA8B;2CAA9B,8BAA8B;CA6B1C"}
@@ -1,10 +1,16 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * This directive adds specific class to the picture element, used in 'ecl-navigation-list-item'.
5
+ */
3
6
  export declare class EclNavigationListPictureDirective extends ECLBaseDirective {
4
7
  get cssClasses(): string;
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EclNavigationListPictureDirective, never>;
6
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclNavigationListPictureDirective, "picture[eclNavigationListPicture]", never, {}, {}, never, never, false, never>;
7
10
  }
11
+ /**
12
+ * This directive adds specific class to the image element, used in 'ecl-navigation-list-item'.
13
+ */
8
14
  export declare class EclNavigationListImageDirective extends ECLBaseDirective {
9
15
  get cssClasses(): string;
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<EclNavigationListImageDirective, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-navigation-list-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list-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;AAED,qBAIa,+BAAgC,SAAQ,gBAAgB;IACjE,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,+BAA+B;2CAA/B,+BAA+B;CAK3C"}
1
+ {"version":3,"file":"ecl-navigation-list-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list-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;AAED;;GAEG;AACH,qBAIa,+BAAgC,SAAQ,gBAAgB;IACjE,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,+BAA+B;2CAA/B,+BAA+B;CAK3C"}
@@ -2,10 +2,23 @@ import { AfterContentInit, QueryList } from '@angular/core';
2
2
  import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import { EclNavigationListItemComponent } from './ecl-navigation-list-item.component';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Navigation lists provide users with a quick way to scan through items and access the information they are looking for.
7
+ * It can offer a quick description of the parent page and/or display child pages that belong to it.
8
+ */
5
9
  export declare class EclNavigationListComponent extends ECLBaseDirective implements AfterContentInit {
6
10
  get cssClasses(): string;
11
+ /**
12
+ * Property that describes how many columns the navigation list has. Default value is 2.
13
+ */
7
14
  columns: number;
15
+ /**
16
+ * Property that describes if each item will have a border. Default is 'true'.
17
+ */
8
18
  hasBorders: boolean;
19
+ /**
20
+ * The list of navigation list items.
21
+ */
9
22
  listItems: QueryList<EclNavigationListItemComponent>;
10
23
  ngAfterContentInit(): void;
11
24
  static ɵfac: i0.ɵɵFactoryDeclaration<EclNavigationListComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-navigation-list.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAkD,SAAS,EAAiD,MAAM,eAAe,CAAC;AAC3J,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;;AAEtF,qBAKa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB;IAExF,IACI,UAAU,IAAI,MAAM,CAEvB;IAEsC,OAAO,SAAK;IACX,UAAU,UAAQ;IAES,SAAS,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAExH,kBAAkB,IAAI,IAAI;yCAZjB,0BAA0B;2CAA1B,0BAA0B;sCAoBw/gd,OAAQ;yCAA9a,OAAQ;CADhogd"}
1
+ {"version":3,"file":"ecl-navigation-list.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-navigation-list/ecl-navigation-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAkD,SAAS,EAAiD,MAAM,eAAe,CAAC;AAC3J,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;;AAEtF;;;GAGG;AACH,qBAKa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB;IAExF,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACoC,OAAO,SAAK;IACnD;;OAEG;IACqC,UAAU,UAAQ;IAE1D;;OAEG;IACgE,SAAS,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAExH,kBAAkB,IAAI,IAAI;yCArBjB,0BAA0B;2CAA1B,0BAA0B;sCA8Bk8/c,OAAQ;yCAA9a,OAAQ;CAD1k/c"}
@@ -1,11 +1,27 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Styles the background picture inside the page header.
5
+ */
3
6
  export declare class EclPageHeaderBackgroundPictureDirective extends ECLBaseDirective {
7
+ /**
8
+ * Applies 'ecl-picture ecl-page-header__picture-background' classes to the host.
9
+ *
10
+ * @default 'ecl-picture ecl-page-header__picture-background'
11
+ */
4
12
  className: string;
5
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderBackgroundPictureDirective, never>;
6
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderBackgroundPictureDirective, "[eclPageHeaderBackgroundPicture]", never, {}, {}, never, never, false, never>;
7
15
  }
16
+ /**
17
+ * Styles the background image inside the page header.
18
+ */
8
19
  export declare class EclPageHeaderBackgroundImageDirective extends ECLBaseDirective {
20
+ /**
21
+ * Applies 'ecl-page-header__background' class to the host.
22
+ *
23
+ * @default 'ecl-page-header__background'
24
+ */
9
25
  className: string;
10
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderBackgroundImageDirective, never>;
11
27
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderBackgroundImageDirective, "[eclPageHeaderBackgroundImage]", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header-background.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-background.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,uCAAwC,SAAQ,gBAAgB;IACnD,SAAS,SAAqD;yCAD3E,uCAAuC;2CAAvC,uCAAuC;CAEnD;AAED,qBAIa,qCAAsC,SAAQ,gBAAgB;IACjD,SAAS,SAAiC;yCADvD,qCAAqC;2CAArC,qCAAqC;CAEjD"}
1
+ {"version":3,"file":"ecl-page-header-background.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-background.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,uCAAwC,SAAQ,gBAAgB;IACzE;;;;OAIG;IACmB,SAAS,SAAqD;yCAN3E,uCAAuC;2CAAvC,uCAAuC;CAOnD;AAED;;GAEG;AACH,qBAIa,qCAAsC,SAAQ,gBAAgB;IACvE;;;;OAIG;IACmB,SAAS,SAAiC;yCANvD,qCAAqC;2CAArC,qCAAqC;CAOjD"}
@@ -1,21 +1,53 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Styles the container for the page header description.
5
+ */
3
6
  export declare class EclPageHeaderDescriptionContainerDirective extends ECLBaseDirective {
7
+ /**
8
+ * Applies 'ecl-page-header__description-container' class to the host.
9
+ *
10
+ * @default 'ecl-page-header__description-container'
11
+ */
4
12
  className: string;
5
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderDescriptionContainerDirective, never>;
6
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderDescriptionContainerDirective, "[eclPageHeaderDescriptionContainer]", never, {}, {}, never, never, false, never>;
7
15
  }
16
+ /**
17
+ * Styles a picture used in the page header description.
18
+ */
8
19
  export declare class EclPageHeaderDescriptionPictureDirective extends ECLBaseDirective {
20
+ /**
21
+ * Applies 'ecl-picture ecl-page-header__picture-thumbnail' classes to the host.
22
+ *
23
+ * @default 'ecl-picture ecl-page-header__picture-thumbnail'
24
+ */
9
25
  className: string;
10
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderDescriptionPictureDirective, never>;
11
27
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderDescriptionPictureDirective, "[eclPageHeaderDescriptionPicture]", never, {}, {}, never, never, false, never>;
12
28
  }
29
+ /**
30
+ * Styles a thumbnail or image in the page header description.
31
+ */
13
32
  export declare class EclPageHeaderDescriptionThumbnailDirective extends ECLBaseDirective {
33
+ /**
34
+ * Applies 'ecl-page-header__description-thumbnail' class to the host.
35
+ *
36
+ * @default 'ecl-page-header__description-thumbnail'
37
+ */
14
38
  className: string;
15
39
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderDescriptionThumbnailDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderDescriptionThumbnailDirective, "[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage] ", never, {}, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderDescriptionThumbnailDirective, "[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage]", never, {}, {}, never, never, false, never>;
17
41
  }
42
+ /**
43
+ * Styles the text description in the page header.
44
+ */
18
45
  export declare class EclPageHeaderDescriptionDirective extends ECLBaseDirective {
46
+ /**
47
+ * Applies 'ecl-page-header__description' class to the host.
48
+ *
49
+ * @default 'ecl-page-header__description'
50
+ */
19
51
  className: string;
20
52
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderDescriptionDirective, never>;
21
53
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderDescriptionDirective, "[eclPageHeaderDescription]", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0CAA2C,SAAQ,gBAAgB;IACtD,SAAS,SAA4C;yCADlE,0CAA0C;2CAA1C,0CAA0C;CAEtD;AAED,qBAIa,wCAAyC,SAAQ,gBAAgB;IACpD,SAAS,SAAoD;yCAD1E,wCAAwC;2CAAxC,wCAAwC;CAEpD;AAED,qBAIa,0CAA2C,SAAQ,gBAAgB;IACtD,SAAS,SAA4C;yCADlE,0CAA0C;2CAA1C,0CAA0C;CAEtD;AAED,qBAIa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAAkC;yCADxD,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
1
+ {"version":3,"file":"ecl-page-header-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0CAA2C,SAAQ,gBAAgB;IAC5E;;;;OAIG;IACmB,SAAS,SAA4C;yCANlE,0CAA0C;2CAA1C,0CAA0C;CAOtD;AAED;;GAEG;AACH,qBAIa,wCAAyC,SAAQ,gBAAgB;IAC1E;;;;OAIG;IACmB,SAAS,SAAoD;yCAN1E,wCAAwC;2CAAxC,wCAAwC;CAOpD;AAED;;GAEG;AACH,qBAIa,0CAA2C,SAAQ,gBAAgB;IAC5E;;;;OAIG;IACmB,SAAS,SAA4C;yCANlE,0CAA0C;2CAA1C,0CAA0C;CAOtD;AAED;;GAEG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IACnE;;;;OAIG;IACmB,SAAS,SAAkC;yCANxD,iCAAiC;2CAAjC,iCAAiC;CAO7C"}
@@ -1,6 +1,14 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Styles the info section in the page header.
5
+ */
3
6
  export declare class EclPageHeaderInfoDirective extends ECLBaseDirective {
7
+ /**
8
+ * Applies 'ecl-page-header__info' class to the host.
9
+ *
10
+ * @default 'ecl-page-header__info'
11
+ */
4
12
  className: string;
5
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderInfoDirective, never>;
6
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderInfoDirective, "[eclPageHeaderInfo]", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header-info.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-info.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;IACtC,SAAS,SAA2B;yCADjD,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
1
+ {"version":3,"file":"ecl-page-header-info.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-info.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAC5D;;;;OAIG;IACmB,SAAS,SAA2B;yCANjD,0BAA0B;2CAA1B,0BAA0B;CAOtC"}
@@ -1,11 +1,27 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Styles the meta section in the page header.
5
+ */
3
6
  export declare class EclPageHeaderMetaDirective extends ECLBaseDirective {
7
+ /**
8
+ * Applies 'ecl-page-header__meta' class to the host.
9
+ *
10
+ * @default 'ecl-page-header__meta'
11
+ */
4
12
  className: string;
5
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderMetaDirective, never>;
6
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderMetaDirective, "[eclPageHeaderMeta]", never, {}, {}, never, never, false, never>;
7
15
  }
16
+ /**
17
+ * Styles individual meta items in the page header.
18
+ */
8
19
  export declare class EclPageHeaderMetaItemDirective extends ECLBaseDirective {
20
+ /**
21
+ * Applies 'ecl-page-header__meta-item' class to the host.
22
+ *
23
+ * @default 'ecl-page-header__meta-item'
24
+ */
9
25
  className: string;
10
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderMetaItemDirective, never>;
11
27
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderMetaItemDirective, "[eclPageHeaderMetaItem]", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header-meta.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-meta.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;IACtC,SAAS,SAA2B;yCADjD,0BAA0B;2CAA1B,0BAA0B;CAEtC;AAED,qBAIa,8BAA+B,SAAQ,gBAAgB;IAC1C,SAAS,SAAgC;yCADtD,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
1
+ {"version":3,"file":"ecl-page-header-meta.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-meta.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAC5D;;;;OAIG;IACmB,SAAS,SAA2B;yCANjD,0BAA0B;2CAA1B,0BAA0B;CAOtC;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IAChE;;;;OAIG;IACmB,SAAS,SAAgC;yCANtD,8BAA8B;2CAA9B,8BAA8B;CAO1C"}
@@ -1,7 +1,21 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Styles the title section in the page header.
5
+ */
3
6
  export declare class EclPageHeaderTitleDirective extends ECLBaseDirective {
7
+ /**
8
+ * Whether the title is visible.
9
+ *
10
+ * @default true
11
+ */
4
12
  isTitleVisible: boolean;
13
+ /**
14
+ * CSS classes applied to the host.
15
+ *
16
+ * @default 'ecl-page-header__title'
17
+ * 'ecl-u-sr-only' if the title is hidden
18
+ */
5
19
  get cssClasses(): string;
6
20
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderTitleDirective, never>;
7
21
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPageHeaderTitleDirective, "[eclPageHeaderTitle]", never, { "isTitleVisible": { "alias": "isTitleVisible"; "required": false; }; }, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header-title.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,2BAA4B,SAAQ,gBAAgB;IACrB,cAAc,UAAS;IAE/D,IACI,UAAU,IAAI,MAAM,CAEvB;yCANQ,2BAA2B;2CAA3B,2BAA2B;6CAQ2rhd,OAAQ;CAD1uhd"}
1
+ {"version":3,"file":"ecl-page-header-title.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IAC7D;;;;OAIG;IACqC,cAAc,UAAQ;IAE9D;;;;;OAKG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;yCApBQ,2BAA2B;2CAA3B,2BAA2B;6CAsB03gd,OAAQ;CADz6gd"}
@@ -3,12 +3,33 @@ import { ECLBaseDirective } from '@eui/ecl/core';
3
3
  import { EclBreadcrumbComponent } from '@eui/ecl/components/ecl-breadcrumb';
4
4
  import { EclPageHeaderBackgroundPictureDirective } from './ecl-page-header-background.directive';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * ECL Page Header component, wraps header content and handles background images and breadcrumb styling.
8
+ */
6
9
  export declare class EclPageHeaderComponent extends ECLBaseDirective implements AfterContentInit {
10
+ /**
11
+ * CSS classes applied to the host.
12
+ *
13
+ * @default 'ecl-page-header'
14
+ * Adds 'ecl-page-header--image' if a background picture exists
15
+ */
7
16
  get cssClasses(): string;
17
+ /**
18
+ * Reference to the ECL breadcrumb inside the header.
19
+ */
8
20
  eclBreadcrumbComponent: EclBreadcrumbComponent;
21
+ /**
22
+ * Reference to the background picture directive, if present.
23
+ */
9
24
  eclBackgroundPicture: EclPageHeaderBackgroundPictureDirective;
10
25
  private readonly BREADCRUMB_CLASS;
26
+ /**
27
+ * Adds CSS class to the breadcrumb after content initialization.
28
+ */
11
29
  ngAfterContentInit(): void;
30
+ /**
31
+ * True if a background picture exists.
32
+ */
12
33
  get hasPicture(): boolean;
13
34
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPageHeaderComponent, never>;
14
35
  static ɵcmp: i0.ɵɵComponentDeclaration<EclPageHeaderComponent, "ecl-page-header", never, {}, {}, ["eclBreadcrumbComponent", "eclBackgroundPicture"], ["[eclPageHeaderBackgroundPicture]", "*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-page-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA+C,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,uCAAuC,EAAE,MAAM,wCAAwC,CAAC;;AAEjG,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,gBAAgB;IAEpF,IACI,UAAU,IAAI,MAAM,CAMvB;IAGD,sBAAsB,EAAE,sBAAsB,CAAC;IAG/C,oBAAoB,EAAE,uCAAuC,CAAC;IAE9D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAiC;IAElE,kBAAkB,IAAI,IAAI;IAM1B,IAAI,UAAU,IAAI,OAAO,CAExB;yCA3BQ,sBAAsB;2CAAtB,sBAAsB;CA4BlC"}
1
+ {"version":3,"file":"ecl-page-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-page-header/ecl-page-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAwC,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,uCAAuC,EAAE,MAAM,wCAAwC,CAAC;;AAEjG;;GAEG;AACH,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,gBAAgB;IACpF;;;;;OAKG;IACH,IACI,UAAU,IAAI,MAAM,CAMvB;IAED;;OAEG;IAEH,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C;;OAEG;IAEH,oBAAoB,EAAE,uCAAuC,CAAC;IAE9D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAiC;IAElE;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAM1B;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;yCA5CQ,sBAAsB;2CAAtB,sBAAsB;CA6ClC"}
@@ -3,29 +3,92 @@ import { Params, QueryParamsHandling } from '@angular/router';
3
3
  import { EclBaseEvent } from '@eui/ecl/core';
4
4
  import { ECLBaseDirective } from '@eui/ecl/core';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Event emitted when a pagination item is clicked.
8
+ */
6
9
  export declare class EclPaginationItemClickEvent extends EclBaseEvent {
7
10
  }
8
11
  export declare class EclPaginationItemComponent extends ECLBaseDirective {
9
12
  el: ElementRef;
10
13
  get cssClasses(): string;
14
+ /**
15
+ * Sets the `role` attribute for accessibility.
16
+ */
11
17
  role: string;
18
+ /**
19
+ * Text content of the pagination item.
20
+ */
12
21
  label: string;
22
+ /**
23
+ * Value for the `aria-label` attribute used for accessibility.
24
+ */
13
25
  ariaLabel: string;
26
+ /**
27
+ * Total number of pages displayed by the pagination component.
28
+ */
14
29
  pagesCount: string;
30
+ /**
31
+ * Adds the `ecl-pagination__item--current` class when true.
32
+ */
15
33
  isCurrent: boolean;
34
+ /**
35
+ * Adds the `ecl-pagination__item--next` class when true.
36
+ */
16
37
  isNext: boolean;
38
+ /**
39
+ * Adds the `ecl-pagination__item--previous` class when true.
40
+ */
17
41
  isPrevious: boolean;
42
+ /**
43
+ * Adds the `ecl-pagination__item--truncation` class when true.
44
+ */
18
45
  isTruncated: boolean;
46
+ /**
47
+ * Router navigation link for Angular routing.
48
+ */
19
49
  routerLink: string | any[];
50
+ /**
51
+ * Query parameters for the router link.
52
+ */
20
53
  queryParams: Params | null;
54
+ /**
55
+ * Determines how query parameters are handled during navigation.
56
+ */
21
57
  queryParamsHandling: QueryParamsHandling;
58
+ /**
59
+ * Href link for navigation.
60
+ */
22
61
  href: string;
62
+ /**
63
+ * Emits when the pagination item is clicked.
64
+ */
23
65
  pageClick: EventEmitter<EclPaginationItemClickEvent>;
66
+ /**
67
+ * Adds relevant classes to the host element.
68
+ */
24
69
  constructor(el: ElementRef);
70
+ /**
71
+ * Returns true if this item is an icon-only element (previous or next page).
72
+ */
25
73
  get isIconOnly(): boolean;
74
+ /**
75
+ * Handles the click event and emits the `pageClick` output.
76
+ * Prevents event propagation if no href is defined.
77
+ *
78
+ * @param evt Event object from the DOM click event.
79
+ */
26
80
  onPageClick(evt: Event): void;
81
+ /**
82
+ * Returns the i18n translation key for the ARIA label.
83
+ */
27
84
  geti18nPageAriaLabelKey(): string;
85
+ /**
86
+ * Returns the i18n translation key for the visible label.
87
+ */
28
88
  geti18nPageLabelKey(): string;
89
+ /**
90
+ * Returns true if the item is either previous or next.
91
+ */
29
92
  isPrevOrNextVisible(): boolean;
30
93
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPaginationItemComponent, never>;
31
94
  static ɵcmp: i0.ɵɵComponentDeclaration<EclPaginationItemComponent, "ecl-pagination-item, li[eclPaginationItem]", never, { "label": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "pagesCount": { "alias": "pagesCount"; "required": false; }; "isCurrent": { "alias": "isCurrent"; "required": false; }; "isNext": { "alias": "isNext"; "required": false; }; "isPrevious": { "alias": "isPrevious"; "required": false; }; "isTruncated": { "alias": "isTruncated"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "pageClick": "pageClick"; }, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-pagination-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAmE,MAAM,eAAe,CAAC;AACrI,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAAa,2BAA4B,SAAQ,YAAY;CAAG;AAGhE,qBAMa,0BAA2B,SAAQ,gBAAgB;IA6BzC,EAAE,EAAE,UAAU;IA5BjC,IACI,UAAU,IAAI,MAAM,CASvB;IACyB,IAAI,SAAc;IAEnC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACY,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACmC,WAAW,UAAS;IAE1G,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,mBAAmB,EAAE,mBAAmB,CAAQ;IAChD,IAAI,EAAE,MAAM,CAAC;IAEZ,SAAS,4CAAmD;gBAEnD,EAAE,EAAE,UAAU;IAOjC,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,WAAW,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAO7B,uBAAuB,IAAI,MAAM;IAajC,mBAAmB,IAAI,MAAM;IAW7B,mBAAmB,IAAI,OAAO;yCAvErB,0BAA0B;2CAA1B,0BAA0B;wCA2E+s8c,OAAQ;qCAAR,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;CAD7v8c"}
1
+ {"version":3,"file":"ecl-pagination-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAmE,MAAM,eAAe,CAAC;AACrI,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAAa,2BAA4B,SAAQ,YAAY;CAAG;AAGhE,qBAMa,0BAA2B,SAAQ,gBAAgB;IAkFzC,EAAE,EAAE,UAAU;IAjFjC,IACI,UAAU,IAAI,MAAM,CASvB;IAED;;OAEG;IACuB,IAAI,SAAc;IAE5C;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,SAAS,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACM,UAAU,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACqC,SAAS,EAAE,OAAO,CAAC;IAE3D;;OAEG;IACqC,MAAM,EAAE,OAAO,CAAC;IAExD;;OAEG;IACqC,UAAU,EAAE,OAAO,CAAC;IAE5D;;OAEG;IAC4F,WAAW,UAAS;IAEnH;;OAEG;IAEM,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAE3C;;OAEG;IACM,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE3C;;OAEG;IACM,mBAAmB,EAAE,mBAAmB,CAAQ;IAEzD;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACO,SAAS,4CAAmD;IAEtE;;OAEG;gBACgB,EAAE,EAAE,UAAU;IAOjC;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;;;;OAKG;IACH,WAAW,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAO7B;;OAEG;IACH,uBAAuB,IAAI,MAAM;IAajC;;OAEG;IACH,mBAAmB,IAAI,MAAM;IAW7B;;OAEG;IACH,mBAAmB,IAAI,OAAO;yCA9IrB,0BAA0B;2CAA1B,0BAA0B;wCAkJ+n5c,OAAQ;qCAAR,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;CAD7q5c"}
@@ -1,6 +1,13 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive to apply ECL styles to the pagination list element.
5
+ * Adds the `ecl-pagination__list` class to the host element.
6
+ */
3
7
  export declare class EclPaginationListDirective extends ECLBaseDirective {
8
+ /**
9
+ * Adds the `ecl-pagination__list` class to the host element.
10
+ */
4
11
  hasClass: boolean;
5
12
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPaginationListDirective, never>;
6
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<EclPaginationListDirective, "[eclPaginationList]", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-pagination-list.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination-list.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;IACjB,QAAQ,UAAQ;yCADlD,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
1
+ {"version":3,"file":"ecl-pagination-list.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination-list.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAC5D;;OAEG;IACwC,QAAQ,UAAQ;yCAJlD,0BAA0B;2CAA1B,0BAA0B;CAKtC"}
@@ -4,24 +4,89 @@ import { ECLBaseDirective } from '@eui/ecl/core';
4
4
  import { EclPaginationEvent } from './events/ecl-pagination.event';
5
5
  import { EclPaginationListDirective } from './ecl-pagination-list.directive';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Component rendering the ECL pagination.
9
+ * Supports manual and automatic modes.
10
+ * Emits page change events and manages pagination logic.
11
+ */
7
12
  export declare class EclPaginationComponent extends ECLBaseDirective implements OnInit, OnChanges {
13
+ /**
14
+ * Defines the pagination mode.
15
+ * - `manual` - component waits for external events to change pages.
16
+ * - `auto` - component manages the pages automatically based on inputs.
17
+ */
8
18
  mode: 'manual' | 'auto';
19
+ /**
20
+ * Total number of items in the list.
21
+ */
9
22
  totalItems: number;
23
+ /**
24
+ * Number of items displayed on a single page.
25
+ */
10
26
  pageSize: number;
27
+ /**
28
+ * Currently selected page number.
29
+ */
11
30
  currentPage: number;
31
+ /**
32
+ * Number of pagination links visible around the current page.
33
+ */
12
34
  pageWindowSize: number;
35
+ /**
36
+ * Emits a pagination event each time the page changes.
37
+ */
13
38
  page: EventEmitter<EclPaginationEvent>;
39
+ /**
40
+ * Adds the `ecl-pagination` class to the host element.
41
+ */
14
42
  cmpClass: boolean;
43
+ /**
44
+ * Sets the ARIA role to indicate navigation.
45
+ */
15
46
  role: string;
47
+ /**
48
+ * Reference to the pagination list directive inside the component's content.
49
+ */
16
50
  eclPaginationList: EclPaginationListDirective;
51
+ /**
52
+ * Internal pagination model storing pagination data and logic.
53
+ */
17
54
  model: EuiPagination;
55
+ /**
56
+ * Lifecycle hook that runs once after component initialization.
57
+ * In automatic mode, triggers an initial page event.
58
+ */
18
59
  ngOnInit(): void;
60
+ /**
61
+ * Lifecycle hook called on input changes.
62
+ * Re-creates the pagination model in automatic mode.
63
+ */
19
64
  ngOnChanges(): void;
65
+ /**
66
+ * Returns true if the pagination list exists in the template.
67
+ */
20
68
  get hasList(): boolean;
69
+ /**
70
+ * Navigates to the previous page and emits a page change event.
71
+ */
21
72
  onPreviousPage(): void;
73
+ /**
74
+ * Navigates to the next page and emits a page change event.
75
+ */
22
76
  onNextPage(): void;
77
+ /**
78
+ * Navigates to a specific page and emits a page change event.
79
+ *
80
+ * @param page The page number to navigate to.
81
+ */
23
82
  onPage(page: number): void;
83
+ /**
84
+ * Checks if the component is in automatic mode.
85
+ */
24
86
  isModeAuto(): boolean;
87
+ /**
88
+ * Emits the page change event with the current pagination state.
89
+ */
25
90
  private firePageEvent;
26
91
  static ɵfac: i0.ɵɵFactoryDeclaration<EclPaginationComponent, never>;
27
92
  static ɵcmp: i0.ɵɵComponentDeclaration<EclPaginationComponent, "ecl-pagination", never, { "mode": { "alias": "mode"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageWindowSize": { "alias": "pageWindowSize"; "required": false; }; }, { "page": "page"; }, ["eclPaginationList"], ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-pagination.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,YAAY,EAAsB,SAAS,EAAE,MAAM,EAA2B,MAAM,eAAe,CAAC;AACtI,OAAO,EAAiB,aAAa,EAAE,MAAM,WAAW,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAE7E,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAC5E,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAY;IACL,UAAU,EAAE,MAAM,CAA4B;IAC9C,QAAQ,EAAE,MAAM,CAA0B;IAC1C,WAAW,EAAE,MAAM,CAA6B;IAChD,cAAc,EAAE,MAAM,CAAgC;IAEnF,IAAI,mCAA0C;IAEnB,QAAQ,UAAQ;IAC3B,IAAI,SAAgB;IAEJ,iBAAiB,EAAE,0BAA0B,CAAC;IAEjF,KAAK,gBAA0B;IAEtC,QAAQ,IAAI,IAAI;IAQhB,WAAW,IAAI,IAAI;IAWnB,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,cAAc,IAAI,IAAI;IAKtB,UAAU,IAAI,IAAI;IAKlB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAK1B,UAAU,IAAI,OAAO;IAIrB,OAAO,CAAC,aAAa;yCA1DZ,sBAAsB;2CAAtB,sBAAsB;yCAgEqm+c,OAAQ;uCAAR,OAAQ;0CAAR,OAAQ;6CAAR,OAAQ;CAD/o+c"}
1
+ {"version":3,"file":"ecl-pagination.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-pagination/ecl-pagination.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,YAAY,EAAsB,SAAS,EAAE,MAAM,EAA2B,MAAM,eAAe,CAAC;AACtI,OAAO,EAAiB,aAAa,EAAE,MAAM,WAAW,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAE7E;;;;GAIG;AACH,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IACrF;;;;OAIG;IACM,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAY;IAE5C;;OAEG;IACoC,UAAU,EAAE,MAAM,CAA4B;IAErF;;OAEG;IACoC,QAAQ,EAAE,MAAM,CAA0B;IAEjF;;OAEG;IACoC,WAAW,EAAE,MAAM,CAA6B;IAEvF;;OAEG;IACoC,cAAc,EAAE,MAAM,CAAgC;IAE7F;;OAEG;IACO,IAAI,mCAA0C;IAExD;;OAEG;IACkC,QAAQ,UAAQ;IAErD;;OAEG;IACuB,IAAI,SAAgB;IAE9C;;OAEG;IACuC,iBAAiB,EAAE,0BAA0B,CAAC;IAExF;;OAEG;IACI,KAAK,gBAA0B;IAEtC;;;OAGG;IACH,QAAQ,IAAI,IAAI;IAQhB;;;OAGG;IACH,WAAW,IAAI,IAAI;IAWnB;;OAEG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;OAEG;IACH,cAAc,IAAI,IAAI;IAKtB;;OAEG;IACH,UAAU,IAAI,IAAI;IAKlB;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAK1B;;OAEG;IACH,UAAU,IAAI,OAAO;IAIrB;;OAEG;IACH,OAAO,CAAC,aAAa;yCA3HZ,sBAAsB;2CAAtB,sBAAsB;yCAiIi06c,OAAQ;uCAAR,OAAQ;0CAAR,OAAQ;6CAAR,OAAQ;CAD326c"}
@@ -1,8 +1,29 @@
1
1
  import { EclBaseEvent } from '@eui/ecl/core';
2
+ /**
3
+ * Event emitted by EclPaginationComponent when the page changes.
4
+ * Contains information about the current page and visible item range.
5
+ */
2
6
  export declare class EclPaginationEvent extends EclBaseEvent {
3
7
  readonly page: number;
8
+ /**
9
+ * Index of the first item shown on the current page.
10
+ */
4
11
  readonly showingFrom: number;
12
+ /**
13
+ * Index of the last item shown on the current page.
14
+ */
5
15
  readonly showingTo: number;
6
- constructor(page: number, showingFrom: number, showingTo: number);
16
+ /**
17
+ * Current page number after the change.
18
+ */
19
+ constructor(page: number,
20
+ /**
21
+ * Index of the first item shown on the current page.
22
+ */
23
+ showingFrom: number,
24
+ /**
25
+ * Index of the last item shown on the current page.
26
+ */
27
+ showingTo: number);
7
28
  }
8
29
  //# sourceMappingURL=ecl-pagination.event.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-pagination.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-pagination/events/ecl-pagination.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,qBAAa,kBAAmB,SAAQ,YAAY;aAE5B,IAAI,EAAE,MAAM;aACZ,WAAW,EAAE,MAAM;aACnB,SAAS,EAAE,MAAM;gBAFjB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM;CAIxC"}
1
+ {"version":3,"file":"ecl-pagination.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-pagination/events/ecl-pagination.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C;;;GAGG;AACH,qBAAa,kBAAmB,SAAQ,YAAY;aAK5B,IAAI,EAAE,MAAM;IAE5B;;OAEG;aACa,WAAW,EAAE,MAAM;IAEnC;;OAEG;aACa,SAAS,EAAE,MAAM;IAdrC;;OAEG;gBAEiB,IAAI,EAAE,MAAM;IAE5B;;OAEG;IACa,WAAW,EAAE,MAAM;IAEnC;;OAEG;IACa,SAAS,EAAE,MAAM;CAIxC"}
@@ -1,7 +1,20 @@
1
1
  import { ECLBaseDirective } from '@eui/ecl/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Component that displays help text for the ECL radio input.
5
+ *
6
+ * Supports styling for the disabled state and applies the proper ECL CSS classes.
7
+ * Should be placed inside a component using eclRadio.
8
+ */
3
9
  export declare class EclRadioHelpComponent extends ECLBaseDirective {
10
+ /**
11
+ * Adds styling for a disabled help text.
12
+ */
4
13
  isDisabled: boolean;
14
+ /**
15
+ * Returns the CSS classes applied to the host element.
16
+ * Includes the base ecl-radio__help class.
17
+ */
5
18
  get cssClasses(): string;
6
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EclRadioHelpComponent, never>;
7
20
  static ɵcmp: i0.ɵɵComponentDeclaration<EclRadioHelpComponent, "[eclRadioHelp]", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"ecl-radio-help.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-help.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAMa,qBAAsB,SAAQ,gBAAgB;IACiC,UAAU,UAAS;IAE3G,IACI,UAAU,IAAI,MAAM,CAEvB;yCANQ,qBAAqB;2CAArB,qBAAqB;yCAQ8lhd,OAAQ;CADvohd"}
1
+ {"version":3,"file":"ecl-radio-help.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-help.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;;GAKG;AACH,qBAMa,qBAAsB,SAAQ,gBAAgB;IACvD;;OAEG;IAGH,UAAU,UAAS;IAEnB;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAfQ,qBAAqB;2CAArB,qBAAqB;yCAiBwsgd,OAAQ;CADjvgd"}