@eui/ecl 19.3.1 → 19.3.2-snapshot-1752652198707
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-app/ecl-app.component.d.ts +10 -0
- package/components/ecl-app/ecl-app.component.d.ts.map +1 -1
- package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts +6 -0
- package/components/ecl-breadcrumb/ecl-breadcrumb-container.directive.d.ts.map +1 -1
- package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts +39 -0
- package/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.d.ts.map +1 -1
- package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts +42 -0
- package/components/ecl-breadcrumb/ecl-breadcrumb.component.d.ts.map +1 -1
- package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts +3 -0
- package/components/ecl-breadcrumb/events/ecl-breadcrumb-segment-click.event.d.ts.map +1 -1
- package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts +3 -0
- package/components/ecl-media-container/ecl-media-container-iframe.directive.d.ts.map +1 -1
- package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts +3 -0
- package/components/ecl-media-container/ecl-media-container-item-audio-description.directive.d.ts.map +1 -1
- package/components/ecl-media-container/ecl-media-container-item.directive.d.ts +3 -0
- package/components/ecl-media-container/ecl-media-container-item.directive.d.ts.map +1 -1
- package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts +3 -0
- package/components/ecl-media-container/ecl-media-container-picture.directive.d.ts.map +1 -1
- package/components/ecl-media-container/ecl-media-container.component.d.ts +15 -0
- package/components/ecl-media-container/ecl-media-container.component.d.ts.map +1 -1
- package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts +68 -0
- package/components/ecl-menu/ecl-menu/ecl-menu-item.component.d.ts.map +1 -1
- package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts +69 -5
- package/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts.map +1 -1
- package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts +32 -0
- package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +1 -1
- package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts +13 -0
- package/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts +97 -0
- package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts +74 -0
- package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts +10 -0
- package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts +42 -0
- package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts +28 -0
- package/components/ecl-multiselect/ecl-multiselect-option.directive.d.ts.map +1 -1
- package/components/ecl-multiselect/ecl-multiselect.component.d.ts +45 -0
- package/components/ecl-multiselect/ecl-multiselect.component.d.ts.map +1 -1
- package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts +9 -0
- package/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts.map +1 -1
- package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts +6 -0
- package/components/ecl-navigation-list/ecl-navigation-list-picture.directive.d.ts.map +1 -1
- package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts +13 -0
- package/components/ecl-navigation-list/ecl-navigation-list.component.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header-background.directive.d.ts +16 -0
- package/components/ecl-page-header/ecl-page-header-background.directive.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header-description.directive.d.ts +33 -1
- package/components/ecl-page-header/ecl-page-header-description.directive.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header-info.directive.d.ts +8 -0
- package/components/ecl-page-header/ecl-page-header-info.directive.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts +16 -0
- package/components/ecl-page-header/ecl-page-header-meta.directive.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header-title.directive.d.ts +14 -0
- package/components/ecl-page-header/ecl-page-header-title.directive.d.ts.map +1 -1
- package/components/ecl-page-header/ecl-page-header.component.d.ts +21 -0
- package/components/ecl-page-header/ecl-page-header.component.d.ts.map +1 -1
- package/components/ecl-pagination/ecl-pagination-item.component.d.ts +63 -0
- package/components/ecl-pagination/ecl-pagination-item.component.d.ts.map +1 -1
- package/components/ecl-pagination/ecl-pagination-list.directive.d.ts +7 -0
- package/components/ecl-pagination/ecl-pagination-list.directive.d.ts.map +1 -1
- package/components/ecl-pagination/ecl-pagination.component.d.ts +65 -0
- package/components/ecl-pagination/ecl-pagination.component.d.ts.map +1 -1
- package/components/ecl-pagination/events/ecl-pagination.event.d.ts +22 -1
- package/components/ecl-pagination/events/ecl-pagination.event.d.ts.map +1 -1
- package/components/ecl-radio/ecl-radio-help.component.d.ts +13 -0
- package/components/ecl-radio/ecl-radio-help.component.d.ts.map +1 -1
- package/components/ecl-radio/ecl-radio-input.directive.d.ts +30 -1
- package/components/ecl-radio/ecl-radio-input.directive.d.ts.map +1 -1
- package/components/ecl-radio/ecl-radio-label.component.d.ts +16 -0
- package/components/ecl-radio/ecl-radio-label.component.d.ts.map +1 -1
- package/components/ecl-radio/ecl-radio.directive.d.ts +31 -0
- package/components/ecl-radio/ecl-radio.directive.d.ts.map +1 -1
- package/components/ecl-range/ecl-range-bubble.component.d.ts +22 -0
- package/components/ecl-range/ecl-range-bubble.component.d.ts.map +1 -1
- package/components/ecl-range/ecl-range-value.component.d.ts +14 -0
- package/components/ecl-range/ecl-range-value.component.d.ts.map +1 -1
- package/components/ecl-range/ecl-range.directive.d.ts +42 -0
- package/components/ecl-range/ecl-range.directive.d.ts.map +1 -1
- package/components/ecl-range/events/ecl-range.event.d.ts +7 -0
- package/components/ecl-range/events/ecl-range.event.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts +16 -0
- package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts +10 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts +3 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts +12 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts +15 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts +9 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts +6 -0
- package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts +16 -0
- package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-site-footer.component.d.ts +14 -0
- package/components/ecl-site-footer/ecl-site-footer.component.d.ts.map +1 -1
- package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts +3 -0
- package/components/ecl-site-header/action/ecl-site-header-action.component.d.ts.map +1 -1
- package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts +3 -0
- package/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.d.ts.map +1 -1
- package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts +4 -0
- package/components/ecl-site-header/cta/ecl-site-header-cta.directive.d.ts.map +1 -1
- package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts +17 -4
- package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts.map +1 -1
- package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts +4 -0
- package/components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.d.ts.map +1 -1
- package/components/ecl-site-header/ecl-site-header.component.d.ts +32 -0
- package/components/ecl-site-header/ecl-site-header.component.d.ts.map +1 -1
- package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts +50 -0
- package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts.map +1 -1
- package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts +54 -0
- package/components/ecl-site-header/language/ecl-site-header-language.component.d.ts.map +1 -1
- package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts +7 -0
- package/components/ecl-site-header/login/ecl-site-header-login-details.directive.d.ts.map +1 -1
- package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts +19 -0
- package/components/ecl-site-header/login/ecl-site-header-login.component.d.ts.map +1 -1
- package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts +4 -0
- package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts.map +1 -1
- package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts +9 -0
- package/components/ecl-site-header/picture/ecl-site-header-picture.directive.d.ts.map +1 -1
- package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts +17 -0
- package/components/ecl-site-header/search/ecl-site-header-search.component.d.ts.map +1 -1
- package/components/ecl-site-header/services/ecl-area-data.service.d.ts +8 -0
- package/components/ecl-site-header/services/ecl-area-data.service.d.ts.map +1 -1
- package/components/ecl-tabs/ecl-tab-label.component.d.ts +7 -0
- package/components/ecl-tabs/ecl-tab-label.component.d.ts.map +1 -1
- package/components/ecl-tabs/ecl-tab-more.component.d.ts +11 -1
- package/components/ecl-tabs/ecl-tab-more.component.d.ts.map +1 -1
- package/components/ecl-tabs/ecl-tab.component.d.ts +65 -0
- package/components/ecl-tabs/ecl-tab.component.d.ts.map +1 -1
- package/components/ecl-tabs/ecl-tabs.component.d.ts +116 -0
- package/components/ecl-tabs/ecl-tabs.component.d.ts.map +1 -1
- package/components/ecl-tabs/events/ecl-tab-select.event.d.ts +8 -0
- package/components/ecl-tabs/events/ecl-tab-select.event.d.ts.map +1 -1
- package/docs/classes/EclAppLanguageDismissEvent.html +7 -0
- package/docs/classes/EclBreadcrumbSegmentClickEvent.html +7 -0
- package/docs/classes/EclPaginationEvent.html +22 -0
- package/docs/classes/EclPaginationItemClickEvent.html +7 -0
- package/docs/classes/EclRangeEvent.html +10 -0
- package/docs/classes/EclTabSelectEvent.html +10 -0
- package/docs/components/EclAccordionComponent.html +1 -1
- package/docs/components/EclAccordionItemComponent.html +1 -1
- package/docs/components/EclAppComponent.html +15 -1
- package/docs/components/EclBannerComponent.html +1 -1
- package/docs/components/EclBlockquoteComponent.html +1 -1
- package/docs/components/EclBreadcrumbComponent.html +112 -1
- package/docs/components/EclBreadcrumbSegmentComponent.html +99 -1
- package/docs/components/EclButtonComponent.html +1 -1
- package/docs/components/EclCardBodyComponent.html +1 -1
- package/docs/components/EclCardComponent.html +1 -1
- package/docs/components/EclCarouselComponent.html +1 -1
- package/docs/components/EclCarouselItemComponent.html +1 -1
- package/docs/components/EclCategoryFilterComponent.html +1 -1
- package/docs/components/EclCategoryFilterItemComponent.html +1 -1
- package/docs/components/EclCategoryFilterListComponent.html +1 -1
- package/docs/components/EclCheckboxHelpComponent.html +1 -1
- package/docs/components/EclCheckboxLabelComponent.html +1 -1
- package/docs/components/EclContentBlockComponent.html +1 -1
- package/docs/components/EclContentItemComponent.html +1 -1
- package/docs/components/EclDateBlockComponent.html +1 -1
- package/docs/components/EclDescriptionListDefinitionComponent.html +1 -1
- package/docs/components/EclExpandableComponent.html +1 -1
- package/docs/components/EclFactFiguresComponent.html +1 -1
- package/docs/components/EclFactFiguresDescriptionComponent.html +1 -1
- package/docs/components/EclFactFiguresItemComponent.html +1 -1
- package/docs/components/EclFactFiguresTitleComponent.html +1 -1
- package/docs/components/EclFactFiguresValueComponent.html +1 -1
- package/docs/components/EclFactFiguresViewAllComponent.html +1 -1
- package/docs/components/EclFeaturedComponent.html +1 -1
- package/docs/components/EclFeaturedItemComponent.html +1 -1
- package/docs/components/EclFeaturedItemDescriptionComponent.html +1 -1
- package/docs/components/EclFeaturedItemFooterComponent.html +1 -1
- package/docs/components/EclFileComponent.html +1 -1
- package/docs/components/EclFileItemComponent.html +1 -1
- package/docs/components/EclFileItemsComponent.html +1 -1
- package/docs/components/EclFileTaxonomyComponent.html +1 -1
- package/docs/components/EclFormGroupComponent.html +1 -1
- package/docs/components/EclFormLabelComponent.html +1 -1
- package/docs/components/EclGalleryComponent.html +1 -1
- package/docs/components/EclGalleryFooterComponent.html +1 -1
- package/docs/components/EclGalleryItemComponent.html +1 -1
- package/docs/components/EclIconComponent.html +1 -1
- package/docs/components/EclInpageNavigationComponent.html +1 -1
- package/docs/components/EclInpageNavigationItemComponent.html +1 -1
- package/docs/components/EclListIllustrationComponent.html +1 -1
- package/docs/components/EclListIllustrationItemComponent.html +1 -1
- package/docs/components/EclLoadingIndicatorComponent.html +1 -1
- package/docs/components/EclMediaContainerComponent.html +35 -1
- package/docs/components/EclMegaMenuComponent.html +1 -1
- package/docs/components/EclMegaMenuFeaturedComponent.html +1 -1
- package/docs/components/EclMegaMenuInfoComponent.html +1 -1
- package/docs/components/EclMegaMenuItemComponent.html +1 -1
- package/docs/components/EclMegaMenuSubitemComponent.html +1 -1
- package/docs/components/EclMenuComponent.html +121 -49
- package/docs/components/EclMenuItemComponent.html +95 -1
- package/docs/components/EclMenuMegaComponent.html +27 -1
- package/docs/components/EclMenuMegaItemComponent.html +63 -1
- package/docs/components/EclModalBodyComponent.html +1 -1
- package/docs/components/EclModalComponent.html +1 -1
- package/docs/components/EclModalFooterComponent.html +1 -1
- package/docs/components/EclModalHeaderComponent.html +1 -1
- package/docs/components/EclMultiselectComponent.html +118 -1
- package/docs/components/EclMultiselectDropdownComponent.html +205 -1
- package/docs/components/EclMultiselectInputComponent.html +172 -1
- package/docs/components/EclMultiselectOptgroupComponent.html +32 -1
- package/docs/components/EclMultiselectOptionComponent.html +83 -1
- package/docs/components/EclNavigationListComponent.html +27 -1
- package/docs/components/EclNavigationListItemComponent.html +26 -1
- package/docs/components/EclNewsTickerComponent.html +1 -1
- package/docs/components/EclNewsTickerItemComponent.html +1 -1
- package/docs/components/EclNotificationComponent.html +1 -1
- package/docs/components/EclPageHeaderComponent.html +52 -1
- package/docs/components/EclPaginationComponent.html +110 -1
- package/docs/components/EclPaginationItemComponent.html +112 -1
- package/docs/components/EclPopoverComponent.html +1 -1
- package/docs/components/EclRadioHelpComponent.html +35 -1
- package/docs/components/EclRadioLabelComponent.html +41 -1
- package/docs/components/EclRangeBubbleComponent.html +57 -1
- package/docs/components/EclRangeValueComponent.html +40 -1
- package/docs/components/EclRatingFieldComponent.html +1 -1
- package/docs/components/EclSearchFormComponent.html +1 -1
- package/docs/components/EclSelectContainerComponent.html +1 -1
- package/docs/components/EclSiteFooterComponent.html +34 -1
- package/docs/components/EclSiteFooterFixedContentECComponent.html +33 -1
- package/docs/components/EclSiteFooterFixedContentEUComponent.html +33 -1
- package/docs/components/EclSiteHeaderActionComponent.html +8 -1
- package/docs/components/EclSiteHeaderBannerTopComponent.html +8 -1
- package/docs/components/EclSiteHeaderComponent.html +59 -2
- package/docs/components/EclSiteHeaderCustomActionComponent.html +35 -55
- package/docs/components/EclSiteHeaderEnvironmentComponent.html +9 -1
- package/docs/components/EclSiteHeaderLanguageComponent.html +95 -1
- package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +105 -1
- package/docs/components/EclSiteHeaderLoginComponent.html +34 -1
- package/docs/components/EclSiteHeaderNotificationComponent.html +9 -1
- package/docs/components/EclSiteHeaderSearchComponent.html +37 -1
- package/docs/components/EclSocialMediaFollowComponent.html +1 -1
- package/docs/components/EclSocialMediaFollowItemComponent.html +1 -1
- package/docs/components/EclSocialMediaShareComponent.html +1 -1
- package/docs/components/EclSocialMediaShareItemComponent.html +1 -1
- package/docs/components/EclSplashPageComponent.html +1 -1
- package/docs/components/EclSplashPageLanguageCategoryComponent.html +1 -1
- package/docs/components/EclSplashPageLanguageContainerComponent.html +1 -1
- package/docs/components/EclSplashPageLanguageLinkComponent.html +1 -1
- package/docs/components/EclStickyContainerComponent.html +1 -1
- package/docs/components/EclTabComponent.html +123 -1
- package/docs/components/EclTabLabelComponent.html +11 -1
- package/docs/components/EclTabMoreComponent.html +36 -2
- package/docs/components/EclTableSortButtonComponent.html +1 -1
- package/docs/components/EclTabsComponent.html +200 -1
- package/docs/components/EclTagComponent.html +1 -1
- package/docs/components/EclTimelineComponent.html +1 -1
- package/docs/components/EclTimelineItemComponent.html +1 -1
- package/docs/components/EclTimelineItemTogglerComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EclBreadcrumbContainerDirective.html +19 -0
- package/docs/directives/EclMediaContainerIframeDirective.html +7 -0
- package/docs/directives/EclMediaContainerItemAudioDescriptionDirective.html +7 -0
- package/docs/directives/EclMediaContainerItemDirective.html +7 -0
- package/docs/directives/EclMediaContainerPictureDirective.html +7 -0
- package/docs/directives/EclMultiselectOptionDirective.html +85 -0
- package/docs/directives/EclNavigationListImageDirective.html +7 -0
- package/docs/directives/EclNavigationListPictureDirective.html +7 -0
- package/docs/directives/EclPageHeaderBackgroundImageDirective.html +19 -0
- package/docs/directives/EclPageHeaderBackgroundPictureDirective.html +19 -0
- package/docs/directives/EclPageHeaderDescriptionContainerDirective.html +19 -0
- package/docs/directives/EclPageHeaderDescriptionDirective.html +19 -0
- package/docs/directives/EclPageHeaderDescriptionPictureDirective.html +19 -0
- package/docs/directives/EclPageHeaderDescriptionThumbnailDirective.html +20 -1
- package/docs/directives/EclPageHeaderInfoDirective.html +19 -0
- package/docs/directives/EclPageHeaderMetaDirective.html +19 -0
- package/docs/directives/EclPageHeaderMetaItemDirective.html +19 -0
- package/docs/directives/EclPageHeaderTitleDirective.html +34 -0
- package/docs/directives/EclPaginationListDirective.html +20 -0
- package/docs/directives/EclRadioDirective.html +60 -0
- package/docs/directives/EclRadioInputDirective.html +36 -0
- package/docs/directives/EclRangeDirective.html +92 -0
- package/docs/directives/EclSiteFooterColumnDirective.html +7 -0
- package/docs/directives/EclSiteFooterContentDirective.html +21 -6
- package/docs/directives/EclSiteFooterDescriptionDirective.html +7 -0
- package/docs/directives/EclSiteFooterLinkDirective.html +7 -0
- package/docs/directives/EclSiteFooterListDirective.html +7 -0
- package/docs/directives/EclSiteFooterListItemDirective.html +7 -0
- package/docs/directives/EclSiteFooterLogoDirective.html +9 -1
- package/docs/directives/EclSiteFooterLogoImageDirective.html +7 -0
- package/docs/directives/EclSiteFooterLogoItemDirective.html +9 -1
- package/docs/directives/EclSiteFooterLogoLinkDirective.html +7 -0
- package/docs/directives/EclSiteFooterLogoListDirective.html +9 -1
- package/docs/directives/EclSiteFooterPictureDirective.html +7 -0
- package/docs/directives/EclSiteFooterRowDirective.html +7 -0
- package/docs/directives/EclSiteFooterSectionDirective.html +14 -1
- package/docs/directives/EclSiteFooterTitleDirective.html +7 -0
- package/docs/directives/EclSiteFooterTitleLinkDirective.html +7 -0
- package/docs/directives/EclSiteHeaderCtaDirective.html +8 -0
- package/docs/directives/EclSiteHeaderImageDirective.html +7 -0
- package/docs/directives/EclSiteHeaderLinkDirective.html +7 -0
- package/docs/directives/EclSiteHeaderLoginDescriptionDirective.html +7 -0
- package/docs/directives/EclSiteHeaderLoginSeparatorDirective.html +8 -0
- package/docs/directives/EclSiteHeaderPictureDirective.html +7 -0
- package/docs/injectables/EclAreaDataService.html +10 -0
- package/docs/js/menu-wc.js +4 -4
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-app.mjs +11 -0
- package/fesm2022/eui-ecl-components-ecl-app.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-blockquote.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs +82 -2
- package/fesm2022/eui-ecl-components-ecl-breadcrumb.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-button.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-picker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-expandable.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file-upload.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-form-group.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-form-label.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-help-block.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-label.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-link.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
- 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 +29 -0
- package/fesm2022/eui-ecl-components-ecl-media-container.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-menu.mjs +152 -18
- package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs +270 -1
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs +27 -0
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs +107 -3
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs +127 -1
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-radio.mjs +71 -1
- package/fesm2022/eui-ecl-components-ecl-radio.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-range.mjs +68 -1
- package/fesm2022/eui-ecl-components-ecl-range.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-rating-field.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-search-form.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-select.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +85 -2
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs +182 -10
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-splash-page.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-sticky-container.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-table.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs +177 -1
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tag.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-text-area.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-text-input.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-timeline.mjs.map +1 -1
- package/fesm2022/eui-ecl-core.mjs.map +1 -1
- package/fesm2022/eui-ecl-shared.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3,12 +3,41 @@ import { NgControl } from '@angular/forms';
|
|
|
3
3
|
import { EclRadioDirective } from './ecl-radio.directive';
|
|
4
4
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Directive that decorates native <input> elements to be styled as ECL radio inputs.
|
|
8
|
+
*
|
|
9
|
+
* Applies the proper ECL CSS classes and integrates with Angular forms
|
|
10
|
+
* to reflect validation states (invalid, disabled) in the parent ECL radio directive.
|
|
11
|
+
* Should be used together with the eclRadio directive.
|
|
12
|
+
*/
|
|
6
13
|
export declare class EclRadioInputDirective extends ECLBaseDirective implements DoCheck {
|
|
14
|
+
/**
|
|
15
|
+
* Reference to the parent EclRadioDirective.
|
|
16
|
+
* Used internally to update radio validation and disabled states.
|
|
17
|
+
*/
|
|
7
18
|
eclRadio: EclRadioDirective;
|
|
19
|
+
/**
|
|
20
|
+
* Reference to the Angular form control, if present.
|
|
21
|
+
* Used internally to synchronize form state.
|
|
22
|
+
*/
|
|
8
23
|
protected ngControl: NgControl;
|
|
9
24
|
protected cd: ChangeDetectorRef;
|
|
25
|
+
/**
|
|
26
|
+
* Returns the CSS classes applied to the host input element.
|
|
27
|
+
* Includes the base ecl-radio__input class.
|
|
28
|
+
*/
|
|
10
29
|
get cssClasses(): string;
|
|
11
|
-
constructor(
|
|
30
|
+
constructor(
|
|
31
|
+
/**
|
|
32
|
+
* Reference to the parent EclRadioDirective.
|
|
33
|
+
* Used internally to update radio validation and disabled states.
|
|
34
|
+
*/
|
|
35
|
+
eclRadio: EclRadioDirective,
|
|
36
|
+
/**
|
|
37
|
+
* Reference to the Angular form control, if present.
|
|
38
|
+
* Used internally to synchronize form state.
|
|
39
|
+
*/
|
|
40
|
+
ngControl: NgControl, cd: ChangeDetectorRef);
|
|
12
41
|
ngDoCheck(): void;
|
|
13
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclRadioInputDirective, [null, { optional: true; self: true; }, null]>;
|
|
14
43
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclRadioInputDirective, "input[eclRadioInput]", never, {}, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-radio-input.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-input.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,iBAAiB,EAAE,OAAO,EAAsB,MAAM,eAAe,CAAC;AACvH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,sBAAuB,SAAQ,gBAAiB,YAAW,OAAO;
|
|
1
|
+
{"version":3,"file":"ecl-radio-input.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-input.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,iBAAiB,EAAE,OAAO,EAAsB,MAAM,eAAe,CAAC;AACvH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;;;GAMG;AACH,qBAIa,sBAAuB,SAAQ,gBAAiB,YAAW,OAAO;IAWvE;;;OAGG;IACiD,QAAQ,EAAE,iBAAiB;IAE/E;;;OAGG;IACiB,SAAS,CAAC,SAAS,EAAE,SAAS;IAElD,SAAS,CAAC,EAAE,EAAE,iBAAiB;IAtBnC;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;;IAGG;;;OAGG;IACiD,QAAQ,EAAE,iBAAiB;IAE/E;;;OAGG;IAC2B,SAAS,EAAE,SAAS,EAExC,EAAE,EAAE,iBAAiB;IAKnC,SAAS,IAAI,IAAI;yCA5BR,sBAAsB;2CAAtB,sBAAsB;CAoClC"}
|
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing a label for an ECL radio button.
|
|
5
|
+
*
|
|
6
|
+
* Used inside an element with the [eclRadio] directive to provide
|
|
7
|
+
* a styled label that can reflect the radio's state.
|
|
8
|
+
*/
|
|
3
9
|
export declare class EclRadioLabelComponent extends ECLBaseDirective {
|
|
10
|
+
/**
|
|
11
|
+
* Adds styling for an invalid state.
|
|
12
|
+
*/
|
|
4
13
|
isInvalid: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Adds styling for a disabled state.
|
|
16
|
+
*/
|
|
5
17
|
isDisabled: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Returns the CSS classes applied to the host element.
|
|
20
|
+
* Includes the base `ecl-radio__label` class.
|
|
21
|
+
*/
|
|
6
22
|
get cssClasses(): string;
|
|
7
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclRadioLabelComponent, never>;
|
|
8
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclRadioLabelComponent, "[eclRadioLabel]", never, { "isInvalid": { "alias": "isInvalid"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-radio-label.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-label.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAOa,sBAAuB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-radio-label.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio-label.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;;;GAKG;AACH,qBAOa,sBAAuB,SAAQ,gBAAgB;IACxD;;OAEG;IACqC,SAAS,UAAS;IAE1D;;OAEG;IACqC,UAAU,UAAS;IAE3D;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAlBQ,sBAAsB;2CAAtB,sBAAsB;wCAoBylgd,OAAQ;yCAAR,OAAQ;CADnogd"}
|
|
@@ -3,13 +3,44 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
3
3
|
import { EclRadioHelpComponent } from './ecl-radio-help.component';
|
|
4
4
|
import { EclRadioLabelComponent } from './ecl-radio-label.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Directive that applies the ECL radio button styling and behavior.
|
|
8
|
+
*
|
|
9
|
+
* Should be applied to native radio input elements to enhance them
|
|
10
|
+
* with ECL styles and support for invalid, disabled and binary states.
|
|
11
|
+
*/
|
|
6
12
|
export declare class EclRadioDirective extends ECLBaseDirective implements DoCheck {
|
|
13
|
+
/**
|
|
14
|
+
* Adds the `ecl-radio--binary` class when true.
|
|
15
|
+
*/
|
|
7
16
|
isBinary: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Adds the `ecl-radio--disabled` class to the host element when true.
|
|
19
|
+
*/
|
|
8
20
|
isDisabled: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Adds the `ecl-radio--invalid` class to the host element when true.
|
|
23
|
+
*/
|
|
9
24
|
isInvalid: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Reference to the projected EclRadioLabelComponent, if present.
|
|
27
|
+
* Used to synchronize disabled and invalid states with the label.
|
|
28
|
+
*/
|
|
10
29
|
eclRadioLabelComponent: EclRadioLabelComponent;
|
|
30
|
+
/**
|
|
31
|
+
* Reference to the projected EclRadioHelpComponent, if present.
|
|
32
|
+
* Used to synchronize the disabled state with the help text.
|
|
33
|
+
*/
|
|
11
34
|
eclRadioHelpComponent: EclRadioHelpComponent;
|
|
35
|
+
/**
|
|
36
|
+
* Returns the CSS classes to apply on the host element.
|
|
37
|
+
* Includes the base `ecl-radio` class and the binary modifier if applicable.
|
|
38
|
+
*/
|
|
12
39
|
get cssClasses(): string;
|
|
40
|
+
/**
|
|
41
|
+
* Angular lifecycle hook called during every change detection run.
|
|
42
|
+
* Used to update child components with the current disabled and invalid states.
|
|
43
|
+
*/
|
|
13
44
|
ngDoCheck(): void;
|
|
14
45
|
private updateChildElements;
|
|
15
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclRadioDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-radio.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,OAAO,EAAkC,MAAM,eAAe,CAAC;AACnH,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;AAErE,qBAIa,iBAAkB,SAAQ,gBAAiB,YAAW,OAAO;
|
|
1
|
+
{"version":3,"file":"ecl-radio.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-radio/ecl-radio.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,OAAO,EAAkC,MAAM,eAAe,CAAC;AACnH,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;AAErE;;;;;GAKG;AACH,qBAIa,iBAAkB,SAAQ,gBAAiB,YAAW,OAAO;IACtE;;OAEG;IACqC,QAAQ,EAAE,OAAO,CAAC;IAE1D;;OAEG;IAGH,UAAU,UAAS;IAEnB;;OAEG;IAGH,SAAS,UAAS;IAElB;;;OAGG;IAEH,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C;;;OAGG;IAEH,qBAAqB,EAAE,qBAAqB,CAAC;IAE7C;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACH,SAAS,IAAI,IAAI;IAIjB,OAAO,CAAC,mBAAmB;yCAnDlB,iBAAiB;2CAAjB,iBAAiB;uCA8Dwm9c,OAAQ;yCAAR,OAAQ;wCAAR,OAAQ;CAD7o9c"}
|
|
@@ -1,12 +1,34 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component representing a bubble tooltip shown above a range input,
|
|
6
|
+
* used to display the current value with ECL styling.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclRangeBubbleComponent extends ECLBaseDirective {
|
|
5
9
|
el: ElementRef;
|
|
10
|
+
/**
|
|
11
|
+
* Value displayed inside the bubble.
|
|
12
|
+
*/
|
|
6
13
|
value: number;
|
|
14
|
+
/**
|
|
15
|
+
* Returns the CSS classes applied to the host element.
|
|
16
|
+
* Always includes `ecl-range__bubble` and optionally adds the visible modifier.
|
|
17
|
+
*/
|
|
7
18
|
get cssClasses(): string;
|
|
19
|
+
/**
|
|
20
|
+
* Horizontal offset in pixels for positioning the bubble.
|
|
21
|
+
* Applied as the left style property of the host element.
|
|
22
|
+
*/
|
|
8
23
|
left: number;
|
|
24
|
+
/**
|
|
25
|
+
* Controls the visibility of the bubble.
|
|
26
|
+
* Adds the `ecl-range__bubble--visible` class when true.
|
|
27
|
+
*/
|
|
9
28
|
isVisible: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Reference to the host DOM element.
|
|
31
|
+
*/
|
|
10
32
|
constructor(el: ElementRef);
|
|
11
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclRangeBubbleComponent, never>;
|
|
12
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclRangeBubbleComponent, "ecl-range-bubble", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-range-bubble.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range-bubble.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,uBAAwB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-range-bubble.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range-bubble.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAsB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAKa,uBAAwB,SAAQ,gBAAgB;IAiCzC,EAAE,EAAE,UAAU;IAhCjC;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED;;;OAGG;IAC2B,IAAI,EAAE,MAAM,CAAC;IAE3C;;;OAGG;IACH,SAAS,UAAS;IAElB;;OAEG;gBACgB,EAAE,EAAE,UAAU;yCAjCrB,uBAAuB;2CAAvB,uBAAuB;CAoCnC"}
|
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing the value label displayed next to a range input.
|
|
5
|
+
* Applies ECL styling for the value element.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclRangeValueComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* Value to display next to the range input.
|
|
10
|
+
*/
|
|
4
11
|
value: number;
|
|
12
|
+
/**
|
|
13
|
+
* ID attribute applied to the component's host element.
|
|
14
|
+
*/
|
|
5
15
|
id: string;
|
|
16
|
+
/**
|
|
17
|
+
* Returns the CSS classes applied to the host element.
|
|
18
|
+
* Adds the base `ecl-range__value` class for styling.
|
|
19
|
+
*/
|
|
6
20
|
get cssClasses(): string;
|
|
7
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclRangeValueComponent, never>;
|
|
8
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclRangeValueComponent, "ecl-range-value", never, { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-range-value.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range-value.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAYa,sBAAuB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-range-value.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range-value.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAYa,sBAAuB,SAAQ,gBAAgB;IACxD;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IAC8B,EAAE,EAAE,MAAM,CAAC;IAE5C;;;OAGG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAlBQ,sBAAsB;2CAAtB,sBAAsB;CAmBlC"}
|
|
@@ -4,27 +4,69 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
4
4
|
import { EclRtlService } from '@eui/ecl/core';
|
|
5
5
|
import { EclRangeEvent } from './events/ecl-range.event';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Directive enhancing native input[type=range] with ECL styles and behavior.
|
|
9
|
+
* Adds value display, bubble indicator, RTL support and integration with reactive forms.
|
|
10
|
+
*/
|
|
7
11
|
export declare class EclRangeDirective extends ECLBaseDirective implements OnInit, OnDestroy {
|
|
8
12
|
private viewContainerRef;
|
|
9
13
|
private el;
|
|
10
14
|
private eclRtlService;
|
|
11
15
|
private cd;
|
|
12
16
|
protected ngControl: NgControl;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the size of the range component.
|
|
19
|
+
* Adds a corresponding size class like `ecl-range--m`.
|
|
20
|
+
*/
|
|
13
21
|
eclSize: string;
|
|
22
|
+
/**
|
|
23
|
+
* Initial value for the range input when used standalone.
|
|
24
|
+
*/
|
|
14
25
|
value: string;
|
|
26
|
+
/**
|
|
27
|
+
* ID assigned to the projected ECL range value component.
|
|
28
|
+
*/
|
|
15
29
|
rangeValueId: string;
|
|
30
|
+
/**
|
|
31
|
+
* Adds the `ecl-range--invalid` class when true.
|
|
32
|
+
*/
|
|
16
33
|
isInvalid: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Enables or disables the display of a value label.
|
|
36
|
+
*/
|
|
17
37
|
hasValueLabel: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Emits when the range value changes.
|
|
40
|
+
*/
|
|
18
41
|
rangeChange: EventEmitter<EclRangeEvent>;
|
|
19
42
|
private rangeValueComponent;
|
|
20
43
|
private rangeBubbleComponent;
|
|
21
44
|
private isRtl;
|
|
22
45
|
private destroy$;
|
|
23
46
|
constructor(viewContainerRef: ViewContainerRef, el: ElementRef, eclRtlService: EclRtlService, cd: ChangeDetectorRef, ngControl: NgControl);
|
|
47
|
+
/**
|
|
48
|
+
* Returns the CSS classes applied to the host element.
|
|
49
|
+
*/
|
|
24
50
|
get cssClasses(): string;
|
|
51
|
+
/**
|
|
52
|
+
* Returns whether the component is in an invalid state.
|
|
53
|
+
* Checks reactive form control if available, or uses `isInvalid` input.
|
|
54
|
+
*/
|
|
25
55
|
get invalidState(): boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Handles native input events on the range element
|
|
58
|
+
* when not used with reactive forms.
|
|
59
|
+
*/
|
|
26
60
|
onInput(evt: InputEvent): void;
|
|
61
|
+
/**
|
|
62
|
+
* Angular lifecycle hook.
|
|
63
|
+
* Initializes dynamic components and event listeners.
|
|
64
|
+
*/
|
|
27
65
|
ngOnInit(): void;
|
|
66
|
+
/**
|
|
67
|
+
* Angular lifecycle hook.
|
|
68
|
+
* Cleans up subscriptions on destroy.
|
|
69
|
+
*/
|
|
28
70
|
ngOnDestroy(): void;
|
|
29
71
|
private handleRtlChangeState;
|
|
30
72
|
private createRangeValueComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-range.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range.directive.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecl-range.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-range/ecl-range.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,MAAM,EAIN,gBAAgB,EAEhB,iBAAiB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAG9C,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;;AAEzD;;;GAGG;AACH,qBAIa,iBAAkB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAsC5E,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,EAAE;IACU,SAAS,CAAC,SAAS,EAAE,SAAS;IAzCtD;;;OAGG;IACM,OAAO,SAAO;IAEvB;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,YAAY,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACqC,SAAS,UAAS;IAE1D;;OAEG;IACqC,aAAa,UAAQ;IAE7D;;OAEG;IACO,WAAW,8BAAqC;IAE1D,OAAO,CAAC,mBAAmB,CAAyB;IACpD,OAAO,CAAC,oBAAoB,CAA0B;IACtD,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,gBAAgB,EAAE,gBAAgB,EAClC,EAAE,EAAE,UAAU,EACd,aAAa,EAAE,aAAa,EAC5B,EAAE,EAAE,iBAAiB,EACC,SAAS,EAAE,SAAS;IAKtD;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACH,IACI,YAAY,IAAI,OAAO,CAM1B;IAED;;;OAGG;IAEH,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAO9B;;;OAGG;IACH,QAAQ,IAAI,IAAI;IAQhB;;;OAGG;IACH,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,yBAAyB;IAUjC,OAAO,CAAC,6BAA6B;IAKrC,OAAO,CAAC,+BAA+B;IAMvC,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,wBAAwB;IAsBhC,OAAO,CAAC,yBAAyB;yCA/JxB,iBAAiB;2CAAjB,iBAAiB;wCAyLux0c,OAAQ;4CAAR,OAAQ;CAD5z0c"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { EclBaseEvent } from '@eui/ecl/core';
|
|
2
|
+
/**
|
|
3
|
+
* Event emitted by the ECL range directive
|
|
4
|
+
* whenever the range value changes.
|
|
5
|
+
*/
|
|
2
6
|
export declare class EclRangeEvent extends EclBaseEvent {
|
|
3
7
|
value: number;
|
|
8
|
+
/**
|
|
9
|
+
* The current numeric value of the range input.
|
|
10
|
+
*/
|
|
4
11
|
constructor(value: number);
|
|
5
12
|
}
|
|
6
13
|
//# sourceMappingURL=ecl-range.event.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-range.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-range/events/ecl-range.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,qBAAa,aAAc,SAAQ,YAAY;
|
|
1
|
+
{"version":3,"file":"ecl-range.event.d.ts","sourceRoot":"","sources":["../../../../components/ecl-range/events/ecl-range.event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C;;;GAGG;AACH,qBAAa,aAAc,SAAQ,YAAY;IAIxB,KAAK,EAAE,MAAM;IAHhC;;OAEG;gBACgB,KAAK,EAAE,MAAM;CAGnC"}
|
package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* There is some fixed content in the site footer, that cannot be changed by the user and is mandatory.
|
|
5
|
+
* This component represents this fixed content.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclSiteFooterFixedContentECComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* The component is showing different content, depending if it's core site footer or not.
|
|
10
|
+
*/
|
|
4
11
|
isCore: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The code of the current language. Used to translate the content.
|
|
14
|
+
*/
|
|
5
15
|
languageCode: string;
|
|
16
|
+
/**
|
|
17
|
+
* The code of the current language for the logo. If there is no logo for the current language, a default logo will be displayed.
|
|
18
|
+
*/
|
|
6
19
|
ecLogoLanguageCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* The rest of the content of the site footer.
|
|
22
|
+
*/
|
|
7
23
|
content: any;
|
|
8
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterFixedContentECComponent, never>;
|
|
9
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclSiteFooterFixedContentECComponent, "ecl-site-footer-fixed-content-ec", never, { "isCore": { "alias": "isCore"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "ecLogoLanguageCode": { "alias": "ecLogoLanguageCode"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-fixed-content.d.ts","sourceRoot":"","sources":["../../../../../components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,oCAAqC,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-fixed-content.d.ts","sourceRoot":"","sources":["../../../../../components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAKa,oCAAqC,SAAQ,gBAAgB;IACtE;;OAEG;IACqC,MAAM,UAAS;IACvD;;OAEG;IACM,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACM,kBAAkB,EAAE,MAAM,CAAC;IACpC;;OAEG;IAEM,OAAO,EAAE,GAAG,CAAC;yCAjBb,oCAAoC;2CAApC,oCAAoC;qCAmBmkgd,OAAQ;CAD3ngd"}
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies a specific class to a footer column.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterColumnDirective extends ECLBaseDirective {
|
|
4
7
|
cmpClass: boolean;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterColumnDirective, never>;
|
|
6
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterColumnDirective, "[eclSiteFooterColumn]", never, {}, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Directive, that applies a specific class to a footer row.
|
|
13
|
+
*/
|
|
8
14
|
export declare class EclSiteFooterRowDirective extends ECLBaseDirective {
|
|
9
15
|
cmpClass: boolean;
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterRowDirective, never>;
|
|
11
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterRowDirective, "[eclSiteFooterRow]", never, {}, {}, never, never, false, never>;
|
|
12
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* Directive, that applies a specific class to footer content.
|
|
21
|
+
* @deprecated - use 'eclSiteFooterTitle' instead.
|
|
22
|
+
*/
|
|
13
23
|
export declare class EclSiteFooterContentDirective extends ECLBaseDirective {
|
|
14
24
|
cmpClass: boolean;
|
|
15
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterContentDirective, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-column.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,4BAA6B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCADrD,4BAA4B;2CAA5B,4BAA4B;CAExC;AAED,qBAIa,yBAA0B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCADlD,yBAAyB;2CAAzB,yBAAyB;CAErC;AAED,qBAIa,6BAA8B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-column.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-column.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,4BAA6B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCADrD,4BAA4B;2CAA5B,4BAA4B;CAExC;AAED;;GAEG;AACH,qBAIa,yBAA0B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCADlD,yBAAyB;2CAAzB,yBAAyB;CAErC;AAED;;;GAGG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IAClB,QAAQ,UAAQ;yCADpD,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies a specific class to footer description.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterDescriptionDirective extends ECLBaseDirective {
|
|
4
7
|
cmpClass: boolean;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterDescriptionDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-description.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,iCAAkC,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCAD1D,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-description.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,iCAAkC,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCAD1D,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
@@ -1,20 +1,32 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies a specific class to a <a> element in site footer.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterLinkDirective extends ECLBaseDirective {
|
|
4
7
|
className: boolean;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLinkDirective, never>;
|
|
6
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterLinkDirective, "[eclSiteFooterLink]", never, {}, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Directive, that applies a specific class to the <a> element for the logo in site footer.
|
|
13
|
+
*/
|
|
8
14
|
export declare class EclSiteFooterLogoLinkDirective extends ECLBaseDirective {
|
|
9
15
|
className: boolean;
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLogoLinkDirective, never>;
|
|
11
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterLogoLinkDirective, "[eclSiteFooterLogoLink]", never, {}, {}, never, never, false, never>;
|
|
12
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* Directive, that applies a specific class to the <a> element for the logo in site footer.
|
|
21
|
+
*/
|
|
13
22
|
export declare class EclSiteFooterLogoImageDirective extends ECLBaseDirective {
|
|
14
23
|
className: boolean;
|
|
15
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLogoImageDirective, never>;
|
|
16
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterLogoImageDirective, "img[eclSiteFooterLogoImage]", never, {}, {}, never, never, false, never>;
|
|
17
26
|
}
|
|
27
|
+
/**
|
|
28
|
+
* Directive, that applies a specific class to the <img> element for the logo in site footer.
|
|
29
|
+
*/
|
|
18
30
|
export declare class EclSiteFooterPictureDirective extends ECLBaseDirective {
|
|
19
31
|
classNames: string;
|
|
20
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterPictureDirective, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-link.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;IAChB,SAAS,UAAQ;yCADpD,0BAA0B;2CAA1B,0BAA0B;CAEtC;AAED,qBAIa,8BAA+B,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCADzD,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED,qBAIa,+BAAgC,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCAD1D,+BAA+B;2CAA/B,+BAA+B;CAE3C;AAED,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,UAAU,SAA0C;yCADjE,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-link.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAChB,SAAS,UAAQ;yCADpD,0BAA0B;2CAA1B,0BAA0B;CAEtC;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCADzD,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED;;GAEG;AACH,qBAIa,+BAAgC,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCAD1D,+BAA+B;2CAA/B,+BAA+B;CAE3C;AAED;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,UAAU,SAA0C;yCADjE,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies specific classes to the list element in site footer.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterListDirective extends ECLBaseDirective {
|
|
4
7
|
cmpClass: boolean;
|
|
5
8
|
isInline: boolean;
|
|
@@ -9,21 +12,33 @@ export declare class EclSiteFooterListDirective extends ECLBaseDirective {
|
|
|
9
12
|
static ngAcceptInputType_isInline: unknown;
|
|
10
13
|
static ngAcceptInputType_isColumns: unknown;
|
|
11
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* Directive, that applies specific classes to the list item element in site footer.
|
|
17
|
+
*/
|
|
12
18
|
export declare class EclSiteFooterListItemDirective extends ECLBaseDirective {
|
|
13
19
|
cmpClass: boolean;
|
|
14
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterListItemDirective, never>;
|
|
15
21
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterListItemDirective, "[eclSiteFooterListItem]", never, {}, {}, never, never, false, never>;
|
|
16
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated - this directive is deprecated and will be removed in v20. Not used anymore.
|
|
25
|
+
*/
|
|
17
26
|
export declare class EclSiteFooterLogoListDirective extends ECLBaseDirective {
|
|
18
27
|
cmpClass: boolean;
|
|
19
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLogoListDirective, never>;
|
|
20
29
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterLogoListDirective, "[eclSiteFooterLogoList]", never, {}, {}, never, never, false, never>;
|
|
21
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated - this directive is deprecated and will be removed in v20. Not used anymore.
|
|
33
|
+
*/
|
|
22
34
|
export declare class EclSiteFooterLogoItemDirective extends ECLBaseDirective {
|
|
23
35
|
cmpClass: boolean;
|
|
24
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLogoItemDirective, never>;
|
|
25
37
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterLogoItemDirective, "[eclSiteFooterLogoItem]", never, {}, {}, never, never, false, never>;
|
|
26
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated - this directive is deprecated and will be removed in v20. Not used anymore.
|
|
41
|
+
*/
|
|
27
42
|
export declare class EclSiteFooterLogoDirective extends ECLBaseDirective {
|
|
28
43
|
cmpClass: boolean;
|
|
29
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterLogoDirective, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-list.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,0BAA2B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;IACgC,QAAQ,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;yCAHvG,0BAA0B;2CAA1B,0BAA0B;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-list.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;IACgC,QAAQ,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;yCAHvG,0BAA0B;2CAA1B,0BAA0B;uCAiDm0+c,OAAQ;wCAAR,OAAQ;CA7Cj3+c;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IACf,QAAQ,UAAQ;yCADxD,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IACf,QAAQ,UAAQ;yCADxD,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED;;GAEG;AACH,qBAIa,8BAA+B,SAAQ,gBAAgB;IACf,QAAQ,UAAQ;yCADxD,8BAA8B;2CAA9B,8BAA8B;CAE1C;AAED;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;yCADnD,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies specific classes to the section element in site footer.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterSectionDirective extends ECLBaseDirective {
|
|
4
7
|
cmpClass: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated - not used anymore. Will be removed in v20
|
|
10
|
+
*/
|
|
5
11
|
isCondensed: boolean;
|
|
6
12
|
isSiteInfo: boolean;
|
|
7
13
|
isSplitList: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* If there should be a <hr> as separator with the next section.
|
|
16
|
+
*/
|
|
8
17
|
hasSeparator: boolean;
|
|
9
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterSectionDirective, never>;
|
|
10
19
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterSectionDirective, "[eclSiteFooterSection]", never, { "isCondensed": { "alias": "isCondensed"; "required": false; }; "isSiteInfo": { "alias": "isSiteInfo"; "required": false; }; "isSplitList": { "alias": "isSplitList"; "required": false; }; "hasSeparator": { "alias": "hasSeparator"; "required": false; }; }, {}, never, never, false, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-section.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,6BAA8B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-section.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;IAC/D;;OAEG;IAC+F,WAAW,UAAS;IACpB,UAAU,UAAS;IAClB,WAAW,UAAS;IACvH;;OAEG;IAC+F,YAAY,UAAS;yCAX9G,6BAA6B;2CAA7B,6BAA6B;0CAawogd,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;CADzrgd"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive, that applies a specific class for a title in ecl-site-footer component.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteFooterTitleDirective extends ECLBaseDirective {
|
|
4
7
|
cmpClass: boolean;
|
|
5
8
|
isSeparator: boolean;
|
|
@@ -7,6 +10,9 @@ export declare class EclSiteFooterTitleDirective extends ECLBaseDirective {
|
|
|
7
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteFooterTitleDirective, "[eclSiteFooterTitle]", never, { "isSeparator": { "alias": "isSeparator"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
11
|
static ngAcceptInputType_isSeparator: unknown;
|
|
9
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Directive, that applies a specific class for the <a> element in a title in ecl-site-footer component.
|
|
15
|
+
*/
|
|
10
16
|
export declare class EclSiteFooterTitleLinkDirective extends ECLBaseDirective {
|
|
11
17
|
cmpClass: boolean;
|
|
12
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteFooterTitleLinkDirective, never>;
|
package/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-title.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,2BAA4B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;IAEmC,WAAW,UAAS;yCAH3G,2BAA2B;2CAA3B,2BAA2B;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-title.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IAChB,QAAQ,UAAQ;IAEmC,WAAW,UAAS;yCAH3G,2BAA2B;2CAA3B,2BAA2B;0CAgB+0gd,OAAQ;CAZ93gd;AAED;;GAEG;AACH,qBAIa,+BAAgC,SAAQ,gBAAgB;IACf,QAAQ,UAAQ;yCADzD,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|
package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* There is some fixed content in the site footer, that cannot be changed by the user and is mandatory.
|
|
5
|
+
* This component represents this fixed content.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclSiteFooterFixedContentEUComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* The component is showing different content, depending if it's core site footer or not.
|
|
10
|
+
*/
|
|
4
11
|
isCore: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The code of the current language. Used to translate the content.
|
|
14
|
+
*/
|
|
5
15
|
languageCode: string;
|
|
16
|
+
/**
|
|
17
|
+
* The code of the current language for the logo. If there is no logo for the current language, a default logo will be displayed.
|
|
18
|
+
*/
|
|
6
19
|
ecLogoLanguageCode: string;
|
|
20
|
+
/**
|
|
21
|
+
* The rest of the content of the site footer.
|
|
22
|
+
*/
|
|
7
23
|
content: any;
|
|
8
24
|
private readonly availableLanguagesForLinkEib;
|
|
9
25
|
private readonly defaultLanguage;
|
package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer-fixed-content.d.ts","sourceRoot":"","sources":["../../../../../components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ecl-site-footer-fixed-content.d.ts","sourceRoot":"","sources":["../../../../../components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAKa,oCAAqC,SAAQ,gBAAgB;IACtE;;OAEG;IACqC,MAAM,UAAS;IACvD;;OAEG;IACM,YAAY,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACM,kBAAkB,EAAE,MAAM,CAAC;IACpC;;OAEG;IAEM,OAAO,EAAE,GAAG,CAAC;IAEtB,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAgC;IAC7E,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAgB;IAEhD,8BAA8B,IAAI,MAAM;yCAtB/B,oCAAoC;2CAApC,oCAAoC;qCA8B8s/c,OAAQ;CADtw/c"}
|
|
@@ -2,12 +2,26 @@ import { OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { I18nService } from '@eui/core';
|
|
3
3
|
import { ECLBaseDirective, EclThemeService } from '@eui/ecl/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* The site footer component content provides supplementary information such as a sitemap, copyright and legal notices,
|
|
7
|
+
* privacy and accessibility statements, social media and contact information as well as various links to other
|
|
8
|
+
* important sections within the EC ecosystem.
|
|
9
|
+
*/
|
|
5
10
|
export declare class EclSiteFooterComponent extends ECLBaseDirective implements OnInit, OnDestroy {
|
|
6
11
|
protected i18nService: I18nService;
|
|
7
12
|
eclThemeService: EclThemeService;
|
|
13
|
+
/**
|
|
14
|
+
* The current language of the page.
|
|
15
|
+
*/
|
|
8
16
|
languageCode: string;
|
|
17
|
+
/**
|
|
18
|
+
* If it's a core site footer. The content of the footer for the Core configuration is specific and all items mandatory.
|
|
19
|
+
*/
|
|
9
20
|
isCore: boolean;
|
|
10
21
|
get cssClasses(): string;
|
|
22
|
+
/**
|
|
23
|
+
* The role of the component is 'contentinfo' and should not be changed.
|
|
24
|
+
*/
|
|
11
25
|
role: string;
|
|
12
26
|
private destroy$;
|
|
13
27
|
constructor(i18nService: I18nService, eclThemeService: EclThemeService);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-footer.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-site-footer/ecl-site-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;;AAIlE,qBAKa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-footer.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-site-footer/ecl-site-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AACnG,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;;AAIlE;;;;GAIG;AACH,qBAKa,sBAAuB,SAAQ,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAuBjF,SAAS,CAAC,WAAW,EAAE,WAAW;IAC3B,eAAe,EAAE,eAAe;IAvB3C;;OAEG;IACH,YAAY,SAAQ;IACpB;;OAEG;IACqC,MAAM,UAAS;IAEvD,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACuB,IAAI,SAAiB;IAE/C,OAAO,CAAC,QAAQ,CAA4C;gBAG9C,WAAW,EAAE,WAAW,EAC3B,eAAe,EAAE,eAAe;IAK3C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,yBAAyB;yCAtCxB,sBAAsB;2CAAtB,sBAAsB;qCA4Cuw+c,OAAQ;CADjz+c"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* This components is a container element for custom action, login, language and search components.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteHeaderActionComponent extends ECLBaseDirective {
|
|
4
7
|
class: string;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderActionComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-action.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/action/ecl-site-header-action.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,4BAA6B,SAAQ,gBAAgB;IACxC,KAAK,SAA6B;yCAD/C,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-action.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/action/ecl-site-header-action.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AAEH,qBAKa,4BAA6B,SAAQ,gBAAgB;IACxC,KAAK,SAA6B;yCAD/C,4BAA4B;2CAA5B,4BAA4B;CAExC"}
|