@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
|
@@ -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>ECL icon component – renders SVG icons from various sets depending on current theme.
|
|
117
|
+
Integrates with ECL theming and supports accessibility options.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
|
|
114
122
|
<p class="comment">
|
|
@@ -391,6 +399,13 @@
|
|
|
391
399
|
|
|
392
400
|
</td>
|
|
393
401
|
</tr>
|
|
402
|
+
<tr>
|
|
403
|
+
<td class="col-md-4">
|
|
404
|
+
<div class="io-description"><p>Determines whether the icon should be hidden from assistive technologies.
|
|
405
|
+
Defaults to <code>true</code> unless a title is provided.</p>
|
|
406
|
+
</div>
|
|
407
|
+
</td>
|
|
408
|
+
</tr>
|
|
394
409
|
</tbody>
|
|
395
410
|
</table>
|
|
396
411
|
<table class="table table-sm table-bordered">
|
|
@@ -407,6 +422,12 @@
|
|
|
407
422
|
|
|
408
423
|
</td>
|
|
409
424
|
</tr>
|
|
425
|
+
<tr>
|
|
426
|
+
<td class="col-md-4">
|
|
427
|
+
<div class="io-description"><p>ID reference for an external element that labels this icon for screen readers.</p>
|
|
428
|
+
</div>
|
|
429
|
+
</td>
|
|
430
|
+
</tr>
|
|
410
431
|
</tbody>
|
|
411
432
|
</table>
|
|
412
433
|
<table class="table table-sm table-bordered">
|
|
@@ -428,6 +449,13 @@
|
|
|
428
449
|
<i>Default value : </i><code>null</code>
|
|
429
450
|
</td>
|
|
430
451
|
</tr>
|
|
452
|
+
<tr>
|
|
453
|
+
<td class="col-md-4">
|
|
454
|
+
<div class="io-description"><p>Applies color styling to the icon.
|
|
455
|
+
Use <code>'inverted'</code> for icons on dark backgrounds, or <code>'primary'</code> for emphasis.</p>
|
|
456
|
+
</div>
|
|
457
|
+
</td>
|
|
458
|
+
</tr>
|
|
431
459
|
</tbody>
|
|
432
460
|
</table>
|
|
433
461
|
<table class="table table-sm table-bordered">
|
|
@@ -449,6 +477,13 @@
|
|
|
449
477
|
<i>Default value : </i><code>false</code>
|
|
450
478
|
</td>
|
|
451
479
|
</tr>
|
|
480
|
+
<tr>
|
|
481
|
+
<td class="col-md-4">
|
|
482
|
+
<div class="io-description"><p>Controls whether the icon is focusable via keyboard.
|
|
483
|
+
Defaults to <code>false</code>.</p>
|
|
484
|
+
</div>
|
|
485
|
+
</td>
|
|
486
|
+
</tr>
|
|
452
487
|
</tbody>
|
|
453
488
|
</table>
|
|
454
489
|
<table class="table table-sm table-bordered">
|
|
@@ -465,6 +500,12 @@
|
|
|
465
500
|
|
|
466
501
|
</td>
|
|
467
502
|
</tr>
|
|
503
|
+
<tr>
|
|
504
|
+
<td class="col-md-4">
|
|
505
|
+
<div class="io-description"><p>Name of the icon to render from the selected set.</p>
|
|
506
|
+
</div>
|
|
507
|
+
</td>
|
|
508
|
+
</tr>
|
|
468
509
|
</tbody>
|
|
469
510
|
</table>
|
|
470
511
|
<table class="table table-sm table-bordered">
|
|
@@ -486,6 +527,14 @@
|
|
|
486
527
|
<i>Default value : </i><code>'default'</code>
|
|
487
528
|
</td>
|
|
488
529
|
</tr>
|
|
530
|
+
<tr>
|
|
531
|
+
<td class="col-md-4">
|
|
532
|
+
<div class="io-description"><p>Defines the icon set to use.
|
|
533
|
+
Available sets: <code>default</code>, <code>social</code>, <code>social-media</code>, <code>flag</code>, or a custom URL prefix.
|
|
534
|
+
Defaults to <code>'default'</code>.</p>
|
|
535
|
+
</div>
|
|
536
|
+
</td>
|
|
537
|
+
</tr>
|
|
489
538
|
</tbody>
|
|
490
539
|
</table>
|
|
491
540
|
<table class="table table-sm table-bordered">
|
|
@@ -507,6 +556,12 @@
|
|
|
507
556
|
<i>Default value : </i><code>false</code>
|
|
508
557
|
</td>
|
|
509
558
|
</tr>
|
|
559
|
+
<tr>
|
|
560
|
+
<td class="col-md-4">
|
|
561
|
+
<div class="io-description"><p>Flips the icon horizontally if set to <code>true</code>.</p>
|
|
562
|
+
</div>
|
|
563
|
+
</td>
|
|
564
|
+
</tr>
|
|
510
565
|
</tbody>
|
|
511
566
|
</table>
|
|
512
567
|
<table class="table table-sm table-bordered">
|
|
@@ -523,6 +578,12 @@
|
|
|
523
578
|
|
|
524
579
|
</td>
|
|
525
580
|
</tr>
|
|
581
|
+
<tr>
|
|
582
|
+
<td class="col-md-4">
|
|
583
|
+
<div class="io-description"><p>ARIA role of the icon. If a <code>title</code> is provided and no role is defined, defaults to <code>'img'</code>.</p>
|
|
584
|
+
</div>
|
|
585
|
+
</td>
|
|
586
|
+
</tr>
|
|
526
587
|
</tbody>
|
|
527
588
|
</table>
|
|
528
589
|
<table class="table table-sm table-bordered">
|
|
@@ -544,6 +605,14 @@
|
|
|
544
605
|
<i>Default value : </i><code>'xs'</code>
|
|
545
606
|
</td>
|
|
546
607
|
</tr>
|
|
608
|
+
<tr>
|
|
609
|
+
<td class="col-md-4">
|
|
610
|
+
<div class="io-description"><p>Size of the icon.
|
|
611
|
+
Supported values: <code>'2xs'</code>, <code>'xs'</code>, <code>'s'</code>, <code>'m'</code>, <code>'l'</code>, <code>'xl'</code>, <code>'2xl'</code>, <code>'fluid'</code>.
|
|
612
|
+
Defaults to <code>'xs'</code>.</p>
|
|
613
|
+
</div>
|
|
614
|
+
</td>
|
|
615
|
+
</tr>
|
|
547
616
|
</tbody>
|
|
548
617
|
</table>
|
|
549
618
|
<table class="table table-sm table-bordered">
|
|
@@ -560,6 +629,12 @@
|
|
|
560
629
|
|
|
561
630
|
</td>
|
|
562
631
|
</tr>
|
|
632
|
+
<tr>
|
|
633
|
+
<td class="col-md-4">
|
|
634
|
+
<div class="io-description"><p>Title used for accessibility. Also affects <code>aria-hidden</code> and <code>role</code>.</p>
|
|
635
|
+
</div>
|
|
636
|
+
</td>
|
|
637
|
+
</tr>
|
|
563
638
|
</tbody>
|
|
564
639
|
</table>
|
|
565
640
|
<table class="table table-sm table-bordered">
|
|
@@ -576,6 +651,12 @@
|
|
|
576
651
|
|
|
577
652
|
</td>
|
|
578
653
|
</tr>
|
|
654
|
+
<tr>
|
|
655
|
+
<td class="col-md-4">
|
|
656
|
+
<div class="io-description"><p>Adds a transformation modifier to the icon (e.g., rotation).</p>
|
|
657
|
+
</div>
|
|
658
|
+
</td>
|
|
659
|
+
</tr>
|
|
579
660
|
</tbody>
|
|
580
661
|
</table>
|
|
581
662
|
</section>
|
|
@@ -599,6 +680,12 @@
|
|
|
599
680
|
</td>
|
|
600
681
|
</tr>
|
|
601
682
|
|
|
683
|
+
<tr>
|
|
684
|
+
<td class="col-md-4">
|
|
685
|
+
<div class="io-description"><p>Adds a dark background utility class if the color is set to <code>'inverted'</code>.</p>
|
|
686
|
+
</div>
|
|
687
|
+
</td>
|
|
688
|
+
</tr>
|
|
602
689
|
|
|
603
690
|
</tbody>
|
|
604
691
|
</table>
|
|
@@ -632,6 +719,9 @@
|
|
|
632
719
|
|
|
633
720
|
<tr>
|
|
634
721
|
<td class="col-md-4">
|
|
722
|
+
<div class="io-description"><p>Returns a map of CSS classes applied to the icon.
|
|
723
|
+
Includes classes for size, color, transform, and base ECL styles.</p>
|
|
724
|
+
</div>
|
|
635
725
|
|
|
636
726
|
<div class="io-description">
|
|
637
727
|
<b>Returns : </b> <code>literal type</code>
|
|
@@ -762,6 +852,17 @@
|
|
|
762
852
|
<span class="accessor"><b>get</b><code>isColorInverted()</code></span>
|
|
763
853
|
</td>
|
|
764
854
|
</tr>
|
|
855
|
+
<tr>
|
|
856
|
+
<td class="col-md-4">
|
|
857
|
+
<div class="io-description"><p>Adds a dark background utility class if the color is set to <code>'inverted'</code>.</p>
|
|
858
|
+
</div>
|
|
859
|
+
|
|
860
|
+
<div class="io-description">
|
|
861
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
862
|
+
|
|
863
|
+
</div>
|
|
864
|
+
</td>
|
|
865
|
+
</tr>
|
|
765
866
|
|
|
766
867
|
</tbody>
|
|
767
868
|
</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>Component representing a list using ECL illustration styles.</p>
|
|
117
|
+
<p>Supports zebra styling, responsive horizontal layout, and font size options.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -335,6 +343,17 @@
|
|
|
335
343
|
<i>Default value : </i><code>'l'</code>
|
|
336
344
|
</td>
|
|
337
345
|
</tr>
|
|
346
|
+
<tr>
|
|
347
|
+
<td class="col-md-4">
|
|
348
|
+
<div class="io-description"><p>Font size for list content.
|
|
349
|
+
Possible values:</p>
|
|
350
|
+
<ul>
|
|
351
|
+
<li><code>'m'</code> – medium</li>
|
|
352
|
+
<li><code>'l'</code> – large (default)</li>
|
|
353
|
+
</ul>
|
|
354
|
+
</div>
|
|
355
|
+
</td>
|
|
356
|
+
</tr>
|
|
338
357
|
</tbody>
|
|
339
358
|
</table>
|
|
340
359
|
<table class="table table-sm table-bordered">
|
|
@@ -356,6 +375,12 @@
|
|
|
356
375
|
<i>Default value : </i><code>0</code>
|
|
357
376
|
</td>
|
|
358
377
|
</tr>
|
|
378
|
+
<tr>
|
|
379
|
+
<td class="col-md-4">
|
|
380
|
+
<div class="io-description"><p>Number of horizontal columns. If greater than <code>0</code>, items are displayed in a grid layout.</p>
|
|
381
|
+
</div>
|
|
382
|
+
</td>
|
|
383
|
+
</tr>
|
|
359
384
|
</tbody>
|
|
360
385
|
</table>
|
|
361
386
|
<table class="table table-sm table-bordered">
|
|
@@ -377,6 +402,12 @@
|
|
|
377
402
|
<i>Default value : </i><code>false</code>
|
|
378
403
|
</td>
|
|
379
404
|
</tr>
|
|
405
|
+
<tr>
|
|
406
|
+
<td class="col-md-4">
|
|
407
|
+
<div class="io-description"><p>Enables zebra style (alternating background colors for list items).</p>
|
|
408
|
+
</div>
|
|
409
|
+
</td>
|
|
410
|
+
</tr>
|
|
380
411
|
</tbody>
|
|
381
412
|
</table>
|
|
382
413
|
<table class="table table-sm table-bordered">
|
|
@@ -453,6 +484,12 @@
|
|
|
453
484
|
</td>
|
|
454
485
|
</tr>
|
|
455
486
|
|
|
487
|
+
<tr>
|
|
488
|
+
<td class="col-md-4">
|
|
489
|
+
<div class="io-description"><p>Applies ARIA role for list elements.</p>
|
|
490
|
+
</div>
|
|
491
|
+
</td>
|
|
492
|
+
</tr>
|
|
456
493
|
|
|
457
494
|
</tbody>
|
|
458
495
|
</table>
|
|
@@ -474,6 +511,12 @@
|
|
|
474
511
|
</td>
|
|
475
512
|
</tr>
|
|
476
513
|
|
|
514
|
+
<tr>
|
|
515
|
+
<td class="col-md-4">
|
|
516
|
+
<div class="io-description"><p>Applies the appropriate ECL CSS classes to the host element.</p>
|
|
517
|
+
</div>
|
|
518
|
+
</td>
|
|
519
|
+
</tr>
|
|
477
520
|
|
|
478
521
|
</tbody>
|
|
479
522
|
</table>
|
|
@@ -495,6 +538,12 @@
|
|
|
495
538
|
</td>
|
|
496
539
|
</tr>
|
|
497
540
|
|
|
541
|
+
<tr>
|
|
542
|
+
<td class="col-md-4">
|
|
543
|
+
<div class="io-description"><p>Controls <code>display</code> style of the host element based on breakpoint and column count.</p>
|
|
544
|
+
</div>
|
|
545
|
+
</td>
|
|
546
|
+
</tr>
|
|
498
547
|
|
|
499
548
|
</tbody>
|
|
500
549
|
</table>
|
|
@@ -606,6 +655,12 @@
|
|
|
606
655
|
</td>
|
|
607
656
|
</tr>
|
|
608
657
|
|
|
658
|
+
<tr>
|
|
659
|
+
<td class="col-md-4">
|
|
660
|
+
<div class="io-description"><p>Applies ARIA role for list elements.</p>
|
|
661
|
+
</div>
|
|
662
|
+
</td>
|
|
663
|
+
</tr>
|
|
609
664
|
|
|
610
665
|
</tbody>
|
|
611
666
|
</table>
|
|
@@ -629,6 +684,17 @@
|
|
|
629
684
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
630
685
|
</td>
|
|
631
686
|
</tr>
|
|
687
|
+
<tr>
|
|
688
|
+
<td class="col-md-4">
|
|
689
|
+
<div class="io-description"><p>Applies the appropriate ECL CSS classes to the host element.</p>
|
|
690
|
+
</div>
|
|
691
|
+
|
|
692
|
+
<div class="io-description">
|
|
693
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
694
|
+
|
|
695
|
+
</div>
|
|
696
|
+
</td>
|
|
697
|
+
</tr>
|
|
632
698
|
|
|
633
699
|
</tbody>
|
|
634
700
|
</table>
|
|
@@ -646,6 +712,17 @@
|
|
|
646
712
|
<span class="accessor"><b>get</b><code>elementDisplayStyle()</code></span>
|
|
647
713
|
</td>
|
|
648
714
|
</tr>
|
|
715
|
+
<tr>
|
|
716
|
+
<td class="col-md-4">
|
|
717
|
+
<div class="io-description"><p>Controls <code>display</code> style of the host element based on breakpoint and column count.</p>
|
|
718
|
+
</div>
|
|
719
|
+
|
|
720
|
+
<div class="io-description">
|
|
721
|
+
<b>Returns : </b> <code>string | null</code>
|
|
722
|
+
|
|
723
|
+
</div>
|
|
724
|
+
</td>
|
|
725
|
+
</tr>
|
|
649
726
|
|
|
650
727
|
</tbody>
|
|
651
728
|
</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>Component representing a single item in an ECL illustration list.</p>
|
|
117
|
+
<p>Displays optional title, value, and one or more illustration icons.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
<i>Default value : </i><code>''</code>
|
|
295
303
|
</td>
|
|
296
304
|
</tr>
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Text displayed as the item title.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
</tbody>
|
|
298
312
|
</table>
|
|
299
313
|
<table class="table table-sm table-bordered">
|
|
@@ -315,6 +329,12 @@
|
|
|
315
329
|
<i>Default value : </i><code>''</code>
|
|
316
330
|
</td>
|
|
317
331
|
</tr>
|
|
332
|
+
<tr>
|
|
333
|
+
<td class="col-md-4">
|
|
334
|
+
<div class="io-description"><p>Text displayed as the item value.</p>
|
|
335
|
+
</div>
|
|
336
|
+
</td>
|
|
337
|
+
</tr>
|
|
318
338
|
</tbody>
|
|
319
339
|
</table>
|
|
320
340
|
<table class="table table-sm table-bordered">
|
|
@@ -391,6 +411,12 @@
|
|
|
391
411
|
</td>
|
|
392
412
|
</tr>
|
|
393
413
|
|
|
414
|
+
<tr>
|
|
415
|
+
<td class="col-md-4">
|
|
416
|
+
<div class="io-description"><p>Applies ARIA role for list items.</p>
|
|
417
|
+
</div>
|
|
418
|
+
</td>
|
|
419
|
+
</tr>
|
|
394
420
|
|
|
395
421
|
</tbody>
|
|
396
422
|
</table>
|
|
@@ -417,6 +443,12 @@
|
|
|
417
443
|
</td>
|
|
418
444
|
</tr>
|
|
419
445
|
|
|
446
|
+
<tr>
|
|
447
|
+
<td class="col-md-4">
|
|
448
|
+
<div class="io-description"><p>Applies ECL class for illustration list item.</p>
|
|
449
|
+
</div>
|
|
450
|
+
</td>
|
|
451
|
+
</tr>
|
|
420
452
|
|
|
421
453
|
</tbody>
|
|
422
454
|
</table>
|
|
@@ -522,6 +554,12 @@
|
|
|
522
554
|
</td>
|
|
523
555
|
</tr>
|
|
524
556
|
|
|
557
|
+
<tr>
|
|
558
|
+
<td class="col-md-4">
|
|
559
|
+
<div class="io-description"><p>Applies ECL class for illustration list item.</p>
|
|
560
|
+
</div>
|
|
561
|
+
</td>
|
|
562
|
+
</tr>
|
|
525
563
|
|
|
526
564
|
</tbody>
|
|
527
565
|
</table>
|
|
@@ -589,6 +627,12 @@
|
|
|
589
627
|
</td>
|
|
590
628
|
</tr>
|
|
591
629
|
|
|
630
|
+
<tr>
|
|
631
|
+
<td class="col-md-4">
|
|
632
|
+
<div class="io-description"><p>Applies ARIA role for list items.</p>
|
|
633
|
+
</div>
|
|
634
|
+
</td>
|
|
635
|
+
</tr>
|
|
592
636
|
|
|
593
637
|
</tbody>
|
|
594
638
|
</table>
|
|
@@ -612,6 +656,17 @@
|
|
|
612
656
|
<span class="accessor"><b>get</b><code>hasTitle()</code></span>
|
|
613
657
|
</td>
|
|
614
658
|
</tr>
|
|
659
|
+
<tr>
|
|
660
|
+
<td class="col-md-4">
|
|
661
|
+
<div class="io-description"><p>Returns <code>true</code> if the item has a title or any projected icons.</p>
|
|
662
|
+
</div>
|
|
663
|
+
|
|
664
|
+
<div class="io-description">
|
|
665
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
666
|
+
|
|
667
|
+
</div>
|
|
668
|
+
</td>
|
|
669
|
+
</tr>
|
|
615
670
|
|
|
616
671
|
</tbody>
|
|
617
672
|
</table>
|
|
@@ -629,6 +684,17 @@
|
|
|
629
684
|
<span class="accessor"><b>get</b><code>hasValue()</code></span>
|
|
630
685
|
</td>
|
|
631
686
|
</tr>
|
|
687
|
+
<tr>
|
|
688
|
+
<td class="col-md-4">
|
|
689
|
+
<div class="io-description"><p>Returns <code>true</code> if the item has a value.</p>
|
|
690
|
+
</div>
|
|
691
|
+
|
|
692
|
+
<div class="io-description">
|
|
693
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
694
|
+
|
|
695
|
+
</div>
|
|
696
|
+
</td>
|
|
697
|
+
</tr>
|
|
632
698
|
|
|
633
699
|
</tbody>
|
|
634
700
|
</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>Component representing a loading indicator (spinner) using ECL styles.</p>
|
|
117
|
+
<p>Supports different sizes, color variants, centering and visibility options.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -289,6 +297,13 @@
|
|
|
289
297
|
<i>Default value : </i><code>true</code>
|
|
290
298
|
</td>
|
|
291
299
|
</tr>
|
|
300
|
+
<tr>
|
|
301
|
+
<td class="col-md-4">
|
|
302
|
+
<div class="io-description"><p>Controls whether the spinner should be centered.</p>
|
|
303
|
+
<p>Defaults to <code>true</code>.</p>
|
|
304
|
+
</div>
|
|
305
|
+
</td>
|
|
306
|
+
</tr>
|
|
292
307
|
</tbody>
|
|
293
308
|
</table>
|
|
294
309
|
<table class="table table-sm table-bordered">
|
|
@@ -310,6 +325,14 @@
|
|
|
310
325
|
<i>Default value : </i><code>true</code>
|
|
311
326
|
</td>
|
|
312
327
|
</tr>
|
|
328
|
+
<tr>
|
|
329
|
+
<td class="col-md-4">
|
|
330
|
+
<div class="io-description"><p>Controls visibility of the spinner.</p>
|
|
331
|
+
<p>When set to <code>false</code>, the spinner will be hidden via CSS.</p>
|
|
332
|
+
<p>Defaults to <code>true</code>.</p>
|
|
333
|
+
</div>
|
|
334
|
+
</td>
|
|
335
|
+
</tr>
|
|
313
336
|
</tbody>
|
|
314
337
|
</table>
|
|
315
338
|
<table class="table table-sm table-bordered">
|
|
@@ -331,6 +354,18 @@
|
|
|
331
354
|
<i>Default value : </i><code>'m'</code>
|
|
332
355
|
</td>
|
|
333
356
|
</tr>
|
|
357
|
+
<tr>
|
|
358
|
+
<td class="col-md-4">
|
|
359
|
+
<div class="io-description"><p>Size of the spinner.</p>
|
|
360
|
+
<p>Possible values:</p>
|
|
361
|
+
<ul>
|
|
362
|
+
<li><code>'s'</code> – small</li>
|
|
363
|
+
<li><code>'m'</code> – medium (default)</li>
|
|
364
|
+
<li><code>'l'</code> – large</li>
|
|
365
|
+
</ul>
|
|
366
|
+
</div>
|
|
367
|
+
</td>
|
|
368
|
+
</tr>
|
|
334
369
|
</tbody>
|
|
335
370
|
</table>
|
|
336
371
|
<table class="table table-sm table-bordered">
|
|
@@ -352,6 +387,17 @@
|
|
|
352
387
|
<i>Default value : </i><code>'primary'</code>
|
|
353
388
|
</td>
|
|
354
389
|
</tr>
|
|
390
|
+
<tr>
|
|
391
|
+
<td class="col-md-4">
|
|
392
|
+
<div class="io-description"><p>Variant of the spinner color.</p>
|
|
393
|
+
<p>Possible values:</p>
|
|
394
|
+
<ul>
|
|
395
|
+
<li><code>'primary'</code> – default appearance</li>
|
|
396
|
+
<li><code>'inverted'</code> – used on dark backgrounds</li>
|
|
397
|
+
</ul>
|
|
398
|
+
</div>
|
|
399
|
+
</td>
|
|
400
|
+
</tr>
|
|
355
401
|
</tbody>
|
|
356
402
|
</table>
|
|
357
403
|
<table class="table table-sm table-bordered">
|
|
@@ -428,6 +474,12 @@
|
|
|
428
474
|
</td>
|
|
429
475
|
</tr>
|
|
430
476
|
|
|
477
|
+
<tr>
|
|
478
|
+
<td class="col-md-4">
|
|
479
|
+
<div class="io-description"><p>Applies ARIA role for accessibility.</p>
|
|
480
|
+
</div>
|
|
481
|
+
</td>
|
|
482
|
+
</tr>
|
|
431
483
|
|
|
432
484
|
</tbody>
|
|
433
485
|
</table>
|
|
@@ -449,6 +501,12 @@
|
|
|
449
501
|
</td>
|
|
450
502
|
</tr>
|
|
451
503
|
|
|
504
|
+
<tr>
|
|
505
|
+
<td class="col-md-4">
|
|
506
|
+
<div class="io-description"><p>Applies CSS classes based on size, variant and visibility settings.</p>
|
|
507
|
+
</div>
|
|
508
|
+
</td>
|
|
509
|
+
</tr>
|
|
452
510
|
|
|
453
511
|
</tbody>
|
|
454
512
|
</table>
|
|
@@ -560,6 +618,12 @@
|
|
|
560
618
|
</td>
|
|
561
619
|
</tr>
|
|
562
620
|
|
|
621
|
+
<tr>
|
|
622
|
+
<td class="col-md-4">
|
|
623
|
+
<div class="io-description"><p>Applies ARIA role for accessibility.</p>
|
|
624
|
+
</div>
|
|
625
|
+
</td>
|
|
626
|
+
</tr>
|
|
563
627
|
|
|
564
628
|
</tbody>
|
|
565
629
|
</table>
|
|
@@ -583,6 +647,17 @@
|
|
|
583
647
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
584
648
|
</td>
|
|
585
649
|
</tr>
|
|
650
|
+
<tr>
|
|
651
|
+
<td class="col-md-4">
|
|
652
|
+
<div class="io-description"><p>Applies CSS classes based on size, variant and visibility settings.</p>
|
|
653
|
+
</div>
|
|
654
|
+
|
|
655
|
+
<div class="io-description">
|
|
656
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
657
|
+
|
|
658
|
+
</div>
|
|
659
|
+
</td>
|
|
660
|
+
</tr>
|
|
586
661
|
|
|
587
662
|
</tbody>
|
|
588
663
|
</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>Body component used inside the ECL Modal.</p>
|
|
117
|
+
<p>Optionally allows scrollable content inside the modal body.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -262,6 +270,12 @@
|
|
|
262
270
|
<i>Default value : </i><code>false</code>
|
|
263
271
|
</td>
|
|
264
272
|
</tr>
|
|
273
|
+
<tr>
|
|
274
|
+
<td class="col-md-4">
|
|
275
|
+
<div class="io-description"><p>When true, adds a modifier class to allow scrollable content inside the modal body.</p>
|
|
276
|
+
</div>
|
|
277
|
+
</td>
|
|
278
|
+
</tr>
|
|
265
279
|
</tbody>
|
|
266
280
|
</table>
|
|
267
281
|
<table class="table table-sm table-bordered">
|
|
@@ -333,6 +347,12 @@
|
|
|
333
347
|
</td>
|
|
334
348
|
</tr>
|
|
335
349
|
|
|
350
|
+
<tr>
|
|
351
|
+
<td class="col-md-4">
|
|
352
|
+
<div class="io-description"><p>Applies CSS classes for the modal body and scrollable modifier if enabled.</p>
|
|
353
|
+
</div>
|
|
354
|
+
</td>
|
|
355
|
+
</tr>
|
|
336
356
|
|
|
337
357
|
</tbody>
|
|
338
358
|
</table>
|
|
@@ -425,6 +445,17 @@
|
|
|
425
445
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
426
446
|
</td>
|
|
427
447
|
</tr>
|
|
448
|
+
<tr>
|
|
449
|
+
<td class="col-md-4">
|
|
450
|
+
<div class="io-description"><p>Applies CSS classes for the modal body and scrollable modifier if enabled.</p>
|
|
451
|
+
</div>
|
|
452
|
+
|
|
453
|
+
<div class="io-description">
|
|
454
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
455
|
+
|
|
456
|
+
</div>
|
|
457
|
+
</td>
|
|
458
|
+
</tr>
|
|
428
459
|
|
|
429
460
|
</tbody>
|
|
430
461
|
</table>
|