@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,6 +1,14 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive representing an icon within an ECL illustration list item.
|
|
5
|
+
*
|
|
6
|
+
* Applies the correct ECL class for list item icons.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclListIllustrationIconDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Applies the ECL class for illustration item icons.
|
|
11
|
+
*/
|
|
4
12
|
className: boolean;
|
|
5
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclListIllustrationIconDirective, never>;
|
|
6
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclListIllustrationIconDirective, "[eclListIllustrationIcon]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-list-illustration-icon.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-icon.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,gCAAiC,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-list-illustration-icon.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-icon.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,gCAAiC,SAAQ,gBAAgB;IAClE;;OAEG;IAC+C,SAAS,UAAQ;yCAJ1D,gCAAgC;2CAAhC,gCAAgC;CAK5C"}
|
|
@@ -2,13 +2,36 @@ import { QueryList } from '@angular/core';
|
|
|
2
2
|
import { EclListIllustrationIconDirective } from './ecl-list-illustration-icon.directive';
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component representing a single item in an ECL illustration list.
|
|
7
|
+
*
|
|
8
|
+
* Displays optional title, value, and one or more illustration icons.
|
|
9
|
+
*/
|
|
5
10
|
export declare class EclListIllustrationItemComponent extends ECLBaseDirective {
|
|
11
|
+
/**
|
|
12
|
+
* Text displayed as the item title.
|
|
13
|
+
*/
|
|
6
14
|
eclTitle: string;
|
|
15
|
+
/**
|
|
16
|
+
* Text displayed as the item value.
|
|
17
|
+
*/
|
|
7
18
|
eclValue: string;
|
|
19
|
+
/**
|
|
20
|
+
* Applies ARIA role for list items.
|
|
21
|
+
*/
|
|
8
22
|
role: string;
|
|
23
|
+
/**
|
|
24
|
+
* Applies ECL class for illustration list item.
|
|
25
|
+
*/
|
|
9
26
|
className: boolean;
|
|
10
27
|
eclIllustrationIcons: QueryList<EclListIllustrationIconDirective>;
|
|
28
|
+
/**
|
|
29
|
+
* Returns `true` if the item has a title or any projected icons.
|
|
30
|
+
*/
|
|
11
31
|
get hasTitle(): boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Returns `true` if the item has a value.
|
|
34
|
+
*/
|
|
12
35
|
get hasValue(): boolean;
|
|
13
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclListIllustrationItemComponent, never>;
|
|
14
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclListIllustrationItemComponent, "ecl-list-illustration-item", never, { "eclTitle": { "alias": "eclTitle"; "required": false; }; "eclValue": { "alias": "eclValue"; "required": false; }; }, {}, ["eclIllustrationIcons"], ["[eclListIllustrationImage],[eclListIllustrationPicture]", "[eclListIllustrationIcon]", "*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-list-illustration-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecl-list-illustration-item.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAKa,gCAAiC,SAAQ,gBAAgB;IAClE;;OAEG;IACM,QAAQ,SAAM;IAEvB;;OAEG;IACM,QAAQ,SAAM;IAEvB;;OAEG;IACuB,IAAI,SAAc;IAE5C;;OAEG;IAC+C,SAAS,UAAQ;IAGnE,oBAAoB,EAAE,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAElE;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;yCApCQ,gCAAgC;2CAAhC,gCAAgC;CAqC5C"}
|
|
@@ -1,13 +1,36 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive applied to `<picture>` elements within ECL list illustrations.
|
|
5
|
+
*
|
|
6
|
+
* Adds the necessary ECL CSS classes for illustration pictures.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclListIllustrationPictureDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Applies the base ECL picture classes for list illustration pictures.
|
|
11
|
+
*/
|
|
4
12
|
get cssClasses(): string;
|
|
5
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclListIllustrationPictureDirective, never>;
|
|
6
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclListIllustrationPictureDirective, "picture[eclListIllustrationPicture]", never, {}, {}, never, never, false, never>;
|
|
7
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* Directive applied to `<img>` elements within ECL list illustrations.
|
|
18
|
+
*
|
|
19
|
+
* Supports square variant and size options for image styling.
|
|
20
|
+
*/
|
|
8
21
|
export declare class EclListIllustrationImageDirective extends ECLBaseDirective {
|
|
22
|
+
/**
|
|
23
|
+
* If true, image is styled with square dimensions.
|
|
24
|
+
*/
|
|
9
25
|
isSquare: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Defines the size variant of the image.
|
|
28
|
+
* Possible values: `'s'`, `'m'`, `'l'`.
|
|
29
|
+
*/
|
|
10
30
|
size: 's' | 'm' | 'l';
|
|
31
|
+
/**
|
|
32
|
+
* Computes the appropriate ECL CSS classes for the image.
|
|
33
|
+
*/
|
|
11
34
|
get cssClasses(): string;
|
|
12
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclListIllustrationImageDirective, never>;
|
|
13
36
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclListIllustrationImageDirective, "img[eclListIllustrationImage]", never, { "isSquare": { "alias": "isSquare"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-list-illustration-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,mCAAoC,SAAQ,gBAAgB;IACrE,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-list-illustration-picture.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,mCAAoC,SAAQ,gBAAgB;IACrE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,mCAAmC;2CAAnC,mCAAmC;CAQ/C;AAED;;;;GAIG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IACnE;;OAEG;IACqC,QAAQ,UAAS;IAEzD;;;OAGG;IACM,IAAI,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAO;IAErC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAQvB;yCAxBQ,iCAAiC;2CAAjC,iCAAiC;uCA0Bmj5c,OAAQ;CADxm5c"}
|
|
@@ -1,13 +1,39 @@
|
|
|
1
1
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component representing a list using ECL illustration styles.
|
|
6
|
+
*
|
|
7
|
+
* Supports zebra styling, responsive horizontal layout, and font size options.
|
|
8
|
+
*/
|
|
4
9
|
export declare class EclListIllustrationComponent extends ECLBaseDirective {
|
|
5
10
|
private cdkBreakpointObserver;
|
|
11
|
+
/**
|
|
12
|
+
* Enables zebra style (alternating background colors for list items).
|
|
13
|
+
*/
|
|
6
14
|
isZebra: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Number of horizontal columns. If greater than `0`, items are displayed in a grid layout.
|
|
17
|
+
*/
|
|
7
18
|
horizontalColumns: number;
|
|
19
|
+
/**
|
|
20
|
+
* Font size for list content.
|
|
21
|
+
* Possible values:
|
|
22
|
+
* - `'m'` – medium
|
|
23
|
+
* - `'l'` – large (default)
|
|
24
|
+
*/
|
|
8
25
|
fontSize: 'm' | 'l';
|
|
26
|
+
/**
|
|
27
|
+
* Applies ARIA role for list elements.
|
|
28
|
+
*/
|
|
9
29
|
role: string;
|
|
30
|
+
/**
|
|
31
|
+
* Applies the appropriate ECL CSS classes to the host element.
|
|
32
|
+
*/
|
|
10
33
|
get cssClasses(): string;
|
|
34
|
+
/**
|
|
35
|
+
* Controls `display` style of the host element based on breakpoint and column count.
|
|
36
|
+
*/
|
|
11
37
|
get elementDisplayStyle(): string | null;
|
|
12
38
|
private isTabletBreakpoint;
|
|
13
39
|
constructor(cdkBreakpointObserver: BreakpointObserver);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-list-illustration.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,4BAA6B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-list-illustration.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-list-illustration/ecl-list-illustration.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAKa,4BAA6B,SAAQ,gBAAgB;IAqDlD,OAAO,CAAC,qBAAqB;IApDzC;;OAEG;IACqC,OAAO,UAAS;IAExD;;OAEG;IACoC,iBAAiB,SAAK;IAE7D;;;;;OAKG;IACM,QAAQ,EAAE,GAAG,GAAG,GAAG,CAAO;IAEnC;;OAEG;IACuB,IAAI,SAAU;IAExC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CASvB;IAED;;OAEG;IACH,IACI,mBAAmB,IAAI,MAAM,GAAG,IAAI,CAMvC;IAED,OAAO,CAAC,kBAAkB,CAAS;gBAEf,qBAAqB,EAAE,kBAAkB;IAO7D,OAAO,CAAC,wBAAwB;yCA5DvB,4BAA4B;2CAA5B,4BAA4B;sCAoEww3c,OAAQ;gDAA8Z,OAAQ;CAD9t4c"}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Directive for styling the label text of an ECL loading indicator.
|
|
4
|
+
*
|
|
5
|
+
* Adds the `ecl-spinner__text` class to the host element.
|
|
6
|
+
*/
|
|
2
7
|
export declare class EclLoadingIndicatorLabelDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Applies the ECL class for spinner label text.
|
|
10
|
+
*/
|
|
3
11
|
className: boolean;
|
|
4
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclLoadingIndicatorLabelDirective, never>;
|
|
5
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclLoadingIndicatorLabelDirective, "[eclLoadingIndicatorLabel]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-loading-indicator-label.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator-label.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,iCAAiC;
|
|
1
|
+
{"version":3,"file":"ecl-loading-indicator-label.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator-label.directive.ts"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,qBAIa,iCAAiC;IAC1C;;OAEG;IACqC,SAAS,UAAQ;yCAJhD,iCAAiC;2CAAjC,iCAAiC;CAK7C"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive that adds an overlay layer to an ECL loading indicator.
|
|
5
|
+
*
|
|
6
|
+
* Automatically applies the ECL spinner overlay classes.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclLoadingIndicatorOverlayDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Applies the CSS classes for the spinner overlay.
|
|
11
|
+
*/
|
|
4
12
|
get cssClasses(): string;
|
|
5
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclLoadingIndicatorOverlayDirective, never>;
|
|
6
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclLoadingIndicatorOverlayDirective, "[eclLoadingIndicatorOverlay]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-loading-indicator-overlay.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,mCAAoC,SAAQ,gBAAgB;IACrE,IACI,UAAU,IAAI,MAAM,CAEvB;
|
|
1
|
+
{"version":3,"file":"ecl-loading-indicator-overlay.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,mCAAoC,SAAQ,gBAAgB;IACrE;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAPQ,mCAAmC;2CAAnC,mCAAmC;CAQ/C"}
|
|
@@ -1,12 +1,50 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing a loading indicator (spinner) using ECL styles.
|
|
5
|
+
*
|
|
6
|
+
* Supports different sizes, color variants, centering and visibility options.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclLoadingIndicatorComponent extends ECLBaseDirective {
|
|
4
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Size of the spinner.
|
|
11
|
+
*
|
|
12
|
+
* Possible values:
|
|
13
|
+
* - `'s'` – small
|
|
14
|
+
* - `'m'` – medium (default)
|
|
15
|
+
* - `'l'` – large
|
|
16
|
+
*/
|
|
5
17
|
size: 's' | 'm' | 'l';
|
|
18
|
+
/**
|
|
19
|
+
* Variant of the spinner color.
|
|
20
|
+
*
|
|
21
|
+
* Possible values:
|
|
22
|
+
* - `'primary'` – default appearance
|
|
23
|
+
* - `'inverted'` – used on dark backgrounds
|
|
24
|
+
*/
|
|
6
25
|
variant: 'primary' | 'inverted';
|
|
26
|
+
/**
|
|
27
|
+
* Controls whether the spinner should be centered.
|
|
28
|
+
*
|
|
29
|
+
* Defaults to `true`.
|
|
30
|
+
*/
|
|
7
31
|
isCentered: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Controls visibility of the spinner.
|
|
34
|
+
*
|
|
35
|
+
* When set to `false`, the spinner will be hidden via CSS.
|
|
36
|
+
*
|
|
37
|
+
* Defaults to `true`.
|
|
38
|
+
*/
|
|
8
39
|
isVisible: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Applies ARIA role for accessibility.
|
|
42
|
+
*/
|
|
9
43
|
role: string;
|
|
44
|
+
/**
|
|
45
|
+
* Applies CSS classes based on size, variant and visibility settings.
|
|
46
|
+
*/
|
|
47
|
+
get cssClasses(): string;
|
|
10
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclLoadingIndicatorComponent, never>;
|
|
11
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclLoadingIndicatorComponent, "ecl-loading-indicator", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "isCentered": { "alias": "isCentered"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
50
|
static ngAcceptInputType_isCentered: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-loading-indicator.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-loading-indicator.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-loading-indicator/ecl-loading-indicator.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAKa,4BAA6B,SAAQ,gBAAgB;IAC9D;;;;;;;OAOG;IACM,IAAI,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAO;IAErC;;;;;;OAMG;IACM,OAAO,EAAE,SAAS,GAAG,UAAU,CAAa;IAErD;;;;OAIG;IACqC,UAAU,UAAQ;IAE1D;;;;;;OAMG;IACqC,SAAS,UAAQ;IAEzD;;OAEG;IACuB,IAAI,SAAW;IAEzC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAUvB;yCAvDQ,4BAA4B;2CAA5B,4BAA4B;yCAyDk44c,OAAQ;wCAAR,OAAQ;CADl74c"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive for styling fixed content inside the modal body.
|
|
5
|
+
*
|
|
6
|
+
* Applies the appropriate CSS class to mark the element as fixed inside the modal body.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclModalBodyFixedContentDirective extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* Applies the `ecl-modal__body-fixed` class to the host element.
|
|
11
|
+
*/
|
|
4
12
|
className: boolean;
|
|
5
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalBodyFixedContentDirective, never>;
|
|
6
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclModalBodyFixedContentDirective, "[eclModalBodyFixedContent]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-body-fixed.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-body-fixed.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,iCAAkC,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-body-fixed.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-body-fixed.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IACnE;;OAEG;IACyC,SAAS,UAAQ;yCAJpD,iCAAiC;2CAAjC,iCAAiC;CAK7C"}
|
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Body component used inside the ECL Modal.
|
|
5
|
+
*
|
|
6
|
+
* Optionally allows scrollable content inside the modal body.
|
|
7
|
+
*/
|
|
3
8
|
export declare class EclModalBodyComponent extends ECLBaseDirective {
|
|
9
|
+
/**
|
|
10
|
+
* When true, adds a modifier class to allow scrollable content inside the modal body.
|
|
11
|
+
*/
|
|
4
12
|
isScrollable: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Applies CSS classes for the modal body and scrollable modifier if enabled.
|
|
15
|
+
*/
|
|
5
16
|
get cssClasses(): string;
|
|
6
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalBodyComponent, never>;
|
|
7
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclModalBodyComponent, "[eclModalBody]", never, { "isScrollable": { "alias": "isScrollable"; "required": false; }; }, {}, never, ["[eclModalBodyFixedContent]", "*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-body.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAMa,qBAAsB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-body.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-body.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAMa,qBAAsB,SAAQ,gBAAgB;IACvD;;OAEG;IACqC,YAAY,UAAS;IAE7D;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;yCAfQ,qBAAqB;2CAArB,qBAAqB;2CAiBwx6c,OAAQ;CADj06c"}
|
|
@@ -1,10 +1,27 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Directive that allows an element to close the modal on click.
|
|
6
|
+
*
|
|
7
|
+
* Can emit a result and indicate the role (e.g., confirm, cancel).
|
|
8
|
+
*/
|
|
4
9
|
export declare class EclModalCloseDirective<T> extends ECLBaseDirective {
|
|
10
|
+
/**
|
|
11
|
+
* Optional result value to emit when modal is closed.
|
|
12
|
+
*/
|
|
5
13
|
eclModalResult: T;
|
|
14
|
+
/**
|
|
15
|
+
* Optional role associated with the modal close action (e.g., confirm, cancel).
|
|
16
|
+
*/
|
|
6
17
|
eclModalRole: 'confirm' | 'cancel' | string;
|
|
18
|
+
/**
|
|
19
|
+
* Event emitted when the element is clicked and the modal should be closed.
|
|
20
|
+
*/
|
|
7
21
|
modalClose: EventEmitter<any>;
|
|
22
|
+
/**
|
|
23
|
+
* Handles click events and emits the `modalClose` event.
|
|
24
|
+
*/
|
|
8
25
|
onClick(evt: MouseEvent): void;
|
|
9
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalCloseDirective<any>, never>;
|
|
10
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclModalCloseDirective<any>, "[eclModalClose]", never, { "eclModalResult": { "alias": "eclModalClose"; "required": false; }; "eclModalRole": { "alias": "eclModalRole"; "required": false; }; }, { "modalClose": "modalClose"; }, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-close.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-close.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA+B,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,sBAAsB,CAAC,CAAC,CAAE,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-close.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-close.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA+B,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;GAIG;AACH,qBAIa,sBAAsB,CAAC,CAAC,CAAE,SAAQ,gBAAgB;IAC3D;;OAEG;IACqB,cAAc,EAAE,CAAC,CAAC;IAE1C;;OAEG;IACM,YAAY,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAErD;;OAEG;IACO,UAAU,oBAAsB;IAE1C;;OAEG;IAEH,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCApBrB,sBAAsB;2CAAtB,sBAAsB;CAuBlC"}
|
|
@@ -2,9 +2,25 @@ import { AfterContentInit, QueryList } from '@angular/core';
|
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Footer component used within the ECL Modal.
|
|
7
|
+
*
|
|
8
|
+
* Automatically applies styling to buttons projected into the footer.
|
|
9
|
+
*/
|
|
5
10
|
export declare class EclModalFooterComponent extends ECLBaseDirective implements AfterContentInit {
|
|
11
|
+
/**
|
|
12
|
+
* Queries all button components projected into the footer.
|
|
13
|
+
*/
|
|
6
14
|
buttonComponents: QueryList<EclButtonComponent>;
|
|
15
|
+
/**
|
|
16
|
+
* Applies the ECL CSS class for modal footer container.
|
|
17
|
+
*/
|
|
7
18
|
get cssClasses(): string;
|
|
19
|
+
/**
|
|
20
|
+
* Lifecycle hook that runs after content projection.
|
|
21
|
+
*
|
|
22
|
+
* Applies `ecl-modal__button` class to each projected button component.
|
|
23
|
+
*/
|
|
8
24
|
ngAfterContentInit(): void;
|
|
9
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalFooterComponent, never>;
|
|
10
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclModalFooterComponent, "[eclModalFooter]", never, {}, {}, ["buttonComponents"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-footer.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAuD,SAAS,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE,qBAMa,uBAAwB,SAAQ,gBAAiB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-footer.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAuD,SAAS,EAAE,MAAM,eAAe,CAAC;AACjH,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE;;;;GAIG;AACH,qBAMa,uBAAwB,SAAQ,gBAAiB,YAAW,gBAAgB;IACrF;;OAEG;IAEH,gBAAgB,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC;IAEhD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;;OAIG;IACH,kBAAkB,IAAI,IAAI;yCApBjB,uBAAuB;2CAAvB,uBAAuB;CA6BnC"}
|
|
@@ -4,14 +4,55 @@ import { EclThemeService } from '@eui/ecl/core';
|
|
|
4
4
|
import { EclModalCloseEvent } from './events';
|
|
5
5
|
import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Header component used within the ECL Modal.
|
|
9
|
+
*
|
|
10
|
+
* Displays an icon depending on the modal variant, user-defined content,
|
|
11
|
+
* and a close button that emits a close event.
|
|
12
|
+
*/
|
|
7
13
|
export declare class EclModalHeaderComponent<T = any> extends ECLBaseDirective {
|
|
8
14
|
eclThemeService: EclThemeService;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the visual variant of the modal.
|
|
17
|
+
*
|
|
18
|
+
* Determines which icon is shown in the header.
|
|
19
|
+
*
|
|
20
|
+
* Possible values:
|
|
21
|
+
* - `'information'`
|
|
22
|
+
* - `'success'`
|
|
23
|
+
* - `'warning'`
|
|
24
|
+
* - `'error'`
|
|
25
|
+
* - any other custom string (no icon will be shown)
|
|
26
|
+
*/
|
|
9
27
|
variant: 'information' | 'success' | 'warning' | 'error' | string;
|
|
28
|
+
/**
|
|
29
|
+
* Event emitted when the close button is clicked.
|
|
30
|
+
*
|
|
31
|
+
* Emits an `EclModalCloseEvent` object.
|
|
32
|
+
*/
|
|
10
33
|
modalClose: EventEmitter<EclModalCloseEvent<T>>;
|
|
34
|
+
/**
|
|
35
|
+
* Applies the ECL CSS class for modal header container.
|
|
36
|
+
*/
|
|
11
37
|
closeButton: EclButtonComponent;
|
|
12
38
|
get cssClasses(): string;
|
|
39
|
+
/**
|
|
40
|
+
* Constructs the modal header component with injected theme service.
|
|
41
|
+
*
|
|
42
|
+
* @param eclThemeService The theme service used to determine current theme settings.
|
|
43
|
+
*/
|
|
13
44
|
constructor(eclThemeService: EclThemeService);
|
|
45
|
+
/**
|
|
46
|
+
* Handles the click event on the close button.
|
|
47
|
+
*
|
|
48
|
+
* Emits a `modalClose` event with no payload.
|
|
49
|
+
*/
|
|
14
50
|
onCloseClick(): void;
|
|
51
|
+
/**
|
|
52
|
+
* Returns the name of the icon associated with the current variant.
|
|
53
|
+
*
|
|
54
|
+
* @returns The icon name, or `null` if no matching variant exists.
|
|
55
|
+
*/
|
|
15
56
|
getIcon(): 'information' | 'check-filled' | 'warning' | 'error' | null;
|
|
16
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalHeaderComponent<any>, never>;
|
|
17
58
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclModalHeaderComponent<any>, "[eclModalHeader]", never, { "variant": { "alias": "variant"; "required": false; }; }, { "modalClose": "modalClose"; }, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAyC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE,qBAOa,uBAAuB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAyC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;;AAEpE;;;;;GAKG;AACH,qBAOa,uBAAuB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAgB;IAqC/C,eAAe,EAAE,eAAe;IApCnD;;;;;;;;;;;OAWG;IACM,OAAO,EAAE,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAE3E;;;;OAIG;IACO,UAAU,sCAA6C;IAEjE;;OAEG;IACuB,WAAW,EAAE,kBAAkB,CAAC;IAE1D,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;;OAIG;gBACgB,eAAe,EAAE,eAAe;IAInD;;;;OAIG;IACH,YAAY,IAAI,IAAI;IAIpB;;;;OAIG;IACH,OAAO,IAAI,aAAa,GAAG,cAAc,GAAG,SAAS,GAAG,OAAO,GAAG,IAAI;yCAvD7D,uBAAuB;2CAAvB,uBAAuB;CAoEnC"}
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { EclModalComponent } from './ecl-modal.component';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Directive used to trigger opening of a target ECL modal on click.
|
|
6
|
+
*/
|
|
4
7
|
export declare class EclModalTriggerDirective<T = any> extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Reference to the modal component that should be opened on click.
|
|
10
|
+
*/
|
|
5
11
|
eclModalTriggerFor: EclModalComponent<T>;
|
|
12
|
+
/**
|
|
13
|
+
* Handles click event and opens the target modal.
|
|
14
|
+
*/
|
|
6
15
|
onClick(evt: MouseEvent): void;
|
|
7
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalTriggerDirective<any>, never>;
|
|
8
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclModalTriggerDirective<any>, "[eclModalTriggerFor]", never, { "eclModalTriggerFor": { "alias": "eclModalTriggerFor"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal-trigger.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-trigger.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,wBAAwB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-modal-trigger.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal-trigger.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAKa,wBAAwB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAgB;IACnE;;OAEG;IACM,kBAAkB,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IAElD;;OAEG;IAEH,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;yCAVrB,wBAAwB;2CAAxB,wBAAwB;CAapC"}
|
|
@@ -7,23 +7,91 @@ import { EclModalCloseEvent } from './events';
|
|
|
7
7
|
import { EclModalOpenEvent } from './events';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class EclModalComponent<T = any> extends ECLBaseDirective implements OnChanges, AfterContentInit, OnDestroy {
|
|
10
|
+
/**
|
|
11
|
+
* Defines the visual variant of the modal.
|
|
12
|
+
*
|
|
13
|
+
* Possible values: 'information', 'success', 'warning', 'error', or a custom string.
|
|
14
|
+
*/
|
|
10
15
|
variant: 'information' | 'success' | 'warning' | 'error' | string;
|
|
16
|
+
/**
|
|
17
|
+
* Defines the size of the modal.
|
|
18
|
+
*
|
|
19
|
+
* Possible values:
|
|
20
|
+
* - 's' – small
|
|
21
|
+
* - 'm' – medium
|
|
22
|
+
* - 'l' – large (default)
|
|
23
|
+
* - 'full' – full width
|
|
24
|
+
*/
|
|
11
25
|
size: 's' | 'm' | 'l' | 'full' | string;
|
|
26
|
+
/**
|
|
27
|
+
* Controls whether the modal is open.
|
|
28
|
+
*
|
|
29
|
+
* Can be set to any truthy value to open the modal.
|
|
30
|
+
*/
|
|
12
31
|
set isOpen(value: boolean | any);
|
|
32
|
+
/**
|
|
33
|
+
* Returns the open state of the modal.
|
|
34
|
+
*/
|
|
13
35
|
get isOpen(): boolean | null;
|
|
36
|
+
/**
|
|
37
|
+
* Emits when the modal is closed.
|
|
38
|
+
*
|
|
39
|
+
* Carries an instance of `EclModalCloseEvent`.
|
|
40
|
+
*/
|
|
14
41
|
modalClose: EventEmitter<EclModalCloseEvent<T>>;
|
|
42
|
+
/**
|
|
43
|
+
* Emits when the modal is opened.
|
|
44
|
+
*
|
|
45
|
+
* Carries an instance of `EclModalOpenEvent`.
|
|
46
|
+
*/
|
|
15
47
|
modalOpen: EventEmitter<EclModalOpenEvent>;
|
|
48
|
+
/**
|
|
49
|
+
* Header component projected into the modal.
|
|
50
|
+
*/
|
|
16
51
|
eclModalHeader: EclModalHeaderComponent<T>;
|
|
52
|
+
/**
|
|
53
|
+
* All close directives projected inside the modal.
|
|
54
|
+
*/
|
|
17
55
|
eclModalCloseComponents: QueryList<EclModalCloseDirective<T>>;
|
|
18
56
|
private _isOpen;
|
|
19
57
|
private destroy$;
|
|
58
|
+
/**
|
|
59
|
+
* Binds the `open` attribute to the modal element.
|
|
60
|
+
*
|
|
61
|
+
* Used by the native `<dialog>` element.
|
|
62
|
+
*/
|
|
20
63
|
get isModalOpened(): boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Applies base and variant CSS classes to the modal element.
|
|
66
|
+
*/
|
|
21
67
|
get cssClasses(): string;
|
|
68
|
+
/**
|
|
69
|
+
* Handles ESC key press to close the modal with `cancel` role.
|
|
70
|
+
*/
|
|
22
71
|
onEscapeKeydownHandler(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Reacts to input changes and updates the modal header if available.
|
|
74
|
+
*/
|
|
23
75
|
ngOnChanges(): void;
|
|
76
|
+
/**
|
|
77
|
+
* Subscribes to close events from header and close directives after content is initialized.
|
|
78
|
+
*/
|
|
24
79
|
ngAfterContentInit(): void;
|
|
80
|
+
/**
|
|
81
|
+
* Cleans up subscriptions on component destruction.
|
|
82
|
+
*/
|
|
25
83
|
ngOnDestroy(): void;
|
|
84
|
+
/**
|
|
85
|
+
* Opens the modal and emits a `modalOpen` event.
|
|
86
|
+
*
|
|
87
|
+
* If the event is not prevented, the modal will be displayed.
|
|
88
|
+
*/
|
|
26
89
|
openModal(): void;
|
|
90
|
+
/**
|
|
91
|
+
* Closes the modal and emits a `modalClose` event with optional result data.
|
|
92
|
+
*
|
|
93
|
+
* If the event is not prevented, the modal will be hidden.
|
|
94
|
+
*/
|
|
27
95
|
closeModal(result?: EclModalResult<T>): void;
|
|
28
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclModalComponent<any>, never>;
|
|
29
97
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclModalComponent<any>, "dialog[eclModal]", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "modalClose": "modalClose"; "modalOpen": "modalOpen"; }, ["eclModalHeader", "eclModalCloseComponents"], ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-modal.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAIhB,YAAY,EAKZ,SAAS,EACT,SAAS,EAET,SAAS,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;AAE7C,qBAOa,iBAAiB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAiB,YAAW,SAAS,EAAE,gBAAgB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-modal.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-modal/ecl-modal.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAIhB,YAAY,EAKZ,SAAS,EACT,SAAS,EAET,SAAS,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;AAE7C,qBAOa,iBAAiB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,gBAAiB,YAAW,SAAS,EAAE,gBAAgB,EAAE,SAAS;IAC9G;;;;OAIG;IACM,OAAO,EAAE,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAE3E;;;;;;;;OAQG;IACM,IAAI,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,MAAM,GAAG,MAAM,CAAO;IAEvD;;;;OAIG;IAEH,IACI,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,GAAG,EAE9B;IAED;;OAEG;IACH,IAAI,MAAM,IAAI,OAAO,GAAG,IAAI,CAE3B;IAED;;;;OAIG;IACO,UAAU,sCAA6C;IAEjE;;;;OAIG;IACO,SAAS,kCAAyC;IAE5D;;OAEG;IACsD,cAAc,EAAE,uBAAuB,CAAC,CAAC,CAAC,CAAC;IAEpG;;OAEG;IAEH,uBAAuB,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC;IAE9D,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,QAAQ,CAA4C;IAE5D;;;;OAIG;IACH,IACI,aAAa,IAAI,OAAO,CAE3B;IAED;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED;;OAEG;IAEH,sBAAsB,IAAI,IAAI;IAI9B;;OAEG;IACH,WAAW,IAAI,IAAI;IAMnB;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAkB1B;;OAEG;IACH,WAAW,IAAI,IAAI;IAKnB;;;;OAIG;IACH,SAAS,IAAI,IAAI;IAUjB;;;;OAIG;IACH,UAAU,CAAC,MAAM,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,IAAI;yCAxJnC,iBAAiB;2CAAjB,iBAAiB;CAqK7B"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive to mark and style the icon inside a news ticker item.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclNewsTickerIconDirective extends ECLBaseDirective {
|
|
7
|
+
/**
|
|
8
|
+
* Adds the `ecl-news-ticker__icon` class to the host element.
|
|
9
|
+
*/
|
|
4
10
|
hasClass: boolean;
|
|
5
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclNewsTickerIconDirective, never>;
|
|
6
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclNewsTickerIconDirective, "[eclNewsTickerIcon]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-news-ticker-icon.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-news-ticker/ecl-news-ticker-icon.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-news-ticker-icon.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-news-ticker/ecl-news-ticker-icon.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAC/D;;OAEG;IACyC,QAAQ,UAAQ;yCAJhD,0BAA0B;2CAA1B,0BAA0B;CAKtC"}
|
|
@@ -4,18 +4,45 @@ import { EclLinkDirective } from '@eui/ecl/components/ecl-link';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EclNewsTickerItemComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
6
6
|
el: ElementRef;
|
|
7
|
+
/**
|
|
8
|
+
* Optional projected `ecl-link` element within the news ticker item.
|
|
9
|
+
*/
|
|
7
10
|
eclLink: EclLinkDirective;
|
|
11
|
+
/**
|
|
12
|
+
* Emitted when the internal link receives focus (used to cancel autoplay).
|
|
13
|
+
*/
|
|
8
14
|
itemFocused: EventEmitter<null>;
|
|
15
|
+
/**
|
|
16
|
+
* HostBinding to set the component’s CSS classes.
|
|
17
|
+
*/
|
|
9
18
|
get cssClasses(): string;
|
|
19
|
+
/**
|
|
20
|
+
* Declares ARIA role as list item for accessibility.
|
|
21
|
+
*/
|
|
10
22
|
role: string;
|
|
23
|
+
/**
|
|
24
|
+
* Whether this slide is currently visible.
|
|
25
|
+
*/
|
|
11
26
|
get isCurrent(): boolean;
|
|
12
27
|
set isCurrent(value: boolean);
|
|
13
28
|
private _isCurrent;
|
|
29
|
+
/**
|
|
30
|
+
* Sets `aria-hidden` based on current slide visibility.
|
|
31
|
+
*/
|
|
14
32
|
get isAriahidden(): boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Sets `inert` attribute when the item is not current (prevents interaction).
|
|
35
|
+
*/
|
|
15
36
|
get isInert(): boolean;
|
|
16
37
|
private destroy$;
|
|
17
38
|
constructor(el: ElementRef);
|
|
39
|
+
/**
|
|
40
|
+
* Lifecycle hook that sets up the internal link class and focus listener.
|
|
41
|
+
*/
|
|
18
42
|
ngAfterContentInit(): void;
|
|
43
|
+
/**
|
|
44
|
+
* Cleanup on destroy: unsubscribe from observables.
|
|
45
|
+
*/
|
|
19
46
|
ngOnDestroy(): void;
|
|
20
47
|
private setLinkTabindex;
|
|
21
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclNewsTickerItemComponent, never>;
|