@eui/ecl 19.3.0-snapshot-1749041696283 → 19.3.0-snapshot-1749064223062
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.
- package/components/ecl-accordion/ecl-accordion-item.component.d.ts +24 -0
- package/components/ecl-accordion/ecl-accordion-item.component.d.ts.map +1 -1
- package/components/ecl-accordion/ecl-accordion.component.d.ts +19 -0
- package/components/ecl-accordion/ecl-accordion.component.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-description.directive.d.ts +9 -0
- package/components/ecl-banner/ecl-banner-description.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-picture.directive.d.ts +11 -0
- package/components/ecl-banner/ecl-banner-picture.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-title.directive.d.ts +12 -0
- package/components/ecl-banner/ecl-banner-title.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-video.directive.d.ts +10 -0
- package/components/ecl-banner/ecl-banner-video.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner.component.d.ts +66 -0
- package/components/ecl-banner/ecl-banner.component.d.ts.map +1 -1
- package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts +14 -0
- package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts.map +1 -1
- package/components/ecl-blockquote/ecl-blockquote.component.d.ts +29 -0
- package/components/ecl-blockquote/ecl-blockquote.component.d.ts.map +1 -1
- package/components/ecl-button/ecl-button-label.directive.d.ts +21 -0
- package/components/ecl-button/ecl-button-label.directive.d.ts.map +1 -1
- package/components/ecl-button/ecl-button.component.d.ts +43 -0
- package/components/ecl-button/ecl-button.component.d.ts.map +1 -1
- package/components/ecl-card/ecl-card-body.component.d.ts +7 -0
- package/components/ecl-card/ecl-card-body.component.d.ts.map +1 -1
- package/components/ecl-card/ecl-card-picture.directive.d.ts +17 -0
- package/components/ecl-card/ecl-card-picture.directive.d.ts.map +1 -1
- package/components/ecl-card/ecl-card.component.d.ts +27 -0
- package/components/ecl-card/ecl-card.component.d.ts.map +1 -1
- package/components/ecl-carousel/ecl-carousel-item.component.d.ts +42 -0
- package/components/ecl-carousel/ecl-carousel-item.component.d.ts.map +1 -1
- package/components/ecl-carousel/ecl-carousel.component.d.ts +224 -0
- package/components/ecl-carousel/ecl-carousel.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts +14 -0
- package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts +56 -0
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts +28 -0
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts.map +1 -1
- package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts +7 -0
- package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts.map +1 -1
- package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts +106 -0
- package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts.map +1 -1
- package/components/ecl-content-block/ecl-content-block.component.d.ts +8 -0
- package/components/ecl-content-block/ecl-content-block.component.d.ts.map +1 -1
- package/components/ecl-content-item/ecl-content-item-image.directive.d.ts +29 -0
- package/components/ecl-content-item/ecl-content-item-image.directive.d.ts.map +1 -1
- package/components/ecl-content-item/ecl-content-item.component.d.ts +40 -0
- package/components/ecl-content-item/ecl-content-item.component.d.ts.map +1 -1
- package/components/ecl-date-block/ecl-date-block.component.d.ts +36 -0
- package/components/ecl-date-block/ecl-date-block.component.d.ts.map +1 -1
- package/components/ecl-expandable/ecl-expandable.component.d.ts +34 -0
- package/components/ecl-expandable/ecl-expandable.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts +7 -0
- package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts +15 -0
- package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts +6 -0
- package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts +6 -0
- package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts +15 -0
- package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts +23 -0
- package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-download.directive.d.ts +23 -0
- package/components/ecl-file/ecl-file-download.directive.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts +36 -0
- package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts +29 -0
- package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-picture.directive.d.ts +23 -0
- package/components/ecl-file/ecl-file-picture.directive.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts +6 -0
- package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file.component.d.ts +35 -0
- package/components/ecl-file/ecl-file.component.d.ts.map +1 -1
- package/components/ecl-icon/ecl-icon.component.d.ts +51 -0
- package/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/components/ecl-label/ecl-label.directive.d.ts +20 -0
- package/components/ecl-label/ecl-label.directive.d.ts.map +1 -1
- package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts +35 -0
- package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts.map +1 -1
- package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts +22 -0
- package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts.map +1 -1
- package/components/ecl-list/ecl-list.directive.d.ts +57 -0
- package/components/ecl-list/ecl-list.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts +8 -0
- package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts +23 -0
- package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts +23 -0
- package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts +26 -0
- package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts +8 -0
- package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts +8 -0
- package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts +39 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts +8 -0
- package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-body.component.d.ts +11 -0
- package/components/ecl-modal/ecl-modal-body.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-close.directive.d.ts +17 -0
- package/components/ecl-modal/ecl-modal-close.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-footer.component.d.ts +16 -0
- package/components/ecl-modal/ecl-modal-footer.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-header.component.d.ts +41 -0
- package/components/ecl-modal/ecl-modal-header.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-trigger.directive.d.ts +9 -0
- package/components/ecl-modal/ecl-modal-trigger.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal.component.d.ts +68 -0
- package/components/ecl-modal/ecl-modal.component.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts +6 -0
- package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts +27 -0
- package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts +77 -0
- package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts.map +1 -1
- package/components/ecl-notification/ecl-notification-title.directive.d.ts +7 -0
- package/components/ecl-notification/ecl-notification-title.directive.d.ts.map +1 -1
- package/components/ecl-notification/ecl-notification.component.d.ts +42 -0
- package/components/ecl-notification/ecl-notification.component.d.ts.map +1 -1
- package/components/ecl-notification/events/ecl-notification-close.event.d.ts +5 -0
- package/components/ecl-notification/events/ecl-notification-close.event.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover-content.directive.d.ts +8 -0
- package/components/ecl-popover/ecl-popover-content.directive.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover-toggle.directive.d.ts +27 -0
- package/components/ecl-popover/ecl-popover-toggle.directive.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover.component.d.ts +46 -0
- package/components/ecl-popover/ecl-popover.component.d.ts.map +1 -1
- package/components/ecl-separator/ecl-separator.directive.d.ts +7 -0
- package/components/ecl-separator/ecl-separator.directive.d.ts.map +1 -1
- package/docs/classes/EclCategoryFilterItemSelectEvent.html +19 -0
- package/docs/classes/EclExpandableToggleEvent.html +8 -0
- package/docs/classes/EclNotificationCloseEvent.html +8 -0
- package/docs/components/EclAccordionComponent.html +25 -0
- package/docs/components/EclAccordionItemComponent.html +40 -0
- package/docs/components/EclBannerComponent.html +114 -0
- package/docs/components/EclBlockquoteComponent.html +50 -0
- package/docs/components/EclButtonComponent.html +87 -0
- package/docs/components/EclCardBodyComponent.html +25 -0
- package/docs/components/EclCardComponent.html +55 -0
- package/docs/components/EclCarouselComponent.html +179 -1
- package/docs/components/EclCarouselItemComponent.html +132 -0
- package/docs/components/EclCategoryFilterComponent.html +39 -0
- package/docs/components/EclCategoryFilterItemComponent.html +160 -0
- package/docs/components/EclCategoryFilterListComponent.html +84 -0
- package/docs/components/EclContentBlockComponent.html +27 -0
- package/docs/components/EclContentItemComponent.html +75 -0
- package/docs/components/EclDateBlockComponent.html +78 -0
- package/docs/components/EclDescriptionListDefinitionComponent.html +61 -0
- package/docs/components/EclExpandableComponent.html +59 -4
- package/docs/components/EclFactFiguresComponent.html +63 -4
- package/docs/components/EclFactFiguresDescriptionComponent.html +29 -4
- package/docs/components/EclFactFiguresItemComponent.html +32 -0
- package/docs/components/EclFactFiguresTitleComponent.html +28 -4
- package/docs/components/EclFactFiguresValueComponent.html +28 -4
- package/docs/components/EclFactFiguresViewAllComponent.html +36 -4
- package/docs/components/EclFileComponent.html +85 -0
- package/docs/components/EclFileItemComponent.html +88 -0
- package/docs/components/EclFileItemsComponent.html +55 -0
- package/docs/components/EclFileTaxonomyComponent.html +24 -0
- package/docs/components/EclIconComponent.html +101 -0
- package/docs/components/EclListIllustrationComponent.html +77 -0
- package/docs/components/EclListIllustrationItemComponent.html +66 -0
- package/docs/components/EclLoadingIndicatorComponent.html +75 -0
- package/docs/components/EclModalBodyComponent.html +31 -0
- package/docs/components/EclModalComponent.html +118 -0
- package/docs/components/EclModalFooterComponent.html +31 -0
- package/docs/components/EclModalHeaderComponent.html +58 -0
- package/docs/components/EclNewsTickerComponent.html +118 -0
- package/docs/components/EclNewsTickerItemComponent.html +86 -0
- package/docs/components/EclNotificationComponent.html +117 -0
- package/docs/components/EclPopoverComponent.html +90 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EclBannerDescriptionDirective.html +7 -0
- package/docs/directives/EclBannerDescriptionLinkDirective.html +7 -0
- package/docs/directives/EclBannerDescriptionTextDirective.html +7 -0
- package/docs/directives/EclBannerImageDirective.html +10 -0
- package/docs/directives/EclBannerPictureDirective.html +8 -0
- package/docs/directives/EclBannerTitleDirective.html +8 -0
- package/docs/directives/EclBannerTitleLinkDirective.html +8 -0
- package/docs/directives/EclBannerTitleTextDirective.html +8 -0
- package/docs/directives/EclBannerVideoDirective.html +22 -0
- package/docs/directives/EclBlockquoteImageDirective.html +25 -0
- package/docs/directives/EclBlockquotePictureDirective.html +25 -0
- package/docs/directives/EclButtonIconContainerDirective.html +20 -0
- package/docs/directives/EclButtonLabelDirective.html +25 -0
- package/docs/directives/EclCardImageDirective.html +25 -0
- package/docs/directives/EclCardPictureDirective.html +31 -0
- package/docs/directives/EclContentBlockDescriptionDirective.html +24 -0
- package/docs/directives/EclContentBlockLabelDirective.html +24 -0
- package/docs/directives/EclContentBlockLabelsDirective.html +24 -0
- package/docs/directives/EclContentBlockLinkDirective.html +24 -0
- package/docs/directives/EclContentBlockLinksContainerDirective.html +24 -0
- package/docs/directives/EclContentBlockLinksDirective.html +24 -0
- package/docs/directives/EclContentBlockListContainerDirective.html +24 -0
- package/docs/directives/EclContentBlockListDirective.html +24 -0
- package/docs/directives/EclContentBlockPrimaryMetaDirective.html +24 -0
- package/docs/directives/EclContentBlockPrimaryMetasDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaIconDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaLabelDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetasDirective.html +24 -0
- package/docs/directives/EclContentBlockTagDirective.html +24 -0
- package/docs/directives/EclContentBlockTagsDirective.html +24 -0
- package/docs/directives/EclContentBlockTitleDirective.html +31 -0
- package/docs/directives/EclContentItemImageDirective.html +27 -0
- package/docs/directives/EclContentItemPictureDirective.html +46 -0
- package/docs/directives/EclDescriptionListDefinitionItemDirective.html +37 -0
- package/docs/directives/EclDescriptionListDefinitionListDirective.html +20 -0
- package/docs/directives/EclDescriptionListDirective.html +39 -0
- package/docs/directives/EclDescriptionListTermDirective.html +19 -0
- package/docs/directives/EclFileDownloadDirective.html +19 -0
- package/docs/directives/EclFileImageDirective.html +20 -0
- package/docs/directives/EclFilePictureDirective.html +25 -0
- package/docs/directives/EclFilePreviewDirective.html +32 -0
- package/docs/directives/EclFileTitleDirective.html +25 -0
- package/docs/directives/EclFileTranslationDownloadDirective.html +20 -0
- package/docs/directives/EclIndicatorDirective.html +20 -0
- package/docs/directives/EclLabelDirective.html +40 -0
- package/docs/directives/EclListIllustrationIconDirective.html +20 -0
- package/docs/directives/EclListIllustrationImageDirective.html +38 -0
- package/docs/directives/EclListIllustrationPictureDirective.html +25 -0
- package/docs/directives/EclLoadingIndicatorLabelDirective.html +20 -0
- package/docs/directives/EclLoadingIndicatorOverlayDirective.html +25 -0
- package/docs/directives/EclModalBodyFixedContentDirective.html +20 -0
- package/docs/directives/EclModalCloseDirective.html +35 -0
- package/docs/directives/EclModalTriggerDirective.html +22 -0
- package/docs/directives/EclNewsTickerIconDirective.html +19 -0
- package/docs/directives/EclNotificationTitleDirective.html +25 -0
- package/docs/directives/EclOrderedListDirective.html +19 -0
- package/docs/directives/EclOrderedListItemDirective.html +19 -0
- package/docs/directives/EclPopoverContentDirective.html +25 -0
- package/docs/directives/EclPopoverToggleDirective.html +62 -0
- package/docs/directives/EclSeparatorDirective.html +20 -0
- package/docs/directives/EclUnorderedListDirective.html +32 -0
- package/docs/directives/EclUnorderedListItemDirective.html +19 -0
- package/docs/js/search/search_index.js +2 -2
- package/fesm2022/eui-ecl-components-ecl-accordion.mjs +39 -0
- package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-banner.mjs +108 -0
- package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-blockquote.mjs +39 -0
- package/fesm2022/eui-ecl-components-ecl-blockquote.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-button.mjs +53 -0
- package/fesm2022/eui-ecl-components-ecl-button.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-card.mjs +42 -0
- package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs +221 -0
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +85 -0
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-block.mjs +111 -0
- package/fesm2022/eui-ecl-components-ecl-content-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs +50 -0
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs +18 -0
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-expandable.mjs +27 -0
- package/fesm2022/eui-ecl-components-ecl-expandable.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs +64 -0
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file.mjs +108 -3
- package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-icon.mjs +32 -0
- package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-label.mjs +20 -0
- package/fesm2022/eui-ecl-components-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs +80 -0
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list.mjs +102 -0
- package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs +59 -5
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs +132 -0
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs +89 -0
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-notification.mjs +51 -0
- package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs +69 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-separator.mjs +7 -0
- package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,88 +1,194 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import { EclLinkDirective } from '@eui/ecl/components/ecl-link';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Directive representing the title of a content block.
|
|
6
|
+
* Automatically applies the corresponding ECL class.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclContentBlockTitleDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Adds the ECL CSS class for the content block title.
|
|
11
|
+
*/
|
|
5
12
|
get cssClasses(): string;
|
|
13
|
+
/**
|
|
14
|
+
* Optional child ECL link directive nested inside the title.
|
|
15
|
+
*/
|
|
6
16
|
eclLink: EclLinkDirective;
|
|
7
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockTitleDirective, never>;
|
|
8
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockTitleDirective, "[eclContentBlockTitle]", never, {}, {}, ["eclLink"], never, false, never>;
|
|
9
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* Directive for the description section of the content block.
|
|
22
|
+
*/
|
|
10
23
|
export declare class EclContentBlockDescriptionDirective extends ECLBaseDirective {
|
|
24
|
+
/**
|
|
25
|
+
* Adds the ECL CSS class for the content block description.
|
|
26
|
+
*/
|
|
11
27
|
get cssClasses(): string;
|
|
12
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockDescriptionDirective, never>;
|
|
13
29
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockDescriptionDirective, "[eclContentBlockDescription]", never, {}, {}, never, never, false, never>;
|
|
14
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* Directive for the container that wraps multiple labels in a content block.
|
|
33
|
+
*/
|
|
15
34
|
export declare class EclContentBlockLabelsDirective extends ECLBaseDirective {
|
|
35
|
+
/**
|
|
36
|
+
* Adds the ECL CSS class for the label container.
|
|
37
|
+
*/
|
|
16
38
|
get cssClasses(): string;
|
|
17
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockLabelsDirective, never>;
|
|
18
40
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockLabelsDirective, "[eclContentBlockLabels]", never, {}, {}, never, never, false, never>;
|
|
19
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* Directive representing a single label inside a content block.
|
|
44
|
+
*/
|
|
20
45
|
export declare class EclContentBlockLabelDirective extends ECLBaseDirective {
|
|
46
|
+
/**
|
|
47
|
+
* Adds the ECL CSS class for a label item.
|
|
48
|
+
*/
|
|
21
49
|
get cssClasses(): string;
|
|
22
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockLabelDirective, never>;
|
|
23
51
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockLabelDirective, "[eclContentBlockLabel]", never, {}, {}, never, never, false, never>;
|
|
24
52
|
}
|
|
53
|
+
/**
|
|
54
|
+
* Directive for the primary metadata container in a content block.
|
|
55
|
+
*/
|
|
25
56
|
export declare class EclContentBlockPrimaryMetasDirective extends ECLBaseDirective {
|
|
57
|
+
/**
|
|
58
|
+
* Adds the ECL CSS class for the primary metadata container.
|
|
59
|
+
*/
|
|
26
60
|
get cssClasses(): string;
|
|
27
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockPrimaryMetasDirective, never>;
|
|
28
62
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockPrimaryMetasDirective, "[eclContentBlockPrimaryMetas]", never, {}, {}, never, never, false, never>;
|
|
29
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* Directive for a single primary metadata item in a content block.
|
|
66
|
+
*/
|
|
30
67
|
export declare class EclContentBlockPrimaryMetaDirective extends ECLBaseDirective {
|
|
68
|
+
/**
|
|
69
|
+
* Adds the ECL CSS class for a primary metadata item.
|
|
70
|
+
*/
|
|
31
71
|
get cssClasses(): string;
|
|
32
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockPrimaryMetaDirective, never>;
|
|
33
73
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockPrimaryMetaDirective, "[eclContentBlockPrimaryMeta]", never, {}, {}, never, never, false, never>;
|
|
34
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* Directive for the secondary metadata container in a content block.
|
|
77
|
+
*/
|
|
35
78
|
export declare class EclContentBlockSecondaryMetasDirective extends ECLBaseDirective {
|
|
79
|
+
/**
|
|
80
|
+
* Adds the ECL CSS class for the secondary metadata container.
|
|
81
|
+
*/
|
|
36
82
|
get cssClasses(): string;
|
|
37
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockSecondaryMetasDirective, never>;
|
|
38
84
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockSecondaryMetasDirective, "[eclContentBlockSecondaryMetas]", never, {}, {}, never, never, false, never>;
|
|
39
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* Directive for a single secondary metadata item in a content block.
|
|
88
|
+
*/
|
|
40
89
|
export declare class EclContentBlockSecondaryMetaDirective extends ECLBaseDirective {
|
|
90
|
+
/**
|
|
91
|
+
* Adds the ECL CSS class for a secondary metadata item.
|
|
92
|
+
*/
|
|
41
93
|
get cssClasses(): string;
|
|
42
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockSecondaryMetaDirective, never>;
|
|
43
95
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockSecondaryMetaDirective, "[eclContentBlockSecondaryMeta]", never, {}, {}, never, never, false, never>;
|
|
44
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* Directive for the label element of a secondary metadata item.
|
|
99
|
+
*/
|
|
45
100
|
export declare class EclContentBlockSecondaryMetaLabelDirective extends ECLBaseDirective {
|
|
101
|
+
/**
|
|
102
|
+
* Adds the ECL CSS class for a secondary metadata label.
|
|
103
|
+
*/
|
|
46
104
|
get cssClasses(): string;
|
|
47
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockSecondaryMetaLabelDirective, never>;
|
|
48
106
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockSecondaryMetaLabelDirective, "[eclContentBlockSecondaryMetaLabel]", never, {}, {}, never, never, false, never>;
|
|
49
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* Directive for the icon element of a secondary metadata item.
|
|
110
|
+
*/
|
|
50
111
|
export declare class EclContentBlockSecondaryMetaIconDirective extends ECLBaseDirective {
|
|
112
|
+
/**
|
|
113
|
+
* Adds the ECL CSS class for a secondary metadata icon.
|
|
114
|
+
*/
|
|
51
115
|
get cssClasses(): string;
|
|
52
116
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockSecondaryMetaIconDirective, never>;
|
|
53
117
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockSecondaryMetaIconDirective, "[eclContentBlockSecondaryMetaIcon]", never, {}, {}, never, never, false, never>;
|
|
54
118
|
}
|
|
119
|
+
/**
|
|
120
|
+
* Directive for the container holding tags inside a content block.
|
|
121
|
+
*/
|
|
55
122
|
export declare class EclContentBlockTagsDirective extends ECLBaseDirective {
|
|
123
|
+
/**
|
|
124
|
+
* Adds the ECL CSS class for the tag container.
|
|
125
|
+
*/
|
|
56
126
|
get cssClasses(): string;
|
|
57
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockTagsDirective, never>;
|
|
58
128
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockTagsDirective, "[eclContentBlockTags]", never, {}, {}, never, never, false, never>;
|
|
59
129
|
}
|
|
130
|
+
/**
|
|
131
|
+
* Directive for a single tag item inside a content block.
|
|
132
|
+
*/
|
|
60
133
|
export declare class EclContentBlockTagDirective extends ECLBaseDirective {
|
|
134
|
+
/**
|
|
135
|
+
* Adds the ECL CSS class for a tag item.
|
|
136
|
+
*/
|
|
61
137
|
get cssClasses(): string;
|
|
62
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockTagDirective, never>;
|
|
63
139
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockTagDirective, "[eclContentBlockTag]", never, {}, {}, never, never, false, never>;
|
|
64
140
|
}
|
|
141
|
+
/**
|
|
142
|
+
* Directive for the container that wraps link elements.
|
|
143
|
+
*/
|
|
65
144
|
export declare class EclContentBlockLinksContainerDirective extends ECLBaseDirective {
|
|
145
|
+
/**
|
|
146
|
+
* Adds the ECL CSS class for the links container.
|
|
147
|
+
*/
|
|
66
148
|
get cssClasses(): string;
|
|
67
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockLinksContainerDirective, never>;
|
|
68
150
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockLinksContainerDirective, "[eclContentBlockLinksContainer]", never, {}, {}, never, never, false, never>;
|
|
69
151
|
}
|
|
152
|
+
/**
|
|
153
|
+
* Directive for the list of links inside a content block.
|
|
154
|
+
*/
|
|
70
155
|
export declare class EclContentBlockLinksDirective extends ECLBaseDirective {
|
|
156
|
+
/**
|
|
157
|
+
* Adds the ECL CSS class for the link list.
|
|
158
|
+
*/
|
|
71
159
|
get cssClasses(): string;
|
|
72
160
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockLinksDirective, never>;
|
|
73
161
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockLinksDirective, "[eclContentBlockLinks]", never, {}, {}, never, never, false, never>;
|
|
74
162
|
}
|
|
163
|
+
/**
|
|
164
|
+
* Directive for a single link inside a content block.
|
|
165
|
+
*/
|
|
75
166
|
export declare class EclContentBlockLinkDirective extends ECLBaseDirective {
|
|
167
|
+
/**
|
|
168
|
+
* Adds the ECL CSS class for a single link item.
|
|
169
|
+
*/
|
|
76
170
|
get cssClasses(): string;
|
|
77
171
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockLinkDirective, never>;
|
|
78
172
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockLinkDirective, "[eclContentBlockLink]", never, {}, {}, never, never, false, never>;
|
|
79
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* Directive for the container holding a list inside a content block.
|
|
176
|
+
*/
|
|
80
177
|
export declare class EclContentBlockListContainerDirective extends ECLBaseDirective {
|
|
178
|
+
/**
|
|
179
|
+
* Adds the ECL CSS class for the list container.
|
|
180
|
+
*/
|
|
81
181
|
get cssClasses(): string;
|
|
82
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockListContainerDirective, never>;
|
|
83
183
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockListContainerDirective, "[eclContentBlockListContainer]", never, {}, {}, never, never, false, never>;
|
|
84
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* Directive for a list element inside a content block.
|
|
187
|
+
*/
|
|
85
188
|
export declare class EclContentBlockListDirective extends ECLBaseDirective {
|
|
189
|
+
/**
|
|
190
|
+
* Adds the ECL CSS class for a list.
|
|
191
|
+
*/
|
|
86
192
|
get cssClasses(): string;
|
|
87
193
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockListDirective, never>;
|
|
88
194
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentBlockListDirective, "[eclContentBlockList]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-content-block-elements.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-block/ecl-content-block-elements.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEhE,qBAIa,6BAA8B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-content-block-elements.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-block/ecl-content-block-elements.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEhE;;;GAGG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACjE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACoD,OAAO,EAAE,gBAAgB,CAAC;yCAZtE,6BAA6B;2CAA7B,6BAA6B;CAazC;AAED;;GAEG;AACH,qBAIa,mCAAoC,SAAQ,gBAAgB;IACvE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,mCAAmC;2CAAnC,mCAAmC;CAQ/C;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IAClE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,8BAA8B;2CAA9B,8BAA8B;CAQ1C;AAED;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACjE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,6BAA6B;2CAA7B,6BAA6B;CAQzC;AAED;;GAEG;AACH,qBAIa,oCAAqC,SAAQ,gBAAgB;IACxE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,oCAAoC;2CAApC,oCAAoC;CAQhD;AAED;;GAEG;AACH,qBAIa,mCAAoC,SAAQ,gBAAgB;IACvE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,mCAAmC;2CAAnC,mCAAmC;CAQ/C;AAED;;GAEG;AACH,qBAIa,sCAAuC,SAAQ,gBAAgB;IAC1E;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,sCAAsC;2CAAtC,sCAAsC;CAQlD;AAED;;GAEG;AACH,qBAIa,qCAAsC,SAAQ,gBAAgB;IACzE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,qCAAqC;2CAArC,qCAAqC;CAQjD;AAED;;GAEG;AACH,qBAIa,0CAA2C,SAAQ,gBAAgB;IAC9E;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,0CAA0C;2CAA1C,0CAA0C;CAQtD;AAED;;GAEG;AACH,qBAIa,yCAA0C,SAAQ,gBAAgB;IAC7E;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,yCAAyC;2CAAzC,yCAAyC;CAQrD;AAED;;GAEG;AACH,qBAIa,4BAA6B,SAAQ,gBAAgB;IAChE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,4BAA4B;2CAA5B,4BAA4B;CAQxC;AAED;;GAEG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IAC/D;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,2BAA2B;2CAA3B,2BAA2B;CAQvC;AAED;;GAEG;AACH,qBAIa,sCAAuC,SAAQ,gBAAgB;IAC1E;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,sCAAsC;2CAAtC,sCAAsC;CAQlD;AAED;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACjE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,6BAA6B;2CAA7B,6BAA6B;CAQzC;AAED;;GAEG;AACH,qBAIa,4BAA6B,SAAQ,gBAAgB;IAChE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,4BAA4B;2CAA5B,4BAA4B;CAQxC;AAED;;GAEG;AACH,qBAIa,qCAAsC,SAAQ,gBAAgB;IACzE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,qCAAqC;2CAArC,qCAAqC;CAQjD;AAED;;GAEG;AACH,qBAIa,4BAA6B,SAAQ,gBAAgB;IAChE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,4BAA4B;2CAA5B,4BAA4B;CAQxC"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing a content block, based on the ECL design system.
|
|
5
|
+
* Serves as a container for structured content such as titles, texts, and links.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclContentBlockComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Binds the component's root CSS classes.
|
|
10
|
+
* Adds the `ecl-content-block` class by default.
|
|
11
|
+
*/
|
|
4
12
|
get cssClasses(): string;
|
|
5
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentBlockComponent, never>;
|
|
6
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclContentBlockComponent, "ecl-content-block", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-content-block.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-block/ecl-content-block.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAYa,wBAAyB,SAAQ,gBAAgB;IAC1D,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-content-block.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-block/ecl-content-block.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAYa,wBAAyB,SAAQ,gBAAgB;IAC1D;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCARQ,wBAAwB;2CAAxB,wBAAwB;CASpC"}
|
|
@@ -1,18 +1,47 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Directive used to style and configure the image container (e.g., picture) within a content item.
|
|
6
|
+
* It allows adjusting size, position, and zoom behavior of the image block.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclContentItemPictureDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Controls the size of the picture. Default is 'large'.
|
|
11
|
+
* Accepted values: 'small' | 'large'
|
|
12
|
+
*/
|
|
5
13
|
size: 'small' | 'large';
|
|
14
|
+
/**
|
|
15
|
+
* Defines the position of the picture relative to the content.
|
|
16
|
+
* Accepted values: 'left' | 'right' | 'top'
|
|
17
|
+
* Default is 'left'.
|
|
18
|
+
*/
|
|
6
19
|
position: 'left' | 'right' | 'top';
|
|
20
|
+
/**
|
|
21
|
+
* If true, enables a zoom effect on hover.
|
|
22
|
+
*/
|
|
7
23
|
hasZoom: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Computed CSS classes for the host element based on size and position.
|
|
26
|
+
*/
|
|
8
27
|
get cssClasses(): string;
|
|
9
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentItemPictureDirective, never>;
|
|
10
29
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentItemPictureDirective, "[eclContentItemPicture]", never, { "size": { "alias": "size"; "required": false; }; "position": { "alias": "position"; "required": false; }; "hasZoom": { "alias": "hasZoom"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
30
|
static ngAcceptInputType_hasZoom: unknown;
|
|
12
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* Directive used for styling the inner image element inside the content item.
|
|
34
|
+
* Also used programmatically for interaction bindings.
|
|
35
|
+
*/
|
|
13
36
|
export declare class EclContentItemImageDirective extends ECLBaseDirective {
|
|
14
37
|
el: ElementRef;
|
|
38
|
+
/**
|
|
39
|
+
* Computed CSS classes for the host image element.
|
|
40
|
+
*/
|
|
15
41
|
get cssClasses(): string;
|
|
42
|
+
/**
|
|
43
|
+
* Reference to the DOM element of the image.
|
|
44
|
+
*/
|
|
16
45
|
constructor(el: ElementRef);
|
|
17
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentItemImageDirective, never>;
|
|
18
47
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclContentItemImageDirective, "[eclContentItemImage]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-content-item-image.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-item/ecl-content-item-image.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAoB,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,8BAA+B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-content-item-image.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-item/ecl-content-item-image.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,UAAU,EAAoB,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IAChE;;;OAGG;IACM,IAAI,EAAE,OAAO,GAAG,OAAO,CAAW;IAE3C;;;;OAIG;IACM,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,CAAU;IAErD;;OAEG;IAC6E,OAAO,UAAS;IAEhG;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAQvB;yCA/BQ,8BAA8B;2CAA9B,8BAA8B;sCA0Dkt4c,OAAQ;CA1Bpw4c;AAED;;;GAGG;AACH,qBAIa,4BAA6B,SAAQ,gBAAgB;IAY3C,EAAE,EAAE,UAAU;IAXjC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;gBACgB,EAAE,EAAE,UAAU;yCAZxB,4BAA4B;2CAA5B,4BAA4B;CAexC"}
|
|
@@ -6,18 +6,58 @@ import { EclContentItemImageDirective, EclContentItemPictureDirective } from './
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class EclContentItemComponent extends ECLBaseDirective implements AfterContentInit {
|
|
8
8
|
private renderer;
|
|
9
|
+
/**
|
|
10
|
+
* Whether to display a divider below the content item.
|
|
11
|
+
* When true, the component will have a visual divider applied.
|
|
12
|
+
* Default is false.
|
|
13
|
+
*/
|
|
9
14
|
hasDivider: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Reference to projected content block.
|
|
17
|
+
* Used to apply internal styling and structure.
|
|
18
|
+
*/
|
|
10
19
|
eclContentBlock: EclContentBlockComponent;
|
|
20
|
+
/**
|
|
21
|
+
* Reference to projected date block component.
|
|
22
|
+
* Used to set styling and determine layout mode.
|
|
23
|
+
*/
|
|
11
24
|
eclDateBlock: EclDateBlockComponent;
|
|
25
|
+
/**
|
|
26
|
+
* Reference to projected picture directive, used to determine layout mode (stacked).
|
|
27
|
+
*/
|
|
12
28
|
eclContentItemPicture: EclContentItemPictureDirective;
|
|
29
|
+
/**
|
|
30
|
+
* Reference to projected title directive inside the content block.
|
|
31
|
+
* Used for linking behavior.
|
|
32
|
+
*/
|
|
13
33
|
eclContentBlockTitle: EclContentBlockTitleDirective;
|
|
34
|
+
/**
|
|
35
|
+
* Reference to projected image directive.
|
|
36
|
+
* Used to bind interaction behavior (click propagation).
|
|
37
|
+
*/
|
|
14
38
|
eclContentItemImage: EclContentItemImageDirective;
|
|
39
|
+
/**
|
|
40
|
+
* ARIA role attribute for the host element.
|
|
41
|
+
* Set to "article" to denote standalone content.
|
|
42
|
+
*/
|
|
15
43
|
role: string;
|
|
44
|
+
/**
|
|
45
|
+
* Computes the CSS class string applied to the host element,
|
|
46
|
+
* depending on layout and configuration options.
|
|
47
|
+
*/
|
|
16
48
|
get cssClasses(): string;
|
|
17
49
|
private isStack;
|
|
18
50
|
private isInline;
|
|
19
51
|
constructor(renderer: Renderer2);
|
|
52
|
+
/**
|
|
53
|
+
* Lifecycle hook called after content projection.
|
|
54
|
+
* Sets layout flags and attaches interactivity behavior to image and title.
|
|
55
|
+
*/
|
|
20
56
|
ngAfterContentInit(): void;
|
|
57
|
+
/**
|
|
58
|
+
* Attaches click behavior to image so it triggers the link defined in the title.
|
|
59
|
+
* Only applies when both image and linked title are available.
|
|
60
|
+
*/
|
|
21
61
|
private attachClickEventToImage;
|
|
22
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclContentItemComponent, never>;
|
|
23
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclContentItemComponent, "ecl-content-item", never, { "hasDivider": { "alias": "hasDivider"; "required": false; }; }, {}, ["eclContentBlock", "eclDateBlock", "eclContentItemPicture", "eclContentBlockTitle", "eclContentItemImage"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-content-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-item/ecl-content-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA6E,SAAS,EAAE,MAAM,eAAe,CAAC;AACvI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAChH,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;;AAElH,qBAKa,uBAAwB,SAAQ,gBAAiB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-content-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-content-item/ecl-content-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA6E,SAAS,EAAE,MAAM,eAAe,CAAC;AACvI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAChH,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,4BAA4B,EAAE,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;;AAElH,qBAKa,uBAAwB,SAAQ,gBAAiB,YAAW,gBAAgB;IA0DzE,OAAO,CAAC,QAAQ;IAzD5B;;;;OAIG;IACqC,UAAU,UAAS;IAE3D;;;OAGG;IACuD,eAAe,EAAE,wBAAwB,CAAC;IAEpG;;;OAGG;IACoD,YAAY,EAAE,qBAAqB,CAAC;IAE3F;;OAEG;IAC6D,qBAAqB,EAAE,8BAA8B,CAAC;IAEtH;;;OAGG;IACmF,oBAAoB,EAAE,6BAA6B,CAAC;IAE1I;;;OAGG;IACkF,mBAAmB,EAAE,4BAA4B,CAAC;IAEvI;;;OAGG;IACuB,IAAI,SAAa;IAE3C;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,QAAQ,CAAS;gBAEL,QAAQ,EAAE,SAAS;IAIvC;;;OAGG;IACH,kBAAkB,IAAI,IAAI;IAiB1B;;;OAGG;IACH,OAAO,CAAC,uBAAuB;yCAvFtB,uBAAuB;2CAAvB,uBAAuB;yCAkG+q0c,OAAQ;CAD1t0c"}
|
|
@@ -1,17 +1,53 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component used to display a formatted date in a styled time element.
|
|
6
|
+
* Designed for use within content components such as content blocks or items.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclDateBlockComponent extends ECLBaseDirective {
|
|
5
9
|
private translateService;
|
|
10
|
+
/**
|
|
11
|
+
* The date to be displayed. If not null, it's used to generate the `datetime` attribute and visual output.
|
|
12
|
+
*/
|
|
6
13
|
date: Date;
|
|
14
|
+
/**
|
|
15
|
+
* The format to be used when rendering the date string (Angular DatePipe format).
|
|
16
|
+
* Default is `'dd/M/yyyy'`.
|
|
17
|
+
*/
|
|
7
18
|
dateFormat: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional visual variant of the date block. Can be:
|
|
21
|
+
* - `'ongoing'`: for ongoing events
|
|
22
|
+
* - `'past'`: for past events
|
|
23
|
+
* This changes styling only.
|
|
24
|
+
*/
|
|
8
25
|
variant: 'ongoing' | 'past';
|
|
26
|
+
/**
|
|
27
|
+
* Explicit string for day part of the date (optional).
|
|
28
|
+
* Used when date is not set or overridden manually.
|
|
29
|
+
*/
|
|
9
30
|
day: string;
|
|
31
|
+
/**
|
|
32
|
+
* Explicit string for month part of the date (optional).
|
|
33
|
+
* Used when date is not set or overridden manually.
|
|
34
|
+
*/
|
|
10
35
|
month: string;
|
|
36
|
+
/**
|
|
37
|
+
* Explicit string used as an accessible or verbose label for the month (optional).
|
|
38
|
+
*/
|
|
11
39
|
monthTitle: string;
|
|
40
|
+
/**
|
|
41
|
+
* Explicit string for year part of the date (optional).
|
|
42
|
+
* Used when date is not set or overridden manually.
|
|
43
|
+
*/
|
|
12
44
|
year: string;
|
|
13
45
|
locale: string;
|
|
14
46
|
get cssClasses(): string;
|
|
47
|
+
/**
|
|
48
|
+
* Sets the `datetime` attribute of the `<time>` element.
|
|
49
|
+
* If not provided, it is derived from `date` and `dateFormat`.
|
|
50
|
+
*/
|
|
15
51
|
get datetime(): string;
|
|
16
52
|
set datetime(value: string);
|
|
17
53
|
private _datetime;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-date-block.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-date-block/ecl-date-block.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAMa,qBAAsB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-date-block.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-date-block/ecl-date-block.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAMa,qBAAsB,SAAQ,gBAAgB;IA+D3C,OAAO,CAAC,gBAAgB;IA9DpC;;OAEG;IACM,IAAI,EAAE,IAAI,CAAC;IAEpB;;;OAGG;IACM,UAAU,SAAe;IAElC;;;;;OAKG;IACM,OAAO,EAAE,SAAS,GAAG,MAAM,CAAQ;IAE5C;;;OAGG;IACM,GAAG,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,UAAU,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACM,IAAI,EAAE,MAAM,CAAC;IAEtB,MAAM,SAAQ;IACd,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACH,IAEI,QAAQ,IAAI,MAAM,CAErB;IACD,IAAI,QAAQ,CAAC,KAAK,EAHF,MAGE,EAEjB;IACD,OAAO,CAAC,SAAS,CAAgB;gBAEb,gBAAgB,EAAE,gBAAgB;IAKtD,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,gBAAgB;yCAxEf,qBAAqB;2CAArB,qBAAqB;CA+EjC"}
|
|
@@ -2,17 +2,51 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { EclBaseEvent } from '@eui/ecl/core';
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Event emitted when the expandable is toggled.
|
|
7
|
+
* Contains the next expanded state.
|
|
8
|
+
*/
|
|
5
9
|
export declare class EclExpandableToggleEvent extends EclBaseEvent {
|
|
6
10
|
isExpanded: boolean;
|
|
7
11
|
constructor(isExpanded: boolean);
|
|
8
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Expandable component used to toggle visibility of additional content.
|
|
15
|
+
* It displays a toggle button with configurable labels and emits an event on toggle.
|
|
16
|
+
*/
|
|
9
17
|
export declare class EclExpandableComponent extends ECLBaseDirective implements OnInit {
|
|
18
|
+
/**
|
|
19
|
+
* Applies the expandable base CSS class to the host element.
|
|
20
|
+
*/
|
|
10
21
|
get cssClasses(): string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether the expandable content is currently expanded.
|
|
24
|
+
* Default is `false`.
|
|
25
|
+
*/
|
|
11
26
|
isExpanded: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The label to display when the content is collapsed.
|
|
29
|
+
*/
|
|
12
30
|
collapsedLabel: string;
|
|
31
|
+
/**
|
|
32
|
+
* The label to display when the content is expanded.
|
|
33
|
+
* If not set, `collapsedLabel` will be used as fallback.
|
|
34
|
+
*/
|
|
13
35
|
expandedLabel: string;
|
|
36
|
+
/**
|
|
37
|
+
* Event emitted when the expandable is toggled.
|
|
38
|
+
* Consumers can prevent default behavior by calling `event.preventDefault()`.
|
|
39
|
+
*/
|
|
14
40
|
toggle: EventEmitter<EclExpandableToggleEvent>;
|
|
41
|
+
/**
|
|
42
|
+
* Initializes the component.
|
|
43
|
+
* If `expandedLabel` is not provided, it falls back to `collapsedLabel`.
|
|
44
|
+
*/
|
|
15
45
|
ngOnInit(): void;
|
|
46
|
+
/**
|
|
47
|
+
* Handles click on the toggle button.
|
|
48
|
+
* Emits a toggle event and updates the expanded state unless prevented.
|
|
49
|
+
*/
|
|
16
50
|
onButtonClick(): void;
|
|
17
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclExpandableComponent, never>;
|
|
18
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclExpandableComponent, "ecl-expandable", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; "collapsedLabel": { "alias": "collapsedLabel"; "required": false; }; "expandedLabel": { "alias": "expandedLabel"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-expandable.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-expandable/ecl-expandable.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAU,YAAY,EAAiC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ecl-expandable.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-expandable/ecl-expandable.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAU,YAAY,EAAiC,MAAM,eAAe,CAAC;AAC9G,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,YAAY;IACrC,UAAU,EAAE,OAAO;gBAAnB,UAAU,EAAE,OAAO;CAGvC;AAED;;;GAGG;AACH,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM;IAC5E;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACqC,UAAU,UAAS;IAE3D;;OAEG;IACM,cAAc,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACM,aAAa,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IAEO,MAAM,yCAAgD;IAEhE;;;OAGG;IACH,QAAQ,IAAI,IAAI;IAMhB;;;OAGG;IACH,aAAa,IAAI,IAAI;yCA/CV,sBAAsB;2CAAtB,sBAAsB;yCA0D283c,OAAQ;CADr/3c"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing the description text of a fact or figures section.
|
|
5
|
+
* Typically used to provide contextual or supporting information.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclFactFiguresDescriptionComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Applies the base class `ecl-fact-figures__description` to the host element.
|
|
10
|
+
*/
|
|
4
11
|
get cssClasses(): string;
|
|
5
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresDescriptionComponent, never>;
|
|
6
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresDescriptionComponent, "ecl-fact-figures-description", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures-description.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-description.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures-description.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-description.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAYa,kCAAmC,SAAQ,gBAAgB;IACtE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
|
|
@@ -2,9 +2,24 @@ import { AfterContentInit, QueryList } from '@angular/core';
|
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import { EclIconComponent } from '@eui/ecl/components/ecl-icon';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component representing a single item within the Fact & Figures block.
|
|
7
|
+
* Optionally handles embedded icons and applies appropriate styling.
|
|
8
|
+
*/
|
|
5
9
|
export declare class EclFactFiguresItemComponent extends ECLBaseDirective implements AfterContentInit {
|
|
10
|
+
/**
|
|
11
|
+
* Applies the base class `ecl-fact-figures__item` to the host element.
|
|
12
|
+
*/
|
|
6
13
|
get cssClasses(): string;
|
|
14
|
+
/**
|
|
15
|
+
* Query for any EclIconComponent children projected into the component.
|
|
16
|
+
* These icons will receive an additional CSS class.
|
|
17
|
+
*/
|
|
7
18
|
eclIconComponents: QueryList<EclIconComponent>;
|
|
19
|
+
/**
|
|
20
|
+
* Lifecycle hook that adds a CSS class to any EclIconComponent
|
|
21
|
+
* found within the projected content.
|
|
22
|
+
*/
|
|
8
23
|
ngAfterContentInit(): void;
|
|
9
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresItemComponent, never>;
|
|
10
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresItemComponent, "ecl-fact-figures-item", never, {}, {}, ["eclIconComponents"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2C,SAAS,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA2C,SAAS,EAAE,MAAM,eAAe,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEhE;;;GAGG;AACH,qBAKa,2BAA4B,SAAQ,gBAAiB,YAAW,gBAAgB;IAC3F;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACgC,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAElF;;;OAGG;IACH,kBAAkB,IAAI,IAAI;yCAnBf,2BAA2B;2CAA3B,2BAA2B;CA0BvC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing the title section of a Fact & Figures item.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclFactFiguresTitleComponent extends ECLBaseDirective {
|
|
7
|
+
/**
|
|
8
|
+
* Applies the base class `ecl-fact-figures__title` to the host element.
|
|
9
|
+
*/
|
|
4
10
|
get cssClasses(): string;
|
|
5
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresTitleComponent, never>;
|
|
6
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresTitleComponent, "ecl-fact-figures-title", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures-title.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-title.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAYa,4BAA6B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures-title.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-title.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAYa,4BAA6B,SAAQ,gBAAgB;IAChE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,4BAA4B;2CAA5B,4BAA4B;CAQxC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing the value section of a Fact & Figures item.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclFactFiguresValueComponent extends ECLBaseDirective {
|
|
7
|
+
/**
|
|
8
|
+
* Applies the base class `ecl-fact-figures__value` to the host element.
|
|
9
|
+
*/
|
|
4
10
|
get cssClasses(): string;
|
|
5
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresValueComponent, never>;
|
|
6
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresValueComponent, "ecl-fact-figures-value", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures-value.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-value.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures-value.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-value.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAYa,4BAA6B,SAAQ,gBAAgB;IAChE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPU,4BAA4B;2CAA5B,4BAA4B;CAQxC"}
|
|
@@ -2,9 +2,24 @@ import { AfterContentInit } from '@angular/core';
|
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import { EclLinkDirective } from '@eui/ecl/components/ecl-link';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component representing the "View all" section in a Fact & Figures block.
|
|
7
|
+
* Used to display a link that allows users to view additional content.
|
|
8
|
+
*/
|
|
5
9
|
export declare class EclFactFiguresViewAllComponent extends ECLBaseDirective implements AfterContentInit {
|
|
10
|
+
/**
|
|
11
|
+
* Applies the base class `ecl-fact-figures__view-all` to the host element.
|
|
12
|
+
*/
|
|
6
13
|
get cssClasses(): string;
|
|
14
|
+
/**
|
|
15
|
+
* Reference to the projected link directive inside the component.
|
|
16
|
+
* Automatically decorated with a specific class upon initialization.
|
|
17
|
+
*/
|
|
7
18
|
eclLink: EclLinkDirective;
|
|
19
|
+
/**
|
|
20
|
+
* Adds the `ecl-fact-figures__view-all-link` class to the projected link.
|
|
21
|
+
* This ensures consistent styling within the view-all section.
|
|
22
|
+
*/
|
|
8
23
|
ngAfterContentInit(): void;
|
|
9
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresViewAllComponent, never>;
|
|
10
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresViewAllComponent, "ecl-fact-figures-view-all", never, {}, {}, ["eclLink"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures-view-all.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-view-all.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAwC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures-view-all.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures-view-all.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAwC,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;;AAEhE;;;GAGG;AACH,qBAYa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;IAC9F;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IAC6B,OAAO,EAAE,gBAAgB,CAAC;IAE1D;;;OAGG;IACH,kBAAkB,IAAI,IAAI;yCAnBf,8BAA8B;2CAA9B,8BAA8B;CAwB1C"}
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Main component for displaying a collection of fact and figure items
|
|
5
|
+
* in a responsive, styled grid layout.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclFactFiguresComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Sets the CSS classes for the component, including layout and font size modifiers.
|
|
10
|
+
* Automatically adds:
|
|
11
|
+
* - `ecl-fact-figures--font-m` when `fontSize` is `'m'`
|
|
12
|
+
* - `ecl-fact-figures--col-{n}` depending on the `columns` value
|
|
13
|
+
*/
|
|
4
14
|
get cssClasses(): string;
|
|
15
|
+
/**
|
|
16
|
+
* Number of columns in the layout (as string).
|
|
17
|
+
* Default is `'3'`.
|
|
18
|
+
*/
|
|
5
19
|
columns: string;
|
|
20
|
+
/**
|
|
21
|
+
* Font size variant. Can be:
|
|
22
|
+
* - `'m'` – medium (smaller text)
|
|
23
|
+
* - `'l'` – large (default)
|
|
24
|
+
*/
|
|
6
25
|
fontSize: 'm' | 'l';
|
|
26
|
+
/**
|
|
27
|
+
* Whether the content should be centered.
|
|
28
|
+
* Adds `ecl-fact-figures--centered` class when true.
|
|
29
|
+
*/
|
|
7
30
|
isCentered: boolean;
|
|
8
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclFactFiguresComponent, never>;
|
|
9
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclFactFiguresComponent, "ecl-fact-figures", never, { "columns": { "alias": "columns"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "isCentered": { "alias": "isCentered"; "required": false; }; }, {}, never, ["*", "ecl-fact-figures-view-all"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-fact-figures.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-fact-figures.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-fact-figures/ecl-fact-figures.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAYa,uBAAwB,SAAQ,gBAAgB;IAC3D;;;;;OAKG;IACH,IACI,UAAU,IAAI,MAAM,CAIvB;IAED;;;OAGG;IACM,OAAO,SAAO;IAEvB;;;;OAIG;IACM,QAAQ,EAAE,GAAG,GAAG,GAAG,CAAO;IAEnC;;;OAGG;IAGH,UAAU,UAAS;yCAjCR,uBAAuB;2CAAvB,uBAAuB;yCAmC4y5c,OAAQ;CADv15c"}
|