@eui/ecl 18.0.0-next.13 → 18.0.0-next.15

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 (272) hide show
  1. package/docs/components/EclBreadcrumbSegmentComponent.html +1 -1
  2. package/docs/components/EclIconComponent.html +2 -4
  3. package/docs/components/EclSocialMediaFollowComponent.html +1 -1
  4. package/docs/components/EclSocialMediaFollowItemComponent.html +26 -2
  5. package/docs/components/EclStickyContainerComponent.html +74 -1
  6. package/docs/dependencies.html +18 -18
  7. package/docs/js/menu-wc.js +6 -6
  8. package/docs/js/menu-wc_es5.js +1 -1
  9. package/docs/js/search/search_index.js +2 -2
  10. package/esm2022/lib/components/ecl-accordion/ecl-accordion-item.component.mjs +3 -3
  11. package/esm2022/lib/components/ecl-accordion/ecl-accordion.component.mjs +3 -3
  12. package/esm2022/lib/components/ecl-accordion/ecl-accordion.module.mjs +4 -4
  13. package/esm2022/lib/components/ecl-app/ecl-app.component.mjs +3 -3
  14. package/esm2022/lib/components/ecl-app/ecl-app.module.mjs +4 -4
  15. package/esm2022/lib/components/ecl-banner/ecl-banner-credit.directive.mjs +3 -3
  16. package/esm2022/lib/components/ecl-banner/ecl-banner-description.directive.mjs +6 -6
  17. package/esm2022/lib/components/ecl-banner/ecl-banner-picture.directive.mjs +6 -6
  18. package/esm2022/lib/components/ecl-banner/ecl-banner-title.directive.mjs +6 -6
  19. package/esm2022/lib/components/ecl-banner/ecl-banner.component.mjs +3 -3
  20. package/esm2022/lib/components/ecl-banner/ecl-banner.module.mjs +4 -4
  21. package/esm2022/lib/components/ecl-base.directive.mjs +3 -3
  22. package/esm2022/lib/components/ecl-blockquote/ecl-blockquote-picture.directive.mjs +6 -6
  23. package/esm2022/lib/components/ecl-blockquote/ecl-blockquote.component.mjs +3 -3
  24. package/esm2022/lib/components/ecl-blockquote/ecl-blockquote.module.mjs +4 -4
  25. package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs +5 -5
  26. package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb.component.mjs +3 -3
  27. package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb.module.mjs +4 -4
  28. package/esm2022/lib/components/ecl-button/ecl-button-label.directive.mjs +3 -3
  29. package/esm2022/lib/components/ecl-button/ecl-button.component.mjs +3 -3
  30. package/esm2022/lib/components/ecl-button/ecl-button.module.mjs +4 -4
  31. package/esm2022/lib/components/ecl-card/ecl-card-body.component.mjs +3 -3
  32. package/esm2022/lib/components/ecl-card/ecl-card-picture.directive.mjs +6 -6
  33. package/esm2022/lib/components/ecl-card/ecl-card.component.mjs +3 -3
  34. package/esm2022/lib/components/ecl-card/ecl-card.module.mjs +4 -4
  35. package/esm2022/lib/components/ecl-carousel/ecl-carousel-item.component.mjs +3 -3
  36. package/esm2022/lib/components/ecl-carousel/ecl-carousel.component.mjs +3 -3
  37. package/esm2022/lib/components/ecl-carousel/ecl-carousel.module.mjs +4 -4
  38. package/esm2022/lib/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.mjs +3 -3
  39. package/esm2022/lib/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.mjs +3 -3
  40. package/esm2022/lib/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.mjs +3 -3
  41. package/esm2022/lib/components/ecl-category-filter/ecl-category-filter.module.mjs +4 -4
  42. package/esm2022/lib/components/ecl-checkbox/ecl-checkbox-help.component.mjs +3 -3
  43. package/esm2022/lib/components/ecl-checkbox/ecl-checkbox-input.directive.mjs +3 -3
  44. package/esm2022/lib/components/ecl-checkbox/ecl-checkbox-label.component.mjs +3 -3
  45. package/esm2022/lib/components/ecl-checkbox/ecl-checkbox.directive.mjs +3 -3
  46. package/esm2022/lib/components/ecl-checkbox/ecl-checkbox.module.mjs +4 -4
  47. package/esm2022/lib/components/ecl-content-block/ecl-content-block-elements.directive.mjs +51 -51
  48. package/esm2022/lib/components/ecl-content-block/ecl-content-block.component.mjs +3 -3
  49. package/esm2022/lib/components/ecl-content-block/ecl-content-block.module.mjs +4 -4
  50. package/esm2022/lib/components/ecl-content-item/ecl-content-item-image.directive.mjs +6 -6
  51. package/esm2022/lib/components/ecl-content-item/ecl-content-item.component.mjs +3 -3
  52. package/esm2022/lib/components/ecl-content-item/ecl-content-item.module.mjs +4 -4
  53. package/esm2022/lib/components/ecl-date-block/ecl-date-block.component.mjs +3 -3
  54. package/esm2022/lib/components/ecl-date-block/ecl-date-block.module.mjs +4 -4
  55. package/esm2022/lib/components/ecl-date-picker/ecl-date-picker.directive.mjs +3 -3
  56. package/esm2022/lib/components/ecl-date-picker/ecl-date-picker.module.mjs +4 -4
  57. package/esm2022/lib/components/ecl-expandable/ecl-expandable.component.mjs +3 -3
  58. package/esm2022/lib/components/ecl-expandable/ecl-expandable.module.mjs +4 -4
  59. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-description.component.mjs +3 -3
  60. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-item.component.mjs +3 -3
  61. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-title.component.mjs +3 -3
  62. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-value.component.mjs +3 -3
  63. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-view-all.component.mjs +3 -3
  64. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures.component.mjs +3 -3
  65. package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures.module.mjs +4 -4
  66. package/esm2022/lib/components/ecl-featured/ecl-featured-item-description.component.mjs +3 -3
  67. package/esm2022/lib/components/ecl-featured/ecl-featured-item-link.directive.mjs +3 -3
  68. package/esm2022/lib/components/ecl-featured/ecl-featured-item.component.mjs +3 -3
  69. package/esm2022/lib/components/ecl-featured/ecl-featured.component.mjs +3 -3
  70. package/esm2022/lib/components/ecl-featured/ecl-featured.module.mjs +4 -4
  71. package/esm2022/lib/components/ecl-feedback-message/ecl-feedback-message.directive.mjs +3 -3
  72. package/esm2022/lib/components/ecl-feedback-message/ecl-feedback-message.module.mjs +4 -4
  73. package/esm2022/lib/components/ecl-file/ecl-file-download.directive.mjs +6 -6
  74. package/esm2022/lib/components/ecl-file/ecl-file-item/ecl-file-item.component.mjs +3 -3
  75. package/esm2022/lib/components/ecl-file/ecl-file-items/ecl-file-items.component.mjs +3 -3
  76. package/esm2022/lib/components/ecl-file/ecl-file-picture.directive.mjs +9 -9
  77. package/esm2022/lib/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.mjs +3 -3
  78. package/esm2022/lib/components/ecl-file/ecl-file.component.mjs +3 -3
  79. package/esm2022/lib/components/ecl-file/ecl-file.module.mjs +4 -4
  80. package/esm2022/lib/components/ecl-file-upload/ecl-file-upload.directive.mjs +3 -3
  81. package/esm2022/lib/components/ecl-file-upload/ecl-file-upload.module.mjs +4 -4
  82. package/esm2022/lib/components/ecl-form-group/ecl-form-group.component.mjs +3 -3
  83. package/esm2022/lib/components/ecl-form-group/ecl-form-group.module.mjs +4 -4
  84. package/esm2022/lib/components/ecl-form-label/ecl-form-label.component.mjs +3 -3
  85. package/esm2022/lib/components/ecl-form-label/ecl-form-label.module.mjs +4 -4
  86. package/esm2022/lib/components/ecl-gallery/ecl-gallery-footer.component.mjs +3 -3
  87. package/esm2022/lib/components/ecl-gallery/ecl-gallery-item.component.mjs +3 -3
  88. package/esm2022/lib/components/ecl-gallery/ecl-gallery-media.directive.mjs +6 -6
  89. package/esm2022/lib/components/ecl-gallery/ecl-gallery.component.mjs +3 -3
  90. package/esm2022/lib/components/ecl-gallery/ecl-gallery.module.mjs +4 -4
  91. package/esm2022/lib/components/ecl-help-block/ecl-help-block.directive.mjs +3 -3
  92. package/esm2022/lib/components/ecl-help-block/ecl-help-block.module.mjs +4 -4
  93. package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +6 -11
  94. package/esm2022/lib/components/ecl-icon/ecl-icon.module.mjs +4 -4
  95. package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.mjs +3 -3
  96. package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.component.mjs +3 -3
  97. package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.module.mjs +4 -4
  98. package/esm2022/lib/components/ecl-label/ecl-label.directive.mjs +3 -3
  99. package/esm2022/lib/components/ecl-label/ecl-label.module.mjs +4 -4
  100. package/esm2022/lib/components/ecl-link/ecl-link-label.directive.mjs +3 -3
  101. package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +5 -5
  102. package/esm2022/lib/components/ecl-link/ecl-link.module.mjs +4 -4
  103. package/esm2022/lib/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.mjs +3 -3
  104. package/esm2022/lib/components/ecl-list/ecl-description-list-definition-item.directive.mjs +6 -6
  105. package/esm2022/lib/components/ecl-list/ecl-list.directive.mjs +18 -18
  106. package/esm2022/lib/components/ecl-list/ecl-list.module.mjs +4 -4
  107. package/esm2022/lib/components/ecl-list-illustration/ecl-list-illustration-icon.directive.mjs +3 -3
  108. package/esm2022/lib/components/ecl-list-illustration/ecl-list-illustration-item.component.mjs +3 -3
  109. package/esm2022/lib/components/ecl-list-illustration/ecl-list-illustration-picture.directive.mjs +6 -6
  110. package/esm2022/lib/components/ecl-list-illustration/ecl-list-illustration.component.mjs +3 -3
  111. package/esm2022/lib/components/ecl-list-illustration/ecl-list-illustration.module.mjs +4 -4
  112. package/esm2022/lib/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.mjs +3 -3
  113. package/esm2022/lib/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.mjs +3 -3
  114. package/esm2022/lib/components/ecl-loading-indicator/ecl-loading-indicator.component.mjs +3 -3
  115. package/esm2022/lib/components/ecl-loading-indicator/ecl-loading-indicator.module.mjs +4 -4
  116. package/esm2022/lib/components/ecl-media-container/ecl-media-container-iframe.directive.mjs +3 -3
  117. package/esm2022/lib/components/ecl-media-container/ecl-media-container-item.directive.mjs +3 -3
  118. package/esm2022/lib/components/ecl-media-container/ecl-media-container-picture.directive.mjs +3 -3
  119. package/esm2022/lib/components/ecl-media-container/ecl-media-container.component.mjs +3 -3
  120. package/esm2022/lib/components/ecl-media-container/ecl-media-container.module.mjs +4 -4
  121. package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu-item.component.mjs +3 -3
  122. package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs +3 -3
  123. package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs +3 -3
  124. package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs +3 -3
  125. package/esm2022/lib/components/ecl-menu/ecl-menu.module.mjs +4 -4
  126. package/esm2022/lib/components/ecl-modal/ecl-modal-body-fixed.directive.mjs +3 -3
  127. package/esm2022/lib/components/ecl-modal/ecl-modal-body.component.mjs +3 -3
  128. package/esm2022/lib/components/ecl-modal/ecl-modal-close.directive.mjs +3 -3
  129. package/esm2022/lib/components/ecl-modal/ecl-modal-footer.component.mjs +3 -3
  130. package/esm2022/lib/components/ecl-modal/ecl-modal-header.component.mjs +3 -3
  131. package/esm2022/lib/components/ecl-modal/ecl-modal-trigger.directive.mjs +3 -3
  132. package/esm2022/lib/components/ecl-modal/ecl-modal.component.mjs +3 -3
  133. package/esm2022/lib/components/ecl-modal/ecl-modal.module.mjs +4 -4
  134. package/esm2022/lib/components/ecl-multiselect/boldText.pipe.mjs +3 -3
  135. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs +3 -3
  136. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs +3 -3
  137. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.mjs +3 -3
  138. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.mjs +3 -3
  139. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-option.directive.mjs +3 -3
  140. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect.component.mjs +3 -3
  141. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect.module.mjs +4 -4
  142. package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list-image/ecl-navigation-list-image.component.mjs +3 -3
  143. package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.mjs +3 -3
  144. package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list-picture.directive.mjs +6 -6
  145. package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs +3 -3
  146. package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list.module.mjs +4 -4
  147. package/esm2022/lib/components/ecl-news-ticker/ecl-news-ticker-item.component.mjs +3 -3
  148. package/esm2022/lib/components/ecl-news-ticker/ecl-news-ticker.component.mjs +3 -3
  149. package/esm2022/lib/components/ecl-news-ticker/ecl-news-ticker.module.mjs +4 -4
  150. package/esm2022/lib/components/ecl-notification/ecl-notification-title.directive.mjs +3 -3
  151. package/esm2022/lib/components/ecl-notification/ecl-notification.component.mjs +3 -3
  152. package/esm2022/lib/components/ecl-notification/ecl-notification.module.mjs +4 -4
  153. package/esm2022/lib/components/ecl-page-header/ecl-page-header-background.directive.mjs +6 -6
  154. package/esm2022/lib/components/ecl-page-header/ecl-page-header-description/ecl-page-header-description.component.mjs +3 -3
  155. package/esm2022/lib/components/ecl-page-header/ecl-page-header-description.directive.mjs +9 -9
  156. package/esm2022/lib/components/ecl-page-header/ecl-page-header-meta.directive.mjs +6 -6
  157. package/esm2022/lib/components/ecl-page-header/ecl-page-header-title.directive.mjs +3 -3
  158. package/esm2022/lib/components/ecl-page-header/ecl-page-header.component.mjs +3 -3
  159. package/esm2022/lib/components/ecl-page-header/ecl-page-header.module.mjs +4 -4
  160. package/esm2022/lib/components/ecl-pagination/ecl-pagination-item.component.mjs +3 -3
  161. package/esm2022/lib/components/ecl-pagination/ecl-pagination.component.mjs +3 -3
  162. package/esm2022/lib/components/ecl-pagination/ecl-pagination.module.mjs +4 -4
  163. package/esm2022/lib/components/ecl-popover/ecl-popover-content.directive.mjs +3 -3
  164. package/esm2022/lib/components/ecl-popover/ecl-popover-toggle.directive.mjs +3 -3
  165. package/esm2022/lib/components/ecl-popover/ecl-popover.component.mjs +3 -3
  166. package/esm2022/lib/components/ecl-popover/ecl-popover.module.mjs +4 -4
  167. package/esm2022/lib/components/ecl-radio/ecl-radio-help.component.mjs +3 -3
  168. package/esm2022/lib/components/ecl-radio/ecl-radio-input.directive.mjs +3 -3
  169. package/esm2022/lib/components/ecl-radio/ecl-radio-label.component.mjs +3 -3
  170. package/esm2022/lib/components/ecl-radio/ecl-radio.directive.mjs +3 -3
  171. package/esm2022/lib/components/ecl-radio/ecl-radio.module.mjs +4 -4
  172. package/esm2022/lib/components/ecl-range/ecl-range-value.component.mjs +3 -3
  173. package/esm2022/lib/components/ecl-range/ecl-range.directive.mjs +3 -3
  174. package/esm2022/lib/components/ecl-range/ecl-range.module.mjs +4 -4
  175. package/esm2022/lib/components/ecl-rating-field/ecl-rating-field.component.mjs +3 -3
  176. package/esm2022/lib/components/ecl-rating-field/ecl-rating-field.module.mjs +4 -4
  177. package/esm2022/lib/components/ecl-search-form/ecl-search-form.component.mjs +3 -3
  178. package/esm2022/lib/components/ecl-search-form/ecl-search-form.module.mjs +4 -4
  179. package/esm2022/lib/components/ecl-select/ecl-select-container.component.mjs +3 -3
  180. package/esm2022/lib/components/ecl-select/ecl-select.directive.mjs +3 -3
  181. package/esm2022/lib/components/ecl-select/ecl-select.module.mjs +4 -4
  182. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs +3 -3
  183. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.mjs +9 -9
  184. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.mjs +3 -3
  185. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.mjs +15 -15
  186. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.mjs +15 -15
  187. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.mjs +3 -3
  188. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.mjs +6 -6
  189. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs +3 -3
  190. package/esm2022/lib/components/ecl-site-footer/ecl-site-footer.component.mjs +3 -3
  191. package/esm2022/lib/components/ecl-site-footer/ecl-site-footer.module.mjs +4 -4
  192. package/esm2022/lib/components/ecl-site-header/action/ecl-site-header-action.component.mjs +3 -3
  193. package/esm2022/lib/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.mjs +3 -3
  194. package/esm2022/lib/components/ecl-site-header/cta/ecl-site-header-cta.directive.mjs +3 -3
  195. package/esm2022/lib/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.mjs +3 -3
  196. package/esm2022/lib/components/ecl-site-header/ecl-site-header.component.mjs +3 -3
  197. package/esm2022/lib/components/ecl-site-header/ecl-site-header.module.mjs +4 -4
  198. package/esm2022/lib/components/ecl-site-header/language/ecl-site-header-language-popover.component.mjs +3 -3
  199. package/esm2022/lib/components/ecl-site-header/language/ecl-site-header-language.component.mjs +3 -3
  200. package/esm2022/lib/components/ecl-site-header/login/ecl-site-header-login-details.directive.mjs +6 -6
  201. package/esm2022/lib/components/ecl-site-header/login/ecl-site-header-login.component.mjs +3 -3
  202. package/esm2022/lib/components/ecl-site-header/message/ecl-site-header-message.component.mjs +3 -3
  203. package/esm2022/lib/components/ecl-site-header/search/ecl-site-header-search.component.mjs +3 -3
  204. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs +14 -10
  205. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-link.directive.mjs +3 -3
  206. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs +7 -12
  207. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.mjs +7 -6
  208. package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs +3 -3
  209. package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share-link.directive.mjs +3 -3
  210. package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share.component.mjs +3 -3
  211. package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share.module.mjs +4 -4
  212. package/esm2022/lib/components/ecl-sticky-container/ecl-sticky-container.component.mjs +41 -13
  213. package/esm2022/lib/components/ecl-sticky-container/ecl-sticky-container.module.mjs +4 -4
  214. package/esm2022/lib/components/ecl-table/ecl-table-sort-button.component.mjs +3 -3
  215. package/esm2022/lib/components/ecl-table/ecl-table.directive.mjs +24 -24
  216. package/esm2022/lib/components/ecl-table/ecl-table.module.mjs +4 -4
  217. package/esm2022/lib/components/ecl-tabs/ecl-tab-label.component.mjs +3 -3
  218. package/esm2022/lib/components/ecl-tabs/ecl-tab-more.component.mjs +3 -3
  219. package/esm2022/lib/components/ecl-tabs/ecl-tab.component.mjs +3 -3
  220. package/esm2022/lib/components/ecl-tabs/ecl-tabs.component.mjs +3 -3
  221. package/esm2022/lib/components/ecl-tabs/ecl-tabs.module.mjs +4 -4
  222. package/esm2022/lib/components/ecl-tag/ecl-tag.component.mjs +3 -3
  223. package/esm2022/lib/components/ecl-tag/ecl-tag.module.mjs +4 -4
  224. package/esm2022/lib/components/ecl-text-area/ecl-text-area.directive.mjs +3 -3
  225. package/esm2022/lib/components/ecl-text-area/ecl-text-area.module.mjs +4 -4
  226. package/esm2022/lib/components/ecl-text-input/ecl-text-input.directive.mjs +3 -3
  227. package/esm2022/lib/components/ecl-text-input/ecl-text-input.module.mjs +4 -4
  228. package/esm2022/lib/components/ecl-timeline/ecl-timeline-item-label.directive.mjs +3 -3
  229. package/esm2022/lib/components/ecl-timeline/ecl-timeline-item-title.directive.mjs +3 -3
  230. package/esm2022/lib/components/ecl-timeline/ecl-timeline-item-toggler.component.mjs +3 -3
  231. package/esm2022/lib/components/ecl-timeline/ecl-timeline-item.component.mjs +3 -3
  232. package/esm2022/lib/components/ecl-timeline/ecl-timeline.component.mjs +3 -3
  233. package/esm2022/lib/components/ecl-timeline/ecl-timeline.module.mjs +4 -4
  234. package/esm2022/lib/services/ecl-default-language.service.mjs +3 -3
  235. package/esm2022/lib/services/ecl-rtl.service.mjs +3 -3
  236. package/esm2022/lib/services/ecl-theme.service.mjs +3 -3
  237. package/esm2022/lib/shared/ecl-all.module.mjs +4 -4
  238. package/esm2022/lib/utils/directives/ecl-click-outside/ecl-click-outside.directive.mjs +3 -3
  239. package/esm2022/lib/utils/directives/ecl-hidden/ecl-hidden.directive.mjs +3 -3
  240. package/esm2022/lib/utils/directives/ecl-hidden/ecl-hidden.module.mjs +4 -4
  241. package/fesm2022/eui-ecl.mjs +1227 -1207
  242. package/fesm2022/eui-ecl.mjs.map +3 -3
  243. package/lib/components/ecl-accordion/ecl-accordion-item.component.d.ts.map +1 -1
  244. package/lib/components/ecl-banner/ecl-banner.component.d.ts.map +1 -1
  245. package/lib/components/ecl-base.directive.d.ts.map +1 -1
  246. package/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts.map +1 -1
  247. package/lib/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts.map +1 -1
  248. package/lib/components/ecl-button/ecl-button.component.d.ts.map +1 -1
  249. package/lib/components/ecl-carousel/ecl-carousel-item.component.d.ts.map +1 -1
  250. package/lib/components/ecl-carousel/ecl-carousel.component.d.ts.map +1 -1
  251. package/lib/components/ecl-expandable/ecl-expandable.component.d.ts.map +1 -1
  252. package/lib/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts.map +1 -1
  253. package/lib/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts.map +1 -1
  254. package/lib/components/ecl-icon/ecl-icon.component.d.ts +1 -1
  255. package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
  256. package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
  257. package/lib/components/ecl-list/ecl-list.directive.d.ts.map +1 -1
  258. package/lib/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts.map +1 -1
  259. package/lib/components/ecl-list-illustration/ecl-list-illustration.component.d.ts.map +1 -1
  260. package/lib/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts.map +1 -1
  261. package/lib/components/ecl-modal/ecl-modal-body.component.d.ts.map +1 -1
  262. package/lib/components/ecl-news-ticker/ecl-news-ticker.component.d.ts.map +1 -1
  263. package/lib/components/ecl-notification/ecl-notification.component.d.ts.map +1 -1
  264. package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts +2 -1
  265. package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts.map +1 -1
  266. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts +2 -1
  267. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts.map +1 -1
  268. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts +4 -3
  269. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts.map +1 -1
  270. package/lib/components/ecl-sticky-container/ecl-sticky-container.component.d.ts +12 -1
  271. package/lib/components/ecl-sticky-container/ecl-sticky-container.component.d.ts.map +1 -1
  272. package/package.json +1 -1
@@ -38,10 +38,10 @@ export class EclGalleryMediaDirective extends ECLBaseDirective {
38
38
  getHostElement() {
39
39
  return this.el.nativeElement;
40
40
  }
41
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryMediaDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclGalleryMediaDirective, selector: "[eclGalleryMedia], [eclGalleryImage]", inputs: { poster: "poster" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
41
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryMediaDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclGalleryMediaDirective, selector: "[eclGalleryMedia], [eclGalleryImage]", inputs: { poster: "poster" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryMediaDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryMediaDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: '[eclGalleryMedia], [eclGalleryImage]',
@@ -56,10 +56,10 @@ export class EclGalleryPictureDirective extends ECLBaseDirective {
56
56
  get cssClasses() {
57
57
  return [super.getCssClasses('ecl-picture ecl-gallery__picture')].join(' ').trim();
58
58
  }
59
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryPictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclGalleryPictureDirective, selector: "picture[eclGalleryPicture]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
59
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryPictureDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclGalleryPictureDirective, selector: "picture[eclGalleryPicture]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryPictureDirective, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryPictureDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: 'picture[eclGalleryPicture]',
@@ -287,8 +287,8 @@ export class EclGalleryComponent extends ECLBaseDirective {
287
287
  getVisibleItems() {
288
288
  return this.galleryItems.filter((item, cnt) => cnt < this.maxVisibleItems);
289
289
  }
290
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponent, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
291
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclGalleryComponent, selector: "ecl-gallery", inputs: { isDownloadable: "isDownloadable", isOpenInFullScreenPossible: "isOpenInFullScreenPossible", isShareable: "isShareable", isFullWidth: "isFullWidth", isNoOverlay: "isNoOverlay", maxVisibleItems: "maxVisibleItems" }, outputs: { show: "show", hide: "hide", download: "download", openFullScreen: "openFullScreen", share: "share", itemSwitch: "itemSwitch" }, host: { listeners: { "document:keydown.escape": "onEscapeKeydownHandler($event)", "window:resize": "iframeResize($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "galleryFooter", first: true, predicate: EclGalleryFooterComponent, descendants: true }, { propertyName: "galleryItems", predicate: EclGalleryItemComponent }], viewQueries: [{ propertyName: "videoChild", first: true, predicate: ["video"], descendants: true }, { propertyName: "imageChild", first: true, predicate: ["image"], descendants: true }, { propertyName: "externalVideoChild", first: true, predicate: ["externalVideo"], descendants: true }, { propertyName: "overlayChild", first: true, predicate: ["overlay"], descendants: true }, { propertyName: "headerChild", first: true, predicate: ["header"], descendants: true }, { propertyName: "footerChild", first: true, predicate: ["footer"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ul class=\"ecl-gallery__list\">\n <ng-content></ng-content>\n</ul>\n\n<ng-content select=\"ecl-gallery-footer\"></ng-content>\n\n<dialog\n #overlay\n [attr.open]=\"isDialogVisible || null\"\n class=\"ecl-gallery__overlay\"\n [attr.aria-label]=\"'ecl.gallery.FULL-SIZE-DISPLAY' | translate\">\n <header #header class=\"ecl-gallery__close\">\n <button (click)=\"onClose($event)\" eclButton class=\"ecl-gallery__close-button\" variant=\"ghost\">\n <span eclButtonLabel>\n {{ 'ecl.common.CLOSE' | translate }}\n </span>\n <ecl-icon icon=\"close-filled\" eclSize=\"s\"></ecl-icon>\n </button>\n </header>\n <section class=\"ecl-gallery__slider\">\n <div class=\"ecl-gallery__slider-media-container\">\n <div #externalVideo class=\"ecl-gallery__slider-embed\" *ngIf=\"item?.isExternalVideo\">\n <iframe\n [src]=\"item?.getUrlExternalVideo()\"\n [style.width.px]=\"getIframeWidth()\"\n [style.height.px]=\"getIframeHeight()\"\n frameborder=\"0\">\n </iframe>\n </div>\n <picture #image *ngIf=\"item?.isImage\" class=\"ecl-picture ecl-gallery__picture ecl-gallery__slider-image\">\n <img [attr.alt]=\"item?.label || null\" [src]=\"item?.src\" />\n </picture>\n <video\n #video\n *ngIf=\"item?.isVideo\"\n controls=\"controls\"\n class=\"ecl-gallery__slider-video\"\n [attr.poster]=\"item.mediaChild?.poster\">\n <source *ngFor=\"let item of item.mediaChild?.sources\" [attr.src]=\"item.src\" [attr.type]=\"item.type\" />\n <track\n *ngFor=\"let item of item.mediaChild?.tracks\"\n [attr.src]=\"item\"\n [attr.kind]=\"item.kind\"\n [attr.srcLang]=\"item.srcLang\"\n [attr.label]=\"item.label\" />\n </video>\n </div>\n </section>\n <footer #footer class=\"ecl-gallery__detail\">\n <div class=\"ecl-container\">\n <div class=\"ecl-gallery__detail-actions\">\n <!-- @deprecated [download]=\"item?.src\" -->\n <a\n *ngIf=\"canBeDownloaded()\"\n eclLink\n variant=\"standalone\"\n class=\"ecl-gallery__download\"\n [href]=\"item?.getDownloadLink()\"\n [download]=\"item?.src\"\n target=\"_blank\"\n (click)=\"onDownload($event)\">\n <span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>\n <ecl-icon icon=\"fullscreen\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n <a *ngIf=\"canBeShared()\" eclLink variant=\"standalone\" class=\"ecl-gallery__share\" href=\"\" (click)=\"onShare($event)\">\n <span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>\n <ecl-icon icon=\"share\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n </div>\n\n <div *ngIf=\"item?.description\" class=\"ecl-gallery__detail-description\">{{ item?.description }}</div>\n\n <div *ngIf=\"item?.meta\" class=\"ecl-gallery__detail-meta\">{{ item?.meta }}</div>\n\n <div class=\"ecl-gallery__pager\">\n <button eclButton class=\"ecl-gallery__slider-previous\" variant=\"ghost\" (click)=\"onPrevious($event)\">\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-270\"></ecl-icon>\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.PREVIOUS' | translate }}\n </span>\n </button>\n <div class=\"ecl-gallery__detail-counter\">\n <span>{{ itemIndex }}</span> {{ 'ecl.common.OF' | translate }} <span>{{ itemsCount }}</span>\n </div>\n <button eclButton class=\"ecl-gallery__slider-next\" variant=\"ghost\" (click)=\"onNext($event)\">\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.NEXT' | translate }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-90\"></ecl-icon>\n </button>\n </div>\n </div>\n </footer>\n</dialog>\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: i4.EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: i5.EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i6.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: i7.EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] }); }
290
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponent, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
291
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclGalleryComponent, selector: "ecl-gallery", inputs: { isDownloadable: "isDownloadable", isOpenInFullScreenPossible: "isOpenInFullScreenPossible", isShareable: "isShareable", isFullWidth: "isFullWidth", isNoOverlay: "isNoOverlay", maxVisibleItems: "maxVisibleItems" }, outputs: { show: "show", hide: "hide", download: "download", openFullScreen: "openFullScreen", share: "share", itemSwitch: "itemSwitch" }, host: { listeners: { "document:keydown.escape": "onEscapeKeydownHandler($event)", "window:resize": "iframeResize($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "galleryFooter", first: true, predicate: EclGalleryFooterComponent, descendants: true }, { propertyName: "galleryItems", predicate: EclGalleryItemComponent }], viewQueries: [{ propertyName: "videoChild", first: true, predicate: ["video"], descendants: true }, { propertyName: "imageChild", first: true, predicate: ["image"], descendants: true }, { propertyName: "externalVideoChild", first: true, predicate: ["externalVideo"], descendants: true }, { propertyName: "overlayChild", first: true, predicate: ["overlay"], descendants: true }, { propertyName: "headerChild", first: true, predicate: ["header"], descendants: true }, { propertyName: "footerChild", first: true, predicate: ["footer"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ul class=\"ecl-gallery__list\">\n <ng-content></ng-content>\n</ul>\n\n<ng-content select=\"ecl-gallery-footer\"></ng-content>\n\n<dialog\n #overlay\n [attr.open]=\"isDialogVisible || null\"\n class=\"ecl-gallery__overlay\"\n [attr.aria-label]=\"'ecl.gallery.FULL-SIZE-DISPLAY' | translate\">\n <header #header class=\"ecl-gallery__close\">\n <button (click)=\"onClose($event)\" eclButton class=\"ecl-gallery__close-button\" variant=\"ghost\">\n <span eclButtonLabel>\n {{ 'ecl.common.CLOSE' | translate }}\n </span>\n <ecl-icon icon=\"close-filled\" eclSize=\"s\"></ecl-icon>\n </button>\n </header>\n <section class=\"ecl-gallery__slider\">\n <div class=\"ecl-gallery__slider-media-container\">\n <div #externalVideo class=\"ecl-gallery__slider-embed\" *ngIf=\"item?.isExternalVideo\">\n <iframe\n [src]=\"item?.getUrlExternalVideo()\"\n [style.width.px]=\"getIframeWidth()\"\n [style.height.px]=\"getIframeHeight()\"\n frameborder=\"0\">\n </iframe>\n </div>\n <picture #image *ngIf=\"item?.isImage\" class=\"ecl-picture ecl-gallery__picture ecl-gallery__slider-image\">\n <img [attr.alt]=\"item?.label || null\" [src]=\"item?.src\" />\n </picture>\n <video\n #video\n *ngIf=\"item?.isVideo\"\n controls=\"controls\"\n class=\"ecl-gallery__slider-video\"\n [attr.poster]=\"item.mediaChild?.poster\">\n <source *ngFor=\"let item of item.mediaChild?.sources\" [attr.src]=\"item.src\" [attr.type]=\"item.type\" />\n <track\n *ngFor=\"let item of item.mediaChild?.tracks\"\n [attr.src]=\"item\"\n [attr.kind]=\"item.kind\"\n [attr.srcLang]=\"item.srcLang\"\n [attr.label]=\"item.label\" />\n </video>\n </div>\n </section>\n <footer #footer class=\"ecl-gallery__detail\">\n <div class=\"ecl-container\">\n <div class=\"ecl-gallery__detail-actions\">\n <!-- @deprecated [download]=\"item?.src\" -->\n <a\n *ngIf=\"canBeDownloaded()\"\n eclLink\n variant=\"standalone\"\n class=\"ecl-gallery__download\"\n [href]=\"item?.getDownloadLink()\"\n [download]=\"item?.src\"\n target=\"_blank\"\n (click)=\"onDownload($event)\">\n <span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>\n <ecl-icon icon=\"fullscreen\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n <a *ngIf=\"canBeShared()\" eclLink variant=\"standalone\" class=\"ecl-gallery__share\" href=\"\" (click)=\"onShare($event)\">\n <span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>\n <ecl-icon icon=\"share\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n </div>\n\n <div *ngIf=\"item?.description\" class=\"ecl-gallery__detail-description\">{{ item?.description }}</div>\n\n <div *ngIf=\"item?.meta\" class=\"ecl-gallery__detail-meta\">{{ item?.meta }}</div>\n\n <div class=\"ecl-gallery__pager\">\n <button eclButton class=\"ecl-gallery__slider-previous\" variant=\"ghost\" (click)=\"onPrevious($event)\">\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-270\"></ecl-icon>\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.PREVIOUS' | translate }}\n </span>\n </button>\n <div class=\"ecl-gallery__detail-counter\">\n <span>{{ itemIndex }}</span> {{ 'ecl.common.OF' | translate }} <span>{{ itemsCount }}</span>\n </div>\n <button eclButton class=\"ecl-gallery__slider-next\" variant=\"ghost\" (click)=\"onNext($event)\">\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.NEXT' | translate }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-90\"></ecl-icon>\n </button>\n </div>\n </div>\n </footer>\n</dialog>\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: i4.EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: i5.EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i6.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: i7.EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] }); }
292
292
  }
293
293
  __decorate([
294
294
  coerceBoolean
@@ -308,7 +308,7 @@ __decorate([
308
308
  __decorate([
309
309
  coerceNumber
310
310
  ], EclGalleryComponent.prototype, "maxVisibleItems", void 0);
311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponent, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponent, decorators: [{
312
312
  type: Component,
313
313
  args: [{ selector: 'ecl-gallery', template: "<ul class=\"ecl-gallery__list\">\n <ng-content></ng-content>\n</ul>\n\n<ng-content select=\"ecl-gallery-footer\"></ng-content>\n\n<dialog\n #overlay\n [attr.open]=\"isDialogVisible || null\"\n class=\"ecl-gallery__overlay\"\n [attr.aria-label]=\"'ecl.gallery.FULL-SIZE-DISPLAY' | translate\">\n <header #header class=\"ecl-gallery__close\">\n <button (click)=\"onClose($event)\" eclButton class=\"ecl-gallery__close-button\" variant=\"ghost\">\n <span eclButtonLabel>\n {{ 'ecl.common.CLOSE' | translate }}\n </span>\n <ecl-icon icon=\"close-filled\" eclSize=\"s\"></ecl-icon>\n </button>\n </header>\n <section class=\"ecl-gallery__slider\">\n <div class=\"ecl-gallery__slider-media-container\">\n <div #externalVideo class=\"ecl-gallery__slider-embed\" *ngIf=\"item?.isExternalVideo\">\n <iframe\n [src]=\"item?.getUrlExternalVideo()\"\n [style.width.px]=\"getIframeWidth()\"\n [style.height.px]=\"getIframeHeight()\"\n frameborder=\"0\">\n </iframe>\n </div>\n <picture #image *ngIf=\"item?.isImage\" class=\"ecl-picture ecl-gallery__picture ecl-gallery__slider-image\">\n <img [attr.alt]=\"item?.label || null\" [src]=\"item?.src\" />\n </picture>\n <video\n #video\n *ngIf=\"item?.isVideo\"\n controls=\"controls\"\n class=\"ecl-gallery__slider-video\"\n [attr.poster]=\"item.mediaChild?.poster\">\n <source *ngFor=\"let item of item.mediaChild?.sources\" [attr.src]=\"item.src\" [attr.type]=\"item.type\" />\n <track\n *ngFor=\"let item of item.mediaChild?.tracks\"\n [attr.src]=\"item\"\n [attr.kind]=\"item.kind\"\n [attr.srcLang]=\"item.srcLang\"\n [attr.label]=\"item.label\" />\n </video>\n </div>\n </section>\n <footer #footer class=\"ecl-gallery__detail\">\n <div class=\"ecl-container\">\n <div class=\"ecl-gallery__detail-actions\">\n <!-- @deprecated [download]=\"item?.src\" -->\n <a\n *ngIf=\"canBeDownloaded()\"\n eclLink\n variant=\"standalone\"\n class=\"ecl-gallery__download\"\n [href]=\"item?.getDownloadLink()\"\n [download]=\"item?.src\"\n target=\"_blank\"\n (click)=\"onDownload($event)\">\n <span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>\n <ecl-icon icon=\"fullscreen\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n <a *ngIf=\"canBeShared()\" eclLink variant=\"standalone\" class=\"ecl-gallery__share\" href=\"\" (click)=\"onShare($event)\">\n <span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>\n <ecl-icon icon=\"share\" transform=\"fluid\" focusable=\"false\"></ecl-icon>\n </a>\n </div>\n\n <div *ngIf=\"item?.description\" class=\"ecl-gallery__detail-description\">{{ item?.description }}</div>\n\n <div *ngIf=\"item?.meta\" class=\"ecl-gallery__detail-meta\">{{ item?.meta }}</div>\n\n <div class=\"ecl-gallery__pager\">\n <button eclButton class=\"ecl-gallery__slider-previous\" variant=\"ghost\" (click)=\"onPrevious($event)\">\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-270\"></ecl-icon>\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.PREVIOUS' | translate }}\n </span>\n </button>\n <div class=\"ecl-gallery__detail-counter\">\n <span>{{ itemIndex }}</span> {{ 'ecl.common.OF' | translate }} <span>{{ itemsCount }}</span>\n </div>\n <button eclButton class=\"ecl-gallery__slider-next\" variant=\"ghost\" (click)=\"onNext($event)\">\n <span eclButtonLabel class=\"ecl-u-sr-only\">\n {{ 'ecl.common.NEXT' | translate }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"m\" transform=\"rotate-90\"></ecl-icon>\n </button>\n </div>\n </div>\n </footer>\n</dialog>\n", styles: [":host{display:block}\n"] }]
314
314
  }], ctorParameters: () => [{ type: i1.BreakpointObserver }], propDecorators: { isDownloadable: [{
@@ -17,8 +17,8 @@ const COMPONENTS = [
17
17
  EclGalleryPictureDirective,
18
18
  ];
19
19
  export class EclGalleryComponentModule {
20
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponentModule, declarations: [EclGalleryComponent,
20
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponentModule, declarations: [EclGalleryComponent,
22
22
  EclGalleryFooterComponent,
23
23
  EclGalleryItemComponent,
24
24
  EclGalleryMediaDirective,
@@ -27,9 +27,9 @@ export class EclGalleryComponentModule {
27
27
  EclGalleryItemComponent,
28
28
  EclGalleryMediaDirective,
29
29
  EclGalleryPictureDirective] }); }
30
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponentModule, imports: [CommonModule, TranslateModule, EclButtonComponentModule, EclIconComponentModule, EclLinkDirectiveModule] }); }
30
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponentModule, imports: [CommonModule, TranslateModule, EclButtonComponentModule, EclIconComponentModule, EclLinkDirectiveModule] }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclGalleryComponentModule, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclGalleryComponentModule, decorators: [{
33
33
  type: NgModule,
34
34
  args: [{
35
35
  imports: [CommonModule, TranslateModule, EclButtonComponentModule, EclIconComponentModule, EclLinkDirectiveModule],
@@ -12,13 +12,13 @@ export class EclHelpBlockDirective extends ECLBaseDirective {
12
12
  get cssClasses() {
13
13
  return [super.getCssClasses('ecl-help-block'), this.isDisabled ? 'ecl-help-block--disabled' : ''].join(' ').trim();
14
14
  }
15
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
16
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclHelpBlockDirective, selector: "[eclHelpBlock]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
15
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
16
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclHelpBlockDirective, selector: "[eclHelpBlock]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
17
17
  }
18
18
  __decorate([
19
19
  coerceBoolean
20
20
  ], EclHelpBlockDirective.prototype, "isDisabled", void 0);
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirective, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[eclHelpBlock]',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { EclHelpBlockDirective } from './ecl-help-block.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class EclHelpBlockDirectiveModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirectiveModule, declarations: [EclHelpBlockDirective], imports: [CommonModule], exports: [EclHelpBlockDirective] }); }
8
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirectiveModule, imports: [CommonModule] }); }
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirectiveModule, declarations: [EclHelpBlockDirective], imports: [CommonModule], exports: [EclHelpBlockDirective] }); }
8
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirectiveModule, imports: [CommonModule] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclHelpBlockDirectiveModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclHelpBlockDirectiveModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -1,6 +1,4 @@
1
- import { __decorate } from "tslib";
2
1
  import { Component, HostBinding, Input, ViewChild, booleanAttribute } from '@angular/core';
3
- import { coerceElement } from '@eui/base';
4
2
  import { of, switchMap } from 'rxjs';
5
3
  import { ECLBaseDirective } from '../ecl-base.directive';
6
4
  import * as i0 from "@angular/core";
@@ -34,13 +32,13 @@ export class EclIconComponent extends ECLBaseDirective {
34
32
  const hostParentEl = hostEl.parentElement;
35
33
  if (hostParentEl != null) {
36
34
  this.renderer.setStyle(hostEl, 'display', 'none');
37
- hostEl.after(this.svgEl);
35
+ hostEl.after(this.svgEl.nativeElement);
38
36
  }
39
37
  }
40
38
  ngOnDestroy() {
41
39
  try {
42
40
  if (this.svgEl) {
43
- const hostParentEl = this.svgEl.parentElement;
41
+ const hostParentEl = this.svgEl.nativeElement.parentElement;
44
42
  if (hostParentEl) {
45
43
  hostParentEl.removeChild(this.svgEl);
46
44
  }
@@ -79,13 +77,10 @@ export class EclIconComponent extends ECLBaseDirective {
79
77
  }
80
78
  }));
81
79
  }
82
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.EclThemeService }], target: i0.ɵɵFactoryTarget.Component }); }
83
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.2", type: EclIconComponent, selector: "ecl-icon", inputs: { iconSet: "iconSet", icon: "icon", size: "size", color: "color", transform: "transform", ariaLabelledby: "ariaLabelledby", role: "role", ariaHidden: ["ariaHidden", "ariaHidden", booleanAttribute], focusable: ["focusable", "focusable", booleanAttribute] }, host: { properties: { "class.ecl-u-bg-dark": "this.isColorInverted" } }, viewQueries: [{ propertyName: "svgEl", first: true, predicate: ["svg"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<svg\n #svg\n [ngClass]=\"getClasses()\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.aria-labelledby]=\"ariaLabelledby || null\"\n [attr.role]=\"role || null\"\n [attr.focusable]=\"focusable\">\n <use [attr.xlink:href]=\"iconUrl$ | async\"></use>\n <ng-content></ng-content>\n</svg>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
80
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.EclThemeService }], target: i0.ɵɵFactoryTarget.Component }); }
81
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: EclIconComponent, selector: "ecl-icon", inputs: { iconSet: "iconSet", icon: "icon", size: "size", color: "color", transform: "transform", ariaLabelledby: "ariaLabelledby", role: "role", ariaHidden: ["ariaHidden", "ariaHidden", booleanAttribute], focusable: ["focusable", "focusable", booleanAttribute] }, host: { properties: { "class.ecl-u-bg-dark": "this.isColorInverted" } }, viewQueries: [{ propertyName: "svgEl", first: true, predicate: ["svg"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<svg\n #svg\n [ngClass]=\"getClasses()\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.aria-labelledby]=\"ariaLabelledby || null\"\n [attr.role]=\"role || null\"\n [attr.focusable]=\"focusable\">\n <use [attr.xlink:href]=\"iconUrl$ | async\"></use>\n <ng-content></ng-content>\n</svg>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
84
82
  }
85
- __decorate([
86
- coerceElement
87
- ], EclIconComponent.prototype, "svgEl", void 0);
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponent, decorators: [{
89
84
  type: Component,
90
85
  args: [{ selector: 'ecl-icon', template: "<svg\n #svg\n [ngClass]=\"getClasses()\"\n [attr.aria-hidden]=\"ariaHidden\"\n [attr.aria-labelledby]=\"ariaLabelledby || null\"\n [attr.role]=\"role || null\"\n [attr.focusable]=\"focusable\">\n <use [attr.xlink:href]=\"iconUrl$ | async\"></use>\n <ng-content></ng-content>\n</svg>\n" }]
91
86
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.EclThemeService }], propDecorators: { iconSet: [{
@@ -115,4 +110,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2",
115
110
  type: ViewChild,
116
111
  args: ['svg']
117
112
  }] } });
118
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWNsLWljb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2VjbC1pY29uL2VjbC1pY29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9lY2wtaWNvbi9lY2wtaWNvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFpQixTQUFTLEVBQzdCLFdBQVcsRUFBRSxLQUFLLEVBQTBELFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuSSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sV0FBVyxDQUFDO0FBQzFDLE9BQU8sRUFBYyxFQUFFLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRWpELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7O0FBTXpELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxnQkFBZ0I7SUFXbEQsSUFDSSxlQUFlO1FBQ2YsT0FBTyxJQUFJLENBQUMsS0FBSyxLQUFLLFVBQVUsQ0FBQztJQUNyQyxDQUFDO0lBTUQsWUFDVyxFQUFjLEVBQ2IsUUFBbUIsRUFDbkIsZUFBZ0M7UUFFeEMsS0FBSyxFQUFFLENBQUM7UUFKRCxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQ2IsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQixvQkFBZSxHQUFmLGVBQWUsQ0FBaUI7UUF0Qm5DLFlBQU8sR0FBNEQsU0FBUyxDQUFDO1FBRTdFLFNBQUksR0FBcUUsSUFBSSxDQUFDO1FBQzlFLFVBQUssR0FBa0MsSUFBSSxDQUFDO1FBSWIsZUFBVSxHQUFHLElBQUksQ0FBQztRQUNsQixjQUFTLEdBQUcsS0FBSyxDQUFDO0lBaUIxRCxDQUFDO0lBRUQsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENB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bU5BUUwsZ0JBQWdCLHlDQUNoQixnQkFBZ0IsZ1BDcEJ4QyxzVEFVQTs7QURpQnFDO0lBQWhDLGFBQWE7K0NBQWtDO2tHQWhCdkMsZ0JBQWdCO2tCQUo1QixTQUFTOytCQUNJLFVBQVU7cUlBSVgsT0FBTztzQkFBZixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ2tDLFVBQVU7c0JBQWpELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBQ0UsU0FBUztzQkFBaEQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFHbEMsZUFBZTtzQkFEbEIsV0FBVzt1QkFBQyxxQkFBcUI7Z0JBS0QsS0FBSztzQkFBdEIsU0FBUzt1QkFBQyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBFbGVtZW50UmVmLFxuICAgIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3ksIE9uSW5pdCwgUmVuZGVyZXIyLCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGQsIGJvb2xlYW5BdHRyaWJ1dGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNvZXJjZUVsZW1lbnQgfSBmcm9tICdAZXVpL2Jhc2UnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgb2YsIHN3aXRjaE1hcCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgRWNsVGhlbWVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMnO1xuaW1wb3J0IHsgRUNMQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uL2VjbC1iYXNlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWNsLWljb24nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9lY2wtaWNvbi5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEVjbEljb25Db21wb25lbnQgZXh0ZW5kcyBFQ0xCYXNlRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gICAgQElucHV0KCkgaWNvblNldDogJ2RlZmF1bHQnIHwgJ3NvY2lhbCcgfCAnc29jaWFsLW1lZGlhJyB8ICdmbGFnJyB8IHN0cmluZyA9ICdkZWZhdWx0JztcbiAgICBASW5wdXQoKSBpY29uOiBzdHJpbmc7XG4gICAgQElucHV0KCkgc2l6ZTogJzJ4cycgfCAneHMnIHwgJ3MnIHwgJ20nIHwgJ2wnIHwgJ3hsJyB8ICcyeGwnIHwgJ2ZsdWlkJyB8IHN0cmluZyA9ICd4cyc7XG4gICAgQElucHV0KCkgY29sb3I6ICdpbnZlcnRlZCcgfCAncHJpbWFyeScgfCBudWxsID0gbnVsbDtcbiAgICBASW5wdXQoKSB0cmFuc2Zvcm06IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhTGFiZWxsZWRieTogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHJvbGU6IHN0cmluZztcbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgYXJpYUhpZGRlbiA9IHRydWU7XG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGZvY3VzYWJsZSA9IGZhbHNlO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtdS1iZy1kYXJrJylcbiAgICBnZXQgaXNDb2xvckludmVydGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5jb2xvciA9PT0gJ2ludmVydGVkJztcbiAgICB9XG5cbiAgICBAY29lcmNlRWxlbWVudCBAVmlld0NoaWxkKCdzdmcnKSBzdmdFbDogRWxlbWVudDtcblxuICAgIGljb25VcmwkOiBPYnNlcnZhYmxlPHN0cmluZz47XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHVibGljIGVsOiBFbGVtZW50UmVmLFxuICAgICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgICAgIHByaXZhdGUgZWNsVGhlbWVTZXJ2aWNlOiBFY2xUaGVtZVNlcnZpY2UsXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoY2hhbmdlc1snaWNvbiddKSB7XG4gICAgICAgICAgICB0aGlzLmluaXRpYXRlSWNvblVybCgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaW5pdGlhdGVJY29uVXJsKCk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICBjb25zdCBob3N0RWw6IEhUTUxFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgICAgICBjb25zdCBob3N0UGFyZW50RWwgPSBob3N0RWwucGFyZW50RWxlbWVudDtcblxuICAgICAgICBpZiAoaG9zdFBhcmVudEVsICE9IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUoaG9zdEVsLCAnZGlzcGxheScsICdub25lJyk7XG4gICAgICAgICAgICBob3N0RWwuYWZ0ZXIodGhpcy5zdmdFbCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgIGlmICh0aGlzLnN2Z0VsKSB7XG4gICAgICAgICAgICAgICAgY29uc3QgaG9zdFBhcmVudEVsID0gdGhpcy5zdmdFbC5wYXJlbnRFbGVtZW50O1xuICAgICAgICAgICAgICAgIGlmIChob3N0UGFyZW50RWwpIHtcbiAgICAgICAgICAgICAgICAgICAgaG9zdFBhcmVudEVsLnJlbW92ZUNoaWxkKHRoaXMuc3ZnRWwpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBjYXRjaCAoZSkge1xuICAgICAgICAgICAgLyogZW1wdHkgKi9cbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tZXhwbGljaXQtYW55XG4gICAgZ2V0Q2xhc3NlcygpOiB7IFt4OiBzdHJpbmddOiBhbnkgfSB7XG4gICAgICAgIGNvbnN0IGhvc3RDbGFzc2VzID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50LmNsYXNzTGlzdC50b1N0cmluZygpO1xuXG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBbc3VwZXIuZ2V0Q3NzQ2xhc3NlcygnZWNsLWljb24nKV06IHRydWUsXG4gICAgICAgICAgICBbYGVjbC1pY29uLS0ke3RoaXMuc2l6ZX1gXTogdGhpcy5zaXplLFxuICAgICAgICAgICAgW2BlY2wtaWNvbi0tJHt0aGlzLnRyYW5zZm9ybX1gXTogdGhpcy50cmFuc2Zvcm0sXG4gICAgICAgICAgICBbYGVjbC1pY29uLS0ke3RoaXMuY29sb3J9YF06IHRoaXMuY29sb3IsXG4gICAgICAgICAgICBbaG9zdENsYXNzZXNdOiB0cnVlLFxuICAgICAgICB9O1xuICAgIH1cblxuICAgIHByaXZhdGUgaW5pdGlhdGVJY29uVXJsKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmljb25VcmwkID0gdGhpcy5lY2xUaGVtZVNlcnZpY2UudGhlbWUkLnBpcGUoXG4gICAgICAgICAgICBzd2l0Y2hNYXAoKHRoZW1lKSA9PiB7XG4gICAgICAgICAgICAgICAgc3dpdGNoICh0aGlzLmljb25TZXQpIHtcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnZGVmYXVsdCc6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb2YoYGFzc2V0cy9pbWFnZXMvZWNsLyR7dGhlbWV9L2ljb25zL3Nwcml0ZXMvaWNvbnMuc3ZnIyR7dGhpcy5pY29ufWApO1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdzb2NpYWwnOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKGBhc3NldHMvaW1hZ2VzL2VjbC8ke3RoZW1lfS9zb2NpYWwtaWNvbnMvc3ByaXRlcy9pY29ucy1zb2NpYWwuc3ZnIyR7dGhpcy5pY29ufWApO1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdzb2NpYWwtbWVkaWEnOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKGBhc3NldHMvaW1hZ2VzL2VjbC8ke3RoZW1lfS9pY29ucy1zb2NpYWwtbWVkaWEvc3ByaXRlcy9pY29ucy1zb2NpYWwtbWVkaWEuc3ZnIyR7dGhpcy5pY29ufWApO1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdmbGFnJzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBvZihgYXNzZXRzL2ltYWdlcy9lY2wvJHt0aGVtZX0vaWNvbnMtZmxhZy9zcHJpdGVzL2ljb25zLWZsYWcuc3ZnIyR7dGhpcy5pY29ufWApO1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdmbGFnLW5vbi1tZW1iZXJzJzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBvZihgYXNzZXRzL2ltYWdlcy9lY2wvJHt0aGVtZX0vaWNvbnMtZmxhZy9zcHJpdGVzL2ljb25zLWZsYWctbm9uLW1lbWJlcnMuc3ZnIyR7dGhpcy5pY29ufWApO1xuICAgICAgICAgICAgICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKGAke3RoaXMuaWNvblNldH0jJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSksXG4gICAgICAgICk7XG4gICAgfVxufVxuIiwiPHN2Z1xuICAgICNzdmdcbiAgICBbbmdDbGFzc109XCJnZXRDbGFzc2VzKClcIlxuICAgIFthdHRyLmFyaWEtaGlkZGVuXT1cImFyaWFIaWRkZW5cIlxuICAgIFthdHRyLmFyaWEtbGFiZWxsZWRieV09XCJhcmlhTGFiZWxsZWRieSB8fCBudWxsXCJcbiAgICBbYXR0ci5yb2xlXT1cInJvbGUgfHwgbnVsbFwiXG4gICAgW2F0dHIuZm9jdXNhYmxlXT1cImZvY3VzYWJsZVwiPlxuICAgIDx1c2UgW2F0dHIueGxpbms6aHJlZl09XCJpY29uVXJsJCB8IGFzeW5jXCI+PC91c2U+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9zdmc+XG4iXX0=
113
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWNsLWljb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2VjbC1pY29uL2VjbC1pY29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9lY2wtaWNvbi9lY2wtaWNvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFDN0IsV0FBVyxFQUFFLEtBQUssRUFBMEQsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRW5JLE9BQU8sRUFBYyxFQUFFLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRWpELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7O0FBTXpELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxnQkFBZ0I7SUFXbEQsSUFDSSxlQUFlO1FBQ2YsT0FBTyxJQUFJLENBQUMsS0FBSyxLQUFLLFVBQVUsQ0FBQztJQUNyQyxDQUFDO0lBTUQsWUFDVyxFQUFjLEVBQ2IsUUFBbUIsRUFDbkIsZUFBZ0M7UUFFeEMsS0FBSyxFQUFFLENBQUM7UUFKRCxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQ2IsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQixvQkFBZSxHQUFmLGVBQWUsQ0FBaUI7UUF0Qm5DLFlBQU8sR0FBNEQsU0FBUyxDQUFDO1FBRTdFLFNBQUksR0FBcUUsSUFBSSxDQUFDO1FBQzlFLFVBQUssR0FBa0MsSUFBSSxDQUFDO1FBSWIsZUFBVSxHQUFHLElBQUksQ0FBQztRQUNsQixjQUFTLEdBQUcsS0FBSyxDQUFDO0lBaUIxRCxDQUFDO0lBRUQsV0FBVyxDQUFDLE9BQXNCO1FBQzlCLElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQzNCLENB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QUFnQixnUENwQnhDLHNUQVVBOztrR0RDYSxnQkFBZ0I7a0JBSjVCLFNBQVM7K0JBQ0ksVUFBVTtxSUFJWCxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDa0MsVUFBVTtzQkFBakQsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDRSxTQUFTO3NCQUFoRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUdsQyxlQUFlO3NCQURsQixXQUFXO3VCQUFDLHFCQUFxQjtnQkFLaEIsS0FBSztzQkFBdEIsU0FBUzt1QkFBQyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBFbGVtZW50UmVmLFxuICAgIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3ksIE9uSW5pdCwgUmVuZGVyZXIyLCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGQsIGJvb2xlYW5BdHRyaWJ1dGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNvZXJjZUVsZW1lbnQgfSBmcm9tICdAZXVpL2Jhc2UnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgb2YsIHN3aXRjaE1hcCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgRWNsVGhlbWVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMnO1xuaW1wb3J0IHsgRUNMQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uL2VjbC1iYXNlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWNsLWljb24nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9lY2wtaWNvbi5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEVjbEljb25Db21wb25lbnQgZXh0ZW5kcyBFQ0xCYXNlRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gICAgQElucHV0KCkgaWNvblNldDogJ2RlZmF1bHQnIHwgJ3NvY2lhbCcgfCAnc29jaWFsLW1lZGlhJyB8ICdmbGFnJyB8IHN0cmluZyA9ICdkZWZhdWx0JztcbiAgICBASW5wdXQoKSBpY29uOiBzdHJpbmc7XG4gICAgQElucHV0KCkgc2l6ZTogJzJ4cycgfCAneHMnIHwgJ3MnIHwgJ20nIHwgJ2wnIHwgJ3hsJyB8ICcyeGwnIHwgJ2ZsdWlkJyB8IHN0cmluZyA9ICd4cyc7XG4gICAgQElucHV0KCkgY29sb3I6ICdpbnZlcnRlZCcgfCAncHJpbWFyeScgfCBudWxsID0gbnVsbDtcbiAgICBASW5wdXQoKSB0cmFuc2Zvcm06IHN0cmluZztcbiAgICBASW5wdXQoKSBhcmlhTGFiZWxsZWRieTogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHJvbGU6IHN0cmluZztcbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgYXJpYUhpZGRlbiA9IHRydWU7XG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGZvY3VzYWJsZSA9IGZhbHNlO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtdS1iZy1kYXJrJylcbiAgICBnZXQgaXNDb2xvckludmVydGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5jb2xvciA9PT0gJ2ludmVydGVkJztcbiAgICB9XG5cbiAgICBAVmlld0NoaWxkKCdzdmcnKSBzdmdFbDogRWxlbWVudFJlZjtcblxuICAgIGljb25VcmwkOiBPYnNlcnZhYmxlPHN0cmluZz47XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHVibGljIGVsOiBFbGVtZW50UmVmLFxuICAgICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgICAgIHByaXZhdGUgZWNsVGhlbWVTZXJ2aWNlOiBFY2xUaGVtZVNlcnZpY2UsXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoY2hhbmdlc1snaWNvbiddKSB7XG4gICAgICAgICAgICB0aGlzLmluaXRpYXRlSWNvblVybCgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaW5pdGlhdGVJY29uVXJsKCk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICBjb25zdCBob3N0RWw6IEhUTUxFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgICAgICBjb25zdCBob3N0UGFyZW50RWwgPSBob3N0RWwucGFyZW50RWxlbWVudDtcblxuICAgICAgICBpZiAoaG9zdFBhcmVudEVsICE9IG51bGwpIHtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUoaG9zdEVsLCAnZGlzcGxheScsICdub25lJyk7XG4gICAgICAgICAgICBob3N0RWwuYWZ0ZXIodGhpcy5zdmdFbC5uYXRpdmVFbGVtZW50KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgaWYgKHRoaXMuc3ZnRWwpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBob3N0UGFyZW50RWwgPSB0aGlzLnN2Z0VsLm5hdGl2ZUVsZW1lbnQucGFyZW50RWxlbWVudDtcbiAgICAgICAgICAgICAgICBpZiAoaG9zdFBhcmVudEVsKSB7XG4gICAgICAgICAgICAgICAgICAgIGhvc3RQYXJlbnRFbC5yZW1vdmVDaGlsZCh0aGlzLnN2Z0VsKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gY2F0Y2ggKGUpIHtcbiAgICAgICAgICAgIC8qIGVtcHR5ICovXG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWV4cGxpY2l0LWFueVxuICAgIGdldENsYXNzZXMoKTogeyBbeDogc3RyaW5nXTogYW55IH0ge1xuICAgICAgICBjb25zdCBob3N0Q2xhc3NlcyA9IHRoaXMuZWwubmF0aXZlRWxlbWVudC5jbGFzc0xpc3QudG9TdHJpbmcoKTtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgIFtzdXBlci5nZXRDc3NDbGFzc2VzKCdlY2wtaWNvbicpXTogdHJ1ZSxcbiAgICAgICAgICAgIFtgZWNsLWljb24tLSR7dGhpcy5zaXplfWBdOiB0aGlzLnNpemUsXG4gICAgICAgICAgICBbYGVjbC1pY29uLS0ke3RoaXMudHJhbnNmb3JtfWBdOiB0aGlzLnRyYW5zZm9ybSxcbiAgICAgICAgICAgIFtgZWNsLWljb24tLSR7dGhpcy5jb2xvcn1gXTogdGhpcy5jb2xvcixcbiAgICAgICAgICAgIFtob3N0Q2xhc3Nlc106IHRydWUsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBpbml0aWF0ZUljb25VcmwoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuaWNvblVybCQgPSB0aGlzLmVjbFRoZW1lU2VydmljZS50aGVtZSQucGlwZShcbiAgICAgICAgICAgIHN3aXRjaE1hcCgodGhlbWUpID0+IHtcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKHRoaXMuaWNvblNldCkge1xuICAgICAgICAgICAgICAgICAgICBjYXNlICdkZWZhdWx0JzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBvZihgYXNzZXRzL2ltYWdlcy9lY2wvJHt0aGVtZX0vaWNvbnMvc3ByaXRlcy9pY29ucy5zdmcjJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ3NvY2lhbCc6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb2YoYGFzc2V0cy9pbWFnZXMvZWNsLyR7dGhlbWV9L3NvY2lhbC1pY29ucy9zcHJpdGVzL2ljb25zLXNvY2lhbC5zdmcjJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ3NvY2lhbC1tZWRpYSc6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb2YoYGFzc2V0cy9pbWFnZXMvZWNsLyR7dGhlbWV9L2ljb25zLXNvY2lhbC1tZWRpYS9zcHJpdGVzL2ljb25zLXNvY2lhbC1tZWRpYS5zdmcjJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ2ZsYWcnOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKGBhc3NldHMvaW1hZ2VzL2VjbC8ke3RoZW1lfS9pY29ucy1mbGFnL3Nwcml0ZXMvaWNvbnMtZmxhZy5zdmcjJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ2ZsYWctbm9uLW1lbWJlcnMnOlxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKGBhc3NldHMvaW1hZ2VzL2VjbC8ke3RoZW1lfS9pY29ucy1mbGFnL3Nwcml0ZXMvaWNvbnMtZmxhZy1ub24tbWVtYmVycy5zdmcjJHt0aGlzLmljb259YCk7XG4gICAgICAgICAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb2YoYCR7dGhpcy5pY29uU2V0fSMke3RoaXMuaWNvbn1gKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KSxcbiAgICAgICAgKTtcbiAgICB9XG59XG4iLCI8c3ZnXG4gICAgI3N2Z1xuICAgIFtuZ0NsYXNzXT1cImdldENsYXNzZXMoKVwiXG4gICAgW2F0dHIuYXJpYS1oaWRkZW5dPVwiYXJpYUhpZGRlblwiXG4gICAgW2F0dHIuYXJpYS1sYWJlbGxlZGJ5XT1cImFyaWFMYWJlbGxlZGJ5IHx8IG51bGxcIlxuICAgIFthdHRyLnJvbGVdPVwicm9sZSB8fCBudWxsXCJcbiAgICBbYXR0ci5mb2N1c2FibGVdPVwiZm9jdXNhYmxlXCI+XG4gICAgPHVzZSBbYXR0ci54bGluazpocmVmXT1cImljb25VcmwkIHwgYXN5bmNcIj48L3VzZT5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L3N2Zz5cbiJdfQ==
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { EclIconComponent } from './ecl-icon.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class EclIconComponentModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponentModule, declarations: [EclIconComponent], imports: [CommonModule], exports: [EclIconComponent] }); }
8
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponentModule, imports: [CommonModule] }); }
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponentModule, declarations: [EclIconComponent], imports: [CommonModule], exports: [EclIconComponent] }); }
8
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponentModule, imports: [CommonModule] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclIconComponentModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclIconComponentModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -23,10 +23,10 @@ export class EclInpageNavigationItemComponent extends ECLBaseDirective {
23
23
  get sectionElement() {
24
24
  return document.querySelector(`#${this.sectionId}`);
25
25
  }
26
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
27
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0, template: "<a eclLink (click)=\"onItemClick($event)\" variant=\"standalone\" href=\"#\" class=\"ecl-inpage-navigation__link\">\n {{ label }}\n</a>\n", styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }] }); }
26
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
27
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0, template: "<a eclLink (click)=\"onItemClick($event)\" variant=\"standalone\" href=\"#\" class=\"ecl-inpage-navigation__link\">\n {{ label }}\n</a>\n", styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }] }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationItemComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationItemComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'ecl-inpage-navigation-item', template: "<a eclLink (click)=\"onItemClick($event)\" variant=\"standalone\" href=\"#\" class=\"ecl-inpage-navigation__link\">\n {{ label }}\n</a>\n", styles: [":host{display:list-item}\n"] }]
32
32
  }], propDecorators: { cmpClass: [{
@@ -92,10 +92,10 @@ export class EclInpageNavigationComponent extends ECLBaseDirective {
92
92
  hasScrollHitBottom() {
93
93
  return window.pageYOffset + window.innerHeight === document.documentElement.scrollHeight;
94
94
  }
95
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
96
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclInpageNavigationComponent, selector: "ecl-inpage-navigation", inputs: { eclTitle: "eclTitle", marginTop: "marginTop", marginBottom: "marginBottom" }, outputs: { sectionEnter: "sectionEnter" }, queries: [{ propertyName: "eclNavigationLinkItems", predicate: EclInpageNavigationItemComponent }], usesInheritance: true, ngImport: i0, template: "<ecl-sticky-container [marginTop]=\"marginTop\" [marginBottom]=\"marginBottom\">\n <nav\n aria-labelledby=\"ecl-inpage-navigation-default\"\n class=\"ecl-inpage-navigation\"\n [class.ecl-inpage-navigation--visible]=\"currentSectionElement\">\n <div id=\"ecl-inpage-navigation-default\" class=\"ecl-inpage-navigation__title\">\n {{ eclTitle || 'ecl.inpage-navigation.PAGE-CONTENTS' | translate }}\n </div>\n <div class=\"ecl-inpage-navigation__body\">\n <button\n id=\"ecl-inpage-navigation-default-trigger\"\n type=\"button\"\n class=\"ecl-inpage-navigation__trigger\"\n aria-controls=\"ecl-inpage-navigation-list\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n (click)=\"onExpandButtonClick($event)\">\n <span class=\"ecl-inpage-navigation__trigger-current\">\n {{ currentNavigationLinkItem?.label }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"s\" transform=\"rotate-180\" class=\"ecl-inpage-navigation__trigger-icon\"> </ecl-icon>\n </button>\n <ul\n id=\"ecl-inpage-navigation-default-list\"\n class=\"ecl-inpage-navigation__list\"\n [class.ecl-inpage-navigation__list--visible]=\"isButtonExpanded\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n aria-labelledby=\"ecl-inpage-navigation-trigger\">\n <ng-content></ng-content>\n </ul>\n </div>\n </nav>\n</ecl-sticky-container>\n", styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"], dependencies: [{ kind: "component", type: i1.EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: ["isEnabled", "marginTop", "marginBottom"] }, { kind: "component", type: i2.EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
95
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
96
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclInpageNavigationComponent, selector: "ecl-inpage-navigation", inputs: { eclTitle: "eclTitle", marginTop: "marginTop", marginBottom: "marginBottom" }, outputs: { sectionEnter: "sectionEnter" }, queries: [{ propertyName: "eclNavigationLinkItems", predicate: EclInpageNavigationItemComponent }], usesInheritance: true, ngImport: i0, template: "<ecl-sticky-container [marginTop]=\"marginTop\" [marginBottom]=\"marginBottom\">\n <nav\n aria-labelledby=\"ecl-inpage-navigation-default\"\n class=\"ecl-inpage-navigation\"\n [class.ecl-inpage-navigation--visible]=\"currentSectionElement\">\n <div id=\"ecl-inpage-navigation-default\" class=\"ecl-inpage-navigation__title\">\n {{ eclTitle || 'ecl.inpage-navigation.PAGE-CONTENTS' | translate }}\n </div>\n <div class=\"ecl-inpage-navigation__body\">\n <button\n id=\"ecl-inpage-navigation-default-trigger\"\n type=\"button\"\n class=\"ecl-inpage-navigation__trigger\"\n aria-controls=\"ecl-inpage-navigation-list\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n (click)=\"onExpandButtonClick($event)\">\n <span class=\"ecl-inpage-navigation__trigger-current\">\n {{ currentNavigationLinkItem?.label }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"s\" transform=\"rotate-180\" class=\"ecl-inpage-navigation__trigger-icon\"> </ecl-icon>\n </button>\n <ul\n id=\"ecl-inpage-navigation-default-list\"\n class=\"ecl-inpage-navigation__list\"\n [class.ecl-inpage-navigation__list--visible]=\"isButtonExpanded\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n aria-labelledby=\"ecl-inpage-navigation-trigger\">\n <ng-content></ng-content>\n </ul>\n </div>\n </nav>\n</ecl-sticky-container>\n", styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"], dependencies: [{ kind: "component", type: i1.EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: ["isEnabled", "marginTop", "marginBottom"] }, { kind: "component", type: i2.EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponent, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponent, decorators: [{
99
99
  type: Component,
100
100
  args: [{ selector: 'ecl-inpage-navigation', template: "<ecl-sticky-container [marginTop]=\"marginTop\" [marginBottom]=\"marginBottom\">\n <nav\n aria-labelledby=\"ecl-inpage-navigation-default\"\n class=\"ecl-inpage-navigation\"\n [class.ecl-inpage-navigation--visible]=\"currentSectionElement\">\n <div id=\"ecl-inpage-navigation-default\" class=\"ecl-inpage-navigation__title\">\n {{ eclTitle || 'ecl.inpage-navigation.PAGE-CONTENTS' | translate }}\n </div>\n <div class=\"ecl-inpage-navigation__body\">\n <button\n id=\"ecl-inpage-navigation-default-trigger\"\n type=\"button\"\n class=\"ecl-inpage-navigation__trigger\"\n aria-controls=\"ecl-inpage-navigation-list\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n (click)=\"onExpandButtonClick($event)\">\n <span class=\"ecl-inpage-navigation__trigger-current\">\n {{ currentNavigationLinkItem?.label }}\n </span>\n <ecl-icon icon=\"corner-arrow\" size=\"s\" transform=\"rotate-180\" class=\"ecl-inpage-navigation__trigger-icon\"> </ecl-icon>\n </button>\n <ul\n id=\"ecl-inpage-navigation-default-list\"\n class=\"ecl-inpage-navigation__list\"\n [class.ecl-inpage-navigation__list--visible]=\"isButtonExpanded\"\n [attr.aria-expanded]=\"isButtonExpanded\"\n aria-labelledby=\"ecl-inpage-navigation-trigger\">\n <ng-content></ng-content>\n </ul>\n </div>\n </nav>\n</ecl-sticky-container>\n", styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"] }]
101
101
  }], propDecorators: { eclTitle: [{
@@ -8,11 +8,11 @@ import { EclStickyContainerComponentModule } from '../ecl-sticky-container/ecl-s
8
8
  import { EclInpageNavigationComponent } from './ecl-inpage-navigation.component';
9
9
  import * as i0 from "@angular/core";
10
10
  export class EclInpageNavigationComponentModule {
11
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponentModule, declarations: [EclInpageNavigationComponent, EclInpageNavigationItemComponent], imports: [CommonModule, TranslateModule, EclStickyContainerComponentModule, EclLinkDirectiveModule, EclIconComponentModule], exports: [EclInpageNavigationComponent, EclInpageNavigationItemComponent] }); }
13
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponentModule, imports: [CommonModule, TranslateModule, EclStickyContainerComponentModule, EclLinkDirectiveModule, EclIconComponentModule] }); }
11
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponentModule, declarations: [EclInpageNavigationComponent, EclInpageNavigationItemComponent], imports: [CommonModule, TranslateModule, EclStickyContainerComponentModule, EclLinkDirectiveModule, EclIconComponentModule], exports: [EclInpageNavigationComponent, EclInpageNavigationItemComponent] }); }
13
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponentModule, imports: [CommonModule, TranslateModule, EclStickyContainerComponentModule, EclLinkDirectiveModule, EclIconComponentModule] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclInpageNavigationComponentModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclInpageNavigationComponentModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [CommonModule, TranslateModule, EclStickyContainerComponentModule, EclLinkDirectiveModule, EclIconComponentModule],
@@ -9,10 +9,10 @@ export class EclLabelDirective extends ECLBaseDirective {
9
9
  get cssClasses() {
10
10
  return [super.getCssClasses('ecl-label'), `ecl-label--${this.variant}`].join(' ').trim();
11
11
  }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclLabelDirective, selector: "[eclLabel]", inputs: { variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
12
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclLabelDirective, selector: "[eclLabel]", inputs: { variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: '[eclLabel]',
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
3
3
  import { EclLabelDirective } from './ecl-label.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class EclLabelDirectiveModule {
6
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirectiveModule, declarations: [EclLabelDirective], imports: [CommonModule], exports: [EclLabelDirective] }); }
8
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirectiveModule, imports: [CommonModule] }); }
6
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirectiveModule, declarations: [EclLabelDirective], imports: [CommonModule], exports: [EclLabelDirective] }); }
8
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirectiveModule, imports: [CommonModule] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLabelDirectiveModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLabelDirectiveModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [CommonModule],
@@ -5,10 +5,10 @@ export class EclLinkLabelDirective extends ECLBaseDirective {
5
5
  get cssClasses() {
6
6
  return [super.getCssClasses('ecl-link__label')].join(' ').trim();
7
7
  }
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
9
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclLinkLabelDirective, selector: "[eclLinkLabel]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
9
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclLinkLabelDirective, selector: "[eclLinkLabel]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkLabelDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkLabelDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[eclLinkLabel]',
@@ -22,15 +22,15 @@ export class EclLinkDirective extends ECLBaseDirective {
22
22
  if (this.eclIconComponents) {
23
23
  setTimeout(() => {
24
24
  this.eclIconComponents.forEach((icn) => {
25
- icn.class = 'ecl-link__icon';
25
+ icn.class = icn.class + ' ecl-link__icon';
26
26
  });
27
27
  });
28
28
  }
29
29
  }
30
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.2", type: EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute], isHiddenLabel: ["isHiddenLabel", "isHiddenLabel", booleanAttribute], isNoVisited: ["isNoVisited", "isNoVisited", booleanAttribute], variant: "variant" }, host: { properties: { "class": "this.cssClasses", "class.ecl-link--icon": "this.hasIcon", "class.ecl-link--no-visited": "this.isLinkNoVisited", "class.ecl-link--inverted": "this.isInverted", "class.ecl-link--icon-only": "this.isHiddenLabel" } }, queries: [{ propertyName: "eclIconComponents", predicate: i0.forwardRef(() => EclIconComponent) }], usesInheritance: true, ngImport: i0 }); }
30
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute], isHiddenLabel: ["isHiddenLabel", "isHiddenLabel", booleanAttribute], isNoVisited: ["isNoVisited", "isNoVisited", booleanAttribute], variant: "variant" }, host: { properties: { "class": "this.cssClasses", "class.ecl-link--icon": "this.hasIcon", "class.ecl-link--no-visited": "this.isLinkNoVisited", "class.ecl-link--inverted": "this.isInverted", "class.ecl-link--icon-only": "this.isHiddenLabel" } }, queries: [{ propertyName: "eclIconComponents", predicate: i0.forwardRef(() => EclIconComponent) }], usesInheritance: true, ngImport: i0 }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '[eclLink]',
@@ -65,4 +65,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2",
65
65
  type: ContentChildren,
66
66
  args: [forwardRef(() => EclIconComponent)]
67
67
  }] } });
68
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWNsLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2VjbC1saW5rL2VjbC1saW5rLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLGVBQWUsRUFBYSxnQkFBZ0IsRUFBZ0MsTUFBTSxlQUFlLENBQUM7QUFFdEosT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDbEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBS3pELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxnQkFBZ0I7SUFFbEQsSUFDSSxVQUFVO1FBQ1YsT0FBTyxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsYUFBYSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMvRyxDQUFDO0lBQ0QsSUFDSSxPQUFPO1FBQ1AsT0FBTyxJQUFJLENBQUMsaUJBQWlCLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7SUFDdkUsQ0FBQztJQUVELElBQ0ksZUFBZTtRQUNmLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUM1QixDQUFDO0lBU0QsWUFBbUIsRUFBYztRQUM3QixLQUFLLEVBQUUsQ0FBQztRQURPLE9BQUUsR0FBRixFQUFFLENBQVk7UUFQZ0QsZUFBVSxHQUFHLEtBQUssQ0FBQztRQUNsQixrQkFBYSxHQUFHLEtBQUssQ0FBQztJQVF4RyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2QsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztZQUN6QixVQUFVLENBQUMsR0FBRyxFQUFFO2dCQUNaLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtvQkFDbkMsR0FBRyxDQUFDLEtBQUssR0FBRyxnQkFBZ0IsQ0FBQztnQkFDakMsQ0FBQyxDQUFDLENBQUM7WUFDUCxDQUFDLENBQUMsQ0FBQztRQUNQLENBQUM7SUFDTCxDQUFDO3dJQW5DUSxnQkFBZ0I7NEhBQWhCLGdCQUFnQiw0RUFnQkwsZ0JBQWdCLHFEQUNoQixnQkFBZ0IsK0NBQ2hCLGdCQUFnQiw2VkFHRixnQkFBZ0I7O2tHQXJCekMsZ0JBQWdCO2tCQUg1QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxXQUFXO2lCQUN4QjsrRUFJTyxVQUFVO3NCQURiLFdBQVc7dUJBQUMsT0FBTztnQkFLaEIsT0FBTztzQkFEVixXQUFXO3VCQUFDLHNCQUFzQjtnQkFNL0IsZUFBZTtzQkFEbEIsV0FBVzt1QkFBQyw0QkFBNEI7Z0JBS3dDLFVBQVU7c0JBQTFGLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7O3NCQUFHLFdBQVc7dUJBQUMsMEJBQTBCO2dCQUNHLGFBQWE7c0JBQTlGLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7O3NCQUFHLFdBQVc7dUJBQUMsMkJBQTJCO2dCQUN4QyxXQUFXO3NCQUFsRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUM3QixPQUFPO3NCQUFmLEtBQUs7Z0JBRStDLGlCQUFpQjtzQkFBckUsZUFBZTt1QkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nLCBJbnB1dCwgZm9yd2FyZFJlZiwgQ29udGVudENoaWxkcmVuLCBRdWVyeUxpc3QsIGJvb2xlYW5BdHRyaWJ1dGUsIEVsZW1lbnRSZWYsIEFmdGVyQ29udGVudEluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRWNsSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uL2VjbC1pY29uL2VjbC1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBFQ0xCYXNlRGlyZWN0aXZlIH0gZnJvbSAnLi4vZWNsLWJhc2UuZGlyZWN0aXZlJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbZWNsTGlua10nLFxufSlcbmV4cG9ydCBjbGFzcyBFY2xMaW5rRGlyZWN0aXZlIGV4dGVuZHMgRUNMQmFzZURpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFtzdXBlci5nZXRDc3NDbGFzc2VzKCdlY2wtbGluaycpLCB0aGlzLnZhcmlhbnQgPyBgZWNsLWxpbmstLSR7dGhpcy52YXJpYW50fWAgOiAnJ10uam9pbignICcpLnRyaW0oKTtcbiAgICB9XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtbGluay0taWNvbicpXG4gICAgZ2V0IGhhc0ljb24oKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVjbEljb25Db21wb25lbnRzICYmIHRoaXMuZWNsSWNvbkNvbXBvbmVudHMubGVuZ3RoID4gMDtcbiAgICB9XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLmVjbC1saW5rLS1uby12aXNpdGVkJylcbiAgICBnZXQgaXNMaW5rTm9WaXNpdGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5pc05vVmlzaXRlZDtcbiAgICB9XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtbGluay0taW52ZXJ0ZWQnKSBpc0ludmVydGVkID0gZmFsc2U7XG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIEBIb3N0QmluZGluZygnY2xhc3MuZWNsLWxpbmstLWljb24tb25seScpIGlzSGlkZGVuTGFiZWwgPSBmYWxzZTtcbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgaXNOb1Zpc2l0ZWQ6IGJvb2xlYW47XG4gICAgQElucHV0KCkgdmFyaWFudDogJ3N0YW5kYWxvbmUnIHwgJ2N0YScgfCAncHJpbWFyeScgfCAnc2Vjb25kYXJ5JztcblxuICAgIEBDb250ZW50Q2hpbGRyZW4oZm9yd2FyZFJlZigoKSA9PiBFY2xJY29uQ29tcG9uZW50KSkgZWNsSWNvbkNvbXBvbmVudHM6IFF1ZXJ5TGlzdDxFY2xJY29uQ29tcG9uZW50PjtcblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBlbDogRWxlbWVudFJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuZWNsSWNvbkNvbXBvbmVudHMpIHtcbiAgICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuZWNsSWNvbkNvbXBvbmVudHMuZm9yRWFjaCgoaWNuKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGljbi5jbGFzcyA9ICdlY2wtbGlua19faWNvbic7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
68
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWNsLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2VjbC1saW5rL2VjbC1saW5rLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLGVBQWUsRUFBYSxnQkFBZ0IsRUFBZ0MsTUFBTSxlQUFlLENBQUM7QUFFdEosT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDbEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBS3pELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxnQkFBZ0I7SUFFbEQsSUFDSSxVQUFVO1FBQ1YsT0FBTyxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsYUFBYSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMvRyxDQUFDO0lBQ0QsSUFDSSxPQUFPO1FBQ1AsT0FBTyxJQUFJLENBQUMsaUJBQWlCLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7SUFDdkUsQ0FBQztJQUVELElBQ0ksZUFBZTtRQUNmLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUM1QixDQUFDO0lBU0QsWUFBbUIsRUFBYztRQUM3QixLQUFLLEVBQUUsQ0FBQztRQURPLE9BQUUsR0FBRixFQUFFLENBQVk7UUFQZ0QsZUFBVSxHQUFHLEtBQUssQ0FBQztRQUNsQixrQkFBYSxHQUFHLEtBQUssQ0FBQztJQVF4RyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2QsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztZQUN6QixVQUFVLENBQUMsR0FBRyxFQUFFO2dCQUNaLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtvQkFDbkMsR0FBRyxDQUFDLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxHQUFHLGlCQUFpQixDQUFDO2dCQUM5QyxDQUFDLENBQUMsQ0FBQztZQUNQLENBQUMsQ0FBQyxDQUFDO1FBQ1AsQ0FBQztJQUNMLENBQUM7d0lBbkNRLGdCQUFnQjs0SEFBaEIsZ0JBQWdCLDRFQWdCTCxnQkFBZ0IscURBQ2hCLGdCQUFnQiwrQ0FDaEIsZ0JBQWdCLDZWQUdGLGdCQUFnQjs7a0dBckJ6QyxnQkFBZ0I7a0JBSDVCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLFdBQVc7aUJBQ3hCOytFQUlPLFVBQVU7c0JBRGIsV0FBVzt1QkFBQyxPQUFPO2dCQUtoQixPQUFPO3NCQURWLFdBQVc7dUJBQUMsc0JBQXNCO2dCQU0vQixlQUFlO3NCQURsQixXQUFXO3VCQUFDLDRCQUE0QjtnQkFLd0MsVUFBVTtzQkFBMUYsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTs7c0JBQUcsV0FBVzt1QkFBQywwQkFBMEI7Z0JBQ0csYUFBYTtzQkFBOUYsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTs7c0JBQUcsV0FBVzt1QkFBQywyQkFBMkI7Z0JBQ3hDLFdBQVc7c0JBQWxELEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBQzdCLE9BQU87c0JBQWYsS0FBSztnQkFFK0MsaUJBQWlCO3NCQUFyRSxlQUFlO3VCQUFDLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0LCBmb3J3YXJkUmVmLCBDb250ZW50Q2hpbGRyZW4sIFF1ZXJ5TGlzdCwgYm9vbGVhbkF0dHJpYnV0ZSwgRWxlbWVudFJlZiwgQWZ0ZXJDb250ZW50SW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBFY2xJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vZWNsLWljb24vZWNsLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEVDTEJhc2VEaXJlY3RpdmUgfSBmcm9tICcuLi9lY2wtYmFzZS5kaXJlY3RpdmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1tlY2xMaW5rXScsXG59KVxuZXhwb3J0IGNsYXNzIEVjbExpbmtEaXJlY3RpdmUgZXh0ZW5kcyBFQ0xCYXNlRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJDb250ZW50SW5pdCB7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW3N1cGVyLmdldENzc0NsYXNzZXMoJ2VjbC1saW5rJyksIHRoaXMudmFyaWFudCA/IGBlY2wtbGluay0tJHt0aGlzLnZhcmlhbnR9YCA6ICcnXS5qb2luKCcgJykudHJpbSgpO1xuICAgIH1cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLmVjbC1saW5rLS1pY29uJylcbiAgICBnZXQgaGFzSWNvbigpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWNsSWNvbkNvbXBvbmVudHMgJiYgdGhpcy5lY2xJY29uQ29tcG9uZW50cy5sZW5ndGggPiAwO1xuICAgIH1cblxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuZWNsLWxpbmstLW5vLXZpc2l0ZWQnKVxuICAgIGdldCBpc0xpbmtOb1Zpc2l0ZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmlzTm9WaXNpdGVkO1xuICAgIH1cblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBASG9zdEJpbmRpbmcoJ2NsYXNzLmVjbC1saW5rLS1pbnZlcnRlZCcpIGlzSW52ZXJ0ZWQgPSBmYWxzZTtcbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgQEhvc3RCaW5kaW5nKCdjbGFzcy5lY2wtbGluay0taWNvbi1vbmx5JykgaXNIaWRkZW5MYWJlbCA9IGZhbHNlO1xuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBpc05vVmlzaXRlZDogYm9vbGVhbjtcbiAgICBASW5wdXQoKSB2YXJpYW50OiAnc3RhbmRhbG9uZScgfCAnY3RhJyB8ICdwcmltYXJ5JyB8ICdzZWNvbmRhcnknO1xuXG4gICAgQENvbnRlbnRDaGlsZHJlbihmb3J3YXJkUmVmKCgpID0+IEVjbEljb25Db21wb25lbnQpKSBlY2xJY29uQ29tcG9uZW50czogUXVlcnlMaXN0PEVjbEljb25Db21wb25lbnQ+O1xuXG4gICAgY29uc3RydWN0b3IocHVibGljIGVsOiBFbGVtZW50UmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5lY2xJY29uQ29tcG9uZW50cykge1xuICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy5lY2xJY29uQ29tcG9uZW50cy5mb3JFYWNoKChpY24pID0+IHtcbiAgICAgICAgICAgICAgICAgICAgaWNuLmNsYXNzID0gaWNuLmNsYXNzICsgJyBlY2wtbGlua19faWNvbic7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
@@ -4,11 +4,11 @@ import { EclLinkDirective } from './ecl-link.directive';
4
4
  import { EclLinkLabelDirective } from './ecl-link-label.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export class EclLinkDirectiveModule {
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirectiveModule, declarations: [EclLinkDirective, EclLinkLabelDirective], imports: [CommonModule], exports: [EclLinkDirective, EclLinkLabelDirective] }); }
9
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirectiveModule, imports: [CommonModule] }); }
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirectiveModule, declarations: [EclLinkDirective, EclLinkLabelDirective], imports: [CommonModule], exports: [EclLinkDirective, EclLinkLabelDirective] }); }
9
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirectiveModule, imports: [CommonModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclLinkDirectiveModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclLinkDirectiveModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [CommonModule],
@@ -56,10 +56,10 @@ export class EclDescriptionListDefinitionComponent extends ECLBaseDirective {
56
56
  getLastVisibleItem() {
57
57
  return this.eclListItems.filter((item, cnt) => cnt < this._maxVisibleItems).pop();
58
58
  }
59
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
60
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.2", type: EclDescriptionListDefinitionComponent, selector: "[eclDescriptionListDefinition]", inputs: { variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclListItems", predicate: EclDescriptionListDefinitionItemDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n@if(hasSeeAll) {\n<a eclLink class=\"ecl-description-list__see_more\" href (click)=\"onShowAllItems($event)\">{{\n 'ecl.list.SEE-ALL-ITEMS' | translate\n }}</a>\n}", dependencies: [{ kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
59
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
60
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: EclDescriptionListDefinitionComponent, selector: "[eclDescriptionListDefinition]", inputs: { variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclListItems", predicate: EclDescriptionListDefinitionItemDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n@if(hasSeeAll) {\n<a eclLink class=\"ecl-description-list__see_more\" href (click)=\"onShowAllItems($event)\">{{\n 'ecl.list.SEE-ALL-ITEMS' | translate\n }}</a>\n}", dependencies: [{ kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{ selector: '[eclDescriptionListDefinition]', template: "<ng-content></ng-content>\n@if(hasSeeAll) {\n<a eclLink class=\"ecl-description-list__see_more\" href (click)=\"onShowAllItems($event)\">{{\n 'ecl.list.SEE-ALL-ITEMS' | translate\n }}</a>\n}" }]
65
65
  }], propDecorators: { variant: [{
@@ -14,10 +14,10 @@ export class EclDescriptionListDefinitionItemDirective extends ECLBaseDirective
14
14
  this.isLastVisible ? 'ecl-description-list__definition-item--last-visible' : '',
15
15
  ].join(' ');
16
16
  }
17
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclDescriptionListDefinitionItemDirective, selector: "[eclDescriptionListDefinitionItem]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
17
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclDescriptionListDefinitionItemDirective, selector: "[eclDescriptionListDefinitionItem]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0 }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionItemDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionItemDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[eclDescriptionListDefinitionItem]',
@@ -31,10 +31,10 @@ export class EclDescriptionListDefinitionListDirective extends ECLBaseDirective
31
31
  super(...arguments);
32
32
  this.cmpClass = true;
33
33
  }
34
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
35
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.2", type: EclDescriptionListDefinitionListDirective, selector: "[eclDescriptionListDefinitionList]", host: { properties: { "class.ecl-description-list__definition-list": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
34
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionListDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
35
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: EclDescriptionListDefinitionListDirective, selector: "[eclDescriptionListDefinitionList]", host: { properties: { "class.ecl-description-list__definition-list": "this.cmpClass" } }, usesInheritance: true, ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.2", ngImport: i0, type: EclDescriptionListDefinitionListDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0, type: EclDescriptionListDefinitionListDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: '[eclDescriptionListDefinitionList]',