@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
|
@@ -3,17 +3,41 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
3
3
|
import { EclAccordionToggleEvent } from './events/ecl-accordion-toggle.event';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@eui/ecl/core";
|
|
6
|
+
/**
|
|
7
|
+
* Represents an individual item within an ECL Accordion.
|
|
8
|
+
* This component allows for expand/collapse behavior and emits toggle events on interaction.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclAccordionItemComponent implements OnInit {
|
|
7
11
|
baseDirective: ECLBaseDirective;
|
|
8
12
|
private cd;
|
|
9
13
|
get cssClasses(): string;
|
|
14
|
+
/**
|
|
15
|
+
* The label for the accordion header.
|
|
16
|
+
* This value is displayed as the clickable title of the item.
|
|
17
|
+
*/
|
|
10
18
|
label: string;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the accordion item is expanded by default.
|
|
21
|
+
* Can be controlled externally.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
11
24
|
isExpanded: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Event emitted when the item is toggled (expanded/collapsed).
|
|
27
|
+
* The emitted value contains the next expanded state.
|
|
28
|
+
*/
|
|
12
29
|
toggle: EventEmitter<EclAccordionToggleEvent>;
|
|
13
30
|
contentId: string;
|
|
14
31
|
titleId: string;
|
|
15
32
|
constructor(baseDirective: ECLBaseDirective, cd: ChangeDetectorRef);
|
|
16
33
|
ngOnInit(): void;
|
|
34
|
+
/**
|
|
35
|
+
* Handles click on the accordion item header.
|
|
36
|
+
* Toggles the item and emits a toggle event.
|
|
37
|
+
* If the event is not prevented, the item's state is updated.
|
|
38
|
+
*
|
|
39
|
+
* @param evt - The mouse click event
|
|
40
|
+
*/
|
|
17
41
|
onItemClick(evt: MouseEvent): void;
|
|
18
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclAccordionItemComponent, never>;
|
|
19
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclAccordionItemComponent, "ecl-accordion-item", never, { "label": { "alias": "label"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], false, [{ directive: typeof i1.ECLBaseDirective; inputs: {}; outputs: {}; }]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-accordion-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACiC,YAAY,EAAsB,MAAM,EAC5E,iBAAiB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;;;AAE9E,qBAkBa,yBAA0B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"ecl-accordion-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACiC,YAAY,EAAsB,MAAM,EAC5E,iBAAiB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;;;AAE9E;;;GAGG;AACH,qBAkBa,yBAA0B,YAAW,MAAM;IA8BjC,aAAa,EAAE,gBAAgB;IAAE,OAAO,CAAC,EAAE;IA5B9D,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IACqC,UAAU,UAAS;IAE3D;;;OAGG;IAEO,MAAM,wCAA+C;IAE/D,SAAS,SAAM;IACf,OAAO,SAAM;gBAEM,aAAa,EAAE,gBAAgB,EAAU,EAAE,EAAE,iBAAiB;IAEjF,QAAQ,IAAI,IAAI;IAKhB;;;;;;OAMG;IACH,WAAW,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCA5CzB,yBAAyB;2CAAzB,yBAAyB;yCAuD633c,OAAQ;CAD163c"}
|
|
@@ -1,8 +1,27 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@eui/ecl/core";
|
|
4
|
+
/**
|
|
5
|
+
* Accordion component that manages the expansion and collapsing state of accordion items.
|
|
6
|
+
* Uses the `ECLBaseDirective` to apply appropriate CSS classes and manage the visual styling.
|
|
7
|
+
*
|
|
8
|
+
* @description
|
|
9
|
+
* This is the main component for the accordion container, responsible for managing the expansion
|
|
10
|
+
* of individual items within the accordion. It provides the functionality to group and organize content
|
|
11
|
+
* in expandable sections.
|
|
12
|
+
*
|
|
13
|
+
* @property {string} cssClasses - Returns a string of CSS classes applied to the host element.
|
|
14
|
+
* The main class is `ecl-accordion`, which can be extended with additional classes.
|
|
15
|
+
*/
|
|
4
16
|
export declare class EclAccordionComponent {
|
|
5
17
|
baseDirective: ECLBaseDirective;
|
|
18
|
+
/**
|
|
19
|
+
* @description
|
|
20
|
+
* Retrieves and returns the CSS classes for the component based on its current state.
|
|
21
|
+
* Uses `baseDirective` to fetch the appropriate CSS classes.
|
|
22
|
+
*
|
|
23
|
+
* @returns {string} - A string of CSS class names.
|
|
24
|
+
*/
|
|
6
25
|
get cssClasses(): string;
|
|
7
26
|
constructor(baseDirective: ECLBaseDirective);
|
|
8
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclAccordionComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-accordion.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion.component.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;;AAEjD,qBAkBa,qBAAqB;
|
|
1
|
+
{"version":3,"file":"ecl-accordion.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-accordion/ecl-accordion.component.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;;AAEjD;;;;;;;;;;;GAWG;AACH,qBAkBa,qBAAqB;IAaX,aAAa,EAAE,gBAAgB;IAZlD;;;;;;OAMG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;gBAEkB,aAAa,EAAE,gBAAgB;yCAbzC,qBAAqB;2CAArB,qBAAqB;CAcjC"}
|
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive for the main banner description container.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclBannerDescriptionDirective extends ECLBaseDirective {
|
|
4
7
|
className: string;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionDirective, never>;
|
|
6
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerDescriptionDirective, "[eclBannerDescription]", never, {}, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Directive for the textual content inside the banner description.
|
|
13
|
+
*/
|
|
8
14
|
export declare class EclBannerDescriptionTextDirective extends ECLBaseDirective {
|
|
9
15
|
className: string;
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionTextDirective, never>;
|
|
11
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerDescriptionTextDirective, "[eclBannerDescriptionText]", never, {}, {}, never, never, false, never>;
|
|
12
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* Directive for a link inside the banner description.
|
|
21
|
+
*/
|
|
13
22
|
export declare class EclBannerDescriptionLinkDirective extends ECLBaseDirective {
|
|
14
23
|
className: string;
|
|
15
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerDescriptionLinkDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-banner-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,SAAS,SAA6B;yCADnD,6BAA6B;2CAA7B,6BAA6B;CAEzC;AAED,qBAIa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAAkC;yCADxD,iCAAiC;2CAAjC,iCAAiC;CAE7C;AAED,qBAIa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAA2C;yCADjE,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
1
|
+
{"version":3,"file":"ecl-banner-description.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,SAAS,SAA6B;yCADnD,6BAA6B;2CAA7B,6BAA6B;CAEzC;AAED;;GAEG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAAkC;yCADxD,iCAAiC;2CAAjC,iCAAiC;CAE7C;AAED;;GAEG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IAC7C,SAAS,SAA2C;yCADjE,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
@@ -1,14 +1,25 @@
|
|
|
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 applied to the <picture> element within the banner.
|
|
6
|
+
* Adds the appropriate classes for styling the banner picture.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclBannerPictureDirective extends ECLBaseDirective {
|
|
5
9
|
get cssClasses(): string;
|
|
6
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerPictureDirective, never>;
|
|
7
11
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerPictureDirective, "picture[eclBannerPicture]", never, {}, {}, never, never, false, never>;
|
|
8
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Directive applied to the <img> element inside the banner.
|
|
15
|
+
* Enables class binding and exposes the element reference.
|
|
16
|
+
*/
|
|
9
17
|
export declare class EclBannerImageDirective extends ECLBaseDirective {
|
|
10
18
|
el: ElementRef;
|
|
11
19
|
className: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Reference to the host image element.
|
|
22
|
+
*/
|
|
12
23
|
constructor(el: ElementRef);
|
|
13
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerImageDirective, never>;
|
|
14
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerImageDirective, "img[eclBannerImage]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-banner-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-picture.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,gBAAgB;IAC3D,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,yBAAyB;2CAAzB,yBAAyB;CAKrC;AAED,qBAIa,uBAAwB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-banner-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-picture.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,yBAA0B,SAAQ,gBAAgB;IAC3D,IACI,UAAU,IAAI,MAAM,CAEvB;yCAJQ,yBAAyB;2CAAzB,yBAAyB;CAKrC;AAED;;;GAGG;AACH,qBAIa,uBAAwB,SAAQ,gBAAgB;IAMtC,EAAE,EAAE,UAAU;IALO,SAAS,UAAQ;IAEzD;;OAEG;gBACgB,EAAE,EAAE,UAAU;yCANxB,uBAAuB;2CAAvB,uBAAuB;CASnC"}
|
|
@@ -1,15 +1,27 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive applied to the banner title container element.
|
|
5
|
+
* Adds appropriate styling class to the host element.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclBannerTitleDirective extends ECLBaseDirective {
|
|
4
8
|
className: string;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerTitleDirective, never>;
|
|
6
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerTitleDirective, "[eclBannerTitle]", never, {}, {}, never, never, false, never>;
|
|
7
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* Directive applied to the text element within the banner title.
|
|
14
|
+
* Adds appropriate styling class to the host element.
|
|
15
|
+
*/
|
|
8
16
|
export declare class EclBannerTitleTextDirective extends ECLBaseDirective {
|
|
9
17
|
className: string;
|
|
10
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerTitleTextDirective, never>;
|
|
11
19
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerTitleTextDirective, "[eclBannerTitleText]", never, {}, {}, never, never, false, never>;
|
|
12
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* Directive applied to the link element within the banner title.
|
|
23
|
+
* Adds appropriate link styling classes to the host element.
|
|
24
|
+
*/
|
|
13
25
|
export declare class EclBannerTitleLinkDirective extends ECLBaseDirective {
|
|
14
26
|
className: string;
|
|
15
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerTitleLinkDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-banner-title.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,uBAAwB,SAAQ,gBAAgB;IACnC,SAAS,SAAuB;yCAD7C,uBAAuB;2CAAvB,uBAAuB;CAEnC;AAED,qBAIa,2BAA4B,SAAQ,gBAAgB;IACvC,SAAS,SAA4B;yCADlD,2BAA2B;2CAA3B,2BAA2B;CAEvC;AAED,qBAIa,2BAA4B,SAAQ,gBAAgB;IACvC,SAAS,SAAqC;yCAD3D,2BAA2B;2CAA3B,2BAA2B;CAEvC"}
|
|
1
|
+
{"version":3,"file":"ecl-banner-title.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,uBAAwB,SAAQ,gBAAgB;IACnC,SAAS,SAAuB;yCAD7C,uBAAuB;2CAAvB,uBAAuB;CAEnC;AAED;;;GAGG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IACvC,SAAS,SAA4B;yCADlD,2BAA2B;2CAA3B,2BAA2B;CAEvC;AAED;;;GAGG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IACvC,SAAS,SAAqC;yCAD3D,2BAA2B;2CAA3B,2BAA2B;CAEvC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
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 applied to the video element used in the banner.
|
|
6
|
+
* Adds appropriate styling classes to the host element.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclBannerVideoDirective extends ECLBaseDirective {
|
|
5
9
|
el: ElementRef;
|
|
10
|
+
/**
|
|
11
|
+
* CSS classes applied to the host video element.
|
|
12
|
+
*/
|
|
6
13
|
videoClasses: string;
|
|
14
|
+
/**
|
|
15
|
+
* Reference to the native video element.
|
|
16
|
+
*/
|
|
7
17
|
constructor(el: ElementRef);
|
|
8
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBannerVideoDirective, never>;
|
|
9
19
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBannerVideoDirective, "video[eclBannerVideo]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-banner-video.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-video.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,uBAAwB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-banner-video.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner-video.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,uBAAwB,SAAQ,gBAAgB;IAStC,EAAE,EAAE,UAAU;IARjC;;OAEG;IACmB,YAAY,SAAiC;IAEnE;;OAEG;gBACgB,EAAE,EAAE,UAAU;yCATxB,uBAAuB;2CAAvB,uBAAuB;CAYnC"}
|
|
@@ -6,17 +6,58 @@ import { EclBannerImageDirective } from './ecl-banner-picture.directive';
|
|
|
6
6
|
import { EclBannerVideoDirective } from './ecl-banner-video.directive';
|
|
7
7
|
import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
/**
|
|
10
|
+
* Component representing a banner, which can contain image, video and call-to-action (CTA) links.
|
|
11
|
+
* Allows customization of layout, alignment, and appearance through inputs.
|
|
12
|
+
*/
|
|
9
13
|
export declare class EclBannerComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
10
14
|
el: ElementRef;
|
|
11
15
|
private renderer;
|
|
12
16
|
private cdkBreakpointObserver;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the size of the banner. Affects its height-to-width aspect ratio.
|
|
19
|
+
* Allowed values: 'xs' | 's' | 'm' | 'l'.
|
|
20
|
+
* Default: 'm'.
|
|
21
|
+
*/
|
|
13
22
|
eclSize: 'xs' | 's' | 'm' | 'l' | string;
|
|
23
|
+
/**
|
|
24
|
+
* Defines the color of the font inside the banner content box.
|
|
25
|
+
* Allowed values: 'light' | 'dark'.
|
|
26
|
+
* Default: 'dark'.
|
|
27
|
+
*/
|
|
14
28
|
fontColor: 'light' | 'dark' | string;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the font size inside the banner content box.
|
|
31
|
+
* Allowed values: 'm' | 'l'.
|
|
32
|
+
* Default: 'm'.
|
|
33
|
+
*/
|
|
15
34
|
fontSize: 'm' | 'l' | string;
|
|
35
|
+
/**
|
|
36
|
+
* Defines the background color of the banner content box.
|
|
37
|
+
* Allowed values: 'none' | 'light' | 'dark'.
|
|
38
|
+
* Default: 'light'.
|
|
39
|
+
*/
|
|
16
40
|
boxBackground: 'none' | 'light' | 'dark' | string;
|
|
41
|
+
/**
|
|
42
|
+
* Sets the horizontal alignment of the content inside the banner.
|
|
43
|
+
* Allowed values: 'left' | 'center' | 'right'.
|
|
44
|
+
* Default: 'left'.
|
|
45
|
+
*/
|
|
17
46
|
horizontalAlignment: 'right' | 'left' | 'center' | string;
|
|
47
|
+
/**
|
|
48
|
+
* Sets the vertical alignment of the content inside the banner.
|
|
49
|
+
* Allowed values: 'top' | 'center' | 'bottom'.
|
|
50
|
+
* Default: 'center'.
|
|
51
|
+
*/
|
|
18
52
|
verticalAlignment: 'top' | 'center' | 'bottom' | string;
|
|
53
|
+
/**
|
|
54
|
+
* Sets the copyright text displayed in the banner.
|
|
55
|
+
*/
|
|
19
56
|
copyright: string;
|
|
57
|
+
/**
|
|
58
|
+
* When true, the banner stretches to full width of its container.
|
|
59
|
+
* Default: false.
|
|
60
|
+
*/
|
|
20
61
|
isFullWidth: boolean;
|
|
21
62
|
eclLinkComponents: QueryList<EclLinkDirective>;
|
|
22
63
|
eclBannerImage: EclBannerImageDirective;
|
|
@@ -36,12 +77,37 @@ export declare class EclBannerComponent extends ECLBaseDirective implements Afte
|
|
|
36
77
|
constructor(el: ElementRef, renderer: Renderer2, cdkBreakpointObserver: BreakpointObserver);
|
|
37
78
|
ngAfterContentInit(): void;
|
|
38
79
|
ngOnDestroy(): void;
|
|
80
|
+
/**
|
|
81
|
+
* Indicates whether the banner contains at least one call-to-action link.
|
|
82
|
+
*/
|
|
39
83
|
get hasCtaLink(): boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Indicates whether the banner contains an image.
|
|
86
|
+
*/
|
|
40
87
|
get hasImage(): boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Indicates whether the banner contains a video.
|
|
90
|
+
*/
|
|
41
91
|
get hasVideo(): boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Handles keyboard activation (Enter key) to play video.
|
|
94
|
+
* Moves focus to pause button after playing starts.
|
|
95
|
+
*/
|
|
42
96
|
onKeydownEnterPlay(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Handles keyboard activation (Enter key) to pause video.
|
|
99
|
+
* Moves focus to play button after pausing.
|
|
100
|
+
*/
|
|
43
101
|
onKeydownEnterPause(): void;
|
|
102
|
+
/**
|
|
103
|
+
* Plays the embedded banner video.
|
|
104
|
+
* Triggered via interaction (e.g., button).
|
|
105
|
+
*/
|
|
44
106
|
onVideoPlay(): void;
|
|
107
|
+
/**
|
|
108
|
+
* Pauses the embedded banner video.
|
|
109
|
+
* Triggered via interaction (e.g., button).
|
|
110
|
+
*/
|
|
45
111
|
onVideoPause(): void;
|
|
46
112
|
private observeElementSizeChanges;
|
|
47
113
|
private setBannerHeight;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-banner.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACH,gBAAgB,EAIhB,UAAU,EAGV,SAAS,EACT,SAAS,EACT,SAAS,EAKZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AASpE,qBAKa,kBAAmB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-banner.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-banner/ecl-banner.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACH,gBAAgB,EAIhB,UAAU,EAGV,SAAS,EACT,SAAS,EACT,SAAS,EAKZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AASpE;;;GAGG;AACH,qBAKa,kBAAmB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;IAwFxE,EAAE,EAAE,UAAU;IAAE,OAAO,CAAC,QAAQ;IAAa,OAAO,CAAC,qBAAqB;IAtF7F;;;;OAIG;IACM,OAAO,EAAE,IAAI,GAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,MAAM,CAAO;IAEvD;;;;OAIG;IACM,SAAS,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAU;IAEvD;;;;OAIG;IACM,QAAQ,EAAE,GAAG,GAAG,GAAG,GAAG,MAAM,CAAO;IAE5C;;;;OAIG;IACM,aAAa,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAW;IAErE;;;;OAIG;IACM,mBAAmB,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAU;IAE5E;;;;OAIG;IACM,iBAAiB,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAY;IAE5E;;OAEG;IACM,SAAS,SAAM;IAExB;;;OAGG;IACqC,WAAW,UAAS;IAEP,iBAAiB,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC7D,cAAc,EAAE,uBAAuB,CAAC;IACxC,cAAc,EAAE,uBAAuB,CAAC;IAEpD,YAAY,EAAE,UAAU,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC;IACpC,OAAO,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,EAAE,kBAAkB,CAAC;IAEJ,kBAAkB,MAAQ;IAC1E,IACI,UAAU,IAAI,MAAM,CAavB;IAED,SAAS,UAAS;IAClB,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAM;IACrC,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,WAAW,CAAK;IACxB,OAAO,CAAC,kBAAkB,CAAQ;IAClC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAO;gBAErB,EAAE,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS,EAAU,qBAAqB,EAAE,kBAAkB;IAQjH,kBAAkB,IAAI,IAAI;IAsB1B,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;;OAGG;IACH,kBAAkB,IAAI,IAAI;IAK1B;;;OAGG;IACH,mBAAmB,IAAI,IAAI;IAK3B;;;OAGG;IACH,WAAW,IAAI,IAAI;IAKnB;;;OAGG;IACH,YAAY,IAAI,IAAI;IAKpB,OAAO,CAAC,yBAAyB;IAajC,OAAO,CAAC,eAAe;IAwBvB,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,eAAe;IAiBvB,OAAO,CAAC,wBAAwB;yCA9PvB,kBAAkB;2CAAlB,kBAAkB;0CA6Qqtoc,OAAQ;CAD3voc"}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive for the picture element inside the ECL Blockquote.
|
|
5
|
+
* Automatically applies the `ecl-picture` and `ecl-blockquote__picture` CSS classes.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclBlockquotePictureDirective extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Returns the CSS classes to apply for the blockquote picture element.
|
|
10
|
+
*/
|
|
4
11
|
get cssClasses(): string;
|
|
5
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBlockquotePictureDirective, never>;
|
|
6
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBlockquotePictureDirective, "picture[eclBlockquotePicture]", never, {}, {}, never, never, false, never>;
|
|
7
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Directive for the image inside the ECL Blockquote.
|
|
17
|
+
* Automatically applies the `ecl-blockquote__image` CSS class.
|
|
18
|
+
*/
|
|
8
19
|
export declare class EclBlockquoteImageDirective extends ECLBaseDirective {
|
|
20
|
+
/**
|
|
21
|
+
* Returns the CSS classes to apply for the blockquote image element.
|
|
22
|
+
*/
|
|
9
23
|
get cssClasses(): string;
|
|
10
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBlockquoteImageDirective, never>;
|
|
11
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclBlockquoteImageDirective, "img[eclBlockquoteImage]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-blockquote-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-blockquote/ecl-blockquote-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,6BAA8B,SAAQ,gBAAgB;IAC/D,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-blockquote-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-blockquote/ecl-blockquote-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IAC/D;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,6BAA6B;2CAA7B,6BAA6B;CAQzC;AAED;;;GAGG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IAC7D;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,2BAA2B;2CAA3B,2BAA2B;CAQvC"}
|
|
@@ -2,17 +2,46 @@ import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
|
2
2
|
import { I18nService } from '@eui/core';
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Blockquote component based on the ECL design system.
|
|
7
|
+
* Displays quoted text with an optional author.
|
|
8
|
+
* Supports language awareness through the I18n service.
|
|
9
|
+
*/
|
|
5
10
|
export declare class EclBlockquoteComponent extends ECLBaseDirective implements OnInit, OnDestroy {
|
|
6
11
|
protected i18nService: I18nService;
|
|
7
12
|
private cd;
|
|
13
|
+
/**
|
|
14
|
+
* Author name associated with the quoted content.
|
|
15
|
+
* If provided, it will be displayed below the blockquote.
|
|
16
|
+
*/
|
|
8
17
|
author: string;
|
|
18
|
+
/**
|
|
19
|
+
* Applies the CSS classes for the blockquote element.
|
|
20
|
+
*/
|
|
9
21
|
get cssClasses(): string;
|
|
22
|
+
/**
|
|
23
|
+
* Current active language code, retrieved from the I18n service.
|
|
24
|
+
*/
|
|
10
25
|
languageCode: string;
|
|
11
26
|
private destroy$;
|
|
12
27
|
constructor(i18nService: I18nService, cd: ChangeDetectorRef);
|
|
28
|
+
/**
|
|
29
|
+
* Angular lifecycle hook.
|
|
30
|
+
* Subscribes to language change events on component initialization.
|
|
31
|
+
*/
|
|
13
32
|
ngOnInit(): void;
|
|
33
|
+
/**
|
|
34
|
+
* Angular lifecycle hook.
|
|
35
|
+
* Cleans up subscriptions on component destruction.
|
|
36
|
+
*/
|
|
14
37
|
ngOnDestroy(): void;
|
|
38
|
+
/**
|
|
39
|
+
* Checks if an author is provided.
|
|
40
|
+
*/
|
|
15
41
|
get hasAuthor(): boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Handles updates to the language code when the I18n service state changes.
|
|
44
|
+
*/
|
|
16
45
|
private handleLanguageChangeState;
|
|
17
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclBlockquoteComponent, never>;
|
|
18
47
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclBlockquoteComponent, "[eclBlockquote]", never, { "author": { "alias": "author"; "required": false; }; }, {}, never, ["picture[eclBlockquotePicture]", "*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-blockquote.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-blockquote/ecl-blockquote.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecl-blockquote.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-blockquote/ecl-blockquote.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EACN,SAAS,EACT,iBAAiB,EACpB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAQa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAsBzE,SAAS,CAAC,WAAW,EAAE,WAAW;IAAE,OAAO,CAAC,EAAE;IArB1D;;;OAGG;IACM,MAAM,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACH,YAAY,SAAQ;IAEpB,OAAO,CAAC,QAAQ,CAA4C;gBAEtC,WAAW,EAAE,WAAW,EAAU,EAAE,EAAE,iBAAiB;IAI7E;;;OAGG;IACH,QAAQ,IAAI,IAAI;IAIhB;;;OAGG;IACH,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACH,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED;;OAEG;IACH,OAAO,CAAC,yBAAyB;yCArDxB,sBAAsB;2CAAtB,sBAAsB;CA2DlC"}
|
|
@@ -1,16 +1,37 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive for labeling content inside the ECL Button.
|
|
5
|
+
* Automatically applies the `ecl-button__label` CSS class.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclButtonLabelDirective extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Returns the CSS classes to apply for the button label.
|
|
10
|
+
*/
|
|
4
11
|
get cssClasses(): string;
|
|
5
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclButtonLabelDirective, never>;
|
|
6
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclButtonLabelDirective, "[eclButtonLabel]", never, {}, {}, never, never, false, never>;
|
|
7
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Directive for indicating special content inside the ECL Button.
|
|
17
|
+
* Automatically applies the `ecl-indicator` CSS class.
|
|
18
|
+
*/
|
|
8
19
|
export declare class EclIndicatorDirective {
|
|
20
|
+
/**
|
|
21
|
+
* Applies the `ecl-indicator` CSS class.
|
|
22
|
+
*/
|
|
9
23
|
hasClass: boolean;
|
|
10
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclIndicatorDirective, never>;
|
|
11
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclIndicatorDirective, "[eclIndicator]", never, {}, {}, never, never, false, never>;
|
|
12
26
|
}
|
|
27
|
+
/**
|
|
28
|
+
* Directive for the icon container inside the ECL Button.
|
|
29
|
+
* Automatically applies the `ecl-button__icon-container` CSS class.
|
|
30
|
+
*/
|
|
13
31
|
export declare class EclButtonIconContainerDirective {
|
|
32
|
+
/**
|
|
33
|
+
* Applies the `ecl-button__icon-container` CSS class.
|
|
34
|
+
*/
|
|
14
35
|
hasClass: boolean;
|
|
15
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclButtonIconContainerDirective, never>;
|
|
16
37
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclButtonIconContainerDirective, "[eclButtonIconContainer]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-button-label.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-button/ecl-button-label.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,uBAAwB,SAAQ,gBAAgB;IACzD,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-button-label.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-button/ecl-button-label.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,uBAAwB,SAAQ,gBAAgB;IACzD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,uBAAuB;2CAAvB,uBAAuB;CAQnC;AAED;;;GAGG;AACH,qBAIa,qBAAqB;IAC9B;;OAEG;IACiC,QAAQ,UAAQ;yCAJ3C,qBAAqB;2CAArB,qBAAqB;CAKjC;AAED;;;GAGG;AACH,qBAIa,+BAA+B;IACxC;;OAEG;IAC8C,QAAQ,UAAQ;yCAJxD,+BAA+B;2CAA/B,+BAA+B;CAK3C"}
|
|
@@ -3,18 +3,61 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
3
3
|
import { EclIconComponent } from '@eui/ecl/components/ecl-icon';
|
|
4
4
|
import { EclIndicatorDirective } from './ecl-button-label.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Button component based on ECL design system.
|
|
8
|
+
* Can render as a `<button>` or `<a>` element depending on usage.
|
|
9
|
+
* Supports multiple visual variants and optional icon/indicator content.
|
|
10
|
+
*/
|
|
6
11
|
export declare class EclButtonComponent extends ECLBaseDirective implements AfterViewInit {
|
|
7
12
|
el: ElementRef;
|
|
13
|
+
/**
|
|
14
|
+
* Whether the button should be styled as icon-only.
|
|
15
|
+
* When true, the `ecl-button--icon-only` class is applied.
|
|
16
|
+
*/
|
|
8
17
|
isIconOnly: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Visual variant of the button.
|
|
20
|
+
* Can be 'primary', 'secondary', 'tertiary', 'cta', 'ghost', or 'ghost-inverted'.
|
|
21
|
+
* Defaults to 'primary'.
|
|
22
|
+
*/
|
|
9
23
|
variant: 'primary' | 'secondary' | 'tertiary' | 'cta' | 'ghost' | 'ghost-inverted';
|
|
24
|
+
/**
|
|
25
|
+
* Optional additional class to apply to the button container.
|
|
26
|
+
*/
|
|
10
27
|
containerStyleClass: string;
|
|
28
|
+
/**
|
|
29
|
+
* List of projected icon components inside the button.
|
|
30
|
+
* Used internally to detect presence of icons.
|
|
31
|
+
*/
|
|
11
32
|
iconComponents: QueryList<EclIconComponent>;
|
|
33
|
+
/**
|
|
34
|
+
* Projected indicator element inside the button (e.g., for loading or notification).
|
|
35
|
+
* Used internally to detect its presence.
|
|
36
|
+
*/
|
|
12
37
|
indicator: EclIndicatorDirective;
|
|
38
|
+
/**
|
|
39
|
+
* Computes the full set of CSS classes to apply to the button element.
|
|
40
|
+
*/
|
|
13
41
|
get cssClasses(): string;
|
|
42
|
+
/**
|
|
43
|
+
* Indicates whether the button contains an icon.
|
|
44
|
+
* Used internally for styling logic.
|
|
45
|
+
*/
|
|
14
46
|
get hasIcon(): boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Indicates whether the button contains an indicator element.
|
|
49
|
+
* Used internally for styling logic.
|
|
50
|
+
*/
|
|
15
51
|
get hasIndicator(): boolean;
|
|
16
52
|
constructor(el: ElementRef);
|
|
53
|
+
/**
|
|
54
|
+
* Lifecycle hook triggered after content is projected.
|
|
55
|
+
* Assigns a button-specific class to projected icon components.
|
|
56
|
+
*/
|
|
17
57
|
ngAfterViewInit(): void;
|
|
58
|
+
/**
|
|
59
|
+
* Manually focuses the button element.
|
|
60
|
+
*/
|
|
18
61
|
onFocus(): void;
|
|
19
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclButtonComponent, never>;
|
|
20
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclButtonComponent, "button[eclButton], button[ecl-button], a[eclButton]", never, { "isIconOnly": { "alias": "isIconOnly"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "containerStyleClass": { "alias": "containerStyleClass"; "required": false; }; }, {}, ["indicator", "iconComponents"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-button.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-button/ecl-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecl-button.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-button/ecl-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,UAAU,EAIV,SAAS,EACT,aAAa,EAEhB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;;AAErE;;;;GAIG;AACH,qBAMa,kBAAmB,SAAQ,gBAAiB,YAAW,aAAa;IAyD1D,EAAE,EAAE,UAAU;IAvDjC;;;OAGG;IACqC,UAAU,UAAS;IAE3D;;;;OAIG;IACM,OAAO,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,gBAAgB,CAAa;IAExG;;OAEG;IACM,mBAAmB,EAAE,MAAM,CAAC;IAErC;;;OAGG;IACkD,cAAc,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAEjG;;;OAGG;IACoD,SAAS,EAAE,qBAAqB,CAAC;IAExF;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAGvB;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;OAGG;IACH,IAAI,YAAY,IAAI,OAAO,CAE1B;gBAEkB,EAAE,EAAE,UAAU;IAIjC;;;OAGG;IACH,eAAe,IAAI,IAAI;IAUvB;;OAEG;IACH,OAAO,IAAI,IAAI;yCA9EN,kBAAkB;2CAAlB,kBAAkB;yCAkFqi2c,OAAQ;CAD3k2c"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Card body component based on the ECL design system.
|
|
5
|
+
* Provides a wrapper for the main content area of the card.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclCardBodyComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Computes and returns the CSS class string for the card body element.
|
|
10
|
+
*/
|
|
4
11
|
get cssClasses(): string;
|
|
5
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclCardBodyComponent, never>;
|
|
6
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclCardBodyComponent, "ecl-card-body", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-card-body.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAYa,oBAAqB,SAAQ,gBAAgB;IACtD,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-card-body.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAYa,oBAAqB,SAAQ,gBAAgB;IACtD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,oBAAoB;2CAApB,oBAAoB;CAQhC"}
|
|
@@ -1,15 +1,32 @@
|
|
|
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 for the picture element used in ECL Card.
|
|
6
|
+
* Applies required ECL CSS classes and optionally enables zoom effect.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclCardPictureDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Returns the set of CSS classes to apply to the picture element.
|
|
11
|
+
*/
|
|
5
12
|
get cssClasses(): string;
|
|
13
|
+
/**
|
|
14
|
+
* When true, adds the `ecl-picture--zoom` class to enable zoom styling.
|
|
15
|
+
*/
|
|
6
16
|
hasZoom: boolean;
|
|
7
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclCardPictureDirective, never>;
|
|
8
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclCardPictureDirective, "picture[eclCardPicture]", never, { "hasZoom": { "alias": "hasZoom"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
19
|
static ngAcceptInputType_hasZoom: unknown;
|
|
10
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* Directive for the image element used in ECL Card.
|
|
23
|
+
* Applies the ECL-specific image class for card usage.
|
|
24
|
+
*/
|
|
11
25
|
export declare class EclCardImageDirective extends ECLBaseDirective {
|
|
12
26
|
el: ElementRef;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the CSS classes to apply to the image element.
|
|
29
|
+
*/
|
|
13
30
|
get cssClasses(): string;
|
|
14
31
|
constructor(el: ElementRef);
|
|
15
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclCardImageDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-card-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card-picture.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAA2B,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,uBAAwB,SAAQ,gBAAgB;IACzD,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-card-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card-picture.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAA2B,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,uBAAwB,SAAQ,gBAAgB;IACzD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IAC6E,OAAO,UAAS;yCAZvF,uBAAuB;2CAAvB,uBAAuB;sCAoCi55c,OAAQ;CAvB575c;AAED;;;GAGG;AACH,qBAIa,qBAAsB,SAAQ,gBAAgB;IASpC,EAAE,EAAE,UAAU;IARjC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;gBAEkB,EAAE,EAAE,UAAU;yCATxB,qBAAqB;2CAArB,qBAAqB;CAYjC"}
|
|
@@ -3,15 +3,42 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
3
3
|
import { EclContentBlockComponent, EclContentBlockTitleDirective } from '@eui/ecl/components/ecl-content-block';
|
|
4
4
|
import { EclCardImageDirective } from './ecl-card-picture.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Card component based on the ECL design system.
|
|
8
|
+
* Combines image, title, and content block areas into a unified card layout.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclCardComponent extends ECLBaseDirective implements AfterViewInit {
|
|
7
11
|
private renderer;
|
|
12
|
+
/**
|
|
13
|
+
* Sets the ARIA role for the card.
|
|
14
|
+
*/
|
|
8
15
|
role: string;
|
|
16
|
+
/**
|
|
17
|
+
* Computes and returns the CSS class string for the card container.
|
|
18
|
+
*/
|
|
9
19
|
get cssClasses(): string;
|
|
20
|
+
/**
|
|
21
|
+
* Projected ECL content block inside the card.
|
|
22
|
+
*/
|
|
10
23
|
eclContentBlock: EclContentBlockComponent;
|
|
24
|
+
/**
|
|
25
|
+
* Projected content block title directive inside the card.
|
|
26
|
+
*/
|
|
11
27
|
eclContentBlockTitle: EclContentBlockTitleDirective;
|
|
28
|
+
/**
|
|
29
|
+
* Projected image directive inside the card.
|
|
30
|
+
*/
|
|
12
31
|
eclCardImage: EclCardImageDirective;
|
|
13
32
|
constructor(renderer: Renderer2);
|
|
33
|
+
/**
|
|
34
|
+
* Lifecycle hook triggered after view initialization.
|
|
35
|
+
* Applies additional styling and attaches interaction between image and title link.
|
|
36
|
+
*/
|
|
14
37
|
ngAfterViewInit(): void;
|
|
38
|
+
/**
|
|
39
|
+
* Adds a click listener to the projected image element.
|
|
40
|
+
* When clicked, triggers the title link click handler if available.
|
|
41
|
+
*/
|
|
15
42
|
private attachClickEventToImage;
|
|
16
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclCardComponent, never>;
|
|
17
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclCardComponent, "ecl-card", never, {}, {}, ["eclContentBlock", "eclContentBlockTitle", "eclCardImage"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-card.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,SAAS,EAAE,aAAa,EAAc,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAChH,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;;AAErE,qBAYa,gBAAiB,SAAQ,gBAAiB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"ecl-card.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-card/ecl-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,SAAS,EAAE,aAAa,EAAc,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAChH,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;;AAErE;;;GAGG;AACH,qBAYa,gBAAiB,SAAQ,gBAAiB,YAAW,aAAa;IA6B/D,OAAO,CAAC,QAAQ;IA5B5B;;OAEG;IACuB,IAAI,SAAa;IAE3C;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IAC8E,eAAe,EAAE,wBAAwB,CAAC;IAE3H;;OAEG;IACmF,oBAAoB,EAAE,6BAA6B,CAAC;IAE1I;;OAEG;IAC2E,YAAY,EAAE,qBAAqB,CAAC;gBAE9F,QAAQ,EAAE,SAAS;IAIvC;;;OAGG;IACH,eAAe,IAAI,IAAI;IAQvB;;;OAGG;IACH,OAAO,CAAC,uBAAuB;yCAjDtB,gBAAgB;2CAAhB,gBAAgB;CA2D5B"}
|