@eui/ecl 19.3.3-snapshot-1756713161754 → 21.0.0-alpha.10

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 (1121) hide show
  1. package/components/ecl-accordion/index.d.ts +92 -8
  2. package/components/ecl-accordion/index.d.ts.map +1 -1
  3. package/components/ecl-app/index.d.ts +51 -5
  4. package/components/ecl-app/index.d.ts.map +1 -1
  5. package/components/ecl-banner/index.d.ts +223 -13
  6. package/components/ecl-banner/index.d.ts.map +1 -1
  7. package/components/ecl-blockquote/index.d.ts +91 -8
  8. package/components/ecl-blockquote/index.d.ts.map +1 -1
  9. package/components/ecl-breadcrumb/index.d.ts +193 -11
  10. package/components/ecl-breadcrumb/index.d.ts.map +1 -1
  11. package/components/ecl-button/index.d.ts +118 -7
  12. package/components/ecl-button/index.d.ts.map +1 -1
  13. package/components/ecl-card/index.d.ts +105 -9
  14. package/components/ecl-card/index.d.ts.map +1 -1
  15. package/components/ecl-carousel/index.d.ts +411 -9
  16. package/components/ecl-carousel/index.d.ts.map +1 -1
  17. package/components/ecl-category-filter/index.d.ts +203 -10
  18. package/components/ecl-category-filter/index.d.ts.map +1 -1
  19. package/components/ecl-checkbox/index.d.ts +127 -11
  20. package/components/ecl-checkbox/index.d.ts.map +1 -1
  21. package/components/ecl-content-block/index.d.ts +226 -7
  22. package/components/ecl-content-block/index.d.ts.map +1 -1
  23. package/components/ecl-content-item/index.d.ts +122 -7
  24. package/components/ecl-content-item/index.d.ts.map +1 -1
  25. package/components/ecl-date-block/index.d.ts +75 -5
  26. package/components/ecl-date-block/index.d.ts.map +1 -1
  27. package/components/ecl-date-picker/index.d.ts +143 -6
  28. package/components/ecl-date-picker/index.d.ts.map +1 -1
  29. package/components/ecl-expandable/index.d.ts +70 -5
  30. package/components/ecl-expandable/index.d.ts.map +1 -1
  31. package/components/ecl-fact-figures/index.d.ts +137 -15
  32. package/components/ecl-fact-figures/index.d.ts.map +1 -1
  33. package/components/ecl-featured/index.d.ts +100 -13
  34. package/components/ecl-featured/index.d.ts.map +1 -1
  35. package/components/ecl-feedback-message/index.d.ts +45 -5
  36. package/components/ecl-feedback-message/index.d.ts.map +1 -1
  37. package/components/ecl-file/index.d.ts +257 -16
  38. package/components/ecl-file/index.d.ts.map +1 -1
  39. package/components/ecl-file-upload/index.d.ts +133 -7
  40. package/components/ecl-file-upload/index.d.ts.map +1 -1
  41. package/components/ecl-form-group/index.d.ts +47 -5
  42. package/components/ecl-form-group/index.d.ts.map +1 -1
  43. package/components/ecl-form-label/index.d.ts +62 -7
  44. package/components/ecl-form-label/index.d.ts.map +1 -1
  45. package/components/ecl-gallery/index.d.ts +369 -13
  46. package/components/ecl-gallery/index.d.ts.map +1 -1
  47. package/components/ecl-help-block/index.d.ts +39 -5
  48. package/components/ecl-help-block/index.d.ts.map +1 -1
  49. package/components/ecl-icon/index.d.ts +108 -5
  50. package/components/ecl-icon/index.d.ts.map +1 -1
  51. package/components/ecl-inpage-navigation/index.d.ts +207 -10
  52. package/components/ecl-inpage-navigation/index.d.ts.map +1 -1
  53. package/components/ecl-label/index.d.ts +45 -5
  54. package/components/ecl-label/index.d.ts.map +1 -1
  55. package/components/ecl-link/index.d.ts +87 -7
  56. package/components/ecl-link/index.d.ts.map +1 -1
  57. package/components/ecl-list/index.d.ts +207 -9
  58. package/components/ecl-list/index.d.ts.map +1 -1
  59. package/components/ecl-list-illustration/index.d.ts +148 -11
  60. package/components/ecl-list-illustration/index.d.ts.map +1 -1
  61. package/components/ecl-loading-indicator/index.d.ts +98 -9
  62. package/components/ecl-loading-indicator/index.d.ts.map +1 -1
  63. package/components/ecl-media-container/index.d.ts +107 -13
  64. package/components/ecl-media-container/index.d.ts.map +1 -1
  65. package/components/ecl-mega-menu/index.d.ts +508 -23
  66. package/components/ecl-mega-menu/index.d.ts.map +1 -1
  67. package/components/ecl-menu/index.d.ts +510 -9
  68. package/components/ecl-menu/index.d.ts.map +1 -1
  69. package/components/ecl-modal/index.d.ts +273 -19
  70. package/components/ecl-modal/index.d.ts.map +1 -1
  71. package/components/ecl-multiselect/index.d.ts +604 -19
  72. package/components/ecl-multiselect/index.d.ts.map +1 -1
  73. package/components/ecl-navigation-list/index.d.ts +82 -9
  74. package/components/ecl-navigation-list/index.d.ts.map +1 -1
  75. package/components/ecl-news-ticker/index.d.ts +219 -10
  76. package/components/ecl-news-ticker/index.d.ts.map +1 -1
  77. package/components/ecl-notification/index.d.ts +107 -8
  78. package/components/ecl-notification/index.d.ts.map +1 -1
  79. package/components/ecl-page-header/index.d.ts +195 -15
  80. package/components/ecl-page-header/index.d.ts.map +1 -1
  81. package/components/ecl-pagination/index.d.ts +249 -10
  82. package/components/ecl-pagination/index.d.ts.map +1 -1
  83. package/components/ecl-popover/index.d.ts +157 -9
  84. package/components/ecl-popover/index.d.ts.map +1 -1
  85. package/components/ecl-radio/index.d.ts +135 -11
  86. package/components/ecl-radio/index.d.ts.map +1 -1
  87. package/components/ecl-range/index.d.ts +159 -10
  88. package/components/ecl-range/index.d.ts.map +1 -1
  89. package/components/ecl-rating-field/index.d.ts +85 -6
  90. package/components/ecl-rating-field/index.d.ts.map +1 -1
  91. package/components/ecl-search-form/index.d.ts +71 -6
  92. package/components/ecl-search-form/index.d.ts.map +1 -1
  93. package/components/ecl-select/index.d.ts +100 -7
  94. package/components/ecl-select/index.d.ts.map +1 -1
  95. package/components/ecl-separator/index.d.ts +31 -5
  96. package/components/ecl-separator/index.d.ts.map +1 -1
  97. package/components/ecl-site-footer/index.d.ts +261 -7
  98. package/components/ecl-site-footer/index.d.ts.map +1 -1
  99. package/components/ecl-site-header/index.d.ts +599 -27
  100. package/components/ecl-site-header/index.d.ts.map +1 -1
  101. package/components/ecl-social-media-follow/index.d.ts +55 -9
  102. package/components/ecl-social-media-follow/index.d.ts.map +1 -1
  103. package/components/ecl-social-media-share/index.d.ts +54 -10
  104. package/components/ecl-social-media-share/index.d.ts.map +1 -1
  105. package/components/ecl-splash-page/index.d.ts +154 -15
  106. package/components/ecl-splash-page/index.d.ts.map +1 -1
  107. package/components/ecl-sticky-container/index.d.ts +52 -5
  108. package/components/ecl-sticky-container/index.d.ts.map +1 -1
  109. package/components/ecl-table/index.d.ts +298 -8
  110. package/components/ecl-table/index.d.ts.map +1 -1
  111. package/components/ecl-tabs/index.d.ts +381 -13
  112. package/components/ecl-tabs/index.d.ts.map +1 -1
  113. package/components/ecl-tag/index.d.ts +108 -10
  114. package/components/ecl-tag/index.d.ts.map +1 -1
  115. package/components/ecl-text-area/index.d.ts +42 -5
  116. package/components/ecl-text-area/index.d.ts.map +1 -1
  117. package/components/ecl-text-input/index.d.ts +47 -5
  118. package/components/ecl-text-input/index.d.ts.map +1 -1
  119. package/components/ecl-timeline/index.d.ts +215 -14
  120. package/components/ecl-timeline/index.d.ts.map +1 -1
  121. package/core/index.d.ts +171 -6
  122. package/core/index.d.ts.map +1 -1
  123. package/docs/changelog.html +346 -0
  124. package/docs/components/EclAccordionComponent.html +2 -48
  125. package/docs/components/EclAccordionItemComponent.html +2 -60
  126. package/docs/components/EclAppComponent.html +0 -55
  127. package/docs/components/EclBannerComponent.html +5 -62
  128. package/docs/components/EclBlockquoteComponent.html +0 -55
  129. package/docs/components/EclBreadcrumbComponent.html +2 -56
  130. package/docs/components/EclBreadcrumbSegmentComponent.html +4 -37
  131. package/docs/components/EclButtonComponent.html +2 -48
  132. package/docs/components/EclCardComponent.html +0 -43
  133. package/docs/components/EclCarouselComponent.html +1 -67
  134. package/docs/components/EclCarouselItemComponent.html +1 -47
  135. package/docs/components/EclCategoryFilterComponent.html +2 -32
  136. package/docs/components/EclCategoryFilterItemComponent.html +1 -1
  137. package/docs/components/EclCheckboxLabelComponent.html +1 -1
  138. package/docs/components/EclDateBlockComponent.html +1 -31
  139. package/docs/components/EclDescriptionListDefinitionComponent.html +1 -1
  140. package/docs/components/EclExpandableComponent.html +2 -2
  141. package/docs/components/EclFileComponent.html +3 -49
  142. package/docs/components/EclFileItemComponent.html +0 -46
  143. package/docs/components/EclFileItemsComponent.html +2 -2
  144. package/docs/components/EclGalleryComponent.html +2 -58
  145. package/docs/components/EclGalleryFooterComponent.html +1 -1
  146. package/docs/components/EclGalleryItemComponent.html +1 -68
  147. package/docs/components/EclInpageNavigationComponent.html +3 -120
  148. package/docs/components/EclInpageNavigationItemComponent.html +2 -32
  149. package/docs/components/EclListIllustrationComponent.html +2 -32
  150. package/docs/components/EclMediaContainerComponent.html +2 -45
  151. package/docs/components/EclMegaMenuComponent.html +3 -117
  152. package/docs/components/EclMegaMenuFeaturedComponent.html +0 -43
  153. package/docs/components/EclMegaMenuInfoComponent.html +1 -59
  154. package/docs/components/EclMegaMenuItemComponent.html +6 -99
  155. package/docs/components/EclMegaMenuSubitemComponent.html +5 -71
  156. package/docs/components/EclMenuComponent.html +4 -106
  157. package/docs/components/EclMenuItemComponent.html +6 -63
  158. package/docs/components/EclMenuMegaComponent.html +3 -48
  159. package/docs/components/EclMenuMegaItemComponent.html +0 -43
  160. package/docs/components/EclModalHeaderComponent.html +3 -61
  161. package/docs/components/EclMultiselectComponent.html +2 -95
  162. package/docs/components/EclMultiselectDropdownComponent.html +3 -57
  163. package/docs/components/EclMultiselectInputComponent.html +2 -57
  164. package/docs/components/EclMultiselectOptionComponent.html +0 -43
  165. package/docs/components/EclNewsTickerComponent.html +3 -45
  166. package/docs/components/EclNewsTickerItemComponent.html +1 -47
  167. package/docs/components/EclNotificationComponent.html +3 -49
  168. package/docs/components/EclPaginationItemComponent.html +4 -33
  169. package/docs/components/EclPopoverComponent.html +2 -57
  170. package/docs/components/EclRangeBubbleComponent.html +1 -49
  171. package/docs/components/EclRatingFieldComponent.html +1 -1
  172. package/docs/components/EclSearchFormComponent.html +2 -45
  173. package/docs/components/EclSelectContainerComponent.html +2 -45
  174. package/docs/components/EclSiteFooterComponent.html +1 -59
  175. package/docs/components/EclSiteFooterFixedContentECComponent.html +1 -1
  176. package/docs/components/EclSiteFooterFixedContentEUComponent.html +1 -1
  177. package/docs/components/EclSiteHeaderComponent.html +3 -108
  178. package/docs/components/EclSiteHeaderCustomActionComponent.html +2 -2
  179. package/docs/components/EclSiteHeaderEnvironmentComponent.html +1 -55
  180. package/docs/components/EclSiteHeaderLanguageComponent.html +1 -92
  181. package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +6 -75
  182. package/docs/components/EclSiteHeaderLoginComponent.html +2 -44
  183. package/docs/components/EclSiteHeaderSearchComponent.html +3 -45
  184. package/docs/components/EclSocialMediaFollowItemComponent.html +2 -2
  185. package/docs/components/EclSocialMediaShareItemComponent.html +2 -2
  186. package/docs/components/EclStickyContainerComponent.html +2 -56
  187. package/docs/components/EclTabComponent.html +2 -32
  188. package/docs/components/EclTabLabelComponent.html +1 -49
  189. package/docs/components/EclTableSortButtonComponent.html +2 -50
  190. package/docs/components/EclTabsComponent.html +3 -93
  191. package/docs/components/EclTagComponent.html +3 -33
  192. package/docs/components/EclTimelineItemComponent.html +2 -2
  193. package/docs/directives/ECLClickOutsideDirective.html +0 -43
  194. package/docs/directives/EclBannerImageDirective.html +1 -49
  195. package/docs/directives/EclBannerVideoDirective.html +1 -49
  196. package/docs/directives/EclBreadcrumbContainerDirective.html +1 -47
  197. package/docs/directives/EclCardImageDirective.html +1 -47
  198. package/docs/directives/EclCheckboxInputDirective.html +1 -76
  199. package/docs/directives/EclContentItemImageDirective.html +1 -49
  200. package/docs/directives/EclDatePickerDirective.html +1 -91
  201. package/docs/directives/EclDescriptionListDirective.html +0 -43
  202. package/docs/directives/EclFileUploadDirective.html +0 -91
  203. package/docs/directives/EclGalleryMediaDirective.html +2 -32
  204. package/docs/directives/EclGalleryPictureDirective.html +1 -43
  205. package/docs/directives/EclInpageNavigationListDirective.html +1 -59
  206. package/docs/directives/EclLinkDirective.html +1 -47
  207. package/docs/directives/EclMediaContainerIframeDirective.html +0 -43
  208. package/docs/directives/EclMediaContainerItemDirective.html +2 -35
  209. package/docs/directives/EclMegaMenuFeaturedListItemDirective.html +0 -43
  210. package/docs/directives/EclMegaMenuSublistDirective.html +2 -59
  211. package/docs/directives/EclMultiselectOptionDirective.html +0 -43
  212. package/docs/directives/EclPopoverToggleDirective.html +1 -50
  213. package/docs/directives/EclRadioInputDirective.html +1 -89
  214. package/docs/directives/EclRangeDirective.html +0 -91
  215. package/docs/directives/EclSelectDirective.html +0 -79
  216. package/docs/directives/EclTableCellGroupDirective.html +0 -43
  217. package/docs/directives/EclTableDirective.html +2 -32
  218. package/docs/directives/EclTableHeadDirective.html +1 -31
  219. package/docs/directives/EclTableHeaderDirective.html +0 -67
  220. package/docs/directives/EclTextAreaDirective.html +0 -43
  221. package/docs/directives/EclTextInputDirective.html +0 -43
  222. package/docs/injectables/EclDefaultLanguageService.html +0 -55
  223. package/docs/injectables/EclMegaMenuService.html +1 -31
  224. package/docs/injectables/EclRtlService.html +2 -59
  225. package/docs/injectables/EclThemeService.html +1 -31
  226. package/docs/js/search/search_index.js +2 -2
  227. package/docs/miscellaneous/variables.html +65 -67
  228. package/docs/modules/EclAllModule.html +360 -0
  229. package/docs/properties.html +1 -1
  230. package/fesm2022/eui-ecl-components-ecl-accordion.mjs +28 -28
  231. package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
  232. package/fesm2022/eui-ecl-components-ecl-app.mjs +14 -18
  233. package/fesm2022/eui-ecl-components-ecl-app.mjs.map +1 -1
  234. package/fesm2022/eui-ecl-components-ecl-banner.mjs +55 -61
  235. package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
  236. package/fesm2022/eui-ecl-components-ecl-blockquote.mjs +26 -26
  237. package/fesm2022/eui-ecl-components-ecl-blockquote.mjs.map +1 -1
  238. package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs +35 -34
  239. package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs.map +1 -1
  240. package/fesm2022/eui-ecl-components-ecl-button.mjs +35 -35
  241. package/fesm2022/eui-ecl-components-ecl-button.mjs.map +1 -1
  242. package/fesm2022/eui-ecl-components-ecl-card.mjs +31 -31
  243. package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
  244. package/fesm2022/eui-ecl-components-ecl-carousel.mjs +24 -25
  245. package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
  246. package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +19 -19
  247. package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
  248. package/fesm2022/eui-ecl-components-ecl-checkbox.mjs +26 -41
  249. package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
  250. package/fesm2022/eui-ecl-components-ecl-content-block.mjs +58 -58
  251. package/fesm2022/eui-ecl-components-ecl-content-block.mjs.map +1 -1
  252. package/fesm2022/eui-ecl-components-ecl-content-item.mjs +19 -22
  253. package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
  254. package/fesm2022/eui-ecl-components-ecl-date-block.mjs +12 -12
  255. package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
  256. package/fesm2022/eui-ecl-components-ecl-date-picker.mjs +18 -22
  257. package/fesm2022/eui-ecl-components-ecl-date-picker.mjs.map +1 -1
  258. package/fesm2022/eui-ecl-components-ecl-expandable.mjs +10 -10
  259. package/fesm2022/eui-ecl-components-ecl-expandable.mjs.map +1 -1
  260. package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs +22 -22
  261. package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
  262. package/fesm2022/eui-ecl-components-ecl-featured.mjs +26 -28
  263. package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
  264. package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs +7 -7
  265. package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs.map +1 -1
  266. package/fesm2022/eui-ecl-components-ecl-file-upload.mjs +18 -25
  267. package/fesm2022/eui-ecl-components-ecl-file-upload.mjs.map +1 -1
  268. package/fesm2022/eui-ecl-components-ecl-file.mjs +66 -69
  269. package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
  270. package/fesm2022/eui-ecl-components-ecl-form-group.mjs +7 -7
  271. package/fesm2022/eui-ecl-components-ecl-form-group.mjs.map +1 -1
  272. package/fesm2022/eui-ecl-components-ecl-form-label.mjs +10 -10
  273. package/fesm2022/eui-ecl-components-ecl-form-label.mjs.map +1 -1
  274. package/fesm2022/eui-ecl-components-ecl-gallery.mjs +70 -76
  275. package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
  276. package/fesm2022/eui-ecl-components-ecl-help-block.mjs +7 -7
  277. package/fesm2022/eui-ecl-components-ecl-help-block.mjs.map +1 -1
  278. package/fesm2022/eui-ecl-components-ecl-icon.mjs +8 -8
  279. package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
  280. package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs +45 -46
  281. package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
  282. package/fesm2022/eui-ecl-components-ecl-label.mjs +7 -7
  283. package/fesm2022/eui-ecl-components-ecl-label.mjs.map +1 -1
  284. package/fesm2022/eui-ecl-components-ecl-link.mjs +30 -30
  285. package/fesm2022/eui-ecl-components-ecl-link.mjs.map +1 -1
  286. package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs +24 -24
  287. package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
  288. package/fesm2022/eui-ecl-components-ecl-list.mjs +44 -44
  289. package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
  290. package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs +13 -13
  291. package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
  292. package/fesm2022/eui-ecl-components-ecl-media-container.mjs +42 -42
  293. package/fesm2022/eui-ecl-components-ecl-media-container.mjs.map +1 -1
  294. package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs +155 -152
  295. package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
  296. package/fesm2022/eui-ecl-components-ecl-menu.mjs +50 -55
  297. package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
  298. package/fesm2022/eui-ecl-components-ecl-modal.mjs +40 -46
  299. package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
  300. package/fesm2022/eui-ecl-components-ecl-multiselect.mjs +97 -101
  301. package/fesm2022/eui-ecl-components-ecl-multiselect.mjs.map +1 -1
  302. package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs +16 -16
  303. package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs.map +1 -1
  304. package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs +37 -37
  305. package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
  306. package/fesm2022/eui-ecl-components-ecl-notification.mjs +23 -24
  307. package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
  308. package/fesm2022/eui-ecl-components-ecl-page-header.mjs +37 -37
  309. package/fesm2022/eui-ecl-components-ecl-page-header.mjs.map +1 -1
  310. package/fesm2022/eui-ecl-components-ecl-pagination.mjs +24 -23
  311. package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
  312. package/fesm2022/eui-ecl-components-ecl-popover.mjs +34 -38
  313. package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
  314. package/fesm2022/eui-ecl-components-ecl-radio.mjs +25 -42
  315. package/fesm2022/eui-ecl-components-ecl-radio.mjs.map +1 -1
  316. package/fesm2022/eui-ecl-components-ecl-range.mjs +34 -42
  317. package/fesm2022/eui-ecl-components-ecl-range.mjs.map +1 -1
  318. package/fesm2022/eui-ecl-components-ecl-rating-field.mjs +9 -9
  319. package/fesm2022/eui-ecl-components-ecl-rating-field.mjs.map +1 -1
  320. package/fesm2022/eui-ecl-components-ecl-search-form.mjs +28 -29
  321. package/fesm2022/eui-ecl-components-ecl-search-form.mjs.map +1 -1
  322. package/fesm2022/eui-ecl-components-ecl-select.mjs +54 -59
  323. package/fesm2022/eui-ecl-components-ecl-select.mjs.map +1 -1
  324. package/fesm2022/eui-ecl-components-ecl-separator.mjs +7 -7
  325. package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +1 -1
  326. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +77 -78
  327. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
  328. package/fesm2022/eui-ecl-components-ecl-site-header.mjs +126 -132
  329. package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
  330. package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs +16 -16
  331. package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
  332. package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs +16 -16
  333. package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs.map +1 -1
  334. package/fesm2022/eui-ecl-components-ecl-splash-page.mjs +31 -31
  335. package/fesm2022/eui-ecl-components-ecl-splash-page.mjs.map +1 -1
  336. package/fesm2022/eui-ecl-components-ecl-sticky-container.mjs +14 -14
  337. package/fesm2022/eui-ecl-components-ecl-sticky-container.mjs.map +1 -1
  338. package/fesm2022/eui-ecl-components-ecl-table.mjs +66 -70
  339. package/fesm2022/eui-ecl-components-ecl-table.mjs.map +1 -1
  340. package/fesm2022/eui-ecl-components-ecl-tabs.mjs +41 -48
  341. package/fesm2022/eui-ecl-components-ecl-tabs.mjs.map +1 -1
  342. package/fesm2022/eui-ecl-components-ecl-tag.mjs +22 -22
  343. package/fesm2022/eui-ecl-components-ecl-tag.mjs.map +1 -1
  344. package/fesm2022/eui-ecl-components-ecl-text-area.mjs +19 -23
  345. package/fesm2022/eui-ecl-components-ecl-text-area.mjs.map +1 -1
  346. package/fesm2022/eui-ecl-components-ecl-text-input.mjs +19 -23
  347. package/fesm2022/eui-ecl-components-ecl-text-input.mjs.map +1 -1
  348. package/fesm2022/eui-ecl-components-ecl-timeline.mjs +22 -22
  349. package/fesm2022/eui-ecl-components-ecl-timeline.mjs.map +1 -1
  350. package/fesm2022/eui-ecl-core.mjs +43 -58
  351. package/fesm2022/eui-ecl-core.mjs.map +1 -1
  352. package/fesm2022/eui-ecl-shared.mjs +3 -3
  353. package/fesm2022/eui-ecl-shared.mjs.map +1 -1
  354. package/fesm2022/eui-ecl.mjs +304 -184
  355. package/fesm2022/eui-ecl.mjs.map +1 -1
  356. package/index.d.ts +71 -2
  357. package/index.d.ts.map +1 -1
  358. package/package.json +21 -12
  359. package/shared/index.d.ts +20 -2
  360. package/shared/index.d.ts.map +1 -1
  361. package/components/ecl-accordion/ecl-accordion-item.component.d.ts +0 -46
  362. package/components/ecl-accordion/ecl-accordion-item.component.d.ts.map +0 -1
  363. package/components/ecl-accordion/ecl-accordion.component.d.ts +0 -30
  364. package/components/ecl-accordion/ecl-accordion.component.d.ts.map +0 -1
  365. package/components/ecl-accordion/ecl-accordion.module.d.ts +0 -15
  366. package/components/ecl-accordion/ecl-accordion.module.d.ts.map +0 -1
  367. package/components/ecl-accordion/eui-ecl-components-ecl-accordion.d.ts.map +0 -1
  368. package/components/ecl-accordion/events/ecl-accordion-toggle.event.d.ts +0 -6
  369. package/components/ecl-accordion/events/ecl-accordion-toggle.event.d.ts.map +0 -1
  370. package/components/ecl-all/ecl-all.module.d.ts +0 -68
  371. package/components/ecl-all/ecl-all.module.d.ts.map +0 -1
  372. package/components/ecl-all/index.d.ts +0 -2
  373. package/components/ecl-all/index.d.ts.map +0 -1
  374. package/components/ecl-app/ecl-app.component.d.ts +0 -36
  375. package/components/ecl-app/ecl-app.component.d.ts.map +0 -1
  376. package/components/ecl-app/ecl-app.module.d.ts +0 -13
  377. package/components/ecl-app/ecl-app.module.d.ts.map +0 -1
  378. package/components/ecl-app/eui-ecl-components-ecl-app.d.ts.map +0 -1
  379. package/components/ecl-banner/ecl-banner-description.directive.d.ts +0 -27
  380. package/components/ecl-banner/ecl-banner-description.directive.d.ts.map +0 -1
  381. package/components/ecl-banner/ecl-banner-picture.directive.d.ts +0 -27
  382. package/components/ecl-banner/ecl-banner-picture.directive.d.ts.map +0 -1
  383. package/components/ecl-banner/ecl-banner-title.directive.d.ts +0 -30
  384. package/components/ecl-banner/ecl-banner-title.directive.d.ts.map +0 -1
  385. package/components/ecl-banner/ecl-banner-video.directive.d.ts +0 -21
  386. package/components/ecl-banner/ecl-banner-video.directive.d.ts.map +0 -1
  387. package/components/ecl-banner/ecl-banner.component.d.ts +0 -122
  388. package/components/ecl-banner/ecl-banner.component.d.ts.map +0 -1
  389. package/components/ecl-banner/ecl-banner.module.d.ts +0 -18
  390. package/components/ecl-banner/ecl-banner.module.d.ts.map +0 -1
  391. package/components/ecl-banner/eui-ecl-components-ecl-banner.d.ts.map +0 -1
  392. package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts +0 -27
  393. package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts.map +0 -1
  394. package/components/ecl-blockquote/ecl-blockquote.component.d.ts +0 -49
  395. package/components/ecl-blockquote/ecl-blockquote.component.d.ts.map +0 -1
  396. package/components/ecl-blockquote/ecl-blockquote.module.d.ts +0 -15
  397. package/components/ecl-blockquote/ecl-blockquote.module.d.ts.map +0 -1
  398. package/components/ecl-blockquote/eui-ecl-components-ecl-blockquote.d.ts.map +0 -1
  399. package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts +0 -17
  400. package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts.map +0 -1
  401. package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts +0 -66
  402. package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts.map +0 -1
  403. package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts +0 -91
  404. package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts.map +0 -1
  405. package/components/ecl-breadcrumb/ecl-breadcrumb.module.d.ts +0 -15
  406. package/components/ecl-breadcrumb/ecl-breadcrumb.module.d.ts.map +0 -1
  407. package/components/ecl-breadcrumb/eui-ecl-components-ecl-breadcrumb.d.ts.map +0 -1
  408. package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts +0 -7
  409. package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts.map +0 -1
  410. package/components/ecl-breadcrumb/models/ecl-breadcrumb.model.d.ts +0 -7
  411. package/components/ecl-breadcrumb/models/ecl-breadcrumb.model.d.ts.map +0 -1
  412. package/components/ecl-button/ecl-button-label.directive.d.ts +0 -39
  413. package/components/ecl-button/ecl-button-label.directive.d.ts.map +0 -1
  414. package/components/ecl-button/ecl-button.component.d.ts +0 -66
  415. package/components/ecl-button/ecl-button.component.d.ts.map +0 -1
  416. package/components/ecl-button/ecl-button.module.d.ts +0 -15
  417. package/components/ecl-button/ecl-button.module.d.ts.map +0 -1
  418. package/components/ecl-button/eui-ecl-components-ecl-button.d.ts.map +0 -1
  419. package/components/ecl-card/ecl-card-body.component.d.ts +0 -15
  420. package/components/ecl-card/ecl-card-body.component.d.ts.map +0 -1
  421. package/components/ecl-card/ecl-card-picture.directive.d.ts +0 -35
  422. package/components/ecl-card/ecl-card-picture.directive.d.ts.map +0 -1
  423. package/components/ecl-card/ecl-card.component.d.ts +0 -46
  424. package/components/ecl-card/ecl-card.component.d.ts.map +0 -1
  425. package/components/ecl-card/ecl-card.module.d.ts +0 -16
  426. package/components/ecl-card/ecl-card.module.d.ts.map +0 -1
  427. package/components/ecl-card/eui-ecl-components-ecl-card.d.ts.map +0 -1
  428. package/components/ecl-carousel/ecl-carousel-item.component.d.ts +0 -68
  429. package/components/ecl-carousel/ecl-carousel-item.component.d.ts.map +0 -1
  430. package/components/ecl-carousel/ecl-carousel.component.d.ts +0 -324
  431. package/components/ecl-carousel/ecl-carousel.component.d.ts.map +0 -1
  432. package/components/ecl-carousel/ecl-carousel.module.d.ts +0 -15
  433. package/components/ecl-carousel/ecl-carousel.module.d.ts.map +0 -1
  434. package/components/ecl-carousel/eui-ecl-components-ecl-carousel.d.ts.map +0 -1
  435. package/components/ecl-carousel/events/ecl-slide.event.d.ts +0 -7
  436. package/components/ecl-carousel/events/ecl-slide.event.d.ts.map +0 -1
  437. package/components/ecl-carousel/models/ecl-carousel-item.model.d.ts +0 -6
  438. package/components/ecl-carousel/models/ecl-carousel-item.model.d.ts.map +0 -1
  439. package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts +0 -43
  440. package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts.map +0 -1
  441. package/components/ecl-category-filter/ecl-category-filter/index.d.ts +0 -2
  442. package/components/ecl-category-filter/ecl-category-filter/index.d.ts.map +0 -1
  443. package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts +0 -88
  444. package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts.map +0 -1
  445. package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts +0 -47
  446. package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts.map +0 -1
  447. package/components/ecl-category-filter/ecl-category-filter-list/index.d.ts +0 -3
  448. package/components/ecl-category-filter/ecl-category-filter-list/index.d.ts.map +0 -1
  449. package/components/ecl-category-filter/ecl-category-filter.module.d.ts +0 -16
  450. package/components/ecl-category-filter/ecl-category-filter.module.d.ts.map +0 -1
  451. package/components/ecl-category-filter/eui-ecl-components-ecl-category-filter.d.ts.map +0 -1
  452. package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts +0 -14
  453. package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts.map +0 -1
  454. package/components/ecl-category-filter/models/ecl-category-filter-item.model.d.ts +0 -7
  455. package/components/ecl-category-filter/models/ecl-category-filter-item.model.d.ts.map +0 -1
  456. package/components/ecl-checkbox/ecl-checkbox-help.component.d.ts +0 -19
  457. package/components/ecl-checkbox/ecl-checkbox-help.component.d.ts.map +0 -1
  458. package/components/ecl-checkbox/ecl-checkbox-input.directive.d.ts +0 -35
  459. package/components/ecl-checkbox/ecl-checkbox-input.directive.d.ts.map +0 -1
  460. package/components/ecl-checkbox/ecl-checkbox-label.component.d.ts +0 -29
  461. package/components/ecl-checkbox/ecl-checkbox-label.component.d.ts.map +0 -1
  462. package/components/ecl-checkbox/ecl-checkbox.directive.d.ts +0 -53
  463. package/components/ecl-checkbox/ecl-checkbox.directive.d.ts.map +0 -1
  464. package/components/ecl-checkbox/ecl-checkbox.module.d.ts +0 -16
  465. package/components/ecl-checkbox/ecl-checkbox.module.d.ts.map +0 -1
  466. package/components/ecl-checkbox/eui-ecl-components-ecl-checkbox.d.ts.map +0 -1
  467. package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts +0 -196
  468. package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts.map +0 -1
  469. package/components/ecl-content-block/ecl-content-block.component.d.ts +0 -16
  470. package/components/ecl-content-block/ecl-content-block.component.d.ts.map +0 -1
  471. package/components/ecl-content-block/ecl-content-block.module.d.ts +0 -14
  472. package/components/ecl-content-block/ecl-content-block.module.d.ts.map +0 -1
  473. package/components/ecl-content-block/eui-ecl-components-ecl-content-block.d.ts.map +0 -1
  474. package/components/ecl-content-item/ecl-content-item-image.directive.d.ts +0 -49
  475. package/components/ecl-content-item/ecl-content-item-image.directive.d.ts.map +0 -1
  476. package/components/ecl-content-item/ecl-content-item.component.d.ts +0 -65
  477. package/components/ecl-content-item/ecl-content-item.component.d.ts.map +0 -1
  478. package/components/ecl-content-item/ecl-content-item.module.d.ts +0 -14
  479. package/components/ecl-content-item/ecl-content-item.module.d.ts.map +0 -1
  480. package/components/ecl-content-item/eui-ecl-components-ecl-content-item.d.ts.map +0 -1
  481. package/components/ecl-date-block/ecl-date-block.component.d.ts +0 -84
  482. package/components/ecl-date-block/ecl-date-block.component.d.ts.map +0 -1
  483. package/components/ecl-date-block/ecl-date-block.module.d.ts +0 -13
  484. package/components/ecl-date-block/ecl-date-block.module.d.ts.map +0 -1
  485. package/components/ecl-date-block/eui-ecl-components-ecl-date-block.d.ts.map +0 -1
  486. package/components/ecl-date-picker/ecl-date-picker.directive.d.ts +0 -121
  487. package/components/ecl-date-picker/ecl-date-picker.directive.d.ts.map +0 -1
  488. package/components/ecl-date-picker/ecl-date-picker.module.d.ts +0 -13
  489. package/components/ecl-date-picker/ecl-date-picker.module.d.ts.map +0 -1
  490. package/components/ecl-date-picker/eui-ecl-components-ecl-date-picker.d.ts.map +0 -1
  491. package/components/ecl-date-picker/events/ecl-date-picker-date-picked.event.d.ts +0 -9
  492. package/components/ecl-date-picker/events/ecl-date-picker-date-picked.event.d.ts.map +0 -1
  493. package/components/ecl-expandable/ecl-expandable.component.d.ts +0 -55
  494. package/components/ecl-expandable/ecl-expandable.component.d.ts.map +0 -1
  495. package/components/ecl-expandable/ecl-expandable.module.d.ts +0 -13
  496. package/components/ecl-expandable/ecl-expandable.module.d.ts.map +0 -1
  497. package/components/ecl-expandable/eui-ecl-components-ecl-expandable.d.ts.map +0 -1
  498. package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts +0 -15
  499. package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts.map +0 -1
  500. package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts +0 -27
  501. package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts.map +0 -1
  502. package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts +0 -14
  503. package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts.map +0 -1
  504. package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts +0 -14
  505. package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts.map +0 -1
  506. package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts +0 -27
  507. package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts.map +0 -1
  508. package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts +0 -35
  509. package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts.map +0 -1
  510. package/components/ecl-fact-figures/ecl-fact-figures.module.d.ts +0 -18
  511. package/components/ecl-fact-figures/ecl-fact-figures.module.d.ts.map +0 -1
  512. package/components/ecl-fact-figures/eui-ecl-components-ecl-fact-figures.d.ts.map +0 -1
  513. package/components/ecl-featured/ecl-featured-item-description.component.d.ts +0 -12
  514. package/components/ecl-featured/ecl-featured-item-description.component.d.ts.map +0 -1
  515. package/components/ecl-featured/ecl-featured-item-footer.component.d.ts +0 -11
  516. package/components/ecl-featured/ecl-featured-item-footer.component.d.ts.map +0 -1
  517. package/components/ecl-featured/ecl-featured-item-link.directive.d.ts +0 -27
  518. package/components/ecl-featured/ecl-featured-item-link.directive.d.ts.map +0 -1
  519. package/components/ecl-featured/ecl-featured-item.component.d.ts +0 -17
  520. package/components/ecl-featured/ecl-featured-item.component.d.ts.map +0 -1
  521. package/components/ecl-featured/ecl-featured.component.d.ts +0 -25
  522. package/components/ecl-featured/ecl-featured.component.d.ts.map +0 -1
  523. package/components/ecl-featured/ecl-featured.module.d.ts +0 -18
  524. package/components/ecl-featured/ecl-featured.module.d.ts.map +0 -1
  525. package/components/ecl-featured/eui-ecl-components-ecl-featured.d.ts.map +0 -1
  526. package/components/ecl-feedback-message/ecl-feedback-message.directive.d.ts +0 -29
  527. package/components/ecl-feedback-message/ecl-feedback-message.directive.d.ts.map +0 -1
  528. package/components/ecl-feedback-message/ecl-feedback-message.module.d.ts +0 -13
  529. package/components/ecl-feedback-message/ecl-feedback-message.module.d.ts.map +0 -1
  530. package/components/ecl-feedback-message/eui-ecl-components-ecl-feedback-message.d.ts.map +0 -1
  531. package/components/ecl-file/ecl-file-download.directive.d.ts +0 -42
  532. package/components/ecl-file/ecl-file-download.directive.d.ts.map +0 -1
  533. package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts +0 -56
  534. package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts.map +0 -1
  535. package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts +0 -47
  536. package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts.map +0 -1
  537. package/components/ecl-file/ecl-file-picture.directive.d.ts +0 -42
  538. package/components/ecl-file/ecl-file-picture.directive.d.ts.map +0 -1
  539. package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts +0 -14
  540. package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts.map +0 -1
  541. package/components/ecl-file/ecl-file.component.d.ts +0 -55
  542. package/components/ecl-file/ecl-file.component.d.ts.map +0 -1
  543. package/components/ecl-file/ecl-file.module.d.ts +0 -18
  544. package/components/ecl-file/ecl-file.module.d.ts.map +0 -1
  545. package/components/ecl-file/eui-ecl-components-ecl-file.d.ts.map +0 -1
  546. package/components/ecl-file/events/ecl-file-items-toggle.event.d.ts +0 -6
  547. package/components/ecl-file/events/ecl-file-items-toggle.event.d.ts.map +0 -1
  548. package/components/ecl-file-upload/ecl-file-upload.directive.d.ts +0 -100
  549. package/components/ecl-file-upload/ecl-file-upload.directive.d.ts.map +0 -1
  550. package/components/ecl-file-upload/ecl-file-upload.module.d.ts +0 -13
  551. package/components/ecl-file-upload/ecl-file-upload.module.d.ts.map +0 -1
  552. package/components/ecl-file-upload/eui-ecl-components-ecl-file-upload.d.ts.map +0 -1
  553. package/components/ecl-file-upload/events/ecl-file-upload-file-selected.event.d.ts +0 -15
  554. package/components/ecl-file-upload/events/ecl-file-upload-file-selected.event.d.ts.map +0 -1
  555. package/components/ecl-file-upload/models/ecl-file-upload.model.d.ts +0 -6
  556. package/components/ecl-file-upload/models/ecl-file-upload.model.d.ts.map +0 -1
  557. package/components/ecl-form-group/ecl-form-group.component.d.ts +0 -31
  558. package/components/ecl-form-group/ecl-form-group.component.d.ts.map +0 -1
  559. package/components/ecl-form-group/ecl-form-group.module.d.ts +0 -13
  560. package/components/ecl-form-group/ecl-form-group.module.d.ts.map +0 -1
  561. package/components/ecl-form-group/eui-ecl-components-ecl-form-group.d.ts.map +0 -1
  562. package/components/ecl-form-label/ecl-form-label-optional.directive.d.ts +0 -14
  563. package/components/ecl-form-label/ecl-form-label-optional.directive.d.ts.map +0 -1
  564. package/components/ecl-form-label/ecl-form-label.component.d.ts +0 -33
  565. package/components/ecl-form-label/ecl-form-label.component.d.ts.map +0 -1
  566. package/components/ecl-form-label/ecl-form-label.module.d.ts +0 -14
  567. package/components/ecl-form-label/ecl-form-label.module.d.ts.map +0 -1
  568. package/components/ecl-form-label/eui-ecl-components-ecl-form-label.d.ts.map +0 -1
  569. package/components/ecl-gallery/ecl-gallery-footer.component.d.ts +0 -28
  570. package/components/ecl-gallery/ecl-gallery-footer.component.d.ts.map +0 -1
  571. package/components/ecl-gallery/ecl-gallery-item.component.d.ts +0 -77
  572. package/components/ecl-gallery/ecl-gallery-item.component.d.ts.map +0 -1
  573. package/components/ecl-gallery/ecl-gallery-media.directive.d.ts +0 -78
  574. package/components/ecl-gallery/ecl-gallery-media.directive.d.ts.map +0 -1
  575. package/components/ecl-gallery/ecl-gallery.component.d.ts +0 -159
  576. package/components/ecl-gallery/ecl-gallery.component.d.ts.map +0 -1
  577. package/components/ecl-gallery/ecl-gallery.module.d.ts +0 -16
  578. package/components/ecl-gallery/ecl-gallery.module.d.ts.map +0 -1
  579. package/components/ecl-gallery/eui-ecl-components-ecl-gallery.d.ts.map +0 -1
  580. package/components/ecl-gallery/events/ecl-gallery-item-click.event.d.ts +0 -4
  581. package/components/ecl-gallery/events/ecl-gallery-item-click.event.d.ts.map +0 -1
  582. package/components/ecl-gallery/events/ecl-gallery-item.event.d.ts +0 -7
  583. package/components/ecl-gallery/events/ecl-gallery-item.event.d.ts.map +0 -1
  584. package/components/ecl-gallery/events/ecl-gallery-toggle-items.event.d.ts +0 -6
  585. package/components/ecl-gallery/events/ecl-gallery-toggle-items.event.d.ts.map +0 -1
  586. package/components/ecl-gallery/events/ecl-gallery.event.d.ts +0 -15
  587. package/components/ecl-gallery/events/ecl-gallery.event.d.ts.map +0 -1
  588. package/components/ecl-gallery/events/index.d.ts +0 -5
  589. package/components/ecl-gallery/events/index.d.ts.map +0 -1
  590. package/components/ecl-gallery/models/ecl-gallery-item.model.d.ts +0 -6
  591. package/components/ecl-gallery/models/ecl-gallery-item.model.d.ts.map +0 -1
  592. package/components/ecl-help-block/ecl-help-block.directive.d.ts +0 -23
  593. package/components/ecl-help-block/ecl-help-block.directive.d.ts.map +0 -1
  594. package/components/ecl-help-block/ecl-help-block.module.d.ts +0 -13
  595. package/components/ecl-help-block/ecl-help-block.module.d.ts.map +0 -1
  596. package/components/ecl-help-block/eui-ecl-components-ecl-help-block.d.ts.map +0 -1
  597. package/components/ecl-icon/ecl-icon.component.d.ts +0 -92
  598. package/components/ecl-icon/ecl-icon.component.d.ts.map +0 -1
  599. package/components/ecl-icon/ecl-icon.module.d.ts +0 -13
  600. package/components/ecl-icon/ecl-icon.module.d.ts.map +0 -1
  601. package/components/ecl-icon/eui-ecl-components-ecl-icon.d.ts.map +0 -1
  602. package/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.d.ts +0 -60
  603. package/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.d.ts.map +0 -1
  604. package/components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.d.ts +0 -24
  605. package/components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.d.ts.map +0 -1
  606. package/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts +0 -109
  607. package/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts.map +0 -1
  608. package/components/ecl-inpage-navigation/ecl-inpage-navigation.module.d.ts +0 -15
  609. package/components/ecl-inpage-navigation/ecl-inpage-navigation.module.d.ts.map +0 -1
  610. package/components/ecl-inpage-navigation/eui-ecl-components-ecl-inpage-navigation.d.ts.map +0 -1
  611. package/components/ecl-inpage-navigation/services/ecl-inpage-navigation.service.d.ts +0 -15
  612. package/components/ecl-inpage-navigation/services/ecl-inpage-navigation.service.d.ts.map +0 -1
  613. package/components/ecl-label/ecl-label.directive.d.ts +0 -29
  614. package/components/ecl-label/ecl-label.directive.d.ts.map +0 -1
  615. package/components/ecl-label/ecl-label.module.d.ts +0 -13
  616. package/components/ecl-label/ecl-label.module.d.ts.map +0 -1
  617. package/components/ecl-label/eui-ecl-components-ecl-label.d.ts.map +0 -1
  618. package/components/ecl-link/ecl-link-label.directive.d.ts +0 -18
  619. package/components/ecl-link/ecl-link-label.directive.d.ts.map +0 -1
  620. package/components/ecl-link/ecl-link.directive.d.ts +0 -56
  621. package/components/ecl-link/ecl-link.directive.d.ts.map +0 -1
  622. package/components/ecl-link/ecl-link.module.d.ts +0 -14
  623. package/components/ecl-link/ecl-link.module.d.ts.map +0 -1
  624. package/components/ecl-link/eui-ecl-components-ecl-link.d.ts.map +0 -1
  625. package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts +0 -58
  626. package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts.map +0 -1
  627. package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts +0 -37
  628. package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts.map +0 -1
  629. package/components/ecl-list/ecl-list.directive.d.ts +0 -104
  630. package/components/ecl-list/ecl-list.directive.d.ts.map +0 -1
  631. package/components/ecl-list/ecl-list.module.d.ts +0 -15
  632. package/components/ecl-list/ecl-list.module.d.ts.map +0 -1
  633. package/components/ecl-list/eui-ecl-components-ecl-list.d.ts.map +0 -1
  634. package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts +0 -16
  635. package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts.map +0 -1
  636. package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts +0 -39
  637. package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts.map +0 -1
  638. package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts +0 -39
  639. package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts.map +0 -1
  640. package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts +0 -46
  641. package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts.map +0 -1
  642. package/components/ecl-list-illustration/ecl-list-illustration.module.d.ts +0 -16
  643. package/components/ecl-list-illustration/ecl-list-illustration.module.d.ts.map +0 -1
  644. package/components/ecl-list-illustration/eui-ecl-components-ecl-list-illustration.d.ts.map +0 -1
  645. package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts +0 -15
  646. package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts.map +0 -1
  647. package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts +0 -16
  648. package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts.map +0 -1
  649. package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts +0 -53
  650. package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts.map +0 -1
  651. package/components/ecl-loading-indicator/ecl-loading-indicator.module.d.ts +0 -16
  652. package/components/ecl-loading-indicator/ecl-loading-indicator.module.d.ts.map +0 -1
  653. package/components/ecl-loading-indicator/eui-ecl-components-ecl-loading-indicator.d.ts.map +0 -1
  654. package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts +0 -18
  655. package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts.map +0 -1
  656. package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts +0 -11
  657. package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts.map +0 -1
  658. package/components/ecl-media-container/ecl-media-container-item.directive.d.ts +0 -20
  659. package/components/ecl-media-container/ecl-media-container-item.directive.d.ts.map +0 -1
  660. package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts +0 -11
  661. package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts.map +0 -1
  662. package/components/ecl-media-container/ecl-media-container.component.d.ts +0 -45
  663. package/components/ecl-media-container/ecl-media-container.component.d.ts.map +0 -1
  664. package/components/ecl-media-container/ecl-media-container.module.d.ts +0 -17
  665. package/components/ecl-media-container/ecl-media-container.module.d.ts.map +0 -1
  666. package/components/ecl-media-container/eui-ecl-components-ecl-media-container.d.ts.map +0 -1
  667. package/components/ecl-mega-menu/directives/ecl-mega-menu-container.directive.d.ts +0 -11
  668. package/components/ecl-mega-menu/directives/ecl-mega-menu-container.directive.d.ts.map +0 -1
  669. package/components/ecl-mega-menu/directives/ecl-mega-menu-featured-list.directive.d.ts +0 -24
  670. package/components/ecl-mega-menu/directives/ecl-mega-menu-featured-list.directive.d.ts.map +0 -1
  671. package/components/ecl-mega-menu/directives/ecl-mega-menu-featured-picture.directive.d.ts +0 -19
  672. package/components/ecl-mega-menu/directives/ecl-mega-menu-featured-picture.directive.d.ts.map +0 -1
  673. package/components/ecl-mega-menu/directives/ecl-mega-menu-list.directive.d.ts +0 -54
  674. package/components/ecl-mega-menu/directives/ecl-mega-menu-list.directive.d.ts.map +0 -1
  675. package/components/ecl-mega-menu/ecl-mega-menu-featured/ecl-mega-menu-featured.component.d.ts +0 -24
  676. package/components/ecl-mega-menu/ecl-mega-menu-featured/ecl-mega-menu-featured.component.d.ts.map +0 -1
  677. package/components/ecl-mega-menu/ecl-mega-menu-info/ecl-mega-menu-info.component.d.ts +0 -43
  678. package/components/ecl-mega-menu/ecl-mega-menu-info/ecl-mega-menu-info.component.d.ts.map +0 -1
  679. package/components/ecl-mega-menu/ecl-mega-menu-item/ecl-mega-menu-item.component.d.ts +0 -113
  680. package/components/ecl-mega-menu/ecl-mega-menu-item/ecl-mega-menu-item.component.d.ts.map +0 -1
  681. package/components/ecl-mega-menu/ecl-mega-menu-subitem/ecl-mega-menu-subitem.component.d.ts +0 -110
  682. package/components/ecl-mega-menu/ecl-mega-menu-subitem/ecl-mega-menu-subitem.component.d.ts.map +0 -1
  683. package/components/ecl-mega-menu/ecl-mega-menu.component.d.ts +0 -104
  684. package/components/ecl-mega-menu/ecl-mega-menu.component.d.ts.map +0 -1
  685. package/components/ecl-mega-menu/ecl-mega-menu.module.d.ts +0 -21
  686. package/components/ecl-mega-menu/ecl-mega-menu.module.d.ts.map +0 -1
  687. package/components/ecl-mega-menu/eui-ecl-components-ecl-mega-menu.d.ts.map +0 -1
  688. package/components/ecl-mega-menu/models/ecl-mega-menu-item.model.d.ts +0 -9
  689. package/components/ecl-mega-menu/models/ecl-mega-menu-item.model.d.ts.map +0 -1
  690. package/components/ecl-mega-menu/services/ecl-mega-menu-data.service.d.ts +0 -24
  691. package/components/ecl-mega-menu/services/ecl-mega-menu-data.service.d.ts.map +0 -1
  692. package/components/ecl-mega-menu/services/ecl-mega-menu.service.d.ts +0 -12
  693. package/components/ecl-mega-menu/services/ecl-mega-menu.service.d.ts.map +0 -1
  694. package/components/ecl-mega-menu/services/index.d.ts +0 -3
  695. package/components/ecl-mega-menu/services/index.d.ts.map +0 -1
  696. package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts +0 -146
  697. package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts.map +0 -1
  698. package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts +0 -193
  699. package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts.map +0 -1
  700. package/components/ecl-menu/ecl-menu/index.d.ts +0 -3
  701. package/components/ecl-menu/ecl-menu/index.d.ts.map +0 -1
  702. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts +0 -79
  703. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +0 -1
  704. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts +0 -53
  705. package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts.map +0 -1
  706. package/components/ecl-menu/ecl-menu-mega/index.d.ts +0 -3
  707. package/components/ecl-menu/ecl-menu-mega/index.d.ts.map +0 -1
  708. package/components/ecl-menu/ecl-menu.module.d.ts +0 -16
  709. package/components/ecl-menu/ecl-menu.module.d.ts.map +0 -1
  710. package/components/ecl-menu/eui-ecl-components-ecl-menu.d.ts.map +0 -1
  711. package/components/ecl-menu/events/ecl-menu-item.event.d.ts +0 -37
  712. package/components/ecl-menu/events/ecl-menu-item.event.d.ts.map +0 -1
  713. package/components/ecl-menu/events/index.d.ts +0 -2
  714. package/components/ecl-menu/events/index.d.ts.map +0 -1
  715. package/components/ecl-menu/models/ecl-menu-item.model.d.ts +0 -11
  716. package/components/ecl-menu/models/ecl-menu-item.model.d.ts.map +0 -1
  717. package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts +0 -16
  718. package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts.map +0 -1
  719. package/components/ecl-modal/ecl-modal-body.component.d.ts +0 -21
  720. package/components/ecl-modal/ecl-modal-body.component.d.ts.map +0 -1
  721. package/components/ecl-modal/ecl-modal-close.directive.d.ts +0 -29
  722. package/components/ecl-modal/ecl-modal-close.directive.d.ts.map +0 -1
  723. package/components/ecl-modal/ecl-modal-footer.component.d.ts +0 -28
  724. package/components/ecl-modal/ecl-modal-footer.component.d.ts.map +0 -1
  725. package/components/ecl-modal/ecl-modal-header.component.d.ts +0 -60
  726. package/components/ecl-modal/ecl-modal-header.component.d.ts.map +0 -1
  727. package/components/ecl-modal/ecl-modal-trigger.directive.d.ts +0 -19
  728. package/components/ecl-modal/ecl-modal-trigger.directive.d.ts.map +0 -1
  729. package/components/ecl-modal/ecl-modal.component.d.ts +0 -99
  730. package/components/ecl-modal/ecl-modal.component.d.ts.map +0 -1
  731. package/components/ecl-modal/ecl-modal.module.d.ts +0 -20
  732. package/components/ecl-modal/ecl-modal.module.d.ts.map +0 -1
  733. package/components/ecl-modal/eui-ecl-components-ecl-modal.d.ts.map +0 -1
  734. package/components/ecl-modal/events/ecl-modal-close.event.d.ts +0 -7
  735. package/components/ecl-modal/events/ecl-modal-close.event.d.ts.map +0 -1
  736. package/components/ecl-modal/events/ecl-modal-open.event.d.ts +0 -4
  737. package/components/ecl-modal/events/ecl-modal-open.event.d.ts.map +0 -1
  738. package/components/ecl-modal/events/index.d.ts +0 -3
  739. package/components/ecl-modal/events/index.d.ts.map +0 -1
  740. package/components/ecl-modal/models/ecl-modal-result.model.d.ts +0 -5
  741. package/components/ecl-modal/models/ecl-modal-result.model.d.ts.map +0 -1
  742. package/components/ecl-multiselect/boldText.pipe.d.ts +0 -11
  743. package/components/ecl-multiselect/boldText.pipe.d.ts.map +0 -1
  744. package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts +0 -209
  745. package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts.map +0 -1
  746. package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts +0 -114
  747. package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts.map +0 -1
  748. package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts +0 -19
  749. package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts.map +0 -1
  750. package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts +0 -85
  751. package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts.map +0 -1
  752. package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts +0 -52
  753. package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts.map +0 -1
  754. package/components/ecl-multiselect/ecl-multiselect.component.d.ts +0 -104
  755. package/components/ecl-multiselect/ecl-multiselect.component.d.ts.map +0 -1
  756. package/components/ecl-multiselect/ecl-multiselect.module.d.ts +0 -19
  757. package/components/ecl-multiselect/ecl-multiselect.module.d.ts.map +0 -1
  758. package/components/ecl-multiselect/eui-ecl-components-ecl-multiselect.d.ts.map +0 -1
  759. package/components/ecl-multiselect/events/ecl-multiselect-main-input-click.event.d.ts +0 -5
  760. package/components/ecl-multiselect/events/ecl-multiselect-main-input-click.event.d.ts.map +0 -1
  761. package/components/ecl-multiselect/events/ecl-multiselect-option.event.d.ts +0 -11
  762. package/components/ecl-multiselect/events/ecl-multiselect-option.event.d.ts.map +0 -1
  763. package/components/ecl-multiselect/events/index.d.ts +0 -3
  764. package/components/ecl-multiselect/events/index.d.ts.map +0 -1
  765. package/components/ecl-multiselect/models/ecl-multiselect-option.model.d.ts +0 -8
  766. package/components/ecl-multiselect/models/ecl-multiselect-option.model.d.ts.map +0 -1
  767. package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts +0 -24
  768. package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts.map +0 -1
  769. package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts +0 -19
  770. package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts.map +0 -1
  771. package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts +0 -29
  772. package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts.map +0 -1
  773. package/components/ecl-navigation-list/ecl-navigation-list.module.d.ts +0 -15
  774. package/components/ecl-navigation-list/ecl-navigation-list.module.d.ts.map +0 -1
  775. package/components/ecl-navigation-list/eui-ecl-components-ecl-navigation-list.d.ts.map +0 -1
  776. package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts +0 -14
  777. package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts.map +0 -1
  778. package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts +0 -51
  779. package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts.map +0 -1
  780. package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts +0 -140
  781. package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts.map +0 -1
  782. package/components/ecl-news-ticker/ecl-news-ticker.module.d.ts +0 -16
  783. package/components/ecl-news-ticker/ecl-news-ticker.module.d.ts.map +0 -1
  784. package/components/ecl-news-ticker/eui-ecl-components-ecl-news-ticker.d.ts.map +0 -1
  785. package/components/ecl-news-ticker/events/ecl-news-ticker-item.event.d.ts +0 -6
  786. package/components/ecl-news-ticker/events/ecl-news-ticker-item.event.d.ts.map +0 -1
  787. package/components/ecl-notification/ecl-notification-title.directive.d.ts +0 -15
  788. package/components/ecl-notification/ecl-notification-title.directive.d.ts.map +0 -1
  789. package/components/ecl-notification/ecl-notification.component.d.ts +0 -72
  790. package/components/ecl-notification/ecl-notification.component.d.ts.map +0 -1
  791. package/components/ecl-notification/ecl-notification.module.d.ts +0 -15
  792. package/components/ecl-notification/ecl-notification.module.d.ts.map +0 -1
  793. package/components/ecl-notification/eui-ecl-components-ecl-notification.d.ts.map +0 -1
  794. package/components/ecl-notification/events/ecl-notification-close.event.d.ts +0 -9
  795. package/components/ecl-notification/events/ecl-notification-close.event.d.ts.map +0 -1
  796. package/components/ecl-page-header/ecl-page-header-background.directive.d.ts +0 -29
  797. package/components/ecl-page-header/ecl-page-header-background.directive.d.ts.map +0 -1
  798. package/components/ecl-page-header/ecl-page-header-description.directive.d.ts +0 -55
  799. package/components/ecl-page-header/ecl-page-header-description.directive.d.ts.map +0 -1
  800. package/components/ecl-page-header/ecl-page-header-info.directive.d.ts +0 -16
  801. package/components/ecl-page-header/ecl-page-header-info.directive.d.ts.map +0 -1
  802. package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts +0 -29
  803. package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts.map +0 -1
  804. package/components/ecl-page-header/ecl-page-header-title.directive.d.ts +0 -24
  805. package/components/ecl-page-header/ecl-page-header-title.directive.d.ts.map +0 -1
  806. package/components/ecl-page-header/ecl-page-header.component.d.ts +0 -37
  807. package/components/ecl-page-header/ecl-page-header.component.d.ts.map +0 -1
  808. package/components/ecl-page-header/ecl-page-header.module.d.ts +0 -18
  809. package/components/ecl-page-header/ecl-page-header.module.d.ts.map +0 -1
  810. package/components/ecl-page-header/eui-ecl-components-ecl-page-header.d.ts.map +0 -1
  811. package/components/ecl-pagination/ecl-pagination-item.component.d.ts +0 -100
  812. package/components/ecl-pagination/ecl-pagination-item.component.d.ts.map +0 -1
  813. package/components/ecl-pagination/ecl-pagination-list.directive.d.ts +0 -15
  814. package/components/ecl-pagination/ecl-pagination-list.directive.d.ts.map +0 -1
  815. package/components/ecl-pagination/ecl-pagination.component.d.ts +0 -98
  816. package/components/ecl-pagination/ecl-pagination.component.d.ts.map +0 -1
  817. package/components/ecl-pagination/ecl-pagination.module.d.ts +0 -15
  818. package/components/ecl-pagination/ecl-pagination.module.d.ts.map +0 -1
  819. package/components/ecl-pagination/eui-ecl-components-ecl-pagination.d.ts.map +0 -1
  820. package/components/ecl-pagination/events/ecl-pagination.event.d.ts +0 -29
  821. package/components/ecl-pagination/events/ecl-pagination.event.d.ts.map +0 -1
  822. package/components/ecl-popover/ecl-popover-content.directive.d.ts +0 -16
  823. package/components/ecl-popover/ecl-popover-content.directive.d.ts.map +0 -1
  824. package/components/ecl-popover/ecl-popover-toggle.directive.d.ts +0 -42
  825. package/components/ecl-popover/ecl-popover-toggle.directive.d.ts.map +0 -1
  826. package/components/ecl-popover/ecl-popover.component.d.ts +0 -94
  827. package/components/ecl-popover/ecl-popover.component.d.ts.map +0 -1
  828. package/components/ecl-popover/ecl-popover.module.d.ts +0 -16
  829. package/components/ecl-popover/ecl-popover.module.d.ts.map +0 -1
  830. package/components/ecl-popover/eui-ecl-components-ecl-popover.d.ts.map +0 -1
  831. package/components/ecl-radio/ecl-radio-help.component.d.ts +0 -23
  832. package/components/ecl-radio/ecl-radio-help.component.d.ts.map +0 -1
  833. package/components/ecl-radio/ecl-radio-input.directive.d.ts +0 -45
  834. package/components/ecl-radio/ecl-radio-input.directive.d.ts.map +0 -1
  835. package/components/ecl-radio/ecl-radio-label.component.d.ts +0 -28
  836. package/components/ecl-radio/ecl-radio-label.component.d.ts.map +0 -1
  837. package/components/ecl-radio/ecl-radio.directive.d.ts +0 -52
  838. package/components/ecl-radio/ecl-radio.directive.d.ts.map +0 -1
  839. package/components/ecl-radio/ecl-radio.module.d.ts +0 -16
  840. package/components/ecl-radio/ecl-radio.module.d.ts.map +0 -1
  841. package/components/ecl-radio/eui-ecl-components-ecl-radio.d.ts.map +0 -1
  842. package/components/ecl-range/ecl-range-bubble.component.d.ts +0 -36
  843. package/components/ecl-range/ecl-range-bubble.component.d.ts.map +0 -1
  844. package/components/ecl-range/ecl-range-value.component.d.ts +0 -24
  845. package/components/ecl-range/ecl-range-value.component.d.ts.map +0 -1
  846. package/components/ecl-range/ecl-range.directive.d.ts +0 -83
  847. package/components/ecl-range/ecl-range.directive.d.ts.map +0 -1
  848. package/components/ecl-range/ecl-range.module.d.ts +0 -15
  849. package/components/ecl-range/ecl-range.module.d.ts.map +0 -1
  850. package/components/ecl-range/eui-ecl-components-ecl-range.d.ts.map +0 -1
  851. package/components/ecl-range/events/ecl-range.event.d.ts +0 -13
  852. package/components/ecl-range/events/ecl-range.event.d.ts.map +0 -1
  853. package/components/ecl-rating-field/ecl-rating-field.component.d.ts +0 -64
  854. package/components/ecl-rating-field/ecl-rating-field.component.d.ts.map +0 -1
  855. package/components/ecl-rating-field/ecl-rating-field.module.d.ts +0 -13
  856. package/components/ecl-rating-field/ecl-rating-field.module.d.ts.map +0 -1
  857. package/components/ecl-rating-field/eui-ecl-components-ecl-rating-field.d.ts.map +0 -1
  858. package/components/ecl-rating-field/events/ecl-rating-change.event.d.ts +0 -6
  859. package/components/ecl-rating-field/events/ecl-rating-change.event.d.ts.map +0 -1
  860. package/components/ecl-search-form/ecl-search-form.component.d.ts +0 -53
  861. package/components/ecl-search-form/ecl-search-form.component.d.ts.map +0 -1
  862. package/components/ecl-search-form/ecl-search-form.module.d.ts +0 -13
  863. package/components/ecl-search-form/ecl-search-form.module.d.ts.map +0 -1
  864. package/components/ecl-search-form/eui-ecl-components-ecl-search-form.d.ts.map +0 -1
  865. package/components/ecl-search-form/events/ecl-search-form.event.d.ts +0 -6
  866. package/components/ecl-search-form/events/ecl-search-form.event.d.ts.map +0 -1
  867. package/components/ecl-select/ecl-select-container.component.d.ts +0 -36
  868. package/components/ecl-select/ecl-select-container.component.d.ts.map +0 -1
  869. package/components/ecl-select/ecl-select.directive.d.ts +0 -53
  870. package/components/ecl-select/ecl-select.directive.d.ts.map +0 -1
  871. package/components/ecl-select/ecl-select.module.d.ts +0 -15
  872. package/components/ecl-select/ecl-select.module.d.ts.map +0 -1
  873. package/components/ecl-select/eui-ecl-components-ecl-select.d.ts.map +0 -1
  874. package/components/ecl-separator/ecl-separator.directive.d.ts +0 -15
  875. package/components/ecl-separator/ecl-separator.directive.d.ts.map +0 -1
  876. package/components/ecl-separator/ecl-separator.module.d.ts +0 -13
  877. package/components/ecl-separator/ecl-separator.module.d.ts.map +0 -1
  878. package/components/ecl-separator/eui-ecl-components-ecl-separator.d.ts.map +0 -1
  879. package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts +0 -28
  880. package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts.map +0 -1
  881. package/components/ecl-site-footer/ecl-footer-elements/ec/index.d.ts +0 -2
  882. package/components/ecl-site-footer/ecl-footer-elements/ec/index.d.ts.map +0 -1
  883. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts +0 -28
  884. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts.map +0 -1
  885. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts +0 -11
  886. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts.map +0 -1
  887. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts +0 -35
  888. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts.map +0 -1
  889. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts +0 -47
  890. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts.map +0 -1
  891. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts +0 -25
  892. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts.map +0 -1
  893. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts +0 -21
  894. package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts.map +0 -1
  895. package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts +0 -31
  896. package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts.map +0 -1
  897. package/components/ecl-site-footer/ecl-footer-elements/eu/index.d.ts +0 -2
  898. package/components/ecl-site-footer/ecl-footer-elements/eu/index.d.ts.map +0 -1
  899. package/components/ecl-site-footer/ecl-footer-elements/index.d.ts +0 -9
  900. package/components/ecl-site-footer/ecl-footer-elements/index.d.ts.map +0 -1
  901. package/components/ecl-site-footer/ecl-site-footer.component.d.ts +0 -35
  902. package/components/ecl-site-footer/ecl-site-footer.component.d.ts.map +0 -1
  903. package/components/ecl-site-footer/ecl-site-footer.module.d.ts +0 -21
  904. package/components/ecl-site-footer/ecl-site-footer.module.d.ts.map +0 -1
  905. package/components/ecl-site-footer/eui-ecl-components-ecl-site-footer.d.ts.map +0 -1
  906. package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts +0 -11
  907. package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts.map +0 -1
  908. package/components/ecl-site-header/action/index.d.ts +0 -2
  909. package/components/ecl-site-header/action/index.d.ts.map +0 -1
  910. package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts +0 -11
  911. package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts.map +0 -1
  912. package/components/ecl-site-header/banner-top/index.d.ts +0 -2
  913. package/components/ecl-site-header/banner-top/index.d.ts.map +0 -1
  914. package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts +0 -12
  915. package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts.map +0 -1
  916. package/components/ecl-site-header/cta/index.d.ts +0 -2
  917. package/components/ecl-site-header/cta/index.d.ts.map +0 -1
  918. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts +0 -37
  919. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts.map +0 -1
  920. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.directive.d.ts +0 -31
  921. package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.directive.d.ts.map +0 -1
  922. package/components/ecl-site-header/custom-action/index.d.ts +0 -3
  923. package/components/ecl-site-header/custom-action/index.d.ts.map +0 -1
  924. package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts +0 -25
  925. package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts.map +0 -1
  926. package/components/ecl-site-header/ecl-site-header-environment/index.d.ts +0 -2
  927. package/components/ecl-site-header/ecl-site-header-environment/index.d.ts.map +0 -1
  928. package/components/ecl-site-header/ecl-site-header.component.d.ts +0 -100
  929. package/components/ecl-site-header/ecl-site-header.component.d.ts.map +0 -1
  930. package/components/ecl-site-header/ecl-site-header.module.d.ts +0 -26
  931. package/components/ecl-site-header/ecl-site-header.module.d.ts.map +0 -1
  932. package/components/ecl-site-header/eui-ecl-components-ecl-site-header.d.ts.map +0 -1
  933. package/components/ecl-site-header/events/ecl-area-change.event.d.ts +0 -10
  934. package/components/ecl-site-header/events/ecl-area-change.event.d.ts.map +0 -1
  935. package/components/ecl-site-header/events/ecl-site-header-language.event.d.ts +0 -11
  936. package/components/ecl-site-header/events/ecl-site-header-language.event.d.ts.map +0 -1
  937. package/components/ecl-site-header/events/ecl-site-header-login.event.d.ts +0 -8
  938. package/components/ecl-site-header/events/ecl-site-header-login.event.d.ts.map +0 -1
  939. package/components/ecl-site-header/events/ecl-site-header-logo.event.d.ts +0 -4
  940. package/components/ecl-site-header/events/ecl-site-header-logo.event.d.ts.map +0 -1
  941. package/components/ecl-site-header/events/ecl-site-header-search.event.d.ts +0 -10
  942. package/components/ecl-site-header/events/ecl-site-header-search.event.d.ts.map +0 -1
  943. package/components/ecl-site-header/events/index.d.ts +0 -5
  944. package/components/ecl-site-header/events/index.d.ts.map +0 -1
  945. package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts +0 -97
  946. package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts.map +0 -1
  947. package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts +0 -114
  948. package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts.map +0 -1
  949. package/components/ecl-site-header/language/index.d.ts +0 -3
  950. package/components/ecl-site-header/language/index.d.ts.map +0 -1
  951. package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts +0 -20
  952. package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts.map +0 -1
  953. package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts +0 -55
  954. package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts.map +0 -1
  955. package/components/ecl-site-header/login/index.d.ts +0 -3
  956. package/components/ecl-site-header/login/index.d.ts.map +0 -1
  957. package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts +0 -15
  958. package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts.map +0 -1
  959. package/components/ecl-site-header/notification/index.d.ts +0 -2
  960. package/components/ecl-site-header/notification/index.d.ts.map +0 -1
  961. package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts +0 -28
  962. package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts.map +0 -1
  963. package/components/ecl-site-header/picture/index.d.ts +0 -2
  964. package/components/ecl-site-header/picture/index.d.ts.map +0 -1
  965. package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts +0 -59
  966. package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts.map +0 -1
  967. package/components/ecl-site-header/search/index.d.ts +0 -2
  968. package/components/ecl-site-header/search/index.d.ts.map +0 -1
  969. package/components/ecl-site-header/services/ecl-area-data.service.d.ts +0 -20
  970. package/components/ecl-site-header/services/ecl-area-data.service.d.ts.map +0 -1
  971. package/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts +0 -21
  972. package/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts.map +0 -1
  973. package/components/ecl-social-media-follow/ecl-social-media-follow-link.directive.d.ts +0 -12
  974. package/components/ecl-social-media-follow/ecl-social-media-follow-link.directive.d.ts.map +0 -1
  975. package/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts +0 -12
  976. package/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts.map +0 -1
  977. package/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts +0 -15
  978. package/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts.map +0 -1
  979. package/components/ecl-social-media-follow/eui-ecl-components-ecl-social-media-follow.d.ts.map +0 -1
  980. package/components/ecl-social-media-share/ecl-social-media-share-item.component.d.ts +0 -18
  981. package/components/ecl-social-media-share/ecl-social-media-share-item.component.d.ts.map +0 -1
  982. package/components/ecl-social-media-share/ecl-social-media-share-link.directive.d.ts +0 -12
  983. package/components/ecl-social-media-share/ecl-social-media-share-link.directive.d.ts.map +0 -1
  984. package/components/ecl-social-media-share/ecl-social-media-share.component.d.ts +0 -11
  985. package/components/ecl-social-media-share/ecl-social-media-share.component.d.ts.map +0 -1
  986. package/components/ecl-social-media-share/ecl-social-media-share.module.d.ts +0 -15
  987. package/components/ecl-social-media-share/ecl-social-media-share.module.d.ts.map +0 -1
  988. package/components/ecl-social-media-share/eui-ecl-components-ecl-social-media-share.d.ts.map +0 -1
  989. package/components/ecl-social-media-share/events/ecl-social-media-share-item-click.event.d.ts +0 -4
  990. package/components/ecl-social-media-share/events/ecl-social-media-share-item-click.event.d.ts.map +0 -1
  991. package/components/ecl-splash-page/ecl-splash-page-language-category/ecl-splash-page-language-category.component.d.ts +0 -20
  992. package/components/ecl-splash-page/ecl-splash-page-language-category/ecl-splash-page-language-category.component.d.ts.map +0 -1
  993. package/components/ecl-splash-page/ecl-splash-page-language-container/ecl-splash-page-language-container.component.d.ts +0 -19
  994. package/components/ecl-splash-page/ecl-splash-page-language-container/ecl-splash-page-language-container.component.d.ts.map +0 -1
  995. package/components/ecl-splash-page/ecl-splash-page-language-link/ecl-splash-page-language-link.component.d.ts +0 -29
  996. package/components/ecl-splash-page/ecl-splash-page-language-link/ecl-splash-page-language-link.component.d.ts.map +0 -1
  997. package/components/ecl-splash-page/ecl-splash-page-language-list.directive.d.ts +0 -25
  998. package/components/ecl-splash-page/ecl-splash-page-language-list.directive.d.ts.map +0 -1
  999. package/components/ecl-splash-page/ecl-splash-page-picture.directive.d.ts +0 -36
  1000. package/components/ecl-splash-page/ecl-splash-page-picture.directive.d.ts.map +0 -1
  1001. package/components/ecl-splash-page/ecl-splash-page.component.d.ts +0 -19
  1002. package/components/ecl-splash-page/ecl-splash-page.component.d.ts.map +0 -1
  1003. package/components/ecl-splash-page/ecl-splash-page.module.d.ts +0 -18
  1004. package/components/ecl-splash-page/ecl-splash-page.module.d.ts.map +0 -1
  1005. package/components/ecl-splash-page/eui-ecl-components-ecl-splash-page.d.ts.map +0 -1
  1006. package/components/ecl-sticky-container/ecl-sticky-container.component.d.ts +0 -37
  1007. package/components/ecl-sticky-container/ecl-sticky-container.component.d.ts.map +0 -1
  1008. package/components/ecl-sticky-container/ecl-sticky-container.module.d.ts +0 -13
  1009. package/components/ecl-sticky-container/ecl-sticky-container.module.d.ts.map +0 -1
  1010. package/components/ecl-sticky-container/eui-ecl-components-ecl-sticky-container.d.ts.map +0 -1
  1011. package/components/ecl-table/ecl-table-sort-button.component.d.ts +0 -29
  1012. package/components/ecl-table/ecl-table-sort-button.component.d.ts.map +0 -1
  1013. package/components/ecl-table/ecl-table.directive.d.ts +0 -236
  1014. package/components/ecl-table/ecl-table.directive.d.ts.map +0 -1
  1015. package/components/ecl-table/ecl-table.module.d.ts +0 -14
  1016. package/components/ecl-table/ecl-table.module.d.ts.map +0 -1
  1017. package/components/ecl-table/eui-ecl-components-ecl-table.d.ts.map +0 -1
  1018. package/components/ecl-table/events/ecl-sort-table.event.d.ts +0 -29
  1019. package/components/ecl-table/events/ecl-sort-table.event.d.ts.map +0 -1
  1020. package/components/ecl-tabs/ecl-tab-label.component.d.ts +0 -17
  1021. package/components/ecl-tabs/ecl-tab-label.component.d.ts.map +0 -1
  1022. package/components/ecl-tabs/ecl-tab-more.component.d.ts +0 -23
  1023. package/components/ecl-tabs/ecl-tab-more.component.d.ts.map +0 -1
  1024. package/components/ecl-tabs/ecl-tab.component.d.ts +0 -103
  1025. package/components/ecl-tabs/ecl-tab.component.d.ts.map +0 -1
  1026. package/components/ecl-tabs/ecl-tabs.component.d.ts +0 -223
  1027. package/components/ecl-tabs/ecl-tabs.component.d.ts.map +0 -1
  1028. package/components/ecl-tabs/ecl-tabs.module.d.ts +0 -16
  1029. package/components/ecl-tabs/ecl-tabs.module.d.ts.map +0 -1
  1030. package/components/ecl-tabs/eui-ecl-components-ecl-tabs.d.ts.map +0 -1
  1031. package/components/ecl-tabs/events/ecl-tab-select.event.d.ts +0 -15
  1032. package/components/ecl-tabs/events/ecl-tab-select.event.d.ts.map +0 -1
  1033. package/components/ecl-tabs/models/ecl-tab.model.d.ts +0 -4
  1034. package/components/ecl-tabs/models/ecl-tab.model.d.ts.map +0 -1
  1035. package/components/ecl-tag/ecl-tag-icon.directive.d.ts +0 -16
  1036. package/components/ecl-tag/ecl-tag-icon.directive.d.ts.map +0 -1
  1037. package/components/ecl-tag/ecl-tag-set.directive.d.ts +0 -28
  1038. package/components/ecl-tag/ecl-tag-set.directive.d.ts.map +0 -1
  1039. package/components/ecl-tag/ecl-tag.component.d.ts +0 -47
  1040. package/components/ecl-tag/ecl-tag.component.d.ts.map +0 -1
  1041. package/components/ecl-tag/ecl-tag.module.d.ts +0 -15
  1042. package/components/ecl-tag/ecl-tag.module.d.ts.map +0 -1
  1043. package/components/ecl-tag/eui-ecl-components-ecl-tag.d.ts.map +0 -1
  1044. package/components/ecl-tag/events/ecl-tag-remove.event.d.ts +0 -7
  1045. package/components/ecl-tag/events/ecl-tag-remove.event.d.ts.map +0 -1
  1046. package/components/ecl-text-area/ecl-text-area.directive.d.ts +0 -27
  1047. package/components/ecl-text-area/ecl-text-area.directive.d.ts.map +0 -1
  1048. package/components/ecl-text-area/ecl-text-area.module.d.ts +0 -14
  1049. package/components/ecl-text-area/ecl-text-area.module.d.ts.map +0 -1
  1050. package/components/ecl-text-area/eui-ecl-components-ecl-text-area.d.ts.map +0 -1
  1051. package/components/ecl-text-input/ecl-text-input.directive.d.ts +0 -31
  1052. package/components/ecl-text-input/ecl-text-input.directive.d.ts.map +0 -1
  1053. package/components/ecl-text-input/ecl-text-input.module.d.ts +0 -14
  1054. package/components/ecl-text-input/ecl-text-input.module.d.ts.map +0 -1
  1055. package/components/ecl-text-input/eui-ecl-components-ecl-text-input.d.ts.map +0 -1
  1056. package/components/ecl-timeline/ecl-timeline-item-label.directive.d.ts +0 -16
  1057. package/components/ecl-timeline/ecl-timeline-item-label.directive.d.ts.map +0 -1
  1058. package/components/ecl-timeline/ecl-timeline-item-title.directive.d.ts +0 -16
  1059. package/components/ecl-timeline/ecl-timeline-item-title.directive.d.ts.map +0 -1
  1060. package/components/ecl-timeline/ecl-timeline-item-toggler.component.d.ts +0 -21
  1061. package/components/ecl-timeline/ecl-timeline-item-toggler.component.d.ts.map +0 -1
  1062. package/components/ecl-timeline/ecl-timeline-item.component.d.ts +0 -91
  1063. package/components/ecl-timeline/ecl-timeline-item.component.d.ts.map +0 -1
  1064. package/components/ecl-timeline/ecl-timeline.component.d.ts +0 -45
  1065. package/components/ecl-timeline/ecl-timeline.component.d.ts.map +0 -1
  1066. package/components/ecl-timeline/ecl-timeline.module.d.ts +0 -17
  1067. package/components/ecl-timeline/ecl-timeline.module.d.ts.map +0 -1
  1068. package/components/ecl-timeline/eui-ecl-components-ecl-timeline.d.ts.map +0 -1
  1069. package/components/ecl-timeline/events/ecl-timeline-item-toggle.event.d.ts +0 -24
  1070. package/components/ecl-timeline/events/ecl-timeline-item-toggle.event.d.ts.map +0 -1
  1071. package/core/ecl-base.directive.d.ts +0 -11
  1072. package/core/ecl-base.directive.d.ts.map +0 -1
  1073. package/core/eui-ecl-core.d.ts.map +0 -1
  1074. package/core/events/ecl-base.event.d.ts +0 -6
  1075. package/core/events/ecl-base.event.d.ts.map +0 -1
  1076. package/core/events/ecl-dom.event.d.ts +0 -7
  1077. package/core/events/ecl-dom.event.d.ts.map +0 -1
  1078. package/core/events/index.d.ts +0 -3
  1079. package/core/events/index.d.ts.map +0 -1
  1080. package/core/models/ecl-language.model.d.ts +0 -9
  1081. package/core/models/ecl-language.model.d.ts.map +0 -1
  1082. package/core/models/index.d.ts +0 -2
  1083. package/core/models/index.d.ts.map +0 -1
  1084. package/core/services/ecl-default-language.service.d.ts +0 -37
  1085. package/core/services/ecl-default-language.service.d.ts.map +0 -1
  1086. package/core/services/ecl-language.service.d.ts +0 -22
  1087. package/core/services/ecl-language.service.d.ts.map +0 -1
  1088. package/core/services/ecl-rtl.service.d.ts +0 -23
  1089. package/core/services/ecl-rtl.service.d.ts.map +0 -1
  1090. package/core/services/ecl-theme.service.d.ts +0 -23
  1091. package/core/services/ecl-theme.service.d.ts.map +0 -1
  1092. package/core/services/ecl-user-device.service.d.ts +0 -7
  1093. package/core/services/ecl-user-device.service.d.ts.map +0 -1
  1094. package/core/services/index.d.ts +0 -6
  1095. package/core/services/index.d.ts.map +0 -1
  1096. package/core/utils/constants/constants.d.ts +0 -13
  1097. package/core/utils/constants/constants.d.ts.map +0 -1
  1098. package/core/utils/constants/index.d.ts +0 -2
  1099. package/core/utils/constants/index.d.ts.map +0 -1
  1100. package/core/utils/directives/ecl-click-outside/ecl-click-outside.directive.d.ts +0 -12
  1101. package/core/utils/directives/ecl-click-outside/ecl-click-outside.directive.d.ts.map +0 -1
  1102. package/core/utils/directives/ecl-click-outside/index.d.ts +0 -2
  1103. package/core/utils/directives/ecl-click-outside/index.d.ts.map +0 -1
  1104. package/core/utils/directives/ecl-hidden/ecl-hidden.directive.d.ts +0 -8
  1105. package/core/utils/directives/ecl-hidden/ecl-hidden.directive.d.ts.map +0 -1
  1106. package/core/utils/directives/ecl-hidden/ecl-hidden.module.d.ts +0 -9
  1107. package/core/utils/directives/ecl-hidden/ecl-hidden.module.d.ts.map +0 -1
  1108. package/core/utils/directives/ecl-hidden/index.d.ts +0 -3
  1109. package/core/utils/directives/ecl-hidden/index.d.ts.map +0 -1
  1110. package/core/utils/directives/index.d.ts +0 -3
  1111. package/core/utils/directives/index.d.ts.map +0 -1
  1112. package/core/utils/dom/dom-helpers.d.ts +0 -3
  1113. package/core/utils/dom/dom-helpers.d.ts.map +0 -1
  1114. package/core/utils/dom/index.d.ts +0 -2
  1115. package/core/utils/dom/index.d.ts.map +0 -1
  1116. package/core/utils/index.d.ts +0 -4
  1117. package/core/utils/index.d.ts.map +0 -1
  1118. package/eui-ecl.d.ts.map +0 -1
  1119. package/shared/eui-ecl-shared.d.ts.map +0 -1
  1120. package/shared/services/ecl-header-menu-comunication.service.d.ts +0 -17
  1121. package/shared/services/ecl-header-menu-comunication.service.d.ts.map +0 -1
@@ -1,15 +1,14 @@
1
1
  import * as i0 from '@angular/core';
2
- import { HostBinding, Directive, booleanAttribute, Input, Component, NgModule } from '@angular/core';
2
+ import { HostBinding, Directive, booleanAttribute, Input, Component, inject, NgModule } from '@angular/core';
3
3
  import { NgTemplateOutlet, AsyncPipe } from '@angular/common';
4
- import * as i1 from '@ngx-translate/core';
4
+ import * as i2 from '@ngx-translate/core';
5
5
  import { TranslateModule } from '@ngx-translate/core';
6
- import * as i2$1 from '@eui/ecl/core';
7
- import { ECLBaseDirective } from '@eui/ecl/core';
8
- import * as i2 from '@eui/ecl/components/ecl-link';
9
- import { EUI_ECL_LINK } from '@eui/ecl/components/ecl-link';
6
+ import { ECLBaseDirective, EclThemeService } from '@eui/ecl/core';
7
+ import * as i1 from '@eui/ecl/components/ecl-link';
8
+ import { EclLinkModule } from '@eui/ecl/components/ecl-link';
9
+ import { I18nService } from '@eui/core';
10
10
  import { Subject } from 'rxjs';
11
11
  import { takeUntil } from 'rxjs/operators';
12
- import * as i1$1 from '@eui/core';
13
12
 
14
13
  /**
15
14
  * Directive, that applies a specific class to a footer column.
@@ -19,10 +18,10 @@ class EclSiteFooterColumnDirective extends ECLBaseDirective {
19
18
  super(...arguments);
20
19
  this.cmpClass = true;
21
20
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterColumnDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterColumnDirective, isStandalone: true, selector: "[eclSiteFooterColumn]", host: { properties: { "class.ecl-site-footer__column": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterColumnDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterColumnDirective, isStandalone: true, selector: "[eclSiteFooterColumn]", host: { properties: { "class.ecl-site-footer__column": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
24
23
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterColumnDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterColumnDirective, decorators: [{
26
25
  type: Directive,
27
26
  args: [{
28
27
  selector: '[eclSiteFooterColumn]',
@@ -39,10 +38,10 @@ class EclSiteFooterRowDirective extends ECLBaseDirective {
39
38
  super(...arguments);
40
39
  this.cmpClass = true;
41
40
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterRowDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterRowDirective, isStandalone: true, selector: "[eclSiteFooterRow]", host: { properties: { "class.ecl-site-footer__row": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterRowDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
42
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterRowDirective, isStandalone: true, selector: "[eclSiteFooterRow]", host: { properties: { "class.ecl-site-footer__row": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
44
43
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterRowDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterRowDirective, decorators: [{
46
45
  type: Directive,
47
46
  args: [{
48
47
  selector: '[eclSiteFooterRow]',
@@ -60,10 +59,10 @@ class EclSiteFooterContentDirective extends ECLBaseDirective {
60
59
  super(...arguments);
61
60
  this.cmpClass = true;
62
61
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
64
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterContentDirective, isStandalone: true, selector: "[eclSiteFooterContent]", host: { properties: { "class.ecl-site-footer__title": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
63
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterContentDirective, isStandalone: true, selector: "[eclSiteFooterContent]", host: { properties: { "class.ecl-site-footer__title": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
65
64
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterContentDirective, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterContentDirective, decorators: [{
67
66
  type: Directive,
68
67
  args: [{
69
68
  selector: '[eclSiteFooterContent]',
@@ -91,10 +90,10 @@ class EclSiteFooterSectionDirective extends ECLBaseDirective {
91
90
  */
92
91
  this.hasSeparator = false;
93
92
  }
94
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterSectionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
95
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.14", type: EclSiteFooterSectionDirective, isStandalone: true, selector: "[eclSiteFooterSection]", inputs: { isCondensed: ["isCondensed", "isCondensed", booleanAttribute], isSiteInfo: ["isSiteInfo", "isSiteInfo", booleanAttribute], isSplitList: ["isSplitList", "isSplitList", booleanAttribute], hasSeparator: ["hasSeparator", "hasSeparator", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__section": "this.cmpClass", "class.ecl-site-footer__section--condensed": "this.isCondensed", "class.ecl-site-footer__section--site-info": "this.isSiteInfo", "class.ecl-site-footer__section--split-list": "this.isSplitList", "class.ecl-site-footer__section--separator": "this.hasSeparator" } }, usesInheritance: true, ngImport: i0 }); }
93
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterSectionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
94
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.0-next.1", type: EclSiteFooterSectionDirective, isStandalone: true, selector: "[eclSiteFooterSection]", inputs: { isCondensed: ["isCondensed", "isCondensed", booleanAttribute], isSiteInfo: ["isSiteInfo", "isSiteInfo", booleanAttribute], isSplitList: ["isSplitList", "isSplitList", booleanAttribute], hasSeparator: ["hasSeparator", "hasSeparator", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__section": "this.cmpClass", "class.ecl-site-footer__section--condensed": "this.isCondensed", "class.ecl-site-footer__section--site-info": "this.isSiteInfo", "class.ecl-site-footer__section--split-list": "this.isSplitList", "class.ecl-site-footer__section--separator": "this.hasSeparator" } }, usesInheritance: true, ngImport: i0 }); }
96
95
  }
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterSectionDirective, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterSectionDirective, decorators: [{
98
97
  type: Directive,
99
98
  args: [{
100
99
  selector: '[eclSiteFooterSection]',
@@ -136,10 +135,10 @@ class EclSiteFooterLinkDirective extends ECLBaseDirective {
136
135
  super(...arguments);
137
136
  this.className = true;
138
137
  }
139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
140
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLinkDirective, isStandalone: true, selector: "[eclSiteFooterLink]", host: { properties: { "class.ecl-site-footer__link": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
139
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLinkDirective, isStandalone: true, selector: "[eclSiteFooterLink]", host: { properties: { "class.ecl-site-footer__link": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
141
140
  }
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLinkDirective, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLinkDirective, decorators: [{
143
142
  type: Directive,
144
143
  args: [{
145
144
  selector: '[eclSiteFooterLink]',
@@ -156,10 +155,10 @@ class EclSiteFooterLogoLinkDirective extends ECLBaseDirective {
156
155
  super(...arguments);
157
156
  this.className = true;
158
157
  }
159
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
160
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLogoLinkDirective, isStandalone: true, selector: "[eclSiteFooterLogoLink]", host: { properties: { "class.ecl-site-footer__logo-link": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
159
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLogoLinkDirective, isStandalone: true, selector: "[eclSiteFooterLogoLink]", host: { properties: { "class.ecl-site-footer__logo-link": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
161
160
  }
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoLinkDirective, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoLinkDirective, decorators: [{
163
162
  type: Directive,
164
163
  args: [{
165
164
  selector: '[eclSiteFooterLogoLink]',
@@ -176,10 +175,10 @@ class EclSiteFooterLogoImageDirective extends ECLBaseDirective {
176
175
  super(...arguments);
177
176
  this.className = true;
178
177
  }
179
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoImageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
180
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLogoImageDirective, isStandalone: true, selector: "img[eclSiteFooterLogoImage]", host: { properties: { "class.ecl-site-footer__logo-image": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
178
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoImageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
179
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLogoImageDirective, isStandalone: true, selector: "img[eclSiteFooterLogoImage]", host: { properties: { "class.ecl-site-footer__logo-image": "this.className" } }, usesInheritance: true, ngImport: i0 }); }
181
180
  }
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoImageDirective, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoImageDirective, decorators: [{
183
182
  type: Directive,
184
183
  args: [{
185
184
  selector: 'img[eclSiteFooterLogoImage]',
@@ -196,10 +195,10 @@ class EclSiteFooterPictureDirective extends ECLBaseDirective {
196
195
  super(...arguments);
197
196
  this.classNames = 'ecl-picture ecl-site-footer__picture';
198
197
  }
199
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterPictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
200
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterPictureDirective, isStandalone: true, selector: "picture[eclSiteFooterPicture]", host: { properties: { "class": "this.classNames" } }, usesInheritance: true, ngImport: i0 }); }
198
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterPictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
199
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterPictureDirective, isStandalone: true, selector: "picture[eclSiteFooterPicture]", host: { properties: { "class": "this.classNames" } }, usesInheritance: true, ngImport: i0 }); }
201
200
  }
202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterPictureDirective, decorators: [{
201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterPictureDirective, decorators: [{
203
202
  type: Directive,
204
203
  args: [{
205
204
  selector: 'picture[eclSiteFooterPicture]',
@@ -217,10 +216,10 @@ class EclSiteFooterListDirective extends ECLBaseDirective {
217
216
  super(...arguments);
218
217
  this.cmpClass = true;
219
218
  }
220
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
221
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.14", type: EclSiteFooterListDirective, isStandalone: true, selector: "[eclSiteFooterList]", inputs: { isInline: ["isInline", "isInline", booleanAttribute], isColumns: ["isColumns", "isColumns", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__list": "this.cmpClass", "class.ecl-site-footer__list--inline": "this.isInline", "class.ecl-site-footer__list--columns": "this.isColumns" } }, usesInheritance: true, ngImport: i0 }); }
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
220
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.0-next.1", type: EclSiteFooterListDirective, isStandalone: true, selector: "[eclSiteFooterList]", inputs: { isInline: ["isInline", "isInline", booleanAttribute], isColumns: ["isColumns", "isColumns", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__list": "this.cmpClass", "class.ecl-site-footer__list--inline": "this.isInline", "class.ecl-site-footer__list--columns": "this.isColumns" } }, usesInheritance: true, ngImport: i0 }); }
222
221
  }
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterListDirective, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterListDirective, decorators: [{
224
223
  type: Directive,
225
224
  args: [{
226
225
  selector: '[eclSiteFooterList]',
@@ -249,10 +248,10 @@ class EclSiteFooterListItemDirective extends ECLBaseDirective {
249
248
  super(...arguments);
250
249
  this.cmpClass = true;
251
250
  }
252
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterListItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
253
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterListItemDirective, isStandalone: true, selector: "[eclSiteFooterListItem]", host: { properties: { "class.ecl-site-footer__list-item": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
251
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterListItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
252
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterListItemDirective, isStandalone: true, selector: "[eclSiteFooterListItem]", host: { properties: { "class.ecl-site-footer__list-item": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
254
253
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterListItemDirective, decorators: [{
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterListItemDirective, decorators: [{
256
255
  type: Directive,
257
256
  args: [{
258
257
  selector: '[eclSiteFooterListItem]',
@@ -269,10 +268,10 @@ class EclSiteFooterLogoListDirective extends ECLBaseDirective {
269
268
  super(...arguments);
270
269
  this.cmpClass = true;
271
270
  }
272
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
273
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLogoListDirective, isStandalone: true, selector: "[eclSiteFooterLogoList]", host: { properties: { "class.ecl-site-footer__logo-list": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
272
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLogoListDirective, isStandalone: true, selector: "[eclSiteFooterLogoList]", host: { properties: { "class.ecl-site-footer__logo-list": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
274
273
  }
275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoListDirective, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoListDirective, decorators: [{
276
275
  type: Directive,
277
276
  args: [{
278
277
  selector: '[eclSiteFooterLogoList]',
@@ -289,10 +288,10 @@ class EclSiteFooterLogoItemDirective extends ECLBaseDirective {
289
288
  super(...arguments);
290
289
  this.cmpClass = true;
291
290
  }
292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
293
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLogoItemDirective, isStandalone: true, selector: "[eclSiteFooterLogoItem]", host: { properties: { "class.ecl-site-footer__logo-item": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
292
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLogoItemDirective, isStandalone: true, selector: "[eclSiteFooterLogoItem]", host: { properties: { "class.ecl-site-footer__logo-item": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
294
293
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoItemDirective, decorators: [{
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoItemDirective, decorators: [{
296
295
  type: Directive,
297
296
  args: [{
298
297
  selector: '[eclSiteFooterLogoItem]',
@@ -309,10 +308,10 @@ class EclSiteFooterLogoDirective extends ECLBaseDirective {
309
308
  super(...arguments);
310
309
  this.cmpClass = true;
311
310
  }
312
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
313
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterLogoDirective, isStandalone: true, selector: "[eclSiteFooterLogo]", host: { properties: { "class.ecl-site-footer__logo": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
311
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
312
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterLogoDirective, isStandalone: true, selector: "[eclSiteFooterLogo]", host: { properties: { "class.ecl-site-footer__logo": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
314
313
  }
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterLogoDirective, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterLogoDirective, decorators: [{
316
315
  type: Directive,
317
316
  args: [{
318
317
  selector: '[eclSiteFooterLogo]',
@@ -334,12 +333,12 @@ class EclSiteFooterFixedContentECComponent extends ECLBaseDirective {
334
333
  */
335
334
  this.isCore = false;
336
335
  }
337
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterFixedContentECComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
338
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: EclSiteFooterFixedContentECComponent, isStandalone: true, selector: "ecl-site-footer-fixed-content-ec", inputs: { isCore: ["isCore", "isCore", booleanAttribute], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0, template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n routerLink=\"/\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/strategy-and-policy_{{ languageCode }}\">\n {{ 'ecl.footer.STRATEGY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.BUSINESS-ECONOMY-EURO' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/business-economy-euro_{{ languageCode }}\">\n {{ 'ecl.footer.BUSINESS-ECONOMY-EURO' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LIVE-WORK-TRAVEL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/live-work-travel-eu_{{ languageCode }}\">\n {{ 'ecl.footer.LIVE-WORK-TRAVEL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LAW' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/law_{{ languageCode }}\">\n {{ 'ecl.footer.LAW' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FUNDING-TENDERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/funding-tenders_{{ languageCode }}\">\n {{ 'ecl.footer.FUNDING-TENDERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESEARCH-INNOVATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/research-and-innovation_{{ languageCode }}\">\n {{ 'ecl.footer.RESEARCH-INNOVATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ENERGY-CLIMATE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/energy-climate-change-environment_{{ languageCode }}\">\n {{ 'ecl.footer.ENERGY-CLIMATE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EDUCATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/education_{{ languageCode }}\">\n {{ 'ecl.footer.EDUCATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.AID-DEVELOPMENT' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/aid-development-cooperation-fundamental-rights_{{ languageCode }}\">\n {{ 'ecl.footer.AID-DEVELOPMENT' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOOD' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/food-farming-fisheries_{{ languageCode }}\">\n {{ 'ecl.footer.FOOD' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EU-REGIONAL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/eu-regional-and-urban-development_{{ languageCode }}\">\n {{ 'ecl.footer.EU-REGIONAL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.JOBS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/jobs-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.JOBS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STATS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/statistics_{{ languageCode }}\">\n {{ 'ecl.footer.STATS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.NEWS' | translate\"\n variant=\"standalone\"\n href=\"https://ec.europa.eu/commission/presscorner/home/{{ languageCode }}\">\n {{ 'ecl.footer.PRESS-CORNER' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EVENTS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/events_{{ languageCode }}\">\n {{ 'ecl.footer.EVENTS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PUBLICATIONS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/publications_{{ languageCode }}\">\n {{ 'ecl.footer.PUBLICATIONS' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/accessibility-statement_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}/#search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n }\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://commission.europa.eu/index_{{ languageCode }}\"\n eclSiteFooterLogoLink\n variant=\"standalone\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}#/search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }, { kind: "directive", type: i2.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }] }); }
336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterFixedContentECComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
337
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.0-next.1", type: EclSiteFooterFixedContentECComponent, isStandalone: true, selector: "ecl-site-footer-fixed-content-ec", inputs: { isCore: ["isCore", "isCore", booleanAttribute], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0, template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n routerLink=\"/\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/strategy-and-policy_{{ languageCode }}\">\n {{ 'ecl.footer.STRATEGY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.BUSINESS-ECONOMY-EURO' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/business-economy-euro_{{ languageCode }}\">\n {{ 'ecl.footer.BUSINESS-ECONOMY-EURO' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LIVE-WORK-TRAVEL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/live-work-travel-eu_{{ languageCode }}\">\n {{ 'ecl.footer.LIVE-WORK-TRAVEL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LAW' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/law_{{ languageCode }}\">\n {{ 'ecl.footer.LAW' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FUNDING-TENDERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/funding-tenders_{{ languageCode }}\">\n {{ 'ecl.footer.FUNDING-TENDERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESEARCH-INNOVATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/research-and-innovation_{{ languageCode }}\">\n {{ 'ecl.footer.RESEARCH-INNOVATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ENERGY-CLIMATE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/energy-climate-change-environment_{{ languageCode }}\">\n {{ 'ecl.footer.ENERGY-CLIMATE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EDUCATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/education_{{ languageCode }}\">\n {{ 'ecl.footer.EDUCATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.AID-DEVELOPMENT' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/aid-development-cooperation-fundamental-rights_{{ languageCode }}\">\n {{ 'ecl.footer.AID-DEVELOPMENT' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOOD' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/food-farming-fisheries_{{ languageCode }}\">\n {{ 'ecl.footer.FOOD' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EU-REGIONAL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/eu-regional-and-urban-development_{{ languageCode }}\">\n {{ 'ecl.footer.EU-REGIONAL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.JOBS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/jobs-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.JOBS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STATS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/statistics_{{ languageCode }}\">\n {{ 'ecl.footer.STATS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.NEWS' | translate\"\n variant=\"standalone\"\n href=\"https://ec.europa.eu/commission/presscorner/home/{{ languageCode }}\">\n {{ 'ecl.footer.PRESS-CORNER' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EVENTS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/events_{{ languageCode }}\">\n {{ 'ecl.footer.EVENTS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PUBLICATIONS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/publications_{{ languageCode }}\">\n {{ 'ecl.footer.PUBLICATIONS' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/accessibility-statement_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}/#search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n }\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://commission.europa.eu/index_{{ languageCode }}\"\n eclSiteFooterLogoLink\n variant=\"standalone\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}#/search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "ngmodule", type: EclLinkModule }, { kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
339
338
  }
340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterFixedContentECComponent, decorators: [{
339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterFixedContentECComponent, decorators: [{
341
340
  type: Component,
342
- args: [{ selector: 'ecl-site-footer-fixed-content-ec', imports: [NgTemplateOutlet, TranslateModule, ...EUI_ECL_LINK, EclSiteFooterRowDirective, EclSiteFooterColumnDirective,
341
+ args: [{ selector: 'ecl-site-footer-fixed-content-ec', imports: [NgTemplateOutlet, TranslateModule, EclLinkModule, EclSiteFooterRowDirective, EclSiteFooterColumnDirective,
343
342
  EclSiteFooterSectionDirective, EclSiteFooterPictureDirective, EclSiteFooterLogoImageDirective,
344
343
  EclSiteFooterListDirective, EclSiteFooterListItemDirective, EclSiteFooterLinkDirective,
345
344
  ], template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n routerLink=\"/\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/strategy-and-policy_{{ languageCode }}\">\n {{ 'ecl.footer.STRATEGY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.ABOUT-EUROPEAN-COMMISSION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.BUSINESS-ECONOMY-EURO' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/business-economy-euro_{{ languageCode }}\">\n {{ 'ecl.footer.BUSINESS-ECONOMY-EURO' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LIVE-WORK-TRAVEL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/live-work-travel-eu_{{ languageCode }}\">\n {{ 'ecl.footer.LIVE-WORK-TRAVEL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LAW' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/law_{{ languageCode }}\">\n {{ 'ecl.footer.LAW' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FUNDING-TENDERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/funding-tenders_{{ languageCode }}\">\n {{ 'ecl.footer.FUNDING-TENDERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESEARCH-INNOVATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/research-and-innovation_{{ languageCode }}\">\n {{ 'ecl.footer.RESEARCH-INNOVATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ENERGY-CLIMATE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/energy-climate-change-environment_{{ languageCode }}\">\n {{ 'ecl.footer.ENERGY-CLIMATE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EDUCATION' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/education_{{ languageCode }}\">\n {{ 'ecl.footer.EDUCATION' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.AID-DEVELOPMENT' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/aid-development-cooperation-fundamental-rights_{{ languageCode }}\">\n {{ 'ecl.footer.AID-DEVELOPMENT' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOOD' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/food-farming-fisheries_{{ languageCode }}\">\n {{ 'ecl.footer.FOOD' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EU-REGIONAL' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/eu-regional-and-urban-development_{{ languageCode }}\">\n {{ 'ecl.footer.EU-REGIONAL' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.JOBS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/jobs-european-commission_{{ languageCode }}\">\n {{ 'ecl.footer.JOBS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STATS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/statistics_{{ languageCode }}\">\n {{ 'ecl.footer.STATS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.NEWS' | translate\"\n variant=\"standalone\"\n href=\"https://ec.europa.eu/commission/presscorner/home/{{ languageCode }}\">\n {{ 'ecl.footer.PRESS-CORNER' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.EVENTS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/events_{{ languageCode }}\">\n {{ 'ecl.footer.EVENTS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PUBLICATIONS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/publications_{{ languageCode }}\">\n {{ 'ecl.footer.PUBLICATIONS' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/accessibility-statement_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}/#search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n }\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://commission.europa.eu/index_{{ languageCode }}\"\n eclSiteFooterLogoLink\n variant=\"standalone\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-COMMISSION' | translate\">\n <source\n srcset=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"assets/images/ecl/ec/logo/negative/logo-ec--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Commission\" />\n </picture>\n </a>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.CONTACT-EC' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/about-european-commission/contact_{{ languageCode }}\">\n {{ 'ecl.footer.CONTACT-EC' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://europa.eu/european-union/contact-eu/social-media-channels_{{ languageCode }}#/search?page=0&institutions=european_commission\">\n {{ 'ecl.footer.FOLLOW-EUROPEAN-COMMISSION-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.RESOURCES-FOR-PARTNERS' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/resources-partners_{{ languageCode }}\">\n {{ 'ecl.footer.RESOURCES-FOR-PARTNERS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.REPORT-IT-VULNERABILITY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice/vulnerability-disclosure-policy_{{ languageCode }}\">\n {{ 'ecl.footer.REPORT-IT-VULNERABILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [isSplitList]=\"true\">\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES-OUR-WEBSITES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n isInverted\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://commission.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n" }]
@@ -363,10 +362,10 @@ class EclSiteFooterTitleDirective extends ECLBaseDirective {
363
362
  this.cmpClass = true;
364
363
  this.isSeparator = false;
365
364
  }
366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterTitleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
367
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.14", type: EclSiteFooterTitleDirective, isStandalone: true, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: ["isSeparator", "isSeparator", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__title": "this.cmpClass", "class.ecl-site-footer__title--separator": "this.isSeparator" } }, usesInheritance: true, ngImport: i0 }); }
365
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterTitleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
366
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.0-next.1", type: EclSiteFooterTitleDirective, isStandalone: true, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: ["isSeparator", "isSeparator", booleanAttribute] }, host: { properties: { "class.ecl-site-footer__title": "this.cmpClass", "class.ecl-site-footer__title--separator": "this.isSeparator" } }, usesInheritance: true, ngImport: i0 }); }
368
367
  }
369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterTitleDirective, decorators: [{
368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterTitleDirective, decorators: [{
370
369
  type: Directive,
371
370
  args: [{
372
371
  selector: '[eclSiteFooterTitle]',
@@ -389,10 +388,10 @@ class EclSiteFooterTitleLinkDirective extends ECLBaseDirective {
389
388
  super(...arguments);
390
389
  this.cmpClass = true;
391
390
  }
392
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterTitleLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
393
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterTitleLinkDirective, isStandalone: true, selector: "[eclSiteFooterTitleLink]", host: { properties: { "class.ecl-site-footer__title-link": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
391
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterTitleLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
392
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterTitleLinkDirective, isStandalone: true, selector: "[eclSiteFooterTitleLink]", host: { properties: { "class.ecl-site-footer__title-link": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
394
393
  }
395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterTitleLinkDirective, decorators: [{
394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterTitleLinkDirective, decorators: [{
396
395
  type: Directive,
397
396
  args: [{
398
397
  selector: '[eclSiteFooterTitleLink]',
@@ -424,12 +423,12 @@ class EclSiteFooterFixedContentEUComponent extends ECLBaseDirective {
424
423
  return this.defaultLanguage;
425
424
  }
426
425
  }
427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterFixedContentEUComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
428
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: EclSiteFooterFixedContentEUComponent, isStandalone: true, selector: "ecl-site-footer-fixed-content-eu", inputs: { isCore: ["isCore", "isCore", booleanAttribute], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0, template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n eclSiteFooterLogoLink\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{\n languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\" eclLink variant=\"standalone\" class=\"ecl-site-footer__link\">\n {{ 'ecl.footer.DISCOVER-MORE-ON' | translate }} europa.eu</a>\n </li>\n </ul>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }, { kind: "directive", type: i2.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }] }); }
426
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterFixedContentEUComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
427
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.0-next.1", type: EclSiteFooterFixedContentEUComponent, isStandalone: true, selector: "ecl-site-footer-fixed-content-eu", inputs: { isCore: ["isCore", "isCore", booleanAttribute], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0, template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n eclSiteFooterLogoLink\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{\n languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\" eclLink variant=\"standalone\" class=\"ecl-site-footer__link\">\n {{ 'ecl.footer.DISCOVER-MORE-ON' | translate }} europa.eu</a>\n </li>\n </ul>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "ngmodule", type: EclLinkModule }, { kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
429
428
  }
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterFixedContentEUComponent, decorators: [{
429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterFixedContentEUComponent, decorators: [{
431
430
  type: Component,
432
- args: [{ selector: 'ecl-site-footer-fixed-content-eu', imports: [NgTemplateOutlet, TranslateModule, ...EUI_ECL_LINK, EclSiteFooterRowDirective, EclSiteFooterColumnDirective,
431
+ args: [{ selector: 'ecl-site-footer-fixed-content-eu', imports: [NgTemplateOutlet, TranslateModule, EclLinkModule, EclSiteFooterRowDirective, EclSiteFooterColumnDirective,
433
432
  EclSiteFooterSectionDirective, EclSiteFooterPictureDirective, EclSiteFooterLogoImageDirective,
434
433
  EclSiteFooterListDirective, EclSiteFooterListItemDirective, EclSiteFooterLinkDirective, EclSiteFooterTitleDirective,
435
434
  ], template: "@if(isCore){\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n eclSiteFooterLogoLink\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{\n languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n@if(!isCore){\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n\n <div eclSiteFooterRow>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection>\n <a\n eclLink\n href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\"\n variant=\"standalone\"\n class=\"ecl-site-footer__logo-link\"\n [attr.aria-label]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <picture eclSiteFooterPicture [attr.title]=\"'ecl.footer.EUROPEAN-UNION' | translate\">\n <source\n srcset=\"./assets/images/ecl/eu/logo/standard-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n media=\"(min-width: 996px)\" />\n <img\n eclSiteFooterLogoImage\n src=\"./assets/images/ecl/eu/logo/condensed-version/positive/logo-eu--{{ ecLogoLanguageCode }}.svg\"\n alt=\"European Union logo\" />\n </picture>\n </a>\n <ul eclSiteFooterList>\n <li eclSiteFooterListItem>\n <a href=\"https://european-union.europa.eu/index_{{ ecLogoLanguageCode }}\" eclLink variant=\"standalone\" class=\"ecl-site-footer__link\">\n {{ 'ecl.footer.DISCOVER-MORE-ON' | translate }} europa.eu</a>\n </li>\n </ul>\n </div>\n </div>\n\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.CONTACT-EU' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.STRATEGY' | translate\"\n variant=\"standalone\"\n href=\"tel:0080067891011\">\n {{ 'ecl.footer.CALL-US' | translate }} 00 800 6 7 8 9 10 11\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/call-us_{{ languageCode }}\">\n {{ 'ecl.footer.USE-OTHER-TELEPHONE-OPTIONS' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.WRITE-TO-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/write-us_{{ languageCode }}\">\n {{ 'ecl.footer.WRITE-TO-US' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.MEET-US' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/meet-us_{{ languageCode }}\">\n {{ 'ecl.footer.MEET-US' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.SOCIAL-MEDIA' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/contact-eu/social-media-channels_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-FOR-EU-SOCIAL-MEDIA' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div eclSiteFooterColumn>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.LEGAL' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LANGUAGES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/languages-our-websites_{{ languageCode }}\">\n {{ 'ecl.footer.LANGUAGES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.PRIVACY-POLICY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/privacy-policy_{{ languageCode }}\">\n {{ 'ecl.footer.PRIVACY-POLICY' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.LEGAL-NOTICE' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/legal-notice_{{ languageCode }}\">\n {{ 'ecl.footer.LEGAL-NOTICE' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.COOKIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/cookies_{{ languageCode }}\">\n {{ 'ecl.footer.COOKIES' | translate }}\n </a>\n </li>\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.ACCESSIBILITY' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/web-accessibility-policy_{{ languageCode }}\">\n {{ 'ecl.footer.ACCESSIBILITY' | translate }}\n </a>\n </li>\n </ul>\n </div>\n <div eclSiteFooterSection [hasSeparator]=\"true\">\n <div eclSiteFooterTitle isSeparator>\n {{ 'ecl.footer.EU-INSTITUTIONS-AND-BODIES' | translate }}\n </div>\n <ul eclSiteFooterList [isColumns]=\"true\">\n <li eclSiteFooterListItem>\n <a\n eclLink\n eclSiteFooterLink\n [attr.aria-label]=\"'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate\"\n variant=\"standalone\"\n href=\"https://european-union.europa.eu/institutions-law-budget/institutions-and-bodies/search-all-eu-institutions-and-bodies_{{ languageCode }}\">\n {{ 'ecl.footer.SEARCH-EU-INSTITUTIONS-AND-BODIES' | translate }}\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n}\n" }]
@@ -452,10 +451,10 @@ class EclSiteFooterDescriptionDirective extends ECLBaseDirective {
452
451
  super(...arguments);
453
452
  this.cmpClass = true;
454
453
  }
455
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
456
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EclSiteFooterDescriptionDirective, isStandalone: true, selector: "[eclSiteFooterDescription]", host: { properties: { "class.ecl-site-footer__description": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
454
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
455
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.1", type: EclSiteFooterDescriptionDirective, isStandalone: true, selector: "[eclSiteFooterDescription]", host: { properties: { "class.ecl-site-footer__description": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
457
456
  }
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterDescriptionDirective, decorators: [{
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterDescriptionDirective, decorators: [{
459
458
  type: Directive,
460
459
  args: [{
461
460
  selector: '[eclSiteFooterDescription]',
@@ -471,13 +470,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
471
470
  * important sections within the EC ecosystem.
472
471
  */
473
472
  class EclSiteFooterComponent extends ECLBaseDirective {
474
- get cssClasses() {
475
- return [super.getCssClasses('ecl-site-footer'), this.isCore ? 'ecl-site-footer--split-columns' : ''].join(' ').trim();
476
- }
477
- constructor(i18nService, eclThemeService) {
478
- super();
479
- this.i18nService = i18nService;
480
- this.eclThemeService = eclThemeService;
473
+ constructor() {
474
+ super(...arguments);
475
+ this.i18nService = inject(I18nService);
476
+ this.eclThemeService = inject(EclThemeService);
481
477
  /**
482
478
  * The current language of the page.
483
479
  */
@@ -492,6 +488,9 @@ class EclSiteFooterComponent extends ECLBaseDirective {
492
488
  this.role = 'contentinfo';
493
489
  this.destroy$ = new Subject();
494
490
  }
491
+ get cssClasses() {
492
+ return [super.getCssClasses('ecl-site-footer'), this.isCore ? 'ecl-site-footer--split-columns' : ''].join(' ').trim();
493
+ }
495
494
  ngOnInit() {
496
495
  this.handleLanguageChangeState();
497
496
  }
@@ -504,13 +503,13 @@ class EclSiteFooterComponent extends ECLBaseDirective {
504
503
  this.languageCode = lang.activeLang;
505
504
  });
506
505
  }
507
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterComponent, deps: [{ token: i1$1.I18nService }, { token: i2$1.EclThemeService }], target: i0.ɵɵFactoryTarget.Component }); }
508
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.14", type: EclSiteFooterComponent, isStandalone: true, selector: "ecl-site-footer", inputs: { isCore: ["isCore", "isCore", booleanAttribute] }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"ecl-container ecl-site-footer__container\">\n @if(eclThemeService.isEC$ | async) {\n <ecl-site-footer-fixed-content-ec\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-ec>\n }\n @if(eclThemeService.isEU$ | async) {\n <ecl-site-footer-fixed-content-eu\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-eu>\n }\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n", dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "component", type: EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }] }); }
506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
507
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.0-next.1", type: EclSiteFooterComponent, isStandalone: true, selector: "ecl-site-footer", inputs: { isCore: ["isCore", "isCore", booleanAttribute] }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"ecl-container ecl-site-footer__container\">\n @if(eclThemeService.isEC$ | async) {\n <ecl-site-footer-fixed-content-ec\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-ec>\n }\n @if(eclThemeService.isEU$ | async) {\n <ecl-site-footer-fixed-content-eu\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-eu>\n }\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n", dependencies: [{ kind: "component", type: EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "component", type: EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "pipe", type: AsyncPipe, name: "async" }] }); }
509
508
  }
510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterComponent, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterComponent, decorators: [{
511
510
  type: Component,
512
511
  args: [{ selector: 'ecl-site-footer', imports: [AsyncPipe, EclSiteFooterFixedContentECComponent, EclSiteFooterFixedContentEUComponent], template: "<div class=\"ecl-container ecl-site-footer__container\">\n @if(eclThemeService.isEC$ | async) {\n <ecl-site-footer-fixed-content-ec\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-ec>\n }\n @if(eclThemeService.isEU$ | async) {\n <ecl-site-footer-fixed-content-eu\n [isCore]=\"isCore\"\n [languageCode]=\"languageCode\"\n [ecLogoLanguageCode]=\"languageCode\"\n [content]=\"content\">\n </ecl-site-footer-fixed-content-eu>\n }\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n" }]
513
- }], ctorParameters: () => [{ type: i1$1.I18nService }, { type: i2$1.EclThemeService }], propDecorators: { isCore: [{
512
+ }], propDecorators: { isCore: [{
514
513
  type: Input,
515
514
  args: [{ transform: booleanAttribute }]
516
515
  }], cssClasses: [{
@@ -549,8 +548,8 @@ const COMPONENTS = [
549
548
  * @deprecated Use {@link EUI_ECL_SITE_FOOTER} instead.
550
549
  */
551
550
  class EclSiteFooterModule {
552
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
553
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterModule, imports: [EclSiteFooterFixedContentECComponent,
551
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
552
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterModule, imports: [EclSiteFooterFixedContentECComponent,
554
553
  EclSiteFooterFixedContentEUComponent,
555
554
  EclSiteFooterComponent,
556
555
  EclSiteFooterSectionDirective,
@@ -589,11 +588,11 @@ class EclSiteFooterModule {
589
588
  EclSiteFooterLogoLinkDirective,
590
589
  EclSiteFooterPictureDirective,
591
590
  EclSiteFooterLogoImageDirective] }); }
592
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterModule, imports: [EclSiteFooterFixedContentECComponent,
591
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterModule, imports: [EclSiteFooterFixedContentECComponent,
593
592
  EclSiteFooterFixedContentEUComponent,
594
593
  EclSiteFooterComponent] }); }
595
594
  }
596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EclSiteFooterModule, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EclSiteFooterModule, decorators: [{
597
596
  type: NgModule,
598
597
  args: [{
599
598
  imports: [...COMPONENTS],