@eui/ecl 23.0.0-alpha.6 → 23.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.html +41 -0
- package/docs/classes/EclLanguageService.html +8 -8
- package/docs/components/EclBannerComponent.html +28 -56
- package/docs/components/EclCardComponent.html +12 -24
- package/docs/components/EclCarouselComponent.html +33 -65
- package/docs/components/EclCarouselItemComponent.html +4 -8
- package/docs/components/EclCategoryFilterComponent.html +4 -8
- package/docs/components/EclCategoryFilterItemComponent.html +5 -9
- package/docs/components/EclCategoryFilterListComponent.html +5 -9
- package/docs/components/EclContentItemComponent.html +20 -40
- package/docs/components/EclFactFiguresItemComponent.html +4 -8
- package/docs/components/EclFactFiguresViewAllComponent.html +4 -8
- package/docs/components/EclFeaturedItemComponent.html +4 -10
- package/docs/components/EclFileComponent.html +4 -8
- package/docs/components/EclFileItemsComponent.html +4 -8
- package/docs/components/EclFormGroupComponent.html +4 -8
- package/docs/components/EclGalleryComponent.html +21 -41
- package/docs/components/EclGalleryItemComponent.html +8 -16
- package/docs/components/EclIconComponent.html +4 -8
- package/docs/components/EclInpageNavigationComponent.html +20 -40
- package/docs/components/EclInpageNavigationItemComponent.html +4 -8
- package/docs/components/EclListIllustrationComponent.html +4 -8
- package/docs/components/EclListIllustrationItemComponent.html +9 -17
- package/docs/components/EclMediaContainerComponent.html +21 -41
- package/docs/components/EclMegaMenuComponent.html +4 -8
- package/docs/components/EclMegaMenuFeaturedComponent.html +12 -24
- package/docs/components/EclMegaMenuInfoComponent.html +4 -8
- package/docs/components/EclMegaMenuItemComponent.html +37 -73
- package/docs/components/EclMegaMenuSubitemComponent.html +21 -43
- package/docs/components/EclMenuComponent.html +20 -40
- package/docs/components/EclMenuItemComponent.html +12 -24
- package/docs/components/EclMenuMegaItemComponent.html +12 -24
- package/docs/components/EclModalComponent.html +1 -1
- package/docs/components/EclMultiselectComponent.html +4 -8
- package/docs/components/EclMultiselectDropdownComponent.html +21 -41
- package/docs/components/EclMultiselectInputComponent.html +4 -8
- package/docs/components/EclMultiselectOptionComponent.html +4 -8
- package/docs/components/EclNavigationListComponent.html +4 -8
- package/docs/components/EclNavigationListItemComponent.html +4 -8
- package/docs/components/EclNewsTickerComponent.html +28 -48
- package/docs/components/EclNewsTickerItemComponent.html +4 -8
- package/docs/components/EclPageHeaderComponent.html +8 -16
- package/docs/components/EclPaginationComponent.html +4 -8
- package/docs/components/EclPopoverComponent.html +12 -24
- package/docs/components/EclSiteHeaderComponent.html +44 -88
- package/docs/components/EclSiteHeaderCustomActionComponent.html +8 -16
- package/docs/components/EclSiteHeaderLanguageComponent.html +10 -18
- package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +6 -10
- package/docs/components/EclSiteHeaderLoginComponent.html +4 -8
- package/docs/components/EclSiteHeaderSearchComponent.html +4 -8
- package/docs/components/EclTabComponent.html +12 -24
- package/docs/components/EclTabsComponent.html +29 -57
- package/docs/components/EclTimelineComponent.html +4 -8
- package/docs/components/EclTimelineItemComponent.html +16 -32
- package/docs/directives/EclCheckboxDirective.html +16 -32
- package/docs/directives/EclDescriptionListDirective.html +4 -8
- package/docs/directives/EclGalleryMediaDirective.html +2 -2
- package/docs/directives/EclGalleryPictureDirective.html +1 -1
- package/docs/directives/EclListIllustrationPictureDirective.html +4 -8
- package/docs/directives/EclMediaContainerItemDirective.html +4 -8
- package/docs/directives/EclMegaMenuSublistDirective.html +8 -16
- package/docs/directives/EclMultiselectOptionDirective.html +4 -8
- package/docs/directives/EclPageHeaderMetaItemDirective.html +9 -0
- package/docs/directives/EclRadioDirective.html +8 -16
- package/docs/directives/EclSocialMediaFollowLinkDirective.html +4 -8
- package/docs/directives/EclTableDirective.html +4 -8
- package/docs/directives/EclTableHeadDirective.html +4 -8
- package/docs/injectables/EclDefaultLanguageService.html +7 -7
- package/docs/injectables/EclMegaMenuService.html +2 -2
- package/docs/interfaces/EclMegaMenuItem.html +2 -2
- package/docs/interfaces/EclMenuItem.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/EclMegaMenuItemComponent.md +1 -1
- package/docs/json/EclMegaMenuSubitemComponent.md +1 -1
- package/docs/json/EclSiteHeaderLanguagePopoverComponent.md +2 -2
- package/docs/json/documentation.json +1365 -2133
- package/docs/llms.txt +182 -182
- package/docs/miscellaneous/variables.html +16 -16
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-banner.mjs +37 -40
- package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-card.mjs +23 -17
- package/fesm2022/eui-ecl-components-ecl-card.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs +105 -82
- package/fesm2022/eui-ecl-components-ecl-carousel.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +36 -29
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-checkbox.mjs +30 -20
- package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs +46 -27
- package/fesm2022/eui-ecl-components-ecl-content-item.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-date-picker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs +25 -15
- package/fesm2022/eui-ecl-components-ecl-fact-figures.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-featured.mjs +10 -9
- package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-file.mjs +17 -13
- package/fesm2022/eui-ecl-components-ecl-file.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-form-group.mjs +12 -7
- package/fesm2022/eui-ecl-components-ecl-form-group.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-gallery.mjs +44 -49
- package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-icon.mjs +7 -8
- package/fesm2022/eui-ecl-components-ecl-icon.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs +48 -50
- package/fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-link.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs +19 -24
- package/fesm2022/eui-ecl-components-ecl-list-illustration.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-list.mjs +6 -7
- package/fesm2022/eui-ecl-components-ecl-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-loading-indicator.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-media-container.mjs +31 -34
- package/fesm2022/eui-ecl-components-ecl-media-container.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs +237 -197
- package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-menu.mjs +108 -86
- package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs +0 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs +70 -67
- package/fesm2022/eui-ecl-components-ecl-multiselect.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs +16 -14
- package/fesm2022/eui-ecl-components-ecl-navigation-list.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs +67 -51
- package/fesm2022/eui-ecl-components-ecl-news-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs +17 -12
- package/fesm2022/eui-ecl-components-ecl-page-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs +9 -7
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-popover.mjs +44 -38
- package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-radio.mjs +22 -14
- package/fesm2022/eui-ecl-components-ecl-radio.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs +123 -118
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-slogan-ticker.mjs +2 -2
- package/fesm2022/eui-ecl-components-ecl-slogan-ticker.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs +10 -8
- package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-table.mjs +17 -15
- package/fesm2022/eui-ecl-components-ecl-table.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs +101 -81
- package/fesm2022/eui-ecl-components-ecl-tabs.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-timeline.mjs +47 -37
- package/fesm2022/eui-ecl-components-ecl-timeline.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-tooltip.mjs.map +1 -1
- package/fesm2022/eui-ecl-core.mjs +1 -1
- package/fesm2022/eui-ecl-core.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-banner.d.ts +42 -43
- package/types/eui-ecl-components-ecl-banner.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-card.d.ts +34 -35
- package/types/eui-ecl-components-ecl-card.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-carousel.d.ts +10 -11
- package/types/eui-ecl-components-ecl-carousel.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-category-filter.d.ts +6 -6
- package/types/eui-ecl-components-ecl-category-filter.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-checkbox.d.ts +47 -49
- package/types/eui-ecl-components-ecl-checkbox.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-content-item.d.ts +16 -18
- package/types/eui-ecl-components-ecl-content-item.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-fact-figures.d.ts +3 -3
- package/types/eui-ecl-components-ecl-fact-figures.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-featured.d.ts +2 -2
- package/types/eui-ecl-components-ecl-featured.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-file.d.ts +42 -43
- package/types/eui-ecl-components-ecl-file.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-form-group.d.ts +1 -3
- package/types/eui-ecl-components-ecl-form-group.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-gallery.d.ts +12 -12
- package/types/eui-ecl-components-ecl-gallery.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-icon.d.ts +1 -1
- package/types/eui-ecl-components-ecl-icon.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts +8 -8
- package/types/eui-ecl-components-ecl-inpage-navigation.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-list-illustration.d.ts +44 -44
- package/types/eui-ecl-components-ecl-list-illustration.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-list.d.ts +2 -2
- package/types/eui-ecl-components-ecl-list.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-media-container.d.ts +33 -33
- package/types/eui-ecl-components-ecl-media-container.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-mega-menu.d.ts +185 -191
- package/types/eui-ecl-components-ecl-mega-menu.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-menu.d.ts +126 -128
- package/types/eui-ecl-components-ecl-menu.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-modal.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-multiselect.d.ts +10 -10
- package/types/eui-ecl-components-ecl-multiselect.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-navigation-list.d.ts +3 -4
- package/types/eui-ecl-components-ecl-navigation-list.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-news-ticker.d.ts +18 -18
- package/types/eui-ecl-components-ecl-news-ticker.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-page-header.d.ts +3 -3
- package/types/eui-ecl-components-ecl-page-header.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-pagination.d.ts +1 -1
- package/types/eui-ecl-components-ecl-pagination.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-popover.d.ts +3 -3
- package/types/eui-ecl-components-ecl-popover.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-radio.d.ts +28 -28
- package/types/eui-ecl-components-ecl-radio.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-site-header.d.ts +48 -48
- package/types/eui-ecl-components-ecl-site-header.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts +1 -1
- package/types/eui-ecl-components-ecl-social-media-follow.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-table.d.ts +3 -3
- package/types/eui-ecl-components-ecl-table.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-tabs.d.ts +12 -12
- package/types/eui-ecl-components-ecl-tabs.d.ts.map +1 -1
- package/types/eui-ecl-components-ecl-timeline.d.ts +27 -28
- package/types/eui-ecl-components-ecl-timeline.d.ts.map +1 -1
- package/types/eui-ecl-core.d.ts +11 -11
- package/types/eui-ecl-core.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-ecl-components-ecl-inpage-navigation.d.ts","sources":["../../components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.ts","../../components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.ts","../../components/ecl-inpage-navigation/ecl-inpage-navigation.component.ts","../../components/ecl-inpage-navigation/services/ecl-inpage-navigation.service.ts","../../components/ecl-inpage-navigation/index.ts"],"mappings":";;;;;;AAMA,cAAa,iCAAkC,SAAQ,YAAY;AAC5C;AAAA;AAGtB;AACD;;AAEG;AACH,cAea,gCAAiC,SAAQ,gBAAgB;AAChB;AAClD;;AAEG;AACuB;AAE1B;;AAEG;oBACW,aAAA,CAAA,WAAA;wBACI,aAAA,CAAA,WAAA;uBACD,aAAA,CAAA,WAAA;AAEjB;;AAEG;AACO,eAAS,YAAA,CAAA,iCAAA;AACnB;;AAEG;AACO,iBAAW,YAAA;AACrB;;AAEG;AACO,mBAAa,YAAA;AACvB;;AAEG;AACO,aAAO,YAAA,CAAA,KAAA;AACjB;;AAEG;AACO,eAAS,YAAA;
|
|
1
|
+
{"version":3,"file":"eui-ecl-components-ecl-inpage-navigation.d.ts","sources":["../../components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.ts","../../components/ecl-inpage-navigation/ecl-inpage-navigation-list.directive.ts","../../components/ecl-inpage-navigation/ecl-inpage-navigation.component.ts","../../components/ecl-inpage-navigation/services/ecl-inpage-navigation.service.ts","../../components/ecl-inpage-navigation/index.ts"],"mappings":";;;;;;AAMA,cAAa,iCAAkC,SAAQ,YAAY;AAC5C;AAAA;AAGtB;AACD;;AAEG;AACH,cAea,gCAAiC,SAAQ,gBAAgB;AAChB;AAClD;;AAEG;AACuB;AAE1B;;AAEG;oBACW,aAAA,CAAA,WAAA;wBACI,aAAA,CAAA,WAAA;uBACD,aAAA,CAAA,WAAA;AAEjB;;AAEG;AACO,eAAS,YAAA,CAAA,iCAAA;AACnB;;AAEG;AACO,iBAAW,YAAA;AACrB;;AAEG;AACO,mBAAa,YAAA;AACvB;;AAEG;AACO,aAAO,YAAA,CAAA,KAAA;AACjB;;AAEG;AACO,eAAS,YAAA;mBAEN,aAAA,CAAA,MAAA,CAAA,gBAAA;AACb;AACA;;AAWA,qBAAiB,UAAU;AAO3B;;AAEG;AACH,0BAAsB,WAAW;AAKjC,mBAAe,KAAK;AAKpB,qBAAiB,KAAK;AAKtB,eAAW,KAAK;AAIhB;AAIA,iBAAa,KAAK;oDAjFT,gCAAgC;sDAAhC,gCAAgC;AAsF5C;;AC9GD;;AAEG;AACH,cAOa,gCAAiC,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;AACzG,QAAE,UAAA;AAEgD;AAClD;;AAEG;AACwD;AAC3D,eAAS,aAAA,CAAA,cAAA;;;AAKT;AAMA;oDAnBS,gCAAgC;sDAAhC,gCAAgC;AAuB5C;;ACxBD,cAAa,oCAAqC,SAAQ,YAAY;AAC/C;AAAA;AAGtB;AAED;;;;;AAKG;AACH,cAca,4BAA6B,SAAQ,gBAAiB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO;AACnH,qBAAe,eAAA;uBAEE,aAAA,CAAA,WAAA;AACjB;;AAEG;wBACe,aAAA,CAAA,WAAA;2BACG,aAAA,CAAA,WAAA;AACrB;;AAEG;wBACe,aAAA,CAAA,wBAAA;4BACI,aAAA,CAAA,MAAA,CAAA,UAAA,CAAA,iBAAA;4BACA,aAAA,CAAA,MAAA,CAAA,UAAA,CAAA,cAAA;wBACJ,aAAA,CAAA,MAAA,CAAA,UAAA,CAAA,cAAA;AAClB;;AAEG;2BACkB,aAAA,CAAA,gBAAA,CAAA,oCAAA;qCAEU,aAAA,CAAA,MAAA,UAAA,gCAAA;gCACL,aAAA,CAAA,MAAA,CAAA,gCAAA;AAE1B;;AAEG;AACH;AACA,2BAAuB,WAAW;AAC3B;;;;;;AAMP;AACA;AACA;;;;;;;;;;AAUA;AACA;AACA;AACA;;AAUA;;;qCAwBiC,gCAAgC;AAIjE;;AAEG;;;AAaH;AASA;AAUA;;AAEG;AACH;AAKA;;;AAGG;AACH,+BAA2B,KAAK;AAahC;AAMA;;AAEG;AACH;AAiCA;AAMA;AAOA;AA2BA;AAaA;AAQA;AAaA;AAYA;AAoBA;AAOA;AAYA;AAuBA;oDAjVS,4BAA4B;sDAA5B,4BAA4B;AAyVxC;;AC9XD,cACa,0BAA0B;AAE/B,kCAA8B,UAAU;;;AAO/C;;;AAGG;AACA;oDAbS,0BAA0B;wDAA1B,0BAA0B;AAgBtC;;ACXD,cAAa,yBAAyB,mBAAA,4BAAA,SAAA,gCAAA,SAAA,gCAAA;;;;","names":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { Signal, AfterContentInit } from '@angular/core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Directive representing an icon within an ECL illustration list item.
|
|
@@ -16,6 +16,47 @@ declare class EclListIllustrationIconDirective extends ECLBaseDirective {
|
|
|
16
16
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclListIllustrationIconDirective, "[eclListIllustrationIcon]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
/**
|
|
20
|
+
* Component representing a single item in an ECL illustration list.
|
|
21
|
+
*
|
|
22
|
+
* Displays optional title, value, and one or more illustration icons.
|
|
23
|
+
*/
|
|
24
|
+
declare class EclListIllustrationItemComponent extends ECLBaseDirective {
|
|
25
|
+
/**
|
|
26
|
+
* Text displayed as the item title.
|
|
27
|
+
*/
|
|
28
|
+
readonly eclTitle: _angular_core.InputSignal<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Text displayed as the item value.
|
|
31
|
+
*/
|
|
32
|
+
readonly eclValue: _angular_core.InputSignal<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Applies ARIA role for list items.
|
|
35
|
+
*/
|
|
36
|
+
role: string;
|
|
37
|
+
/**
|
|
38
|
+
* Applies ECL class for illustration list item.
|
|
39
|
+
*/
|
|
40
|
+
className: boolean;
|
|
41
|
+
readonly eclIllustrationIcon: Signal<any>;
|
|
42
|
+
readonly eclIllustrationPicture: Signal<any>;
|
|
43
|
+
/** A special class needs to be added, for vertical lists with picture. */
|
|
44
|
+
isVerticalPicture: _angular_core.WritableSignal<boolean>;
|
|
45
|
+
/** A special class needs to be added, if an icon list has dividers between items. */
|
|
46
|
+
hasDivider: _angular_core.WritableSignal<boolean>;
|
|
47
|
+
hasPicture: Signal<boolean>;
|
|
48
|
+
/**
|
|
49
|
+
* Returns `true` if the item has a title or any projected icons.
|
|
50
|
+
*/
|
|
51
|
+
get hasTitle(): boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Returns `true` if the item has a value.
|
|
54
|
+
*/
|
|
55
|
+
get hasValue(): boolean;
|
|
56
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclListIllustrationItemComponent, never>;
|
|
57
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EclListIllustrationItemComponent, "ecl-list-illustration-item, li[eclListIllustrationItem]", never, { "eclTitle": { "alias": "eclTitle"; "required": false; "isSignal": true; }; "eclValue": { "alias": "eclValue"; "required": false; "isSignal": true; }; }, {}, ["eclIllustrationIcon", "eclIllustrationPicture"], ["[eclListIllustrationImage],[eclListIllustrationPicture],[eclListIllustrationIcon]", "*"], true, never>;
|
|
58
|
+
}
|
|
59
|
+
|
|
19
60
|
/**
|
|
20
61
|
* Directive applied to `<picture>` elements within ECL list illustrations.
|
|
21
62
|
*
|
|
@@ -26,7 +67,7 @@ declare class EclListIllustrationPictureDirective extends ECLBaseDirective imple
|
|
|
26
67
|
* If true, image is styled with square dimensions.
|
|
27
68
|
*/
|
|
28
69
|
readonly isSquare: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
-
eclIllustrationImage:
|
|
70
|
+
readonly eclIllustrationImage: _angular_core.Signal<any>;
|
|
30
71
|
/**
|
|
31
72
|
* Applies the base ECL picture classes for list illustration pictures.
|
|
32
73
|
*/
|
|
@@ -58,47 +99,6 @@ declare class EclListIllustrationImageDirective extends ECLBaseDirective {
|
|
|
58
99
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclListIllustrationImageDirective, "img[eclListIllustrationImage]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
59
100
|
}
|
|
60
101
|
|
|
61
|
-
/**
|
|
62
|
-
* Component representing a single item in an ECL illustration list.
|
|
63
|
-
*
|
|
64
|
-
* Displays optional title, value, and one or more illustration icons.
|
|
65
|
-
*/
|
|
66
|
-
declare class EclListIllustrationItemComponent extends ECLBaseDirective {
|
|
67
|
-
/**
|
|
68
|
-
* Text displayed as the item title.
|
|
69
|
-
*/
|
|
70
|
-
readonly eclTitle: _angular_core.InputSignal<string>;
|
|
71
|
-
/**
|
|
72
|
-
* Text displayed as the item value.
|
|
73
|
-
*/
|
|
74
|
-
readonly eclValue: _angular_core.InputSignal<string>;
|
|
75
|
-
/**
|
|
76
|
-
* Applies ARIA role for list items.
|
|
77
|
-
*/
|
|
78
|
-
role: string;
|
|
79
|
-
/**
|
|
80
|
-
* Applies ECL class for illustration list item.
|
|
81
|
-
*/
|
|
82
|
-
className: boolean;
|
|
83
|
-
eclIllustrationIcon: EclListIllustrationIconDirective;
|
|
84
|
-
eclIllustrationPicture: EclListIllustrationPictureDirective;
|
|
85
|
-
/** A special class needs to be added, for vertical lists with picture. */
|
|
86
|
-
isVerticalPicture: _angular_core.WritableSignal<boolean>;
|
|
87
|
-
/** A special class needs to be added, if an icon list has dividers between items. */
|
|
88
|
-
hasDivider: _angular_core.WritableSignal<boolean>;
|
|
89
|
-
hasPicture: Signal<boolean>;
|
|
90
|
-
/**
|
|
91
|
-
* Returns `true` if the item has a title or any projected icons.
|
|
92
|
-
*/
|
|
93
|
-
get hasTitle(): boolean;
|
|
94
|
-
/**
|
|
95
|
-
* Returns `true` if the item has a value.
|
|
96
|
-
*/
|
|
97
|
-
get hasValue(): boolean;
|
|
98
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclListIllustrationItemComponent, never>;
|
|
99
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EclListIllustrationItemComponent, "ecl-list-illustration-item, li[eclListIllustrationItem]", never, { "eclTitle": { "alias": "eclTitle"; "required": false; "isSignal": true; }; "eclValue": { "alias": "eclValue"; "required": false; "isSignal": true; }; }, {}, ["eclIllustrationIcon", "eclIllustrationPicture"], ["[eclListIllustrationImage],[eclListIllustrationPicture],[eclListIllustrationIcon]", "*"], true, never>;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
102
|
/**
|
|
103
103
|
* Component representing a list using ECL illustration styles.
|
|
104
104
|
*
|
|
@@ -130,7 +130,7 @@ declare class EclListIllustrationComponent extends ECLBaseDirective implements A
|
|
|
130
130
|
readonly hasDividers: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
131
131
|
/** If we have a number-list, the user can set the start of the counter. */
|
|
132
132
|
counterStart: _angular_core.InputSignal<number>;
|
|
133
|
-
eclIllustrationItems:
|
|
133
|
+
readonly eclIllustrationItems: Signal<readonly any[]>;
|
|
134
134
|
/**
|
|
135
135
|
* Applies ARIA role for list elements.
|
|
136
136
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-ecl-components-ecl-list-illustration.d.ts","sources":["../../components/ecl-list-illustration/ecl-list-illustration-icon.directive.ts","../../components/ecl-list-illustration/ecl-list-illustration-
|
|
1
|
+
{"version":3,"file":"eui-ecl-components-ecl-list-illustration.d.ts","sources":["../../components/ecl-list-illustration/ecl-list-illustration-icon.directive.ts","../../components/ecl-list-illustration/ecl-list-illustration-item.component.ts","../../components/ecl-list-illustration/ecl-list-illustration-picture.directive.ts","../../components/ecl-list-illustration/ecl-list-illustration.component.ts","../../components/ecl-list-illustration/index.ts"],"mappings":";;;;AAGA;;;;AAIG;AACH,cAGa,gCAAiC,SAAQ,gBAAgB;AAClE;;AAEG;AAC+C;oDAJzC,gCAAgC;sDAAhC,gCAAgC;AAK5C;;ACFD;;;;AAIG;AACH,cAIa,gCAAiC,SAAQ,gBAAgB;AAClE;;AAEG;uBACc,aAAA,CAAA,WAAA;AAEjB;;AAEG;uBACc,aAAA,CAAA,WAAA;AAEjB;;AAEG;AACuB;AAE1B;;AAEG;AAC+C;kCAEtB,MAAA;qCAEG,MAAA;;AAG/B,uBAAiB,aAAA,CAAA,cAAA;;AAGjB,gBAAU,aAAA,CAAA,cAAA;AAEV,gBAAY,MAAM;AAElB;;AAEG;;AAKH;;AAEG;;oDA1CM,gCAAgC;sDAAhC,gCAAgC;AA8C5C;;AClED;;;;AAIG;AACH,cAGa,mCAAoC,SAAQ,gBAAiB,YAAW,gBAAgB;AAEjG;;AAEG;uBACc,aAAA,CAAA,wBAAA;mCAEY,aAAA,CAAA,MAAA;AAE7B;;AAEG;;AAQH;oDAnBS,mCAAmC;sDAAnC,mCAAmC;AAsB/C;AAED;;;;AAIG;AACH,cAGa,iCAAkC,SAAQ,gBAAgB;AACnE;;AAEG;AACH;AAEA;;;AAGG;mBACU,aAAA,CAAA,WAAA;AAEb;;AAEG;;oDAdM,iCAAiC;sDAAjC,iCAAiC;AAyB7C;;AC/DD;;;;AAIG;AACH,cAOa,4BAA6B,SAAQ,gBAAiB,YAAW,gBAAgB;AAC1F;;AAEG;sBACa,aAAA,CAAA,wBAAA;AAEhB;;AAEG;AACH,uBAAiB,aAAA,CAAA,wBAAA;AAEjB;;;;;AAKG;uBACc,aAAA,CAAA,WAAA;;yBAGE,aAAA,CAAA,wBAAA;;2BAGE,aAAA,CAAA,wBAAA;;sBAGL,aAAA,CAAA,WAAA;;0BAGI,aAAA,CAAA,wBAAA;;AAGpB,kBAAY,aAAA,CAAA,WAAA;mCAEiB,MAAA;AAE7B;;AAEG;AACuB;AAE1B;;AAEG;;AAiBH;;AAEG;AACH,yBAAmB,MAAA;AAKnB;AAGA;;;;AAmBA;AAcA;oDAxGS,4BAA4B;sDAA5B,4BAA4B;AA+GxC;;ACtHD,cAAa,wBAAwB,mBAAA,4BAAA,SAAA,gCAAA,SAAA,gCAAA,SAAA,mCAAA,SAAA,iCAAA;;;;","names":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { AfterContentInit
|
|
3
|
+
import { AfterContentInit } from '@angular/core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Directive representing a single item in an ECL description list definition.
|
|
@@ -176,7 +176,7 @@ declare class EclDescriptionListDirective extends ECLBaseDirective implements Af
|
|
|
176
176
|
* Applied to nested `eclDescriptionListDefinition` components.
|
|
177
177
|
*/
|
|
178
178
|
maxVisibleItems: i0.InputSignalWithTransform<number, unknown>;
|
|
179
|
-
eclListItems:
|
|
179
|
+
readonly eclListItems: i0.Signal<readonly EclDescriptionListDefinitionComponent[]>;
|
|
180
180
|
/**
|
|
181
181
|
* Applies the base ECL class for description lists.
|
|
182
182
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-ecl-components-ecl-list.d.ts","sources":["../../components/ecl-list/ecl-description-list-definition-item.directive.ts","../../components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.ts","../../components/ecl-list/ecl-list.directive.ts","../../components/ecl-list/index.ts"],"mappings":";;;;AAGA;;;;AAIG;AACH,cAGa,yCAA0C,SAAQ,gBAAgB;AAC3E;;AAEG;;AAUH;;AAEG;AACH;AAEA;;AAEG;AACH;yCArBS,yCAAyC;2CAAzC,yCAAyC;AAsBrD;AAED;;;;AAIG;AACH,cAGa,yCAA0C,SAAQ,gBAAgB;AAC3E;;AAEG;AACyD;yCAJnD,yCAAyC;2CAAzC,yCAAyC;AAKrD;;ACzBD;;;;AAIG;AACH,cAOa,qCAAsC,SAAQ,gBAAgB;AAEvE;;;AAGG;AACH,aAAOA,EAAA,CAAA,WAAA;AAEP;;;AAGG;AACH,qBAAeA,EAAA,CAAA,cAAA;AAEf;AAIA;AAEA;AACA;AACA;;;;AAcA;;;AAGG;uBACcA,EAAA,CAAA,cAAA;AAEjB;;AAEG;AACH;AAEA;;;AAGG;wBACeA,EAAA,CAAA,MAAA;;AA4ClB;;;AAGG;AACH,wBAAoB,KAAK;AAMzB;;AAEG;AACH;AAMA;;;AAGG;AACH;AA0BA;;AAEG;AACH;AAaA;;;AAGG;AACH;yCApKS,qCAAqC;2CAArC,qCAAqC;AA0KjD;;ACzMD;;AAEG;AACH,cAGa,uBAAwB,SAAQ,gBAAgB;AACzD;;AAEG;AACoC;yCAJ9B,uBAAuB;2CAAvB,uBAAuB;AAKnC;AAED;;AAEG;AACH,cAGa,2BAA4B,SAAQ,gBAAgB;AAC7D;;AAEG;AAC0C;yCAJpC,2BAA2B;2CAA3B,2BAA2B;AAKvC;AAED;;;;AAIG;AACH,cAGa,yBAA0B,SAAQ,gBAAgB;AAC3D;;AAEG;AACsC;AAEzC;;AAEG;AACH,eAASA,EAAA,CAAA,wBAAA;AAET;AAKA;;AAEG;AACH,gBAAUA,EAAA,CAAA,wBAAA;AAEV;yCArBS,yBAAyB;2CAAzB,yBAAyB;AAyBrC;AAED;;AAEG;AACH,cAGa,6BAA8B,SAAQ,gBAAgB;AAC/D;;AAEG;AAC4C;yCAJtC,6BAA6B;2CAA7B,6BAA6B;AAKzC;AAED;;;;;AAKG;AACH,cAGa,2BAA4B,SAAQ,gBAAiB,YAAW,gBAAgB;AACzF;;AAEG;AACH,kBAAYA,EAAA,CAAA,wBAAA;AAEZ;AAKA;;;AAGG;AACH,qBAAeA,EAAA,CAAA,wBAAA;
|
|
1
|
+
{"version":3,"file":"eui-ecl-components-ecl-list.d.ts","sources":["../../components/ecl-list/ecl-description-list-definition-item.directive.ts","../../components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.ts","../../components/ecl-list/ecl-list.directive.ts","../../components/ecl-list/index.ts"],"mappings":";;;;AAGA;;;;AAIG;AACH,cAGa,yCAA0C,SAAQ,gBAAgB;AAC3E;;AAEG;;AAUH;;AAEG;AACH;AAEA;;AAEG;AACH;yCArBS,yCAAyC;2CAAzC,yCAAyC;AAsBrD;AAED;;;;AAIG;AACH,cAGa,yCAA0C,SAAQ,gBAAgB;AAC3E;;AAEG;AACyD;yCAJnD,yCAAyC;2CAAzC,yCAAyC;AAKrD;;ACzBD;;;;AAIG;AACH,cAOa,qCAAsC,SAAQ,gBAAgB;AAEvE;;;AAGG;AACH,aAAOA,EAAA,CAAA,WAAA;AAEP;;;AAGG;AACH,qBAAeA,EAAA,CAAA,cAAA;AAEf;AAIA;AAEA;AACA;AACA;;;;AAcA;;;AAGG;uBACcA,EAAA,CAAA,cAAA;AAEjB;;AAEG;AACH;AAEA;;;AAGG;wBACeA,EAAA,CAAA,MAAA;;AA4ClB;;;AAGG;AACH,wBAAoB,KAAK;AAMzB;;AAEG;AACH;AAMA;;;AAGG;AACH;AA0BA;;AAEG;AACH;AAaA;;;AAGG;AACH;yCApKS,qCAAqC;2CAArC,qCAAqC;AA0KjD;;ACzMD;;AAEG;AACH,cAGa,uBAAwB,SAAQ,gBAAgB;AACzD;;AAEG;AACoC;yCAJ9B,uBAAuB;2CAAvB,uBAAuB;AAKnC;AAED;;AAEG;AACH,cAGa,2BAA4B,SAAQ,gBAAgB;AAC7D;;AAEG;AAC0C;yCAJpC,2BAA2B;2CAA3B,2BAA2B;AAKvC;AAED;;;;AAIG;AACH,cAGa,yBAA0B,SAAQ,gBAAgB;AAC3D;;AAEG;AACsC;AAEzC;;AAEG;AACH,eAASA,EAAA,CAAA,wBAAA;AAET;AAKA;;AAEG;AACH,gBAAUA,EAAA,CAAA,wBAAA;AAEV;yCArBS,yBAAyB;2CAAzB,yBAAyB;AAyBrC;AAED;;AAEG;AACH,cAGa,6BAA8B,SAAQ,gBAAgB;AAC/D;;AAEG;AAC4C;yCAJtC,6BAA6B;2CAA7B,6BAA6B;AAKzC;AAED;;;;;AAKG;AACH,cAGa,2BAA4B,SAAQ,gBAAiB,YAAW,gBAAgB;AACzF;;AAEG;AACH,kBAAYA,EAAA,CAAA,wBAAA;AAEZ;AAKA;;;AAGG;AACH,qBAAeA,EAAA,CAAA,wBAAA;2BAEMA,EAAA,CAAA,MAAA,UAAA,qCAAA;AAErB;;AAEG;;;AAOH;;AAEG;AACH;yCA/BS,2BAA2B;2CAA3B,2BAA2B;AAqCvC;AAED;;AAEG;AACH,cAGa,+BAAgC,SAAQ,gBAAgB;AACjE;;AAEG;AAC8C;yCAJxC,+BAA+B;2CAA/B,+BAA+B;AAK3C;;AC1HD,cAAa,YAAY,mBAAA,uBAAA,SAAA,2BAAA,SAAA,yBAAA,SAAA,6BAAA,SAAA,2BAAA,SAAA,+BAAA,SAAA,qCAAA,SAAA,yCAAA,SAAA,yCAAA;;;;","names":["_angular_core"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { AfterContentInit, ElementRef, OnDestroy
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterContentInit, ElementRef, OnDestroy } from '@angular/core';
|
|
3
3
|
import { ECLBaseDirective } from '@eui/ecl/core';
|
|
4
4
|
import { EclButtonComponent } from '@eui/ecl/components/ecl-button';
|
|
5
5
|
import { EclExpandableComponent } from '@eui/ecl/components/ecl-expandable';
|
|
@@ -8,14 +8,14 @@ import { EclExpandableComponent } from '@eui/ecl/components/ecl-expandable';
|
|
|
8
8
|
* Adds styling and attributes to the iframe element.
|
|
9
9
|
*/
|
|
10
10
|
declare class EclMediaContainerIframeDirective extends ECLBaseDirective {
|
|
11
|
-
readonly width:
|
|
12
|
-
readonly height:
|
|
11
|
+
readonly width: _angular_core.InputSignal<any>;
|
|
12
|
+
readonly height: _angular_core.InputSignal<any>;
|
|
13
13
|
get ratio(): string;
|
|
14
14
|
hasCustomRatio: boolean;
|
|
15
15
|
private elem;
|
|
16
16
|
calculateCustomRatio(): string;
|
|
17
|
-
static ɵfac:
|
|
18
|
-
static ɵdir:
|
|
17
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerIframeDirective, never>;
|
|
18
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerIframeDirective, "iframe[eclMediaContainerIframe]", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -23,8 +23,8 @@ declare class EclMediaContainerIframeDirective extends ECLBaseDirective {
|
|
|
23
23
|
*/
|
|
24
24
|
declare class EclMediaContainerItemAudioDescriptionDirective extends ECLBaseDirective {
|
|
25
25
|
get cssClasses(): string;
|
|
26
|
-
static ɵfac:
|
|
27
|
-
static ɵdir:
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerItemAudioDescriptionDirective, never>;
|
|
27
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerItemAudioDescriptionDirective, "[eclMediaContainerItemAudioDescription]", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/**
|
|
@@ -32,16 +32,16 @@ declare class EclMediaContainerItemAudioDescriptionDirective extends ECLBaseDire
|
|
|
32
32
|
*/
|
|
33
33
|
declare class EclMediaContainerItemDirective extends ECLBaseDirective implements AfterContentInit {
|
|
34
34
|
el: ElementRef<any>;
|
|
35
|
-
readonly ratio:
|
|
36
|
-
contentIframe: EclMediaContainerIframeDirective
|
|
35
|
+
readonly ratio: _angular_core.InputSignal<string>;
|
|
36
|
+
readonly contentIframe: _angular_core.Signal<EclMediaContainerIframeDirective>;
|
|
37
37
|
get cssClasses(): string;
|
|
38
38
|
isVideo: boolean;
|
|
39
39
|
private platformId;
|
|
40
40
|
constructor();
|
|
41
41
|
ngAfterContentInit(): void;
|
|
42
42
|
setIframeUrl(): void;
|
|
43
|
-
static ɵfac:
|
|
44
|
-
static ɵdir:
|
|
43
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerItemDirective, never>;
|
|
44
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerItemDirective, "[eclMediaContainerItem], img[eclMediaContainerImage]", never, { "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; }, {}, ["contentIframe"], never, true, never>;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/**
|
|
@@ -49,8 +49,8 @@ declare class EclMediaContainerItemDirective extends ECLBaseDirective implements
|
|
|
49
49
|
*/
|
|
50
50
|
declare class EclMediaContainerPictureDirective extends ECLBaseDirective {
|
|
51
51
|
get cssClasses(): string;
|
|
52
|
-
static ɵfac:
|
|
53
|
-
static ɵdir:
|
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerPictureDirective, never>;
|
|
53
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerPictureDirective, "picture[eclMediaContainerPicture]", never, {}, {}, never, never, true, never>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/**
|
|
@@ -58,8 +58,8 @@ declare class EclMediaContainerPictureDirective extends ECLBaseDirective {
|
|
|
58
58
|
*/
|
|
59
59
|
declare class EclMediaContainerCaptionDirective extends ECLBaseDirective {
|
|
60
60
|
get cssClasses(): string;
|
|
61
|
-
static ɵfac:
|
|
62
|
-
static ɵdir:
|
|
61
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerCaptionDirective, never>;
|
|
62
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerCaptionDirective, "figcaption[eclMediaContainerCaption]", never, {}, {}, never, never, true, never>;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/**
|
|
@@ -67,42 +67,42 @@ declare class EclMediaContainerCaptionDirective extends ECLBaseDirective {
|
|
|
67
67
|
*/
|
|
68
68
|
declare class EclMediaContainerCreditDirective extends ECLBaseDirective {
|
|
69
69
|
get cssClasses(): string;
|
|
70
|
-
static ɵfac:
|
|
71
|
-
static ɵdir:
|
|
70
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerCreditDirective, never>;
|
|
71
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EclMediaContainerCreditDirective, "footer[eclMediaContainerCredit]", never, {}, {}, never, never, true, never>;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* A media container is used to display media items (video, audio, image or other data) with a caption.
|
|
76
76
|
*/
|
|
77
77
|
declare class EclMediaContainerComponent extends ECLBaseDirective implements AfterContentInit, OnDestroy {
|
|
78
|
-
readonly isFullWidth:
|
|
78
|
+
readonly isFullWidth: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
79
79
|
/**
|
|
80
80
|
* Used for a video only - if the video should play immediately.
|
|
81
81
|
*/
|
|
82
|
-
readonly eclAutoplay:
|
|
83
|
-
captionPosition:
|
|
82
|
+
readonly eclAutoplay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
83
|
+
captionPosition: _angular_core.InputSignal<"over" | "bottom" | "hidden">;
|
|
84
84
|
/**
|
|
85
85
|
* Allows a parent component to override the caption position programmatically.
|
|
86
86
|
*/
|
|
87
|
-
captionPositionOverride:
|
|
88
|
-
expandable: EclExpandableComponent
|
|
89
|
-
eclMediaContainerItem: EclMediaContainerItemDirective
|
|
90
|
-
eclButtons:
|
|
91
|
-
pauseButton: EclButtonComponent
|
|
92
|
-
playButton: EclButtonComponent
|
|
87
|
+
captionPositionOverride: _angular_core.WritableSignal<"over" | "bottom" | "hidden">;
|
|
88
|
+
readonly expandable: _angular_core.Signal<EclExpandableComponent>;
|
|
89
|
+
readonly eclMediaContainerItem: _angular_core.Signal<EclMediaContainerItemDirective>;
|
|
90
|
+
readonly eclButtons: _angular_core.Signal<readonly EclButtonComponent[]>;
|
|
91
|
+
readonly pauseButton: _angular_core.Signal<EclButtonComponent>;
|
|
92
|
+
readonly playButton: _angular_core.Signal<EclButtonComponent>;
|
|
93
93
|
private creditEl;
|
|
94
94
|
private readonly document;
|
|
95
95
|
private readonly window;
|
|
96
|
-
captionBottomOffset:
|
|
96
|
+
captionBottomOffset: _angular_core.WritableSignal<string>;
|
|
97
97
|
/**
|
|
98
98
|
* Resolved caption position considering the override.
|
|
99
99
|
*/
|
|
100
|
-
resolvedCaptionPosition:
|
|
100
|
+
resolvedCaptionPosition: _angular_core.Signal<"over" | "bottom" | "hidden">;
|
|
101
101
|
/**
|
|
102
102
|
* Applies specific classes for the component.
|
|
103
103
|
*/
|
|
104
|
-
cssClasses:
|
|
105
|
-
hasVideo:
|
|
104
|
+
cssClasses: _angular_core.Signal<string>;
|
|
105
|
+
hasVideo: _angular_core.WritableSignal<boolean>;
|
|
106
106
|
isPlaying: boolean;
|
|
107
107
|
private readonly DELAY;
|
|
108
108
|
private renderer;
|
|
@@ -121,8 +121,8 @@ declare class EclMediaContainerComponent extends ECLBaseDirective implements Aft
|
|
|
121
121
|
onVideoPause(): void;
|
|
122
122
|
private focusOnButton;
|
|
123
123
|
private setCaptionBottom;
|
|
124
|
-
static ɵfac:
|
|
125
|
-
static ɵcmp:
|
|
124
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EclMediaContainerComponent, never>;
|
|
125
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EclMediaContainerComponent, "ecl-media-container", never, { "isFullWidth": { "alias": "isFullWidth"; "required": false; "isSignal": true; }; "eclAutoplay": { "alias": "eclAutoplay"; "required": false; "isSignal": true; }; "captionPosition": { "alias": "captionPosition"; "required": false; "isSignal": true; }; }, {}, ["expandable", "eclMediaContainerItem", "creditEl"], ["video[eclMediaContainerItem]", "div[eclMediaContainerItem]", "picture[eclMediaContainerPicture]", "figcaption[eclMediaContainerCaption]", "footer[eclMediaContainerCredit]", "ecl-expandable"], true, never>;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
declare const EUI_ECL_MEDIA_CONTAINER: readonly [typeof EclMediaContainerComponent, typeof EclMediaContainerItemDirective, typeof EclMediaContainerIframeDirective, typeof EclMediaContainerPictureDirective, typeof EclMediaContainerItemAudioDescriptionDirective, typeof EclMediaContainerCaptionDirective, typeof EclMediaContainerCreditDirective];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-ecl-components-ecl-media-container.d.ts","sources":["../../components/ecl-media-container/ecl-media-container-iframe.directive.ts","../../components/ecl-media-container/ecl-media-container-item-audio-description.directive.ts","../../components/ecl-media-container/ecl-media-container-item.directive.ts","../../components/ecl-media-container/ecl-media-container-picture.directive.ts","../../components/ecl-media-container/ecl-media-container-caption.directive.ts","../../components/ecl-media-container/ecl-media-container-credit.directive.ts","../../components/ecl-media-container/ecl-media-container.component.ts","../../components/ecl-media-container/index.ts"],"mappings":";;;;;;AAGA;;AAEG;AACH,cAGa,gCAAiC,SAAQ,gBAAgB;
|
|
1
|
+
{"version":3,"file":"eui-ecl-components-ecl-media-container.d.ts","sources":["../../components/ecl-media-container/ecl-media-container-iframe.directive.ts","../../components/ecl-media-container/ecl-media-container-item-audio-description.directive.ts","../../components/ecl-media-container/ecl-media-container-item.directive.ts","../../components/ecl-media-container/ecl-media-container-picture.directive.ts","../../components/ecl-media-container/ecl-media-container-caption.directive.ts","../../components/ecl-media-container/ecl-media-container-credit.directive.ts","../../components/ecl-media-container/ecl-media-container.component.ts","../../components/ecl-media-container/index.ts"],"mappings":";;;;;;AAGA;;AAEG;AACH,cAGa,gCAAiC,SAAQ,gBAAgB;oBACpD,aAAA,CAAA,WAAA;qBACC,aAAA,CAAA,WAAA;;AAOf;;AAGA;oDAZS,gCAAgC;sDAAhC,gCAAgC;AAqB5C;;AC3BD;;AAEG;AACH,cAGa,8CAA+C,SAAQ,gBAAgB;;oDAAvE,8CAA8C;sDAA9C,8CAA8C;AAK1D;;ACTD;;AAEG;AACH,cAGa,8BAA+B,SAAQ,gBAAiB,YAAW,gBAAgB;AAC5F,QAAE,UAAA;oBAEY,aAAA,CAAA,WAAA;4BACQ,aAAA,CAAA,MAAA,CAAA,gCAAA;;AAcf;;;AAUP;AAYA;oDAxCS,8BAA8B;sDAA9B,8BAA8B;AAiD1C;;ACzDD;;AAEG;AACH,cAGa,iCAAkC,SAAQ,gBAAgB;;oDAA1D,iCAAiC;sDAAjC,iCAAiC;AAK7C;;ACXD;;AAEG;AACH,cAGa,iCAAkC,SAAQ,gBAAgB;;oDAA1D,iCAAiC;sDAAjC,iCAAiC;AAK7C;;ACXD;;AAEG;AACH,cAGa,gCAAiC,SAAQ,gBAAgB;;oDAAzD,gCAAgC;sDAAhC,gCAAgC;AAK5C;;ACJD;;AAEG;AACH,cAgBa,0BAA2B,SAAQ,gBAAiB,YAAW,gBAAgB,EAAE,SAAS;0BAC/E,aAAA,CAAA,wBAAA;AACpB;;AAEG;0BACiB,aAAA,CAAA,wBAAA;AAEpB,qBAAe,aAAA,CAAA,WAAA;AAEf;;AAEG;AACH,6BAAuB,aAAA,CAAA,cAAA;yBAEJ,aAAA,CAAA,MAAA,CAAA,sBAAA;oCACW,aAAA,CAAA,MAAA,CAAA,8BAAA;yBACX,aAAA,CAAA,MAAA,UAAA,kBAAA;0BACC,aAAA,CAAA,MAAA,CAAA,kBAAA;yBACD,aAAA,CAAA,MAAA,CAAA,kBAAA;;AAEnB;AACA;AAEA,yBAAmB,aAAA,CAAA,cAAA;AAEnB;;AAEG;AACH,6BAAuB,aAAA,CAAA,MAAA;AAEvB;;AAEG;AACH,gBAAU,aAAA,CAAA,MAAA;AAOV,cAAQ,aAAA,CAAA,cAAA;AAED;AACP;;;;;AAMA;AAiCA;AAOA;;AAEG;AACH;AAWA;;AAEG;AACH;AAWA;AAOA;oDA5HS,0BAA0B;sDAA1B,0BAA0B;AAmItC;;AChJD,cAAa,uBAAuB,mBAAA,0BAAA,SAAA,8BAAA,SAAA,gCAAA,SAAA,iCAAA,SAAA,8CAAA,SAAA,iCAAA,SAAA,gCAAA;;;;","names":[]}
|