@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
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* This component is used , when we want to show class name (used in standardised variant of site-header).
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteHeaderBannerTopComponent extends ECLBaseDirective {
|
|
4
7
|
className: boolean;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderBannerTopComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-banner-top.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAYa,+BAAgC,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCAD1D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-banner-top.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAYa,+BAAgC,SAAQ,gBAAgB;IACf,SAAS,UAAQ;yCAD1D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* This directive is used, when we want to show call-to-action link in the site-header. Used in harmonised and standardised header
|
|
5
|
+
* variants.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclSiteHeaderCtaDirective extends ECLBaseDirective {
|
|
4
8
|
className: boolean;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderCtaDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-cta.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/cta/ecl-site-header-cta.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,gBAAgB;IAChB,SAAS,UAAQ;yCADnD,yBAAyB;2CAAzB,yBAAyB;CAErC"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-cta.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/cta/ecl-site-header-cta.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,yBAA0B,SAAQ,gBAAgB;IAChB,SAAS,UAAQ;yCADnD,yBAAyB;2CAAzB,yBAAyB;CAErC"}
|
package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts
CHANGED
|
@@ -1,22 +1,35 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
1
|
+
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
3
3
|
import { EclSiteHeaderCustomActionLinkDirective, EclSiteHeaderCustomActionTitleDirective } from './ecl-site-header-custom-action.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@eui/ecl/core";
|
|
6
|
+
/**
|
|
7
|
+
* This components gives opportunity for user to add a custom action. It will appear at first place, before log-in and language
|
|
8
|
+
* and search (if any of these exist). Adds specific styling and functionality. Opens a dropdown with some more content.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclSiteHeaderCustomActionComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
7
|
-
private document;
|
|
8
|
-
private renderer;
|
|
9
11
|
class: string;
|
|
10
12
|
title: EclSiteHeaderCustomActionTitleDirective;
|
|
11
13
|
eclSiteHeaderCustomActionLink: EclSiteHeaderCustomActionLinkDirective;
|
|
14
|
+
/**
|
|
15
|
+
* Used to expand/collapse the dropdown, if any.
|
|
16
|
+
*/
|
|
12
17
|
isOverlayExpanded: boolean;
|
|
13
18
|
titleId: string;
|
|
14
19
|
private destroy$;
|
|
15
|
-
constructor(document: any, renderer: Renderer2);
|
|
16
20
|
ngAfterContentInit(): void;
|
|
17
21
|
ngOnDestroy(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Close the overlay.
|
|
24
|
+
*/
|
|
18
25
|
onCustomActionOverlayClose(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Close the overlay, when clicking outside of it.
|
|
28
|
+
*/
|
|
19
29
|
onClickOutsideHandler(): void;
|
|
30
|
+
/**
|
|
31
|
+
* Close the overlay with ESC key.
|
|
32
|
+
*/
|
|
20
33
|
onEscapeKeydownHandler(): void;
|
|
21
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderCustomActionComponent, never>;
|
|
22
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclSiteHeaderCustomActionComponent, "div[eclSiteHeaderCustomAction]", never, {}, {}, ["title", "eclSiteHeaderCustomActionLink"], ["[eclSiteHeaderCustomActionLink]", "[eclSiteHeaderCustomActionTitle]", "[eclSiteHeaderCustomActionContent]"], false, [{ directive: typeof i1.ECLClickOutsideDirective; inputs: {}; outputs: { "eclClickOutside": "eclClickOutside"; }; }]>;
|
package/components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-custom-action.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsD,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ecl-site-header-custom-action.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/custom-action/ecl-site-header-custom-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsD,gBAAgB,EAAqB,SAAS,EAAE,MAAM,eAAe,CAAC;AAEnI,OAAO,EAAE,gBAAgB,EAA4B,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;;;AAG5I;;;GAGG;AACH,qBAYa,kCAAmC,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;IACrF,KAAK,SAAoC;IACR,KAAK,EAAE,uCAAuC,CAAC;IAChD,6BAA6B,EAAE,sCAAsC,CAAC;IAC5H;;OAEG;IACH,iBAAiB,UAAS;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,QAAQ,CAA4C;IAE5D,kBAAkB,IAAI,IAAI;IAa1B,WAAW,IAAI,IAAI;IAKnB;;OAEG;IACH,0BAA0B,IAAI,IAAI;IAKlC;;OAEG;IAEH,qBAAqB,IAAI,IAAI;IAI7B;;OAEG;IAEH,sBAAsB,IAAI,IAAI;yCAjDrB,kCAAkC;2CAAlC,kCAAkC;CAoD9C"}
|
|
@@ -2,6 +2,10 @@ import { BreakpointObserver } from '@angular/cdk/layout';
|
|
|
2
2
|
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Custom component, that shows the current environment of the application, for example 'develop', 'acceptance', etc.
|
|
7
|
+
* Adds some custom styling, so that the text will appear over the EU/EC logo.
|
|
8
|
+
*/
|
|
5
9
|
export declare class EclSiteHeaderEnvironmentComponent extends ECLBaseDirective implements OnDestroy {
|
|
6
10
|
private el;
|
|
7
11
|
private cdkBreakpointObserver;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-environment.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAa,UAAU,EAAe,SAAS,EAAE,SAAS,EAAmB,MAAM,eAAe,CAAC;AAG1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAwBa,iCAAkC,SAAQ,gBAAiB,YAAW,SAAS;IAUpF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,QAAQ;IAXpB,IACI,UAAU,IAAI,MAAM,CAEvB;IACD,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAc;gBAGlB,EAAE,EAAE,UAAU,EACd,qBAAqB,EAAE,kBAAkB,EACzC,QAAQ,EAAE,SAAS;IAgB/B,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,aAAa;yCAtDZ,iCAAiC;2CAAjC,iCAAiC;CA4D7C"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-environment.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/ecl-site-header-environment/ecl-site-header-environment.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAa,UAAU,EAAe,SAAS,EAAE,SAAS,EAAmB,MAAM,eAAe,CAAC;AAG1G,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAwBa,iCAAkC,SAAQ,gBAAiB,YAAW,SAAS;IAUpF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,qBAAqB;IAC7B,OAAO,CAAC,QAAQ;IAXpB,IACI,UAAU,IAAI,MAAM,CAEvB;IACD,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAc;gBAGlB,EAAE,EAAE,UAAU,EACd,qBAAqB,EAAE,kBAAkB,EACzC,QAAQ,EAAE,SAAS;IAgB/B,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,aAAa;yCAtDZ,iCAAiC;2CAAjC,iCAAiC;CA4D7C"}
|
|
@@ -14,6 +14,12 @@ import { EclSiteHeaderImageDirective, EclSiteHeaderLinkDirective } from './pictu
|
|
|
14
14
|
import { EclSiteHeaderSearchComponent } from './search';
|
|
15
15
|
import { EclAreaDataService } from './services/ecl-area-data.service';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
+
/**
|
|
18
|
+
* The Site header offers easily recognisable elements (such as the logo) and the most essential functionality of
|
|
19
|
+
* every site (such as Language switcher or Search form). Additionally it can host the name of the site,
|
|
20
|
+
* the class name to which it belongs and the main navigation. The header is always placed at the top of the page.
|
|
21
|
+
* The elements required in the site header are different depending wether it is the corporate, standardised or an harmonised website.
|
|
22
|
+
*/
|
|
17
23
|
export declare class EclSiteHeaderComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
18
24
|
private eclHeaderMenuComunicationService;
|
|
19
25
|
private eclAreaDataService;
|
|
@@ -22,10 +28,25 @@ export declare class EclSiteHeaderComponent extends ECLBaseDirective implements
|
|
|
22
28
|
eclThemeService: EclThemeService;
|
|
23
29
|
private eclRtlService;
|
|
24
30
|
protected i18nService: I18nService;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the site, to be added in the header, next to the logo.
|
|
33
|
+
*/
|
|
25
34
|
siteName: string;
|
|
35
|
+
/**
|
|
36
|
+
* Language code of the current language of the site.
|
|
37
|
+
*/
|
|
26
38
|
languageCode: string;
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated - not used anywhere. to be removed in v20.
|
|
41
|
+
*/
|
|
27
42
|
logoUrl: string;
|
|
43
|
+
/**
|
|
44
|
+
* The size of the logo, 's', 'm' or 'l', default to 'm'.
|
|
45
|
+
*/
|
|
28
46
|
logoSize: 's' | 'm' | 'l';
|
|
47
|
+
/**
|
|
48
|
+
* Adds specific classes to the main element. Depending , logo size, menu and menu status, rtl status.
|
|
49
|
+
*/
|
|
29
50
|
get cssClasses(): string;
|
|
30
51
|
logoClick: EventEmitter<EclSiteHeaderLogoClickEvent>;
|
|
31
52
|
languageClick: EventEmitter<EclSiteHeaderLanguageClickEvent>;
|
|
@@ -49,12 +70,23 @@ export declare class EclSiteHeaderComponent extends ECLBaseDirective implements
|
|
|
49
70
|
private readonly AVAILABLE_NON_EU_LOGO_COUNTRY_CODES;
|
|
50
71
|
protected destroy$: Subject<boolean>;
|
|
51
72
|
constructor(eclHeaderMenuComunicationService: EclHeaderMenuComunicationService, eclAreaDataService: EclAreaDataService, cdkBreakpointObserver: BreakpointObserver, el: ElementRef, eclThemeService: EclThemeService, eclRtlService: EclRtlService, i18nService: I18nService);
|
|
73
|
+
/**
|
|
74
|
+
* Subscibe to some child components' events.
|
|
75
|
+
*/
|
|
52
76
|
ngAfterContentInit(): void;
|
|
53
77
|
ngOnDestroy(): void;
|
|
78
|
+
/**
|
|
79
|
+
* This method is used, when current language is not present for our available logo collection.
|
|
80
|
+
* In this case, a default logo is returned.
|
|
81
|
+
*/
|
|
54
82
|
get partOfLogoName(): string;
|
|
55
83
|
onECLogoClick(evt: MouseEvent): void;
|
|
56
84
|
hasCustomLink(): boolean;
|
|
57
85
|
private handleRtlChangeState;
|
|
86
|
+
/**
|
|
87
|
+
* Some child components need position and size to be set according to the parent site-header. So we share some site-header's measurements
|
|
88
|
+
* via the 'eclAreaDataService'.
|
|
89
|
+
*/
|
|
58
90
|
private sendResizeEventToChildComponents;
|
|
59
91
|
private subscribeToMegaMenuEvents;
|
|
60
92
|
private onMegaMenuItemExpandMobile;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-site-header/ecl-site-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACH,gBAAgB,EAA2B,UAAU,EAAE,YAAY,EAAsB,SAAS,EAErG,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAkB,MAAM,WAAW,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,gCAAgC,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAa,MAAM,MAAM,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;;AAEtE,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-header.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-site-header/ecl-site-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACH,gBAAgB,EAA2B,UAAU,EAAE,YAAY,EAAsB,SAAS,EAErG,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAkB,MAAM,WAAW,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,gCAAgC,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAa,MAAM,MAAM,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;;AAEtE;;;;;GAKG;AACH,qBAYa,sBAAuB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;IA2D3F,OAAO,CAAC,gCAAgC;IACxC,OAAO,CAAC,kBAAkB;IAAsB,OAAO,CAAC,qBAAqB;IAC7E,OAAO,CAAC,EAAE;IAAqB,eAAe,EAAE,eAAe;IAC/D,OAAO,CAAC,aAAa;IAAiB,SAAS,CAAC,WAAW,EAAE,WAAW;IA7D5E;;OAEG;IACM,QAAQ,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACM,YAAY,SAAQ;IAC7B;;OAEG;IACM,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACM,QAAQ,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAO;IAEzC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAUvB;IAES,SAAS,4CAAmD;IAC5D,aAAa,gDAAuD;IAEnD,mBAAmB,EAAE,UAAU,CAAC;IAC5B,gBAAgB,EAAE,UAAU,CAAC;IACjC,YAAY,EAAE,UAAU,CAAC;IACT,iBAAiB,EAAE,2BAA2B,CAAC;IAC1D,gBAAgB,EAAE,gBAAgB,CAAC;IAC/B,oBAAoB,EAAE,oBAAoB,CAAC;IACnC,kBAAkB,EAAE,4BAA4B,CAAC;IAC/C,oBAAoB,EAAE,8BAA8B,CAAC;IACjD,wBAAwB,EAAE,kCAAkC,CAAC;IAC5B,aAAa,EAAE,0BAA0B,CAAC;IACzC,cAAc,EAAE,2BAA2B,CAAC;IAEhI,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAO;IACxC,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAS;IACnD,OAAO,CAAC,QAAQ,CAAC,mCAAmC,CAAsE;IAC1H,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAA0B;gBAGlD,gCAAgC,EAAE,gCAAgC,EAClE,kBAAkB,EAAE,kBAAkB,EAAU,qBAAqB,EAAE,kBAAkB,EACzF,EAAE,EAAE,UAAU,EAAS,eAAe,EAAE,eAAe,EACvD,aAAa,EAAE,aAAa,EAAY,WAAW,EAAE,WAAW;IAgB5E;;OAEG;IACH,kBAAkB,IAAI,IAAI;IAyC1B,WAAW,IAAI,IAAI;IAKnB;;;OAGG;IACH,IAAI,cAAc,IAAI,MAAM,CAM3B;IAED,aAAa,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAQpC,aAAa,IAAI,OAAO;IAIxB,OAAO,CAAC,oBAAoB;IAM5B;;;OAGG;IACH,OAAO,CAAC,gCAAgC;IAYxC,OAAO,CAAC,yBAAyB;IA6BjC,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,4BAA4B;IAYpC,OAAO,CAAC,wBAAwB;IAShC,OAAO,CAAC,YAAY;IAKpB,OAAO,CAAC,yBAAyB;yCAhPxB,sBAAsB;2CAAtB,sBAAsB;CAwPlC"}
|
|
@@ -5,27 +5,71 @@ import { EclThemeService } from '@eui/ecl/core';
|
|
|
5
5
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
6
6
|
import { EclSiteHeaderLanguageCloseEvent, EclSiteHeaderLanguageSelectedEvent } from '../events';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* This component is a popover, that appears after the user clicks on language link. It contains all the available languages,
|
|
10
|
+
* configured for the current site. Adds styling and functionality for the dialog.
|
|
11
|
+
* Emits events when language is selected and when dialog is closed.
|
|
12
|
+
*/
|
|
8
13
|
export declare class EclSiteHeaderLanguagePopoverComponent extends ECLBaseDirective implements OnDestroy {
|
|
9
14
|
el: ElementRef;
|
|
10
15
|
protected eclThemeService: EclThemeService;
|
|
11
16
|
private scrollDispatcher;
|
|
12
17
|
private zone;
|
|
18
|
+
/**
|
|
19
|
+
* The div, that wraps all the languages.
|
|
20
|
+
*/
|
|
13
21
|
languageContent: ElementRef;
|
|
22
|
+
/**
|
|
23
|
+
* Current language
|
|
24
|
+
*/
|
|
14
25
|
languageCode: string;
|
|
15
26
|
euLanguages: Array<EuiLanguage>;
|
|
16
27
|
nonEuLanguages: Array<EuiLanguage>;
|
|
28
|
+
/**
|
|
29
|
+
* Number of columns for eu languages. Calculated by the parent component 'ecl-site-header-language'.
|
|
30
|
+
*/
|
|
17
31
|
euColumnsCount: number;
|
|
32
|
+
/**
|
|
33
|
+
* Number of columns for non-eu languages. Calculated by the parent component 'ecl-site-header-language'.
|
|
34
|
+
*/
|
|
18
35
|
nonEuColumnsCount: number;
|
|
36
|
+
/**
|
|
37
|
+
* Property to show/hide the dialog.
|
|
38
|
+
*/
|
|
19
39
|
isHidden: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
42
|
+
*/
|
|
20
43
|
isPushRight: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
46
|
+
*/
|
|
21
47
|
isPushLeft: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
50
|
+
*/
|
|
22
51
|
isStack: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
54
|
+
*/
|
|
23
55
|
isFull: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
58
|
+
*/
|
|
24
59
|
rightPosition: number;
|
|
60
|
+
/**
|
|
61
|
+
* Property to position the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
62
|
+
*/
|
|
25
63
|
leftPosition: number;
|
|
64
|
+
/**
|
|
65
|
+
* Property to position the arrow of the dialog correctly. Calculated by the parent component 'ecl-site-header-language'.
|
|
66
|
+
*/
|
|
26
67
|
languageArrowPosition: string;
|
|
27
68
|
languageClosed: EventEmitter<EclSiteHeaderLanguageCloseEvent>;
|
|
28
69
|
languageSelected: EventEmitter<EclSiteHeaderLanguageSelectedEvent>;
|
|
70
|
+
/**
|
|
71
|
+
* The role of the dialog is 'dialog'. Should not be changed.
|
|
72
|
+
*/
|
|
29
73
|
role: string;
|
|
30
74
|
labelledBy: string;
|
|
31
75
|
get display(): string;
|
|
@@ -35,10 +79,16 @@ export declare class EclSiteHeaderLanguagePopoverComponent extends ECLBaseDirect
|
|
|
35
79
|
get cssClasses(): string;
|
|
36
80
|
get isModal(): boolean | undefined;
|
|
37
81
|
get isDropdownHidden(): boolean | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* Calculate the height after resize. If the window is too small -> scroll should appear.
|
|
84
|
+
*/
|
|
38
85
|
onWindowResize(): void;
|
|
39
86
|
ngOnDestroy(): void;
|
|
40
87
|
onCloseClick(): void;
|
|
41
88
|
onLanguageClick(language: EuiLanguage, evt: MouseEvent): void;
|
|
89
|
+
/**
|
|
90
|
+
* Set the max-height property of the component. It is calculated depending on the viewport.
|
|
91
|
+
*/
|
|
42
92
|
setLanguageContentMaxHeight(): void;
|
|
43
93
|
private subscribeToCDKScrollEvent;
|
|
44
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderLanguagePopoverComponent, never>;
|
package/components/ecl-site-header/language/ecl-site-header-language-popover.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-language-popover.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/language/ecl-site-header-language-popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAa,UAAU,EAAE,YAAY,EAAoC,MAAM,EAAE,SAAS,EAAsC,MAAM,eAAe,CAAC;AAG7J,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;;AAEhG,qBAKa,qCAAsC,SAAQ,gBAAiB,YAAW,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-header-language-popover.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/language/ecl-site-header-language-popover.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAa,UAAU,EAAE,YAAY,EAAoC,MAAM,EAAE,SAAS,EAAsC,MAAM,eAAe,CAAC;AAG7J,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;;AAEhG;;;;GAIG;AACH,qBAKa,qCAAsC,SAAQ,gBAAiB,YAAW,SAAS;IAoEzE,EAAE,EAAE,UAAU;IAAE,SAAS,CAAC,eAAe,EAAE,eAAe;IACzE,OAAO,CAAC,gBAAgB;IAAoB,OAAO,CAAC,IAAI;IApE5D;;OAEG;IAC2B,eAAe,EAAE,UAAU,CAAC;IAC1D;;OAEG;IACM,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;IACrC,cAAc,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;IACjD;;OAEG;IACM,cAAc,EAAE,MAAM,CAAC;IAChC;;OAEG;IACM,iBAAiB,EAAE,MAAM,CAAC;IACnC;;OAEG;IACM,QAAQ,UAAS;IAC1B;;OAEG;IACM,WAAW,UAAS;IAC7B;;OAEG;IACM,UAAU,UAAS;IAC5B;;OAEG;IACM,OAAO,UAAS;IACzB;;OAEG;IACM,MAAM,UAAS;IACxB;;OAEG;IACqC,aAAa,EAAE,MAAM,CAAC;IAC9D;;OAEG;IACoC,YAAY,EAAE,MAAM,CAAC;IAC5D;;OAEG;IAC0D,qBAAqB,EAAE,MAAM,CAAC;IAEjF,cAAc,gDAAuD;IACrE,gBAAgB,mDAA0D;IAEpF;;OAEG;IACuB,IAAI,SAAY;IACL,UAAU,SAAqC;IACpF,IACQ,OAAO,IAAG,MAAM,CAEvB;IAED,wBAAwB,EAAE,MAAM,CAAC;IACjC,OAAO,CAAC,QAAQ,CAA4C;gBAEzC,EAAE,EAAE,UAAU,EAAY,eAAe,EAAE,eAAe,EACjE,gBAAgB,EAAE,gBAAgB,EAAU,IAAI,EAAE,MAAM;IAOpE,IACI,UAAU,IAAI,MAAM,CASvB;IAED,IACI,OAAO,IAAI,OAAO,GAAG,SAAS,CAEjC;IAED,IACI,gBAAgB,IAAI,OAAO,GAAG,SAAS,CAE1C;IAED;;OAEG;IAEH,cAAc,IAAI,IAAI;IAItB,WAAW,IAAI,IAAI;IAKnB,YAAY,IAAI,IAAI;IAIpB,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI;IAO7D;;OAEG;IACH,2BAA2B,IAAI,IAAI;IAWnC,OAAO,CAAC,yBAAyB;yCAxIxB,qCAAqC;2CAArC,qCAAqC;CA+IjD"}
|
|
@@ -7,28 +7,65 @@ import { EclSiteHeaderLanguagePopoverComponent } from './ecl-site-header-languag
|
|
|
7
7
|
import { EclAreaDataService } from '../services/ecl-area-data.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@eui/ecl/core";
|
|
10
|
+
/**
|
|
11
|
+
* This component is used to switch between the languages of the application. Shows the current language, when clicked,
|
|
12
|
+
* opens a language selector.
|
|
13
|
+
*/
|
|
10
14
|
export declare class EclSiteHeaderLanguageComponent extends ECLBaseDirective implements OnInit, AfterViewInit, OnDestroy {
|
|
11
15
|
private eclAreaDataService;
|
|
12
16
|
private eclRtlService;
|
|
13
17
|
protected eclThemeService: EclThemeService;
|
|
14
18
|
protected config: GlobalConfig;
|
|
15
19
|
protected i18nService: I18nService;
|
|
20
|
+
/**
|
|
21
|
+
* The language popover, that shows all available languages (configured in the config file of the current site).
|
|
22
|
+
*/
|
|
16
23
|
languagePopover: EclSiteHeaderLanguagePopoverComponent;
|
|
24
|
+
/**
|
|
25
|
+
* The link to open the popover dialog.
|
|
26
|
+
*/
|
|
17
27
|
languageLinkElement: ElementRef<HTMLAnchorElement>;
|
|
28
|
+
/**
|
|
29
|
+
* Thie event is emited, when language link, showing the current language is clicked.
|
|
30
|
+
*/
|
|
18
31
|
languageClick: EventEmitter<EclSiteHeaderLanguageClickEvent>;
|
|
32
|
+
/**
|
|
33
|
+
* Thie event is emited, when user selects a new language from the dropdown.
|
|
34
|
+
*/
|
|
19
35
|
languageSelected: EventEmitter<EclSiteHeaderLanguageSelectedEvent>;
|
|
20
36
|
readonly MOBILE_BREAKPOINT = 768;
|
|
21
37
|
readonly LANGUAGE_MAX_COLUMNS = 8;
|
|
22
38
|
isLanguagesDropdownVisible: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* This property is used for dropdown positioning on the screen.
|
|
41
|
+
*/
|
|
23
42
|
isPushRight: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* This property is used for dropdown positioning on the screen.
|
|
45
|
+
*/
|
|
24
46
|
isPushLeft: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* This property is used for dropdown positioning on the screen.
|
|
49
|
+
*/
|
|
25
50
|
isStack: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* This property is used for dropdown positioning on the screen.
|
|
53
|
+
*/
|
|
26
54
|
isFull: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* This property is used for dropdown positioning on the screen.
|
|
57
|
+
*/
|
|
27
58
|
languageArrowPosition: string;
|
|
28
59
|
languageCode: string;
|
|
29
60
|
rightPosition: number;
|
|
30
61
|
leftPosition: number;
|
|
62
|
+
/**
|
|
63
|
+
* Array of EU languages, that can be selected for the current site.
|
|
64
|
+
*/
|
|
31
65
|
euLanguages: Array<EuiLanguage>;
|
|
66
|
+
/**
|
|
67
|
+
* Array of non-EU languages, that can be selected for the current site.
|
|
68
|
+
*/
|
|
32
69
|
nonEuLanguages: Array<EuiLanguage>;
|
|
33
70
|
euColumnsCount: number;
|
|
34
71
|
nonEuColumnsCount: number;
|
|
@@ -39,16 +76,33 @@ export declare class EclSiteHeaderLanguageComponent extends ECLBaseDirective imp
|
|
|
39
76
|
get cssClasses(): string;
|
|
40
77
|
constructor(eclAreaDataService: EclAreaDataService, eclRtlService: EclRtlService, eclThemeService: EclThemeService, config: GlobalConfig, i18nService: I18nService);
|
|
41
78
|
ngOnInit(): void;
|
|
79
|
+
/**
|
|
80
|
+
* After view is initialized -> calculate popover position and initialize languages, that are configured in the config file
|
|
81
|
+
* of the current site.
|
|
82
|
+
*/
|
|
42
83
|
ngAfterViewInit(): void;
|
|
43
84
|
ngOnDestroy(): void;
|
|
44
85
|
getLanguageLabel(): string;
|
|
86
|
+
/**
|
|
87
|
+
* Toggle the language dropdown when clicking the link, showing the current language.
|
|
88
|
+
* @param evt
|
|
89
|
+
*/
|
|
45
90
|
onLanguageClick(evt: Event): void;
|
|
46
91
|
onLanguageClosed(evt: EclSiteHeaderLanguageCloseEvent): void;
|
|
47
92
|
onLanguageSelected(evt: EclSiteHeaderLanguageSelectedEvent): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the dropdown, when clicking outside of the component.
|
|
95
|
+
*/
|
|
48
96
|
onClickOutside(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Close the dropdown, when pressing ESC key.
|
|
99
|
+
*/
|
|
49
100
|
onEscapeKeydownHandler(): void;
|
|
50
101
|
hasLanguageCodes(): boolean;
|
|
51
102
|
private handleRtlChangeState;
|
|
103
|
+
/**
|
|
104
|
+
* Calculate the number of columns for EU and non-EU languages, depending on languages' count.
|
|
105
|
+
*/
|
|
52
106
|
private updateLanguages;
|
|
53
107
|
private calculatePopoverPosition;
|
|
54
108
|
private getConfiguredLanguages;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-language.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/language/ecl-site-header-language.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAEb,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,MAAM,EAIT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAuC,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAA4B,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3G,OAAO,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AACjI,OAAO,EAAE,qCAAqC,EAAE,MAAM,8CAA8C,CAAC;AACrG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;;AAEvE,qBAkBa,8BAA+B,SAAQ,gBAAiB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-header-language.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/language/ecl-site-header-language.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAEb,UAAU,EACV,YAAY,EAIZ,SAAS,EACT,MAAM,EAIT,MAAM,eAAe,CAAC;AACvB,OAAO,EAAuC,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAA4B,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3G,OAAO,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AACjI,OAAO,EAAE,qCAAqC,EAAE,MAAM,8CAA8C,CAAC;AACrG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;;AAEvE;;;GAGG;AACH,qBAkBa,8BAA+B,SAAQ,gBAAiB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAmExG,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,aAAa;IACrB,SAAS,CAAC,eAAe,EAAE,eAAe;IACD,SAAS,CAAC,MAAM,EAAE,YAAY;IACvE,SAAS,CAAC,WAAW,EAAE,WAAW;IArEtC;;OAEG;IAC+C,eAAe,EAAE,qCAAqC,CAAC;IACzG;;OAEG;IAC8C,mBAAmB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAEpG;;OAEG;IACO,aAAa,gDAAuD;IAC9E;;OAEG;IACO,gBAAgB,mDAA0D;IAEpF,QAAQ,CAAC,iBAAiB,OAAO;IACjC,QAAQ,CAAC,oBAAoB,KAAK;IAClC,0BAA0B,UAAS;IACnC;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B,YAAY,SAAQ;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;IACrC;;OAEG;IACH,cAAc,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;IACxC,cAAc,SAAK;IACnB,iBAAiB,SAAK;IACtB,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,UAAU,CAA0B;IAC5C,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,KAAK,CAAS;IAEtB,IACI,UAAU,IAAI,MAAM,CAEvB;gBAGW,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAG,aAAa,EAC3B,eAAe,EAAE,eAAe,EACS,MAAM,EAAE,YAAY,EAC7D,WAAW,EAAE,WAAW;IAKtC,QAAQ,IAAI,IAAI;IAIhB;;;OAGG;IACH,eAAe,IAAI,IAAI;IAQvB,WAAW,IAAI,IAAI;IAKnB,gBAAgB,IAAI,MAAM;IAI1B;;;OAGG;IACH,eAAe,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAsBjC,gBAAgB,CAAC,GAAG,EAAE,+BAA+B,GAAG,IAAI;IAI5D,kBAAkB,CAAC,GAAG,EAAE,kCAAkC,GAAG,IAAI;IAOjE;;OAEG;IAEH,cAAc,IAAI,IAAI;IAItB;;OAEG;IAEH,sBAAsB,IAAI,IAAI;IAIvB,gBAAgB,IAAI,OAAO;IAIlC,OAAO,CAAC,oBAAoB;IAM5B;;OAEG;IACH,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,wBAAwB;IA8ChC,OAAO,CAAC,sBAAsB;IAe9B,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,gCAAgC;yCArP/B,8BAA8B;2CAA9B,8BAA8B;CA6P1C"}
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* This directive is used to add specific class for the login description element, within the login dropdown.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteHeaderLoginDescriptionDirective extends ECLBaseDirective {
|
|
4
7
|
className: string;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderLoginDescriptionDirective, never>;
|
|
6
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteHeaderLoginDescriptionDirective, "[eclSiteHeaderLoginDescription]", never, {}, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* This directive is used to add specific class for the horizontal line, that separates
|
|
13
|
+
* description from the 'Logout' link.
|
|
14
|
+
*/
|
|
8
15
|
export declare class EclSiteHeaderLoginSeparatorDirective extends ECLBaseDirective {
|
|
9
16
|
className: string;
|
|
10
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderLoginSeparatorDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-login-details.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/login/ecl-site-header-login-details.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,sCAAuC,SAAQ,gBAAgB;IAClD,SAAS,SAAwC;yCAD9D,sCAAsC;2CAAtC,sCAAsC;CAElD;AAED,qBAIa,oCAAqC,SAAQ,gBAAgB;IAChD,SAAS,SAAsC;yCAD5D,oCAAoC;2CAApC,oCAAoC;CAEhD"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-login-details.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/login/ecl-site-header-login-details.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,sCAAuC,SAAQ,gBAAgB;IAClD,SAAS,SAAwC;yCAD9D,sCAAsC;2CAAtC,sCAAsC;CAElD;AAED;;;GAGG;AACH,qBAIa,oCAAqC,SAAQ,gBAAgB;IAChD,SAAS,SAAsC;yCAD5D,oCAAoC;2CAApC,oCAAoC;CAEhD"}
|
|
@@ -5,6 +5,10 @@ import { EclSiteHeaderLoginBoxToggleEvent, EclSiteHeaderLoginEvent } from '../ev
|
|
|
5
5
|
import { EclAreaDataService } from '../services/ecl-area-data.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@eui/ecl/core";
|
|
8
|
+
/**
|
|
9
|
+
* Component for login/logout as part of the harmonised site header. Emits events when user logs in and when user opens the
|
|
10
|
+
* login dropdown.
|
|
11
|
+
*/
|
|
8
12
|
export declare class EclSiteHeaderLoginComponent extends ECLBaseDirective implements OnChanges, OnDestroy {
|
|
9
13
|
private eclAreaDataService;
|
|
10
14
|
private eclRtlService;
|
|
@@ -13,7 +17,13 @@ export declare class EclSiteHeaderLoginComponent extends ECLBaseDirective implem
|
|
|
13
17
|
loginLinkElement: ElementRef<HTMLAnchorElement>;
|
|
14
18
|
login: EventEmitter<EclSiteHeaderLoginEvent>;
|
|
15
19
|
loginBoxToggle: EventEmitter<EclSiteHeaderLoginBoxToggleEvent>;
|
|
20
|
+
/**
|
|
21
|
+
* If login popover is open (true) or closed (false).
|
|
22
|
+
*/
|
|
16
23
|
isLoginBoxActive: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The position of the arrow of the popover.
|
|
26
|
+
*/
|
|
17
27
|
loginArrowPosition: string;
|
|
18
28
|
readonly TABLET_BREAKPOINT = 996;
|
|
19
29
|
private parentHeaderRight;
|
|
@@ -21,12 +31,21 @@ export declare class EclSiteHeaderLoginComponent extends ECLBaseDirective implem
|
|
|
21
31
|
constructor(eclAreaDataService: EclAreaDataService, eclRtlService: EclRtlService);
|
|
22
32
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
33
|
ngOnDestroy(): void;
|
|
34
|
+
/**
|
|
35
|
+
* Close the login popover on click outside.
|
|
36
|
+
*/
|
|
24
37
|
onClickOutsideMegaMenu(): void;
|
|
38
|
+
/**
|
|
39
|
+
* @returns classes for the login popover.
|
|
40
|
+
*/
|
|
25
41
|
getLoginBoxCssClasses(): string;
|
|
26
42
|
onLoginClick(evt: MouseEvent): void;
|
|
27
43
|
onLoginBoxToggle(evt: MouseEvent): void;
|
|
28
44
|
private onLoginBoxClose;
|
|
29
45
|
private handleRtlChangeState;
|
|
46
|
+
/**
|
|
47
|
+
* On resize -> calculate the popover arrow position, using parent element ecl-header html parameters.
|
|
48
|
+
*/
|
|
30
49
|
private handleSiteHeaderAreaChangeEvent;
|
|
31
50
|
private calculateLoginArrowPosition;
|
|
32
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderLoginComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-login.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/login/ecl-site-header-login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAoC,SAAS,EACrF,SAAS,EAAU,aAAa,EAAgD,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,gBAAgB,EAA4B,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;;AAEvE,qBAsBa,2BAA4B,SAAQ,gBAAiB,YAAW,SAAS,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-header-login.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/login/ecl-site-header-login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAoC,SAAS,EACrF,SAAS,EAAU,aAAa,EAAgD,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,gBAAgB,EAA4B,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;;AAEvE;;;GAGG;AACH,qBAsBa,2BAA4B,SAAQ,gBAAiB,YAAW,SAAS,EAAE,SAAS;IAsB3F,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,aAAa;IAtBiB,UAAU,UAAS;IACrC,KAAK,SAAsC;IAEnB,gBAAgB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAEpF,KAAK,wCAA+C;IACpD,cAAc,iDAAwD;IAEhF;;OAEG;IACI,gBAAgB,UAAS;IAChC;;OAEG;IACI,kBAAkB,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,iBAAiB,OAAO;IACjC,OAAO,CAAC,iBAAiB,CAAqB;IAC9C,OAAO,CAAC,QAAQ,CAA4C;gBAGlD,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAG,aAAa;IASvC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,WAAW,IAAI,IAAI;IAKnB;;OAEG;IAEH,sBAAsB,IAAI,IAAI;IAI9B;;OAEG;IACH,qBAAqB,IAAI,MAAM;IAI/B,YAAY,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAMnC,gBAAgB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAOvC,OAAO,CAAC,eAAe;IAQvB,OAAO,CAAC,oBAAoB;IAM5B;;OAEG;IACH,OAAO,CAAC,+BAA+B;IAQvC,OAAO,CAAC,2BAA2B;yCAjG1B,2BAA2B;2CAA3B,2BAA2B;yCAiH8l4c,OAAQ;CAD7o4c"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* This component is used as a wrapper around ecl-notification component, when used in the site-header. Adds specific class
|
|
5
|
+
* and methods to show/hide the notification.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclSiteHeaderNotificationComponent extends ECLBaseDirective {
|
|
4
8
|
get cssClasses(): string;
|
|
5
9
|
private display;
|
package/components/ecl-site-header/notification/ecl-site-header-notification.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-notification.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/notification/ecl-site-header-notification.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,kCAAmC,SAAQ,gBAAgB;IACpE,IACI,UAAU,IAAI,MAAM,CAEvB;IAC6B,OAAO,CAAC,OAAO,CAAM;IAEnD,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;yCAXL,kCAAkC;2CAAlC,kCAAkC;CAc9C"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-notification.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/notification/ecl-site-header-notification.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAKa,kCAAmC,SAAQ,gBAAgB;IACpE,IACI,UAAU,IAAI,MAAM,CAEvB;IAC6B,OAAO,CAAC,OAAO,CAAM;IAEnD,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;yCAXL,kCAAkC;2CAAlC,kCAAkC;CAc9C"}
|
|
@@ -1,16 +1,25 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Adds some specific classes for picture element, when used in the site header logo.
|
|
5
|
+
*/
|
|
3
6
|
export declare class EclSiteHeaderPictureDirective extends ECLBaseDirective {
|
|
4
7
|
className: string;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderPictureDirective, never>;
|
|
6
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteHeaderPictureDirective, "[eclSiteHeaderPicture]", never, {}, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* Adds some specific classes for <img> element, when used in the site header logo.
|
|
13
|
+
*/
|
|
8
14
|
export declare class EclSiteHeaderImageDirective extends ECLBaseDirective {
|
|
9
15
|
logoSize: string;
|
|
10
16
|
get cssClasses(): string;
|
|
11
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderImageDirective, never>;
|
|
12
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclSiteHeaderImageDirective, "[eclSiteHeaderImage]", never, {}, {}, never, never, false, never>;
|
|
13
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* Adds some specific classes for <a> element, when used in the site header logo.
|
|
22
|
+
*/
|
|
14
23
|
export declare class EclSiteHeaderLinkDirective extends ECLBaseDirective {
|
|
15
24
|
className: string;
|
|
16
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclSiteHeaderLinkDirective, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-picture.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/picture/ecl-site-header-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,SAAS,SAA0C;yCADhE,6BAA6B;2CAA7B,6BAA6B;CAEzC;AAED,qBAIa,2BAA4B,SAAQ,gBAAgB;IAC7D,QAAQ,EAAE,MAAM,CAAC;IAEjB,IACI,UAAU,IAAI,MAAM,CAKvB;yCATQ,2BAA2B;2CAA3B,2BAA2B;CAUvC;AAED,qBAIa,0BAA2B,SAAQ,gBAAgB;IACtC,SAAS,SAA8D;yCADpF,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
|
1
|
+
{"version":3,"file":"ecl-site-header-picture.directive.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/picture/ecl-site-header-picture.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;GAEG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IACzC,SAAS,SAA0C;yCADhE,6BAA6B;2CAA7B,6BAA6B;CAEzC;AAED;;GAEG;AACH,qBAIa,2BAA4B,SAAQ,gBAAgB;IAC7D,QAAQ,EAAE,MAAM,CAAC;IAEjB,IACI,UAAU,IAAI,MAAM,CAKvB;yCATQ,2BAA2B;2CAA3B,2BAA2B;CAUvC;AAED;;GAEG;AACH,qBAIa,0BAA2B,SAAQ,gBAAgB;IACtC,SAAS,SAA8D;yCADpF,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
|
@@ -7,17 +7,30 @@ import { EclSiteHeaderSearchEvent, EclSiteHeaderSearchToggleEvent } from '../eve
|
|
|
7
7
|
import { EclAreaDataService } from '../services/ecl-area-data.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare const ECL_SITE_HEADER_SEARCH_VALUE_ACCESSOR: Provider;
|
|
10
|
+
/**
|
|
11
|
+
* This component builds the search box in the ecl-site-header component. Adds specific style and functionality, emits
|
|
12
|
+
* events on search and search toggle.
|
|
13
|
+
*/
|
|
10
14
|
export declare class EclSiteHeaderSearchComponent extends ECLBaseDirective implements ControlValueAccessor, OnDestroy {
|
|
11
15
|
private eclAreaDataService;
|
|
12
16
|
private eclRtlService;
|
|
13
17
|
class: string;
|
|
18
|
+
/**
|
|
19
|
+
* The default role of the component is 'search', should not be changed.
|
|
20
|
+
*/
|
|
14
21
|
role: string;
|
|
15
22
|
searchInputText: string;
|
|
16
23
|
searchInputPlaceholder: string;
|
|
17
24
|
searchButtonLabel: string;
|
|
25
|
+
/**
|
|
26
|
+
* The search link element from the view, i.e. the search button.
|
|
27
|
+
*/
|
|
18
28
|
searchLinkElement: ElementRef<HTMLAnchorElement>;
|
|
19
29
|
search: EventEmitter<EclSiteHeaderSearchEvent>;
|
|
20
30
|
searchToggle: EventEmitter<EclSiteHeaderSearchToggleEvent>;
|
|
31
|
+
/**
|
|
32
|
+
* The arrow position of the serahc dropdown, when in mobile mode.
|
|
33
|
+
*/
|
|
21
34
|
searchArrowPosition: string;
|
|
22
35
|
isSearchBoxActive: boolean;
|
|
23
36
|
private onChange;
|
|
@@ -28,6 +41,10 @@ export declare class EclSiteHeaderSearchComponent extends ECLBaseDirective imple
|
|
|
28
41
|
ngOnDestroy(): void;
|
|
29
42
|
onSearch(evt: EclSearchFormEvent): boolean;
|
|
30
43
|
onSearchBoxToggle(evt: MouseEvent): void;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @returns The classes for the ecl search form.
|
|
47
|
+
*/
|
|
31
48
|
getSearchBoxCssClasses(): string;
|
|
32
49
|
onModelChange(newValue: string): void;
|
|
33
50
|
writeValue(value: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-site-header-search.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/search/ecl-site-header-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACyB,UAAU,EAAE,YAAY,EACpD,SAAS,EAAU,QAAQ,EAAa,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;AAEvE,eAAO,MAAM,qCAAqC,EAAE,QAInD,CAAC;AAMF,qBAaa,4BAA6B,SAAQ,gBAAiB,YAAW,oBAAoB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-site-header-search.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/search/ecl-site-header-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACyB,UAAU,EAAE,YAAY,EACpD,SAAS,EAAU,QAAQ,EAAa,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;;AAEvE,eAAO,MAAM,qCAAqC,EAAE,QAInD,CAAC;AAMF;;;GAGG;AACH,qBAaa,4BAA6B,SAAQ,gBAAiB,YAAW,oBAAoB,EAAE,SAAS;IAkC7F,OAAO,CAAC,kBAAkB;IAAsB,OAAO,CAAC,aAAa;IAjC3D,KAAK,SAAuC;IAClE;;OAEG;IACuB,IAAI,SAAY;IAEjC,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAEnC;;OAEG;IAC4C,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAItF,MAAM,yCAAgD;IACtD,YAAY,+CAAsD;IAE5E;;OAEG;IACI,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,UAAS;IAEjC,OAAO,CAAC,QAAQ,CAA0B;IAE1C,OAAO,CAAC,SAAS,CAA0B;IAE3C,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,iBAAiB,CAAqB;gBAE1B,kBAAkB,EAAE,kBAAkB,EAAU,aAAa,EAAE,aAAa;IAShG,WAAW,IAAI,IAAI;IAKnB,QAAQ,CAAC,GAAG,EAAE,kBAAkB,GAAG,OAAO;IAM1C,iBAAiB,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAOxC;;;OAGG;IACH,sBAAsB,IAAI,MAAM;IAIhC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMrC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,+BAA+B;IAQvC,OAAO,CAAC,gCAAgC;yCAvG/B,4BAA4B;2CAA5B,4BAA4B;CA+GxC"}
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { EclAreaChangeEvent } from '../events/ecl-area-change.event';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* This class is used for methods, that serve for communication between the components in ecl-side-header.
|
|
6
|
+
*/
|
|
4
7
|
export declare class EclAreaDataService {
|
|
5
8
|
dataSubject$: Observable<EclAreaChangeEvent>;
|
|
6
9
|
private dataSubject;
|
|
7
10
|
constructor();
|
|
11
|
+
/**
|
|
12
|
+
* When header is resized, some of it's chidren parameters for positioning on the screen need to be recalculated.
|
|
13
|
+
* This event publishes the new site header position, so that the chidren can adjust their position accordingly.
|
|
14
|
+
* @param event
|
|
15
|
+
*/
|
|
8
16
|
publishEvent(event: EclAreaChangeEvent): void;
|
|
9
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclAreaDataService, never>;
|
|
10
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<EclAreaDataService>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-area-data.service.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/services/ecl-area-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;;AAErE,qBACa,kBAAkB;IAEvB,YAAY,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAC;IACpD,OAAO,CAAC,WAAW,CAAkE;;IAMrF,YAAY,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"ecl-area-data.service.d.ts","sourceRoot":"","sources":["../../../../components/ecl-site-header/services/ecl-area-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;;AAErE;;GAEG;AACH,qBACa,kBAAkB;IAEvB,YAAY,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAC;IACpD,OAAO,CAAC,WAAW,CAAkE;;IAMrF;;;;OAIG;IACH,YAAY,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI;yCAdjC,kBAAkB;6CAAlB,kBAAkB;CAiB9B"}
|
|
@@ -1,8 +1,15 @@
|
|
|
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 tab label within ECL Tabs.
|
|
6
|
+
* Used as a container for the tab's visual label content.
|
|
7
|
+
*/
|
|
4
8
|
export declare class EclTabLabelComponent extends ECLBaseDirective {
|
|
5
9
|
el: ElementRef;
|
|
10
|
+
/**
|
|
11
|
+
* Reference to the host DOM element.
|
|
12
|
+
*/
|
|
6
13
|
constructor(el: ElementRef);
|
|
7
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclTabLabelComponent, never>;
|
|
8
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclTabLabelComponent, "ecl-tab-label", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-tab-label.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-tabs/ecl-tab-label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAKa,oBAAqB,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-tab-label.component.d.ts","sourceRoot":"","sources":["../../../components/ecl-tabs/ecl-tab-label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAKa,oBAAqB,SAAQ,gBAAgB;IAInC,EAAE,EAAE,UAAU;IAHjC;;OAEG;gBACgB,EAAE,EAAE,UAAU;yCAJxB,oBAAoB;2CAApB,oBAAoB;CAOhC"}
|