@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 +1 @@
1
- {"version":3,"file":"eui-ecl.mjs","sources":["../../components/ecl-all/ecl-all.module.ts","../../eui-ecl.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { EUI_ECL_APP } from '@eui/ecl/components/ecl-app';\nimport { EUI_ECL_BREADCRUMB } from '@eui/ecl/components/ecl-breadcrumb';\nimport { EUI_ECL_PAGE_HEADER } from '@eui/ecl/components/ecl-page-header';\nimport { EUI_ECL_SITE_HEADER } from '@eui/ecl/components/ecl-site-header';\nimport { EUI_ECL_SITE_FOOTER } from '@eui/ecl/components/ecl-site-footer';\nimport { EUI_ECL_FORM_GROUP } from '@eui/ecl/components/ecl-form-group';\nimport { EUI_ECL_TEXT_AREA } from '@eui/ecl/components/ecl-text-area';\nimport { EUI_ECL_FORM_LABEL } from '@eui/ecl/components/ecl-form-label';\nimport { EUI_ECL_DATE_PICKER } from '@eui/ecl/components/ecl-date-picker';\nimport { EUI_ECL_TEXT_INPUT } from '@eui/ecl/components/ecl-text-input';\nimport { EUI_ECL_SELECT } from '@eui/ecl/components/ecl-select';\nimport { EUI_ECL_FEEDBACK_MESSAGE } from '@eui/ecl/components/ecl-feedback-message';\nimport { EUI_ECL_HELP_BLOCK } from '@eui/ecl/components/ecl-help-block';\nimport { EUI_ECL_LINK } from '@eui/ecl/components/ecl-link';\nimport { EUI_ECL_MENU } from '@eui/ecl/components/ecl-menu';\nimport { EUI_ECL_ICON } from '@eui/ecl/components/ecl-icon';\nimport { EUI_ECL_LIST } from '@eui/ecl/components/ecl-list';\nimport { EUI_ECL_BUTTON } from '@eui/ecl/components/ecl-button';\nimport { EUI_ECL_MODAL } from '@eui/ecl/components/ecl-modal';\nimport { EUI_ECL_SEARCH_FORM } from '@eui/ecl/components/ecl-search-form';\nimport { EUI_ECL_TAG } from '@eui/ecl/components/ecl-tag';\nimport { EUI_ECL_BLOCKQUOTE } from '@eui/ecl/components/ecl-blockquote';\nimport { EUI_ECL_SOCIAL_MEDIA_FOLLOW } from '@eui/ecl/components/ecl-social-media-follow';\nimport { EUI_ECL_SOCIAL_MEDIA_SHARE } from '@eui/ecl/components/ecl-social-media-share';\nimport { EUI_ECL_DATE_BLOCK } from '@eui/ecl/components/ecl-date-block';\nimport { EUI_ECL_MEDIA_CONTAINER } from '@eui/ecl/components/ecl-media-container';\nimport { EUI_ECL_PAGINATION } from '@eui/ecl/components/ecl-pagination';\nimport { EUI_ECL_BANNER } from '@eui/ecl/components/ecl-banner';\nimport { EUI_ECL_CARD } from '@eui/ecl/components/ecl-card';\nimport { EUI_ECL_NOTIFICATION } from '@eui/ecl/components/ecl-notification';\nimport { EUI_ECL_FILE } from '@eui/ecl/components/ecl-file';\nimport { EUI_ECL_TIMELINE } from '@eui/ecl/components/ecl-timeline';\nimport { EUI_ECL_ACCORDION } from '@eui/ecl/components/ecl-accordion';\nimport { EUI_ECL_EXPANDABLE } from '@eui/ecl/components/ecl-expandable';\nimport { EclDefaultLanguageService } from '@eui/ecl/core';\nimport { EclLanguageService } from '@eui/ecl/core';\nimport { EUI_ECL_RADIO } from '@eui/ecl/components/ecl-radio';\nimport { EUI_ECL_GALLERY } from '@eui/ecl/components/ecl-gallery';\nimport { EUI_ECL_TABLE } from '@eui/ecl/components/ecl-table';\nimport { EUI_ECL_FILE_UPLOAD } from '@eui/ecl/components/ecl-file-upload';\nimport { EUI_ECL_CHECKBOX } from '@eui/ecl/components/ecl-checkbox';\nimport { EUI_ECL_STICKY_CONTAINER } from '@eui/ecl/components/ecl-sticky-container';\nimport { EUI_ECL_FACT_FIGURES } from '@eui/ecl/components/ecl-fact-figures';\nimport { EUI_ECL_LABEL } from '@eui/ecl/components/ecl-label';\nimport { EUI_ECL_MULTISELECT } from '@eui/ecl/components/ecl-multiselect';\nimport { EUI_ECL_NEWS_TICKER } from '@eui/ecl/components/ecl-news-ticker';\nimport { EclHiddenModule } from '@eui/ecl/core';\nimport { EUI_ECL_FEATURED } from '@eui/ecl/components/ecl-featured';\nimport { EUI_ECL_INPAGE_NAVIGATION } from '@eui/ecl/components/ecl-inpage-navigation';\nimport { EUI_ECL_LIST_ILUSTRATION } from '@eui/ecl/components/ecl-list-illustration';\nimport { EUI_ECL_CONTENT_ITEM } from '@eui/ecl/components/ecl-content-item';\nimport { EUI_ECL_LOADING_INDICATOR } from '@eui/ecl/components/ecl-loading-indicator';\nimport { EUI_ECL_CATEGORY_FILTER } from '@eui/ecl/components/ecl-category-filter';\nimport { EUI_ECL_TABS } from '@eui/ecl/components/ecl-tabs';\nimport { EUI_ECL_CAROUSEL } from '@eui/ecl/components/ecl-carousel';\nimport { EUI_ECL_RATING_FIELD } from '@eui/ecl/components/ecl-rating-field';\nimport { EUI_ECL_CONTENT_BLOCK } from '@eui/ecl/components/ecl-content-block';\nimport { EUI_ECL_NAVIGATION_LIST } from '@eui/ecl/components/ecl-navigation-list';\nimport { EUI_ECL_POPOVER } from '@eui/ecl/components/ecl-popover';\nimport { EUI_ECL_RANGE } from '@eui/ecl/components/ecl-range';\nimport { EUI_ECL_MEGA_MENU } from '@eui/ecl/components/ecl-mega-menu';\nimport { EUI_ECL_SPLASH_PAGE } from '@eui/ecl/components/ecl-splash-page';\nimport { EUI_ECL_SEPARATOR } from '@eui/ecl/components/ecl-separator';\n\nconst MODULES = [\n ...EUI_ECL_ACCORDION,\n ...EUI_ECL_APP,\n ...EUI_ECL_BANNER,\n ...EUI_ECL_BLOCKQUOTE,\n ...EUI_ECL_BREADCRUMB,\n ...EUI_ECL_BUTTON,\n ...EUI_ECL_CARD,\n ...EUI_ECL_CAROUSEL,\n ...EUI_ECL_CATEGORY_FILTER,\n ...EUI_ECL_CHECKBOX,\n ...EUI_ECL_CONTENT_BLOCK,\n ...EUI_ECL_CONTENT_ITEM,\n ...EUI_ECL_DATE_BLOCK,\n ...EUI_ECL_DATE_PICKER,\n ...EUI_ECL_EXPANDABLE,\n ...EUI_ECL_FACT_FIGURES,\n ...EUI_ECL_FEATURED,\n ...EUI_ECL_FEEDBACK_MESSAGE,\n ...EUI_ECL_FILE,\n ...EUI_ECL_FILE_UPLOAD,\n ...EUI_ECL_FORM_GROUP,\n ...EUI_ECL_FORM_LABEL,\n ...EUI_ECL_GALLERY,\n ...EUI_ECL_HELP_BLOCK,\n EclHiddenModule,\n ...EUI_ECL_ICON,\n ...EUI_ECL_INPAGE_NAVIGATION,\n ...EUI_ECL_LABEL,\n ...EUI_ECL_LINK,\n ...EUI_ECL_LIST,\n ...EUI_ECL_LIST_ILUSTRATION,\n ...EUI_ECL_LOADING_INDICATOR,\n ...EUI_ECL_MEDIA_CONTAINER,\n ...EUI_ECL_MEGA_MENU,\n ...EUI_ECL_MENU,\n ...EUI_ECL_NOTIFICATION,\n ...EUI_ECL_MODAL,\n ...EUI_ECL_MULTISELECT,\n ...EUI_ECL_NAVIGATION_LIST,\n ...EUI_ECL_NEWS_TICKER,\n ...EUI_ECL_PAGE_HEADER,\n ...EUI_ECL_PAGINATION,\n ...EUI_ECL_RANGE,\n ...EUI_ECL_RADIO,\n ...EUI_ECL_RATING_FIELD,\n ...EUI_ECL_SEARCH_FORM,\n ...EUI_ECL_SELECT,\n ...EUI_ECL_SEPARATOR,\n ...EUI_ECL_SITE_FOOTER,\n ...EUI_ECL_SITE_HEADER,\n ...EUI_ECL_SOCIAL_MEDIA_FOLLOW,\n ...EUI_ECL_SOCIAL_MEDIA_SHARE,\n ...EUI_ECL_STICKY_CONTAINER,\n ...EUI_ECL_TABLE,\n ...EUI_ECL_TABS,\n ...EUI_ECL_TAG,\n ...EUI_ECL_TEXT_AREA,\n ...EUI_ECL_TEXT_INPUT,\n ...EUI_ECL_TIMELINE,\n ...EUI_ECL_POPOVER,\n ...EUI_ECL_SPLASH_PAGE,\n];\n\n@NgModule({\n imports: [...MODULES],\n declarations: [],\n exports: [...MODULES],\n providers: [{ provide: EclLanguageService, useClass: EclDefaultLanguageService }],\n})\nexport class EclAllModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-ecl.mjs","sources":["../../components/ecl-all/ecl-all.module.ts","../../eui-ecl.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { EclAppModule } from '@eui/ecl/components/ecl-app'; // EUI_ECL_APP\nimport { EclBreadcrumbModule } from '@eui/ecl/components/ecl-breadcrumb'; // EUI_ECL_BREADCRUMB\nimport { EclPageHeaderModule } from '@eui/ecl/components/ecl-page-header'; // EUI_ECL_PAGE_HEADER\nimport { EclSiteHeaderModule } from '@eui/ecl/components/ecl-site-header'; // EUI_ECL_SITE_HEADER\nimport { EclSiteFooterModule } from '@eui/ecl/components/ecl-site-footer'; // EUI_ECL_SITE_FOOTER\nimport { EclFormGroupModule } from '@eui/ecl/components/ecl-form-group'; // EUI_ECL_FORM_GROUP\nimport { EclTextAreaModule } from '@eui/ecl/components/ecl-text-area';\nimport { EclFormLabelModule } from '@eui/ecl/components/ecl-form-label'; // EUI_ECL_FORM_LABEL\nimport { EclDatePickerModule } from '@eui/ecl/components/ecl-date-picker'; // EUI_ECL_DATE_PICKER\nimport { EclTextInputModule } from '@eui/ecl/components/ecl-text-input';\nimport { EclSelectModule } from '@eui/ecl/components/ecl-select';\nimport { EclFeedbackMessageModule } from '@eui/ecl/components/ecl-feedback-message'; // EUI_ECL_FEEDBACK_MESSAGE\nimport { EclHelpBlockModule } from '@eui/ecl/components/ecl-help-block'; // EUI_ECL_HELP_BLOCK\nimport { EclLinkModule } from '@eui/ecl/components/ecl-link'; // EUI_ECL_LINK\nimport { EclMenuModule } from '@eui/ecl/components/ecl-menu'; // EUI_ECL_MENU\nimport { EclIconModule } from '@eui/ecl/components/ecl-icon'; // EUI_ECL_ICON\nimport { EclListModule } from '@eui/ecl/components/ecl-list'; // EUI_ECL_LIST\nimport { EclButtonModule } from '@eui/ecl/components/ecl-button';\nimport { EclModalModule } from '@eui/ecl/components/ecl-modal';\nimport { EclSearchFormModule } from '@eui/ecl/components/ecl-search-form'; // EUI_ECL_SEARCH_FORM\nimport { EclTagModule } from '@eui/ecl/components/ecl-tag'; // EUI_ECL_TAG\nimport { EclBlockquoteModule } from '@eui/ecl/components/ecl-blockquote';\nimport { EclSocialMediaFollowModule } from '@eui/ecl/components/ecl-social-media-follow'; // EUI_ECL_SOCIAL_MEDIA_FOLLOW\nimport { EclSocialMediaShareModule } from '@eui/ecl/components/ecl-social-media-share'; // EUI_ECL_SOCIAL_MEDIA_SHARE\nimport { EclDateBlockModule } from '@eui/ecl/components/ecl-date-block'; // EUI_ECL_DATE_BLOCK\nimport { EclMediaContainerModule } from '@eui/ecl/components/ecl-media-container'; // EUI_ECL_MEDIA_CONTAINER\nimport { EclPaginationModule } from '@eui/ecl/components/ecl-pagination'; // EUI_ECL_PAGINATION\nimport { EclBannerModule } from '@eui/ecl/components/ecl-banner';\nimport { EclCardModule } from '@eui/ecl/components/ecl-card';\nimport { EclNotificationModule } from '@eui/ecl/components/ecl-notification';\nimport { EclFileModule } from '@eui/ecl/components/ecl-file'; // EUI_ECL_FILE\nimport { EclTimelineModule } from '@eui/ecl/components/ecl-timeline'; // EUI_ECL_TIMELINE\nimport { EclAccordionModule } from '@eui/ecl/components/ecl-accordion';\nimport { EclExpandableModule } from '@eui/ecl/components/ecl-expandable'; // EUI_ECL_EXPANDABLE\nimport { EclDefaultLanguageService } from '@eui/ecl/core';\nimport { EclLanguageService } from '@eui/ecl/core';\nimport { EclRadioModule } from '@eui/ecl/components/ecl-radio'; // EUI_ECL_RADIO\nimport { EclGalleryModule } from '@eui/ecl/components/ecl-gallery'; // EUI_ECL_GALLERY\nimport { EclTableModule } from '@eui/ecl/components/ecl-table'; // EUI_ECL_TABLE\nimport { EclFileUploadModule } from '@eui/ecl/components/ecl-file-upload'; // EUI_ECL_FILE_UPLOAD\nimport { EclCheckboxModule } from '@eui/ecl/components/ecl-checkbox'; // EUI_ECL_CHECKBOX\nimport { EclStickyContainerModule } from '@eui/ecl/components/ecl-sticky-container'; // EUI_ECL_STICKY_CONTAINER\nimport { EclFactFiguresModule } from '@eui/ecl/components/ecl-fact-figures'; // EUI_ECL_FACT_FIGURES\nimport { EclLabelModule } from '@eui/ecl/components/ecl-label'; // EUI_ECL_LABEL\nimport { EclMultiselectModule } from '@eui/ecl/components/ecl-multiselect'; // EUI_ECL_MULTISELECT\nimport { EclNewsTickerModule } from '@eui/ecl/components/ecl-news-ticker';\nimport { EclHiddenModule } from '@eui/ecl/core';\nimport { EclFeaturedModule } from '@eui/ecl/components/ecl-featured'; // EUI_ECL_FEATURED\nimport { EclInpageNavigationModule } from '@eui/ecl/components/ecl-inpage-navigation'; // EUI_ECL_INPAGE_NAVIGATION\nimport { EclListIllustrationModule } from '@eui/ecl/components/ecl-list-illustration'; // EUI_ECL_LIST_ILUSTRATION\nimport { EclContentItemModule } from '@eui/ecl/components/ecl-content-item'; // EUI_ECL_CONTENT_ITEM\nimport { EclLoadingIndicatorModule } from '@eui/ecl/components/ecl-loading-indicator';\nimport { EclCategoryFilterModule } from '@eui/ecl/components/ecl-category-filter';\nimport { EclTabsModule } from '@eui/ecl/components/ecl-tabs'; // EUI_ECL_TABS\nimport { EclCarouselModule } from '@eui/ecl/components/ecl-carousel';\nimport { EclRatingFieldModule } from '@eui/ecl/components/ecl-rating-field'; // EUI_ECL_RATING_FIELD\nimport { EclContentBlockModule } from '@eui/ecl/components/ecl-content-block'; // EUI_ECL_CONTENT_BLOCK\nimport { EclNavigationListModule } from '@eui/ecl/components/ecl-navigation-list'; // EUI_ECL_NAVIGATION_LIST\nimport { EclPopoverModule } from '@eui/ecl/components/ecl-popover';\nimport { EclRangeModule } from '@eui/ecl/components/ecl-range'; // EUI_ECL_RANGE\nimport { EclMegaMenuModule } from '@eui/ecl/components/ecl-mega-menu'; // EUI_ECL_MEGA_MENU\nimport { EclSplashPageModule } from '@eui/ecl/components/ecl-splash-page'; // EUI_ECL_SPLASH_PAGE\nimport { EclSeparatorModule } from '@eui/ecl/components/ecl-separator'; // EUI_ECL_SEPARATOR\n\nconst MODULES = [\n EclAccordionModule,\n EclAppModule,\n EclBannerModule,\n EclBlockquoteModule,\n EclBreadcrumbModule,\n EclButtonModule,\n EclCardModule,\n EclCarouselModule,\n EclCategoryFilterModule,\n EclCheckboxModule,\n EclContentBlockModule,\n EclContentItemModule,\n EclDateBlockModule,\n EclDatePickerModule,\n EclExpandableModule,\n EclFactFiguresModule,\n EclFeaturedModule,\n EclFeedbackMessageModule,\n EclFileModule,\n EclFileUploadModule,\n EclFormGroupModule,\n EclFormLabelModule,\n EclGalleryModule,\n EclHelpBlockModule,\n EclHiddenModule,\n EclIconModule,\n EclInpageNavigationModule,\n EclLabelModule,\n EclLinkModule,\n EclListModule,\n EclListIllustrationModule,\n EclLoadingIndicatorModule,\n EclMediaContainerModule,\n EclMegaMenuModule,\n EclMenuModule,\n EclNotificationModule,\n EclModalModule,\n EclMultiselectModule,\n EclNavigationListModule,\n EclNewsTickerModule,\n EclPageHeaderModule,\n EclPaginationModule,\n EclRangeModule,\n EclRadioModule,\n EclRatingFieldModule,\n EclSearchFormModule,\n EclSelectModule,\n EclSeparatorModule,\n EclSiteFooterModule,\n EclSiteHeaderModule,\n EclSocialMediaFollowModule,\n EclSocialMediaShareModule,\n EclStickyContainerModule,\n EclTableModule,\n EclTabsModule,\n EclTagModule,\n EclTextAreaModule,\n EclTextInputModule,\n EclTimelineModule,\n EclPopoverModule,\n EclSplashPageModule,\n];\n\n@NgModule({\n imports: [...MODULES],\n declarations: [],\n exports: [...MODULES],\n providers: [{ provide: EclLanguageService, useClass: EclDefaultLanguageService }],\n})\nexport class EclAllModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/index.d.ts CHANGED
@@ -1,2 +1,71 @@
1
- export * from './components/ecl-all';
2
- //# sourceMappingURL=index.d.ts.map
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from '@eui/ecl/components/ecl-accordion';
3
+ import * as i2 from '@eui/ecl/components/ecl-app';
4
+ import * as i3 from '@eui/ecl/components/ecl-banner';
5
+ import * as i4 from '@eui/ecl/components/ecl-blockquote';
6
+ import * as i5 from '@eui/ecl/components/ecl-breadcrumb';
7
+ import * as i6 from '@eui/ecl/components/ecl-button';
8
+ import * as i7 from '@eui/ecl/components/ecl-card';
9
+ import * as i8 from '@eui/ecl/components/ecl-carousel';
10
+ import * as i9 from '@eui/ecl/components/ecl-category-filter';
11
+ import * as i10 from '@eui/ecl/components/ecl-checkbox';
12
+ import * as i11 from '@eui/ecl/components/ecl-content-block';
13
+ import * as i12 from '@eui/ecl/components/ecl-content-item';
14
+ import * as i13 from '@eui/ecl/components/ecl-date-block';
15
+ import * as i14 from '@eui/ecl/components/ecl-date-picker';
16
+ import * as i15 from '@eui/ecl/components/ecl-expandable';
17
+ import * as i16 from '@eui/ecl/components/ecl-fact-figures';
18
+ import * as i17 from '@eui/ecl/components/ecl-featured';
19
+ import * as i18 from '@eui/ecl/components/ecl-feedback-message';
20
+ import * as i19 from '@eui/ecl/components/ecl-file';
21
+ import * as i20 from '@eui/ecl/components/ecl-file-upload';
22
+ import * as i21 from '@eui/ecl/components/ecl-form-group';
23
+ import * as i22 from '@eui/ecl/components/ecl-form-label';
24
+ import * as i23 from '@eui/ecl/components/ecl-gallery';
25
+ import * as i24 from '@eui/ecl/components/ecl-help-block';
26
+ import * as i25 from '@eui/ecl/core';
27
+ import * as i26 from '@eui/ecl/components/ecl-icon';
28
+ import * as i27 from '@eui/ecl/components/ecl-inpage-navigation';
29
+ import * as i28 from '@eui/ecl/components/ecl-label';
30
+ import * as i29 from '@eui/ecl/components/ecl-link';
31
+ import * as i30 from '@eui/ecl/components/ecl-list';
32
+ import * as i31 from '@eui/ecl/components/ecl-list-illustration';
33
+ import * as i32 from '@eui/ecl/components/ecl-loading-indicator';
34
+ import * as i33 from '@eui/ecl/components/ecl-media-container';
35
+ import * as i34 from '@eui/ecl/components/ecl-mega-menu';
36
+ import * as i35 from '@eui/ecl/components/ecl-menu';
37
+ import * as i36 from '@eui/ecl/components/ecl-notification';
38
+ import * as i37 from '@eui/ecl/components/ecl-modal';
39
+ import * as i38 from '@eui/ecl/components/ecl-multiselect';
40
+ import * as i39 from '@eui/ecl/components/ecl-navigation-list';
41
+ import * as i40 from '@eui/ecl/components/ecl-news-ticker';
42
+ import * as i41 from '@eui/ecl/components/ecl-page-header';
43
+ import * as i42 from '@eui/ecl/components/ecl-pagination';
44
+ import * as i43 from '@eui/ecl/components/ecl-range';
45
+ import * as i44 from '@eui/ecl/components/ecl-radio';
46
+ import * as i45 from '@eui/ecl/components/ecl-rating-field';
47
+ import * as i46 from '@eui/ecl/components/ecl-search-form';
48
+ import * as i47 from '@eui/ecl/components/ecl-select';
49
+ import * as i48 from '@eui/ecl/components/ecl-separator';
50
+ import * as i49 from '@eui/ecl/components/ecl-site-footer';
51
+ import * as i50 from '@eui/ecl/components/ecl-site-header';
52
+ import * as i51 from '@eui/ecl/components/ecl-social-media-follow';
53
+ import * as i52 from '@eui/ecl/components/ecl-social-media-share';
54
+ import * as i53 from '@eui/ecl/components/ecl-sticky-container';
55
+ import * as i54 from '@eui/ecl/components/ecl-table';
56
+ import * as i55 from '@eui/ecl/components/ecl-tabs';
57
+ import * as i56 from '@eui/ecl/components/ecl-tag';
58
+ import * as i57 from '@eui/ecl/components/ecl-text-area';
59
+ import * as i58 from '@eui/ecl/components/ecl-text-input';
60
+ import * as i59 from '@eui/ecl/components/ecl-timeline';
61
+ import * as i60 from '@eui/ecl/components/ecl-popover';
62
+ import * as i61 from '@eui/ecl/components/ecl-splash-page';
63
+
64
+ declare class EclAllModule {
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<EclAllModule, never>;
66
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EclAllModule, never, [typeof i1.EclAccordionModule, typeof i2.EclAppModule, typeof i3.EclBannerModule, typeof i4.EclBlockquoteModule, typeof i5.EclBreadcrumbModule, typeof i6.EclButtonModule, typeof i7.EclCardModule, typeof i8.EclCarouselModule, typeof i9.EclCategoryFilterModule, typeof i10.EclCheckboxModule, typeof i11.EclContentBlockModule, typeof i12.EclContentItemModule, typeof i13.EclDateBlockModule, typeof i14.EclDatePickerModule, typeof i15.EclExpandableModule, typeof i16.EclFactFiguresModule, typeof i17.EclFeaturedModule, typeof i18.EclFeedbackMessageModule, typeof i19.EclFileModule, typeof i20.EclFileUploadModule, typeof i21.EclFormGroupModule, typeof i22.EclFormLabelModule, typeof i23.EclGalleryModule, typeof i24.EclHelpBlockModule, typeof i25.EclHiddenModule, typeof i26.EclIconModule, typeof i27.EclInpageNavigationModule, typeof i28.EclLabelModule, typeof i29.EclLinkModule, typeof i30.EclListModule, typeof i31.EclListIllustrationModule, typeof i32.EclLoadingIndicatorModule, typeof i33.EclMediaContainerModule, typeof i34.EclMegaMenuModule, typeof i35.EclMenuModule, typeof i36.EclNotificationModule, typeof i37.EclModalModule, typeof i38.EclMultiselectModule, typeof i39.EclNavigationListModule, typeof i40.EclNewsTickerModule, typeof i41.EclPageHeaderModule, typeof i42.EclPaginationModule, typeof i43.EclRangeModule, typeof i44.EclRadioModule, typeof i45.EclRatingFieldModule, typeof i46.EclSearchFormModule, typeof i47.EclSelectModule, typeof i48.EclSeparatorModule, typeof i49.EclSiteFooterModule, typeof i50.EclSiteHeaderModule, typeof i51.EclSocialMediaFollowModule, typeof i52.EclSocialMediaShareModule, typeof i53.EclStickyContainerModule, typeof i54.EclTableModule, typeof i55.EclTabsModule, typeof i56.EclTagModule, typeof i57.EclTextAreaModule, typeof i58.EclTextInputModule, typeof i59.EclTimelineModule, typeof i60.EclPopoverModule, typeof i61.EclSplashPageModule], [typeof i1.EclAccordionModule, typeof i2.EclAppModule, typeof i3.EclBannerModule, typeof i4.EclBlockquoteModule, typeof i5.EclBreadcrumbModule, typeof i6.EclButtonModule, typeof i7.EclCardModule, typeof i8.EclCarouselModule, typeof i9.EclCategoryFilterModule, typeof i10.EclCheckboxModule, typeof i11.EclContentBlockModule, typeof i12.EclContentItemModule, typeof i13.EclDateBlockModule, typeof i14.EclDatePickerModule, typeof i15.EclExpandableModule, typeof i16.EclFactFiguresModule, typeof i17.EclFeaturedModule, typeof i18.EclFeedbackMessageModule, typeof i19.EclFileModule, typeof i20.EclFileUploadModule, typeof i21.EclFormGroupModule, typeof i22.EclFormLabelModule, typeof i23.EclGalleryModule, typeof i24.EclHelpBlockModule, typeof i25.EclHiddenModule, typeof i26.EclIconModule, typeof i27.EclInpageNavigationModule, typeof i28.EclLabelModule, typeof i29.EclLinkModule, typeof i30.EclListModule, typeof i31.EclListIllustrationModule, typeof i32.EclLoadingIndicatorModule, typeof i33.EclMediaContainerModule, typeof i34.EclMegaMenuModule, typeof i35.EclMenuModule, typeof i36.EclNotificationModule, typeof i37.EclModalModule, typeof i38.EclMultiselectModule, typeof i39.EclNavigationListModule, typeof i40.EclNewsTickerModule, typeof i41.EclPageHeaderModule, typeof i42.EclPaginationModule, typeof i43.EclRangeModule, typeof i44.EclRadioModule, typeof i45.EclRatingFieldModule, typeof i46.EclSearchFormModule, typeof i47.EclSelectModule, typeof i48.EclSeparatorModule, typeof i49.EclSiteFooterModule, typeof i50.EclSiteHeaderModule, typeof i51.EclSocialMediaFollowModule, typeof i52.EclSocialMediaShareModule, typeof i53.EclStickyContainerModule, typeof i54.EclTableModule, typeof i55.EclTabsModule, typeof i56.EclTagModule, typeof i57.EclTextAreaModule, typeof i58.EclTextInputModule, typeof i59.EclTimelineModule, typeof i60.EclPopoverModule, typeof i61.EclSplashPageModule]>;
67
+ static ɵinj: i0.ɵɵInjectorDeclaration<EclAllModule>;
68
+ }
69
+
70
+ export { EclAllModule };
71
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sources":["../components/ecl-all/ecl-all.module.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiIA,cAAA,YAAA;;;;AAM4B;;;;"}
package/package.json CHANGED
@@ -1,23 +1,29 @@
1
1
  {
2
2
  "name": "@eui/ecl",
3
- "version": "19.3.3-snapshot-1756713161754",
4
- "tag": "snapshot",
3
+ "version": "21.0.0-alpha.10",
4
+ "tag": "next",
5
5
  "description": "eUI ECL components package",
6
6
  "homepage": "https://eui.ecdevops.eu",
7
7
  "author": "ec.europa.eui@gmail.com",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://sdlc.webcloud.ec.europa.eu/csdr/eui/eui.git"
10
+ "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
11
+ },
12
+ "peerDependencies": {
13
+ "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
14
+ "@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
15
+ "@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
16
+ "@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
17
+ "@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0",
18
+ "rxjs": "^7.0.0",
19
+ "pikaday": "latest",
20
+ "hammerjs": "latest"
11
21
  },
12
22
  "engines": {
13
23
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
14
24
  "yarn": ">=1.22.4 <2"
15
25
  },
16
26
  "license": "EUPL-1.1",
17
- "dependencies": {
18
- "tslib": "^2.3.0"
19
- },
20
- "resolutions": {},
21
27
  "module": "fesm2022/eui-ecl.mjs",
22
28
  "typings": "index.d.ts",
23
29
  "exports": {
@@ -60,14 +66,14 @@
60
66
  "types": "./components/ecl-button/index.d.ts",
61
67
  "default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
62
68
  },
63
- "./components/ecl-carousel": {
64
- "types": "./components/ecl-carousel/index.d.ts",
65
- "default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
66
- },
67
69
  "./components/ecl-card": {
68
70
  "types": "./components/ecl-card/index.d.ts",
69
71
  "default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
70
72
  },
73
+ "./components/ecl-carousel": {
74
+ "types": "./components/ecl-carousel/index.d.ts",
75
+ "default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
76
+ },
71
77
  "./components/ecl-category-filter": {
72
78
  "types": "./components/ecl-category-filter/index.d.ts",
73
79
  "default": "./fesm2022/eui-ecl-components-ecl-category-filter.mjs"
@@ -277,5 +283,8 @@
277
283
  "default": "./fesm2022/eui-ecl-components-ecl-timeline.mjs"
278
284
  }
279
285
  },
280
- "sideEffects": false
286
+ "sideEffects": false,
287
+ "dependencies": {
288
+ "tslib": "^2.3.0"
289
+ }
281
290
  }
package/shared/index.d.ts CHANGED
@@ -1,2 +1,20 @@
1
- export * from './services/ecl-header-menu-comunication.service';
2
- //# sourceMappingURL=index.d.ts.map
1
+ import { Observable } from 'rxjs';
2
+ import * as i0 from '@angular/core';
3
+
4
+ declare class EclHeaderMenuComunicationService {
5
+ bottomSpaceY$: Observable<number>;
6
+ isObjectExpanded$: Observable<boolean>;
7
+ isMobileObjectOpen$: Observable<boolean>;
8
+ private bottomSpaceY;
9
+ private isObjectExpanded;
10
+ private isMobileObjectOpen;
11
+ constructor();
12
+ updateBottomSpaceY(value: number): void;
13
+ updateExpanded(value: boolean): void;
14
+ updateOpen(value: boolean): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<EclHeaderMenuComunicationService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<EclHeaderMenuComunicationService>;
17
+ }
18
+
19
+ export { EclHeaderMenuComunicationService };
20
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../shared/services/ecl-header-menu-comunication.service.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAGA,cAAA,gCAAA;AAGQ,mBAAA,UAAA;AACA,uBAAA,UAAA;AACA,yBAAA,UAAA;;;;;AAaP;AAIA;AAIA;;;AAGA;;;;"}
@@ -1,46 +0,0 @@
1
- import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
2
- import { ECLBaseDirective } from '@eui/ecl/core';
3
- import { EclAccordionToggleEvent } from './events/ecl-accordion-toggle.event';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@eui/ecl/core";
6
- /**
7
- * Represents an individual item within an ECL Accordion.
8
- * This component allows for expand/collapse behavior and emits toggle events on interaction.
9
- */
10
- export declare class EclAccordionItemComponent implements OnInit {
11
- baseDirective: ECLBaseDirective;
12
- private cd;
13
- get cssClasses(): string;
14
- /**
15
- * The label for the accordion header.
16
- * This value is displayed as the clickable title of the item.
17
- */
18
- label: string;
19
- /**
20
- * Whether the accordion item is expanded by default.
21
- * Can be controlled externally.
22
- * @default false
23
- */
24
- isExpanded: boolean;
25
- /**
26
- * Event emitted when the item is toggled (expanded/collapsed).
27
- * The emitted value contains the next expanded state.
28
- */
29
- toggle: EventEmitter<EclAccordionToggleEvent>;
30
- contentId: string;
31
- titleId: string;
32
- constructor(baseDirective: ECLBaseDirective, cd: ChangeDetectorRef);
33
- ngOnInit(): void;
34
- /**
35
- * Handles click on the accordion item header.
36
- * Toggles the item and emits a toggle event.
37
- * If the event is not prevented, the item's state is updated.
38
- *
39
- * @param evt - The mouse click event
40
- */
41
- onItemClick(evt: MouseEvent): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAccordionItemComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<EclAccordionItemComponent, "ecl-accordion-item", never, { "label": { "alias": "label"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, [{ directive: typeof i1.ECLBaseDirective; inputs: {}; outputs: {}; }]>;
44
- static ngAcceptInputType_isExpanded: unknown;
45
- }
46
- //# sourceMappingURL=ecl-accordion-item.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-accordion-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAGN,iBAAiB,EACpB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;;;AAI9E;;;GAGG;AACH,qBAkBa,yBAA0B,YAAW,MAAM;IA6BjC,aAAa,EAAE,gBAAgB;IAAE,OAAO,CAAC,EAAE;IA5B9D,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IACqC,UAAU,UAAS;IAE3D;;;OAGG;IAEO,MAAM,wCAA+C;IAE/D,SAAS,SAAM;IACf,OAAO,SAAM;gBAEM,aAAa,EAAE,gBAAgB,EAAU,EAAE,EAAE,iBAAiB;IAEjF,QAAQ,IAAI,IAAI;IAKhB;;;;;;OAMG;IACH,WAAW,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCA3CzB,yBAAyB;2CAAzB,yBAAyB;yCAsD2m9c,OAAQ;CADxp9c"}
@@ -1,30 +0,0 @@
1
- import { ECLBaseDirective } from '@eui/ecl/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@eui/ecl/core";
4
- /**
5
- * Accordion component that manages the expansion and collapsing state of accordion items.
6
- * Uses the `ECLBaseDirective` to apply appropriate CSS classes and manage the visual styling.
7
- *
8
- * @description
9
- * This is the main component for the accordion container, responsible for managing the expansion
10
- * of individual items within the accordion. It provides the functionality to group and organize content
11
- * in expandable sections.
12
- *
13
- * @property {string} cssClasses - Returns a string of CSS classes applied to the host element.
14
- * The main class is `ecl-accordion`, which can be extended with additional classes.
15
- */
16
- export declare class EclAccordionComponent {
17
- baseDirective: ECLBaseDirective;
18
- /**
19
- * @description
20
- * Retrieves and returns the CSS classes for the component based on its current state.
21
- * Uses `baseDirective` to fetch the appropriate CSS classes.
22
- *
23
- * @returns {string} - A string of CSS class names.
24
- */
25
- get cssClasses(): string;
26
- constructor(baseDirective: ECLBaseDirective);
27
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAccordionComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<EclAccordionComponent, "ecl-accordion", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ECLBaseDirective; inputs: {}; outputs: {}; }]>;
29
- }
30
- //# sourceMappingURL=ecl-accordion.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-accordion.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion.component.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;;AAIjD;;;;;;;;;;;GAWG;AACH,qBAkBa,qBAAqB;IAaX,aAAa,EAAE,gBAAgB;IAZlD;;;;;;OAMG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;gBAEkB,aAAa,EAAE,gBAAgB;yCAbzC,qBAAqB;2CAArB,qBAAqB;CAcjC"}
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecl-accordion.component";
3
- import * as i2 from "./ecl-accordion-item.component";
4
- /**
5
- * @description
6
- * Module that provides the EclAccordion component and its dependencies.
7
- *
8
- * @deprecated Use {@link EUI_ECL_ACCORDION} instead.
9
- */
10
- export declare class EclAccordionModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAccordionModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<EclAccordionModule, never, [typeof i1.EclAccordionComponent, typeof i2.EclAccordionItemComponent], [typeof i1.EclAccordionComponent, typeof i2.EclAccordionItemComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<EclAccordionModule>;
14
- }
15
- //# sourceMappingURL=ecl-accordion.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-accordion.module.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion.module.ts"],"names":[],"mappings":";;;AAIA;;;;;GAKG;AACH,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"eui-ecl-components-ecl-accordion.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/eui-ecl-components-ecl-accordion.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1,6 +0,0 @@
1
- import { EclBaseEvent } from '@eui/ecl/core';
2
- export declare class EclAccordionToggleEvent extends EclBaseEvent {
3
- isExpanded: boolean;
4
- constructor(isExpanded: boolean);
5
- }
6
- //# sourceMappingURL=ecl-accordion-toggle.event.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-accordion-toggle.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-accordion/events/ecl-accordion-toggle.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,qBAAa,uBAAwB,SAAQ,YAAY;IACrC,UAAU,EAAE,OAAO;gBAAnB,UAAU,EAAE,OAAO;CAGtC"}
@@ -1,68 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@eui/ecl/components/ecl-accordion";
3
- import * as i2 from "@eui/ecl/components/ecl-app";
4
- import * as i3 from "@eui/ecl/components/ecl-banner";
5
- import * as i4 from "@eui/ecl/components/ecl-blockquote";
6
- import * as i5 from "@eui/ecl/components/ecl-breadcrumb";
7
- import * as i6 from "@eui/ecl/components/ecl-button";
8
- import * as i7 from "@eui/ecl/components/ecl-card";
9
- import * as i8 from "@eui/ecl/components/ecl-carousel";
10
- import * as i9 from "@eui/ecl/components/ecl-category-filter";
11
- import * as i10 from "@eui/ecl/components/ecl-checkbox";
12
- import * as i11 from "@eui/ecl/components/ecl-content-block";
13
- import * as i12 from "@eui/ecl/components/ecl-content-item";
14
- import * as i13 from "@eui/ecl/components/ecl-date-block";
15
- import * as i14 from "@eui/ecl/components/ecl-date-picker";
16
- import * as i15 from "@eui/ecl/components/ecl-expandable";
17
- import * as i16 from "@eui/ecl/components/ecl-fact-figures";
18
- import * as i17 from "@eui/ecl/components/ecl-featured";
19
- import * as i18 from "@eui/ecl/components/ecl-feedback-message";
20
- import * as i19 from "@eui/ecl/components/ecl-file";
21
- import * as i20 from "@eui/ecl/components/ecl-file-upload";
22
- import * as i21 from "@eui/ecl/components/ecl-form-group";
23
- import * as i22 from "@eui/ecl/components/ecl-form-label";
24
- import * as i23 from "@eui/ecl/components/ecl-gallery";
25
- import * as i24 from "@eui/ecl/components/ecl-help-block";
26
- import * as i25 from "@eui/ecl/core";
27
- import * as i26 from "@eui/ecl/components/ecl-icon";
28
- import * as i27 from "@eui/ecl/components/ecl-inpage-navigation";
29
- import * as i28 from "@eui/ecl/components/ecl-label";
30
- import * as i29 from "@eui/ecl/components/ecl-link";
31
- import * as i30 from "@eui/ecl/components/ecl-list";
32
- import * as i31 from "@eui/ecl/components/ecl-list-illustration";
33
- import * as i32 from "@eui/ecl/components/ecl-loading-indicator";
34
- import * as i33 from "@eui/ecl/components/ecl-media-container";
35
- import * as i34 from "@eui/ecl/components/ecl-mega-menu";
36
- import * as i35 from "@eui/ecl/components/ecl-menu";
37
- import * as i36 from "@eui/ecl/components/ecl-notification";
38
- import * as i37 from "@eui/ecl/components/ecl-modal";
39
- import * as i38 from "@eui/ecl/components/ecl-multiselect";
40
- import * as i39 from "@eui/ecl/components/ecl-navigation-list";
41
- import * as i40 from "@eui/ecl/components/ecl-news-ticker";
42
- import * as i41 from "@eui/ecl/components/ecl-page-header";
43
- import * as i42 from "@eui/ecl/components/ecl-pagination";
44
- import * as i43 from "@eui/ecl/components/ecl-range";
45
- import * as i44 from "@eui/ecl/components/ecl-radio";
46
- import * as i45 from "@eui/ecl/components/ecl-rating-field";
47
- import * as i46 from "@eui/ecl/components/ecl-search-form";
48
- import * as i47 from "@eui/ecl/components/ecl-select";
49
- import * as i48 from "@eui/ecl/components/ecl-separator";
50
- import * as i49 from "@eui/ecl/components/ecl-site-footer";
51
- import * as i50 from "@eui/ecl/components/ecl-site-header";
52
- import * as i51 from "@eui/ecl/components/ecl-social-media-follow";
53
- import * as i52 from "@eui/ecl/components/ecl-social-media-share";
54
- import * as i53 from "@eui/ecl/components/ecl-sticky-container";
55
- import * as i54 from "@eui/ecl/components/ecl-table";
56
- import * as i55 from "@eui/ecl/components/ecl-tabs";
57
- import * as i56 from "@eui/ecl/components/ecl-tag";
58
- import * as i57 from "@eui/ecl/components/ecl-text-area";
59
- import * as i58 from "@eui/ecl/components/ecl-text-input";
60
- import * as i59 from "@eui/ecl/components/ecl-timeline";
61
- import * as i60 from "@eui/ecl/components/ecl-popover";
62
- import * as i61 from "@eui/ecl/components/ecl-splash-page";
63
- export declare class EclAllModule {
64
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAllModule, never>;
65
- static ɵmod: i0.ɵɵNgModuleDeclaration<EclAllModule, never, [typeof i1.EclAccordionComponent, typeof i1.EclAccordionItemComponent, typeof i2.EclAppComponent, typeof i3.EclBannerComponent, typeof i3.EclBannerTitleDirective, typeof i3.EclBannerTitleTextDirective, typeof i3.EclBannerTitleLinkDirective, typeof i3.EclBannerDescriptionDirective, typeof i3.EclBannerDescriptionTextDirective, typeof i3.EclBannerDescriptionLinkDirective, typeof i3.EclBannerPictureDirective, typeof i3.EclBannerImageDirective, typeof i3.EclBannerVideoDirective, typeof i4.EclBlockquoteComponent, typeof i4.EclBlockquoteImageDirective, typeof i4.EclBlockquotePictureDirective, typeof i5.EclBreadcrumbComponent, typeof i5.EclBreadcrumbSegmentComponent, typeof i5.EclBreadcrumbContainerDirective, typeof i6.EclButtonComponent, typeof i6.EclButtonLabelDirective, typeof i6.EclIndicatorDirective, typeof i6.EclButtonIconContainerDirective, typeof i7.EclCardComponent, typeof i7.EclCardBodyComponent, typeof i7.EclCardImageDirective, typeof i7.EclCardPictureDirective, typeof i8.EclCarouselComponent, typeof i8.EclCarouselItemComponent, typeof i9.EclCategoryFilterComponent, typeof i9.EclCategoryFilterListComponent, typeof i9.EclCategoryFilterItemComponent, typeof i10.EclCheckboxLabelComponent, typeof i10.EclCheckboxHelpComponent, typeof i10.EclCheckboxInputDirective, typeof i10.EclCheckboxDirective, typeof i11.EclContentBlockDescriptionDirective, typeof i11.EclContentBlockLabelDirective, typeof i11.EclContentBlockLabelsDirective, typeof i11.EclContentBlockLinkDirective, typeof i11.EclContentBlockLinksContainerDirective, typeof i11.EclContentBlockLinksDirective, typeof i11.EclContentBlockListContainerDirective, typeof i11.EclContentBlockListDirective, typeof i11.EclContentBlockPrimaryMetaDirective, typeof i11.EclContentBlockPrimaryMetasDirective, typeof i11.EclContentBlockSecondaryMetaDirective, typeof i11.EclContentBlockSecondaryMetaIconDirective, typeof i11.EclContentBlockSecondaryMetaLabelDirective, typeof i11.EclContentBlockSecondaryMetasDirective, typeof i11.EclContentBlockTagDirective, typeof i11.EclContentBlockTagsDirective, typeof i11.EclContentBlockTitleDirective, typeof i11.EclContentBlockComponent, typeof i12.EclContentItemImageDirective, typeof i12.EclContentItemPictureDirective, typeof i12.EclContentItemComponent, typeof i13.EclDateBlockComponent, typeof i14.EclDatePickerDirective, typeof i15.EclExpandableComponent, typeof i16.EclFactFiguresComponent, typeof i16.EclFactFiguresItemComponent, typeof i16.EclFactFiguresViewAllComponent, typeof i16.EclFactFiguresDescriptionComponent, typeof i16.EclFactFiguresTitleComponent, typeof i16.EclFactFiguresValueComponent, typeof i17.EclFeaturedComponent, typeof i17.EclFeaturedItemComponent, typeof i17.EclFeaturedItemLinkDirective, typeof i17.EclFeaturedItemDescriptionComponent, typeof i17.EclFeaturedItemFooterPictureDirective, typeof i17.EclFeaturedItemFooterLinkDirective, typeof i17.EclFeaturedItemFooterComponent, typeof i18.EclFeedbackMessageDirective, typeof i19.EclFileComponent, typeof i19.EclFileDownloadDirective, typeof i19.EclFileItemsComponent, typeof i19.EclFileItemComponent, typeof i19.EclFileTaxonomyComponent, typeof i19.EclFileTitleDirective, typeof i19.EclFileTranslationDownloadDirective, typeof i19.EclFilePictureDirective, typeof i19.EclFileImageDirective, typeof i19.EclFilePreviewDirective, typeof i20.EclFileUploadDirective, typeof i21.EclFormGroupComponent, typeof i22.EclFormLabelComponent, typeof i22.ECLFormLabelOptionalDirective, typeof i23.EclGalleryComponent, typeof i23.EclGalleryFooterComponent, typeof i23.EclGalleryItemComponent, typeof i23.EclGalleryMediaDirective, typeof i23.EclGalleryPictureDirective, typeof i23.EclGalleryThumbnailDirective, typeof i24.EclHelpBlockDirective, typeof i25.EclHiddenModule, typeof i26.EclIconComponent, typeof i27.EclInpageNavigationComponent, typeof i27.EclInpageNavigationItemComponent, typeof i27.EclInpageNavigationListDirective, typeof i28.EclLabelDirective, typeof i29.EclLinkDirective, typeof i29.EclLinkLabelDirective, typeof i29.EclIndicatorDirective, typeof i29.EclLinkIconContainerDirective, typeof i30.EclOrderedListDirective, typeof i30.EclOrderedListItemDirective, typeof i30.EclUnorderedListDirective, typeof i30.EclUnorderedListItemDirective, typeof i30.EclDescriptionListDirective, typeof i30.EclDescriptionListTermDirective, typeof i30.EclDescriptionListDefinitionComponent, typeof i30.EclDescriptionListDefinitionItemDirective, typeof i30.EclDescriptionListDefinitionListDirective, typeof i31.EclListIllustrationComponent, typeof i31.EclListIllustrationItemComponent, typeof i31.EclListIllustrationIconDirective, typeof i31.EclListIllustrationPictureDirective, typeof i31.EclListIllustrationImageDirective, typeof i32.EclLoadingIndicatorComponent, typeof i32.EclLoadingIndicatorLabelDirective, typeof i32.EclLoadingIndicatorOverlayDirective, typeof i33.EclMediaContainerComponent, typeof i33.EclMediaContainerItemDirective, typeof i33.EclMediaContainerIframeDirective, typeof i33.EclMediaContainerPictureDirective, typeof i33.EclMediaContainerItemAudioDescriptionDirective, typeof i34.EclMegaMenuComponent, typeof i34.EclMegaMenuItemComponent, typeof i34.EclMegaMenuSubitemComponent, typeof i34.EclMegaMenuInfoComponent, typeof i34.EclMegaMenuFeaturedComponent, typeof i34.EclMegaMenuFeaturedPictureDirective, typeof i34.EclMegaMenuFeaturedImageDirective, typeof i34.EclMegaMenuFeaturedListDirective, typeof i34.EclMegaMenuFeaturedListItemDirective, typeof i34.EclMegaMenuListDirective, typeof i34.EclMegaMenuSublistDirective, typeof i34.EclMegaMenuContainerDirective, typeof i34.EclMegaMenuSpacerDirective, typeof i35.EclMenuComponent, typeof i35.EclMenuItemComponent, typeof i35.EclMenuMegaComponent, typeof i35.EclMenuMegaItemComponent, typeof i36.EclNotificationComponent, typeof i36.EclNotificationTitleDirective, typeof i37.EclModalComponent, typeof i37.EclModalHeaderComponent, typeof i37.EclModalFooterComponent, typeof i37.EclModalBodyComponent, typeof i37.EclModalBodyFixedContentDirective, typeof i37.EclModalTriggerDirective, typeof i37.EclModalCloseDirective, typeof i38.EclMultiselectComponent, typeof i38.EclMultiselectOptionDirective, typeof i38.EclMultiselectOptionComponent, typeof i38.EclMultiselectInputComponent, typeof i38.EclMultiselectDropdownComponent, typeof i38.EclMultiselectOptgroupComponent, typeof i38.BoldTextPipe, typeof i39.EclNavigationListComponent, typeof i39.EclNavigationListItemComponent, typeof i39.EclNavigationListImageDirective, typeof i39.EclNavigationListPictureDirective, typeof i40.EclNewsTickerComponent, typeof i40.EclNewsTickerItemComponent, typeof i40.EclNewsTickerIconDirective, typeof i41.EclPageHeaderComponent, typeof i41.EclPageHeaderInfoDirective, typeof i41.EclPageHeaderMetaDirective, typeof i41.EclPageHeaderMetaItemDirective, typeof i41.EclPageHeaderTitleDirective, typeof i41.EclPageHeaderDescriptionDirective, typeof i41.EclPageHeaderDescriptionThumbnailDirective, typeof i41.EclPageHeaderDescriptionContainerDirective, typeof i41.EclPageHeaderDescriptionPictureDirective, typeof i41.EclPageHeaderBackgroundPictureDirective, typeof i41.EclPageHeaderBackgroundImageDirective, typeof i42.EclPaginationComponent, typeof i42.EclPaginationItemComponent, typeof i42.EclPaginationListDirective, typeof i43.EclRangeDirective, typeof i43.EclRangeValueComponent, typeof i43.EclRangeBubbleComponent, typeof i44.EclRadioDirective, typeof i44.EclRadioInputDirective, typeof i44.EclRadioLabelComponent, typeof i44.EclRadioHelpComponent, typeof i45.EclRatingFieldComponent, typeof i46.EclSearchFormComponent, typeof i47.EclSelectDirective, typeof i47.EclSelectContainerComponent, typeof i48.EclSeparatorDirective, typeof i49.EclSiteFooterFixedContentECComponent, typeof i49.EclSiteFooterFixedContentEUComponent, typeof i49.EclSiteFooterComponent, typeof i49.EclSiteFooterSectionDirective, typeof i49.EclSiteFooterTitleDirective, typeof i49.EclSiteFooterDescriptionDirective, typeof i49.EclSiteFooterListDirective, typeof i49.EclSiteFooterLinkDirective, typeof i49.EclSiteFooterColumnDirective, typeof i49.EclSiteFooterLogoListDirective, typeof i49.EclSiteFooterLogoItemDirective, typeof i49.EclSiteFooterLogoDirective, typeof i49.EclSiteFooterListItemDirective, typeof i49.EclSiteFooterListDirective, typeof i49.EclSiteFooterRowDirective, typeof i49.EclSiteFooterContentDirective, typeof i49.EclSiteFooterTitleLinkDirective, typeof i49.EclSiteFooterLogoLinkDirective, typeof i49.EclSiteFooterPictureDirective, typeof i49.EclSiteFooterLogoImageDirective, typeof i50.EclSiteHeaderComponent, typeof i50.EclSiteHeaderActionComponent, typeof i50.EclSiteHeaderCustomActionComponent, typeof i50.EclSiteHeaderCustomActionContentDirective, typeof i50.EclSiteHeaderCustomActionLinkDirective, typeof i50.EclSiteHeaderCustomActionTitleDirective, typeof i50.EclSiteHeaderLoginComponent, typeof i50.EclSiteHeaderLoginDescriptionDirective, typeof i50.EclSiteHeaderLoginSeparatorDirective, typeof i50.EclSiteHeaderLanguageComponent, typeof i50.EclSiteHeaderLanguagePopoverComponent, typeof i50.EclSiteHeaderSearchComponent, typeof i50.EclSiteHeaderBannerTopComponent, typeof i50.EclSiteHeaderEnvironmentComponent, typeof i50.EclSiteHeaderNotificationComponent, typeof i50.EclSiteHeaderCtaDirective, typeof i50.EclSiteHeaderImageDirective, typeof i50.EclSiteHeaderPictureDirective, typeof i50.EclSiteHeaderLinkDirective, typeof i51.EclSocialMediaFollowComponent, typeof i51.EclSocialMediaFollowItemComponent, typeof i51.EclSocialMediaFollowLinkDirective, typeof i52.EclSocialMediaShareComponent, typeof i52.EclSocialMediaShareItemComponent, typeof i52.EclSocialMediaShareLinkDirective, typeof i53.EclStickyContainerComponent, typeof i54.EclTableCaptionDirective, typeof i54.EclTableDirective, typeof i54.EclTableHeadDirective, typeof i54.EclTableHeaderDirective, typeof i54.EclTableRowDirective, typeof i54.EclTableBodyDirective, typeof i54.EclTableCellDirective, typeof i54.EclTableCellGroupDirective, typeof i54.EclTableSortButtonComponent, typeof i54.EclTableResponsiveDirective, typeof i55.EclTabsComponent, typeof i55.EclTabComponent, typeof i55.EclTabLabelComponent, typeof i55.EclTabMoreComponent, typeof i56.EclTagComponent, typeof i56.EclTagSetDirective, typeof i56.EclTagSetItemDirective, typeof i56.EclTagIconExternalDirective, typeof i57.EclTextAreaDirective, typeof i58.EclTextInputDirective, typeof i59.EclTimelineComponent, typeof i59.EclTimelineItemComponent, typeof i59.EclTimelineItemTogglerComponent, typeof i59.EclTimelineItemLabelDirective, typeof i59.EclTimelineItemTitleDirective, typeof i60.EclPopoverComponent, typeof i60.EclPopoverContentDirective, typeof i60.EclPopoverToggleDirective, typeof i61.EclSplashPageComponent, typeof i61.EclSplashPageLogoImageDirective, typeof i61.EclSplashPageLogoLinkDirective, typeof i61.EclSplashPagePictureDirective, typeof i61.EclSplashPageLanguageCategoryComponent, typeof i61.EclSplashPageLanguageContainerComponent, typeof i61.EclSplashPageLanguageListDirective, typeof i61.EclSplashPageLanguageItemDirective, typeof i61.EclSplashPageLanguageLinkComponent], [typeof i1.EclAccordionComponent, typeof i1.EclAccordionItemComponent, typeof i2.EclAppComponent, typeof i3.EclBannerComponent, typeof i3.EclBannerTitleDirective, typeof i3.EclBannerTitleTextDirective, typeof i3.EclBannerTitleLinkDirective, typeof i3.EclBannerDescriptionDirective, typeof i3.EclBannerDescriptionTextDirective, typeof i3.EclBannerDescriptionLinkDirective, typeof i3.EclBannerPictureDirective, typeof i3.EclBannerImageDirective, typeof i3.EclBannerVideoDirective, typeof i4.EclBlockquoteComponent, typeof i4.EclBlockquoteImageDirective, typeof i4.EclBlockquotePictureDirective, typeof i5.EclBreadcrumbComponent, typeof i5.EclBreadcrumbSegmentComponent, typeof i5.EclBreadcrumbContainerDirective, typeof i6.EclButtonComponent, typeof i6.EclButtonLabelDirective, typeof i6.EclIndicatorDirective, typeof i6.EclButtonIconContainerDirective, typeof i7.EclCardComponent, typeof i7.EclCardBodyComponent, typeof i7.EclCardImageDirective, typeof i7.EclCardPictureDirective, typeof i8.EclCarouselComponent, typeof i8.EclCarouselItemComponent, typeof i9.EclCategoryFilterComponent, typeof i9.EclCategoryFilterListComponent, typeof i9.EclCategoryFilterItemComponent, typeof i10.EclCheckboxLabelComponent, typeof i10.EclCheckboxHelpComponent, typeof i10.EclCheckboxInputDirective, typeof i10.EclCheckboxDirective, typeof i11.EclContentBlockDescriptionDirective, typeof i11.EclContentBlockLabelDirective, typeof i11.EclContentBlockLabelsDirective, typeof i11.EclContentBlockLinkDirective, typeof i11.EclContentBlockLinksContainerDirective, typeof i11.EclContentBlockLinksDirective, typeof i11.EclContentBlockListContainerDirective, typeof i11.EclContentBlockListDirective, typeof i11.EclContentBlockPrimaryMetaDirective, typeof i11.EclContentBlockPrimaryMetasDirective, typeof i11.EclContentBlockSecondaryMetaDirective, typeof i11.EclContentBlockSecondaryMetaIconDirective, typeof i11.EclContentBlockSecondaryMetaLabelDirective, typeof i11.EclContentBlockSecondaryMetasDirective, typeof i11.EclContentBlockTagDirective, typeof i11.EclContentBlockTagsDirective, typeof i11.EclContentBlockTitleDirective, typeof i11.EclContentBlockComponent, typeof i12.EclContentItemImageDirective, typeof i12.EclContentItemPictureDirective, typeof i12.EclContentItemComponent, typeof i13.EclDateBlockComponent, typeof i14.EclDatePickerDirective, typeof i15.EclExpandableComponent, typeof i16.EclFactFiguresComponent, typeof i16.EclFactFiguresItemComponent, typeof i16.EclFactFiguresViewAllComponent, typeof i16.EclFactFiguresDescriptionComponent, typeof i16.EclFactFiguresTitleComponent, typeof i16.EclFactFiguresValueComponent, typeof i17.EclFeaturedComponent, typeof i17.EclFeaturedItemComponent, typeof i17.EclFeaturedItemLinkDirective, typeof i17.EclFeaturedItemDescriptionComponent, typeof i17.EclFeaturedItemFooterPictureDirective, typeof i17.EclFeaturedItemFooterLinkDirective, typeof i17.EclFeaturedItemFooterComponent, typeof i18.EclFeedbackMessageDirective, typeof i19.EclFileComponent, typeof i19.EclFileDownloadDirective, typeof i19.EclFileItemsComponent, typeof i19.EclFileItemComponent, typeof i19.EclFileTaxonomyComponent, typeof i19.EclFileTitleDirective, typeof i19.EclFileTranslationDownloadDirective, typeof i19.EclFilePictureDirective, typeof i19.EclFileImageDirective, typeof i19.EclFilePreviewDirective, typeof i20.EclFileUploadDirective, typeof i21.EclFormGroupComponent, typeof i22.EclFormLabelComponent, typeof i22.ECLFormLabelOptionalDirective, typeof i23.EclGalleryComponent, typeof i23.EclGalleryFooterComponent, typeof i23.EclGalleryItemComponent, typeof i23.EclGalleryMediaDirective, typeof i23.EclGalleryPictureDirective, typeof i23.EclGalleryThumbnailDirective, typeof i24.EclHelpBlockDirective, typeof i25.EclHiddenModule, typeof i26.EclIconComponent, typeof i27.EclInpageNavigationComponent, typeof i27.EclInpageNavigationItemComponent, typeof i27.EclInpageNavigationListDirective, typeof i28.EclLabelDirective, typeof i29.EclLinkDirective, typeof i29.EclLinkLabelDirective, typeof i29.EclIndicatorDirective, typeof i29.EclLinkIconContainerDirective, typeof i30.EclOrderedListDirective, typeof i30.EclOrderedListItemDirective, typeof i30.EclUnorderedListDirective, typeof i30.EclUnorderedListItemDirective, typeof i30.EclDescriptionListDirective, typeof i30.EclDescriptionListTermDirective, typeof i30.EclDescriptionListDefinitionComponent, typeof i30.EclDescriptionListDefinitionItemDirective, typeof i30.EclDescriptionListDefinitionListDirective, typeof i31.EclListIllustrationComponent, typeof i31.EclListIllustrationItemComponent, typeof i31.EclListIllustrationIconDirective, typeof i31.EclListIllustrationPictureDirective, typeof i31.EclListIllustrationImageDirective, typeof i32.EclLoadingIndicatorComponent, typeof i32.EclLoadingIndicatorLabelDirective, typeof i32.EclLoadingIndicatorOverlayDirective, typeof i33.EclMediaContainerComponent, typeof i33.EclMediaContainerItemDirective, typeof i33.EclMediaContainerIframeDirective, typeof i33.EclMediaContainerPictureDirective, typeof i33.EclMediaContainerItemAudioDescriptionDirective, typeof i34.EclMegaMenuComponent, typeof i34.EclMegaMenuItemComponent, typeof i34.EclMegaMenuSubitemComponent, typeof i34.EclMegaMenuInfoComponent, typeof i34.EclMegaMenuFeaturedComponent, typeof i34.EclMegaMenuFeaturedPictureDirective, typeof i34.EclMegaMenuFeaturedImageDirective, typeof i34.EclMegaMenuFeaturedListDirective, typeof i34.EclMegaMenuFeaturedListItemDirective, typeof i34.EclMegaMenuListDirective, typeof i34.EclMegaMenuSublistDirective, typeof i34.EclMegaMenuContainerDirective, typeof i34.EclMegaMenuSpacerDirective, typeof i35.EclMenuComponent, typeof i35.EclMenuItemComponent, typeof i35.EclMenuMegaComponent, typeof i35.EclMenuMegaItemComponent, typeof i36.EclNotificationComponent, typeof i36.EclNotificationTitleDirective, typeof i37.EclModalComponent, typeof i37.EclModalHeaderComponent, typeof i37.EclModalFooterComponent, typeof i37.EclModalBodyComponent, typeof i37.EclModalBodyFixedContentDirective, typeof i37.EclModalTriggerDirective, typeof i37.EclModalCloseDirective, typeof i38.EclMultiselectComponent, typeof i38.EclMultiselectOptionDirective, typeof i38.EclMultiselectOptionComponent, typeof i38.EclMultiselectInputComponent, typeof i38.EclMultiselectDropdownComponent, typeof i38.EclMultiselectOptgroupComponent, typeof i38.BoldTextPipe, typeof i39.EclNavigationListComponent, typeof i39.EclNavigationListItemComponent, typeof i39.EclNavigationListImageDirective, typeof i39.EclNavigationListPictureDirective, typeof i40.EclNewsTickerComponent, typeof i40.EclNewsTickerItemComponent, typeof i40.EclNewsTickerIconDirective, typeof i41.EclPageHeaderComponent, typeof i41.EclPageHeaderInfoDirective, typeof i41.EclPageHeaderMetaDirective, typeof i41.EclPageHeaderMetaItemDirective, typeof i41.EclPageHeaderTitleDirective, typeof i41.EclPageHeaderDescriptionDirective, typeof i41.EclPageHeaderDescriptionThumbnailDirective, typeof i41.EclPageHeaderDescriptionContainerDirective, typeof i41.EclPageHeaderDescriptionPictureDirective, typeof i41.EclPageHeaderBackgroundPictureDirective, typeof i41.EclPageHeaderBackgroundImageDirective, typeof i42.EclPaginationComponent, typeof i42.EclPaginationItemComponent, typeof i42.EclPaginationListDirective, typeof i43.EclRangeDirective, typeof i43.EclRangeValueComponent, typeof i43.EclRangeBubbleComponent, typeof i44.EclRadioDirective, typeof i44.EclRadioInputDirective, typeof i44.EclRadioLabelComponent, typeof i44.EclRadioHelpComponent, typeof i45.EclRatingFieldComponent, typeof i46.EclSearchFormComponent, typeof i47.EclSelectDirective, typeof i47.EclSelectContainerComponent, typeof i48.EclSeparatorDirective, typeof i49.EclSiteFooterFixedContentECComponent, typeof i49.EclSiteFooterFixedContentEUComponent, typeof i49.EclSiteFooterComponent, typeof i49.EclSiteFooterSectionDirective, typeof i49.EclSiteFooterTitleDirective, typeof i49.EclSiteFooterDescriptionDirective, typeof i49.EclSiteFooterListDirective, typeof i49.EclSiteFooterLinkDirective, typeof i49.EclSiteFooterColumnDirective, typeof i49.EclSiteFooterLogoListDirective, typeof i49.EclSiteFooterLogoItemDirective, typeof i49.EclSiteFooterLogoDirective, typeof i49.EclSiteFooterListItemDirective, typeof i49.EclSiteFooterListDirective, typeof i49.EclSiteFooterRowDirective, typeof i49.EclSiteFooterContentDirective, typeof i49.EclSiteFooterTitleLinkDirective, typeof i49.EclSiteFooterLogoLinkDirective, typeof i49.EclSiteFooterPictureDirective, typeof i49.EclSiteFooterLogoImageDirective, typeof i50.EclSiteHeaderComponent, typeof i50.EclSiteHeaderActionComponent, typeof i50.EclSiteHeaderCustomActionComponent, typeof i50.EclSiteHeaderCustomActionContentDirective, typeof i50.EclSiteHeaderCustomActionLinkDirective, typeof i50.EclSiteHeaderCustomActionTitleDirective, typeof i50.EclSiteHeaderLoginComponent, typeof i50.EclSiteHeaderLoginDescriptionDirective, typeof i50.EclSiteHeaderLoginSeparatorDirective, typeof i50.EclSiteHeaderLanguageComponent, typeof i50.EclSiteHeaderLanguagePopoverComponent, typeof i50.EclSiteHeaderSearchComponent, typeof i50.EclSiteHeaderBannerTopComponent, typeof i50.EclSiteHeaderEnvironmentComponent, typeof i50.EclSiteHeaderNotificationComponent, typeof i50.EclSiteHeaderCtaDirective, typeof i50.EclSiteHeaderImageDirective, typeof i50.EclSiteHeaderPictureDirective, typeof i50.EclSiteHeaderLinkDirective, typeof i51.EclSocialMediaFollowComponent, typeof i51.EclSocialMediaFollowItemComponent, typeof i51.EclSocialMediaFollowLinkDirective, typeof i52.EclSocialMediaShareComponent, typeof i52.EclSocialMediaShareItemComponent, typeof i52.EclSocialMediaShareLinkDirective, typeof i53.EclStickyContainerComponent, typeof i54.EclTableCaptionDirective, typeof i54.EclTableDirective, typeof i54.EclTableHeadDirective, typeof i54.EclTableHeaderDirective, typeof i54.EclTableRowDirective, typeof i54.EclTableBodyDirective, typeof i54.EclTableCellDirective, typeof i54.EclTableCellGroupDirective, typeof i54.EclTableSortButtonComponent, typeof i54.EclTableResponsiveDirective, typeof i55.EclTabsComponent, typeof i55.EclTabComponent, typeof i55.EclTabLabelComponent, typeof i55.EclTabMoreComponent, typeof i56.EclTagComponent, typeof i56.EclTagSetDirective, typeof i56.EclTagSetItemDirective, typeof i56.EclTagIconExternalDirective, typeof i57.EclTextAreaDirective, typeof i58.EclTextInputDirective, typeof i59.EclTimelineComponent, typeof i59.EclTimelineItemComponent, typeof i59.EclTimelineItemTogglerComponent, typeof i59.EclTimelineItemLabelDirective, typeof i59.EclTimelineItemTitleDirective, typeof i60.EclPopoverComponent, typeof i60.EclPopoverContentDirective, typeof i60.EclPopoverToggleDirective, typeof i61.EclSplashPageComponent, typeof i61.EclSplashPageLogoImageDirective, typeof i61.EclSplashPageLogoLinkDirective, typeof i61.EclSplashPagePictureDirective, typeof i61.EclSplashPageLanguageCategoryComponent, typeof i61.EclSplashPageLanguageContainerComponent, typeof i61.EclSplashPageLanguageListDirective, typeof i61.EclSplashPageLanguageItemDirective, typeof i61.EclSplashPageLanguageLinkComponent]>;
66
- static ɵinj: i0.ɵɵInjectorDeclaration<EclAllModule>;
67
- }
68
- //# sourceMappingURL=ecl-all.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-all.module.d.ts","sourceRoot":"","sources":["../../../components/ecl-all/ecl-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiIA,qBAMa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -1,2 +0,0 @@
1
- export * from './ecl-all.module';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/ecl-all/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,36 +0,0 @@
1
- import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
2
- import { EuiLanguage } from '@eui/base';
3
- import { EclSiteHeaderLanguageComponent } from '@eui/ecl/components/ecl-site-header';
4
- import { ECLBaseDirective, EclBaseEvent, EclRtlService } from '@eui/ecl/core';
5
- import { Subject } from 'rxjs';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * The wrapper component for an ecl application. Has some important global properties.
9
- */
10
- export declare class EclAppLanguageDismissEvent extends EclBaseEvent {
11
- language?: EuiLanguage;
12
- constructor(language?: EuiLanguage);
13
- }
14
- export declare class EclAppComponent extends ECLBaseDirective implements AfterViewInit, OnDestroy {
15
- private eclRtlService;
16
- private document;
17
- /**
18
- * Text direction, by default is 'ltr' - left-to-write. Can also be 'rtl' - right-to-left, which will
19
- * make all components within <ecl-app> to lign to the right, and apply some special styling and functionality.
20
- */
21
- textDirection: string;
22
- eclSiteHeaderLanguage: EclSiteHeaderLanguageComponent;
23
- languageDismiss: EventEmitter<EclAppLanguageDismissEvent>;
24
- protected destroy$: Subject<boolean>;
25
- constructor(eclRtlService: EclRtlService, document: Document);
26
- ngAfterViewInit(): void;
27
- ngOnDestroy(): void;
28
- /**
29
- * Changes the text direction from 'ltr' to 'rtl' and vice versa.
30
- */
31
- private handleRtlChangeState;
32
- private handleUIEvents;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAppComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<EclAppComponent, "ecl-app", never, {}, { "languageDismiss": "languageDismiss"; }, ["eclSiteHeaderLanguage"], ["*"], true, never>;
35
- }
36
- //# sourceMappingURL=ecl-app.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-app.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-app/ecl-app.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAA2B,YAAY,EAAuB,SAAS,EAAU,MAAM,eAAe,CAAC;AAE7H,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,8BAA8B,EAAsC,MAAM,qCAAqC,CAAC;AACzH,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAG/B;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,YAAY;IACrC,QAAQ,CAAC,EAAE,WAAW;gBAAtB,QAAQ,CAAC,EAAE,WAAW;CAG5C;AAED,qBAIa,eAAgB,SAAQ,gBAAiB,YAAW,aAAa,EAAE,SAAS;IAazE,OAAO,CAAC,aAAa;IAAmC,OAAO,CAAC,QAAQ;IAZpF;;;OAGG;IACsB,aAAa,SAAS;IAED,qBAAqB,EAAE,8BAA8B,CAAC;IAE1F,eAAe,2CAAkD;IAE3E,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAA0B;gBAE1C,aAAa,EAAE,aAAa,EAA4B,QAAQ,EAAE,QAAQ;IAI9F,eAAe,IAAI,IAAI;IAOvB,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B,OAAO,CAAC,cAAc;yCA1Cb,eAAe;2CAAf,eAAe;CAiD3B"}
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecl-app.component";
3
- /**
4
- * Module that provides the EclAppComponent.
5
- *
6
- * @deprecated Use {@link EUI_ECL_APP} instead.
7
- */
8
- export declare class EclAppModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<EclAppModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<EclAppModule, never, [typeof i1.EclAppComponent], [typeof i1.EclAppComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<EclAppModule>;
12
- }
13
- //# sourceMappingURL=ecl-app.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-app.module.d.ts","sourceRoot":"","sources":["../../../components/ecl-app/ecl-app.module.ts"],"names":[],"mappings":";;AAGA;;;;GAIG;AACH,qBAIa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"eui-ecl-components-ecl-app.d.ts","sourceRoot":"","sources":["../../../components/ecl-app/eui-ecl-components-ecl-app.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1,27 +0,0 @@
1
- import { ECLBaseDirective } from '@eui/ecl/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Directive for the main banner description container.
5
- */
6
- export declare class EclBannerDescriptionDirective extends ECLBaseDirective {
7
- className: string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerDescriptionDirective, "[eclBannerDescription]", never, {}, {}, never, never, true, never>;
10
- }
11
- /**
12
- * Directive for the textual content inside the banner description.
13
- */
14
- export declare class EclBannerDescriptionTextDirective extends ECLBaseDirective {
15
- className: string;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionTextDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerDescriptionTextDirective, "[eclBannerDescriptionText]", never, {}, {}, never, never, true, never>;
18
- }
19
- /**
20
- * Directive for a link inside the banner description.
21
- */
22
- export declare class EclBannerDescriptionLinkDirective extends ECLBaseDirective {
23
- className: string;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionLinkDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerDescriptionLinkDirective, "[eclBannerDescriptionLink]", never, {}, {}, never, never, true, never>;
26
- }
27
- //# sourceMappingURL=ecl-banner-description.directive.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ecl-banner-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAGa,6BAA8B,SAAQ,gBAAgB;IACzC,SAAS,SAA6B;yCADnD,6BAA6B;2CAA7B,6BAA6B;CAEzC;AAED;;GAEG;AACH,qBAGa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAAkC;yCADxD,iCAAiC;2CAAjC,iCAAiC;CAE7C;AAED;;GAEG;AACH,qBAGa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAA2C;yCADjE,iCAAiC;2CAAjC,iCAAiC;CAE7C"}