@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
|
@@ -441,6 +441,13 @@
|
|
|
441
441
|
<i>Default value : </i><code>true</code>
|
|
442
442
|
</td>
|
|
443
443
|
</tr>
|
|
444
|
+
<tr>
|
|
445
|
+
<td class="col-md-4">
|
|
446
|
+
<div class="io-description"><p>Enables or disables automatic cycling through ticker items.
|
|
447
|
+
Defaults to <code>true</code>.</p>
|
|
448
|
+
</div>
|
|
449
|
+
</td>
|
|
450
|
+
</tr>
|
|
444
451
|
</tbody>
|
|
445
452
|
</table>
|
|
446
453
|
<table class="table table-sm table-bordered">
|
|
@@ -508,6 +515,13 @@
|
|
|
508
515
|
|
|
509
516
|
</td>
|
|
510
517
|
</tr>
|
|
518
|
+
<tr>
|
|
519
|
+
<td class="col-md-4">
|
|
520
|
+
<div class="io-description"><p>Emits when the visible news ticker item changes.
|
|
521
|
+
The payload is an instance of <code>EclNewsTickerItemEvent</code>.</p>
|
|
522
|
+
</div>
|
|
523
|
+
</td>
|
|
524
|
+
</tr>
|
|
511
525
|
</tbody>
|
|
512
526
|
</table>
|
|
513
527
|
</section>
|
|
@@ -561,6 +575,13 @@
|
|
|
561
575
|
|
|
562
576
|
|
|
563
577
|
|
|
578
|
+
<tr>
|
|
579
|
+
<td class="col-md-4">
|
|
580
|
+
<div class="io-description"><p>Handles window resize and recalculates the layout.</p>
|
|
581
|
+
</div>
|
|
582
|
+
|
|
583
|
+
</td>
|
|
584
|
+
</tr>
|
|
564
585
|
</tbody>
|
|
565
586
|
</table>
|
|
566
587
|
</section>
|
|
@@ -591,6 +612,8 @@
|
|
|
591
612
|
|
|
592
613
|
<tr>
|
|
593
614
|
<td class="col-md-4">
|
|
615
|
+
<div class="io-description"><p>Cancels the automatic cycling of the ticker items.</p>
|
|
616
|
+
</div>
|
|
594
617
|
|
|
595
618
|
<div class="io-description">
|
|
596
619
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -622,6 +645,8 @@
|
|
|
622
645
|
|
|
623
646
|
<tr>
|
|
624
647
|
<td class="col-md-4">
|
|
648
|
+
<div class="io-description"><p>Moves to the next slide and emits <code>itemSwitch</code> event.</p>
|
|
649
|
+
</div>
|
|
625
650
|
|
|
626
651
|
<div class="io-description">
|
|
627
652
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -653,6 +678,9 @@
|
|
|
653
678
|
|
|
654
679
|
<tr>
|
|
655
680
|
<td class="col-md-4">
|
|
681
|
+
<div class="io-description"><p>Handles mouse out event from a ticker item.
|
|
682
|
+
Resumes autoplay if it was paused due to hover.</p>
|
|
683
|
+
</div>
|
|
656
684
|
|
|
657
685
|
<div class="io-description">
|
|
658
686
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -684,6 +712,9 @@
|
|
|
684
712
|
|
|
685
713
|
<tr>
|
|
686
714
|
<td class="col-md-4">
|
|
715
|
+
<div class="io-description"><p>Handles mouse over event on a ticker item.
|
|
716
|
+
Temporarily pauses autoplay.</p>
|
|
717
|
+
</div>
|
|
687
718
|
|
|
688
719
|
<div class="io-description">
|
|
689
720
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -715,6 +746,9 @@
|
|
|
715
746
|
|
|
716
747
|
<tr>
|
|
717
748
|
<td class="col-md-4">
|
|
749
|
+
<div class="io-description"><p>Handles "next" button click.
|
|
750
|
+
Navigates to the next slide and stops autoplay.</p>
|
|
751
|
+
</div>
|
|
718
752
|
|
|
719
753
|
<div class="io-description">
|
|
720
754
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -746,6 +780,9 @@
|
|
|
746
780
|
|
|
747
781
|
<tr>
|
|
748
782
|
<td class="col-md-4">
|
|
783
|
+
<div class="io-description"><p>Handles focus event on the "Pause" button.
|
|
784
|
+
Stops autoplay and shifts focus to the "Play" button.</p>
|
|
785
|
+
</div>
|
|
749
786
|
|
|
750
787
|
<div class="io-description">
|
|
751
788
|
<b>Parameters :</b>
|
|
@@ -807,6 +844,9 @@
|
|
|
807
844
|
|
|
808
845
|
<tr>
|
|
809
846
|
<td class="col-md-4">
|
|
847
|
+
<div class="io-description"><p>Handles focus event on the "Play" button.
|
|
848
|
+
Starts autoplay and shifts focus to the "Pause" button.</p>
|
|
849
|
+
</div>
|
|
810
850
|
|
|
811
851
|
<div class="io-description">
|
|
812
852
|
<b>Parameters :</b>
|
|
@@ -868,6 +908,9 @@
|
|
|
868
908
|
|
|
869
909
|
<tr>
|
|
870
910
|
<td class="col-md-4">
|
|
911
|
+
<div class="io-description"><p>Handles "previous" button click.
|
|
912
|
+
Navigates to the previous slide and stops autoplay.</p>
|
|
913
|
+
</div>
|
|
871
914
|
|
|
872
915
|
<div class="io-description">
|
|
873
916
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -908,6 +951,8 @@
|
|
|
908
951
|
|
|
909
952
|
<tr>
|
|
910
953
|
<td class="col-md-4">
|
|
954
|
+
<div class="io-description"><p>Handles window resize and recalculates the layout.</p>
|
|
955
|
+
</div>
|
|
911
956
|
|
|
912
957
|
<div class="io-description">
|
|
913
958
|
<b>Parameters :</b>
|
|
@@ -965,6 +1010,8 @@
|
|
|
965
1010
|
|
|
966
1011
|
<tr>
|
|
967
1012
|
<td class="col-md-4">
|
|
1013
|
+
<div class="io-description"><p>Moves to the previous slide and emits <code>itemSwitch</code> event.</p>
|
|
1014
|
+
</div>
|
|
968
1015
|
|
|
969
1016
|
<div class="io-description">
|
|
970
1017
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -996,6 +1043,8 @@
|
|
|
996
1043
|
|
|
997
1044
|
<tr>
|
|
998
1045
|
<td class="col-md-4">
|
|
1046
|
+
<div class="io-description"><p>Starts automatic cycling of the ticker items.</p>
|
|
1047
|
+
</div>
|
|
999
1048
|
|
|
1000
1049
|
<div class="io-description">
|
|
1001
1050
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -1100,6 +1149,12 @@
|
|
|
1100
1149
|
</td>
|
|
1101
1150
|
</tr>
|
|
1102
1151
|
|
|
1152
|
+
<tr>
|
|
1153
|
+
<td class="col-md-4">
|
|
1154
|
+
<div class="io-description"><p>Reference to the hidden first item used for looping.</p>
|
|
1155
|
+
</div>
|
|
1156
|
+
</td>
|
|
1157
|
+
</tr>
|
|
1103
1158
|
|
|
1104
1159
|
</tbody>
|
|
1105
1160
|
</table>
|
|
@@ -1157,6 +1212,12 @@
|
|
|
1157
1212
|
</td>
|
|
1158
1213
|
</tr>
|
|
1159
1214
|
|
|
1215
|
+
<tr>
|
|
1216
|
+
<td class="col-md-4">
|
|
1217
|
+
<div class="io-description"><p>Reference to the hidden last item used for looping.</p>
|
|
1218
|
+
</div>
|
|
1219
|
+
</td>
|
|
1220
|
+
</tr>
|
|
1160
1221
|
|
|
1161
1222
|
</tbody>
|
|
1162
1223
|
</table>
|
|
@@ -1188,6 +1249,12 @@
|
|
|
1188
1249
|
</td>
|
|
1189
1250
|
</tr>
|
|
1190
1251
|
|
|
1252
|
+
<tr>
|
|
1253
|
+
<td class="col-md-4">
|
|
1254
|
+
<div class="io-description"><p>Query list of all <code>EclNewsTickerItemComponent</code> children projected into this component.</p>
|
|
1255
|
+
</div>
|
|
1256
|
+
</td>
|
|
1257
|
+
</tr>
|
|
1191
1258
|
|
|
1192
1259
|
</tbody>
|
|
1193
1260
|
</table>
|
|
@@ -1219,6 +1286,12 @@
|
|
|
1219
1286
|
</td>
|
|
1220
1287
|
</tr>
|
|
1221
1288
|
|
|
1289
|
+
<tr>
|
|
1290
|
+
<td class="col-md-4">
|
|
1291
|
+
<div class="io-description"><p>Reference to the pause button used to stop autoplay.</p>
|
|
1292
|
+
</div>
|
|
1293
|
+
</td>
|
|
1294
|
+
</tr>
|
|
1222
1295
|
|
|
1223
1296
|
</tbody>
|
|
1224
1297
|
</table>
|
|
@@ -1250,6 +1323,12 @@
|
|
|
1250
1323
|
</td>
|
|
1251
1324
|
</tr>
|
|
1252
1325
|
|
|
1326
|
+
<tr>
|
|
1327
|
+
<td class="col-md-4">
|
|
1328
|
+
<div class="io-description"><p>Reference to the play button used to start autoplay.</p>
|
|
1329
|
+
</div>
|
|
1330
|
+
</td>
|
|
1331
|
+
</tr>
|
|
1253
1332
|
|
|
1254
1333
|
</tbody>
|
|
1255
1334
|
</table>
|
|
@@ -1301,6 +1380,12 @@
|
|
|
1301
1380
|
</td>
|
|
1302
1381
|
</tr>
|
|
1303
1382
|
|
|
1383
|
+
<tr>
|
|
1384
|
+
<td class="col-md-4">
|
|
1385
|
+
<div class="io-description"><p>Reference to the container element that holds the slides.</p>
|
|
1386
|
+
</div>
|
|
1387
|
+
</td>
|
|
1388
|
+
</tr>
|
|
1304
1389
|
|
|
1305
1390
|
</tbody>
|
|
1306
1391
|
</table>
|
|
@@ -1388,6 +1473,17 @@
|
|
|
1388
1473
|
<span class="accessor"><b>get</b><code>contentHeight()</code></span>
|
|
1389
1474
|
</td>
|
|
1390
1475
|
</tr>
|
|
1476
|
+
<tr>
|
|
1477
|
+
<td class="col-md-4">
|
|
1478
|
+
<div class="io-description"><p>Returns the height of the currently visible ticker item.</p>
|
|
1479
|
+
</div>
|
|
1480
|
+
|
|
1481
|
+
<div class="io-description">
|
|
1482
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
1483
|
+
|
|
1484
|
+
</div>
|
|
1485
|
+
</td>
|
|
1486
|
+
</tr>
|
|
1391
1487
|
|
|
1392
1488
|
</tbody>
|
|
1393
1489
|
</table>
|
|
@@ -1405,6 +1501,17 @@
|
|
|
1405
1501
|
<span class="accessor"><b>get</b><code>itemsCount()</code></span>
|
|
1406
1502
|
</td>
|
|
1407
1503
|
</tr>
|
|
1504
|
+
<tr>
|
|
1505
|
+
<td class="col-md-4">
|
|
1506
|
+
<div class="io-description"><p>Returns the number of ticker items.</p>
|
|
1507
|
+
</div>
|
|
1508
|
+
|
|
1509
|
+
<div class="io-description">
|
|
1510
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
1511
|
+
|
|
1512
|
+
</div>
|
|
1513
|
+
</td>
|
|
1514
|
+
</tr>
|
|
1408
1515
|
|
|
1409
1516
|
</tbody>
|
|
1410
1517
|
</table>
|
|
@@ -1422,6 +1529,17 @@
|
|
|
1422
1529
|
<span class="accessor"><b>get</b><code>isShowControls()</code></span>
|
|
1423
1530
|
</td>
|
|
1424
1531
|
</tr>
|
|
1532
|
+
<tr>
|
|
1533
|
+
<td class="col-md-4">
|
|
1534
|
+
<div class="io-description"><p>Indicates whether navigation controls should be shown.</p>
|
|
1535
|
+
</div>
|
|
1536
|
+
|
|
1537
|
+
<div class="io-description">
|
|
1538
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1539
|
+
|
|
1540
|
+
</div>
|
|
1541
|
+
</td>
|
|
1542
|
+
</tr>
|
|
1425
1543
|
|
|
1426
1544
|
</tbody>
|
|
1427
1545
|
</table>
|
|
@@ -410,6 +410,12 @@
|
|
|
410
410
|
|
|
411
411
|
</td>
|
|
412
412
|
</tr>
|
|
413
|
+
<tr>
|
|
414
|
+
<td class="col-md-4">
|
|
415
|
+
<div class="io-description"><p>Emitted when the internal link receives focus (used to cancel autoplay).</p>
|
|
416
|
+
</div>
|
|
417
|
+
</td>
|
|
418
|
+
</tr>
|
|
413
419
|
</tbody>
|
|
414
420
|
</table>
|
|
415
421
|
</section>
|
|
@@ -432,6 +438,12 @@
|
|
|
432
438
|
</td>
|
|
433
439
|
</tr>
|
|
434
440
|
|
|
441
|
+
<tr>
|
|
442
|
+
<td class="col-md-4">
|
|
443
|
+
<div class="io-description"><p>Sets <code>aria-hidden</code> based on current slide visibility.</p>
|
|
444
|
+
</div>
|
|
445
|
+
</td>
|
|
446
|
+
</tr>
|
|
435
447
|
|
|
436
448
|
</tbody>
|
|
437
449
|
</table>
|
|
@@ -453,6 +465,12 @@
|
|
|
453
465
|
</td>
|
|
454
466
|
</tr>
|
|
455
467
|
|
|
468
|
+
<tr>
|
|
469
|
+
<td class="col-md-4">
|
|
470
|
+
<div class="io-description"><p>Sets <code>inert</code> attribute when the item is not current (prevents interaction).</p>
|
|
471
|
+
</div>
|
|
472
|
+
</td>
|
|
473
|
+
</tr>
|
|
456
474
|
|
|
457
475
|
</tbody>
|
|
458
476
|
</table>
|
|
@@ -479,6 +497,12 @@
|
|
|
479
497
|
</td>
|
|
480
498
|
</tr>
|
|
481
499
|
|
|
500
|
+
<tr>
|
|
501
|
+
<td class="col-md-4">
|
|
502
|
+
<div class="io-description"><p>Declares ARIA role as list item for accessibility.</p>
|
|
503
|
+
</div>
|
|
504
|
+
</td>
|
|
505
|
+
</tr>
|
|
482
506
|
|
|
483
507
|
</tbody>
|
|
484
508
|
</table>
|
|
@@ -500,6 +524,12 @@
|
|
|
500
524
|
</td>
|
|
501
525
|
</tr>
|
|
502
526
|
|
|
527
|
+
<tr>
|
|
528
|
+
<td class="col-md-4">
|
|
529
|
+
<div class="io-description"><p>HostBinding to set the component’s CSS classes.</p>
|
|
530
|
+
</div>
|
|
531
|
+
</td>
|
|
532
|
+
</tr>
|
|
503
533
|
|
|
504
534
|
</tbody>
|
|
505
535
|
</table>
|
|
@@ -606,6 +636,12 @@
|
|
|
606
636
|
</td>
|
|
607
637
|
</tr>
|
|
608
638
|
|
|
639
|
+
<tr>
|
|
640
|
+
<td class="col-md-4">
|
|
641
|
+
<div class="io-description"><p>Optional projected <code>ecl-link</code> element within the news ticker item.</p>
|
|
642
|
+
</div>
|
|
643
|
+
</td>
|
|
644
|
+
</tr>
|
|
609
645
|
|
|
610
646
|
</tbody>
|
|
611
647
|
</table>
|
|
@@ -664,6 +700,12 @@
|
|
|
664
700
|
</td>
|
|
665
701
|
</tr>
|
|
666
702
|
|
|
703
|
+
<tr>
|
|
704
|
+
<td class="col-md-4">
|
|
705
|
+
<div class="io-description"><p>Declares ARIA role as list item for accessibility.</p>
|
|
706
|
+
</div>
|
|
707
|
+
</td>
|
|
708
|
+
</tr>
|
|
667
709
|
|
|
668
710
|
</tbody>
|
|
669
711
|
</table>
|
|
@@ -687,6 +729,17 @@
|
|
|
687
729
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
688
730
|
</td>
|
|
689
731
|
</tr>
|
|
732
|
+
<tr>
|
|
733
|
+
<td class="col-md-4">
|
|
734
|
+
<div class="io-description"><p>HostBinding to set the component’s CSS classes.</p>
|
|
735
|
+
</div>
|
|
736
|
+
|
|
737
|
+
<div class="io-description">
|
|
738
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
739
|
+
|
|
740
|
+
</div>
|
|
741
|
+
</td>
|
|
742
|
+
</tr>
|
|
690
743
|
|
|
691
744
|
</tbody>
|
|
692
745
|
</table>
|
|
@@ -704,6 +757,17 @@
|
|
|
704
757
|
<span class="accessor"><b>get</b><code>isCurrent()</code></span>
|
|
705
758
|
</td>
|
|
706
759
|
</tr>
|
|
760
|
+
<tr>
|
|
761
|
+
<td class="col-md-4">
|
|
762
|
+
<div class="io-description"><p>Whether this slide is currently visible.</p>
|
|
763
|
+
</div>
|
|
764
|
+
|
|
765
|
+
<div class="io-description">
|
|
766
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
767
|
+
|
|
768
|
+
</div>
|
|
769
|
+
</td>
|
|
770
|
+
</tr>
|
|
707
771
|
|
|
708
772
|
<tr>
|
|
709
773
|
<td class="col-md-4">
|
|
@@ -763,6 +827,17 @@
|
|
|
763
827
|
<span class="accessor"><b>get</b><code>isAriahidden()</code></span>
|
|
764
828
|
</td>
|
|
765
829
|
</tr>
|
|
830
|
+
<tr>
|
|
831
|
+
<td class="col-md-4">
|
|
832
|
+
<div class="io-description"><p>Sets <code>aria-hidden</code> based on current slide visibility.</p>
|
|
833
|
+
</div>
|
|
834
|
+
|
|
835
|
+
<div class="io-description">
|
|
836
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
837
|
+
|
|
838
|
+
</div>
|
|
839
|
+
</td>
|
|
840
|
+
</tr>
|
|
766
841
|
|
|
767
842
|
</tbody>
|
|
768
843
|
</table>
|
|
@@ -780,6 +855,17 @@
|
|
|
780
855
|
<span class="accessor"><b>get</b><code>isInert()</code></span>
|
|
781
856
|
</td>
|
|
782
857
|
</tr>
|
|
858
|
+
<tr>
|
|
859
|
+
<td class="col-md-4">
|
|
860
|
+
<div class="io-description"><p>Sets <code>inert</code> attribute when the item is not current (prevents interaction).</p>
|
|
861
|
+
</div>
|
|
862
|
+
|
|
863
|
+
<div class="io-description">
|
|
864
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
865
|
+
|
|
866
|
+
</div>
|
|
867
|
+
</td>
|
|
868
|
+
</tr>
|
|
783
869
|
|
|
784
870
|
</tbody>
|
|
785
871
|
</table>
|
|
@@ -368,6 +368,12 @@
|
|
|
368
368
|
<i>Default value : </i><code>true</code>
|
|
369
369
|
</td>
|
|
370
370
|
</tr>
|
|
371
|
+
<tr>
|
|
372
|
+
<td class="col-md-4">
|
|
373
|
+
<div class="io-description"><p>Indicates whether the close button is displayed.</p>
|
|
374
|
+
</div>
|
|
375
|
+
</td>
|
|
376
|
+
</tr>
|
|
371
377
|
</tbody>
|
|
372
378
|
</table>
|
|
373
379
|
<table class="table table-sm table-bordered">
|
|
@@ -389,6 +395,13 @@
|
|
|
389
395
|
<i>Default value : </i><code>true</code>
|
|
390
396
|
</td>
|
|
391
397
|
</tr>
|
|
398
|
+
<tr>
|
|
399
|
+
<td class="col-md-4">
|
|
400
|
+
<div class="io-description"><p>Controls the visibility of the notification.
|
|
401
|
+
When false, the component is hidden using CSS utility class.</p>
|
|
402
|
+
</div>
|
|
403
|
+
</td>
|
|
404
|
+
</tr>
|
|
392
405
|
</tbody>
|
|
393
406
|
</table>
|
|
394
407
|
<table class="table table-sm table-bordered">
|
|
@@ -405,6 +418,12 @@
|
|
|
405
418
|
|
|
406
419
|
</td>
|
|
407
420
|
</tr>
|
|
421
|
+
<tr>
|
|
422
|
+
<td class="col-md-4">
|
|
423
|
+
<div class="io-description"><p>The title of the notification. This is displayed inside the component.</p>
|
|
424
|
+
</div>
|
|
425
|
+
</td>
|
|
426
|
+
</tr>
|
|
408
427
|
</tbody>
|
|
409
428
|
</table>
|
|
410
429
|
<table class="table table-sm table-bordered">
|
|
@@ -426,6 +445,14 @@
|
|
|
426
445
|
<i>Default value : </i><code>'info'</code>
|
|
427
446
|
</td>
|
|
428
447
|
</tr>
|
|
448
|
+
<tr>
|
|
449
|
+
<td class="col-md-4">
|
|
450
|
+
<div class="io-description"><p>Defines the visual style of the notification.
|
|
451
|
+
Can be one of: 'info' | 'success' | 'warning' | 'error'.
|
|
452
|
+
Default is 'info'.</p>
|
|
453
|
+
</div>
|
|
454
|
+
</td>
|
|
455
|
+
</tr>
|
|
429
456
|
</tbody>
|
|
430
457
|
</table>
|
|
431
458
|
<table class="table table-sm table-bordered">
|
|
@@ -493,6 +520,13 @@
|
|
|
493
520
|
|
|
494
521
|
</td>
|
|
495
522
|
</tr>
|
|
523
|
+
<tr>
|
|
524
|
+
<td class="col-md-4">
|
|
525
|
+
<div class="io-description"><p>Emits an event when the close button is clicked.
|
|
526
|
+
Consumers can call <code>preventDefault()</code> on the emitted event to prevent the notification from closing.</p>
|
|
527
|
+
</div>
|
|
528
|
+
</td>
|
|
529
|
+
</tr>
|
|
496
530
|
</tbody>
|
|
497
531
|
</table>
|
|
498
532
|
</section>
|
|
@@ -520,6 +554,12 @@
|
|
|
520
554
|
</td>
|
|
521
555
|
</tr>
|
|
522
556
|
|
|
557
|
+
<tr>
|
|
558
|
+
<td class="col-md-4">
|
|
559
|
+
<div class="io-description"><p>The ARIA role for the component. Set to "alert" by default.</p>
|
|
560
|
+
</div>
|
|
561
|
+
</td>
|
|
562
|
+
</tr>
|
|
523
563
|
|
|
524
564
|
</tbody>
|
|
525
565
|
</table>
|
|
@@ -541,6 +581,12 @@
|
|
|
541
581
|
</td>
|
|
542
582
|
</tr>
|
|
543
583
|
|
|
584
|
+
<tr>
|
|
585
|
+
<td class="col-md-4">
|
|
586
|
+
<div class="io-description"><p>Computes the CSS classes applied to the host element, including the modifier for the current variant.</p>
|
|
587
|
+
</div>
|
|
588
|
+
</td>
|
|
589
|
+
</tr>
|
|
544
590
|
|
|
545
591
|
</tbody>
|
|
546
592
|
</table>
|
|
@@ -562,6 +608,12 @@
|
|
|
562
608
|
</td>
|
|
563
609
|
</tr>
|
|
564
610
|
|
|
611
|
+
<tr>
|
|
612
|
+
<td class="col-md-4">
|
|
613
|
+
<div class="io-description"><p>Applies the <code>ecl-u-d-none</code> utility class when the notification is not visible.</p>
|
|
614
|
+
</div>
|
|
615
|
+
</td>
|
|
616
|
+
</tr>
|
|
565
617
|
|
|
566
618
|
</tbody>
|
|
567
619
|
</table>
|
|
@@ -595,6 +647,10 @@
|
|
|
595
647
|
|
|
596
648
|
<tr>
|
|
597
649
|
<td class="col-md-4">
|
|
650
|
+
<div class="io-description"><p>Handles the click event on the close button.
|
|
651
|
+
Emits a <code>close</code> event with an instance of <code>EclNotificationCloseEvent</code>.
|
|
652
|
+
If the event is not prevented, the notification is hidden.</p>
|
|
653
|
+
</div>
|
|
598
654
|
|
|
599
655
|
<div class="io-description">
|
|
600
656
|
<b>Parameters :</b>
|
|
@@ -756,6 +812,12 @@
|
|
|
756
812
|
</td>
|
|
757
813
|
</tr>
|
|
758
814
|
|
|
815
|
+
<tr>
|
|
816
|
+
<td class="col-md-4">
|
|
817
|
+
<div class="io-description"><p>The ARIA role for the component. Set to "alert" by default.</p>
|
|
818
|
+
</div>
|
|
819
|
+
</td>
|
|
820
|
+
</tr>
|
|
759
821
|
|
|
760
822
|
</tbody>
|
|
761
823
|
</table>
|
|
@@ -779,6 +841,17 @@
|
|
|
779
841
|
<span class="accessor"><b>get</b><code>isHidden()</code></span>
|
|
780
842
|
</td>
|
|
781
843
|
</tr>
|
|
844
|
+
<tr>
|
|
845
|
+
<td class="col-md-4">
|
|
846
|
+
<div class="io-description"><p>Applies the <code>ecl-u-d-none</code> utility class when the notification is not visible.</p>
|
|
847
|
+
</div>
|
|
848
|
+
|
|
849
|
+
<div class="io-description">
|
|
850
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
851
|
+
|
|
852
|
+
</div>
|
|
853
|
+
</td>
|
|
854
|
+
</tr>
|
|
782
855
|
|
|
783
856
|
</tbody>
|
|
784
857
|
</table>
|
|
@@ -796,6 +869,17 @@
|
|
|
796
869
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
797
870
|
</td>
|
|
798
871
|
</tr>
|
|
872
|
+
<tr>
|
|
873
|
+
<td class="col-md-4">
|
|
874
|
+
<div class="io-description"><p>Computes the CSS classes applied to the host element, including the modifier for the current variant.</p>
|
|
875
|
+
</div>
|
|
876
|
+
|
|
877
|
+
<div class="io-description">
|
|
878
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
879
|
+
|
|
880
|
+
</div>
|
|
881
|
+
</td>
|
|
882
|
+
</tr>
|
|
799
883
|
|
|
800
884
|
</tbody>
|
|
801
885
|
</table>
|
|
@@ -813,6 +897,17 @@
|
|
|
813
897
|
<span class="accessor"><b>get</b><code>title()</code></span>
|
|
814
898
|
</td>
|
|
815
899
|
</tr>
|
|
900
|
+
<tr>
|
|
901
|
+
<td class="col-md-4">
|
|
902
|
+
<div class="io-description"><p>Returns the default title text based on the current variant.</p>
|
|
903
|
+
</div>
|
|
904
|
+
|
|
905
|
+
<div class="io-description">
|
|
906
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
907
|
+
|
|
908
|
+
</div>
|
|
909
|
+
</td>
|
|
910
|
+
</tr>
|
|
816
911
|
|
|
817
912
|
</tbody>
|
|
818
913
|
</table>
|
|
@@ -830,6 +925,17 @@
|
|
|
830
925
|
<span class="accessor"><b>get</b><code>icon()</code></span>
|
|
831
926
|
</td>
|
|
832
927
|
</tr>
|
|
928
|
+
<tr>
|
|
929
|
+
<td class="col-md-4">
|
|
930
|
+
<div class="io-description"><p>Returns the icon name based on the current variant.</p>
|
|
931
|
+
</div>
|
|
932
|
+
|
|
933
|
+
<div class="io-description">
|
|
934
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
935
|
+
|
|
936
|
+
</div>
|
|
937
|
+
</td>
|
|
938
|
+
</tr>
|
|
833
939
|
|
|
834
940
|
</tbody>
|
|
835
941
|
</table>
|
|
@@ -847,6 +953,17 @@
|
|
|
847
953
|
<span class="accessor"><b>get</b><code>titleAndIconBaseOnVariant()</code></span>
|
|
848
954
|
</td>
|
|
849
955
|
</tr>
|
|
956
|
+
<tr>
|
|
957
|
+
<td class="col-md-4">
|
|
958
|
+
<div class="io-description"><p>Returns a mapping of title and icon based on the current variant.</p>
|
|
959
|
+
</div>
|
|
960
|
+
|
|
961
|
+
<div class="io-description">
|
|
962
|
+
<b>Returns : </b> <code>literal type</code>
|
|
963
|
+
|
|
964
|
+
</div>
|
|
965
|
+
</td>
|
|
966
|
+
</tr>
|
|
850
967
|
|
|
851
968
|
</tbody>
|
|
852
969
|
</table>
|