@eui/ecl 21.0.0-alpha.16 → 21.0.0-alpha.17
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-pagination/index.d.ts +1 -0
- package/components/ecl-pagination/index.d.ts.map +1 -1
- package/docs/changelog.html +56 -0
- package/docs/components/EclPaginationItemComponent.html +26 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs +9 -2
- package/fesm2022/eui-ecl-components-ecl-pagination.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -64,6 +64,7 @@ declare class EclPaginationItemComponent extends ECLBaseDirective {
|
|
|
64
64
|
* Emits when the pagination item is clicked.
|
|
65
65
|
*/
|
|
66
66
|
pageClick: EventEmitter<EclPaginationItemClickEvent>;
|
|
67
|
+
get anchorRole(): string | null;
|
|
67
68
|
/**
|
|
68
69
|
* Adds relevant classes to the host element.
|
|
69
70
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../../components/ecl-pagination/ecl-pagination-item.component.ts","../../../components/ecl-pagination/ecl-pagination-list.directive.ts","../../../components/ecl-pagination/events/ecl-pagination.event.ts","../../../components/ecl-pagination/ecl-pagination.component.ts","../../../components/ecl-pagination/ecl-pagination.module.ts","../../../components/ecl-pagination/index.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;AAQA;;AAEG;AACH,cAAA,2BAAA,SAAA,YAAA;AAAgE;AAGhE,cAAA,0BAAA,SAAA,gBAAA;AAOI,QAAA,UAAA;;AAcA;;AAEG;AACuB;AAE1B;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AAC4F;AAE/F;;AAEG;AAEM;AAET;;AAEG;AACM,iBAAA,MAAA;AAET;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AACO,eAAA,YAAA,CAAA,2BAAA;AAEV;;AAEG;;AAUH;;AAEG;;AAKH;;;;;AAKG;AACH,qBAAA,KAAA;AAOA;;AAEG;AACH;AAaA;;AAEG;AACH;AAWA;;AAEG;AACH;;;;;;;AAGH;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../../components/ecl-pagination/ecl-pagination-item.component.ts","../../../components/ecl-pagination/ecl-pagination-list.directive.ts","../../../components/ecl-pagination/events/ecl-pagination.event.ts","../../../components/ecl-pagination/ecl-pagination.component.ts","../../../components/ecl-pagination/ecl-pagination.module.ts","../../../components/ecl-pagination/index.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":";;;;;;AAQA;;AAEG;AACH,cAAA,2BAAA,SAAA,YAAA;AAAgE;AAGhE,cAAA,0BAAA,SAAA,gBAAA;AAOI,QAAA,UAAA;;AAcA;;AAEG;AACuB;AAE1B;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AAC4F;AAE/F;;AAEG;AAEM;AAET;;AAEG;AACM,iBAAA,MAAA;AAET;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AACO,eAAA,YAAA,CAAA,2BAAA;AAEV;AAIA;;AAEG;;AAUH;;AAEG;;AAKH;;;;;AAKG;AACH,qBAAA,KAAA;AAOA;;AAEG;AACH;AAaA;;AAEG;AACH;AAWA;;AAEG;AACH;;;;;;;AAGH;;AC1KD;;;AAGG;AACH,cAAA,0BAAA,SAAA,gBAAA;AAII;;AAEG;AACwC;;;AAC9C;;ACbD;;;AAGG;AACH,cAAA,kBAAA,SAAA,YAAA;AAKwB;AAEhB;;AAEG;AACa;AAEhB;;AAEG;AACa;AAdpB;;AAEG;AAEiB;AAEhB;;AAEG;AACa;AAEhB;;AAEG;AACa;AAIvB;;ACjBD;;;;AAIG;AACH,cAAA,sBAAA,SAAA,gBAAA,YAAA,MAAA,EAAA,SAAA;AAaI;;;;AAIG;AACM;AAET;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AACO,UAAA,YAAA,CAAA,kBAAA;AAEV;;AAEG;AACkC;AAErC;;AAEG;AACuB;AAE1B;;AAEG;;AAGH;;AAEG;AACI,WAAA,aAAA;AAEP;;;AAGG;AACH;AAQA;;;AAGG;AACH;AAWA;;AAEG;;AAKH;;AAEG;AACH;AAKA;;AAEG;AACH;AAKA;;;;AAIG;AACH;AAKA;;AAEG;AACH;AAIA;;AAEG;AACH;;;;;;;AAKH;;AClJD;;;;AAIG;AACH,cAAA,mBAAA;;;;AAImC;;ACNnC,cAAA,kBAAA,mBAAA,sBAAA,SAAA,0BAAA,SAAA,0BAAA;;;;"}
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,62 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-alpha.16 (2025-09-17)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>toolbar:</strong><ul>
|
|
106
|
+
<li>BREAKING CHANGE - remove toolbar-menu - replaced by toolbar-mega-menu component following EDS specs v1 - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([b697664f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
107
|
+
/commits/b697664f110019bfc02451dd77bf4f63b9ac2fee))</li>
|
|
108
|
+
</ul>
|
|
109
|
+
</li>
|
|
110
|
+
<li><strong>charts:</strong><ul>
|
|
111
|
+
<li>remove remaining ngModule usages in components - EUI_CHARTS import has to be used instead of EuiChartsModule - EUI-11924 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924">EUI-11924</a> ([aac43e8f](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
112
|
+
/commits/aac43e8ff59b6b35f77b5ad328260331376035b8))</li>
|
|
113
|
+
</ul>
|
|
114
|
+
</li>
|
|
115
|
+
<li><strong>eui-table:</strong><ul>
|
|
116
|
+
<li>BREAKING CHANGE - Replace eui-table by eui-table-v2 - EUI-11342 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11342">EUI-11342</a> ([099d5c0c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
117
|
+
/commits/099d5c0c6ee9b13c57e437c657d948031ad6bd85))</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
120
|
+
<li><strong>breaking changes:</strong><ul>
|
|
121
|
+
<li>remove all modules exports from components - standalone export has to be used instead - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([e4a8eb2c](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
122
|
+
/commits/e4a8eb2ca66d7c90f00ca701292475467dc28c9f))</li>
|
|
123
|
+
<li>remove all module exports from components - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([fc50fac5](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
124
|
+
/commits/fc50fac5bafe00abe459f8cf89166422aea954c5))</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</li>
|
|
127
|
+
<li><strong>styles:</strong><ul>
|
|
128
|
+
<li>Fixed eui-autocomplete & eui-chips-list with chips positions & vertical drag and drop - EUI-11354 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11354">EUI-11354</a> ([80a6bc87](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
129
|
+
/commits/80a6bc87ac813d91e4d8aa03da7d8a871525fa06))</li>
|
|
130
|
+
</ul>
|
|
131
|
+
</li>
|
|
132
|
+
<li><strong>showcase:</strong><ul>
|
|
133
|
+
<li>migrated all components to standalone - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([9974fc66](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
134
|
+
/commits/9974fc66af570b55787685ab094f7b2bae35c3a4))</li>
|
|
135
|
+
</ul>
|
|
136
|
+
</li>
|
|
137
|
+
<li><strong>layout:</strong><ul>
|
|
138
|
+
<li>BREAKING CHANGES - removal of EuiLayoutModule - EUI_LAYOUT and related sub-entries for layout components must be imported explicitely and in standalone way - EUI-11924 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11924">EUI-11924</a> ([7dd224be](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
139
|
+
/commits/7dd224beabd319b0417442d48c90d841577657b6))</li>
|
|
140
|
+
</ul>
|
|
141
|
+
</li>
|
|
142
|
+
<li><strong>deps:</strong><ul>
|
|
143
|
+
<li>BREAKING CHANGE - upgraded to Angular 21.0.0-next.3 - Typescript 5.9.2 - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> ([48e355f6](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
144
|
+
/commits/48e355f64fce1af1dc3437bcb75c8b2c0f9f772b))</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</li>
|
|
147
|
+
</ul>
|
|
148
|
+
<h5>Bug Fixes</h5>
|
|
149
|
+
<ul>
|
|
150
|
+
<li><strong>ecl-banner:</strong><ul>
|
|
151
|
+
<li>flickering issue, updated the resize funtions from ECL EUI-11357 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11357">EUI-11357</a> ([57f6ffd2](<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git">https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui.git</a>
|
|
152
|
+
/commits/57f6ffd25ceb6267895d9d05bc9054b781023a4a))</li>
|
|
153
|
+
</ul>
|
|
154
|
+
</li>
|
|
155
|
+
</ul>
|
|
156
|
+
<hr>
|
|
157
|
+
<hr>
|
|
102
158
|
<h2>21.0.0-alpha.15 (2025-09-12)</h2>
|
|
103
159
|
<h5>Chores</h5>
|
|
104
160
|
<ul>
|
|
@@ -342,6 +342,9 @@
|
|
|
342
342
|
<li>
|
|
343
343
|
<a href="#cssClasses" >cssClasses</a>
|
|
344
344
|
</li>
|
|
345
|
+
<li>
|
|
346
|
+
<a href="#anchorRole" >anchorRole</a>
|
|
347
|
+
</li>
|
|
345
348
|
<li>
|
|
346
349
|
<a href="#isIconOnly" >isIconOnly</a>
|
|
347
350
|
</li>
|
|
@@ -410,6 +413,11 @@
|
|
|
410
413
|
|
|
411
414
|
</td>
|
|
412
415
|
</tr>
|
|
416
|
+
<tr>
|
|
417
|
+
<td class="col-md-4">
|
|
418
|
+
<i>Default value : </i><code>null</code>
|
|
419
|
+
</td>
|
|
420
|
+
</tr>
|
|
413
421
|
<tr>
|
|
414
422
|
<td class="col-md-4">
|
|
415
423
|
<div class="io-description"><p>Href link for navigation.</p>
|
|
@@ -1092,6 +1100,23 @@ Prevents event propagation if no href is defined.</p>
|
|
|
1092
1100
|
|
|
1093
1101
|
</tbody>
|
|
1094
1102
|
</table>
|
|
1103
|
+
<table class="table table-sm table-bordered">
|
|
1104
|
+
<tbody>
|
|
1105
|
+
<tr>
|
|
1106
|
+
<td class="col-md-4">
|
|
1107
|
+
<a name="anchorRole"></a>
|
|
1108
|
+
<span class="name"><b>anchorRole</b><a href="#anchorRole"><span class="icon ion-ios-link"></span></a></span>
|
|
1109
|
+
</td>
|
|
1110
|
+
</tr>
|
|
1111
|
+
|
|
1112
|
+
<tr>
|
|
1113
|
+
<td class="col-md-4">
|
|
1114
|
+
<span class="accessor"><b>get</b><code>anchorRole()</code></span>
|
|
1115
|
+
</td>
|
|
1116
|
+
</tr>
|
|
1117
|
+
|
|
1118
|
+
</tbody>
|
|
1119
|
+
</table>
|
|
1095
1120
|
<table class="table table-sm table-bordered">
|
|
1096
1121
|
<tbody>
|
|
1097
1122
|
<tr>
|
|
@@ -1135,7 +1160,7 @@ Prevents event propagation if no href is defined.</p>
|
|
|
1135
1160
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1136
1161
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1137
1162
|
<script>
|
|
1138
|
-
var COMPONENT_TEMPLATE = '<div>@if (!isCurrent && !isTruncated) {@if(routerLink){<a eclLink [isIconOnly]="isIconOnly" (keydown.enter)="onPageClick($event)" (click)="onPageClick($event)" variant="standalone" attr.aria-label="{{ ariaLabel || geti18nPageAriaLabelKey() | translate: { pageNumber: label } }}" [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling" class="ecl-pagination__link eui-ecl-u-cursor-pointer" tabindex="{{tabindex ? tabindex : 0}}"> @if (isPrevious) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-270"></ecl-icon> } <span eclLinkLabel>{{ label || geti18nPageLabelKey() | translate }}</span> @if (isNext) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-90"></ecl-icon> }</a>}@if (!routerLink) {<a eclLink [isIconOnly]="isIconOnly" (keydown.enter)="onPageClick($event)" (click)="onPageClick($event)" variant="standalone" attr.aria-label="{{ ariaLabel || geti18nPageAriaLabelKey() | translate: { pageNumber: label } }}" [attr.href]="href" class="ecl-pagination__link eui-ecl-u-cursor-pointer" tabindex="{{tabindex ? tabindex : 0}}"> @if (isPrevious) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-270"></ecl-icon> } <span eclLinkLabel>{{ label || geti18nPageLabelKey() | translate }}</span> @if (isNext) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-90"></ecl-icon> }</a>}}@else if (isTruncated) {<span class="ecl-pagination__text ecl-pagination__text--summary" aria-current="true"> {{ label }}</span>}@else {<span class="ecl-pagination__text ecl-pagination__text--summary" aria-current="true"> {{ label }}</span><span class="ecl-pagination__text ecl-pagination__text--full" aria-current="true"> {{ \'ecl.pagination.PAGE\' | translate: { pageNumber: label } }} @if(pagesCount) { {{ \'ecl.common.OF\' | translate}} {{pagesCount}} }</span>}</div>'
|
|
1163
|
+
var COMPONENT_TEMPLATE = '<div>@if (!isCurrent && !isTruncated) {@if(routerLink){<a eclLink [isIconOnly]="isIconOnly" (keydown.enter)="onPageClick($event)" (click)="onPageClick($event)" variant="standalone" attr.aria-label="{{ ariaLabel || geti18nPageAriaLabelKey() | translate: { pageNumber: label } }}" [attr.role]="anchorRole" [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling" class="ecl-pagination__link eui-ecl-u-cursor-pointer" tabindex="{{tabindex ? tabindex : 0}}"> @if (isPrevious) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-270"></ecl-icon> } <span eclLinkLabel>{{ label || geti18nPageLabelKey() | translate }}</span> @if (isNext) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-90"></ecl-icon> }</a>}@if (!routerLink) {<a eclLink [isIconOnly]="isIconOnly" (keydown.enter)="onPageClick($event)" (click)="onPageClick($event)" variant="standalone" attr.aria-label="{{ ariaLabel || geti18nPageAriaLabelKey() | translate: { pageNumber: label } }}" [attr.href]="href" class="ecl-pagination__link eui-ecl-u-cursor-pointer" tabindex="{{tabindex ? tabindex : 0}}" [attr.role]="anchorRole"> @if (isPrevious) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-270"></ecl-icon> } <span eclLinkLabel>{{ label || geti18nPageLabelKey() | translate }}</span> @if (isNext) { <ecl-icon icon="corner-arrow" size="xs" transform="rotate-90"></ecl-icon> }</a>}}@else if (isTruncated) {<span class="ecl-pagination__text ecl-pagination__text--summary" aria-current="true"> {{ label }}</span>}@else {<span class="ecl-pagination__text ecl-pagination__text--summary" aria-current="true"> {{ label }}</span><span class="ecl-pagination__text ecl-pagination__text--full" aria-current="true"> {{ \'ecl.pagination.PAGE\' | translate: { pageNumber: label } }} @if(pagesCount) { {{ \'ecl.common.OF\' | translate}} {{pagesCount}} }</span>}</div>'
|
|
1139
1164
|
var COMPONENTS = [{'name': 'EclAccordionComponent', 'selector': 'ecl-accordion'},{'name': 'EclAccordionItemComponent', 'selector': 'ecl-accordion-item'},{'name': 'EclAppComponent', 'selector': 'ecl-app'},{'name': 'EclBannerComponent', 'selector': 'ecl-banner'},{'name': 'EclBlockquoteComponent', 'selector': '[eclBlockquote]'},{'name': 'EclBreadcrumbComponent', 'selector': 'ecl-breadcrumb'},{'name': 'EclBreadcrumbSegmentComponent', 'selector': 'ecl-breadcrumb-segment, li[eclBreadcrumbSegment]'},{'name': 'EclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EclCardBodyComponent', 'selector': 'ecl-card-body'},{'name': 'EclCardComponent', 'selector': 'ecl-card'},{'name': 'EclCarouselComponent', 'selector': 'ecl-carousel'},{'name': 'EclCarouselItemComponent', 'selector': 'ecl-carousel-item'},{'name': 'EclCategoryFilterComponent', 'selector': 'ecl-category-filter'},{'name': 'EclCategoryFilterItemComponent', 'selector': 'ecl-category-filter-item'},{'name': 'EclCategoryFilterListComponent', 'selector': 'ecl-category-filter-list'},{'name': 'EclCheckboxHelpComponent', 'selector': '[eclCheckboxHelp]'},{'name': 'EclCheckboxLabelComponent', 'selector': 'label[eclCheckboxLabel]'},{'name': 'EclContentBlockComponent', 'selector': 'ecl-content-block'},{'name': 'EclContentItemComponent', 'selector': 'ecl-content-item'},{'name': 'EclDateBlockComponent', 'selector': 'time[eclDateBlock]'},{'name': 'EclDescriptionListDefinitionComponent', 'selector': '[eclDescriptionListDefinition]'},{'name': 'EclExpandableComponent', 'selector': 'ecl-expandable'},{'name': 'EclFactFiguresComponent', 'selector': 'ecl-fact-figures'},{'name': 'EclFactFiguresDescriptionComponent', 'selector': 'ecl-fact-figures-description'},{'name': 'EclFactFiguresItemComponent', 'selector': 'ecl-fact-figures-item'},{'name': 'EclFactFiguresTitleComponent', 'selector': 'ecl-fact-figures-title'},{'name': 'EclFactFiguresValueComponent', 'selector': 'ecl-fact-figures-value'},{'name': 'EclFactFiguresViewAllComponent', 'selector': 'ecl-fact-figures-view-all'},{'name': 'EclFeaturedComponent', 'selector': 'ecl-featured'},{'name': 'EclFeaturedItemComponent', 'selector': 'ecl-featured-item'},{'name': 'EclFeaturedItemDescriptionComponent', 'selector': 'ecl-featured-item-description'},{'name': 'EclFeaturedItemFooterComponent', 'selector': '[eclFeaturedItemFooter]'},{'name': 'EclFileComponent', 'selector': 'ecl-file'},{'name': 'EclFileItemComponent', 'selector': 'ecl-file-item'},{'name': 'EclFileItemsComponent', 'selector': 'ecl-file-items'},{'name': 'EclFileTaxonomyComponent', 'selector': 'ecl-file-taxonomy'},{'name': 'EclFormGroupComponent', 'selector': '[eclFormGroup], ecl-form-group'},{'name': 'EclFormLabelComponent', 'selector': '[eclFormLabel]'},{'name': 'EclGalleryComponent', 'selector': 'ecl-gallery'},{'name': 'EclGalleryFooterComponent', 'selector': 'ecl-gallery-footer'},{'name': 'EclGalleryItemComponent', 'selector': 'ecl-gallery-item'},{'name': 'EclIconComponent', 'selector': 'ecl-icon'},{'name': 'EclInpageNavigationComponent', 'selector': 'ecl-inpage-navigation'},{'name': 'EclInpageNavigationItemComponent', 'selector': 'ecl-inpage-navigation-item, li[eclInpageNavigationItem]'},{'name': 'EclListIllustrationComponent', 'selector': 'ecl-list-illustration'},{'name': 'EclListIllustrationItemComponent', 'selector': 'ecl-list-illustration-item'},{'name': 'EclLoadingIndicatorComponent', 'selector': 'ecl-loading-indicator'},{'name': 'EclMediaContainerComponent', 'selector': 'ecl-media-container'},{'name': 'EclMegaMenuComponent', 'selector': 'nav[eclMegaMenu]'},{'name': 'EclMegaMenuFeaturedComponent', 'selector': 'div[eclMegaMenuFeatured]'},{'name': 'EclMegaMenuInfoComponent', 'selector': 'div[eclMegaMenuInfo]'},{'name': 'EclMegaMenuItemComponent', 'selector': 'li[eclMegaMenuItem]'},{'name': 'EclMegaMenuSubitemComponent', 'selector': 'li[eclMegaMenuSubitem]'},{'name': 'EclMenuComponent', 'selector': 'ecl-menu'},{'name': 'EclMenuItemComponent', 'selector': 'ecl-menu-item'},{'name': 'EclMenuMegaComponent', 'selector': 'ecl-menu-mega'},{'name': 'EclMenuMegaItemComponent', 'selector': 'ecl-menu-mega-item'},{'name': 'EclModalBodyComponent', 'selector': '[eclModalBody]'},{'name': 'EclModalComponent', 'selector': 'dialog[eclModal]'},{'name': 'EclModalFooterComponent', 'selector': '[eclModalFooter]'},{'name': 'EclModalHeaderComponent', 'selector': '[eclModalHeader]'},{'name': 'EclMultiselectComponent', 'selector': 'select[eclMultiselect]'},{'name': 'EclMultiselectDropdownComponent', 'selector': 'div[eclMultiselectDropdown]'},{'name': 'EclMultiselectInputComponent', 'selector': 'div[eclMultiselectInput]'},{'name': 'EclMultiselectOptgroupComponent', 'selector': 'fieldset[eclMultiselectOptgroup]'},{'name': 'EclMultiselectOptionComponent', 'selector': 'div[eclMultiselectOption]'},{'name': 'EclNavigationListComponent', 'selector': 'ecl-navigation-list'},{'name': 'EclNavigationListItemComponent', 'selector': 'ecl-navigation-list-item'},{'name': 'EclNewsTickerComponent', 'selector': 'ecl-news-ticker'},{'name': 'EclNewsTickerItemComponent', 'selector': 'ecl-news-ticker-item'},{'name': 'EclNotificationComponent', 'selector': 'ecl-notification'},{'name': 'EclPageHeaderComponent', 'selector': 'ecl-page-header'},{'name': 'EclPaginationComponent', 'selector': 'ecl-pagination'},{'name': 'EclPaginationItemComponent', 'selector': 'ecl-pagination-item, li[eclPaginationItem]'},{'name': 'EclPopoverComponent', 'selector': 'ecl-popover'},{'name': 'EclRadioHelpComponent', 'selector': '[eclRadioHelp]'},{'name': 'EclRadioLabelComponent', 'selector': '[eclRadioLabel]'},{'name': 'EclRangeBubbleComponent', 'selector': 'ecl-range-bubble'},{'name': 'EclRangeValueComponent', 'selector': 'ecl-range-value'},{'name': 'EclRatingFieldComponent', 'selector': 'ecl-rating-field'},{'name': 'EclSearchFormComponent', 'selector': 'ecl-search-form'},{'name': 'EclSelectContainerComponent', 'selector': 'ecl-select-container'},{'name': 'EclSiteFooterComponent', 'selector': 'ecl-site-footer'},{'name': 'EclSiteFooterFixedContentECComponent', 'selector': 'ecl-site-footer-fixed-content-ec'},{'name': 'EclSiteFooterFixedContentEUComponent', 'selector': 'ecl-site-footer-fixed-content-eu'},{'name': 'EclSiteHeaderActionComponent', 'selector': 'ecl-site-header-action'},{'name': 'EclSiteHeaderBannerTopComponent', 'selector': 'ecl-site-header-banner-top'},{'name': 'EclSiteHeaderComponent', 'selector': 'ecl-site-header'},{'name': 'EclSiteHeaderCustomActionComponent', 'selector': 'div[eclSiteHeaderCustomAction]'},{'name': 'EclSiteHeaderEnvironmentComponent', 'selector': '[eclSiteHeaderEnvironment]'},{'name': 'EclSiteHeaderLanguageComponent', 'selector': 'ecl-site-header-language'},{'name': 'EclSiteHeaderLanguagePopoverComponent', 'selector': 'ecl-site-header-language-popover'},{'name': 'EclSiteHeaderLoginComponent', 'selector': 'ecl-site-header-login'},{'name': 'EclSiteHeaderNotificationComponent', 'selector': 'ecl-site-header-notification'},{'name': 'EclSiteHeaderSearchComponent', 'selector': 'ecl-site-header-search'},{'name': 'EclSocialMediaFollowComponent', 'selector': 'ecl-social-media-follow'},{'name': 'EclSocialMediaFollowItemComponent', 'selector': 'ecl-social-media-follow-item'},{'name': 'EclSocialMediaShareComponent', 'selector': 'ecl-social-media-share'},{'name': 'EclSocialMediaShareItemComponent', 'selector': 'ecl-social-media-share-item'},{'name': 'EclSplashPageComponent', 'selector': 'div[eclSplashPage]'},{'name': 'EclSplashPageLanguageCategoryComponent', 'selector': 'div[eclSplashPageLanguageCategory]'},{'name': 'EclSplashPageLanguageContainerComponent', 'selector': '[eclSplashPageLanguageContainer]'},{'name': 'EclSplashPageLanguageLinkComponent', 'selector': 'a[eclSplashPageLanguageLink]'},{'name': 'EclStickyContainerComponent', 'selector': 'ecl-sticky-container'},{'name': 'EclTabComponent', 'selector': 'ecl-tab, div[eclTab]'},{'name': 'EclTabLabelComponent', 'selector': 'ecl-tab-label'},{'name': 'EclTableSortButtonComponent', 'selector': 'button[eclTableSortButton]'},{'name': 'EclTabMoreComponent', 'selector': 'ecl-tab-more'},{'name': 'EclTabsComponent', 'selector': 'div[eclTabs], ecl-tabs'},{'name': 'EclTagComponent', 'selector': 'ecl-tag, [eclTag]'},{'name': 'EclTimelineComponent', 'selector': 'ecl-timeline'},{'name': 'EclTimelineItemComponent', 'selector': 'ecl-timeline-item'},{'name': 'EclTimelineItemTogglerComponent', 'selector': 'ecl-timeline-item-toggler'}];
|
|
1140
1165
|
var DIRECTIVES = [{'name': 'EclBannerDescriptionDirective', 'selector': '[eclBannerDescription]'},{'name': 'EclBannerDescriptionLinkDirective', 'selector': '[eclBannerDescriptionLink]'},{'name': 'EclBannerDescriptionTextDirective', 'selector': '[eclBannerDescriptionText]'},{'name': 'EclBannerImageDirective', 'selector': 'img[eclBannerImage]'},{'name': 'EclBannerPictureDirective', 'selector': 'picture[eclBannerPicture]'},{'name': 'EclBannerTitleDirective', 'selector': '[eclBannerTitle]'},{'name': 'EclBannerTitleLinkDirective', 'selector': '[eclBannerTitleLink]'},{'name': 'EclBannerTitleTextDirective', 'selector': '[eclBannerTitleText]'},{'name': 'EclBannerVideoDirective', 'selector': 'video[eclBannerVideo]'},{'name': 'ECLBaseDirective', 'selector': '[eclBase]'},{'name': 'EclBlockquoteImageDirective', 'selector': 'img[eclBlockquoteImage]'},{'name': 'EclBlockquotePictureDirective', 'selector': 'picture[eclBlockquotePicture]'},{'name': 'EclBreadcrumbContainerDirective', 'selector': '[eclBreadcrumbContainer]'},{'name': 'EclButtonIconContainerDirective', 'selector': '[eclButtonIconContainer]'},{'name': 'EclButtonLabelDirective', 'selector': '[eclButtonLabel]'},{'name': 'EclCardImageDirective', 'selector': 'img[eclCardImage]'},{'name': 'EclCardPictureDirective', 'selector': 'picture[eclCardPicture]'},{'name': 'EclCheckboxDirective', 'selector': '[eclCheckbox]'},{'name': 'EclCheckboxInputDirective', 'selector': 'input[eclCheckboxInput]'},{'name': 'ECLClickOutsideDirective', 'selector': '[eclClickOutside]'},{'name': 'EclContentBlockDescriptionDirective', 'selector': '[eclContentBlockDescription]'},{'name': 'EclContentBlockLabelDirective', 'selector': '[eclContentBlockLabel]'},{'name': 'EclContentBlockLabelsDirective', 'selector': '[eclContentBlockLabels]'},{'name': 'EclContentBlockLinkDirective', 'selector': '[eclContentBlockLink]'},{'name': 'EclContentBlockLinksContainerDirective', 'selector': '[eclContentBlockLinksContainer]'},{'name': 'EclContentBlockLinksDirective', 'selector': '[eclContentBlockLinks]'},{'name': 'EclContentBlockListContainerDirective', 'selector': '[eclContentBlockListContainer]'},{'name': 'EclContentBlockListDirective', 'selector': '[eclContentBlockList]'},{'name': 'EclContentBlockPrimaryMetaDirective', 'selector': '[eclContentBlockPrimaryMeta]'},{'name': 'EclContentBlockPrimaryMetasDirective', 'selector': '[eclContentBlockPrimaryMetas]'},{'name': 'EclContentBlockSecondaryMetaDirective', 'selector': '[eclContentBlockSecondaryMeta]'},{'name': 'EclContentBlockSecondaryMetaIconDirective', 'selector': '[eclContentBlockSecondaryMetaIcon]'},{'name': 'EclContentBlockSecondaryMetaLabelDirective', 'selector': '[eclContentBlockSecondaryMetaLabel]'},{'name': 'EclContentBlockSecondaryMetasDirective', 'selector': '[eclContentBlockSecondaryMetas]'},{'name': 'EclContentBlockTagDirective', 'selector': '[eclContentBlockTag]'},{'name': 'EclContentBlockTagsDirective', 'selector': '[eclContentBlockTags]'},{'name': 'EclContentBlockTitleDirective', 'selector': '[eclContentBlockTitle]'},{'name': 'EclContentItemImageDirective', 'selector': '[eclContentItemImage]'},{'name': 'EclContentItemPictureDirective', 'selector': '[eclContentItemPicture]'},{'name': 'EclDatePickerDirective', 'selector': 'input[eclDatePicker]'},{'name': 'EclDescriptionListDefinitionItemDirective', 'selector': '[eclDescriptionListDefinitionItem]'},{'name': 'EclDescriptionListDefinitionListDirective', 'selector': '[eclDescriptionListDefinitionList]'},{'name': 'EclDescriptionListDirective', 'selector': '[eclDescriptionList]'},{'name': 'EclDescriptionListTermDirective', 'selector': '[eclDescriptionListTerm]'},{'name': 'EclFeaturedItemFooterLinkDirective', 'selector': '[eclFeaturedItemFooterLink]'},{'name': 'EclFeaturedItemFooterPictureDirective', 'selector': 'picture[eclFeaturedItemFooterPicture]'},{'name': 'EclFeaturedItemLinkDirective', 'selector': '[eclFeaturedItemLink]'},{'name': 'EclFeedbackMessageDirective', 'selector': '[eclFeedbackMessage]'},{'name': 'EclFileDownloadDirective', 'selector': '[eclFileDownload]'},{'name': 'EclFileImageDirective', 'selector': 'img[eclFileImage]'},{'name': 'EclFilePictureDirective', 'selector': 'picture[eclFilePicture]'},{'name': 'EclFilePreviewDirective', 'selector': '[eclFilePreview]'},{'name': 'EclFileTitleDirective', 'selector': '[eclFileTitle]'},{'name': 'EclFileTranslationDownloadDirective', 'selector': '[eclFileTranslationDownload]'},{'name': 'EclFileUploadDirective', 'selector': '[eclFileUpload]'},{'name': 'ECLFormLabelOptionalDirective', 'selector': '[eclFormLabelOptional]'},{'name': 'EclGalleryMediaDirective', 'selector': '[eclGalleryMedia], [eclGalleryImage]'},{'name': 'EclGalleryPictureDirective', 'selector': 'picture[eclGalleryPicture]'},{'name': 'EclGalleryThumbnailDirective', 'selector': 'picture[eclGalleryThumbnail]'},{'name': 'EclHelpBlockDirective', 'selector': '[eclHelpBlock]'},{'name': 'EclHiddenDirective', 'selector': '[eclHidden]'},{'name': 'EclIndicatorDirective', 'selector': '[eclIndicator]'},{'name': 'EclInpageNavigationListDirective', 'selector': 'ul[eclInpageNavigationList]'},{'name': 'EclLabelDirective', 'selector': '[eclLabel]'},{'name': 'EclLinkDirective', 'selector': '[eclLink]'},{'name': 'EclLinkIconContainerDirective', 'selector': '[eclLinkIconContainer]'},{'name': 'EclLinkIndicatorDirective', 'selector': '[eclIndicator]'},{'name': 'EclLinkLabelDirective', 'selector': '[eclLinkLabel]'},{'name': 'EclListIllustrationIconDirective', 'selector': '[eclListIllustrationIcon]'},{'name': 'EclListIllustrationImageDirective', 'selector': 'img[eclListIllustrationImage]'},{'name': 'EclListIllustrationPictureDirective', 'selector': 'picture[eclListIllustrationPicture]'},{'name': 'EclLoadingIndicatorLabelDirective', 'selector': '[eclLoadingIndicatorLabel]'},{'name': 'EclLoadingIndicatorOverlayDirective', 'selector': '[eclLoadingIndicatorOverlay]'},{'name': 'EclMediaContainerIframeDirective', 'selector': 'iframe[eclMediaContainerIframe]'},{'name': 'EclMediaContainerItemAudioDescriptionDirective', 'selector': '[eclMediaContainerItemAudioDescription]'},{'name': 'EclMediaContainerItemDirective', 'selector': '[eclMediaContainerItem], img[eclMediaContainerImage]'},{'name': 'EclMediaContainerPictureDirective', 'selector': 'picture[eclMediaContainerPicture]'},{'name': 'EclMegaMenuContainerDirective', 'selector': 'div[eclMegaMenuContainer]'},{'name': 'EclMegaMenuFeaturedImageDirective', 'selector': '[eclMegaMenuFeaturedImage]'},{'name': 'EclMegaMenuFeaturedListDirective', 'selector': '[eclMegaMenuFeaturedList]'},{'name': 'EclMegaMenuFeaturedListItemDirective', 'selector': '[eclMegaMenuFeaturedListItem]'},{'name': 'EclMegaMenuFeaturedPictureDirective', 'selector': '[eclMegaMenuFeaturedPicture]'},{'name': 'EclMegaMenuListDirective', 'selector': 'ul[eclMegaMenuList]'},{'name': 'EclMegaMenuSpacerDirective', 'selector': 'ul[eclMegaMenuSpacer]'},{'name': 'EclMegaMenuSublistDirective', 'selector': 'ul[eclMegaMenuSublist]'},{'name': 'EclModalBodyFixedContentDirective', 'selector': '[eclModalBodyFixedContent]'},{'name': 'EclModalCloseDirective', 'selector': '[eclModalClose]'},{'name': 'EclModalTriggerDirective', 'selector': '[eclModalTriggerFor]'},{'name': 'EclMultiselectOptionDirective', 'selector': 'optgroup[eclMultiselectOptgroup], option[eclMultiselectOption]'},{'name': 'EclNavigationListImageDirective', 'selector': 'img[eclNavigationListImage]'},{'name': 'EclNavigationListPictureDirective', 'selector': 'picture[eclNavigationListPicture]'},{'name': 'EclNewsTickerIconDirective', 'selector': '[eclNewsTickerIcon]'},{'name': 'EclNotificationTitleDirective', 'selector': '[eclNotificationTitle]'},{'name': 'EclOrderedListDirective', 'selector': '[eclOrderedList]'},{'name': 'EclOrderedListItemDirective', 'selector': '[eclOrderedListItem]'},{'name': 'EclPageHeaderBackgroundImageDirective', 'selector': '[eclPageHeaderBackgroundImage]'},{'name': 'EclPageHeaderBackgroundPictureDirective', 'selector': '[eclPageHeaderBackgroundPicture]'},{'name': 'EclPageHeaderDescriptionContainerDirective', 'selector': '[eclPageHeaderDescriptionContainer]'},{'name': 'EclPageHeaderDescriptionDirective', 'selector': '[eclPageHeaderDescription]'},{'name': 'EclPageHeaderDescriptionPictureDirective', 'selector': '[eclPageHeaderDescriptionPicture]'},{'name': 'EclPageHeaderDescriptionThumbnailDirective', 'selector': '[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage]'},{'name': 'EclPageHeaderInfoDirective', 'selector': '[eclPageHeaderInfo]'},{'name': 'EclPageHeaderMetaDirective', 'selector': '[eclPageHeaderMeta]'},{'name': 'EclPageHeaderMetaItemDirective', 'selector': '[eclPageHeaderMetaItem]'},{'name': 'EclPageHeaderTitleDirective', 'selector': '[eclPageHeaderTitle]'},{'name': 'EclPaginationListDirective', 'selector': '[eclPaginationList]'},{'name': 'EclPopoverContentDirective', 'selector': '[eclPopoverContent]'},{'name': 'EclPopoverToggleDirective', 'selector': '[eclPopoverToggle]'},{'name': 'EclRadioDirective', 'selector': '[eclRadio]'},{'name': 'EclRadioInputDirective', 'selector': 'input[eclRadioInput]'},{'name': 'EclRangeDirective', 'selector': 'input[eclRange]'},{'name': 'EclSelectDirective', 'selector': 'select[eclSelect]'},{'name': 'EclSeparatorDirective', 'selector': 'hr[eclSeparator]'},{'name': 'EclSiteFooterColumnDirective', 'selector': '[eclSiteFooterColumn]'},{'name': 'EclSiteFooterContentDirective', 'selector': '[eclSiteFooterContent]'},{'name': 'EclSiteFooterDescriptionDirective', 'selector': '[eclSiteFooterDescription]'},{'name': 'EclSiteFooterLinkDirective', 'selector': '[eclSiteFooterLink]'},{'name': 'EclSiteFooterListDirective', 'selector': '[eclSiteFooterList]'},{'name': 'EclSiteFooterListItemDirective', 'selector': '[eclSiteFooterListItem]'},{'name': 'EclSiteFooterLogoDirective', 'selector': '[eclSiteFooterLogo]'},{'name': 'EclSiteFooterLogoImageDirective', 'selector': 'img[eclSiteFooterLogoImage]'},{'name': 'EclSiteFooterLogoItemDirective', 'selector': '[eclSiteFooterLogoItem]'},{'name': 'EclSiteFooterLogoLinkDirective', 'selector': '[eclSiteFooterLogoLink]'},{'name': 'EclSiteFooterLogoListDirective', 'selector': '[eclSiteFooterLogoList]'},{'name': 'EclSiteFooterPictureDirective', 'selector': 'picture[eclSiteFooterPicture]'},{'name': 'EclSiteFooterRowDirective', 'selector': '[eclSiteFooterRow]'},{'name': 'EclSiteFooterSectionDirective', 'selector': '[eclSiteFooterSection]'},{'name': 'EclSiteFooterTitleDirective', 'selector': '[eclSiteFooterTitle]'},{'name': 'EclSiteFooterTitleLinkDirective', 'selector': '[eclSiteFooterTitleLink]'},{'name': 'EclSiteHeaderCtaDirective', 'selector': '[eclSiteHeaderCta]'},{'name': 'EclSiteHeaderCustomActionContentDirective', 'selector': 'div[eclSiteHeaderCustomActionContent]'},{'name': 'EclSiteHeaderCustomActionLinkDirective', 'selector': 'a[eclSiteHeaderCustomActionLink]'},{'name': 'EclSiteHeaderCustomActionTitleDirective', 'selector': 'div[eclSiteHeaderCustomActionTitle]'},{'name': 'EclSiteHeaderImageDirective', 'selector': '[eclSiteHeaderImage]'},{'name': 'EclSiteHeaderLinkDirective', 'selector': '[eclSiteHeaderLink]'},{'name': 'EclSiteHeaderLoginDescriptionDirective', 'selector': '[eclSiteHeaderLoginDescription]'},{'name': 'EclSiteHeaderLoginSeparatorDirective', 'selector': '[eclSiteHeaderLoginSeparator]'},{'name': 'EclSiteHeaderPictureDirective', 'selector': '[eclSiteHeaderPicture]'},{'name': 'EclSocialMediaFollowLinkDirective', 'selector': '[eclSocialMediaFollowLink]'},{'name': 'EclSocialMediaShareLinkDirective', 'selector': '[eclSocialMediaShareLink]'},{'name': 'EclSplashPageLanguageItemDirective', 'selector': '[eclSplashPageLanguageItem]'},{'name': 'EclSplashPageLanguageListDirective', 'selector': '[eclSplashPageLanguageList]'},{'name': 'EclSplashPageLogoImageDirective', 'selector': 'img[eclSplashPageLogoImage]'},{'name': 'EclSplashPageLogoLinkDirective', 'selector': 'img[eclSplashPageLogoLink]'},{'name': 'EclSplashPagePictureDirective', 'selector': 'picture[eclSplashPagePicture]'},{'name': 'EclTableBodyDirective', 'selector': '[eclTableBody]'},{'name': 'EclTableCaptionDirective', 'selector': 'caption[eclTableCaption]'},{'name': 'EclTableCellDirective', 'selector': '[eclTableCell]'},{'name': 'EclTableCellGroupDirective', 'selector': '[eclTableCellGroup]'},{'name': 'EclTableDirective', 'selector': '[eclTable]'},{'name': 'EclTableHeadDirective', 'selector': '[eclTableHead]'},{'name': 'EclTableHeaderDirective', 'selector': '[eclTableHeader]'},{'name': 'EclTableResponsiveDirective', 'selector': '[eclTableResponsive]'},{'name': 'EclTableRowDirective', 'selector': '[eclTableRow]'},{'name': 'EclTagIconExternalDirective', 'selector': '[eclTagIconExternal]'},{'name': 'EclTagSetDirective', 'selector': '[eclTagSet]'},{'name': 'EclTagSetItemDirective', 'selector': '[eclTagSetItem]'},{'name': 'EclTextAreaDirective', 'selector': 'textarea[eclTextArea]'},{'name': 'EclTextInputDirective', 'selector': 'input[eclTextInput]'},{'name': 'EclTimelineItemLabelDirective', 'selector': '[eclTimelineItemLabel]'},{'name': 'EclTimelineItemTitleDirective', 'selector': '[eclTimelineItemTitle]'},{'name': 'EclUnorderedListDirective', 'selector': '[eclUnorderedList]'},{'name': 'EclUnorderedListItemDirective', 'selector': '[eclUnorderedListItem]'}];
|
|
1141
1166
|
var ACTUAL_COMPONENT = {'name': 'EclPaginationItemComponent'};
|