@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 description section of the 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 content block description.</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 content block description.</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,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 single label 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 a label item.</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 a label item.</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,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 that wraps multiple labels in 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 label 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 label 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,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 a single link 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 a single link item.</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 a single link item.</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,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 that wraps link elements.</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 links 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 links 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,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 list of links 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 link list.</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 link list.</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,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 a list 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 list 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 list 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,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 a list element 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 a list.</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 a list.</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,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 a single primary metadata item in 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 a primary metadata item.</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 a primary metadata item.</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,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 primary metadata container in 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 primary metadata 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 primary metadata 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,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 a single secondary metadata item in 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 a secondary metadata item.</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 a secondary metadata item.</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,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 icon element of a secondary metadata item.</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 a secondary metadata icon.</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 a secondary metadata icon.</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,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 label element of a secondary metadata item.</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 a secondary metadata label.</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 a secondary metadata label.</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,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 secondary metadata container in 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 secondary metadata 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 secondary metadata 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,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 a single tag item 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 a tag item.</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 a tag item.</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>
|