@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
|
@@ -6,6 +6,10 @@ import { EclIconComponent } from '@eui/ecl/components/ecl-icon';
|
|
|
6
6
|
import { EclMenuItem } from '../models/ecl-menu-item.model';
|
|
7
7
|
import { EclMenuItemKeydownEvent, EclMenuItemSelectEvent } from '../events/ecl-menu-item.event';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
/**
|
|
10
|
+
* This component represents a sub-menu item, that is on the second level of the ecl-menu.
|
|
11
|
+
* Adds some custom styling and functionality.
|
|
12
|
+
*/
|
|
9
13
|
export declare class EclMenuMegaItemComponent extends ECLBaseDirective implements EclMenuItem, AfterViewInit {
|
|
10
14
|
private renderer;
|
|
11
15
|
id: string;
|
|
@@ -16,14 +20,29 @@ export declare class EclMenuMegaItemComponent extends ECLBaseDirective implement
|
|
|
16
20
|
href: string;
|
|
17
21
|
target: string;
|
|
18
22
|
cmpClass: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The default role of the DOM element is 'listitem', should not be changed.
|
|
25
|
+
*/
|
|
19
26
|
role: string;
|
|
20
27
|
isCurrent: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* An additional item, that represents a link.
|
|
30
|
+
*/
|
|
21
31
|
isSeeAll: boolean;
|
|
22
32
|
linkExtraAttributes: {
|
|
23
33
|
[key: string]: string;
|
|
24
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
* If menu item includes any icon, added by the user (for example for 'external' link).
|
|
37
|
+
*/
|
|
25
38
|
iconComponents: QueryList<EclIconComponent>;
|
|
39
|
+
/**
|
|
40
|
+
* If menu item includes any links, added by the user.
|
|
41
|
+
*/
|
|
26
42
|
links: QueryList<EclLinkDirective>;
|
|
43
|
+
/**
|
|
44
|
+
* The actual link of the menu item.
|
|
45
|
+
*/
|
|
27
46
|
megaMenuLink: ElementRef;
|
|
28
47
|
menuItemSelect: EventEmitter<EclMenuItemSelectEvent>;
|
|
29
48
|
menuItemKeydown: EventEmitter<EclMenuItemKeydownEvent>;
|
|
@@ -32,11 +51,24 @@ export declare class EclMenuMegaItemComponent extends ECLBaseDirective implement
|
|
|
32
51
|
children: Array<EclMenuItem>;
|
|
33
52
|
constructor(renderer: Renderer2);
|
|
34
53
|
ngAfterViewInit(): void;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @param evt This event is emited, when the menu item is clicked.
|
|
57
|
+
*/
|
|
35
58
|
onItemClick(evt: Event): void;
|
|
36
59
|
onHostClick(evt: MouseEvent): void;
|
|
60
|
+
/**
|
|
61
|
+
* When the item is the current active item, the 'aria-current' attribute is set to 'page'.
|
|
62
|
+
*/
|
|
37
63
|
get ariaCurrent(): string | null;
|
|
64
|
+
/**
|
|
65
|
+
* Focus should be set on the underlying <a> element.
|
|
66
|
+
*/
|
|
38
67
|
onFocus(): void;
|
|
39
68
|
onKeydown(evt: Event): void;
|
|
69
|
+
/**
|
|
70
|
+
* Adds specific classes to content children (icons or links).
|
|
71
|
+
*/
|
|
40
72
|
private manageContentChildren;
|
|
41
73
|
private setExtraAttributesForLink;
|
|
42
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclMenuMegaItemComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-menu-mega-item.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAGb,UAAU,EACV,YAAY,EAKZ,SAAS,EACT,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEhG,qBAYa,wBAAyB,SAAQ,gBAAiB,YAAW,WAAW,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"ecl-menu-mega-item.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAGb,UAAU,EACV,YAAY,EAKZ,SAAS,EACT,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;;AAEhG;;;GAGG;AACH,qBAYa,wBAAyB,SAAQ,gBAAiB,YAAW,WAAW,EAAE,aAAa;IA0CpF,OAAO,CAAC,QAAQ;IAzCnB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IAEd,UAAU,EAAE,MAAM,GAAG,GAAG,EAAE,CAAQ;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,mBAAmB,EAAE,mBAAmB,CAAQ;IAChD,IAAI,SAAM;IACV,MAAM,SAAM;IACmB,QAAQ,UAAQ;IACxD;;OAEG;IACuB,IAAI,SAAc;IAC6C,SAAS,UAAS;IAC3G;;OAEG;IAC6E,QAAQ,UAAS;IACxF,mBAAmB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAExD;;OAEG;IACkD,cAAc,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACjG;;OAEG;IACkD,KAAK,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACxF;;OAEG;IACwB,YAAY,EAAE,UAAU,CAAA;IAEzC,cAAc,uCAA8C;IAC5D,eAAe,wCAA+C;IAExE,WAAW,UAAS;IACpB,UAAU,UAAQ;IAElB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;gBAEd,QAAQ,EAAE,SAAS;IAIvC,eAAe,IAAI,IAAI;IAKvB;;;OAGG;IACH,WAAW,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAS7B,WAAW,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAIlC;;OAEG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;OAEG;IACH,OAAO,IAAI,IAAI;IAIf,SAAS,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAO3B;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAkB7B,OAAO,CAAC,yBAAyB;yCA9GxB,wBAAwB;2CAAxB,wBAAwB;wCAwH6u4c,OAAQ;uCAAR,OAAQ;CADzx4c"}
|
|
@@ -3,13 +3,26 @@ import { EclMenuMegaItemComponent } from './ecl-menu-mega-item.component';
|
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import { EclMenuItemSelectEvent } from '../events';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* This component acts as a wrapper for the second level of menu items, that are children of one root item.
|
|
8
|
+
* Provides functionality for some common events like keyboard navigation and manages relations between sub items.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclMenuMegaComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
7
11
|
private differs;
|
|
8
12
|
el: ElementRef;
|
|
9
13
|
isRtlDisplay: boolean | any;
|
|
14
|
+
/**
|
|
15
|
+
* List of the sub items.
|
|
16
|
+
*/
|
|
10
17
|
eclMenuMegaItems: QueryList<EclMenuMegaItemComponent>;
|
|
11
18
|
menuItemSelect: EventEmitter<EclMenuItemSelectEvent>;
|
|
19
|
+
/**
|
|
20
|
+
* Used in keyboard navigation, when focus has to be moved to the parent item.
|
|
21
|
+
*/
|
|
12
22
|
menuMegaItemParentFocus: EventEmitter<EclMenuItemSelectEvent>;
|
|
23
|
+
/**
|
|
24
|
+
* Used when kyboard navigation with TAB reaches the last sub item.
|
|
25
|
+
*/
|
|
13
26
|
menuMegaLastItemTab: EventEmitter<void>;
|
|
14
27
|
offsetLeft: number | null;
|
|
15
28
|
offsetRight: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-menu-mega.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,SAAS,EACT,gBAAgB,EAChB,SAAS,EAET,YAAY,EAGZ,eAAe,EAEf,UAAU,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,OAAO,EAA2B,sBAAsB,EAAE,MAAM,WAAW,CAAC;;AAE5E,qBAKa,oBAAqB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-menu-mega.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,SAAS,EACT,gBAAgB,EAChB,SAAS,EAET,YAAY,EAGZ,eAAe,EAEf,UAAU,EACb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,OAAO,EAA2B,sBAAsB,EAAE,MAAM,WAAW,CAAC;;AAE5E;;;GAGG;AACH,qBAKa,oBAAqB,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;IAiCzF,OAAO,CAAC,OAAO;IACR,EAAE,EAAE,UAAU;IA/BiB,YAAY,EAAE,OAAO,GAAG,GAAG,CAAS;IAE9E;;OAEG;IACwC,gBAAgB,EAAE,SAAS,CAAC,wBAAwB,CAAC,CAAC;IAEvF,cAAc,uCAA8C;IACtE;;OAEG;IACO,uBAAuB,uCAA8C;IAC/E;;OAEG;IACO,mBAAmB,qBAA4B;IAE3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1D,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,OAAO,CAAC,MAAM,CAA2C;IACzD,OAAO,CAAC,IAAI,CAA4C;IACxD,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,OAAO,EAAE,eAAe,EACzB,EAAE,EAAE,UAAU;IAMzB,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;IAKnB,kBAAkB,IAAI,IAAI;IAM1B,OAAO,CAAC,mCAAmC;IAI3C,OAAO,CAAC,iBAAiB;IAczB,OAAO,CAAC,qBAAqB;IAS7B,OAAO,CAAC,iBAAiB;IA8BzB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,qBAAqB;yCA9JpB,oBAAoB;2CAApB,oBAAoB;CAiKhC"}
|
package/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.d.ts
CHANGED
|
@@ -6,6 +6,10 @@ import { EclMultiselectOptionDirective } from '../ecl-multiselect-option.directi
|
|
|
6
6
|
import { EclMultiselectOptionComponent } from '../ecl-multiselect-option/ecl-multiselect-option.component';
|
|
7
7
|
import { EclMultiselectMainInputClickEvent, EclMultiselectOptionClickEvent, EclMultiselectOptionKeydownEvent } from '../events';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
/**
|
|
10
|
+
* Component that renders a dropdown-style multiselect UI element.
|
|
11
|
+
* Used internally by the `EclMultiselectComponent`.
|
|
12
|
+
*/
|
|
9
13
|
export declare class EclMultiselectDropdownComponent extends ECLBaseDirective implements OnInit, ControlValueAccessor, DoCheck, OnDestroy {
|
|
10
14
|
private elRef;
|
|
11
15
|
private differs;
|
|
@@ -16,25 +20,79 @@ export declare class EclMultiselectDropdownComponent extends ECLBaseDirective im
|
|
|
16
20
|
closeBtn: ElementRef;
|
|
17
21
|
clearAllBtn: ElementRef;
|
|
18
22
|
multiOptionComponents: QueryList<EclMultiselectOptionComponent>;
|
|
23
|
+
/**
|
|
24
|
+
* Emits the list of selected values whenever the selection changes.
|
|
25
|
+
*/
|
|
19
26
|
eclChange: EventEmitter<string[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Marks the component as visually invalid.
|
|
29
|
+
*/
|
|
20
30
|
get isInvalid(): boolean | undefined;
|
|
21
31
|
set isInvalid(value: boolean | undefined);
|
|
32
|
+
/**
|
|
33
|
+
* Adds the ECL base CSS class for multiselect dropdowns.
|
|
34
|
+
*/
|
|
22
35
|
get cssClasses(): string;
|
|
36
|
+
/**
|
|
37
|
+
* Placeholder for the main multiselect input.
|
|
38
|
+
*/
|
|
23
39
|
mainInputPlaceholder: string;
|
|
40
|
+
/**
|
|
41
|
+
* Placeholder for the search field input.
|
|
42
|
+
*/
|
|
24
43
|
searchFieldPlaceholder: string;
|
|
44
|
+
/**
|
|
45
|
+
* Size of the multiselect dropdown (e.g., 'm', 'l').
|
|
46
|
+
*/
|
|
25
47
|
eclSize: string;
|
|
48
|
+
/**
|
|
49
|
+
* Disables the component when true.
|
|
50
|
+
*/
|
|
26
51
|
get disabled(): boolean | undefined;
|
|
27
52
|
set disabled(value: boolean | undefined);
|
|
53
|
+
/**
|
|
54
|
+
* Optional ARIA description used for accessibility purposes.
|
|
55
|
+
*/
|
|
28
56
|
ariaDescribedby: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Optional ARIA label reference for screen readers.
|
|
59
|
+
*/
|
|
29
60
|
ariaLabeledby: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Label displayed for the toggle button to assist screen readers.
|
|
63
|
+
*/
|
|
30
64
|
toggleLabel: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Enables the search box in the dropdown interface.
|
|
67
|
+
*/
|
|
31
68
|
hasSearchBox: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Displays the "Select all" checkbox above the list of options.
|
|
71
|
+
*/
|
|
32
72
|
hasSelectAll: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Optional identifier used for the dropdown element.
|
|
75
|
+
*/
|
|
33
76
|
id: string;
|
|
77
|
+
/**
|
|
78
|
+
* Indicates that the "no results found" message should be displayed.
|
|
79
|
+
*/
|
|
34
80
|
isShowNoResultsFound: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Controls the visibility of the multiselect dropdown.
|
|
83
|
+
*/
|
|
35
84
|
isShowMultiselectDropdown: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* List of option directives currently rendered in the dropdown.
|
|
87
|
+
*/
|
|
36
88
|
multiOptionDirectives: EclMultiselectOptionDirective[];
|
|
89
|
+
/**
|
|
90
|
+
* Reactive form group managing internal form state.
|
|
91
|
+
*/
|
|
37
92
|
form: FormGroup;
|
|
93
|
+
/**
|
|
94
|
+
* Total number of options available in the dropdown list.
|
|
95
|
+
*/
|
|
38
96
|
optionsCount: number;
|
|
39
97
|
protected dropdownId: string;
|
|
40
98
|
protected isSelectAllDisabled: boolean | null;
|
|
@@ -51,14 +109,39 @@ export declare class EclMultiselectDropdownComponent extends ECLBaseDirective im
|
|
|
51
109
|
ngDoCheck(): void;
|
|
52
110
|
ngOnInit(): void;
|
|
53
111
|
ngOnDestroy(): void;
|
|
112
|
+
/**
|
|
113
|
+
* Writes a new value to the component from the outside (e.g., form model).
|
|
114
|
+
* Required by ControlValueAccessor.
|
|
115
|
+
*/
|
|
54
116
|
writeValue(values: any): void;
|
|
117
|
+
/**
|
|
118
|
+
* Registers a callback function to be called when the value changes.
|
|
119
|
+
* Required by ControlValueAccessor.
|
|
120
|
+
*/
|
|
55
121
|
registerOnChange(fn: any): void;
|
|
122
|
+
/**
|
|
123
|
+
* Registers a callback function to be called when the component is touched.
|
|
124
|
+
* Required by ControlValueAccessor.
|
|
125
|
+
*/
|
|
56
126
|
registerOnTouched(fn: any): void;
|
|
127
|
+
/**
|
|
128
|
+
* Enables or disables the component.
|
|
129
|
+
* Required by ControlValueAccessor.
|
|
130
|
+
*/
|
|
57
131
|
setDisabledState(isDisabled: boolean): void;
|
|
58
132
|
onEscapeKey(event: KeyboardEvent): void;
|
|
59
133
|
onKeyUp(event: MouseEvent): void;
|
|
134
|
+
/**
|
|
135
|
+
* Gets labels of currently selected options.
|
|
136
|
+
*/
|
|
60
137
|
get selectedItems(): string[];
|
|
138
|
+
/**
|
|
139
|
+
* Indicates if any options are currently selected.
|
|
140
|
+
*/
|
|
61
141
|
get isItemsSelected(): boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Controls the visibility of the multiselect toolbar.
|
|
144
|
+
*/
|
|
62
145
|
get isShowToolbar(): boolean;
|
|
63
146
|
initSelectedOptions(): void;
|
|
64
147
|
onClickClearAll(evt: Event): void;
|
|
@@ -78,9 +161,23 @@ export declare class EclMultiselectDropdownComponent extends ECLBaseDirective im
|
|
|
78
161
|
onArrowDownSelectAll(evt: Event): void;
|
|
79
162
|
onArrowUpSelectAll(evt: Event): void;
|
|
80
163
|
onEnterSelectAll(evt: Event): void;
|
|
164
|
+
/**
|
|
165
|
+
* Handles search input, filters options, and updates their visibility.
|
|
166
|
+
*/
|
|
81
167
|
onSearch(input: EventTarget): void;
|
|
168
|
+
/**
|
|
169
|
+
* Toggles all visible options based on the "Select All" checkbox.
|
|
170
|
+
*/
|
|
82
171
|
onSelectAll(): void;
|
|
172
|
+
/**
|
|
173
|
+
* Handles keyboard interaction on option items.
|
|
174
|
+
* Supports arrow keys, tab, escape, and enter.
|
|
175
|
+
*/
|
|
83
176
|
onKeydownOption(evt: EclMultiselectOptionKeydownEvent): void;
|
|
177
|
+
/**
|
|
178
|
+
* Triggered when a single option is clicked/selected.
|
|
179
|
+
* Updates selected items, emits changes.
|
|
180
|
+
*/
|
|
84
181
|
onOptionSelected(evt: EclMultiselectOptionClickEvent): void;
|
|
85
182
|
private selectAllActiveOptions;
|
|
86
183
|
private unselectAllActiveOptions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-multiselect-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,OAAO,EACP,UAAU,EACV,YAAY,EAMZ,eAAe,EACf,SAAS,EACT,MAAM,EAEN,SAAS,EACT,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAqB,MAAM,gBAAgB,CAAC;AAGpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AACxG,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4DAA4D,CAAC;AAE3G,OAAO,EAAE,iCAAiC,EAAE,8BAA8B,EAAE,gCAAgC,EAAE,MAAM,WAAW,CAAC;;AAEhI,qBAaa,+BAAgC,SAAQ,gBAAiB,YAAW,MAAM,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"ecl-multiselect-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.ts"],"names":[],"mappings":"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"}
|
package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts
CHANGED
|
@@ -3,34 +3,108 @@ import { ECLBaseDirective } from '@eui/ecl/core';
|
|
|
3
3
|
import { EclThemeService } from '@eui/ecl/core';
|
|
4
4
|
import { EclMultiselectMainInputClickEvent } from '../events';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Component representing the main input of a multiselect component.
|
|
8
|
+
* Handles displaying selected items, opening the dropdown, and managing accessibility.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclMultiselectInputComponent extends ECLBaseDirective {
|
|
7
11
|
private eclThemeService;
|
|
8
12
|
private renderer;
|
|
13
|
+
/**
|
|
14
|
+
* Size modifier for the multiselect input (e.g., 's', 'm', 'l').
|
|
15
|
+
*/
|
|
9
16
|
eclSize: string;
|
|
17
|
+
/**
|
|
18
|
+
* ID of the toggle button element (used for accessibility).
|
|
19
|
+
*/
|
|
10
20
|
toggleId: string;
|
|
21
|
+
/**
|
|
22
|
+
* Label for the toggle button (optional).
|
|
23
|
+
*/
|
|
11
24
|
toggleLabel: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Marks the component as disabled.
|
|
27
|
+
*/
|
|
12
28
|
isDisabled: boolean | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Marks the component as being in an invalid state.
|
|
31
|
+
*/
|
|
13
32
|
isInvalid: boolean | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* CSS classes for the component, including size and inherited classes.
|
|
35
|
+
*/
|
|
14
36
|
get cssClasses(): string;
|
|
37
|
+
/**
|
|
38
|
+
* Placeholder text for the input when no items are selected.
|
|
39
|
+
*/
|
|
15
40
|
inputPlaceholder: string;
|
|
41
|
+
/**
|
|
42
|
+
* Array of currently selected item labels.
|
|
43
|
+
*/
|
|
16
44
|
selectedItems: any[];
|
|
45
|
+
/**
|
|
46
|
+
* Indicates that the dropdown is currently expanded.
|
|
47
|
+
*/
|
|
17
48
|
isDropdownExpanded: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* ARIA controls attribute for accessibility.
|
|
51
|
+
*/
|
|
18
52
|
ariaControls: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* ARIA describedby attribute for accessibility.
|
|
55
|
+
*/
|
|
19
56
|
ariaDescribedby: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* ARIA labelledby attribute for accessibility.
|
|
59
|
+
*/
|
|
20
60
|
ariaLabeledby: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Reference to the internal input element.
|
|
63
|
+
*/
|
|
21
64
|
inputMultiselect: ElementRef;
|
|
65
|
+
/**
|
|
66
|
+
* Event emitted when the input is clicked.
|
|
67
|
+
*/
|
|
22
68
|
mainInputClick: EventEmitter<EclMultiselectMainInputClickEvent>;
|
|
69
|
+
/**
|
|
70
|
+
* Event emitted when a key is pressed on the input.
|
|
71
|
+
*/
|
|
23
72
|
mainInputKeydown: EventEmitter<Event>;
|
|
24
73
|
private readonly ICON_SIZE_FOR_EC_THEME_ON;
|
|
25
74
|
private readonly ICON_SIZE_FOR_EU_THEME_ON;
|
|
26
75
|
constructor(eclThemeService: EclThemeService, renderer: Renderer2);
|
|
76
|
+
/**
|
|
77
|
+
* Returns the label text shown inside the button.
|
|
78
|
+
*/
|
|
27
79
|
get buttonText(): string;
|
|
80
|
+
/**
|
|
81
|
+
* Returns the count of selected items.
|
|
82
|
+
*/
|
|
28
83
|
get selectedItemsCount(): number;
|
|
84
|
+
/**
|
|
85
|
+
* Displays a count badge when items are selected.
|
|
86
|
+
*/
|
|
29
87
|
get isShowCounter(): boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Indicates that the dropdown is expanded (active).
|
|
90
|
+
*/
|
|
30
91
|
get isActive(): boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Returns icon size depending on the theme.
|
|
94
|
+
*/
|
|
31
95
|
get sizeIcon(): string;
|
|
96
|
+
/**
|
|
97
|
+
* Handles click on the input container. Emits custom event with original DOM event.
|
|
98
|
+
*/
|
|
32
99
|
onClick(evt: Event): void;
|
|
100
|
+
/**
|
|
101
|
+
* Handles keydown events on the input.
|
|
102
|
+
* Only emits event on ArrowDown, Enter, or Space keys.
|
|
103
|
+
*/
|
|
33
104
|
onKeydown(evt: KeyboardEvent): void;
|
|
105
|
+
/**
|
|
106
|
+
* Focuses the multiselect input element.
|
|
107
|
+
*/
|
|
34
108
|
onFocus(): void;
|
|
35
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclMultiselectInputComponent, never>;
|
|
36
110
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclMultiselectInputComponent, "div[eclMultiselectInput]", never, { "eclSize": { "alias": "eclSize"; "required": false; }; "toggleId": { "alias": "toggleId"; "required": false; }; "toggleLabel": { "alias": "toggleLabel"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isInvalid": { "alias": "isInvalid"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "isDropdownExpanded": { "alias": "isDropdownExpanded"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "ariaLabeledby": { "alias": "ariaLabeledby"; "required": false; }; }, { "mainInputClick": "mainInputClick"; "mainInputKeydown": "mainInputKeydown"; }, never, never, false, never>;
|
package/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-multiselect-input.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAA8B,SAAS,EAA+B,MAAM,eAAe,CAAC;AAExI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;;AAE9D,qBAMa,4BAA6B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-multiselect-input.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAA8B,SAAS,EAA+B,MAAM,eAAe,CAAC;AAExI,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;;AAE9D;;;GAGG;AACH,qBAMa,4BAA6B,SAAQ,gBAAgB;IA0FlD,OAAO,CAAC,eAAe;IAAmB,OAAO,CAAC,QAAQ;IAxFtE;;OAEG;IACM,OAAO,SAAO;IAEvB;;OAEG;IACM,QAAQ,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACM,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IAErD;;OAEG;IAGH,UAAU,EAAE,OAAO,GAAG,SAAS,CAAS;IAExC;;OAEG;IAGH,SAAS,EAAE,OAAO,GAAG,SAAS,CAAS;IAEvC;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAKvB;IAED;;OAEG;IACM,gBAAgB,EAAE,MAAM,CAAC;IAElC;;OAEG;IACM,aAAa,QAAM;IAE5B;;OAEG;IACM,kBAAkB,UAAS;IAEpC;;OAEG;IACM,YAAY,EAAE,MAAM,GAAG,SAAS,CAAa;IAEtD;;OAEG;IACM,eAAe,EAAE,MAAM,GAAG,SAAS,CAAa;IAEzD;;OAEG;IACM,aAAa,EAAE,MAAM,GAAG,SAAS,CAAa;IAEvD;;OAEG;IAC4B,gBAAgB,EAAE,UAAU,CAAC;IAE5D;;OAEG;IACO,cAAc,kDAAyD;IAEjF;;OAEG;IACO,gBAAgB,sBAA6B;IAEvD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAQ;IAClD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAO;gBAE7B,eAAe,EAAE,eAAe,EAAU,QAAQ,EAAE,SAAS;IAIjF;;OAEG;IACH,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACH,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED;;OAEG;IACH,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,MAAM,CAMrB;IAED;;OAEG;IACH,OAAO,CAAC,GAAG,EAAE,KAAK,GAAG,IAAI;IAIzB;;;OAGG;IACH,SAAS,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI;IAenC;;OAEG;IACH,OAAO,IAAI,IAAI;yCAlKN,4BAA4B;2CAA5B,4BAA4B;yCAsKkv4c,OAAQ;wCAAR,OAAQ;CADly4c"}
|
package/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.d.ts
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Component representing an option group (fieldset) in a multiselect component.
|
|
5
|
+
* Used to group related options under a common label.
|
|
6
|
+
*/
|
|
3
7
|
export declare class EclMultiselectOptgroupComponent extends ECLBaseDirective {
|
|
8
|
+
/**
|
|
9
|
+
* The visible label for the option group.
|
|
10
|
+
*/
|
|
4
11
|
label: string;
|
|
12
|
+
/**
|
|
13
|
+
* Returns the computed CSS classes for the optgroup container.
|
|
14
|
+
*/
|
|
5
15
|
get cssClasses(): string;
|
|
6
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclMultiselectOptgroupComponent, never>;
|
|
7
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<EclMultiselectOptgroupComponent, "fieldset[eclMultiselectOptgroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-multiselect-optgroup.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAMa,+BAAgC,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-multiselect-optgroup.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAMa,+BAAgC,SAAQ,gBAAgB;IAEjE;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;yCAbQ,+BAA+B;2CAA/B,+BAA+B;CAc3C"}
|
package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts
CHANGED
|
@@ -5,35 +5,77 @@ import { EclMultiselectOption } from '../models/ecl-multiselect-option.model';
|
|
|
5
5
|
import { EclMultiselectOptionClickEvent, EclMultiselectOptionKeydownEvent } from '../events/ecl-multiselect-option.event';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@eui/ecl/components/ecl-checkbox";
|
|
8
|
+
/**
|
|
9
|
+
* Component representing a single selectable option in the multiselect dropdown.
|
|
10
|
+
*/
|
|
8
11
|
export declare class EclMultiselectOptionComponent extends ECLBaseDirective implements EclMultiselectOption, OnChanges, OnDestroy, OnInit {
|
|
9
12
|
private renderer;
|
|
10
13
|
eclCheckboxInput: ElementRef;
|
|
11
14
|
keyword: string;
|
|
12
15
|
set value(value: string);
|
|
13
16
|
get value(): string;
|
|
17
|
+
/**
|
|
18
|
+
* Display label for the option.
|
|
19
|
+
*/
|
|
14
20
|
label: string;
|
|
15
21
|
changes: Subject<unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Disables the option when true.
|
|
24
|
+
*/
|
|
16
25
|
disabled: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Emits when the option is clicked.
|
|
28
|
+
*/
|
|
17
29
|
optionClick: EventEmitter<EclMultiselectOptionClickEvent>;
|
|
30
|
+
/**
|
|
31
|
+
* Emits when a key is pressed while focused on the option.
|
|
32
|
+
*/
|
|
18
33
|
optionKeydown: EventEmitter<EclMultiselectOptionKeydownEvent>;
|
|
19
34
|
private display;
|
|
20
35
|
get cssClasses(): string;
|
|
36
|
+
/**
|
|
37
|
+
* Indicates whether the option is selected.
|
|
38
|
+
*/
|
|
21
39
|
get isChecked(): boolean;
|
|
22
40
|
set isChecked(value: boolean);
|
|
23
41
|
private _id;
|
|
24
42
|
private _checked;
|
|
25
43
|
private _value;
|
|
26
44
|
constructor(renderer: Renderer2);
|
|
45
|
+
/**
|
|
46
|
+
* Returns the unique identifier for the option.
|
|
47
|
+
*/
|
|
27
48
|
get id(): string;
|
|
49
|
+
/**
|
|
50
|
+
* Indicates whether the option is active (visible and not disabled).
|
|
51
|
+
*/
|
|
28
52
|
get isActive(): boolean;
|
|
29
53
|
ngOnChanges(): void;
|
|
30
54
|
ngOnInit(): void;
|
|
31
55
|
ngOnDestroy(): void;
|
|
56
|
+
/**
|
|
57
|
+
* Toggles the selected state and emits the optionClick event.
|
|
58
|
+
*/
|
|
32
59
|
onOptionClick(): void;
|
|
60
|
+
/**
|
|
61
|
+
* Emits the optionKeydown event when a key is pressed.
|
|
62
|
+
*/
|
|
33
63
|
onOptionKeydown(evt: KeyboardEvent): void;
|
|
64
|
+
/**
|
|
65
|
+
* Focuses the checkbox input.
|
|
66
|
+
*/
|
|
34
67
|
onFocus(): void;
|
|
68
|
+
/**
|
|
69
|
+
* Makes the option visible.
|
|
70
|
+
*/
|
|
35
71
|
show(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Hides the option from view.
|
|
74
|
+
*/
|
|
36
75
|
hide(): void;
|
|
76
|
+
/**
|
|
77
|
+
* Sets the keyword for search highlighting.
|
|
78
|
+
*/
|
|
37
79
|
highlightSearchText(keyword: string): void;
|
|
38
80
|
private createId;
|
|
39
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclMultiselectOptionComponent, never>;
|
package/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-multiselect-option.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecl-multiselect-option.component.d.ts","sourceRoot":"","sources":["../../../../components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,UAAU,EACV,YAAY,EAGZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EACH,8BAA8B,EAC9B,gCAAgC,EACnC,MAAM,wCAAwC,CAAC;;;AAEhD;;GAEG;AACH,qBAOa,6BAA8B,SAAQ,gBAAiB,YAAW,oBAAoB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM;IA8DhH,OAAO,CAAC,QAAQ;IA7DD,gBAAgB,EAAE,UAAU,CAAC;IAEzD,OAAO,SAAM;IAEb,IACI,KAAK,CAAC,KAAK,EAAE,MAAM,EAEtB;IAED,IAAI,KAAK,IAAI,MAAM,CAElB;IAED;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB,OAAO,mBAAiB;IAExB;;OAEG;IAIH,QAAQ,UAAS;IAEjB;;OAEG;IACO,WAAW,+CAAsD;IAE3E;;OAEG;IACO,aAAa,iDAAwD;IAEjD,OAAO,CAAC,OAAO,CAAU;IAEvD,IACI,UAAU,IAAI,MAAM,CAEvB;IAED;;OAEG;IACH,IACI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,SAAS,CAAC,KAAK,EAAE,OAAO,EAE3B;IAED,OAAO,CAAC,GAAG,CAAM;IACjB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,MAAM,CAAM;gBAEC,QAAQ,EAAE,SAAS;IAIxC;;OAEG;IACH,IAAI,EAAE,IAAI,MAAM,CAEf;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB;;OAEG;IACH,aAAa,IAAI,IAAI;IAKrB;;OAEG;IACH,eAAe,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI;IAIzC;;OAEG;IACH,OAAO,IAAI,IAAI;IAIf;;OAEG;IACH,IAAI,IAAI,IAAI;IAIZ;;OAEG;IACH,IAAI,IAAI,IAAI;IAIZ;;OAEG;IACH,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAM1C,OAAO,CAAC,QAAQ;yCAzIP,6BAA6B;2CAA7B,6BAA6B;uCA6Iiq6c,OAAQ;CADlt6c"}
|
|
@@ -3,20 +3,48 @@ import { ElementRef, QueryList } from '@angular/core';
|
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
4
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Directive used to decorate <option> and <optgroup> elements within a multiselect.
|
|
8
|
+
* Adds support for value, label, disabled, selected states and styling.
|
|
9
|
+
*/
|
|
6
10
|
export declare class EclMultiselectOptionDirective extends ECLBaseDirective {
|
|
7
11
|
private elRef;
|
|
12
|
+
/**
|
|
13
|
+
* Nested option directives (used for optgroups).
|
|
14
|
+
*/
|
|
8
15
|
eclOptionItems: QueryList<EclMultiselectOptionDirective>;
|
|
16
|
+
/**
|
|
17
|
+
* Value assigned to the option.
|
|
18
|
+
*/
|
|
9
19
|
value: string;
|
|
20
|
+
/**
|
|
21
|
+
* Label displayed for the option.
|
|
22
|
+
*/
|
|
10
23
|
label: string;
|
|
24
|
+
/**
|
|
25
|
+
* Emits whenever the option's state changes (used internally).
|
|
26
|
+
*/
|
|
11
27
|
changes: Subject<unknown>;
|
|
28
|
+
/**
|
|
29
|
+
* Indicates that the option is disabled.
|
|
30
|
+
*/
|
|
12
31
|
get disabled(): boolean;
|
|
13
32
|
set disabled(value: BooleanInput);
|
|
14
33
|
private _disabled;
|
|
34
|
+
/**
|
|
35
|
+
* Indicates that the option is selected.
|
|
36
|
+
*/
|
|
15
37
|
get selected(): boolean;
|
|
16
38
|
set selected(value: boolean);
|
|
17
39
|
private _selected;
|
|
40
|
+
/**
|
|
41
|
+
* Applies ECL checkbox styling class to the option.
|
|
42
|
+
*/
|
|
18
43
|
get cssClasses(): string;
|
|
19
44
|
constructor(elRef: ElementRef);
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if this directive is applied to an <optgroup> element.
|
|
47
|
+
*/
|
|
20
48
|
isOptGroup(): boolean;
|
|
21
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<EclMultiselectOptionDirective, never>;
|
|
22
50
|
static ɵdir: i0.ɵɵDirectiveDeclaration<EclMultiselectOptionDirective, "optgroup[eclMultiselectOptgroup], option[eclMultiselectOption]", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, ["eclOptionItems"], never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecl-multiselect-option.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-multiselect/ecl-multiselect-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAA8B,UAAU,EAAsB,SAAS,EAAE,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD,qBAIa,6BAA8B,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ecl-multiselect-option.directive.d.ts","sourceRoot":"","sources":["../../../components/ecl-multiselect/ecl-multiselect-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAyB,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAA8B,UAAU,EAAsB,SAAS,EAAE,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEjD;;;GAGG;AACH,qBAIa,6BAA8B,SAAQ,gBAAgB;IAuDnD,OAAO,CAAC,KAAK;IAtDzB;;OAEG;IAC6C,cAAc,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAEzG;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,OAAO,mBAAiB;IAExB;;OAEG;IACH,IAEI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,EAE/B;IACD,OAAO,CAAC,SAAS,CAAS;IAE1B;;OAEG;IACH,IAEI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAHF,OAGE,EAEjB;IACD,OAAO,CAAC,SAAS,CAAS;IAE1B;;OAEG;IACH,IACI,UAAU,IAAI,MAAM,CAEvB;gBAEmB,KAAK,EAAE,UAAU;IAIrC;;OAEG;IACH,UAAU,IAAI,OAAO;yCA9DZ,6BAA6B;2CAA7B,6BAA6B;CAiEzC"}
|
|
@@ -3,6 +3,12 @@ import { DoCheck, ElementRef, EventEmitter, Injector, IterableDiffers, OnDestroy
|
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import { EclMultiselectOptionDirective } from './ecl-multiselect-option.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Component representing a custom multiselect input using the ECL design system.
|
|
8
|
+
*
|
|
9
|
+
* Should be used on a native <select> element to enhance it with ECL multiselect behavior.
|
|
10
|
+
* Replaces the original element with a custom dropdown rendered dynamically.
|
|
11
|
+
*/
|
|
6
12
|
export declare class EclMultiselectComponent extends ECLBaseDirective implements DoCheck, OnInit, OnDestroy {
|
|
7
13
|
injector: Injector;
|
|
8
14
|
private el;
|
|
@@ -10,21 +16,60 @@ export declare class EclMultiselectComponent extends ECLBaseDirective implements
|
|
|
10
16
|
private differs;
|
|
11
17
|
private renderer;
|
|
12
18
|
private platformId;
|
|
19
|
+
/**
|
|
20
|
+
* List of option directives projected into the component.
|
|
21
|
+
*/
|
|
13
22
|
eclOptionItems: QueryList<EclMultiselectOptionDirective>;
|
|
23
|
+
/**
|
|
24
|
+
* Defines the `aria-describedby` attribute for accessibility.
|
|
25
|
+
*/
|
|
14
26
|
ariaDescribedby: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Defines the `aria-labelledby` attribute for accessibility.
|
|
29
|
+
*/
|
|
15
30
|
ariaLabeledby: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the `id` attribute of the multiselect component.
|
|
33
|
+
*/
|
|
16
34
|
id: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Label used for the toggle button that expands or collapses the dropdown.
|
|
37
|
+
*/
|
|
17
38
|
toggleLabel: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Marks the multiselect as invalid.
|
|
41
|
+
*/
|
|
18
42
|
get isInvalid(): boolean | undefined;
|
|
19
43
|
set isInvalid(value: boolean | undefined);
|
|
44
|
+
/**
|
|
45
|
+
* Disables the multiselect component when set to true.
|
|
46
|
+
*/
|
|
20
47
|
set disabled(value: BooleanInput);
|
|
21
48
|
get disabled(): boolean | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* CSS classes applied to the host element.
|
|
51
|
+
*/
|
|
22
52
|
get cssClasses(): string;
|
|
53
|
+
/**
|
|
54
|
+
* Emits an array of selected option values when the selection changes.
|
|
55
|
+
*/
|
|
23
56
|
eclChange: EventEmitter<string[]>;
|
|
57
|
+
/**
|
|
58
|
+
* Enables the search box within the dropdown.
|
|
59
|
+
*/
|
|
24
60
|
set hasSearchBox(value: string);
|
|
61
|
+
/**
|
|
62
|
+
* Displays the "Select all" option in the dropdown.
|
|
63
|
+
*/
|
|
25
64
|
set hasSelectAll(value: string);
|
|
65
|
+
/**
|
|
66
|
+
* Placeholder text to show in the multiselect input field when no options are selected.
|
|
67
|
+
*/
|
|
26
68
|
set eclPlaceholder(value: string);
|
|
27
69
|
get eclPlaceholder(): string;
|
|
70
|
+
/**
|
|
71
|
+
* Multiselect size: 's' | 'm' | 'l'. Default is 'm'.
|
|
72
|
+
*/
|
|
28
73
|
eclSize: string;
|
|
29
74
|
private readonly SELECT_CONTAINER_CLASS;
|
|
30
75
|
private readonly SELECT_CONTAINER_HIDDEN_CLASS;
|