@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
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to style a title element in an ECL file component.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -237,6 +244,12 @@
|
|
|
237
244
|
|
|
238
245
|
</td>
|
|
239
246
|
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td class="col-md-4">
|
|
249
|
+
<div class="io-description"><p>ID attribute for the title element.</p>
|
|
250
|
+
</div>
|
|
251
|
+
</td>
|
|
252
|
+
</tr>
|
|
240
253
|
</tbody>
|
|
241
254
|
</table>
|
|
242
255
|
<table class="table table-sm table-bordered">
|
|
@@ -313,6 +326,12 @@
|
|
|
313
326
|
</td>
|
|
314
327
|
</tr>
|
|
315
328
|
|
|
329
|
+
<tr>
|
|
330
|
+
<td class="col-md-4">
|
|
331
|
+
<div class="io-description"><p>Applies the ECL file title class to the host element.</p>
|
|
332
|
+
</div>
|
|
333
|
+
</td>
|
|
334
|
+
</tr>
|
|
316
335
|
|
|
317
336
|
</tbody>
|
|
318
337
|
</table>
|
|
@@ -418,6 +437,12 @@
|
|
|
418
437
|
</td>
|
|
419
438
|
</tr>
|
|
420
439
|
|
|
440
|
+
<tr>
|
|
441
|
+
<td class="col-md-4">
|
|
442
|
+
<div class="io-description"><p>Applies the ECL file title class to the host element.</p>
|
|
443
|
+
</div>
|
|
444
|
+
</td>
|
|
445
|
+
</tr>
|
|
421
446
|
|
|
422
447
|
</tbody>
|
|
423
448
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to apply the correct styling class for a translation download link
|
|
121
|
+
inside a file component.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
</td>
|
|
295
303
|
</tr>
|
|
296
304
|
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Applies the ECL translation download class to the host element.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
|
|
298
312
|
</tbody>
|
|
299
313
|
</table>
|
|
@@ -399,6 +413,12 @@
|
|
|
399
413
|
</td>
|
|
400
414
|
</tr>
|
|
401
415
|
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<div class="io-description"><p>Applies the ECL translation download class to the host element.</p>
|
|
419
|
+
</div>
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
402
422
|
|
|
403
423
|
</tbody>
|
|
404
424
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for indicating special content inside the ECL Button.
|
|
121
|
+
Automatically applies the <code>ecl-indicator</code> CSS class.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
|
|
118
126
|
|
|
@@ -204,6 +212,12 @@
|
|
|
204
212
|
</td>
|
|
205
213
|
</tr>
|
|
206
214
|
|
|
215
|
+
<tr>
|
|
216
|
+
<td class="col-md-4">
|
|
217
|
+
<div class="io-description"><p>Applies the <code>ecl-indicator</code> CSS class.</p>
|
|
218
|
+
</div>
|
|
219
|
+
</td>
|
|
220
|
+
</tr>
|
|
207
221
|
|
|
208
222
|
</tbody>
|
|
209
223
|
</table>
|
|
@@ -243,6 +257,12 @@
|
|
|
243
257
|
</td>
|
|
244
258
|
</tr>
|
|
245
259
|
|
|
260
|
+
<tr>
|
|
261
|
+
<td class="col-md-4">
|
|
262
|
+
<div class="io-description"><p>Applies the <code>ecl-indicator</code> CSS class.</p>
|
|
263
|
+
</div>
|
|
264
|
+
</td>
|
|
265
|
+
</tr>
|
|
246
266
|
|
|
247
267
|
</tbody>
|
|
248
268
|
</table>
|
|
@@ -113,6 +113,15 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for applying ECL label styles.</p>
|
|
121
|
+
<p>Supports multiple visual variants based on importance or context.
|
|
122
|
+
Adds appropriate ECL classes dynamically.</p>
|
|
123
|
+
|
|
124
|
+
</p>
|
|
116
125
|
|
|
117
126
|
<p class="comment">
|
|
118
127
|
<h3>Extends</h3>
|
|
@@ -241,6 +250,18 @@
|
|
|
241
250
|
<i>Default value : </i><code>'low'</code>
|
|
242
251
|
</td>
|
|
243
252
|
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td class="col-md-4">
|
|
255
|
+
<div class="io-description"><p>Defines the visual variant of the label.</p>
|
|
256
|
+
<ul>
|
|
257
|
+
<li><code>'low'</code> – default styling</li>
|
|
258
|
+
<li><code>'medium'</code> – medium emphasis</li>
|
|
259
|
+
<li><code>'high'</code> – high emphasis</li>
|
|
260
|
+
<li><code>'highlight'</code> – special highlight</li>
|
|
261
|
+
</ul>
|
|
262
|
+
</div>
|
|
263
|
+
</td>
|
|
264
|
+
</tr>
|
|
244
265
|
</tbody>
|
|
245
266
|
</table>
|
|
246
267
|
<table class="table table-sm table-bordered">
|
|
@@ -312,6 +333,13 @@
|
|
|
312
333
|
</td>
|
|
313
334
|
</tr>
|
|
314
335
|
|
|
336
|
+
<tr>
|
|
337
|
+
<td class="col-md-4">
|
|
338
|
+
<div class="io-description"><p>CSS classes applied to the host element.
|
|
339
|
+
Combines base ECL label class with the variant modifier.</p>
|
|
340
|
+
</div>
|
|
341
|
+
</td>
|
|
342
|
+
</tr>
|
|
315
343
|
|
|
316
344
|
</tbody>
|
|
317
345
|
</table>
|
|
@@ -404,6 +432,18 @@
|
|
|
404
432
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
405
433
|
</td>
|
|
406
434
|
</tr>
|
|
435
|
+
<tr>
|
|
436
|
+
<td class="col-md-4">
|
|
437
|
+
<div class="io-description"><p>CSS classes applied to the host element.
|
|
438
|
+
Combines base ECL label class with the variant modifier.</p>
|
|
439
|
+
</div>
|
|
440
|
+
|
|
441
|
+
<div class="io-description">
|
|
442
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
443
|
+
|
|
444
|
+
</div>
|
|
445
|
+
</td>
|
|
446
|
+
</tr>
|
|
407
447
|
|
|
408
448
|
</tbody>
|
|
409
449
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive representing an icon within an ECL illustration list item.</p>
|
|
121
|
+
<p>Applies the correct ECL class for list item icons.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
</td>
|
|
295
303
|
</tr>
|
|
296
304
|
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Applies the ECL class for illustration item icons.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
|
|
298
312
|
</tbody>
|
|
299
313
|
</table>
|
|
@@ -399,6 +413,12 @@
|
|
|
399
413
|
</td>
|
|
400
414
|
</tr>
|
|
401
415
|
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<div class="io-description"><p>Applies the ECL class for illustration item icons.</p>
|
|
419
|
+
</div>
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
402
422
|
|
|
403
423
|
</tbody>
|
|
404
424
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive applied to <code><img></code> elements within ECL list illustrations.</p>
|
|
121
|
+
<p>Supports square variant and size options for image styling.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -244,6 +252,12 @@
|
|
|
244
252
|
<i>Default value : </i><code>false</code>
|
|
245
253
|
</td>
|
|
246
254
|
</tr>
|
|
255
|
+
<tr>
|
|
256
|
+
<td class="col-md-4">
|
|
257
|
+
<div class="io-description"><p>If true, image is styled with square dimensions.</p>
|
|
258
|
+
</div>
|
|
259
|
+
</td>
|
|
260
|
+
</tr>
|
|
247
261
|
</tbody>
|
|
248
262
|
</table>
|
|
249
263
|
<table class="table table-sm table-bordered">
|
|
@@ -265,6 +279,13 @@
|
|
|
265
279
|
<i>Default value : </i><code>'m'</code>
|
|
266
280
|
</td>
|
|
267
281
|
</tr>
|
|
282
|
+
<tr>
|
|
283
|
+
<td class="col-md-4">
|
|
284
|
+
<div class="io-description"><p>Defines the size variant of the image.
|
|
285
|
+
Possible values: <code>'s'</code>, <code>'m'</code>, <code>'l'</code>.</p>
|
|
286
|
+
</div>
|
|
287
|
+
</td>
|
|
288
|
+
</tr>
|
|
268
289
|
</tbody>
|
|
269
290
|
</table>
|
|
270
291
|
<table class="table table-sm table-bordered">
|
|
@@ -336,6 +357,12 @@
|
|
|
336
357
|
</td>
|
|
337
358
|
</tr>
|
|
338
359
|
|
|
360
|
+
<tr>
|
|
361
|
+
<td class="col-md-4">
|
|
362
|
+
<div class="io-description"><p>Computes the appropriate ECL CSS classes for the image.</p>
|
|
363
|
+
</div>
|
|
364
|
+
</td>
|
|
365
|
+
</tr>
|
|
339
366
|
|
|
340
367
|
</tbody>
|
|
341
368
|
</table>
|
|
@@ -428,6 +455,17 @@
|
|
|
428
455
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
429
456
|
</td>
|
|
430
457
|
</tr>
|
|
458
|
+
<tr>
|
|
459
|
+
<td class="col-md-4">
|
|
460
|
+
<div class="io-description"><p>Computes the appropriate ECL CSS classes for the image.</p>
|
|
461
|
+
</div>
|
|
462
|
+
|
|
463
|
+
<div class="io-description">
|
|
464
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
465
|
+
|
|
466
|
+
</div>
|
|
467
|
+
</td>
|
|
468
|
+
</tr>
|
|
431
469
|
|
|
432
470
|
</tbody>
|
|
433
471
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive applied to <code><picture></code> elements within ECL list illustrations.</p>
|
|
121
|
+
<p>Adds the necessary ECL CSS classes for illustration pictures.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -288,6 +296,12 @@
|
|
|
288
296
|
</td>
|
|
289
297
|
</tr>
|
|
290
298
|
|
|
299
|
+
<tr>
|
|
300
|
+
<td class="col-md-4">
|
|
301
|
+
<div class="io-description"><p>Applies the base ECL picture classes for list illustration pictures.</p>
|
|
302
|
+
</div>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
291
305
|
|
|
292
306
|
</tbody>
|
|
293
307
|
</table>
|
|
@@ -380,6 +394,17 @@
|
|
|
380
394
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
381
395
|
</td>
|
|
382
396
|
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td class="col-md-4">
|
|
399
|
+
<div class="io-description"><p>Applies the base ECL picture classes for list illustration pictures.</p>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div class="io-description">
|
|
403
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
404
|
+
|
|
405
|
+
</div>
|
|
406
|
+
</td>
|
|
407
|
+
</tr>
|
|
383
408
|
|
|
384
409
|
</tbody>
|
|
385
410
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for styling the label text of an ECL loading indicator.</p>
|
|
121
|
+
<p>Adds the <code>ecl-spinner__text</code> class to the host element.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
|
|
118
126
|
|
|
@@ -204,6 +212,12 @@
|
|
|
204
212
|
</td>
|
|
205
213
|
</tr>
|
|
206
214
|
|
|
215
|
+
<tr>
|
|
216
|
+
<td class="col-md-4">
|
|
217
|
+
<div class="io-description"><p>Applies the ECL class for spinner label text.</p>
|
|
218
|
+
</div>
|
|
219
|
+
</td>
|
|
220
|
+
</tr>
|
|
207
221
|
|
|
208
222
|
</tbody>
|
|
209
223
|
</table>
|
|
@@ -243,6 +257,12 @@
|
|
|
243
257
|
</td>
|
|
244
258
|
</tr>
|
|
245
259
|
|
|
260
|
+
<tr>
|
|
261
|
+
<td class="col-md-4">
|
|
262
|
+
<div class="io-description"><p>Applies the ECL class for spinner label text.</p>
|
|
263
|
+
</div>
|
|
264
|
+
</td>
|
|
265
|
+
</tr>
|
|
246
266
|
|
|
247
267
|
</tbody>
|
|
248
268
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive that adds an overlay layer to an ECL loading indicator.</p>
|
|
121
|
+
<p>Automatically applies the ECL spinner overlay classes.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -288,6 +296,12 @@
|
|
|
288
296
|
</td>
|
|
289
297
|
</tr>
|
|
290
298
|
|
|
299
|
+
<tr>
|
|
300
|
+
<td class="col-md-4">
|
|
301
|
+
<div class="io-description"><p>Applies the CSS classes for the spinner overlay.</p>
|
|
302
|
+
</div>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
291
305
|
|
|
292
306
|
</tbody>
|
|
293
307
|
</table>
|
|
@@ -380,6 +394,17 @@
|
|
|
380
394
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
381
395
|
</td>
|
|
382
396
|
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td class="col-md-4">
|
|
399
|
+
<div class="io-description"><p>Applies the CSS classes for the spinner overlay.</p>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div class="io-description">
|
|
403
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
404
|
+
|
|
405
|
+
</div>
|
|
406
|
+
</td>
|
|
407
|
+
</tr>
|
|
383
408
|
|
|
384
409
|
</tbody>
|
|
385
410
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for styling fixed content inside the modal body.</p>
|
|
121
|
+
<p>Applies the appropriate CSS class to mark the element as fixed inside the modal body.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
</td>
|
|
295
303
|
</tr>
|
|
296
304
|
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Applies the <code>ecl-modal__body-fixed</code> class to the host element.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
|
|
298
312
|
</tbody>
|
|
299
313
|
</table>
|
|
@@ -399,6 +413,12 @@
|
|
|
399
413
|
</td>
|
|
400
414
|
</tr>
|
|
401
415
|
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<div class="io-description"><p>Applies the <code>ecl-modal__body-fixed</code> class to the host element.</p>
|
|
419
|
+
</div>
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
402
422
|
|
|
403
423
|
</tbody>
|
|
404
424
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive that allows an element to close the modal on click.</p>
|
|
121
|
+
<p>Can emit a result and indicate the role (e.g., confirm, cancel).</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -243,6 +251,12 @@
|
|
|
243
251
|
|
|
244
252
|
</td>
|
|
245
253
|
</tr>
|
|
254
|
+
<tr>
|
|
255
|
+
<td class="col-md-4">
|
|
256
|
+
<div class="io-description"><p>Optional result value to emit when modal is closed.</p>
|
|
257
|
+
</div>
|
|
258
|
+
</td>
|
|
259
|
+
</tr>
|
|
246
260
|
</tbody>
|
|
247
261
|
</table>
|
|
248
262
|
<table class="table table-sm table-bordered">
|
|
@@ -259,6 +273,12 @@
|
|
|
259
273
|
|
|
260
274
|
</td>
|
|
261
275
|
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td class="col-md-4">
|
|
278
|
+
<div class="io-description"><p>Optional role associated with the modal close action (e.g., confirm, cancel).</p>
|
|
279
|
+
</div>
|
|
280
|
+
</td>
|
|
281
|
+
</tr>
|
|
262
282
|
</tbody>
|
|
263
283
|
</table>
|
|
264
284
|
<table class="table table-sm table-bordered">
|
|
@@ -326,6 +346,12 @@
|
|
|
326
346
|
|
|
327
347
|
</td>
|
|
328
348
|
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td class="col-md-4">
|
|
351
|
+
<div class="io-description"><p>Event emitted when the element is clicked and the modal should be closed.</p>
|
|
352
|
+
</div>
|
|
353
|
+
</td>
|
|
354
|
+
</tr>
|
|
329
355
|
</tbody>
|
|
330
356
|
</table>
|
|
331
357
|
</section>
|
|
@@ -353,6 +379,13 @@
|
|
|
353
379
|
|
|
354
380
|
|
|
355
381
|
|
|
382
|
+
<tr>
|
|
383
|
+
<td class="col-md-4">
|
|
384
|
+
<div class="io-description"><p>Handles click events and emits the <code>modalClose</code> event.</p>
|
|
385
|
+
</div>
|
|
386
|
+
|
|
387
|
+
</td>
|
|
388
|
+
</tr>
|
|
356
389
|
</tbody>
|
|
357
390
|
</table>
|
|
358
391
|
</section>
|
|
@@ -392,6 +425,8 @@
|
|
|
392
425
|
|
|
393
426
|
<tr>
|
|
394
427
|
<td class="col-md-4">
|
|
428
|
+
<div class="io-description"><p>Handles click events and emits the <code>modalClose</code> event.</p>
|
|
429
|
+
</div>
|
|
395
430
|
|
|
396
431
|
<div class="io-description">
|
|
397
432
|
<b>Parameters :</b>
|
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive used to trigger opening of a target ECL modal on click.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -226,6 +233,12 @@
|
|
|
226
233
|
|
|
227
234
|
</td>
|
|
228
235
|
</tr>
|
|
236
|
+
<tr>
|
|
237
|
+
<td class="col-md-4">
|
|
238
|
+
<div class="io-description"><p>Reference to the modal component that should be opened on click.</p>
|
|
239
|
+
</div>
|
|
240
|
+
</td>
|
|
241
|
+
</tr>
|
|
229
242
|
</tbody>
|
|
230
243
|
</table>
|
|
231
244
|
<table class="table table-sm table-bordered">
|
|
@@ -302,6 +315,13 @@
|
|
|
302
315
|
|
|
303
316
|
|
|
304
317
|
|
|
318
|
+
<tr>
|
|
319
|
+
<td class="col-md-4">
|
|
320
|
+
<div class="io-description"><p>Handles click event and opens the target modal.</p>
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
</td>
|
|
324
|
+
</tr>
|
|
305
325
|
</tbody>
|
|
306
326
|
</table>
|
|
307
327
|
</section>
|
|
@@ -341,6 +361,8 @@
|
|
|
341
361
|
|
|
342
362
|
<tr>
|
|
343
363
|
<td class="col-md-4">
|
|
364
|
+
<div class="io-description"><p>Handles click event and opens the target modal.</p>
|
|
365
|
+
</div>
|
|
344
366
|
|
|
345
367
|
<div class="io-description">
|
|
346
368
|
<b>Parameters :</b>
|
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to mark and style the icon inside a news ticker item.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -294,6 +301,12 @@
|
|
|
294
301
|
</td>
|
|
295
302
|
</tr>
|
|
296
303
|
|
|
304
|
+
<tr>
|
|
305
|
+
<td class="col-md-4">
|
|
306
|
+
<div class="io-description"><p>Adds the <code>ecl-news-ticker__icon</code> class to the host element.</p>
|
|
307
|
+
</div>
|
|
308
|
+
</td>
|
|
309
|
+
</tr>
|
|
297
310
|
|
|
298
311
|
</tbody>
|
|
299
312
|
</table>
|
|
@@ -399,6 +412,12 @@
|
|
|
399
412
|
</td>
|
|
400
413
|
</tr>
|
|
401
414
|
|
|
415
|
+
<tr>
|
|
416
|
+
<td class="col-md-4">
|
|
417
|
+
<div class="io-description"><p>Adds the <code>ecl-news-ticker__icon</code> class to the host element.</p>
|
|
418
|
+
</div>
|
|
419
|
+
</td>
|
|
420
|
+
</tr>
|
|
402
421
|
|
|
403
422
|
</tbody>
|
|
404
423
|
</table>
|