@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
|
@@ -340,6 +340,13 @@
|
|
|
340
340
|
|
|
341
341
|
</td>
|
|
342
342
|
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td class="col-md-4">
|
|
345
|
+
<div class="io-description"><p>Controls whether the modal is open.</p>
|
|
346
|
+
<p>Can be set to any truthy value to open the modal.</p>
|
|
347
|
+
</div>
|
|
348
|
+
</td>
|
|
349
|
+
</tr>
|
|
343
350
|
</tbody>
|
|
344
351
|
</table>
|
|
345
352
|
<table class="table table-sm table-bordered">
|
|
@@ -361,6 +368,19 @@
|
|
|
361
368
|
<i>Default value : </i><code>'l'</code>
|
|
362
369
|
</td>
|
|
363
370
|
</tr>
|
|
371
|
+
<tr>
|
|
372
|
+
<td class="col-md-4">
|
|
373
|
+
<div class="io-description"><p>Defines the size of the modal.</p>
|
|
374
|
+
<p>Possible values:</p>
|
|
375
|
+
<ul>
|
|
376
|
+
<li>'s' – small</li>
|
|
377
|
+
<li>'m' – medium</li>
|
|
378
|
+
<li>'l' – large (default)</li>
|
|
379
|
+
<li>'full' – full width</li>
|
|
380
|
+
</ul>
|
|
381
|
+
</div>
|
|
382
|
+
</td>
|
|
383
|
+
</tr>
|
|
364
384
|
</tbody>
|
|
365
385
|
</table>
|
|
366
386
|
<table class="table table-sm table-bordered">
|
|
@@ -377,6 +397,13 @@
|
|
|
377
397
|
|
|
378
398
|
</td>
|
|
379
399
|
</tr>
|
|
400
|
+
<tr>
|
|
401
|
+
<td class="col-md-4">
|
|
402
|
+
<div class="io-description"><p>Defines the visual variant of the modal.</p>
|
|
403
|
+
<p>Possible values: 'information', 'success', 'warning', 'error', or a custom string.</p>
|
|
404
|
+
</div>
|
|
405
|
+
</td>
|
|
406
|
+
</tr>
|
|
380
407
|
</tbody>
|
|
381
408
|
</table>
|
|
382
409
|
<table class="table table-sm table-bordered">
|
|
@@ -444,6 +471,13 @@
|
|
|
444
471
|
|
|
445
472
|
</td>
|
|
446
473
|
</tr>
|
|
474
|
+
<tr>
|
|
475
|
+
<td class="col-md-4">
|
|
476
|
+
<div class="io-description"><p>Emits when the modal is closed.</p>
|
|
477
|
+
<p>Carries an instance of <code>EclModalCloseEvent</code>.</p>
|
|
478
|
+
</div>
|
|
479
|
+
</td>
|
|
480
|
+
</tr>
|
|
447
481
|
</tbody>
|
|
448
482
|
</table>
|
|
449
483
|
<table class="table table-sm table-bordered">
|
|
@@ -460,6 +494,13 @@
|
|
|
460
494
|
|
|
461
495
|
</td>
|
|
462
496
|
</tr>
|
|
497
|
+
<tr>
|
|
498
|
+
<td class="col-md-4">
|
|
499
|
+
<div class="io-description"><p>Emits when the modal is opened.</p>
|
|
500
|
+
<p>Carries an instance of <code>EclModalOpenEvent</code>.</p>
|
|
501
|
+
</div>
|
|
502
|
+
</td>
|
|
503
|
+
</tr>
|
|
463
504
|
</tbody>
|
|
464
505
|
</table>
|
|
465
506
|
</section>
|
|
@@ -482,6 +523,13 @@
|
|
|
482
523
|
</td>
|
|
483
524
|
</tr>
|
|
484
525
|
|
|
526
|
+
<tr>
|
|
527
|
+
<td class="col-md-4">
|
|
528
|
+
<div class="io-description"><p>Binds the <code>open</code> attribute to the modal element.</p>
|
|
529
|
+
<p>Used by the native <code><dialog></code> element.</p>
|
|
530
|
+
</div>
|
|
531
|
+
</td>
|
|
532
|
+
</tr>
|
|
485
533
|
|
|
486
534
|
</tbody>
|
|
487
535
|
</table>
|
|
@@ -503,6 +551,12 @@
|
|
|
503
551
|
</td>
|
|
504
552
|
</tr>
|
|
505
553
|
|
|
554
|
+
<tr>
|
|
555
|
+
<td class="col-md-4">
|
|
556
|
+
<div class="io-description"><p>Applies base and variant CSS classes to the modal element.</p>
|
|
557
|
+
</div>
|
|
558
|
+
</td>
|
|
559
|
+
</tr>
|
|
506
560
|
|
|
507
561
|
</tbody>
|
|
508
562
|
</table>
|
|
@@ -529,6 +583,13 @@
|
|
|
529
583
|
|
|
530
584
|
|
|
531
585
|
|
|
586
|
+
<tr>
|
|
587
|
+
<td class="col-md-4">
|
|
588
|
+
<div class="io-description"><p>Handles ESC key press to close the modal with <code>cancel</code> role.</p>
|
|
589
|
+
</div>
|
|
590
|
+
|
|
591
|
+
</td>
|
|
592
|
+
</tr>
|
|
532
593
|
</tbody>
|
|
533
594
|
</table>
|
|
534
595
|
</section>
|
|
@@ -559,6 +620,9 @@
|
|
|
559
620
|
|
|
560
621
|
<tr>
|
|
561
622
|
<td class="col-md-4">
|
|
623
|
+
<div class="io-description"><p>Closes the modal and emits a <code>modalClose</code> event with optional result data.</p>
|
|
624
|
+
<p>If the event is not prevented, the modal will be hidden.</p>
|
|
625
|
+
</div>
|
|
562
626
|
|
|
563
627
|
<div class="io-description">
|
|
564
628
|
<b>Parameters :</b>
|
|
@@ -629,6 +693,8 @@
|
|
|
629
693
|
|
|
630
694
|
<tr>
|
|
631
695
|
<td class="col-md-4">
|
|
696
|
+
<div class="io-description"><p>Handles ESC key press to close the modal with <code>cancel</code> role.</p>
|
|
697
|
+
</div>
|
|
632
698
|
|
|
633
699
|
<div class="io-description">
|
|
634
700
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -660,6 +726,9 @@
|
|
|
660
726
|
|
|
661
727
|
<tr>
|
|
662
728
|
<td class="col-md-4">
|
|
729
|
+
<div class="io-description"><p>Opens the modal and emits a <code>modalOpen</code> event.</p>
|
|
730
|
+
<p>If the event is not prevented, the modal will be displayed.</p>
|
|
731
|
+
</div>
|
|
663
732
|
|
|
664
733
|
<div class="io-description">
|
|
665
734
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -764,6 +833,12 @@
|
|
|
764
833
|
</td>
|
|
765
834
|
</tr>
|
|
766
835
|
|
|
836
|
+
<tr>
|
|
837
|
+
<td class="col-md-4">
|
|
838
|
+
<div class="io-description"><p>All close directives projected inside the modal.</p>
|
|
839
|
+
</div>
|
|
840
|
+
</td>
|
|
841
|
+
</tr>
|
|
767
842
|
|
|
768
843
|
</tbody>
|
|
769
844
|
</table>
|
|
@@ -795,6 +870,12 @@
|
|
|
795
870
|
</td>
|
|
796
871
|
</tr>
|
|
797
872
|
|
|
873
|
+
<tr>
|
|
874
|
+
<td class="col-md-4">
|
|
875
|
+
<div class="io-description"><p>Header component projected into the modal.</p>
|
|
876
|
+
</div>
|
|
877
|
+
</td>
|
|
878
|
+
</tr>
|
|
798
879
|
|
|
799
880
|
</tbody>
|
|
800
881
|
</table>
|
|
@@ -818,6 +899,17 @@
|
|
|
818
899
|
<span class="accessor"><b>get</b><code>isOpen()</code></span>
|
|
819
900
|
</td>
|
|
820
901
|
</tr>
|
|
902
|
+
<tr>
|
|
903
|
+
<td class="col-md-4">
|
|
904
|
+
<div class="io-description"><p>Returns the open state of the modal.</p>
|
|
905
|
+
</div>
|
|
906
|
+
|
|
907
|
+
<div class="io-description">
|
|
908
|
+
<b>Returns : </b> <code>boolean | null</code>
|
|
909
|
+
|
|
910
|
+
</div>
|
|
911
|
+
</td>
|
|
912
|
+
</tr>
|
|
821
913
|
|
|
822
914
|
<tr>
|
|
823
915
|
<td class="col-md-4">
|
|
@@ -826,6 +918,9 @@
|
|
|
826
918
|
</tr>
|
|
827
919
|
<tr>
|
|
828
920
|
<td class="col-md-4">
|
|
921
|
+
<div class="io-description"><p>Controls whether the modal is open.</p>
|
|
922
|
+
<p>Can be set to any truthy value to open the modal.</p>
|
|
923
|
+
</div>
|
|
829
924
|
|
|
830
925
|
<div class="io-description">
|
|
831
926
|
<b>Parameters :</b>
|
|
@@ -877,6 +972,18 @@
|
|
|
877
972
|
<span class="accessor"><b>get</b><code>isModalOpened()</code></span>
|
|
878
973
|
</td>
|
|
879
974
|
</tr>
|
|
975
|
+
<tr>
|
|
976
|
+
<td class="col-md-4">
|
|
977
|
+
<div class="io-description"><p>Binds the <code>open</code> attribute to the modal element.</p>
|
|
978
|
+
<p>Used by the native <code><dialog></code> element.</p>
|
|
979
|
+
</div>
|
|
980
|
+
|
|
981
|
+
<div class="io-description">
|
|
982
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
983
|
+
|
|
984
|
+
</div>
|
|
985
|
+
</td>
|
|
986
|
+
</tr>
|
|
880
987
|
|
|
881
988
|
</tbody>
|
|
882
989
|
</table>
|
|
@@ -894,6 +1001,17 @@
|
|
|
894
1001
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
895
1002
|
</td>
|
|
896
1003
|
</tr>
|
|
1004
|
+
<tr>
|
|
1005
|
+
<td class="col-md-4">
|
|
1006
|
+
<div class="io-description"><p>Applies base and variant CSS classes to the modal element.</p>
|
|
1007
|
+
</div>
|
|
1008
|
+
|
|
1009
|
+
<div class="io-description">
|
|
1010
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1011
|
+
|
|
1012
|
+
</div>
|
|
1013
|
+
</td>
|
|
1014
|
+
</tr>
|
|
897
1015
|
|
|
898
1016
|
</tbody>
|
|
899
1017
|
</table>
|
|
@@ -109,6 +109,14 @@
|
|
|
109
109
|
</p>
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
<p class="comment">
|
|
113
|
+
<h3>Description</h3>
|
|
114
|
+
</p>
|
|
115
|
+
<p class="comment">
|
|
116
|
+
<p>Footer component used within the ECL Modal.</p>
|
|
117
|
+
<p>Automatically applies styling to buttons projected into the footer.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -330,6 +338,12 @@
|
|
|
330
338
|
</td>
|
|
331
339
|
</tr>
|
|
332
340
|
|
|
341
|
+
<tr>
|
|
342
|
+
<td class="col-md-4">
|
|
343
|
+
<div class="io-description"><p>Applies the ECL CSS class for modal footer container.</p>
|
|
344
|
+
</div>
|
|
345
|
+
</td>
|
|
346
|
+
</tr>
|
|
333
347
|
|
|
334
348
|
</tbody>
|
|
335
349
|
</table>
|
|
@@ -436,6 +450,12 @@
|
|
|
436
450
|
</td>
|
|
437
451
|
</tr>
|
|
438
452
|
|
|
453
|
+
<tr>
|
|
454
|
+
<td class="col-md-4">
|
|
455
|
+
<div class="io-description"><p>Queries all button components projected into the footer.</p>
|
|
456
|
+
</div>
|
|
457
|
+
</td>
|
|
458
|
+
</tr>
|
|
439
459
|
|
|
440
460
|
</tbody>
|
|
441
461
|
</table>
|
|
@@ -459,6 +479,17 @@
|
|
|
459
479
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
460
480
|
</td>
|
|
461
481
|
</tr>
|
|
482
|
+
<tr>
|
|
483
|
+
<td class="col-md-4">
|
|
484
|
+
<div class="io-description"><p>Applies the ECL CSS class for modal footer container.</p>
|
|
485
|
+
</div>
|
|
486
|
+
|
|
487
|
+
<div class="io-description">
|
|
488
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
489
|
+
|
|
490
|
+
</div>
|
|
491
|
+
</td>
|
|
492
|
+
</tr>
|
|
462
493
|
|
|
463
494
|
</tbody>
|
|
464
495
|
</table>
|
|
@@ -109,6 +109,15 @@
|
|
|
109
109
|
</p>
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
<p class="comment">
|
|
113
|
+
<h3>Description</h3>
|
|
114
|
+
</p>
|
|
115
|
+
<p class="comment">
|
|
116
|
+
<p>Header component used within the ECL Modal.</p>
|
|
117
|
+
<p>Displays an icon depending on the modal variant, user-defined content,
|
|
118
|
+
and a close button that emits a close event.</p>
|
|
119
|
+
|
|
120
|
+
</p>
|
|
112
121
|
|
|
113
122
|
<p class="comment">
|
|
114
123
|
<h3>Extends</h3>
|
|
@@ -291,6 +300,8 @@
|
|
|
291
300
|
|
|
292
301
|
<tr>
|
|
293
302
|
<td class="col-md-4">
|
|
303
|
+
<div class="io-description"><p>Constructs the modal header component with injected theme service.</p>
|
|
304
|
+
</div>
|
|
294
305
|
<div>
|
|
295
306
|
<b>Parameters :</b>
|
|
296
307
|
<table class="params">
|
|
@@ -299,6 +310,7 @@
|
|
|
299
310
|
<td>Name</td>
|
|
300
311
|
<td>Type</td>
|
|
301
312
|
<td>Optional</td>
|
|
313
|
+
<td>Description</td>
|
|
302
314
|
</tr>
|
|
303
315
|
</thead>
|
|
304
316
|
<tbody>
|
|
@@ -313,6 +325,10 @@
|
|
|
313
325
|
No
|
|
314
326
|
</td>
|
|
315
327
|
|
|
328
|
+
<td>
|
|
329
|
+
<p>The theme service used to determine current theme settings.</p>
|
|
330
|
+
|
|
331
|
+
</td>
|
|
316
332
|
</tr>
|
|
317
333
|
</tbody>
|
|
318
334
|
</table>
|
|
@@ -339,6 +355,21 @@
|
|
|
339
355
|
|
|
340
356
|
</td>
|
|
341
357
|
</tr>
|
|
358
|
+
<tr>
|
|
359
|
+
<td class="col-md-4">
|
|
360
|
+
<div class="io-description"><p>Defines the visual variant of the modal.</p>
|
|
361
|
+
<p>Determines which icon is shown in the header.</p>
|
|
362
|
+
<p>Possible values:</p>
|
|
363
|
+
<ul>
|
|
364
|
+
<li><code>'information'</code></li>
|
|
365
|
+
<li><code>'success'</code></li>
|
|
366
|
+
<li><code>'warning'</code></li>
|
|
367
|
+
<li><code>'error'</code></li>
|
|
368
|
+
<li>any other custom string (no icon will be shown)</li>
|
|
369
|
+
</ul>
|
|
370
|
+
</div>
|
|
371
|
+
</td>
|
|
372
|
+
</tr>
|
|
342
373
|
</tbody>
|
|
343
374
|
</table>
|
|
344
375
|
<table class="table table-sm table-bordered">
|
|
@@ -406,6 +437,13 @@
|
|
|
406
437
|
|
|
407
438
|
</td>
|
|
408
439
|
</tr>
|
|
440
|
+
<tr>
|
|
441
|
+
<td class="col-md-4">
|
|
442
|
+
<div class="io-description"><p>Event emitted when the close button is clicked.</p>
|
|
443
|
+
<p>Emits an <code>EclModalCloseEvent</code> object.</p>
|
|
444
|
+
</div>
|
|
445
|
+
</td>
|
|
446
|
+
</tr>
|
|
409
447
|
</tbody>
|
|
410
448
|
</table>
|
|
411
449
|
</section>
|
|
@@ -461,11 +499,17 @@
|
|
|
461
499
|
|
|
462
500
|
<tr>
|
|
463
501
|
<td class="col-md-4">
|
|
502
|
+
<div class="io-description"><p>Returns the name of the icon associated with the current variant.</p>
|
|
503
|
+
</div>
|
|
464
504
|
|
|
465
505
|
<div class="io-description">
|
|
466
506
|
<b>Returns : </b> <code>"information" | "check-filled" | "warning" | "error" | null</code>
|
|
467
507
|
|
|
468
508
|
</div>
|
|
509
|
+
<div class="io-description">
|
|
510
|
+
<p>The icon name, or <code>null</code> if no matching variant exists.</p>
|
|
511
|
+
|
|
512
|
+
</div>
|
|
469
513
|
</td>
|
|
470
514
|
</tr>
|
|
471
515
|
</tbody>
|
|
@@ -492,6 +536,9 @@
|
|
|
492
536
|
|
|
493
537
|
<tr>
|
|
494
538
|
<td class="col-md-4">
|
|
539
|
+
<div class="io-description"><p>Handles the click event on the close button.</p>
|
|
540
|
+
<p>Emits a <code>modalClose</code> event with no payload.</p>
|
|
541
|
+
</div>
|
|
495
542
|
|
|
496
543
|
<div class="io-description">
|
|
497
544
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -596,6 +643,12 @@
|
|
|
596
643
|
</td>
|
|
597
644
|
</tr>
|
|
598
645
|
|
|
646
|
+
<tr>
|
|
647
|
+
<td class="col-md-4">
|
|
648
|
+
<div class="io-description"><p>Applies the ECL CSS class for modal header container.</p>
|
|
649
|
+
</div>
|
|
650
|
+
</td>
|
|
651
|
+
</tr>
|
|
599
652
|
|
|
600
653
|
</tbody>
|
|
601
654
|
</table>
|
|
@@ -618,6 +671,11 @@
|
|
|
618
671
|
</td>
|
|
619
672
|
</tr>
|
|
620
673
|
|
|
674
|
+
<tr>
|
|
675
|
+
<td class="col-md-4">
|
|
676
|
+
<div class="io-description">The theme service used to determine current theme settings.</div>
|
|
677
|
+
</td>
|
|
678
|
+
</tr>
|
|
621
679
|
|
|
622
680
|
</tbody>
|
|
623
681
|
</table>
|