@eui/ecl 19.3.0-snapshot-1749041696283 → 19.3.0-snapshot-1749064223062
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/ecl-accordion/ecl-accordion-item.component.d.ts +24 -0
- package/components/ecl-accordion/ecl-accordion-item.component.d.ts.map +1 -1
- package/components/ecl-accordion/ecl-accordion.component.d.ts +19 -0
- package/components/ecl-accordion/ecl-accordion.component.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-description.directive.d.ts +9 -0
- package/components/ecl-banner/ecl-banner-description.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-picture.directive.d.ts +11 -0
- package/components/ecl-banner/ecl-banner-picture.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-title.directive.d.ts +12 -0
- package/components/ecl-banner/ecl-banner-title.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner-video.directive.d.ts +10 -0
- package/components/ecl-banner/ecl-banner-video.directive.d.ts.map +1 -1
- package/components/ecl-banner/ecl-banner.component.d.ts +66 -0
- package/components/ecl-banner/ecl-banner.component.d.ts.map +1 -1
- package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts +14 -0
- package/components/ecl-blockquote/ecl-blockquote-picture.directive.d.ts.map +1 -1
- package/components/ecl-blockquote/ecl-blockquote.component.d.ts +29 -0
- package/components/ecl-blockquote/ecl-blockquote.component.d.ts.map +1 -1
- package/components/ecl-button/ecl-button-label.directive.d.ts +21 -0
- package/components/ecl-button/ecl-button-label.directive.d.ts.map +1 -1
- package/components/ecl-button/ecl-button.component.d.ts +43 -0
- package/components/ecl-button/ecl-button.component.d.ts.map +1 -1
- package/components/ecl-card/ecl-card-body.component.d.ts +7 -0
- package/components/ecl-card/ecl-card-body.component.d.ts.map +1 -1
- package/components/ecl-card/ecl-card-picture.directive.d.ts +17 -0
- package/components/ecl-card/ecl-card-picture.directive.d.ts.map +1 -1
- package/components/ecl-card/ecl-card.component.d.ts +27 -0
- package/components/ecl-card/ecl-card.component.d.ts.map +1 -1
- package/components/ecl-carousel/ecl-carousel-item.component.d.ts +42 -0
- package/components/ecl-carousel/ecl-carousel-item.component.d.ts.map +1 -1
- package/components/ecl-carousel/ecl-carousel.component.d.ts +224 -0
- package/components/ecl-carousel/ecl-carousel.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts +14 -0
- package/components/ecl-category-filter/ecl-category-filter/ecl-category-filter.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts +56 -0
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.d.ts.map +1 -1
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts +28 -0
- package/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-list.component.d.ts.map +1 -1
- package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts +7 -0
- package/components/ecl-category-filter/events/ecl-category-filter-item-select.event.d.ts.map +1 -1
- package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts +106 -0
- package/components/ecl-content-block/ecl-content-block-elements.directive.d.ts.map +1 -1
- package/components/ecl-content-block/ecl-content-block.component.d.ts +8 -0
- package/components/ecl-content-block/ecl-content-block.component.d.ts.map +1 -1
- package/components/ecl-content-item/ecl-content-item-image.directive.d.ts +29 -0
- package/components/ecl-content-item/ecl-content-item-image.directive.d.ts.map +1 -1
- package/components/ecl-content-item/ecl-content-item.component.d.ts +40 -0
- package/components/ecl-content-item/ecl-content-item.component.d.ts.map +1 -1
- package/components/ecl-date-block/ecl-date-block.component.d.ts +36 -0
- package/components/ecl-date-block/ecl-date-block.component.d.ts.map +1 -1
- package/components/ecl-expandable/ecl-expandable.component.d.ts +34 -0
- package/components/ecl-expandable/ecl-expandable.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts +7 -0
- package/components/ecl-fact-figures/ecl-fact-figures-description.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts +15 -0
- package/components/ecl-fact-figures/ecl-fact-figures-item.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts +6 -0
- package/components/ecl-fact-figures/ecl-fact-figures-title.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts +6 -0
- package/components/ecl-fact-figures/ecl-fact-figures-value.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts +15 -0
- package/components/ecl-fact-figures/ecl-fact-figures-view-all.component.d.ts.map +1 -1
- package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts +23 -0
- package/components/ecl-fact-figures/ecl-fact-figures.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-download.directive.d.ts +23 -0
- package/components/ecl-file/ecl-file-download.directive.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts +36 -0
- package/components/ecl-file/ecl-file-item/ecl-file-item.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts +29 -0
- package/components/ecl-file/ecl-file-items/ecl-file-items.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-picture.directive.d.ts +23 -0
- package/components/ecl-file/ecl-file-picture.directive.d.ts.map +1 -1
- package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts +6 -0
- package/components/ecl-file/ecl-file-taxonomy/ecl-file-taxonomy.component.d.ts.map +1 -1
- package/components/ecl-file/ecl-file.component.d.ts +35 -0
- package/components/ecl-file/ecl-file.component.d.ts.map +1 -1
- package/components/ecl-icon/ecl-icon.component.d.ts +51 -0
- package/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/components/ecl-label/ecl-label.directive.d.ts +20 -0
- package/components/ecl-label/ecl-label.directive.d.ts.map +1 -1
- package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts +35 -0
- package/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.d.ts.map +1 -1
- package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts +22 -0
- package/components/ecl-list/ecl-description-list-definition-item.directive.d.ts.map +1 -1
- package/components/ecl-list/ecl-list.directive.d.ts +57 -0
- package/components/ecl-list/ecl-list.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts +8 -0
- package/components/ecl-list-illustration/ecl-list-illustration-icon.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts +23 -0
- package/components/ecl-list-illustration/ecl-list-illustration-item.component.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts +23 -0
- package/components/ecl-list-illustration/ecl-list-illustration-picture.directive.d.ts.map +1 -1
- package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts +26 -0
- package/components/ecl-list-illustration/ecl-list-illustration.component.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts +8 -0
- package/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts +8 -0
- package/components/ecl-loading-indicator/ecl-loading-indicator-overlay.directive.d.ts.map +1 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts +39 -1
- package/components/ecl-loading-indicator/ecl-loading-indicator.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts +8 -0
- package/components/ecl-modal/ecl-modal-body-fixed.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-body.component.d.ts +11 -0
- package/components/ecl-modal/ecl-modal-body.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-close.directive.d.ts +17 -0
- package/components/ecl-modal/ecl-modal-close.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-footer.component.d.ts +16 -0
- package/components/ecl-modal/ecl-modal-footer.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-header.component.d.ts +41 -0
- package/components/ecl-modal/ecl-modal-header.component.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal-trigger.directive.d.ts +9 -0
- package/components/ecl-modal/ecl-modal-trigger.directive.d.ts.map +1 -1
- package/components/ecl-modal/ecl-modal.component.d.ts +68 -0
- package/components/ecl-modal/ecl-modal.component.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts +6 -0
- package/components/ecl-news-ticker/ecl-news-ticker-icon.directive.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts +27 -0
- package/components/ecl-news-ticker/ecl-news-ticker-item.component.d.ts.map +1 -1
- package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts +77 -0
- package/components/ecl-news-ticker/ecl-news-ticker.component.d.ts.map +1 -1
- package/components/ecl-notification/ecl-notification-title.directive.d.ts +7 -0
- package/components/ecl-notification/ecl-notification-title.directive.d.ts.map +1 -1
- package/components/ecl-notification/ecl-notification.component.d.ts +42 -0
- package/components/ecl-notification/ecl-notification.component.d.ts.map +1 -1
- package/components/ecl-notification/events/ecl-notification-close.event.d.ts +5 -0
- package/components/ecl-notification/events/ecl-notification-close.event.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover-content.directive.d.ts +8 -0
- package/components/ecl-popover/ecl-popover-content.directive.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover-toggle.directive.d.ts +27 -0
- package/components/ecl-popover/ecl-popover-toggle.directive.d.ts.map +1 -1
- package/components/ecl-popover/ecl-popover.component.d.ts +46 -0
- package/components/ecl-popover/ecl-popover.component.d.ts.map +1 -1
- package/components/ecl-separator/ecl-separator.directive.d.ts +7 -0
- package/components/ecl-separator/ecl-separator.directive.d.ts.map +1 -1
- package/docs/classes/EclCategoryFilterItemSelectEvent.html +19 -0
- package/docs/classes/EclExpandableToggleEvent.html +8 -0
- package/docs/classes/EclNotificationCloseEvent.html +8 -0
- package/docs/components/EclAccordionComponent.html +25 -0
- package/docs/components/EclAccordionItemComponent.html +40 -0
- package/docs/components/EclBannerComponent.html +114 -0
- package/docs/components/EclBlockquoteComponent.html +50 -0
- package/docs/components/EclButtonComponent.html +87 -0
- package/docs/components/EclCardBodyComponent.html +25 -0
- package/docs/components/EclCardComponent.html +55 -0
- package/docs/components/EclCarouselComponent.html +179 -1
- package/docs/components/EclCarouselItemComponent.html +132 -0
- package/docs/components/EclCategoryFilterComponent.html +39 -0
- package/docs/components/EclCategoryFilterItemComponent.html +160 -0
- package/docs/components/EclCategoryFilterListComponent.html +84 -0
- package/docs/components/EclContentBlockComponent.html +27 -0
- package/docs/components/EclContentItemComponent.html +75 -0
- package/docs/components/EclDateBlockComponent.html +78 -0
- package/docs/components/EclDescriptionListDefinitionComponent.html +61 -0
- package/docs/components/EclExpandableComponent.html +59 -4
- package/docs/components/EclFactFiguresComponent.html +63 -4
- package/docs/components/EclFactFiguresDescriptionComponent.html +29 -4
- package/docs/components/EclFactFiguresItemComponent.html +32 -0
- package/docs/components/EclFactFiguresTitleComponent.html +28 -4
- package/docs/components/EclFactFiguresValueComponent.html +28 -4
- package/docs/components/EclFactFiguresViewAllComponent.html +36 -4
- package/docs/components/EclFileComponent.html +85 -0
- package/docs/components/EclFileItemComponent.html +88 -0
- package/docs/components/EclFileItemsComponent.html +55 -0
- package/docs/components/EclFileTaxonomyComponent.html +24 -0
- package/docs/components/EclIconComponent.html +101 -0
- package/docs/components/EclListIllustrationComponent.html +77 -0
- package/docs/components/EclListIllustrationItemComponent.html +66 -0
- package/docs/components/EclLoadingIndicatorComponent.html +75 -0
- package/docs/components/EclModalBodyComponent.html +31 -0
- package/docs/components/EclModalComponent.html +118 -0
- package/docs/components/EclModalFooterComponent.html +31 -0
- package/docs/components/EclModalHeaderComponent.html +58 -0
- package/docs/components/EclNewsTickerComponent.html +118 -0
- package/docs/components/EclNewsTickerItemComponent.html +86 -0
- package/docs/components/EclNotificationComponent.html +117 -0
- package/docs/components/EclPopoverComponent.html +90 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EclBannerDescriptionDirective.html +7 -0
- package/docs/directives/EclBannerDescriptionLinkDirective.html +7 -0
- package/docs/directives/EclBannerDescriptionTextDirective.html +7 -0
- package/docs/directives/EclBannerImageDirective.html +10 -0
- package/docs/directives/EclBannerPictureDirective.html +8 -0
- package/docs/directives/EclBannerTitleDirective.html +8 -0
- package/docs/directives/EclBannerTitleLinkDirective.html +8 -0
- package/docs/directives/EclBannerTitleTextDirective.html +8 -0
- package/docs/directives/EclBannerVideoDirective.html +22 -0
- package/docs/directives/EclBlockquoteImageDirective.html +25 -0
- package/docs/directives/EclBlockquotePictureDirective.html +25 -0
- package/docs/directives/EclButtonIconContainerDirective.html +20 -0
- package/docs/directives/EclButtonLabelDirective.html +25 -0
- package/docs/directives/EclCardImageDirective.html +25 -0
- package/docs/directives/EclCardPictureDirective.html +31 -0
- package/docs/directives/EclContentBlockDescriptionDirective.html +24 -0
- package/docs/directives/EclContentBlockLabelDirective.html +24 -0
- package/docs/directives/EclContentBlockLabelsDirective.html +24 -0
- package/docs/directives/EclContentBlockLinkDirective.html +24 -0
- package/docs/directives/EclContentBlockLinksContainerDirective.html +24 -0
- package/docs/directives/EclContentBlockLinksDirective.html +24 -0
- package/docs/directives/EclContentBlockListContainerDirective.html +24 -0
- package/docs/directives/EclContentBlockListDirective.html +24 -0
- package/docs/directives/EclContentBlockPrimaryMetaDirective.html +24 -0
- package/docs/directives/EclContentBlockPrimaryMetasDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaIconDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetaLabelDirective.html +24 -0
- package/docs/directives/EclContentBlockSecondaryMetasDirective.html +24 -0
- package/docs/directives/EclContentBlockTagDirective.html +24 -0
- package/docs/directives/EclContentBlockTagsDirective.html +24 -0
- package/docs/directives/EclContentBlockTitleDirective.html +31 -0
- package/docs/directives/EclContentItemImageDirective.html +27 -0
- package/docs/directives/EclContentItemPictureDirective.html +46 -0
- package/docs/directives/EclDescriptionListDefinitionItemDirective.html +37 -0
- package/docs/directives/EclDescriptionListDefinitionListDirective.html +20 -0
- package/docs/directives/EclDescriptionListDirective.html +39 -0
- package/docs/directives/EclDescriptionListTermDirective.html +19 -0
- package/docs/directives/EclFileDownloadDirective.html +19 -0
- package/docs/directives/EclFileImageDirective.html +20 -0
- package/docs/directives/EclFilePictureDirective.html +25 -0
- package/docs/directives/EclFilePreviewDirective.html +32 -0
- package/docs/directives/EclFileTitleDirective.html +25 -0
- package/docs/directives/EclFileTranslationDownloadDirective.html +20 -0
- package/docs/directives/EclIndicatorDirective.html +20 -0
- package/docs/directives/EclLabelDirective.html +40 -0
- package/docs/directives/EclListIllustrationIconDirective.html +20 -0
- package/docs/directives/EclListIllustrationImageDirective.html +38 -0
- package/docs/directives/EclListIllustrationPictureDirective.html +25 -0
- package/docs/directives/EclLoadingIndicatorLabelDirective.html +20 -0
- package/docs/directives/EclLoadingIndicatorOverlayDirective.html +25 -0
- package/docs/directives/EclModalBodyFixedContentDirective.html +20 -0
- package/docs/directives/EclModalCloseDirective.html +35 -0
- package/docs/directives/EclModalTriggerDirective.html +22 -0
- package/docs/directives/EclNewsTickerIconDirective.html +19 -0
- package/docs/directives/EclNotificationTitleDirective.html +25 -0
- package/docs/directives/EclOrderedListDirective.html +19 -0
- package/docs/directives/EclOrderedListItemDirective.html +19 -0
- package/docs/directives/EclPopoverContentDirective.html +25 -0
- package/docs/directives/EclPopoverToggleDirective.html +62 -0
- package/docs/directives/EclSeparatorDirective.html +20 -0
- package/docs/directives/EclUnorderedListDirective.html +32 -0
- package/docs/directives/EclUnorderedListItemDirective.html +19 -0
- package/docs/js/search/search_index.js +2 -2
- package/fesm2022/eui-ecl-components-ecl-accordion.mjs +39 -0
- package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-banner.mjs +108 -0
- package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-blockquote.mjs +39 -0
- package/fesm2022/eui-ecl-components-ecl-blockquote.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-button.mjs +53 -0
- package/fesm2022/eui-ecl-components-ecl-button.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-card.mjs +42 -0
- package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs +221 -0
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +85 -0
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-block.mjs +111 -0
- package/fesm2022/eui-ecl-components-ecl-content-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs +50 -0
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs +18 -0
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-expandable.mjs +27 -0
- package/fesm2022/eui-ecl-components-ecl-expandable.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs +64 -0
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file.mjs +108 -3
- package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-icon.mjs +32 -0
- package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-label.mjs +20 -0
- package/fesm2022/eui-ecl-components-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs +80 -0
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list.mjs +102 -0
- package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs +59 -5
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs +132 -0
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs +89 -0
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-notification.mjs +51 -0
- package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs +69 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-separator.mjs +7 -0
- package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for the container holding tags inside a content block.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -288,6 +295,12 @@
|
|
|
288
295
|
</td>
|
|
289
296
|
</tr>
|
|
290
297
|
|
|
298
|
+
<tr>
|
|
299
|
+
<td class="col-md-4">
|
|
300
|
+
<div class="io-description"><p>Adds the ECL CSS class for the tag container.</p>
|
|
301
|
+
</div>
|
|
302
|
+
</td>
|
|
303
|
+
</tr>
|
|
291
304
|
|
|
292
305
|
</tbody>
|
|
293
306
|
</table>
|
|
@@ -380,6 +393,17 @@
|
|
|
380
393
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
381
394
|
</td>
|
|
382
395
|
</tr>
|
|
396
|
+
<tr>
|
|
397
|
+
<td class="col-md-4">
|
|
398
|
+
<div class="io-description"><p>Adds the ECL CSS class for the tag container.</p>
|
|
399
|
+
</div>
|
|
400
|
+
|
|
401
|
+
<div class="io-description">
|
|
402
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
403
|
+
|
|
404
|
+
</div>
|
|
405
|
+
</td>
|
|
406
|
+
</tr>
|
|
383
407
|
|
|
384
408
|
</tbody>
|
|
385
409
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive representing the title of a content block.
|
|
121
|
+
Automatically applies the corresponding ECL class.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -303,6 +311,12 @@
|
|
|
303
311
|
</td>
|
|
304
312
|
</tr>
|
|
305
313
|
|
|
314
|
+
<tr>
|
|
315
|
+
<td class="col-md-4">
|
|
316
|
+
<div class="io-description"><p>Adds the ECL CSS class for the content block title.</p>
|
|
317
|
+
</div>
|
|
318
|
+
</td>
|
|
319
|
+
</tr>
|
|
306
320
|
|
|
307
321
|
</tbody>
|
|
308
322
|
</table>
|
|
@@ -409,6 +423,12 @@
|
|
|
409
423
|
</td>
|
|
410
424
|
</tr>
|
|
411
425
|
|
|
426
|
+
<tr>
|
|
427
|
+
<td class="col-md-4">
|
|
428
|
+
<div class="io-description"><p>Optional child ECL link directive nested inside the title.</p>
|
|
429
|
+
</div>
|
|
430
|
+
</td>
|
|
431
|
+
</tr>
|
|
412
432
|
|
|
413
433
|
</tbody>
|
|
414
434
|
</table>
|
|
@@ -432,6 +452,17 @@
|
|
|
432
452
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
433
453
|
</td>
|
|
434
454
|
</tr>
|
|
455
|
+
<tr>
|
|
456
|
+
<td class="col-md-4">
|
|
457
|
+
<div class="io-description"><p>Adds the ECL CSS class for the content block title.</p>
|
|
458
|
+
</div>
|
|
459
|
+
|
|
460
|
+
<div class="io-description">
|
|
461
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
462
|
+
|
|
463
|
+
</div>
|
|
464
|
+
</td>
|
|
465
|
+
</tr>
|
|
435
466
|
|
|
436
467
|
</tbody>
|
|
437
468
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive used for styling the inner image element inside the content item.
|
|
121
|
+
Also used programmatically for interaction bindings.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -243,6 +251,8 @@
|
|
|
243
251
|
|
|
244
252
|
<tr>
|
|
245
253
|
<td class="col-md-4">
|
|
254
|
+
<div class="io-description"><p>Reference to the DOM element of the image.</p>
|
|
255
|
+
</div>
|
|
246
256
|
<div>
|
|
247
257
|
<b>Parameters :</b>
|
|
248
258
|
<table class="params">
|
|
@@ -346,6 +356,12 @@
|
|
|
346
356
|
</td>
|
|
347
357
|
</tr>
|
|
348
358
|
|
|
359
|
+
<tr>
|
|
360
|
+
<td class="col-md-4">
|
|
361
|
+
<div class="io-description"><p>Computed CSS classes for the host image element.</p>
|
|
362
|
+
</div>
|
|
363
|
+
</td>
|
|
364
|
+
</tr>
|
|
349
365
|
|
|
350
366
|
</tbody>
|
|
351
367
|
</table>
|
|
@@ -466,6 +482,17 @@
|
|
|
466
482
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
467
483
|
</td>
|
|
468
484
|
</tr>
|
|
485
|
+
<tr>
|
|
486
|
+
<td class="col-md-4">
|
|
487
|
+
<div class="io-description"><p>Computed CSS classes for the host image element.</p>
|
|
488
|
+
</div>
|
|
489
|
+
|
|
490
|
+
<div class="io-description">
|
|
491
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
492
|
+
|
|
493
|
+
</div>
|
|
494
|
+
</td>
|
|
495
|
+
</tr>
|
|
469
496
|
|
|
470
497
|
</tbody>
|
|
471
498
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive used to style and configure the image container (e.g., picture) within a content item.
|
|
121
|
+
It allows adjusting size, position, and zoom behavior of the image block.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -247,6 +255,12 @@
|
|
|
247
255
|
<i>Default value : </i><code>false</code>
|
|
248
256
|
</td>
|
|
249
257
|
</tr>
|
|
258
|
+
<tr>
|
|
259
|
+
<td class="col-md-4">
|
|
260
|
+
<div class="io-description"><p>If true, enables a zoom effect on hover.</p>
|
|
261
|
+
</div>
|
|
262
|
+
</td>
|
|
263
|
+
</tr>
|
|
250
264
|
</tbody>
|
|
251
265
|
</table>
|
|
252
266
|
<table class="table table-sm table-bordered">
|
|
@@ -268,6 +282,14 @@
|
|
|
268
282
|
<i>Default value : </i><code>'left'</code>
|
|
269
283
|
</td>
|
|
270
284
|
</tr>
|
|
285
|
+
<tr>
|
|
286
|
+
<td class="col-md-4">
|
|
287
|
+
<div class="io-description"><p>Defines the position of the picture relative to the content.
|
|
288
|
+
Accepted values: 'left' | 'right' | 'top'
|
|
289
|
+
Default is 'left'.</p>
|
|
290
|
+
</div>
|
|
291
|
+
</td>
|
|
292
|
+
</tr>
|
|
271
293
|
</tbody>
|
|
272
294
|
</table>
|
|
273
295
|
<table class="table table-sm table-bordered">
|
|
@@ -289,6 +311,13 @@
|
|
|
289
311
|
<i>Default value : </i><code>'large'</code>
|
|
290
312
|
</td>
|
|
291
313
|
</tr>
|
|
314
|
+
<tr>
|
|
315
|
+
<td class="col-md-4">
|
|
316
|
+
<div class="io-description"><p>Controls the size of the picture. Default is 'large'.
|
|
317
|
+
Accepted values: 'small' | 'large'</p>
|
|
318
|
+
</div>
|
|
319
|
+
</td>
|
|
320
|
+
</tr>
|
|
292
321
|
</tbody>
|
|
293
322
|
</table>
|
|
294
323
|
<table class="table table-sm table-bordered">
|
|
@@ -360,6 +389,12 @@
|
|
|
360
389
|
</td>
|
|
361
390
|
</tr>
|
|
362
391
|
|
|
392
|
+
<tr>
|
|
393
|
+
<td class="col-md-4">
|
|
394
|
+
<div class="io-description"><p>Computed CSS classes for the host element based on size and position.</p>
|
|
395
|
+
</div>
|
|
396
|
+
</td>
|
|
397
|
+
</tr>
|
|
363
398
|
|
|
364
399
|
</tbody>
|
|
365
400
|
</table>
|
|
@@ -452,6 +487,17 @@
|
|
|
452
487
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
453
488
|
</td>
|
|
454
489
|
</tr>
|
|
490
|
+
<tr>
|
|
491
|
+
<td class="col-md-4">
|
|
492
|
+
<div class="io-description"><p>Computed CSS classes for the host element based on size and position.</p>
|
|
493
|
+
</div>
|
|
494
|
+
|
|
495
|
+
<div class="io-description">
|
|
496
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
497
|
+
|
|
498
|
+
</div>
|
|
499
|
+
</td>
|
|
500
|
+
</tr>
|
|
455
501
|
|
|
456
502
|
</tbody>
|
|
457
503
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive representing a single item in an ECL description list definition.</p>
|
|
121
|
+
<p>Applies the appropriate styling classes and allows visibility control for "see all" behavior.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -305,6 +313,12 @@
|
|
|
305
313
|
</td>
|
|
306
314
|
</tr>
|
|
307
315
|
|
|
316
|
+
<tr>
|
|
317
|
+
<td class="col-md-4">
|
|
318
|
+
<div class="io-description"><p>Applies appropriate ECL classes based on visibility state.</p>
|
|
319
|
+
</div>
|
|
320
|
+
</td>
|
|
321
|
+
</tr>
|
|
308
322
|
|
|
309
323
|
</tbody>
|
|
310
324
|
</table>
|
|
@@ -400,6 +414,12 @@
|
|
|
400
414
|
</td>
|
|
401
415
|
</tr>
|
|
402
416
|
|
|
417
|
+
<tr>
|
|
418
|
+
<td class="col-md-4">
|
|
419
|
+
<div class="io-description"><p>Internal state used to hide the item when exceeding the visible limit.</p>
|
|
420
|
+
</div>
|
|
421
|
+
</td>
|
|
422
|
+
</tr>
|
|
403
423
|
|
|
404
424
|
</tbody>
|
|
405
425
|
</table>
|
|
@@ -420,6 +440,12 @@
|
|
|
420
440
|
</td>
|
|
421
441
|
</tr>
|
|
422
442
|
|
|
443
|
+
<tr>
|
|
444
|
+
<td class="col-md-4">
|
|
445
|
+
<div class="io-description"><p>Indicates whether this is the last item visible before the "see all" action is triggered.</p>
|
|
446
|
+
</div>
|
|
447
|
+
</td>
|
|
448
|
+
</tr>
|
|
423
449
|
|
|
424
450
|
</tbody>
|
|
425
451
|
</table>
|
|
@@ -443,6 +469,17 @@
|
|
|
443
469
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
444
470
|
</td>
|
|
445
471
|
</tr>
|
|
472
|
+
<tr>
|
|
473
|
+
<td class="col-md-4">
|
|
474
|
+
<div class="io-description"><p>Applies appropriate ECL classes based on visibility state.</p>
|
|
475
|
+
</div>
|
|
476
|
+
|
|
477
|
+
<div class="io-description">
|
|
478
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
479
|
+
|
|
480
|
+
</div>
|
|
481
|
+
</td>
|
|
482
|
+
</tr>
|
|
446
483
|
|
|
447
484
|
</tbody>
|
|
448
485
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive representing a container for definition list items within an ECL description list.</p>
|
|
121
|
+
<p>Applies the ECL-specific class for the list wrapper.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
</td>
|
|
295
303
|
</tr>
|
|
296
304
|
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Applies the ECL list container class.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
|
|
298
312
|
</tbody>
|
|
299
313
|
</table>
|
|
@@ -399,6 +413,12 @@
|
|
|
399
413
|
</td>
|
|
400
414
|
</tr>
|
|
401
415
|
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<div class="io-description"><p>Applies the ECL list container class.</p>
|
|
419
|
+
</div>
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
402
422
|
|
|
403
423
|
</tbody>
|
|
404
424
|
</table>
|
|
@@ -113,6 +113,15 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive for a description list using ECL styles.</p>
|
|
121
|
+
<p>Supports horizontal layout and maxVisibleItems functionality
|
|
122
|
+
passed down to nested definition components.</p>
|
|
123
|
+
|
|
124
|
+
</p>
|
|
116
125
|
|
|
117
126
|
<p class="comment">
|
|
118
127
|
<h3>Extends</h3>
|
|
@@ -308,6 +317,12 @@
|
|
|
308
317
|
<i>Default value : </i><code>false</code>
|
|
309
318
|
</td>
|
|
310
319
|
</tr>
|
|
320
|
+
<tr>
|
|
321
|
+
<td class="col-md-4">
|
|
322
|
+
<div class="io-description"><p>Enables horizontal layout.</p>
|
|
323
|
+
</div>
|
|
324
|
+
</td>
|
|
325
|
+
</tr>
|
|
311
326
|
</tbody>
|
|
312
327
|
</table>
|
|
313
328
|
<table class="table table-sm table-bordered">
|
|
@@ -329,6 +344,13 @@
|
|
|
329
344
|
<i>Default value : </i><code>0</code>
|
|
330
345
|
</td>
|
|
331
346
|
</tr>
|
|
347
|
+
<tr>
|
|
348
|
+
<td class="col-md-4">
|
|
349
|
+
<div class="io-description"><p>Maximum number of visible items before collapsing.
|
|
350
|
+
Applied to nested <code>eclDescriptionListDefinition</code> components.</p>
|
|
351
|
+
</div>
|
|
352
|
+
</td>
|
|
353
|
+
</tr>
|
|
332
354
|
</tbody>
|
|
333
355
|
</table>
|
|
334
356
|
<table class="table table-sm table-bordered">
|
|
@@ -400,6 +422,12 @@
|
|
|
400
422
|
</td>
|
|
401
423
|
</tr>
|
|
402
424
|
|
|
425
|
+
<tr>
|
|
426
|
+
<td class="col-md-4">
|
|
427
|
+
<div class="io-description"><p>Applies the base ECL class for description lists.</p>
|
|
428
|
+
</div>
|
|
429
|
+
</td>
|
|
430
|
+
</tr>
|
|
403
431
|
|
|
404
432
|
</tbody>
|
|
405
433
|
</table>
|
|
@@ -529,6 +557,17 @@
|
|
|
529
557
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
530
558
|
</td>
|
|
531
559
|
</tr>
|
|
560
|
+
<tr>
|
|
561
|
+
<td class="col-md-4">
|
|
562
|
+
<div class="io-description"><p>Applies the base ECL class for description lists.</p>
|
|
563
|
+
</div>
|
|
564
|
+
|
|
565
|
+
<div class="io-description">
|
|
566
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
567
|
+
|
|
568
|
+
</div>
|
|
569
|
+
</td>
|
|
570
|
+
</tr>
|
|
532
571
|
|
|
533
572
|
</tbody>
|
|
534
573
|
</table>
|
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive representing a term within an ECL description list.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -294,6 +301,12 @@
|
|
|
294
301
|
</td>
|
|
295
302
|
</tr>
|
|
296
303
|
|
|
304
|
+
<tr>
|
|
305
|
+
<td class="col-md-4">
|
|
306
|
+
<div class="io-description"><p>Applies the ECL class for description list terms.</p>
|
|
307
|
+
</div>
|
|
308
|
+
</td>
|
|
309
|
+
</tr>
|
|
297
310
|
|
|
298
311
|
</tbody>
|
|
299
312
|
</table>
|
|
@@ -399,6 +412,12 @@
|
|
|
399
412
|
</td>
|
|
400
413
|
</tr>
|
|
401
414
|
|
|
415
|
+
<tr>
|
|
416
|
+
<td class="col-md-4">
|
|
417
|
+
<div class="io-description"><p>Applies the ECL class for description list terms.</p>
|
|
418
|
+
</div>
|
|
419
|
+
</td>
|
|
420
|
+
</tr>
|
|
402
421
|
|
|
403
422
|
</tbody>
|
|
404
423
|
</table>
|
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to apply the correct styling class for a standard file download link.</p>
|
|
121
|
+
|
|
122
|
+
</p>
|
|
116
123
|
|
|
117
124
|
<p class="comment">
|
|
118
125
|
<h3>Extends</h3>
|
|
@@ -294,6 +301,12 @@
|
|
|
294
301
|
</td>
|
|
295
302
|
</tr>
|
|
296
303
|
|
|
304
|
+
<tr>
|
|
305
|
+
<td class="col-md-4">
|
|
306
|
+
<div class="io-description"><p>Applies the ECL download class to the host element.</p>
|
|
307
|
+
</div>
|
|
308
|
+
</td>
|
|
309
|
+
</tr>
|
|
297
310
|
|
|
298
311
|
</tbody>
|
|
299
312
|
</table>
|
|
@@ -399,6 +412,12 @@
|
|
|
399
412
|
</td>
|
|
400
413
|
</tr>
|
|
401
414
|
|
|
415
|
+
<tr>
|
|
416
|
+
<td class="col-md-4">
|
|
417
|
+
<div class="io-description"><p>Applies the ECL download class to the host element.</p>
|
|
418
|
+
</div>
|
|
419
|
+
</td>
|
|
420
|
+
</tr>
|
|
402
421
|
|
|
403
422
|
</tbody>
|
|
404
423
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to style an <img> element inside an ECL file component.
|
|
121
|
+
Adds the ECL-specific image class.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -294,6 +302,12 @@
|
|
|
294
302
|
</td>
|
|
295
303
|
</tr>
|
|
296
304
|
|
|
305
|
+
<tr>
|
|
306
|
+
<td class="col-md-4">
|
|
307
|
+
<div class="io-description"><p>Applies the ECL image class to the host element.</p>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
297
311
|
|
|
298
312
|
</tbody>
|
|
299
313
|
</table>
|
|
@@ -399,6 +413,12 @@
|
|
|
399
413
|
</td>
|
|
400
414
|
</tr>
|
|
401
415
|
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<div class="io-description"><p>Applies the ECL image class to the host element.</p>
|
|
419
|
+
</div>
|
|
420
|
+
</td>
|
|
421
|
+
</tr>
|
|
402
422
|
|
|
403
423
|
</tbody>
|
|
404
424
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to style a <picture> element used in an ECL file component.
|
|
121
|
+
Adds ECL-specific picture and file picture classes.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -288,6 +296,12 @@
|
|
|
288
296
|
</td>
|
|
289
297
|
</tr>
|
|
290
298
|
|
|
299
|
+
<tr>
|
|
300
|
+
<td class="col-md-4">
|
|
301
|
+
<div class="io-description"><p>Applies ECL picture styling classes to the host element.</p>
|
|
302
|
+
</div>
|
|
303
|
+
</td>
|
|
304
|
+
</tr>
|
|
291
305
|
|
|
292
306
|
</tbody>
|
|
293
307
|
</table>
|
|
@@ -380,6 +394,17 @@
|
|
|
380
394
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
381
395
|
</td>
|
|
382
396
|
</tr>
|
|
397
|
+
<tr>
|
|
398
|
+
<td class="col-md-4">
|
|
399
|
+
<div class="io-description"><p>Applies ECL picture styling classes to the host element.</p>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div class="io-description">
|
|
403
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
404
|
+
|
|
405
|
+
</div>
|
|
406
|
+
</td>
|
|
407
|
+
</tr>
|
|
383
408
|
|
|
384
409
|
</tbody>
|
|
385
410
|
</table>
|
|
@@ -113,6 +113,14 @@
|
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<h3>Description</h3>
|
|
118
|
+
</p>
|
|
119
|
+
<p class="comment">
|
|
120
|
+
<p>Directive to style a file preview link.
|
|
121
|
+
Adds spacing and ECL link classes for standalone appearance.</p>
|
|
122
|
+
|
|
123
|
+
</p>
|
|
116
124
|
|
|
117
125
|
<p class="comment">
|
|
118
126
|
<h3>Extends</h3>
|
|
@@ -301,6 +309,12 @@
|
|
|
301
309
|
</td>
|
|
302
310
|
</tr>
|
|
303
311
|
|
|
312
|
+
<tr>
|
|
313
|
+
<td class="col-md-4">
|
|
314
|
+
<div class="io-description"><p>Applies ECL link class to the host element.</p>
|
|
315
|
+
</div>
|
|
316
|
+
</td>
|
|
317
|
+
</tr>
|
|
304
318
|
|
|
305
319
|
</tbody>
|
|
306
320
|
</table>
|
|
@@ -327,6 +341,12 @@
|
|
|
327
341
|
</td>
|
|
328
342
|
</tr>
|
|
329
343
|
|
|
344
|
+
<tr>
|
|
345
|
+
<td class="col-md-4">
|
|
346
|
+
<div class="io-description"><p>Applies the standalone variant of the ECL link class to the host element.</p>
|
|
347
|
+
</div>
|
|
348
|
+
</td>
|
|
349
|
+
</tr>
|
|
330
350
|
|
|
331
351
|
</tbody>
|
|
332
352
|
</table>
|
|
@@ -432,6 +452,12 @@
|
|
|
432
452
|
</td>
|
|
433
453
|
</tr>
|
|
434
454
|
|
|
455
|
+
<tr>
|
|
456
|
+
<td class="col-md-4">
|
|
457
|
+
<div class="io-description"><p>Applies ECL link class to the host element.</p>
|
|
458
|
+
</div>
|
|
459
|
+
</td>
|
|
460
|
+
</tr>
|
|
435
461
|
|
|
436
462
|
</tbody>
|
|
437
463
|
</table>
|
|
@@ -462,6 +488,12 @@
|
|
|
462
488
|
</td>
|
|
463
489
|
</tr>
|
|
464
490
|
|
|
491
|
+
<tr>
|
|
492
|
+
<td class="col-md-4">
|
|
493
|
+
<div class="io-description"><p>Applies the standalone variant of the ECL link class to the host element.</p>
|
|
494
|
+
</div>
|
|
495
|
+
</td>
|
|
496
|
+
</tr>
|
|
465
497
|
|
|
466
498
|
</tbody>
|
|
467
499
|
</table>
|