@eui/ecl 23.0.0-alpha.6 → 23.0.0-alpha.8
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/docs/changelog.html +86 -0
- package/docs/classes/EclLanguageService.html +8 -8
- package/docs/components/EclBannerComponent.html +28 -56
- package/docs/components/EclCardComponent.html +12 -24
- package/docs/components/EclCarouselComponent.html +33 -65
- package/docs/components/EclCarouselItemComponent.html +4 -8
- package/docs/components/EclCategoryFilterComponent.html +4 -8
- package/docs/components/EclCategoryFilterItemComponent.html +5 -9
- package/docs/components/EclCategoryFilterListComponent.html +5 -9
- package/docs/components/EclContentItemComponent.html +20 -40
- package/docs/components/EclFactFiguresItemComponent.html +4 -8
- package/docs/components/EclFactFiguresViewAllComponent.html +4 -8
- package/docs/components/EclFeaturedItemComponent.html +4 -10
- package/docs/components/EclFileComponent.html +4 -8
- package/docs/components/EclFileItemsComponent.html +4 -8
- package/docs/components/EclFormGroupComponent.html +4 -8
- package/docs/components/EclGalleryComponent.html +21 -41
- package/docs/components/EclGalleryItemComponent.html +8 -16
- package/docs/components/EclIconComponent.html +4 -8
- package/docs/components/EclInpageNavigationComponent.html +20 -40
- package/docs/components/EclInpageNavigationItemComponent.html +4 -8
- package/docs/components/EclListIllustrationComponent.html +4 -8
- package/docs/components/EclListIllustrationItemComponent.html +9 -17
- package/docs/components/EclMediaContainerComponent.html +21 -41
- package/docs/components/EclMegaMenuComponent.html +4 -8
- package/docs/components/EclMegaMenuFeaturedComponent.html +12 -24
- package/docs/components/EclMegaMenuInfoComponent.html +4 -8
- package/docs/components/EclMegaMenuItemComponent.html +37 -73
- package/docs/components/EclMegaMenuSubitemComponent.html +21 -43
- package/docs/components/EclMenuComponent.html +20 -40
- package/docs/components/EclMenuItemComponent.html +12 -24
- package/docs/components/EclMenuMegaItemComponent.html +12 -24
- package/docs/components/EclModalComponent.html +1 -1
- package/docs/components/EclMultiselectComponent.html +4 -8
- package/docs/components/EclMultiselectDropdownComponent.html +21 -41
- package/docs/components/EclMultiselectInputComponent.html +4 -8
- package/docs/components/EclMultiselectOptionComponent.html +4 -8
- package/docs/components/EclNavigationListComponent.html +4 -8
- package/docs/components/EclNavigationListItemComponent.html +4 -8
- package/docs/components/EclNewsTickerComponent.html +28 -48
- package/docs/components/EclNewsTickerItemComponent.html +4 -8
- package/docs/components/EclPageHeaderComponent.html +8 -16
- package/docs/components/EclPaginationComponent.html +4 -8
- package/docs/components/EclPopoverComponent.html +12 -24
- package/docs/components/EclSiteHeaderComponent.html +44 -88
- package/docs/components/EclSiteHeaderCustomActionComponent.html +8 -16
- package/docs/components/EclSiteHeaderLanguageComponent.html +10 -18
- package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +6 -10
- package/docs/components/EclSiteHeaderLoginComponent.html +4 -8
- package/docs/components/EclSiteHeaderSearchComponent.html +4 -8
- package/docs/components/EclTabComponent.html +12 -24
- package/docs/components/EclTabsComponent.html +29 -57
- package/docs/components/EclTimelineComponent.html +4 -8
- package/docs/components/EclTimelineItemComponent.html +16 -32
- package/docs/directives/EclCheckboxDirective.html +16 -32
- package/docs/directives/EclDescriptionListDirective.html +4 -8
- package/docs/directives/EclGalleryMediaDirective.html +2 -2
- package/docs/directives/EclGalleryPictureDirective.html +1 -1
- package/docs/directives/EclListIllustrationPictureDirective.html +4 -8
- package/docs/directives/EclMediaContainerItemDirective.html +4 -8
- package/docs/directives/EclMegaMenuSublistDirective.html +8 -16
- package/docs/directives/EclMultiselectOptionDirective.html +4 -8
- package/docs/directives/EclPageHeaderMetaItemDirective.html +9 -0
- package/docs/directives/EclRadioDirective.html +8 -16
- package/docs/directives/EclSocialMediaFollowLinkDirective.html +4 -8
- package/docs/directives/EclTableDirective.html +4 -8
- package/docs/directives/EclTableHeadDirective.html +4 -8
- package/docs/injectables/EclDefaultLanguageService.html +7 -7
- package/docs/injectables/EclMegaMenuService.html +2 -2
- package/docs/interfaces/EclMegaMenuItem.html +2 -2
- package/docs/interfaces/EclMenuItem.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/EclMegaMenuItemComponent.md +1 -1
- package/docs/json/EclMegaMenuSubitemComponent.md +1 -1
- package/docs/json/EclSiteHeaderLanguagePopoverComponent.md +2 -2
- package/docs/json/documentation.json +1365 -2133
- package/docs/llms.txt +182 -182
- package/docs/miscellaneous/variables.html +16 -16
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-banner.mjs +37 -40
- package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-card.mjs +23 -17
- package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs +105 -82
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +36 -29
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-checkbox.mjs +30 -20
- package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs +46 -27
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-picker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs +25 -15
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-featured.mjs +10 -9
- package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file.mjs +17 -13
- package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-form-group.mjs +12 -7
- package/fesm2022/eui-ecl-components-ecl-form-group.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-gallery.mjs +44 -49
- package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-icon.mjs +7 -8
- package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs +48 -50
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-link.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs +19 -24
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list.mjs +6 -7
- package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-media-container.mjs +31 -34
- package/fesm2022/eui-ecl-components-ecl-media-container.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs +237 -197
- package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-menu.mjs +108 -86
- package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs +0 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs +70 -67
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs +16 -14
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs +67 -51
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs +17 -12
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs +9 -7
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs +44 -38
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-radio.mjs +22 -14
- package/fesm2022/eui-ecl-components-ecl-radio.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs +123 -118
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-slogan-ticker.mjs +2 -2
- package/fesm2022/eui-ecl-components-ecl-slogan-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs +10 -8
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-table.mjs +17 -15
- package/fesm2022/eui-ecl-components-ecl-table.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs +101 -81
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-timeline.mjs +47 -37
- package/fesm2022/eui-ecl-components-ecl-timeline.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tooltip.mjs.map +1 -1
- package/fesm2022/eui-ecl-core.mjs +1 -1
- package/fesm2022/eui-ecl-core.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-banner.d.ts +42 -43
- package/types/eui-ecl-components-ecl-banner.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-card.d.ts +34 -35
- package/types/eui-ecl-components-ecl-card.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-carousel.d.ts +10 -11
- package/types/eui-ecl-components-ecl-carousel.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-category-filter.d.ts +6 -6
- package/types/eui-ecl-components-ecl-category-filter.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-checkbox.d.ts +47 -49
- package/types/eui-ecl-components-ecl-checkbox.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-content-item.d.ts +16 -18
- package/types/eui-ecl-components-ecl-content-item.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-fact-figures.d.ts +3 -3
- package/types/eui-ecl-components-ecl-fact-figures.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-featured.d.ts +2 -2
- package/types/eui-ecl-components-ecl-featured.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-file.d.ts +42 -43
- package/types/eui-ecl-components-ecl-file.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-form-group.d.ts +1 -3
- package/types/eui-ecl-components-ecl-form-group.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-gallery.d.ts +12 -12
- package/types/eui-ecl-components-ecl-gallery.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-icon.d.ts +1 -1
- package/types/eui-ecl-components-ecl-icon.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts +8 -8
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-list-illustration.d.ts +44 -44
- package/types/eui-ecl-components-ecl-list-illustration.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-list.d.ts +2 -2
- package/types/eui-ecl-components-ecl-list.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-media-container.d.ts +33 -33
- package/types/eui-ecl-components-ecl-media-container.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-mega-menu.d.ts +185 -191
- package/types/eui-ecl-components-ecl-mega-menu.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-menu.d.ts +126 -128
- package/types/eui-ecl-components-ecl-menu.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-modal.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-multiselect.d.ts +10 -10
- package/types/eui-ecl-components-ecl-multiselect.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-navigation-list.d.ts +3 -4
- package/types/eui-ecl-components-ecl-navigation-list.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-news-ticker.d.ts +18 -18
- package/types/eui-ecl-components-ecl-news-ticker.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-page-header.d.ts +3 -3
- package/types/eui-ecl-components-ecl-page-header.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-pagination.d.ts +1 -1
- package/types/eui-ecl-components-ecl-pagination.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-popover.d.ts +3 -3
- package/types/eui-ecl-components-ecl-popover.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-radio.d.ts +28 -28
- package/types/eui-ecl-components-ecl-radio.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-site-header.d.ts +48 -48
- package/types/eui-ecl-components-ecl-site-header.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts +1 -1
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-table.d.ts +3 -3
- package/types/eui-ecl-components-ecl-table.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-tabs.d.ts +12 -12
- package/types/eui-ecl-components-ecl-tabs.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-timeline.d.ts +27 -28
- package/types/eui-ecl-components-ecl-timeline.d.ts.map +1 -1
- package/types/eui-ecl-core.d.ts +11 -11
- package/types/eui-ecl-core.d.ts.map +1 -1
package/docs/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# eui documentation
|
|
2
2
|
|
|
3
|
-
> Generated by compodoc 2.0.0 at 2026-
|
|
3
|
+
> Generated by compodoc 2.0.0 at 2026-08-03T16:02:37.350Z, llm-md export.
|
|
4
4
|
|
|
5
5
|
## Modules
|
|
6
6
|
|
|
@@ -128,16 +128,16 @@ Inputs:
|
|
|
128
128
|
- `tabindex: number`
|
|
129
129
|
|
|
130
130
|
Properties:
|
|
131
|
-
- `bannerContainer: ElementRef`
|
|
132
|
-
- `bannerFooter: ElementRef`
|
|
131
|
+
- `bannerContainer: unknown = viewChild<ElementRef>('bannerContainer')`
|
|
132
|
+
- `bannerFooter: unknown = viewChild<ElementRef>('bannerFooter')`
|
|
133
133
|
- `bannerFooterHeight: null = null`
|
|
134
|
-
- `eclBannerImage: EclBannerImageDirective`
|
|
135
|
-
- `eclBannerVideo: EclBannerVideoDirective`
|
|
136
|
-
- `eclLinkComponents:
|
|
134
|
+
- `eclBannerImage: unknown = contentChild(EclBannerImageDirective)`
|
|
135
|
+
- `eclBannerVideo: unknown = contentChild(EclBannerVideoDirective)`
|
|
136
|
+
- `eclLinkComponents: unknown = contentChildren(forwardRef(() => EclLinkDirective))`
|
|
137
137
|
- `el: unknown = inject(ElementRef)`
|
|
138
138
|
- `isPlaying: unknown = signal(true)`
|
|
139
|
-
- `pauseBtn: EclButtonComponent`
|
|
140
|
-
- `playBtn: EclButtonComponent`
|
|
139
|
+
- `pauseBtn: unknown = viewChild<EclButtonComponent>('pauseBtn')`
|
|
140
|
+
- `playBtn: unknown = viewChild<EclButtonComponent>('playBtn')`
|
|
141
141
|
- `skipHeightManagement: unknown = false` — When true, the banner's own height management is disabled. Used by the carousel to prevent height conflicts.
|
|
142
142
|
|
|
143
143
|
Methods:
|
|
@@ -280,9 +280,9 @@ Inputs:
|
|
|
280
280
|
- `tabindex: number`
|
|
281
281
|
|
|
282
282
|
Properties:
|
|
283
|
-
- `eclCardImage: EclCardImageDirective` — Projected image directive inside the card.
|
|
284
|
-
- `eclContentBlock: EclContentBlockComponent` — Projected ECL content block inside the card.
|
|
285
|
-
- `eclContentBlockTitle: EclContentBlockTitleDirective` — Projected content block title directive inside the card.
|
|
283
|
+
- `eclCardImage: unknown = contentChild(forwardRef(() => EclCardImageDirective))` — Projected image directive inside the card.
|
|
284
|
+
- `eclContentBlock: unknown = contentChild(forwardRef(() => EclContentBlockComponent))` — Projected ECL content block inside the card.
|
|
285
|
+
- `eclContentBlockTitle: unknown = contentChild(forwardRef(() => EclContentBlockTitleDirective))` — Projected content block title directive inside the card.
|
|
286
286
|
|
|
287
287
|
Methods:
|
|
288
288
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -306,17 +306,17 @@ Outputs:
|
|
|
306
306
|
- `slide: EclSlideEvent` — Event emitted when a slide change occurs.
|
|
307
307
|
|
|
308
308
|
Properties:
|
|
309
|
-
- `carouselContainerElement: ElementRef` — Reference to the main carousel container element.
|
|
310
|
-
- `firstHiddenItem: EclCarouselItemComponent` — Reference to the first hidden slide item (used for focus management).
|
|
309
|
+
- `carouselContainerElement: unknown = viewChild<ElementRef>('carouselContainer')` — Reference to the main carousel container element.
|
|
310
|
+
- `firstHiddenItem: unknown = viewChild<EclCarouselItemComponent>('firstHiddenItem')` — Reference to the first hidden slide item (used for focus management).
|
|
311
311
|
- `isPausedForced: unknown = false` — Indicates whether autoplay was manually paused.
|
|
312
312
|
- `isPlaying: unknown = false` — Indicates whether autoplay is currently active.
|
|
313
313
|
- `isRtl: unknown = false` — Indicates whether the layout is currently in RTL mode.
|
|
314
|
-
- `lastHiddenItem: EclCarouselItemComponent` — Reference to the last hidden slide item (used for focus management).
|
|
315
|
-
- `navigationButtons:
|
|
316
|
-
- `pauseButton: ElementRef` — Reference to the pause button element.
|
|
317
|
-
- `playButton: ElementRef` — Reference to the play button element.
|
|
318
|
-
- `slides:
|
|
319
|
-
- `slidesContainer: ElementRef` — Reference to the slides container element.
|
|
314
|
+
- `lastHiddenItem: unknown = viewChild<EclCarouselItemComponent>('lastHiddenItem')` — Reference to the last hidden slide item (used for focus management).
|
|
315
|
+
- `navigationButtons: unknown = viewChildren<ElementRef>('currButton')` — References to the navigation buttons corresponding to each slide.
|
|
316
|
+
- `pauseButton: unknown = viewChild<ElementRef>('pauseButton')` — Reference to the pause button element.
|
|
317
|
+
- `playButton: unknown = viewChild<ElementRef>('playButton')` — Reference to the play button element.
|
|
318
|
+
- `slides: unknown = contentChildren(forwardRef(() => EclCarouselItemComponent))` — Collection of slide components rendered inside the carousel.
|
|
319
|
+
- `slidesContainer: unknown = viewChild<ElementRef>('slidesContainer')` — Reference to the slides container element.
|
|
320
320
|
- `transitionDuration: number = 0.4` — Duration of the slide transition animation (in seconds).
|
|
321
321
|
|
|
322
322
|
Methods:
|
|
@@ -359,7 +359,7 @@ Outputs:
|
|
|
359
359
|
|
|
360
360
|
Properties:
|
|
361
361
|
- `ariaLabel: string` — The aria-label for the slide, assigned dynamically by the carousel.
|
|
362
|
-
- `banner: EclBannerComponent` — Optionally captures a banner component projected into the slide.
|
|
362
|
+
- `banner: unknown = contentChild(forwardRef(() => EclBannerComponent))` — Optionally captures a banner component projected into the slide.
|
|
363
363
|
- `el: unknown = inject(ElementRef)`
|
|
364
364
|
- `index: number` — Internal slide index, assigned dynamically by the carousel.
|
|
365
365
|
|
|
@@ -382,7 +382,7 @@ Inputs:
|
|
|
382
382
|
Properties:
|
|
383
383
|
- `className: unknown = true` — Static class applied to the host element for styling. Always returns true to include the ecl-category-filter class.
|
|
384
384
|
- `eclCategoryFilterItemsAll: QueryList<EclCategoryFilterItemComponent>`
|
|
385
|
-
- `eclCategoryList: EclCategoryFilterListComponent`
|
|
385
|
+
- `eclCategoryList: unknown = contentChild(forwardRef(() => EclCategoryFilterListComponent))`
|
|
386
386
|
- `role: string = 'navigation'` — Defines the ARIA role for the host element. Always set to "navigation".
|
|
387
387
|
|
|
388
388
|
Methods:
|
|
@@ -405,7 +405,7 @@ Outputs:
|
|
|
405
405
|
|
|
406
406
|
Properties:
|
|
407
407
|
- `className: unknown = true` — Static class binding for base list item styling.
|
|
408
|
-
- `eclCategoryList: EclCategoryFilterListComponent` — Child list component if the item has nested children.
|
|
408
|
+
- `eclCategoryList: unknown = contentChild(forwardRef(() => EclCategoryFilterListComponent))` — Child list component if the item has nested children.
|
|
409
409
|
- `isCurrent: unknown = false` — Indicates whether the item is currently selected.
|
|
410
410
|
- `isExpanded: unknown = false` — Indicates whether the item is currently expanded (open).
|
|
411
411
|
- `role: string = 'listitem'` — Defines the ARIA role for the list item. Always set to "listitem".
|
|
@@ -427,7 +427,7 @@ Inputs:
|
|
|
427
427
|
Properties:
|
|
428
428
|
- `className: unknown = true` — Adds the base class for the category filter list component.
|
|
429
429
|
- `controls: string` — ARIA attribute that points to the element controlled by this list (if applicable).
|
|
430
|
-
- `eclCategoryFilterItems:
|
|
430
|
+
- `eclCategoryFilterItems: unknown = contentChildren<EclCategoryFilterItemComponent>(forwardRef(() => EclCategoryFilterItemComponent))` — List of all category filter items projected inside this list.
|
|
431
431
|
- `role: string = 'list'` — Sets ARIA role to "list" for accessibility purposes.
|
|
432
432
|
|
|
433
433
|
Methods:
|
|
@@ -498,11 +498,11 @@ Inputs:
|
|
|
498
498
|
- `tabindex: number`
|
|
499
499
|
|
|
500
500
|
Properties:
|
|
501
|
-
- `eclContentBlock: EclContentBlockComponent` — Reference to projected content block. Used to apply internal styling and structure.
|
|
502
|
-
- `eclContentBlockTitle: EclContentBlockTitleDirective` — Reference to projected title directive inside the content block. Used for linking behavior.
|
|
503
|
-
- `eclContentItemImage: EclContentItemImageDirective` — Reference to projected image directive. Used to bind interaction behavior (click propagation).
|
|
504
|
-
- `eclContentItemPicture: EclContentItemPictureDirective` — Reference to projected picture directive, used to determine layout mode (stacked).
|
|
505
|
-
- `eclDateBlock: EclDateBlockComponent` — Reference to projected date block component. Used to set styling and determine layout mode.
|
|
501
|
+
- `eclContentBlock: unknown = contentChild(forwardRef(() => EclContentBlockComponent))` — Reference to projected content block. Used to apply internal styling and structure.
|
|
502
|
+
- `eclContentBlockTitle: unknown = contentChild(forwardRef(() => EclContentBlockTitleDirective))` — Reference to projected title directive inside the content block. Used for linking behavior.
|
|
503
|
+
- `eclContentItemImage: unknown = contentChild(forwardRef(() => EclContentItemImageDirective))` — Reference to projected image directive. Used to bind interaction behavior (click propagation).
|
|
504
|
+
- `eclContentItemPicture: unknown = contentChild(forwardRef(() => EclContentItemPictureDirective))` — Reference to projected picture directive, used to determine layout mode (stacked).
|
|
505
|
+
- `eclDateBlock: unknown = contentChild(forwardRef(() => EclDateBlockComponent))` — Reference to projected date block component. Used to set styling and determine layout mode.
|
|
506
506
|
- `role: string = 'article'` — ARIA role attribute for the host element. Set to "article" to denote standalone content.
|
|
507
507
|
|
|
508
508
|
Methods:
|
|
@@ -620,7 +620,7 @@ Inputs:
|
|
|
620
620
|
- `tabindex: number`
|
|
621
621
|
|
|
622
622
|
Properties:
|
|
623
|
-
- `eclIconComponents:
|
|
623
|
+
- `eclIconComponents: unknown = contentChildren(EclIconComponent)` — Query for any EclIconComponent children projected into the component. These icons will receive an additional CSS class.
|
|
624
624
|
|
|
625
625
|
Methods:
|
|
626
626
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -638,7 +638,7 @@ Inputs:
|
|
|
638
638
|
- `tabindex: number`
|
|
639
639
|
|
|
640
640
|
Properties:
|
|
641
|
-
- `eclLink: EclLinkDirective` — Reference to the projected link directive inside the component. Automatically decorated with a specific class upon initialization.
|
|
641
|
+
- `eclLink: unknown = contentChild(EclLinkDirective)` — Reference to the projected link directive inside the component. Automatically decorated with a specific class upon initialization.
|
|
642
642
|
|
|
643
643
|
Methods:
|
|
644
644
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -684,7 +684,7 @@ Inputs:
|
|
|
684
684
|
|
|
685
685
|
Properties:
|
|
686
686
|
- `className: unknown = true`
|
|
687
|
-
- `links
|
|
687
|
+
- `links: unknown = contentChildren(EclFeaturedItemLinkDirective, { descendants: true })`
|
|
688
688
|
- `mediaContainer: unknown = contentChild(EclMediaContainerComponent)`
|
|
689
689
|
|
|
690
690
|
Methods:
|
|
@@ -729,7 +729,7 @@ Inputs:
|
|
|
729
729
|
- `tabindex: number`
|
|
730
730
|
|
|
731
731
|
Properties:
|
|
732
|
-
- `eclPictureContent: EclFilePictureDirective` — Optional image directive projected via content slot, used for thumbnails.
|
|
732
|
+
- `eclPictureContent: unknown = contentChild(EclFilePictureDirective)` — Optional image directive projected via content slot, used for thumbnails.
|
|
733
733
|
- `eclThemeService: unknown = inject(EclThemeService)`
|
|
734
734
|
|
|
735
735
|
Methods:
|
|
@@ -779,7 +779,7 @@ Outputs:
|
|
|
779
779
|
- `toggle: EclFileItemsToggleEvent` — Emits a toggle event when the translations list is expanded or collapsed. Consumers can call preventDefault() on the event to cancel the toggle.
|
|
780
780
|
|
|
781
781
|
Properties:
|
|
782
|
-
- `items:
|
|
782
|
+
- `items: unknown = contentChildren(EclFileItemComponent)` — Content-projected list of translation items (excluding description blocks).
|
|
783
783
|
|
|
784
784
|
Methods:
|
|
785
785
|
- `getItemsCount(): number` — Returns the number of translation items excluding description entries.
|
|
@@ -814,7 +814,7 @@ Inputs:
|
|
|
814
814
|
- `tabindex: number`
|
|
815
815
|
|
|
816
816
|
Properties:
|
|
817
|
-
- `eclRange:
|
|
817
|
+
- `eclRange: unknown = contentChildren(forwardRef(() => EclRangeDirective), { descendants: true })` — Query list of any descendant EclRangeDirective instances within the form group. Used internally to determine whether the form group contains range inputs.
|
|
818
818
|
|
|
819
819
|
Methods:
|
|
820
820
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -870,16 +870,16 @@ Outputs:
|
|
|
870
870
|
- `show: EclGalleryShowEvent` — Emits event when user clicks on an item to expand it.
|
|
871
871
|
|
|
872
872
|
Properties:
|
|
873
|
-
- `footerChild: ElementRef`
|
|
874
|
-
- `galleryFooter: EclGalleryFooterComponent`
|
|
875
|
-
- `galleryItems:
|
|
876
|
-
- `headerChild: ElementRef`
|
|
873
|
+
- `footerChild: unknown = viewChild<ElementRef>('footer')`
|
|
874
|
+
- `galleryFooter: unknown = contentChild(EclGalleryFooterComponent)`
|
|
875
|
+
- `galleryItems: unknown = contentChildren(EclGalleryItemComponent)`
|
|
876
|
+
- `headerChild: unknown = viewChild<ElementRef>('header')`
|
|
877
877
|
- `isDialogVisible: unknown = false`
|
|
878
878
|
- `isMobile: unknown = false`
|
|
879
879
|
- `item: EclGalleryItemComponent`
|
|
880
880
|
- `itemIndex: number`
|
|
881
881
|
- `itemsCount: number`
|
|
882
|
-
- `overlayChild: ElementRef`
|
|
882
|
+
- `overlayChild: unknown = viewChild<ElementRef>('overlay')`
|
|
883
883
|
- `role: string = 'region'` — The default role of the component is 'region' and should not be changed.
|
|
884
884
|
|
|
885
885
|
Methods:
|
|
@@ -941,8 +941,8 @@ Outputs:
|
|
|
941
941
|
- `itemClick: EventEmitter = new EventEmitter<EclGalleryItemClickEvent>()`
|
|
942
942
|
|
|
943
943
|
Properties:
|
|
944
|
-
- `galleryPicture: EclGalleryPictureDirective`
|
|
945
|
-
- `mediaChild: EclGalleryMediaDirective`
|
|
944
|
+
- `galleryPicture: unknown = contentChild(EclGalleryPictureDirective)`
|
|
945
|
+
- `mediaChild: unknown = contentChild(EclGalleryMediaDirective)`
|
|
946
946
|
- `role: string = 'listitem'` — The role attribute of the item is 'listitem', should not be changed.
|
|
947
947
|
|
|
948
948
|
Methods:
|
|
@@ -996,7 +996,7 @@ Properties:
|
|
|
996
996
|
- `hostClasses: unknown = signal<string>('')` — Real classes currently present on . To support \[class.foo\] / \[ngClass\].
|
|
997
997
|
- `iconUrl: unknown = signal<string>('')`
|
|
998
998
|
- ``svgClasses: unknown = computed<Record<string, boolean>>(() => { return { [this.baseDirective.getCssClasses('ecl-icon')]: true, [`ecl-icon--${this.size()}`]: !!this.size(), [`ecl-icon…``
|
|
999
|
-
- `svgEl: ElementRef`
|
|
999
|
+
- `svgEl: unknown = viewChild<ElementRef>('svg')`
|
|
1000
1000
|
|
|
1001
1001
|
Methods:
|
|
1002
1002
|
- `addExtraClass(className: string): void`
|
|
@@ -1044,15 +1044,15 @@ Outputs:
|
|
|
1044
1044
|
|
|
1045
1045
|
Properties:
|
|
1046
1046
|
- `currentSectionElement: HTMLElement | null = null`
|
|
1047
|
-
- `eclNavigationLinkItems:
|
|
1048
|
-
- `eclNavigationList: EclInpageNavigationListDirective`
|
|
1047
|
+
- `eclNavigationLinkItems: unknown = contentChildren(EclInpageNavigationItemComponent, { descendants: true })`
|
|
1048
|
+
- `eclNavigationList: unknown = contentChild(EclInpageNavigationListDirective)`
|
|
1049
1049
|
- `eclThemeService: unknown = inject(EclThemeService)`
|
|
1050
1050
|
- `isButtonExpanded: unknown = false` — Used for the mobile view, where user can select a section from the dropdown.
|
|
1051
1051
|
- `isRtl: unknown = false`
|
|
1052
1052
|
- `listMaxHeight: number`
|
|
1053
|
-
- `navTittle: ElementRef<HTMLDivElement
|
|
1054
|
-
- `togglerButton: ElementRef<HTMLButtonElement
|
|
1055
|
-
- `toggleWrapper: ElementRef<HTMLDivElement
|
|
1053
|
+
- `navTittle: unknown = viewChild<ElementRef<HTMLDivElement>>('navTittle')`
|
|
1054
|
+
- `togglerButton: unknown = viewChild<ElementRef<HTMLButtonElement>>('togglerButton')`
|
|
1055
|
+
- `toggleWrapper: unknown = viewChild<ElementRef<HTMLDivElement>>('toggleWrapper')`
|
|
1056
1056
|
|
|
1057
1057
|
Methods:
|
|
1058
1058
|
- `onExpandButtonClick(): void` — On mobile view - handle the dropdown toggle.
|
|
@@ -1084,7 +1084,7 @@ Outputs:
|
|
|
1084
1084
|
|
|
1085
1085
|
Properties:
|
|
1086
1086
|
- `cmpClass: unknown = true`
|
|
1087
|
-
- `link: EclLinkDirective`
|
|
1087
|
+
- `link: unknown = viewChild(EclLinkDirective)`
|
|
1088
1088
|
- `role: string = 'listitem'` — The role of the component is 'listitem', should not be changed.
|
|
1089
1089
|
|
|
1090
1090
|
Methods:
|
|
@@ -1142,7 +1142,7 @@ Inputs:
|
|
|
1142
1142
|
|
|
1143
1143
|
Properties:
|
|
1144
1144
|
- `counterStartStyle: string = ''`
|
|
1145
|
-
- `eclIllustrationItems:
|
|
1145
|
+
- `eclIllustrationItems: unknown = contentChildren(forwardRef(() => EclListIllustrationItemComponent))`
|
|
1146
1146
|
- `elementDisplayStyle: unknown = computed(() => this.horizontalColumns() > 0 && this.isTabletBreakpoint() ? null : 'block' )` — Controls display style of the host element based on breakpoint and column count.
|
|
1147
1147
|
- `role: string = 'list'` — Applies ARIA role for list elements.
|
|
1148
1148
|
- `startAttr: string | null = null`
|
|
@@ -1166,10 +1166,10 @@ Inputs:
|
|
|
1166
1166
|
|
|
1167
1167
|
Properties:
|
|
1168
1168
|
- `className: unknown = true` — Applies ECL class for illustration list item.
|
|
1169
|
-
- `eclIllustrationIcon: EclListIllustrationIconDirective`
|
|
1170
|
-
- `eclIllustrationPicture: EclListIllustrationPictureDirective`
|
|
1169
|
+
- `eclIllustrationIcon: unknown = contentChild(forwardRef(() => EclListIllustrationIconDirective))`
|
|
1170
|
+
- `eclIllustrationPicture: unknown = contentChild(forwardRef(() => EclListIllustrationPictureDirective))`
|
|
1171
1171
|
- `hasDivider: unknown = signal(false)` — A special class needs to be added, if an icon list has dividers between items.
|
|
1172
|
-
- `hasPicture: Signal<boolean> = computed(() => this.eclIllustrationPicture !== undefined)`
|
|
1172
|
+
- `hasPicture: Signal<boolean> = computed(() => this.eclIllustrationPicture() !== undefined)`
|
|
1173
1173
|
- `isVerticalPicture: unknown = signal(false)` — A special class needs to be added, for vertical lists with picture.
|
|
1174
1174
|
- `role: string = 'listitem'` — Applies ARIA role for list items.
|
|
1175
1175
|
|
|
@@ -1217,13 +1217,13 @@ Properties:
|
|
|
1217
1217
|
- `captionBottomOffset: unknown = signal<string | null>(null)`
|
|
1218
1218
|
- `captionPositionOverride: unknown = signal<'over' | 'bottom' | 'hidden' | null>(null)` — Allows a parent component to override the caption position programmatically.
|
|
1219
1219
|
- ``cssClasses: unknown = computed(() => { const position = this.resolvedCaptionPosition(); return [super.getCssClasses('ecl-media-container'), position !== 'bottom' ? `ecl-media-contain…`` — Applies specific classes for the component.
|
|
1220
|
-
- `eclButtons:
|
|
1221
|
-
- `eclMediaContainerItem: EclMediaContainerItemDirective`
|
|
1222
|
-
- `expandable: EclExpandableComponent`
|
|
1220
|
+
- `eclButtons: unknown = viewChildren(EclButtonComponent)`
|
|
1221
|
+
- `eclMediaContainerItem: unknown = contentChild(EclMediaContainerItemDirective)`
|
|
1222
|
+
- `expandable: unknown = contentChild(EclExpandableComponent)`
|
|
1223
1223
|
- `hasVideo: unknown = signal(false)`
|
|
1224
1224
|
- `isPlaying: unknown = false`
|
|
1225
|
-
- `pauseButton: EclButtonComponent`
|
|
1226
|
-
- `playButton: EclButtonComponent`
|
|
1225
|
+
- `pauseButton: unknown = viewChild<EclButtonComponent>('pauseButton')`
|
|
1226
|
+
- `playButton: unknown = viewChild<EclButtonComponent>('playButton')`
|
|
1227
1227
|
- `resolvedCaptionPosition: unknown = computed(() => this.captionPositionOverride() ?? this.captionPosition())` — Resolved caption position considering the override.
|
|
1228
1228
|
|
|
1229
1229
|
Methods:
|
|
@@ -1257,7 +1257,7 @@ Properties:
|
|
|
1257
1257
|
- `isOpenMobile: unknown = false` — If the menu is open, when in mobile mode.
|
|
1258
1258
|
- `isStartPanel: unknown = false` — Used in mobile mode - when the start panel is open (i.e. the hamburger button is clicked).
|
|
1259
1259
|
- `isTwoPanels: unknown = false` — If a menu item is expanded and has two panels/levels displayed.
|
|
1260
|
-
- `menuItems:
|
|
1260
|
+
- `menuItems: unknown = contentChildren(forwardRef(() => EclMegaMenuItemComponent), { descendants: true })`
|
|
1261
1261
|
- `overlayStyleTop: number` — Used to position the overlay, when a menu item is expanded.
|
|
1262
1262
|
- `role: string = 'navigation'` — The 'role' attribute of the component is set to 'navigation'. should not be changed.
|
|
1263
1263
|
|
|
@@ -1286,9 +1286,9 @@ Inputs:
|
|
|
1286
1286
|
Properties:
|
|
1287
1287
|
- `cmpClass: unknown = true`
|
|
1288
1288
|
- `eclMegaMenuFeaturedStyleHeight: number | null = null`
|
|
1289
|
-
- `featuredItems:
|
|
1290
|
-
- `links:
|
|
1291
|
-
- `megaMenuFeaturedScrollable: ElementRef`
|
|
1289
|
+
- `featuredItems: unknown = contentChildren(forwardRef(() => EclMegaMenuFeaturedListItemDirective), { descendants: true })`
|
|
1290
|
+
- `links: unknown = contentChildren(forwardRef(() => EclLinkDirective), { descendants: true })`
|
|
1291
|
+
- `megaMenuFeaturedScrollable: unknown = viewChild<ElementRef>('megaMenuFeaturedScrollable')`
|
|
1292
1292
|
|
|
1293
1293
|
Methods:
|
|
1294
1294
|
- `getEclMegaMenuFeaturedHeight(): number` — Calculates and returns the height of the component. The total height of all the list items.
|
|
@@ -1312,7 +1312,7 @@ Properties:
|
|
|
1312
1312
|
- `eclMegaMenuInfoStyleHeight: number | null = null` — Sets the height of the component.
|
|
1313
1313
|
- `eclMegaMenuInfoStyleOpacity: unknown = signal<number | null>(null)` — Sets the opacity of the component.
|
|
1314
1314
|
- `el: unknown = inject(ElementRef)`
|
|
1315
|
-
- `linkItem: EclLinkDirective` — When the info panel contains link.
|
|
1315
|
+
- `linkItem: unknown = contentChild(forwardRef(() => EclLinkDirective))` — When the info panel contains link.
|
|
1316
1316
|
|
|
1317
1317
|
Methods:
|
|
1318
1318
|
- `getInfoPanelScrollHeight(): number` — Used to calculate the height of the parent element.
|
|
@@ -1330,7 +1330,7 @@ Inputs:
|
|
|
1330
1330
|
- `isOneLevelOnly: boolean = false` — This property should be used, when user wants the menu sub-items to use the maximum space available. For example, if we have 10 sub-items, normally they will appear in one column only. If isOneLevelOnly is used, the sub-items will take 2, 3, 4 columns, depending on presence of other sub-components.
|
|
1331
1331
|
- `isPromotional: boolean = false`
|
|
1332
1332
|
- `label: string = undefined`
|
|
1333
|
-
- `linkExtraAttributes:
|
|
1333
|
+
- `linkExtraAttributes: Record<string, string> = undefined` — Used in case user wants to set some custom attributes for the anchr tag.
|
|
1334
1334
|
- `queryParams: Params | null = null`
|
|
1335
1335
|
- `queryParamsHandling: QueryParamsHandling = null`
|
|
1336
1336
|
- `routerLink: string | any[] = null`
|
|
@@ -1345,22 +1345,22 @@ Outputs:
|
|
|
1345
1345
|
|
|
1346
1346
|
Properties:
|
|
1347
1347
|
- `containerStyleHeight: number | null = null`
|
|
1348
|
-
- `eclMegaMenuContainer: EclMegaMenuContainerDirective` — Component, that consist of some custom info, text or whatever. When the menu item has no children, but still some sub container is displayed.
|
|
1349
|
-
- `eclMegaMenuFeatured: EclMegaMenuFeaturedComponent`
|
|
1350
|
-
- `eclMegaMenuInfo: EclMegaMenuInfoComponent` — Element, that would contain some info about the current item or it's children. First in the container.
|
|
1351
|
-
- `eclMegaMenuMega: ElementRef` — The wrapper around the subitems, if any.
|
|
1352
|
-
- `eclMegaMenuSublist: EclMegaMenuSublistDirective` — Element, that holds the sub items of the current menu items.
|
|
1353
|
-
- `eclMegaMenuSublists:
|
|
1348
|
+
- `eclMegaMenuContainer: unknown = contentChild(forwardRef(() => EclMegaMenuContainerDirective))` — Component, that consist of some custom info, text or whatever. When the menu item has no children, but still some sub container is displayed.
|
|
1349
|
+
- `eclMegaMenuFeatured: unknown = contentChild(forwardRef(() => EclMegaMenuFeaturedComponent), { descendants: false })`
|
|
1350
|
+
- `eclMegaMenuInfo: unknown = contentChild(forwardRef(() => EclMegaMenuInfoComponent))` — Element, that would contain some info about the current item or it's children. First in the container.
|
|
1351
|
+
- `eclMegaMenuMega: unknown = viewChild<ElementRef>('eclMegaMenuMega')` — The wrapper around the subitems, if any.
|
|
1352
|
+
- `eclMegaMenuSublist: unknown = contentChild(forwardRef(() => EclMegaMenuSublistDirective))` — Element, that holds the sub items of the current menu items.
|
|
1353
|
+
- `eclMegaMenuSublists: unknown = contentChildren(forwardRef(() => EclMegaMenuSublistDirective), { descendants: true })`
|
|
1354
1354
|
- `el: unknown = inject(ElementRef)`
|
|
1355
1355
|
- `hasPopup: unknown = this.hasChildren ? true : null`
|
|
1356
1356
|
- `isCurrent: unknown = false`
|
|
1357
1357
|
- `isExpanded: unknown = false`
|
|
1358
1358
|
- `isMobileBreakpoint: unknown = false`
|
|
1359
|
-
- `mainPanel: ElementRef` — This elemend hold some extra content, different from subitems. For example just some text or some custom links, etc.
|
|
1359
|
+
- `mainPanel: unknown = viewChild<ElementRef>('mainPanel')` — This elemend hold some extra content, different from subitems. For example just some text or some custom links, etc.
|
|
1360
1360
|
- `megaMenuMegaStyleHeight: unknown = signal<number | null>(null)`
|
|
1361
1361
|
- `megaMenuMegaStyleOpacity: unknown = signal<number | null>(null)`
|
|
1362
|
-
- `menuBtn: EclButtonComponent` — Element, tat is rendered if the menu item has children.
|
|
1363
|
-
- `menuLink: EclLinkDirective` — Actual link of the menu item. If the menu has no children, but redirects/loads another page.
|
|
1362
|
+
- `menuBtn: unknown = viewChild<EclButtonComponent>('menuBtn')` — Element, tat is rendered if the menu item has children.
|
|
1363
|
+
- `menuLink: unknown = viewChild(EclLinkDirective)` — Actual link of the menu item. If the menu has no children, but redirects/loads another page.
|
|
1364
1364
|
- `renderer: unknown = inject(Renderer2)`
|
|
1365
1365
|
- `wrapperStyleHeight: number | null = null`
|
|
1366
1366
|
- `wrapperStyleTop: number | null = null`
|
|
@@ -1386,7 +1386,7 @@ Inputs:
|
|
|
1386
1386
|
- `externalIconTitle: string = undefined` — If the link is external, this will be the title of the external icon.
|
|
1387
1387
|
- `isExternal: boolean = false` — If the link redirects to external page. Adds an 'external' icon.
|
|
1388
1388
|
- `isSeeAll: boolean = false` — Used for the 'View all' link.
|
|
1389
|
-
- `linkExtraAttributes:
|
|
1389
|
+
- `linkExtraAttributes: Record<string, string> = undefined` — Adds custom attributes to an anchor element.
|
|
1390
1390
|
- `queryParams: Params | null = null`
|
|
1391
1391
|
- `queryParamsHandling: QueryParamsHandling = null`
|
|
1392
1392
|
- `routerLink: string | any[] = null`
|
|
@@ -1400,15 +1400,15 @@ Outputs:
|
|
|
1400
1400
|
- `megaMenuSubItemKeydown: EventEmitter = new EventEmitter()`
|
|
1401
1401
|
|
|
1402
1402
|
Properties:
|
|
1403
|
-
- `eclMegaMenuFeatured: EclMegaMenuFeaturedComponent` — The component for the featured items.
|
|
1403
|
+
- `eclMegaMenuFeatured: unknown = contentChild(forwardRef(() => EclMegaMenuFeaturedComponent))` — The component for the featured items.
|
|
1404
1404
|
- `isCurrent: unknown = false`
|
|
1405
1405
|
- `isExpanded: unknown = false`
|
|
1406
1406
|
- `isMobileBreakpoint: unknown = false`
|
|
1407
1407
|
- `level2StyleHeight: number | null = null` — Used to set the height of the second level subitems container.
|
|
1408
|
-
- `megaMenuLevel2: ElementRef` — Wrapper div element of the second level sub-items.
|
|
1409
|
-
- `submenu
|
|
1410
|
-
- `subMenuItemBtn: EclButtonComponent` — The button element, if it exists. Item can have either link or button.
|
|
1411
|
-
- `subMenuItemLink: EclLinkDirective` — The link element, if it exists. Item can have either link or button.
|
|
1408
|
+
- `megaMenuLevel2: unknown = viewChild<ElementRef>('megaMenuLevel2')` — Wrapper div element of the second level sub-items.
|
|
1409
|
+
- `submenu: unknown = contentChild(forwardRef(() => EclMegaMenuSublistDirective))` — The directive of the submenu lits.
|
|
1410
|
+
- `subMenuItemBtn: unknown = viewChild<EclButtonComponent>('subMenuItemBtn')` — The button element, if it exists. Item can have either link or button.
|
|
1411
|
+
- `subMenuItemLink: unknown = viewChild(EclLinkDirective)` — The link element, if it exists. Item can have either link or button.
|
|
1412
1412
|
|
|
1413
1413
|
Methods:
|
|
1414
1414
|
- `getMegaMenuSubItemHeight(): number`
|
|
@@ -1442,22 +1442,22 @@ Outputs:
|
|
|
1442
1442
|
|
|
1443
1443
|
Properties:
|
|
1444
1444
|
- `breakpointsValue: any = { isMobile: false, isTablet: false, isLtDesktop: false, isDesktop: false, isXL: false, isXXL: false, }` — Represents the current viewport breakpoint states.
|
|
1445
|
-
- `btnNext: EclButtonComponent` — When there is an overflow of the menu, the 'next' button to navigate to next hidden items.
|
|
1446
|
-
- `btnPrevious: EclButtonComponent` — When there is an overflow of the menu, the 'previous' button to navigate back to first hidden items.
|
|
1445
|
+
- `btnNext: unknown = viewChild<EclButtonComponent>('btnNext')` — When there is an overflow of the menu, the 'next' button to navigate to next hidden items.
|
|
1446
|
+
- `btnPrevious: unknown = viewChild<EclButtonComponent>('btnPrevious')` — When there is an overflow of the menu, the 'previous' button to navigate back to first hidden items.
|
|
1447
1447
|
- `eclRootMenuItems: QueryList<EclMenuItemComponent>` — The main items of the menu.
|
|
1448
1448
|
- `hasOverflow: unknown = false`
|
|
1449
1449
|
- `hasTransition: unknown = false` — Controls the delayed application of CSS transition class (prevents Chrome flash on load)
|
|
1450
|
-
- `innerSection: ElementRef` — The element, that wraps the main menu items and the back and forth button.
|
|
1450
|
+
- `innerSection: unknown = viewChild<ElementRef>('innerSection')` — The element, that wraps the main menu items and the back and forth button.
|
|
1451
1451
|
- `innerStyleTop: number | null = null`
|
|
1452
1452
|
- `isHamburgerMenuOpened: unknown = false`
|
|
1453
1453
|
- `isMenuHidden: unknown = false`
|
|
1454
1454
|
- `isMobileBreakpoint: unknown = false`
|
|
1455
1455
|
- `isPrevBtnCurrentClass: unknown = false` — Show/hide the specific class for the 'previous' and 'next' buttons.
|
|
1456
1456
|
- `isTablet: unknown = false`
|
|
1457
|
-
- `itemsList: ElementRef` — The element that wraps the main menu items.
|
|
1457
|
+
- `itemsList: unknown = viewChild<ElementRef>('itemsList')` — The element that wraps the main menu items.
|
|
1458
1458
|
- `menuListStyleLeft: string = 'auto'`
|
|
1459
1459
|
- `menuListStyleRight: string = 'auto'`
|
|
1460
|
-
- `openCloseButton: EclButtonComponent` — The button to open/close menu in mobile mode.
|
|
1460
|
+
- `openCloseButton: unknown = viewChild<EclButtonComponent>('openCloseButton')` — The button to open/close menu in mobile mode.
|
|
1461
1461
|
- `overlayStyleTop: number | null = null`
|
|
1462
1462
|
|
|
1463
1463
|
Methods:
|
|
@@ -1512,9 +1512,9 @@ Properties:
|
|
|
1512
1512
|
- `isHovered: unknown = false`
|
|
1513
1513
|
- `isMobileBreakpoint: unknown = false`
|
|
1514
1514
|
- `isVisible: unknown = true` — Used when menu has overlay, to show if the item is currently displayed.
|
|
1515
|
-
- `menuButton: EclButtonComponent` — The element of the menu item, when item has children.
|
|
1516
|
-
- `menuLink: ElementRef<HTMLAnchorElement
|
|
1517
|
-
- `submenu: EclMenuMegaComponent`
|
|
1515
|
+
- `menuButton: unknown = viewChild(EclButtonComponent)` — The element of the menu item, when item has children.
|
|
1516
|
+
- `menuLink: unknown = viewChild<ElementRef<HTMLAnchorElement>>('menuLink')` — The element of the menu item, when there are no children.
|
|
1517
|
+
- `submenu: unknown = contentChild(forwardRef(() => EclMenuMegaComponent))`
|
|
1518
1518
|
|
|
1519
1519
|
Methods:
|
|
1520
1520
|
- `checkMenuItem(maxLines: number, isMobileBreakpoint: boolean): void` — This method calculates height and width of an item, depending the maximum of lines(rows) allowed. Depends on the 'maxLines' property of the parent menu component.
|
|
@@ -1588,10 +1588,10 @@ Properties:
|
|
|
1588
1588
|
- `children: EclMenuItem[] = []`
|
|
1589
1589
|
- `cmpClass: unknown = true`
|
|
1590
1590
|
- `hasChildren: unknown = false`
|
|
1591
|
-
- `iconComponents:
|
|
1591
|
+
- `iconComponents: unknown = contentChildren(forwardRef(() => EclIconComponent))` — If menu item includes any icon, added by the user (for example for 'external' link).
|
|
1592
1592
|
- `isExpanded: unknown = true`
|
|
1593
|
-
- `links:
|
|
1594
|
-
- `megaMenuLink: ElementRef` — The actual link of the menu item.
|
|
1593
|
+
- `links: unknown = contentChildren(forwardRef(() => EclLinkDirective))` — If menu item includes any links, added by the user.
|
|
1594
|
+
- `megaMenuLink: unknown = viewChild<ElementRef>('megaMenuLink')` — The actual link of the menu item.
|
|
1595
1595
|
- `role: string = 'listitem'` — The default role of the DOM element is 'listitem', should not be changed.
|
|
1596
1596
|
|
|
1597
1597
|
Methods:
|
|
@@ -1637,7 +1637,7 @@ Outputs:
|
|
|
1637
1637
|
|
|
1638
1638
|
Properties:
|
|
1639
1639
|
- `eclModalBody: unknown = contentChild(EclModalBodyComponent)` — Body component projected into the modal.
|
|
1640
|
-
- `` eclModalBodyId:
|
|
1640
|
+
- `` eclModalBodyId: unknown = `ecl-modal-body-${uniqueId()}` `` — Unique ID for the modal body. Used for accessibility ( aria-describedby on the modal container).
|
|
1641
1641
|
- `eclModalCloseComponents: unknown = contentChildren(forwardRef(() => EclModalCloseDirective), { descendants: true })` — All close directives projected inside the modal.
|
|
1642
1642
|
- `eclModalHeader: unknown = contentChild(forwardRef(() => EclModalHeaderComponent))` — Header component projected into the modal.
|
|
1643
1643
|
- `isOpen: unknown = signal(false)` — Controls whether the modal is open.
|
|
@@ -1718,7 +1718,7 @@ Outputs:
|
|
|
1718
1718
|
- `eclChange: string[]` — Emits an array of selected option values when the selection changes.
|
|
1719
1719
|
|
|
1720
1720
|
Properties:
|
|
1721
|
-
- `eclOptionItems:
|
|
1721
|
+
- `eclOptionItems: unknown = contentChildren(forwardRef(() => EclMultiselectOptionDirective))` — List of option directives projected into the component.
|
|
1722
1722
|
- `injector: unknown = inject(Injector)`
|
|
1723
1723
|
|
|
1724
1724
|
Methods:
|
|
@@ -1746,10 +1746,10 @@ Outputs:
|
|
|
1746
1746
|
|
|
1747
1747
|
Properties:
|
|
1748
1748
|
- `ariaDescribedby: string | undefined = undefined` — Optional ARIA description used for accessibility purposes.
|
|
1749
|
-
- `clearAllBtn: ElementRef`
|
|
1750
|
-
- `closeBtn: ElementRef`
|
|
1749
|
+
- `clearAllBtn: unknown = viewChild('clearAllBtn', { read: ElementRef })`
|
|
1750
|
+
- `closeBtn: unknown = viewChild('closeBtn', { read: ElementRef })`
|
|
1751
1751
|
- `counterLabel: string = 'ecl.multiselect.SELECTED'` — Label for the selections counter, read by screen readers.
|
|
1752
|
-
- `eclMultiselectInput: EclMultiselectInputComponent`
|
|
1752
|
+
- `eclMultiselectInput: unknown = viewChild<EclMultiselectInputComponent>('eclMultiselectInput')`
|
|
1753
1753
|
- `form: FormGroup` — Reactive form group managing internal form state.
|
|
1754
1754
|
- `hasSearchBox: unknown = true` — Enables the search box in the dropdown interface.
|
|
1755
1755
|
- `hasSelectAll: unknown = true` — Displays the "Select all" checkbox above the list of options.
|
|
@@ -1762,8 +1762,8 @@ Properties:
|
|
|
1762
1762
|
- `multiOptionComponents: QueryList<EclMultiselectOptionComponent>`
|
|
1763
1763
|
- `multiOptionDirectives: EclMultiselectOptionDirective[] = []` — List of option directives currently rendered in the dropdown.
|
|
1764
1764
|
- `optionsCount: number = 0` — Total number of options available in the dropdown list.
|
|
1765
|
-
- `searchInput: ElementRef`
|
|
1766
|
-
- `selectAllCheckbox: ElementRef`
|
|
1765
|
+
- `searchInput: unknown = viewChild<ElementRef>('searchInput')`
|
|
1766
|
+
- `selectAllCheckbox: unknown = viewChild<ElementRef>('selectAllCheckbox')`
|
|
1767
1767
|
- `selectedItems: unknown = computed(() => this._selectedItems().map((item) => item.label))` — Gets labels of currently selected options.
|
|
1768
1768
|
- `toggleLabel: string | undefined = undefined` — Label displayed for the toggle button to assist screen readers.
|
|
1769
1769
|
|
|
@@ -1829,7 +1829,7 @@ Properties:
|
|
|
1829
1829
|
- `ariaDescribedbyFull: unknown = computed(() => { const describedby = this.ariaDescribedby(); const counter = this.counterId(); return [describedby, counter].filter(Boolean).join(' ') || undefi…` — Computed ARIA describedby combining the input value with the counter ID.
|
|
1830
1830
|
- `buttonText: unknown = computed(() => { const items = this.selectedItems(); return items.length === 0 ? this.inputPlaceholder() : items.join(','); })` — Returns the label text shown inside the button.
|
|
1831
1831
|
- `counterId: unknown = signal(crypto.randomUUID())` — Unique ID for the counter element.
|
|
1832
|
-
- `inputMultiselect: ElementRef` — Reference to the internal input element.
|
|
1832
|
+
- `inputMultiselect: unknown = viewChild<ElementRef>('inputMultiselect')` — Reference to the internal input element.
|
|
1833
1833
|
- `isActive: unknown = computed(() => this.isDropdownExpanded())` — Indicates that the dropdown is expanded (active).
|
|
1834
1834
|
- `isShowCounter: unknown = computed(() => this.selectedItems().length > 0)` — Displays a count badge when items are selected.
|
|
1835
1835
|
- `selectedItemsCount: unknown = computed(() => this.selectedItems().length)` — Returns the count of selected items.
|
|
@@ -1878,7 +1878,7 @@ Outputs:
|
|
|
1878
1878
|
|
|
1879
1879
|
Properties:
|
|
1880
1880
|
- `changes: unknown = new Subject()`
|
|
1881
|
-
- `eclCheckboxInput: ElementRef`
|
|
1881
|
+
- `eclCheckboxInput: unknown = viewChild<ElementRef>('checkboxInput')`
|
|
1882
1882
|
- `keyword: string = ''`
|
|
1883
1883
|
|
|
1884
1884
|
Methods:
|
|
@@ -1905,7 +1905,7 @@ Inputs:
|
|
|
1905
1905
|
- `tabindex: number`
|
|
1906
1906
|
|
|
1907
1907
|
Properties:
|
|
1908
|
-
- `listItems:
|
|
1908
|
+
- `listItems: unknown = contentChildren(forwardRef(() => EclNavigationListItemComponent))` — The list of navigation list items.
|
|
1909
1909
|
|
|
1910
1910
|
Methods:
|
|
1911
1911
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -1924,7 +1924,7 @@ Inputs:
|
|
|
1924
1924
|
- `tabindex: number`
|
|
1925
1925
|
|
|
1926
1926
|
Properties:
|
|
1927
|
-
- `eclContentBlock: EclContentBlockComponent`
|
|
1927
|
+
- `eclContentBlock: unknown = contentChild(forwardRef(() => EclContentBlockComponent))`
|
|
1928
1928
|
- `hasBorder: unknown = true`
|
|
1929
1929
|
- `role: string = 'article'` — The role of the underlying HTML element is 'article', should not be changed.
|
|
1930
1930
|
|
|
@@ -1946,14 +1946,14 @@ Outputs:
|
|
|
1946
1946
|
- `itemSwitch: EclNewsTickerItemEvent` — Emits when the visible news ticker item changes. The payload is an instance of EclNewsTickerItemEvent .
|
|
1947
1947
|
|
|
1948
1948
|
Properties:
|
|
1949
|
-
- `firstHiddenItem: EclNewsTickerItemComponent` — Reference to the hidden first item used for looping.
|
|
1949
|
+
- `firstHiddenItem: unknown = viewChild<EclNewsTickerItemComponent>('firstHiddenItem')` — Reference to the hidden first item used for looping.
|
|
1950
1950
|
- `itemIndex: number = 1`
|
|
1951
|
-
- `lastHiddenItem: EclNewsTickerItemComponent` — Reference to the hidden last item used for looping.
|
|
1952
|
-
- `newsTickerItems:
|
|
1953
|
-
- `pauseBtn: EclButtonComponent` — Reference to the pause button used to stop autoplay.
|
|
1954
|
-
- `playBtn: EclButtonComponent` — Reference to the play button used to start autoplay.
|
|
1951
|
+
- `lastHiddenItem: unknown = viewChild<EclNewsTickerItemComponent>('lastHiddenItem')` — Reference to the hidden last item used for looping.
|
|
1952
|
+
- `newsTickerItems: unknown = contentChildren(EclNewsTickerItemComponent)` — Query list of all EclNewsTickerItemComponent children projected into this component.
|
|
1953
|
+
- `pauseBtn: unknown = viewChild<EclButtonComponent>('pauseBtn')` — Reference to the pause button used to stop autoplay.
|
|
1954
|
+
- `playBtn: unknown = viewChild<EclButtonComponent>('playBtn')` — Reference to the play button used to start autoplay.
|
|
1955
1955
|
- `playing: unknown = false`
|
|
1956
|
-
- `slidesContainer: ElementRef` — Reference to the container element that holds the slides.
|
|
1956
|
+
- `slidesContainer: unknown = viewChild<ElementRef>('slidesContainer')` — Reference to the container element that holds the slides.
|
|
1957
1957
|
- `slidesTransform: string = ''`
|
|
1958
1958
|
- `transitionDuration: number`
|
|
1959
1959
|
|
|
@@ -1984,7 +1984,7 @@ Outputs:
|
|
|
1984
1984
|
- `itemFocused: EventEmitter = new EventEmitter<null>()` — Emitted when the internal link receives focus (used to cancel autoplay).
|
|
1985
1985
|
|
|
1986
1986
|
Properties:
|
|
1987
|
-
- `eclLink: EclLinkDirective` — Optional projected ecl-link element within the news ticker item.
|
|
1987
|
+
- `eclLink: unknown = contentChild(EclLinkDirective)` — Optional projected ecl-link element within the news ticker item.
|
|
1988
1988
|
- `el: unknown = inject(ElementRef)`
|
|
1989
1989
|
- `role: string = 'listitem'` — Declares ARIA role as list item for accessibility.
|
|
1990
1990
|
|
|
@@ -2036,8 +2036,8 @@ Inputs:
|
|
|
2036
2036
|
- `tabindex: number`
|
|
2037
2037
|
|
|
2038
2038
|
Properties:
|
|
2039
|
-
- `eclBackgroundPicture: EclPageHeaderBackgroundPictureDirective` — Reference to the background picture directive, if present.
|
|
2040
|
-
- `eclBreadcrumbComponent: EclBreadcrumbComponent` — Reference to the ECL breadcrumb inside the header.
|
|
2039
|
+
- `eclBackgroundPicture: unknown = contentChild(EclPageHeaderBackgroundPictureDirective)` — Reference to the background picture directive, if present.
|
|
2040
|
+
- `eclBreadcrumbComponent: unknown = contentChild(EclBreadcrumbComponent)` — Reference to the ECL breadcrumb inside the header.
|
|
2041
2041
|
|
|
2042
2042
|
Methods:
|
|
2043
2043
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -2168,7 +2168,7 @@ Outputs:
|
|
|
2168
2168
|
|
|
2169
2169
|
Properties:
|
|
2170
2170
|
- `cmpClass: unknown = true` — Adds the ecl-pagination class to the host element.
|
|
2171
|
-
- `eclPaginationList: EclPaginationListDirective` — Reference to the pagination list directive inside the component's content.
|
|
2171
|
+
- `eclPaginationList: unknown = contentChild(EclPaginationListDirective)` — Reference to the pagination list directive inside the component's content.
|
|
2172
2172
|
- `model: unknown = EuiPagination.create()` — Internal pagination model storing pagination data and logic.
|
|
2173
2173
|
- `role: string = 'navigation'` — Sets the ARIA role to indicate navigation.
|
|
2174
2174
|
|
|
@@ -2231,9 +2231,9 @@ Outputs:
|
|
|
2231
2231
|
- `openEvent`
|
|
2232
2232
|
|
|
2233
2233
|
Properties:
|
|
2234
|
-
- `eclPopoverContainerElement: ElementRef` — Reference to the popover container element.
|
|
2235
|
-
- `eclPopoverScrollableElement: ElementRef` — Reference to the scrollable content element inside the popover.
|
|
2236
|
-
- `eclPopoverToggle: EclPopoverToggleDirective` — Reference to the toggle element used to open/close the popover.
|
|
2234
|
+
- `eclPopoverContainerElement: unknown = viewChild<ElementRef>('container')` — Reference to the popover container element.
|
|
2235
|
+
- `eclPopoverScrollableElement: unknown = viewChild<ElementRef>('scrollable')` — Reference to the scrollable content element inside the popover.
|
|
2236
|
+
- `eclPopoverToggle: unknown = contentChild(EclPopoverToggleDirective)` — Reference to the toggle element used to open/close the popover.
|
|
2237
2237
|
|
|
2238
2238
|
Methods:
|
|
2239
2239
|
- `handlePushClass(direction: string): void` — Check whether the popover is going out of its scrollable container and apply the needed repositioning.
|
|
@@ -2633,18 +2633,18 @@ Outputs:
|
|
|
2633
2633
|
- `logoClick: EclSiteHeaderLogoClickEvent`
|
|
2634
2634
|
|
|
2635
2635
|
Properties:
|
|
2636
|
-
- `bannerHeader: ElementRef`
|
|
2637
|
-
- `eclHeaderImage: EclSiteHeaderImageDirective`
|
|
2638
|
-
- `eclHeaderLink: EclSiteHeaderLinkDirective`
|
|
2639
|
-
- `eclLanguageComponent: EclSiteHeaderLanguageComponent`
|
|
2640
|
-
- `eclLoginComponent: EclSiteHeaderLoginComponent`
|
|
2641
|
-
- `eclMegaMenuComponent: EclMegaMenuComponent`
|
|
2642
|
-
- `eclMenuComponent: EclMenuComponent`
|
|
2643
|
-
- `eclNotificationComponent: EclSiteHeaderNotificationComponent`
|
|
2644
|
-
- `eclSearchComponent: EclSiteHeaderSearchComponent`
|
|
2636
|
+
- `bannerHeader: unknown = viewChild<ElementRef>('bannerHeader')`
|
|
2637
|
+
- `eclHeaderImage: unknown = contentChild(forwardRef(() => EclSiteHeaderImageDirective))`
|
|
2638
|
+
- `eclHeaderLink: unknown = contentChild(forwardRef(() => EclSiteHeaderLinkDirective))`
|
|
2639
|
+
- `eclLanguageComponent: unknown = contentChild(EclSiteHeaderLanguageComponent)`
|
|
2640
|
+
- `eclLoginComponent: unknown = contentChild(EclSiteHeaderLoginComponent)`
|
|
2641
|
+
- `eclMegaMenuComponent: unknown = contentChild(EclMegaMenuComponent)`
|
|
2642
|
+
- `eclMenuComponent: unknown = contentChild(EclMenuComponent)`
|
|
2643
|
+
- `eclNotificationComponent: unknown = contentChild(EclSiteHeaderNotificationComponent)`
|
|
2644
|
+
- `eclSearchComponent: unknown = contentChild(EclSiteHeaderSearchComponent)`
|
|
2645
2645
|
- `eclThemeService: unknown = inject(EclThemeService)`
|
|
2646
|
-
- `siteHeaderHeader: ElementRef`
|
|
2647
|
-
- `topContainerElement: ElementRef`
|
|
2646
|
+
- `siteHeaderHeader: unknown = viewChild<ElementRef>('siteHeaderHeader')`
|
|
2647
|
+
- `topContainerElement: unknown = viewChild<ElementRef>('topContainer')`
|
|
2648
2648
|
|
|
2649
2649
|
Methods:
|
|
2650
2650
|
- `hasCustomLink(): boolean`
|
|
@@ -2665,9 +2665,9 @@ Inputs:
|
|
|
2665
2665
|
|
|
2666
2666
|
Properties:
|
|
2667
2667
|
- `class: string = 'ecl-site-header__custom-action'`
|
|
2668
|
-
- `eclSiteHeaderCustomActionLink: EclSiteHeaderCustomActionLinkDirective`
|
|
2668
|
+
- `eclSiteHeaderCustomActionLink: unknown = contentChild(EclSiteHeaderCustomActionLinkDirective)`
|
|
2669
2669
|
- `isOverlayExpanded: unknown = false` — Used to expand/collapse the dropdown, if any.
|
|
2670
|
-
- `title: EclSiteHeaderCustomActionTitleDirective`
|
|
2670
|
+
- `title: unknown = contentChild(EclSiteHeaderCustomActionTitleDirective)`
|
|
2671
2671
|
- `titleId: string`
|
|
2672
2672
|
|
|
2673
2673
|
Methods:
|
|
@@ -2709,7 +2709,7 @@ Outputs:
|
|
|
2709
2709
|
|
|
2710
2710
|
Properties:
|
|
2711
2711
|
- `euColumnsCount: number = 1`
|
|
2712
|
-
- `euLanguages:
|
|
2712
|
+
- `euLanguages: EuiLanguage[] = []` — Array of EU languages, that can be selected for the current site.
|
|
2713
2713
|
- `isFull: boolean` — This property is used for dropdown positioning on the screen.
|
|
2714
2714
|
- `isLanguagesDropdownVisible: unknown = false`
|
|
2715
2715
|
- `isPushLeft: boolean` — This property is used for dropdown positioning on the screen.
|
|
@@ -2718,12 +2718,12 @@ Properties:
|
|
|
2718
2718
|
- `LANGUAGE_MAX_COLUMNS: number = 8`
|
|
2719
2719
|
- `languageArrowPosition: string` — This property is used for dropdown positioning on the screen.
|
|
2720
2720
|
- `languageCode: string = 'en'`
|
|
2721
|
-
- `languageLinkElement: ElementRef
|
|
2722
|
-
- `languagePopover: EclSiteHeaderLanguagePopoverComponent` — The language popover, that shows all available languages (configured in the config file of the current site).
|
|
2721
|
+
- `languageLinkElement: unknown = viewChild('languageLink', { read: ElementRef })` — The link to open the popover dialog.
|
|
2722
|
+
- `languagePopover: unknown = viewChild(EclSiteHeaderLanguagePopoverComponent)` — The language popover, that shows all available languages (configured in the config file of the current site).
|
|
2723
2723
|
- `leftPosition: number`
|
|
2724
2724
|
- `MOBILE_BREAKPOINT: number = 768`
|
|
2725
2725
|
- `nonEuColumnsCount: number = 1`
|
|
2726
|
-
- `nonEuLanguages:
|
|
2726
|
+
- `nonEuLanguages: EuiLanguage[] = []` — Array of non-EU languages, that can be selected for the current site.
|
|
2727
2727
|
- `rightPosition: number`
|
|
2728
2728
|
|
|
2729
2729
|
Methods:
|
|
@@ -2744,11 +2744,11 @@ Selector: `ecl-site-header-language-popover`
|
|
|
2744
2744
|
Description: This component is a popover, that appears after the user clicks on language link. It contains all the available languages, configured for the current site. Adds styling and functionality for the dialog. Emits events when language is selected and when dialog is closed.
|
|
2745
2745
|
|
|
2746
2746
|
Inputs:
|
|
2747
|
-
- `euLanguages:
|
|
2747
|
+
- `euLanguages: EuiLanguage[] = []`
|
|
2748
2748
|
- `languageArrowPosition: string` — Property to position the arrow of the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2749
2749
|
- `languageCode: string` — Current language
|
|
2750
2750
|
- `leftPosition: number` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2751
|
-
- `nonEuLanguages:
|
|
2751
|
+
- `nonEuLanguages: EuiLanguage[] = []`
|
|
2752
2752
|
- `rightPosition: number` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
2753
2753
|
- `euColumnsCount: number = undefined` — Number of columns for eu languages. Calculated by the parent component 'ecl-site-header-language'.
|
|
2754
2754
|
- `isFull: boolean = false` — Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
@@ -2768,7 +2768,7 @@ Outputs:
|
|
|
2768
2768
|
Properties:
|
|
2769
2769
|
- `el: unknown = inject(ElementRef)`
|
|
2770
2770
|
- `labelledBy: string = 'ecl-site-header__language-title'`
|
|
2771
|
-
- `languageContent: ElementRef` — The div, that wraps all the languages.
|
|
2771
|
+
- `languageContent: unknown = viewChild<ElementRef>('languageContent')` — The div, that wraps all the languages.
|
|
2772
2772
|
- `languageContentMaxHeight: number`
|
|
2773
2773
|
- `role: string = 'dialog'` — The role of the dialog is 'dialog'. Should not be changed.
|
|
2774
2774
|
|
|
@@ -2799,7 +2799,7 @@ Properties:
|
|
|
2799
2799
|
- `class: string = 'ecl-site-header__login-container'`
|
|
2800
2800
|
- `isLoginBoxActive: unknown = false` — If login popover is open (true) or closed (false).
|
|
2801
2801
|
- `loginArrowPosition: string` — The position of the arrow of the popover.
|
|
2802
|
-
- `loginLinkElement: ElementRef
|
|
2802
|
+
- `loginLinkElement: unknown = viewChild('loginLink', { read: ElementRef })`
|
|
2803
2803
|
- `TABLET_BREAKPOINT: number = 996`
|
|
2804
2804
|
|
|
2805
2805
|
Methods:
|
|
@@ -2850,7 +2850,7 @@ Properties:
|
|
|
2850
2850
|
- `isSearchBoxActive: unknown = false`
|
|
2851
2851
|
- `role: string = 'search'` — The default role of the component is 'search', should not be changed.
|
|
2852
2852
|
- `searchArrowPosition: string` — The arrow position of the serahc dropdown, when in mobile mode.
|
|
2853
|
-
- `searchLinkElement: ElementRef
|
|
2853
|
+
- `searchLinkElement: unknown = viewChild('searchLink', { read: ElementRef })` — The search link element from the view, i.e. the search button.
|
|
2854
2854
|
|
|
2855
2855
|
Methods:
|
|
2856
2856
|
- `getSearchBoxCssClasses(): string`
|
|
@@ -3073,11 +3073,11 @@ Outputs:
|
|
|
3073
3073
|
|
|
3074
3074
|
Properties:
|
|
3075
3075
|
- `_isActive: unknown = signal(false)`
|
|
3076
|
-
- `contentTemplate: TemplateRef<any
|
|
3076
|
+
- `contentTemplate: unknown = viewChild<TemplateRef<any>>('content')` — Reference to the tab content template.
|
|
3077
3077
|
- `finalId: unknown = computed(() => this.id() ?? this.generatedId())`
|
|
3078
3078
|
- `hrefTabindex: unknown = computed(() => this._isActive() ? 0 : -1)` — The tab index value for the tab's link.
|
|
3079
|
-
- `label: EclTabLabelComponent` — Reference to the projected tab label component.
|
|
3080
|
-
- `link: EclLinkDirective` — Reference to the internal link directive used in the tab.
|
|
3079
|
+
- `label: unknown = contentChild(EclTabLabelComponent)` — Reference to the projected tab label component.
|
|
3080
|
+
- `link: unknown = viewChild(EclLinkDirective)` — Reference to the internal link directive used in the tab.
|
|
3081
3081
|
- `tabLabel: string = ''` — Contains the inner HTML of the tab label.
|
|
3082
3082
|
|
|
3083
3083
|
Methods:
|
|
@@ -3144,9 +3144,9 @@ Outputs:
|
|
|
3144
3144
|
|
|
3145
3145
|
Properties:
|
|
3146
3146
|
- `autoInitialized: string = 'true'` — Marks the component as initialized, enabling ECL CSS that depends on this attribute.
|
|
3147
|
-
- `btnNext: EclButtonComponent` — Reference to the scroll next button.
|
|
3148
|
-
- `btnPrev: EclButtonComponent` — Reference to the scroll previous button.
|
|
3149
|
-
- `dropdownList: ElementRef` — Reference to the dropdown list containing overflowed tabs.
|
|
3147
|
+
- `btnNext: unknown = viewChild<EclButtonComponent>('btnNext')` — Reference to the scroll next button.
|
|
3148
|
+
- `btnPrev: unknown = viewChild<EclButtonComponent>('btnPrev')` — Reference to the scroll previous button.
|
|
3149
|
+
- `dropdownList: unknown = viewChild<ElementRef>('dropdownList')` — Reference to the dropdown list containing overflowed tabs.
|
|
3150
3150
|
- `hasClass: unknown = !this.isUsingOldSelector` — Adds ecl-tabs class to the host if not using the deprecated selector.
|
|
3151
3151
|
- `index: number = 0` — Index of the active tab.
|
|
3152
3152
|
- `isDropdownExpanded: unknown = signal(false)` — Indicates whether the dropdown is expanded.
|
|
@@ -3154,11 +3154,11 @@ Properties:
|
|
|
3154
3154
|
- `isScrollNextBtnShow: unknown = signal(false)` — Indicates whether the scroll next button is shown.
|
|
3155
3155
|
- `isScrollPrevBtnShow: unknown = signal(false)` — Indicates whether the scroll previous button is shown.
|
|
3156
3156
|
- `listTabs: EclTabComponent[] = []` — Tabs displayed in the visible list.
|
|
3157
|
-
- `moreButton: EclButtonComponent` — Reference to the "more" button.
|
|
3158
|
-
- `moreItem: ElementRef` — Reference to the "more" item container in the tab list.
|
|
3157
|
+
- `moreButton: unknown = viewChild<EclButtonComponent>('moreButton')` — Reference to the "more" button.
|
|
3158
|
+
- `moreItem: unknown = viewChild<ElementRef>('moreItem')` — Reference to the "more" item container in the tab list.
|
|
3159
3159
|
- `styleTransform: string = 'translate3d(0px, 0px, 0px)'` — CSS transform applied to the scrollable tab list.
|
|
3160
|
-
- `tabs:
|
|
3161
|
-
- `tabsList: ElementRef` — Reference to the visible tab list container.
|
|
3160
|
+
- `tabs: unknown = contentChildren(forwardRef(() => EclTabComponent))` — All projected tabs inside the component.
|
|
3161
|
+
- `tabsList: unknown = viewChild<ElementRef>('tabsList')` — Reference to the visible tab list container.
|
|
3162
3162
|
|
|
3163
3163
|
Methods:
|
|
3164
3164
|
- `getHiddenTabsCount(): number` — Returns the number of tabs hidden in dropdown.
|
|
@@ -3229,7 +3229,7 @@ Inputs:
|
|
|
3229
3229
|
|
|
3230
3230
|
Properties:
|
|
3231
3231
|
- `isExpanded: boolean | null = null`
|
|
3232
|
-
- `timelineItems:
|
|
3232
|
+
- `timelineItems: unknown = contentChildren(forwardRef(() => EclTimelineItemComponent))` — List of projected EclTimelineItemComponent instances. Collected using @ContentChildren .
|
|
3233
3233
|
|
|
3234
3234
|
Methods:
|
|
3235
3235
|
- `onFocusFirstExpandedLink(item: EclTimelineItemComponent): void` — Focuses the first link in the expanded timeline item, ensuring it's only done once per toggle group interaction.
|
|
@@ -3257,10 +3257,10 @@ Outputs:
|
|
|
3257
3257
|
- `isTogglerExpanded: boolean = false` — Indicates whether the toggler is initially expanded. Used for toggler-type items.
|
|
3258
3258
|
|
|
3259
3259
|
Properties:
|
|
3260
|
-
- `eclLink: EclLinkDirective` — Reference to a projected ECL link, used for setting focus after toggle.
|
|
3261
|
-
- `eclTimelineItemLabel: ElementRef` — Reference to a projected label for the item. Used to set height, when item has no content and title.
|
|
3262
|
-
- `timelineItemToggler: EclTimelineItemTogglerComponent` — Reference to a projected custom toggler component.
|
|
3263
|
-
- `timelineTitle: EclTimelineItemTitleDirective`
|
|
3260
|
+
- `eclLink: unknown = contentChild(forwardRef(() => EclLinkDirective))` — Reference to a projected ECL link, used for setting focus after toggle.
|
|
3261
|
+
- `eclTimelineItemLabel: unknown = contentChild(forwardRef(() => EclTimelineItemLabelDirective), { read: ElementRef })` — Reference to a projected label for the item. Used to set height, when item has no content and title.
|
|
3262
|
+
- `timelineItemToggler: unknown = contentChild(forwardRef(() => EclTimelineItemTogglerComponent))` — Reference to a projected custom toggler component.
|
|
3263
|
+
- `timelineTitle: unknown = contentChild(forwardRef(() => EclTimelineItemTitleDirective))`
|
|
3264
3264
|
|
|
3265
3265
|
Methods:
|
|
3266
3266
|
- `hasDefaultToggler(): boolean` — Checks whether the default toggler UI should be used. Returns true if this is a toggler and no custom toggler component is projected.
|
|
@@ -3661,10 +3661,10 @@ Inputs:
|
|
|
3661
3661
|
- `tabindex: number`
|
|
3662
3662
|
|
|
3663
3663
|
Properties:
|
|
3664
|
-
- `eclCheckboxHelpComponent: EclCheckboxHelpComponent` — Child help component projected into the checkbox.
|
|
3665
|
-
- `eclCheckboxLabelComponent: EclCheckboxLabelComponent` — Child label component projected into the checkbox.
|
|
3666
|
-
- `eclFormLabelDirective: EclFormLabelComponent` — Optional form label component projected into the checkbox.
|
|
3667
|
-
- `eclHelpBlockDirective: EclHelpBlockDirective` — Optional help block directive projected into the checkbox.
|
|
3664
|
+
- `eclCheckboxHelpComponent: unknown = contentChild(forwardRef(() => EclCheckboxHelpComponent))` — Child help component projected into the checkbox.
|
|
3665
|
+
- `eclCheckboxLabelComponent: unknown = contentChild(forwardRef(() => EclCheckboxLabelComponent))` — Child label component projected into the checkbox.
|
|
3666
|
+
- `eclFormLabelDirective: unknown = contentChild(forwardRef(() => EclFormLabelComponent))` — Optional form label component projected into the checkbox.
|
|
3667
|
+
- `eclHelpBlockDirective: unknown = contentChild(forwardRef(() => EclHelpBlockDirective))` — Optional help block directive projected into the checkbox.
|
|
3668
3668
|
|
|
3669
3669
|
Methods:
|
|
3670
3670
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4117,7 +4117,7 @@ Inputs:
|
|
|
4117
4117
|
- `tabindex: number`
|
|
4118
4118
|
|
|
4119
4119
|
Properties:
|
|
4120
|
-
- `eclListItems:
|
|
4120
|
+
- `eclListItems: unknown = contentChildren(EclDescriptionListDefinitionComponent)`
|
|
4121
4121
|
|
|
4122
4122
|
Methods:
|
|
4123
4123
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4419,8 +4419,8 @@ Inputs:
|
|
|
4419
4419
|
|
|
4420
4420
|
Properties:
|
|
4421
4421
|
- `isVideo: unknown = false`
|
|
4422
|
-
- `sources:
|
|
4423
|
-
- `tracks:
|
|
4422
|
+
- `sources: EclGalleryMediaSource[] = []`
|
|
4423
|
+
- `tracks: EclGalleryMediaTrack[] = []`
|
|
4424
4424
|
|
|
4425
4425
|
Methods:
|
|
4426
4426
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4440,7 +4440,7 @@ Inputs:
|
|
|
4440
4440
|
Properties:
|
|
4441
4441
|
- `img: EclGalleryPictureImage = {}`
|
|
4442
4442
|
- `isThumbnail: unknown = false`
|
|
4443
|
-
- `sources:
|
|
4443
|
+
- `sources: EclGalleryPictureSource[] = []`
|
|
4444
4444
|
|
|
4445
4445
|
Methods:
|
|
4446
4446
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4722,7 +4722,7 @@ Inputs:
|
|
|
4722
4722
|
- `tabindex: number`
|
|
4723
4723
|
|
|
4724
4724
|
Properties:
|
|
4725
|
-
- `eclIllustrationImage: EclListIllustrationImageDirective`
|
|
4725
|
+
- `eclIllustrationImage: unknown = contentChild.required(forwardRef(() => EclListIllustrationImageDirective))`
|
|
4726
4726
|
|
|
4727
4727
|
Methods:
|
|
4728
4728
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -4833,7 +4833,7 @@ Inputs:
|
|
|
4833
4833
|
- `tabindex: number`
|
|
4834
4834
|
|
|
4835
4835
|
Properties:
|
|
4836
|
-
- `contentIframe: EclMediaContainerIframeDirective`
|
|
4836
|
+
- `contentIframe: unknown = contentChild(EclMediaContainerIframeDirective)`
|
|
4837
4837
|
- `el: unknown = inject(ElementRef)`
|
|
4838
4838
|
- `isVideo: unknown = false`
|
|
4839
4839
|
|
|
@@ -5017,10 +5017,10 @@ Properties:
|
|
|
5017
5017
|
- `cmpClass: unknown = true`
|
|
5018
5018
|
- `el: unknown = inject(ElementRef)`
|
|
5019
5019
|
- `isScrollable: unknown = false`
|
|
5020
|
-
- `spacer:
|
|
5020
|
+
- `spacer: unknown = contentChild(forwardRef(() => EclMegaMenuSpacerDirective))`
|
|
5021
5021
|
- `styleHeight: unknown = signal<number | null>(null)`
|
|
5022
5022
|
- `styleTop: number | null = null`
|
|
5023
|
-
- `submenuItems:
|
|
5023
|
+
- `submenuItems: unknown = contentChildren(forwardRef(() => EclMegaMenuSubitemComponent))`
|
|
5024
5024
|
|
|
5025
5025
|
Methods:
|
|
5026
5026
|
- `onParentMegaMenuItemClick(isExpanded: boolean): void` — When parent mega-menu item is clicked.
|
|
@@ -5100,7 +5100,7 @@ Inputs:
|
|
|
5100
5100
|
|
|
5101
5101
|
Properties:
|
|
5102
5102
|
- `changes: unknown = new Subject()` — Emits whenever the option's state changes (used internally).
|
|
5103
|
-
- `eclOptionItems:
|
|
5103
|
+
- `eclOptionItems: unknown = contentChildren(forwardRef(() => EclMultiselectOptionDirective))` — Nested option directives (used for optgroups).
|
|
5104
5104
|
|
|
5105
5105
|
Methods:
|
|
5106
5106
|
- `isOptGroup(): boolean` — Returns true if this directive is applied to an element.
|
|
@@ -5505,8 +5505,8 @@ Inputs:
|
|
|
5505
5505
|
- `tabindex: number`
|
|
5506
5506
|
|
|
5507
5507
|
Properties:
|
|
5508
|
-
- `eclRadioHelpComponent: EclRadioHelpComponent` — Reference to the projected EclRadioHelpComponent, if present. Used to synchronize the disabled state with the help text.
|
|
5509
|
-
- `eclRadioLabelComponent: EclRadioLabelComponent` — Reference to the projected EclRadioLabelComponent, if present. Used to synchronize disabled and invalid states with the label.
|
|
5508
|
+
- `eclRadioHelpComponent: unknown = contentChild(forwardRef(() => EclRadioHelpComponent))` — Reference to the projected EclRadioHelpComponent, if present. Used to synchronize the disabled state with the help text.
|
|
5509
|
+
- `eclRadioLabelComponent: unknown = contentChild(forwardRef(() => EclRadioLabelComponent))` — Reference to the projected EclRadioLabelComponent, if present. Used to synchronize disabled and invalid states with the label.
|
|
5510
5510
|
|
|
5511
5511
|
Methods:
|
|
5512
5512
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -6016,7 +6016,7 @@ Inputs:
|
|
|
6016
6016
|
- `tabindex: number`
|
|
6017
6017
|
|
|
6018
6018
|
Properties:
|
|
6019
|
-
- `eclIcon: EclIconComponent`
|
|
6019
|
+
- `eclIcon: unknown = contentChild(EclIconComponent)`
|
|
6020
6020
|
|
|
6021
6021
|
Methods:
|
|
6022
6022
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -6215,7 +6215,7 @@ Outputs:
|
|
|
6215
6215
|
- `sort: EventEmitter = new EventEmitter<EclSortTableEvent>()` — Emits an event when a column sort is triggered.
|
|
6216
6216
|
|
|
6217
6217
|
Properties:
|
|
6218
|
-
- `eclTableHeaders:
|
|
6218
|
+
- `eclTableHeaders: unknown = contentChildren(forwardRef(() => EclTableHeaderDirective), { descendants: true })` — List of header directives detected in the content.
|
|
6219
6219
|
|
|
6220
6220
|
Methods:
|
|
6221
6221
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -6233,7 +6233,7 @@ Inputs:
|
|
|
6233
6233
|
- `tabindex: number`
|
|
6234
6234
|
|
|
6235
6235
|
Properties:
|
|
6236
|
-
- `eclTableHeaders:
|
|
6236
|
+
- `eclTableHeaders: unknown = contentChildren(forwardRef(() => EclTableHeaderDirective), { descendants: true })` — List of header directives under this head element.
|
|
6237
6237
|
|
|
6238
6238
|
Methods:
|
|
6239
6239
|
- `getCssClasses(rootClass: string): string`
|
|
@@ -6556,15 +6556,15 @@ Properties:
|
|
|
6556
6556
|
|
|
6557
6557
|
Methods:
|
|
6558
6558
|
- `getAllLanguageCodes(): string[]`
|
|
6559
|
-
- `getAllLanguages():
|
|
6560
|
-
- `getConfiguredLanguages():
|
|
6559
|
+
- `getAllLanguages(): EclLanguage[]`
|
|
6560
|
+
- `getConfiguredLanguages(): EclLanguage[]`
|
|
6561
6561
|
- `getCurrentLanguage(): EclLanguage`
|
|
6562
|
-
- `getEULanguageCodes():
|
|
6562
|
+
- `getEULanguageCodes(): string[]`
|
|
6563
6563
|
- `getEULanguageOrFallback(code: string): EclLanguage`
|
|
6564
|
-
- `getEULanguages():
|
|
6564
|
+
- `getEULanguages(): EclLanguage[]`
|
|
6565
6565
|
- `getFallbackLanguage(): EclLanguage`
|
|
6566
6566
|
- `getLanguageByCode(code: string): EclLanguage`
|
|
6567
|
-
- `getLanguagesByCodes(codes:
|
|
6567
|
+
- `getLanguagesByCodes(codes: string[]): EclLanguage[]`
|
|
6568
6568
|
- `isEuLanguage(code: string): boolean`
|
|
6569
6569
|
- `isRtlLanguage(code: string): boolean`
|
|
6570
6570
|
- `updateCurrentLanguage(lang: EclLanguage): void`
|
|
@@ -6618,7 +6618,7 @@ File: `packages/ecl/components/ecl-mega-menu/services/ecl-mega-menu.service.ts`
|
|
|
6618
6618
|
providedIn: `root`
|
|
6619
6619
|
|
|
6620
6620
|
Methods:
|
|
6621
|
-
- `setExtraAttributesForLink(link: HTMLElement, linkExtraAttributes:
|
|
6621
|
+
- `setExtraAttributesForLink(link: HTMLElement, linkExtraAttributes: Record<string, string>): void`
|
|
6622
6622
|
|
|
6623
6623
|
### EclRtlService
|
|
6624
6624
|
|
|
@@ -6911,16 +6911,16 @@ Properties:
|
|
|
6911
6911
|
- `currentLanguage$: Observable<EclLanguage>`
|
|
6912
6912
|
|
|
6913
6913
|
Methods:
|
|
6914
|
-
- `getAllLanguageCodes():
|
|
6915
|
-
- `getAllLanguages():
|
|
6916
|
-
- `getConfiguredLanguages():
|
|
6914
|
+
- `getAllLanguageCodes(): string[]`
|
|
6915
|
+
- `getAllLanguages(): EclLanguage[]`
|
|
6916
|
+
- `getConfiguredLanguages(): EclLanguage[]`
|
|
6917
6917
|
- `getCurrentLanguage(): EclLanguage`
|
|
6918
|
-
- `getEULanguageCodes():
|
|
6918
|
+
- `getEULanguageCodes(): string[]`
|
|
6919
6919
|
- `getEULanguageOrFallback(code: string): EclLanguage`
|
|
6920
|
-
- `getEULanguages():
|
|
6920
|
+
- `getEULanguages(): EclLanguage[]`
|
|
6921
6921
|
- `getFallbackLanguage(): EclLanguage`
|
|
6922
6922
|
- `getLanguageByCode(code: string): EclLanguage`
|
|
6923
|
-
- `getLanguagesByCodes(codes:
|
|
6923
|
+
- `getLanguagesByCodes(codes: string[]): EclLanguage[]`
|
|
6924
6924
|
- `isEuLanguage(code: string): boolean`
|
|
6925
6925
|
- `isRtlLanguage(code: string): boolean`
|
|
6926
6926
|
- `updateCurrentLanguage(lang: EclLanguage): any`
|
|
@@ -7336,7 +7336,7 @@ Properties:
|
|
|
7336
7336
|
File: `packages/ecl/components/ecl-mega-menu/models/ecl-mega-menu-item.model.ts`
|
|
7337
7337
|
|
|
7338
7338
|
Properties:
|
|
7339
|
-
- `children?:
|
|
7339
|
+
- `children?: EclMegaMenuItem[]`
|
|
7340
7340
|
- `hasChildren?: boolean`
|
|
7341
7341
|
- `hasFeatured?: boolean`
|
|
7342
7342
|
- `id?: string`
|
|
@@ -7349,7 +7349,7 @@ Properties:
|
|
|
7349
7349
|
File: `packages/ecl/components/ecl-menu/models/ecl-menu-item.model.ts`
|
|
7350
7350
|
|
|
7351
7351
|
Properties:
|
|
7352
|
-
- `children?:
|
|
7352
|
+
- `children?: EclMenuItem[]`
|
|
7353
7353
|
- `hasChildren?: boolean`
|
|
7354
7354
|
- `id?: string`
|
|
7355
7355
|
- `isCurrent?: boolean`
|