@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>Represents a single item (slide) within the ECL Carousel.
|
|
117
|
+
Each slide can optionally include an EclBannerComponent and supports click events.</p>
|
|
118
|
+
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
<p class="comment">
|
|
114
122
|
<h3>Extends</h3>
|
|
@@ -408,6 +416,12 @@
|
|
|
408
416
|
|
|
409
417
|
</td>
|
|
410
418
|
</tr>
|
|
419
|
+
<tr>
|
|
420
|
+
<td class="col-md-4">
|
|
421
|
+
<div class="io-description"><p>The unique identifier of the slide.</p>
|
|
422
|
+
</div>
|
|
423
|
+
</td>
|
|
424
|
+
</tr>
|
|
411
425
|
</tbody>
|
|
412
426
|
</table>
|
|
413
427
|
<table class="table table-sm table-bordered">
|
|
@@ -429,6 +443,13 @@
|
|
|
429
443
|
<i>Default value : </i><code>false</code>
|
|
430
444
|
</td>
|
|
431
445
|
</tr>
|
|
446
|
+
<tr>
|
|
447
|
+
<td class="col-md-4">
|
|
448
|
+
<div class="io-description"><p>Indicates whether this slide is currently active/visible.
|
|
449
|
+
Automatically coerced to a boolean value.</p>
|
|
450
|
+
</div>
|
|
451
|
+
</td>
|
|
452
|
+
</tr>
|
|
432
453
|
</tbody>
|
|
433
454
|
</table>
|
|
434
455
|
<table class="table table-sm table-bordered">
|
|
@@ -496,6 +517,12 @@
|
|
|
496
517
|
|
|
497
518
|
</td>
|
|
498
519
|
</tr>
|
|
520
|
+
<tr>
|
|
521
|
+
<td class="col-md-4">
|
|
522
|
+
<div class="io-description"><p>Emits an event when the slide is clicked.</p>
|
|
523
|
+
</div>
|
|
524
|
+
</td>
|
|
525
|
+
</tr>
|
|
499
526
|
</tbody>
|
|
500
527
|
</table>
|
|
501
528
|
</section>
|
|
@@ -518,6 +545,12 @@
|
|
|
518
545
|
</td>
|
|
519
546
|
</tr>
|
|
520
547
|
|
|
548
|
+
<tr>
|
|
549
|
+
<td class="col-md-4">
|
|
550
|
+
<div class="io-description"><p>Sets the <code>aria-label</code> attribute on the host element for accessibility.</p>
|
|
551
|
+
</div>
|
|
552
|
+
</td>
|
|
553
|
+
</tr>
|
|
521
554
|
|
|
522
555
|
</tbody>
|
|
523
556
|
</table>
|
|
@@ -544,6 +577,12 @@
|
|
|
544
577
|
</td>
|
|
545
578
|
</tr>
|
|
546
579
|
|
|
580
|
+
<tr>
|
|
581
|
+
<td class="col-md-4">
|
|
582
|
+
<div class="io-description"><p>Sets a more descriptive ARIA role, identifying this element as a slide.</p>
|
|
583
|
+
</div>
|
|
584
|
+
</td>
|
|
585
|
+
</tr>
|
|
547
586
|
|
|
548
587
|
</tbody>
|
|
549
588
|
</table>
|
|
@@ -565,6 +604,13 @@
|
|
|
565
604
|
</td>
|
|
566
605
|
</tr>
|
|
567
606
|
|
|
607
|
+
<tr>
|
|
608
|
+
<td class="col-md-4">
|
|
609
|
+
<div class="io-description"><p>Adds the <code>inert</code> attribute if the slide is not active.
|
|
610
|
+
This disables interaction and focus on inactive slides.</p>
|
|
611
|
+
</div>
|
|
612
|
+
</td>
|
|
613
|
+
</tr>
|
|
568
614
|
|
|
569
615
|
</tbody>
|
|
570
616
|
</table>
|
|
@@ -591,6 +637,12 @@
|
|
|
591
637
|
</td>
|
|
592
638
|
</tr>
|
|
593
639
|
|
|
640
|
+
<tr>
|
|
641
|
+
<td class="col-md-4">
|
|
642
|
+
<div class="io-description"><p>Sets the ARIA <code>role</code> attribute to indicate this is a tab panel.</p>
|
|
643
|
+
</div>
|
|
644
|
+
</td>
|
|
645
|
+
</tr>
|
|
594
646
|
|
|
595
647
|
</tbody>
|
|
596
648
|
</table>
|
|
@@ -612,6 +664,12 @@
|
|
|
612
664
|
</td>
|
|
613
665
|
</tr>
|
|
614
666
|
|
|
667
|
+
<tr>
|
|
668
|
+
<td class="col-md-4">
|
|
669
|
+
<div class="io-description"><p>Computes and binds the slide's CSS class.</p>
|
|
670
|
+
</div>
|
|
671
|
+
</td>
|
|
672
|
+
</tr>
|
|
615
673
|
|
|
616
674
|
</tbody>
|
|
617
675
|
</table>
|
|
@@ -633,6 +691,12 @@
|
|
|
633
691
|
</td>
|
|
634
692
|
</tr>
|
|
635
693
|
|
|
694
|
+
<tr>
|
|
695
|
+
<td class="col-md-4">
|
|
696
|
+
<div class="io-description"><p>Controls the width of the slide as a percentage.</p>
|
|
697
|
+
</div>
|
|
698
|
+
</td>
|
|
699
|
+
</tr>
|
|
636
700
|
|
|
637
701
|
</tbody>
|
|
638
702
|
</table>
|
|
@@ -659,6 +723,13 @@
|
|
|
659
723
|
|
|
660
724
|
|
|
661
725
|
|
|
726
|
+
<tr>
|
|
727
|
+
<td class="col-md-4">
|
|
728
|
+
<div class="io-description"><p>Handles click events on the slide and emits a slideClick event.</p>
|
|
729
|
+
</div>
|
|
730
|
+
|
|
731
|
+
</td>
|
|
732
|
+
</tr>
|
|
662
733
|
</tbody>
|
|
663
734
|
</table>
|
|
664
735
|
</section>
|
|
@@ -698,6 +769,8 @@
|
|
|
698
769
|
|
|
699
770
|
<tr>
|
|
700
771
|
<td class="col-md-4">
|
|
772
|
+
<div class="io-description"><p>Handles click events on the slide and emits a slideClick event.</p>
|
|
773
|
+
</div>
|
|
701
774
|
|
|
702
775
|
<div class="io-description">
|
|
703
776
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
@@ -802,6 +875,12 @@
|
|
|
802
875
|
</td>
|
|
803
876
|
</tr>
|
|
804
877
|
|
|
878
|
+
<tr>
|
|
879
|
+
<td class="col-md-4">
|
|
880
|
+
<div class="io-description"><p>Sets the <code>aria-label</code> attribute on the host element for accessibility.</p>
|
|
881
|
+
</div>
|
|
882
|
+
</td>
|
|
883
|
+
</tr>
|
|
805
884
|
|
|
806
885
|
</tbody>
|
|
807
886
|
</table>
|
|
@@ -833,6 +912,12 @@
|
|
|
833
912
|
</td>
|
|
834
913
|
</tr>
|
|
835
914
|
|
|
915
|
+
<tr>
|
|
916
|
+
<td class="col-md-4">
|
|
917
|
+
<div class="io-description"><p>Optionally captures a banner component projected into the slide.</p>
|
|
918
|
+
</div>
|
|
919
|
+
</td>
|
|
920
|
+
</tr>
|
|
836
921
|
|
|
837
922
|
</tbody>
|
|
838
923
|
</table>
|
|
@@ -877,6 +962,12 @@
|
|
|
877
962
|
</td>
|
|
878
963
|
</tr>
|
|
879
964
|
|
|
965
|
+
<tr>
|
|
966
|
+
<td class="col-md-4">
|
|
967
|
+
<div class="io-description"><p>Internal slide index, assigned dynamically by the carousel.</p>
|
|
968
|
+
</div>
|
|
969
|
+
</td>
|
|
970
|
+
</tr>
|
|
880
971
|
|
|
881
972
|
</tbody>
|
|
882
973
|
</table>
|
|
@@ -913,6 +1004,12 @@
|
|
|
913
1004
|
</td>
|
|
914
1005
|
</tr>
|
|
915
1006
|
|
|
1007
|
+
<tr>
|
|
1008
|
+
<td class="col-md-4">
|
|
1009
|
+
<div class="io-description"><p>Sets the ARIA <code>role</code> attribute to indicate this is a tab panel.</p>
|
|
1010
|
+
</div>
|
|
1011
|
+
</td>
|
|
1012
|
+
</tr>
|
|
916
1013
|
|
|
917
1014
|
</tbody>
|
|
918
1015
|
</table>
|
|
@@ -949,6 +1046,12 @@
|
|
|
949
1046
|
</td>
|
|
950
1047
|
</tr>
|
|
951
1048
|
|
|
1049
|
+
<tr>
|
|
1050
|
+
<td class="col-md-4">
|
|
1051
|
+
<div class="io-description"><p>Sets a more descriptive ARIA role, identifying this element as a slide.</p>
|
|
1052
|
+
</div>
|
|
1053
|
+
</td>
|
|
1054
|
+
</tr>
|
|
952
1055
|
|
|
953
1056
|
</tbody>
|
|
954
1057
|
</table>
|
|
@@ -980,6 +1083,12 @@
|
|
|
980
1083
|
</td>
|
|
981
1084
|
</tr>
|
|
982
1085
|
|
|
1086
|
+
<tr>
|
|
1087
|
+
<td class="col-md-4">
|
|
1088
|
+
<div class="io-description"><p>Controls the width of the slide as a percentage.</p>
|
|
1089
|
+
</div>
|
|
1090
|
+
</td>
|
|
1091
|
+
</tr>
|
|
983
1092
|
|
|
984
1093
|
</tbody>
|
|
985
1094
|
</table>
|
|
@@ -1003,6 +1112,17 @@
|
|
|
1003
1112
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
1004
1113
|
</td>
|
|
1005
1114
|
</tr>
|
|
1115
|
+
<tr>
|
|
1116
|
+
<td class="col-md-4">
|
|
1117
|
+
<div class="io-description"><p>Computes and binds the slide's CSS class.</p>
|
|
1118
|
+
</div>
|
|
1119
|
+
|
|
1120
|
+
<div class="io-description">
|
|
1121
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1122
|
+
|
|
1123
|
+
</div>
|
|
1124
|
+
</td>
|
|
1125
|
+
</tr>
|
|
1006
1126
|
|
|
1007
1127
|
</tbody>
|
|
1008
1128
|
</table>
|
|
@@ -1020,6 +1140,18 @@
|
|
|
1020
1140
|
<span class="accessor"><b>get</b><code>isInert()</code></span>
|
|
1021
1141
|
</td>
|
|
1022
1142
|
</tr>
|
|
1143
|
+
<tr>
|
|
1144
|
+
<td class="col-md-4">
|
|
1145
|
+
<div class="io-description"><p>Adds the <code>inert</code> attribute if the slide is not active.
|
|
1146
|
+
This disables interaction and focus on inactive slides.</p>
|
|
1147
|
+
</div>
|
|
1148
|
+
|
|
1149
|
+
<div class="io-description">
|
|
1150
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1151
|
+
|
|
1152
|
+
</div>
|
|
1153
|
+
</td>
|
|
1154
|
+
</tr>
|
|
1023
1155
|
|
|
1024
1156
|
</tbody>
|
|
1025
1157
|
</table>
|
|
@@ -339,6 +339,12 @@
|
|
|
339
339
|
<i>Default value : </i><code>'Category filter'</code>
|
|
340
340
|
</td>
|
|
341
341
|
</tr>
|
|
342
|
+
<tr>
|
|
343
|
+
<td class="col-md-4">
|
|
344
|
+
<div class="io-description"><p>Aria-label for the navigation role. Defaults to "Category filter".</p>
|
|
345
|
+
</div>
|
|
346
|
+
</td>
|
|
347
|
+
</tr>
|
|
342
348
|
</tbody>
|
|
343
349
|
</table>
|
|
344
350
|
<table class="table table-sm table-bordered">
|
|
@@ -355,6 +361,13 @@
|
|
|
355
361
|
|
|
356
362
|
</td>
|
|
357
363
|
</tr>
|
|
364
|
+
<tr>
|
|
365
|
+
<td class="col-md-4">
|
|
366
|
+
<div class="io-description"><p>ID of the currently selected item. When provided, the item with the matching ID
|
|
367
|
+
will be marked as current and automatically expanded on initialization.</p>
|
|
368
|
+
</div>
|
|
369
|
+
</td>
|
|
370
|
+
</tr>
|
|
358
371
|
</tbody>
|
|
359
372
|
</table>
|
|
360
373
|
<table class="table table-sm table-bordered">
|
|
@@ -431,6 +444,12 @@
|
|
|
431
444
|
</td>
|
|
432
445
|
</tr>
|
|
433
446
|
|
|
447
|
+
<tr>
|
|
448
|
+
<td class="col-md-4">
|
|
449
|
+
<div class="io-description"><p>Defines the ARIA role for the host element. Always set to "navigation".</p>
|
|
450
|
+
</div>
|
|
451
|
+
</td>
|
|
452
|
+
</tr>
|
|
434
453
|
|
|
435
454
|
</tbody>
|
|
436
455
|
</table>
|
|
@@ -457,6 +476,13 @@
|
|
|
457
476
|
</td>
|
|
458
477
|
</tr>
|
|
459
478
|
|
|
479
|
+
<tr>
|
|
480
|
+
<td class="col-md-4">
|
|
481
|
+
<div class="io-description"><p>Static class applied to the host element for styling.
|
|
482
|
+
Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
483
|
+
</div>
|
|
484
|
+
</td>
|
|
485
|
+
</tr>
|
|
460
486
|
|
|
461
487
|
</tbody>
|
|
462
488
|
</table>
|
|
@@ -562,6 +588,13 @@
|
|
|
562
588
|
</td>
|
|
563
589
|
</tr>
|
|
564
590
|
|
|
591
|
+
<tr>
|
|
592
|
+
<td class="col-md-4">
|
|
593
|
+
<div class="io-description"><p>Static class applied to the host element for styling.
|
|
594
|
+
Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
595
|
+
</div>
|
|
596
|
+
</td>
|
|
597
|
+
</tr>
|
|
565
598
|
|
|
566
599
|
</tbody>
|
|
567
600
|
</table>
|
|
@@ -660,6 +693,12 @@
|
|
|
660
693
|
</td>
|
|
661
694
|
</tr>
|
|
662
695
|
|
|
696
|
+
<tr>
|
|
697
|
+
<td class="col-md-4">
|
|
698
|
+
<div class="io-description"><p>Defines the ARIA role for the host element. Always set to "navigation".</p>
|
|
699
|
+
</div>
|
|
700
|
+
</td>
|
|
701
|
+
</tr>
|
|
663
702
|
|
|
664
703
|
</tbody>
|
|
665
704
|
</table>
|
|
@@ -339,6 +339,13 @@
|
|
|
339
339
|
|
|
340
340
|
</td>
|
|
341
341
|
</tr>
|
|
342
|
+
<tr>
|
|
343
|
+
<td class="col-md-4">
|
|
344
|
+
<div class="io-description"><p>Link URL associated with this category filter item.
|
|
345
|
+
If not provided, the item acts as a toggle only.</p>
|
|
346
|
+
</div>
|
|
347
|
+
</td>
|
|
348
|
+
</tr>
|
|
342
349
|
</tbody>
|
|
343
350
|
</table>
|
|
344
351
|
<table class="table table-sm table-bordered">
|
|
@@ -355,6 +362,12 @@
|
|
|
355
362
|
|
|
356
363
|
</td>
|
|
357
364
|
</tr>
|
|
365
|
+
<tr>
|
|
366
|
+
<td class="col-md-4">
|
|
367
|
+
<div class="io-description"><p>Unique identifier for the item. Used to manage selection state.</p>
|
|
368
|
+
</div>
|
|
369
|
+
</td>
|
|
370
|
+
</tr>
|
|
358
371
|
</tbody>
|
|
359
372
|
</table>
|
|
360
373
|
<table class="table table-sm table-bordered">
|
|
@@ -422,6 +435,12 @@
|
|
|
422
435
|
|
|
423
436
|
</td>
|
|
424
437
|
</tr>
|
|
438
|
+
<tr>
|
|
439
|
+
<td class="col-md-4">
|
|
440
|
+
<div class="io-description"><p>Emits when the item is selected by the user (clicked).</p>
|
|
441
|
+
</div>
|
|
442
|
+
</td>
|
|
443
|
+
</tr>
|
|
425
444
|
</tbody>
|
|
426
445
|
</table>
|
|
427
446
|
</section>
|
|
@@ -449,6 +468,12 @@
|
|
|
449
468
|
</td>
|
|
450
469
|
</tr>
|
|
451
470
|
|
|
471
|
+
<tr>
|
|
472
|
+
<td class="col-md-4">
|
|
473
|
+
<div class="io-description"><p>Defines the ARIA role for the list item. Always set to "listitem".</p>
|
|
474
|
+
</div>
|
|
475
|
+
</td>
|
|
476
|
+
</tr>
|
|
452
477
|
|
|
453
478
|
</tbody>
|
|
454
479
|
</table>
|
|
@@ -475,6 +500,12 @@
|
|
|
475
500
|
</td>
|
|
476
501
|
</tr>
|
|
477
502
|
|
|
503
|
+
<tr>
|
|
504
|
+
<td class="col-md-4">
|
|
505
|
+
<div class="io-description"><p>Static class binding for base list item styling.</p>
|
|
506
|
+
</div>
|
|
507
|
+
</td>
|
|
508
|
+
</tr>
|
|
478
509
|
|
|
479
510
|
</tbody>
|
|
480
511
|
</table>
|
|
@@ -496,6 +527,12 @@
|
|
|
496
527
|
</td>
|
|
497
528
|
</tr>
|
|
498
529
|
|
|
530
|
+
<tr>
|
|
531
|
+
<td class="col-md-4">
|
|
532
|
+
<div class="io-description"><p>Indicates whether the item is expanded. Applied only if the item has children.</p>
|
|
533
|
+
</div>
|
|
534
|
+
</td>
|
|
535
|
+
</tr>
|
|
499
536
|
|
|
500
537
|
</tbody>
|
|
501
538
|
</table>
|
|
@@ -529,6 +566,9 @@
|
|
|
529
566
|
|
|
530
567
|
<tr>
|
|
531
568
|
<td class="col-md-4">
|
|
569
|
+
<div class="io-description"><p>Handles user click interaction, updates state and emits selection event.
|
|
570
|
+
Prevents navigation if no <code>href</code> is defined.</p>
|
|
571
|
+
</div>
|
|
532
572
|
|
|
533
573
|
<div class="io-description">
|
|
534
574
|
<b>Parameters :</b>
|
|
@@ -662,6 +702,12 @@
|
|
|
662
702
|
</td>
|
|
663
703
|
</tr>
|
|
664
704
|
|
|
705
|
+
<tr>
|
|
706
|
+
<td class="col-md-4">
|
|
707
|
+
<div class="io-description"><p>Static class binding for base list item styling.</p>
|
|
708
|
+
</div>
|
|
709
|
+
</td>
|
|
710
|
+
</tr>
|
|
665
711
|
|
|
666
712
|
</tbody>
|
|
667
713
|
</table>
|
|
@@ -693,6 +739,12 @@
|
|
|
693
739
|
</td>
|
|
694
740
|
</tr>
|
|
695
741
|
|
|
742
|
+
<tr>
|
|
743
|
+
<td class="col-md-4">
|
|
744
|
+
<div class="io-description"><p>Child list component if the item has nested children.</p>
|
|
745
|
+
</div>
|
|
746
|
+
</td>
|
|
747
|
+
</tr>
|
|
696
748
|
|
|
697
749
|
</tbody>
|
|
698
750
|
</table>
|
|
@@ -713,6 +765,12 @@
|
|
|
713
765
|
</td>
|
|
714
766
|
</tr>
|
|
715
767
|
|
|
768
|
+
<tr>
|
|
769
|
+
<td class="col-md-4">
|
|
770
|
+
<div class="io-description"><p>Indicates whether the item is currently selected.</p>
|
|
771
|
+
</div>
|
|
772
|
+
</td>
|
|
773
|
+
</tr>
|
|
716
774
|
|
|
717
775
|
</tbody>
|
|
718
776
|
</table>
|
|
@@ -733,6 +791,12 @@
|
|
|
733
791
|
</td>
|
|
734
792
|
</tr>
|
|
735
793
|
|
|
794
|
+
<tr>
|
|
795
|
+
<td class="col-md-4">
|
|
796
|
+
<div class="io-description"><p>Indicates whether the item is currently expanded (open).</p>
|
|
797
|
+
</div>
|
|
798
|
+
</td>
|
|
799
|
+
</tr>
|
|
736
800
|
|
|
737
801
|
</tbody>
|
|
738
802
|
</table>
|
|
@@ -769,6 +833,12 @@
|
|
|
769
833
|
</td>
|
|
770
834
|
</tr>
|
|
771
835
|
|
|
836
|
+
<tr>
|
|
837
|
+
<td class="col-md-4">
|
|
838
|
+
<div class="io-description"><p>Defines the ARIA role for the list item. Always set to "listitem".</p>
|
|
839
|
+
</div>
|
|
840
|
+
</td>
|
|
841
|
+
</tr>
|
|
772
842
|
|
|
773
843
|
</tbody>
|
|
774
844
|
</table>
|
|
@@ -792,6 +862,17 @@
|
|
|
792
862
|
<span class="accessor"><b>get</b><code>isAriaExpanded()</code></span>
|
|
793
863
|
</td>
|
|
794
864
|
</tr>
|
|
865
|
+
<tr>
|
|
866
|
+
<td class="col-md-4">
|
|
867
|
+
<div class="io-description"><p>Indicates whether the item is expanded. Applied only if the item has children.</p>
|
|
868
|
+
</div>
|
|
869
|
+
|
|
870
|
+
<div class="io-description">
|
|
871
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
872
|
+
|
|
873
|
+
</div>
|
|
874
|
+
</td>
|
|
875
|
+
</tr>
|
|
795
876
|
|
|
796
877
|
</tbody>
|
|
797
878
|
</table>
|
|
@@ -809,6 +890,17 @@
|
|
|
809
890
|
<span class="accessor"><b>get</b><code>level()</code></span>
|
|
810
891
|
</td>
|
|
811
892
|
</tr>
|
|
893
|
+
<tr>
|
|
894
|
+
<td class="col-md-4">
|
|
895
|
+
<div class="io-description"><p>Returns the hierarchical level of the item within the tree.</p>
|
|
896
|
+
</div>
|
|
897
|
+
|
|
898
|
+
<div class="io-description">
|
|
899
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
900
|
+
|
|
901
|
+
</div>
|
|
902
|
+
</td>
|
|
903
|
+
</tr>
|
|
812
904
|
|
|
813
905
|
<tr>
|
|
814
906
|
<td class="col-md-4">
|
|
@@ -817,6 +909,8 @@
|
|
|
817
909
|
</tr>
|
|
818
910
|
<tr>
|
|
819
911
|
<td class="col-md-4">
|
|
912
|
+
<div class="io-description"><p>Sets the level and updates the level of the child list accordingly.</p>
|
|
913
|
+
</div>
|
|
820
914
|
|
|
821
915
|
<div class="io-description">
|
|
822
916
|
<b>Parameters :</b>
|
|
@@ -868,6 +962,17 @@
|
|
|
868
962
|
<span class="accessor"><b>get</b><code>levelClass()</code></span>
|
|
869
963
|
</td>
|
|
870
964
|
</tr>
|
|
965
|
+
<tr>
|
|
966
|
+
<td class="col-md-4">
|
|
967
|
+
<div class="io-description"><p>Returns the CSS class for the current level of the item.</p>
|
|
968
|
+
</div>
|
|
969
|
+
|
|
970
|
+
<div class="io-description">
|
|
971
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
972
|
+
|
|
973
|
+
</div>
|
|
974
|
+
</td>
|
|
975
|
+
</tr>
|
|
871
976
|
|
|
872
977
|
</tbody>
|
|
873
978
|
</table>
|
|
@@ -885,6 +990,17 @@
|
|
|
885
990
|
<span class="accessor"><b>get</b><code>hasChildren()</code></span>
|
|
886
991
|
</td>
|
|
887
992
|
</tr>
|
|
993
|
+
<tr>
|
|
994
|
+
<td class="col-md-4">
|
|
995
|
+
<div class="io-description"><p>Indicates whether the item has child elements.</p>
|
|
996
|
+
</div>
|
|
997
|
+
|
|
998
|
+
<div class="io-description">
|
|
999
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1000
|
+
|
|
1001
|
+
</div>
|
|
1002
|
+
</td>
|
|
1003
|
+
</tr>
|
|
888
1004
|
|
|
889
1005
|
</tbody>
|
|
890
1006
|
</table>
|
|
@@ -902,6 +1018,17 @@
|
|
|
902
1018
|
<span class="accessor"><b>get</b><code>children()</code></span>
|
|
903
1019
|
</td>
|
|
904
1020
|
</tr>
|
|
1021
|
+
<tr>
|
|
1022
|
+
<td class="col-md-4">
|
|
1023
|
+
<div class="io-description"><p>Returns the child components of this item, if any.</p>
|
|
1024
|
+
</div>
|
|
1025
|
+
|
|
1026
|
+
<div class="io-description">
|
|
1027
|
+
<b>Returns : </b> <code><a href="../interfaces/EclCategoryFilterItem.html" target="_self" >EclCategoryFilterItemComponent[]</a></code>
|
|
1028
|
+
|
|
1029
|
+
</div>
|
|
1030
|
+
</td>
|
|
1031
|
+
</tr>
|
|
905
1032
|
|
|
906
1033
|
</tbody>
|
|
907
1034
|
</table>
|
|
@@ -919,6 +1046,17 @@
|
|
|
919
1046
|
<span class="accessor"><b>get</b><code>isRootItemWithChildren()</code></span>
|
|
920
1047
|
</td>
|
|
921
1048
|
</tr>
|
|
1049
|
+
<tr>
|
|
1050
|
+
<td class="col-md-4">
|
|
1051
|
+
<div class="io-description"><p>Returns true if this is a root-level item and has children.</p>
|
|
1052
|
+
</div>
|
|
1053
|
+
|
|
1054
|
+
<div class="io-description">
|
|
1055
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1056
|
+
|
|
1057
|
+
</div>
|
|
1058
|
+
</td>
|
|
1059
|
+
</tr>
|
|
922
1060
|
|
|
923
1061
|
</tbody>
|
|
924
1062
|
</table>
|
|
@@ -936,6 +1074,17 @@
|
|
|
936
1074
|
<span class="accessor"><b>get</b><code>isChildItemWithChildren()</code></span>
|
|
937
1075
|
</td>
|
|
938
1076
|
</tr>
|
|
1077
|
+
<tr>
|
|
1078
|
+
<td class="col-md-4">
|
|
1079
|
+
<div class="io-description"><p>Returns true if this is a child item and has its own children.</p>
|
|
1080
|
+
</div>
|
|
1081
|
+
|
|
1082
|
+
<div class="io-description">
|
|
1083
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1084
|
+
|
|
1085
|
+
</div>
|
|
1086
|
+
</td>
|
|
1087
|
+
</tr>
|
|
939
1088
|
|
|
940
1089
|
</tbody>
|
|
941
1090
|
</table>
|
|
@@ -953,6 +1102,17 @@
|
|
|
953
1102
|
<span class="accessor"><b>get</b><code>isRootItem()</code></span>
|
|
954
1103
|
</td>
|
|
955
1104
|
</tr>
|
|
1105
|
+
<tr>
|
|
1106
|
+
<td class="col-md-4">
|
|
1107
|
+
<div class="io-description"><p>Returns true if this is a root-level item (level === 1).</p>
|
|
1108
|
+
</div>
|
|
1109
|
+
|
|
1110
|
+
<div class="io-description">
|
|
1111
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
1112
|
+
|
|
1113
|
+
</div>
|
|
1114
|
+
</td>
|
|
1115
|
+
</tr>
|
|
956
1116
|
|
|
957
1117
|
</tbody>
|
|
958
1118
|
</table>
|