@eui/ecl 22.0.0-alpha.1 → 22.0.0-alpha.3
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 +122 -0
- package/docs/components/EclCategoryFilterComponent.html +23 -187
- package/docs/components/EclCategoryFilterItemComponent.html +111 -274
- package/docs/components/EclCategoryFilterListComponent.html +9 -225
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +141 -347
- package/docs/llms.txt +3 -11
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs +94 -129
- package/fesm2022/eui-ecl-components-ecl-category-filter.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-category-filter.d.ts +32 -56
- package/types/eui-ecl-components-ecl-category-filter.d.ts.map +1 -1
package/docs/changelog.html
CHANGED
|
@@ -106,6 +106,128 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
<h2>22.0.0-alpha.2 (2026-08-26)</h2>
|
|
110
|
+
<h5>Chores</h5>
|
|
111
|
+
<ul>
|
|
112
|
+
<li><strong>other:</strong><ul>
|
|
113
|
+
<li>update jsdom to version 30.0.1 - EUI-12814 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12814">EUI-12814</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b513fe9caedf4c6a4cd80f95903437d4716ef9b4">b513fe9c</a>)</li>
|
|
114
|
+
<li>remove wrongly injected devDeps in the root package.json (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ce6870bd6f2feeee39f68d5b576ee6212d9f60a7">ce6870bd</a>)</li>
|
|
115
|
+
<li>force rebuild - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/8f79e5d677c40021b0dad9f9b230e29f9f740a0d">8f79e5d6</a>)</li>
|
|
116
|
+
<li>update csdr-config (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5536eeb7a824bf9d8a87b4971081a2627d1be5c9">5536eeb7</a>)</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</li>
|
|
119
|
+
<li><strong>eui-tree:</strong><ul>
|
|
120
|
+
<li>signals migration - EUI-12728 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12728">EUI-12728</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/438d2e6e53d689af70b1c9fffae649b7e480cf5e">438d2e6e</a>)</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</li>
|
|
123
|
+
<li><strong>ecl-category-filter:</strong><ul>
|
|
124
|
+
<li>fix for accessibility EUI-12801 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801">EUI-12801</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/7554a43086fe09cd57a73fbc71836ae532bdcb96">7554a430</a>)</li>
|
|
125
|
+
<li>added tests + fixed accessibility issues EUI-12801 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12801">EUI-12801</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/46829da2152b311a81f372a8b15b6f8bfbfc5d68">46829da2</a>)</li>
|
|
126
|
+
</ul>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
<h5>Bug Fixes</h5>
|
|
130
|
+
<ul>
|
|
131
|
+
<li><strong>components:</strong><ul>
|
|
132
|
+
<li>resolve signal migration test failures in input components (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/efd64860406d5b43923b0246c1be60b08c572495">efd64860</a>)</li>
|
|
133
|
+
</ul>
|
|
134
|
+
</li>
|
|
135
|
+
<li><strong>eui-avatar-image:</strong><ul>
|
|
136
|
+
<li>update avatar image handling to use function calls for imageUrl - EUI-12729 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12729">EUI-12729</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2b12012e7f39dc215bdade0bdd520404607cc65d">2b12012e</a>)</li>
|
|
137
|
+
</ul>
|
|
138
|
+
</li>
|
|
139
|
+
</ul>
|
|
140
|
+
<h5>Refactors</h5>
|
|
141
|
+
<ul>
|
|
142
|
+
<li><strong>input-checkbox,input-radio:</strong><ul>
|
|
143
|
+
<li>migrate to Signal APIs (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52e0f39f52299909165d2178e7658e60684b33ae">52e0f39f</a>)</li>
|
|
144
|
+
</ul>
|
|
145
|
+
</li>
|
|
146
|
+
<li><strong>other:</strong><ul>
|
|
147
|
+
<li>update checkbox component to use signals for checked state management - EUI-12726 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12726">EUI-12726</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/bc8fd5a8e9ddb54b2c885f74e7e6fb7f066310bc">bc8fd5a8</a>)</li>
|
|
148
|
+
</ul>
|
|
149
|
+
</li>
|
|
150
|
+
<li><strong>eui-menu:</strong><ul>
|
|
151
|
+
<li>migrate to Angular Signal APIs (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b9129d9d0e6113168c43a2b188a7c75692cbac6f">b9129d9d</a>)</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</li>
|
|
154
|
+
<li><strong>shared:</strong><ul>
|
|
155
|
+
<li>migrate input.directive.ts to Angular Signal APIs (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/244ee470e49bbbf4a6e39765911a499bfe9214b7">244ee470</a>)</li>
|
|
156
|
+
</ul>
|
|
157
|
+
</li>
|
|
158
|
+
</ul>
|
|
159
|
+
<hr>
|
|
160
|
+
<hr>
|
|
161
|
+
<h2>22.0.0-alpha.1 (2026-08-24)</h2>
|
|
162
|
+
<h5>Chores</h5>
|
|
163
|
+
<ul>
|
|
164
|
+
<li><strong>other:</strong><ul>
|
|
165
|
+
<li>updated to 22.x - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c3a7ce1bb1dc9550b9eb0bc732eb5f521f284bc7">c3a7ce1b</a>)</li>
|
|
166
|
+
<li>updated readme file - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dd0bb214d32ae82486036f73a971b723b3975b04">dd0bb214</a>)</li>
|
|
167
|
+
<li>add missing deps (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f929f5b9170181c5a49ac5c12d04c8636f0ecbc">0f929f5b</a>)</li>
|
|
168
|
+
</ul>
|
|
169
|
+
</li>
|
|
170
|
+
<li><strong>eui-autocomplete:</strong><ul>
|
|
171
|
+
<li>Migrate component to Signal - EUI-12743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12743">EUI-12743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/892615ac0ac754af57729bce498f239bd252177f">892615ac</a>)</li>
|
|
172
|
+
</ul>
|
|
173
|
+
</li>
|
|
174
|
+
<li><strong>ecl-carousel:</strong><ul>
|
|
175
|
+
<li>added tests EUI-12772 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12772">EUI-12772</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/52c7df915873d856c86d9a458de710164fbdf85b">52c7df91</a>)</li>
|
|
176
|
+
</ul>
|
|
177
|
+
</li>
|
|
178
|
+
<li><strong>eui-menu:</strong><ul>
|
|
179
|
+
<li>export EuiMenuItem from @eui/core (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/474331f3e284b13e6b5ea3e18d150bf5127d6b61">474331f3</a>)</li>
|
|
180
|
+
</ul>
|
|
181
|
+
</li>
|
|
182
|
+
<li><strong>i18n:</strong><ul>
|
|
183
|
+
<li>update translate mocks and specs for loader and currentLang (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/4255c3346d98e31c531eba73a8ffa878cfc0eba0">4255c334</a>)</li>
|
|
184
|
+
</ul>
|
|
185
|
+
</li>
|
|
186
|
+
<li><strong>ecl-card:</strong><ul>
|
|
187
|
+
<li>added tests,removed deprecation EUI-12771 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12771">EUI-12771</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/78a130c1b39af3a0f2aca6b832e2661aa4ce15d3">78a130c1</a>)</li>
|
|
188
|
+
</ul>
|
|
189
|
+
</li>
|
|
190
|
+
<li><strong>eui-slider:</strong><ul>
|
|
191
|
+
<li>Implements Signal Forms POC - EUI-11514 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11514">EUI-11514</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e4398b488fdb4a258d389049b92da4082ff8b238">e4398b48</a>)</li>
|
|
192
|
+
</ul>
|
|
193
|
+
</li>
|
|
194
|
+
<li><strong>ecl-button:</strong><ul>
|
|
195
|
+
<li>added tests EUI-12770 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12770">EUI-12770</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/236baf75f3278872ab57e4b2466035ff71293735">236baf75</a>)</li>
|
|
196
|
+
</ul>
|
|
197
|
+
</li>
|
|
198
|
+
<li><strong>ecl-breadcrumb:</strong><ul>
|
|
199
|
+
<li>deleted ecl-breadcrumb selector + added tests EUI-12769 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12769">EUI-12769</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/30cbbd2063fc5eb3a7f1b88abb8592144a3f3043">30cbbd20</a>)</li>
|
|
200
|
+
</ul>
|
|
201
|
+
</li>
|
|
202
|
+
<li><strong>ecl-blockquote:</strong><ul>
|
|
203
|
+
<li>create tests EUI-12764 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12764">EUI-12764</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/425f9ad63dda1b96f42c3b05fdba533925b8248a">425f9ad6</a>)</li>
|
|
204
|
+
</ul>
|
|
205
|
+
</li>
|
|
206
|
+
<li><strong>eui-popover:</strong><ul>
|
|
207
|
+
<li>Migrate component to Signal - EUI-12730 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12730">EUI-12730</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/5e2bc866b403aabf53bd0c41e652829bdba43d0d">5e2bc866</a>)</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</li>
|
|
210
|
+
<li><strong>eui-tabs:</strong><ul>
|
|
211
|
+
<li>Migrate components to Signal - EUI-12708 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12708">EUI-12708</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c3284a4d89e87f0ce04bf721984c90506027586a">c3284a4d</a>)</li>
|
|
212
|
+
</ul>
|
|
213
|
+
</li>
|
|
214
|
+
<li><strong>deps:</strong><ul>
|
|
215
|
+
<li>adjusted dependencies for vulnerabilities high/moderate audit (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e22f6239750bc6f4b323fd21e9ca802ccc489242">e22f6239</a>)</li>
|
|
216
|
+
<li>cleanup (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2d381ad3f6834722246f8ce74431ff4da2252690">2d381ad3</a>)</li>
|
|
217
|
+
<li>upgraded to Angular 22.1.2 - EUI-12605 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12605">EUI-12605</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/dc232dc7f9703c97b243fbc4af440dcca890cfcd">dc232dc7</a>)</li>
|
|
218
|
+
</ul>
|
|
219
|
+
</li>
|
|
220
|
+
</ul>
|
|
221
|
+
<h5>Bug Fixes</h5>
|
|
222
|
+
<ul>
|
|
223
|
+
<li><strong>other:</strong><ul>
|
|
224
|
+
<li>linting issues (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/504fecb3f16733545dfff57fbd094b5bb7509edc">504fecb3</a>)</li>
|
|
225
|
+
<li>align specs and components with Angular Signal APIs for all tests - EUI-12806 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12806">EUI-12806</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/827ee82431c757f3517083d886c5f8f8b362ba39">827ee824</a>)</li>
|
|
226
|
+
</ul>
|
|
227
|
+
</li>
|
|
228
|
+
</ul>
|
|
229
|
+
<hr>
|
|
230
|
+
<hr>
|
|
109
231
|
<h2>23.0.0-alpha.13 (2026-08-19)</h2>
|
|
110
232
|
<h5>Chores</h5>
|
|
111
233
|
<ul>
|
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
<h3>Implements</h3>
|
|
149
149
|
</p>
|
|
150
150
|
<p class="comment">
|
|
151
|
-
<code><a href="https://angular.dev/api/core/AfterContentInit" target="_blank" >AfterContentInit</a></code>
|
|
152
151
|
<code><a href="https://angular.dev/api/core/OnDestroy" target="_blank" >OnDestroy</a></code>
|
|
153
152
|
</p>
|
|
154
153
|
|
|
@@ -163,6 +162,10 @@
|
|
|
163
162
|
|
|
164
163
|
|
|
165
164
|
|
|
165
|
+
<tr>
|
|
166
|
+
<td class="col-md-3">host</td>
|
|
167
|
+
<td class="col-md-9"><code>{<br>}</code></td>
|
|
168
|
+
</tr>
|
|
166
169
|
|
|
167
170
|
|
|
168
171
|
|
|
@@ -219,9 +222,6 @@
|
|
|
219
222
|
<li>
|
|
220
223
|
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
221
224
|
</li>
|
|
222
|
-
<li>
|
|
223
|
-
<code><a href="https://angular.dev/api/core/AfterContentInit" target="_blank" >AfterContentInit</a></code>
|
|
224
|
-
</li>
|
|
225
225
|
<li>
|
|
226
226
|
<code><a href="https://angular.dev/api/core/OnDestroy" target="_blank" >OnDestroy</a></code>
|
|
227
227
|
</li>
|
|
@@ -243,12 +243,7 @@
|
|
|
243
243
|
<ul class="index-list">
|
|
244
244
|
<li>
|
|
245
245
|
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
246
|
-
<span class="modifier"
|
|
247
|
-
<a href="#className" >className</a>
|
|
248
|
-
</li>
|
|
249
|
-
<li>
|
|
250
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
251
|
-
<span class="modifier"></span>
|
|
246
|
+
<span class="modifier">Readonly</span>
|
|
252
247
|
<a href="#eclCategoryFilterItemsAll" >eclCategoryFilterItemsAll</a>
|
|
253
248
|
</li>
|
|
254
249
|
<li>
|
|
@@ -256,11 +251,6 @@
|
|
|
256
251
|
<span class="modifier">Readonly</span>
|
|
257
252
|
<a href="#eclCategoryList" >eclCategoryList</a>
|
|
258
253
|
</li>
|
|
259
|
-
<li>
|
|
260
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">P</span>
|
|
261
|
-
<span class="modifier"></span>
|
|
262
|
-
<a href="#role" >role</a>
|
|
263
|
-
</li>
|
|
264
254
|
</ul>
|
|
265
255
|
</td>
|
|
266
256
|
</tr>
|
|
@@ -315,30 +305,24 @@
|
|
|
315
305
|
</table>
|
|
316
306
|
|
|
317
307
|
|
|
318
|
-
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
</section>
|
|
311
|
+
|
|
312
|
+
<section data-compodoc="block-constructor">
|
|
313
|
+
<h3 id="constructor">Constructor</h3>
|
|
314
|
+
<table class="table table-sm table-bordered">
|
|
319
315
|
<tbody>
|
|
320
316
|
<tr>
|
|
321
|
-
<td class="col-md-
|
|
322
|
-
|
|
323
|
-
</td>
|
|
324
|
-
<td class="col-md-9">
|
|
325
|
-
<ul class="index-list">
|
|
326
|
-
<li>
|
|
327
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">HB</span><a href="#attr.role" >attr.role</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li>
|
|
330
|
-
<span class="reference-badge reference-badge--property" aria-hidden="true">HB</span><a href="#class.ecl-category-filter" >class.ecl-category-filter</a>
|
|
331
|
-
</li>
|
|
332
|
-
</ul>
|
|
317
|
+
<td class="col-md-4">
|
|
318
|
+
<code>constructor()</code>
|
|
333
319
|
</td>
|
|
334
320
|
</tr>
|
|
321
|
+
|
|
335
322
|
</tbody>
|
|
336
323
|
</table>
|
|
337
|
-
|
|
338
|
-
|
|
339
324
|
</section>
|
|
340
325
|
|
|
341
|
-
|
|
342
326
|
<section data-compodoc="block-inputs">
|
|
343
327
|
<h3 id="inputs">Inputs</h3>
|
|
344
328
|
<table class="table table-sm table-bordered">
|
|
@@ -447,73 +431,6 @@ will be marked as current and automatically expanded on initialization.</p>
|
|
|
447
431
|
</section>
|
|
448
432
|
|
|
449
433
|
|
|
450
|
-
<section data-compodoc="block-properties">
|
|
451
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
452
|
-
<tbody>
|
|
453
|
-
<tr>
|
|
454
|
-
<td class="col-md-4">
|
|
455
|
-
<a name="attr.role"></a>
|
|
456
|
-
<span class="name">
|
|
457
|
-
<span ><b>attr.role</b></span>
|
|
458
|
-
<a href="#attr.role"><span class="icon ion-ios-link"></span></a>
|
|
459
|
-
</span>
|
|
460
|
-
</td>
|
|
461
|
-
</tr>
|
|
462
|
-
<tr>
|
|
463
|
-
<td class="col-md-4">
|
|
464
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
465
|
-
|
|
466
|
-
</td>
|
|
467
|
-
</tr>
|
|
468
|
-
<tr>
|
|
469
|
-
<td class="col-md-4">
|
|
470
|
-
<i>Default value : </i><code>'navigation'</code>
|
|
471
|
-
</td>
|
|
472
|
-
</tr>
|
|
473
|
-
|
|
474
|
-
<tr>
|
|
475
|
-
<td class="col-md-4">
|
|
476
|
-
<div class="io-description"><p>Defines the ARIA role for the host element. Always set to "navigation".</p>
|
|
477
|
-
</div>
|
|
478
|
-
</td>
|
|
479
|
-
</tr>
|
|
480
|
-
|
|
481
|
-
</tbody>
|
|
482
|
-
</table>
|
|
483
|
-
<table class="table table-sm table-bordered">
|
|
484
|
-
<tbody>
|
|
485
|
-
<tr>
|
|
486
|
-
<td class="col-md-4">
|
|
487
|
-
<a name="class.ecl-category-filter"></a>
|
|
488
|
-
<span class="name">
|
|
489
|
-
<span ><b>class.ecl-category-filter</b></span>
|
|
490
|
-
<a href="#class.ecl-category-filter"><span class="icon ion-ios-link"></span></a>
|
|
491
|
-
</span>
|
|
492
|
-
</td>
|
|
493
|
-
</tr>
|
|
494
|
-
<tr>
|
|
495
|
-
<td class="col-md-4">
|
|
496
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
497
|
-
|
|
498
|
-
</td>
|
|
499
|
-
</tr>
|
|
500
|
-
<tr>
|
|
501
|
-
<td class="col-md-4">
|
|
502
|
-
<i>Default value : </i><code>true</code>
|
|
503
|
-
</td>
|
|
504
|
-
</tr>
|
|
505
|
-
|
|
506
|
-
<tr>
|
|
507
|
-
<td class="col-md-4">
|
|
508
|
-
<div class="io-description"><p>Static class applied to the host element for styling.
|
|
509
|
-
Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
510
|
-
</div>
|
|
511
|
-
</td>
|
|
512
|
-
</tr>
|
|
513
|
-
|
|
514
|
-
</tbody>
|
|
515
|
-
</table>
|
|
516
|
-
</section>
|
|
517
434
|
|
|
518
435
|
|
|
519
436
|
<section data-compodoc="block-methods">
|
|
@@ -593,11 +510,11 @@ Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
|
593
510
|
<tbody>
|
|
594
511
|
<tr>
|
|
595
512
|
<td class="col-md-4">
|
|
596
|
-
<a name="
|
|
513
|
+
<a name="eclCategoryFilterItemsAll"></a>
|
|
597
514
|
<span class="name">
|
|
598
|
-
<span class="modifier"
|
|
599
|
-
<span ><b>
|
|
600
|
-
<a href="#
|
|
515
|
+
<span class="modifier">Readonly</span>
|
|
516
|
+
<span ><b>eclCategoryFilterItemsAll</b></span>
|
|
517
|
+
<a href="#eclCategoryFilterItemsAll"><span class="icon ion-ios-link"></span></a>
|
|
601
518
|
</span>
|
|
602
519
|
</td>
|
|
603
520
|
</tr>
|
|
@@ -609,60 +526,21 @@ Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
|
609
526
|
</tr>
|
|
610
527
|
<tr>
|
|
611
528
|
<td class="col-md-4">
|
|
612
|
-
<i>Default value : </i><code>
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
<tr>
|
|
616
|
-
<td class="col-md-4">
|
|
617
|
-
<b>Decorators : </b>
|
|
618
|
-
<br />
|
|
619
|
-
<code>
|
|
620
|
-
@HostBinding('class.ecl-category-filter')<br />
|
|
621
|
-
</code>
|
|
529
|
+
<i>Default value : </i><code>contentChildren<EclCategoryFilterItemComponent>(
|
|
530
|
+
forwardRef(() => EclCategoryFilterItemComponent), { descendants: true }
|
|
531
|
+
)</code>
|
|
622
532
|
</td>
|
|
623
533
|
</tr>
|
|
624
534
|
|
|
625
535
|
<tr>
|
|
626
536
|
<td class="col-md-4">
|
|
627
|
-
<div class="io-description"><p>
|
|
628
|
-
Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
537
|
+
<div class="io-description"><p>Signal-based query for all descendant category filter items.</p>
|
|
629
538
|
</div>
|
|
630
539
|
</td>
|
|
631
540
|
</tr>
|
|
632
541
|
|
|
633
542
|
</tbody>
|
|
634
543
|
</table>
|
|
635
|
-
<table class="table table-sm table-bordered">
|
|
636
|
-
<tbody>
|
|
637
|
-
<tr>
|
|
638
|
-
<td class="col-md-4">
|
|
639
|
-
<a name="eclCategoryFilterItemsAll"></a>
|
|
640
|
-
<span class="name">
|
|
641
|
-
<span class="modifier"></span>
|
|
642
|
-
<span ><b>eclCategoryFilterItemsAll</b></span>
|
|
643
|
-
<a href="#eclCategoryFilterItemsAll"><span class="icon ion-ios-link"></span></a>
|
|
644
|
-
</span>
|
|
645
|
-
</td>
|
|
646
|
-
</tr>
|
|
647
|
-
<tr>
|
|
648
|
-
<td class="col-md-4">
|
|
649
|
-
<i>Type : </i> <code><a href="../interfaces/EclCategoryFilterItem.html" target="_self" >QueryList<EclCategoryFilterItemComponent></a></code>
|
|
650
|
-
|
|
651
|
-
</td>
|
|
652
|
-
</tr>
|
|
653
|
-
<tr>
|
|
654
|
-
<td class="col-md-4">
|
|
655
|
-
<b>Decorators : </b>
|
|
656
|
-
<br />
|
|
657
|
-
<code>
|
|
658
|
-
@ContentChildren(undefined, {descendants: true})<br />
|
|
659
|
-
</code>
|
|
660
|
-
</td>
|
|
661
|
-
</tr>
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
</tbody>
|
|
665
|
-
</table>
|
|
666
544
|
<table class="table table-sm table-bordered">
|
|
667
545
|
<tbody>
|
|
668
546
|
<tr>
|
|
@@ -688,48 +566,6 @@ Always returns true to include the <code>ecl-category-filter</code> class.</p>
|
|
|
688
566
|
</tr>
|
|
689
567
|
|
|
690
568
|
|
|
691
|
-
</tbody>
|
|
692
|
-
</table>
|
|
693
|
-
<table class="table table-sm table-bordered">
|
|
694
|
-
<tbody>
|
|
695
|
-
<tr>
|
|
696
|
-
<td class="col-md-4">
|
|
697
|
-
<a name="role"></a>
|
|
698
|
-
<span class="name">
|
|
699
|
-
<span class="modifier"></span>
|
|
700
|
-
<span ><b>role</b></span>
|
|
701
|
-
<a href="#role"><span class="icon ion-ios-link"></span></a>
|
|
702
|
-
</span>
|
|
703
|
-
</td>
|
|
704
|
-
</tr>
|
|
705
|
-
<tr>
|
|
706
|
-
<td class="col-md-4">
|
|
707
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
708
|
-
|
|
709
|
-
</td>
|
|
710
|
-
</tr>
|
|
711
|
-
<tr>
|
|
712
|
-
<td class="col-md-4">
|
|
713
|
-
<i>Default value : </i><code>'navigation'</code>
|
|
714
|
-
</td>
|
|
715
|
-
</tr>
|
|
716
|
-
<tr>
|
|
717
|
-
<td class="col-md-4">
|
|
718
|
-
<b>Decorators : </b>
|
|
719
|
-
<br />
|
|
720
|
-
<code>
|
|
721
|
-
@HostBinding('attr.role')<br />
|
|
722
|
-
</code>
|
|
723
|
-
</td>
|
|
724
|
-
</tr>
|
|
725
|
-
|
|
726
|
-
<tr>
|
|
727
|
-
<td class="col-md-4">
|
|
728
|
-
<div class="io-description"><p>Defines the ARIA role for the host element. Always set to "navigation".</p>
|
|
729
|
-
</div>
|
|
730
|
-
</td>
|
|
731
|
-
</tr>
|
|
732
|
-
|
|
733
569
|
</tbody>
|
|
734
570
|
</table>
|
|
735
571
|
</section>
|