@eui/ecl 18.0.0-next.24 → 18.0.0-next.25
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/components/EclNavigationListComponent.html +83 -1
- package/docs/components/EclNavigationListItemComponent.html +28 -5
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.mjs +15 -10
- package/esm2022/lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs +23 -12
- package/fesm2022/eui-ecl.mjs +140 -124
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts +4 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list-item.component.d.ts.map +1 -1
- package/lib/components/ecl-navigation-list/ecl-navigation-list.component.d.ts +10 -3
- package/lib/components/ecl-navigation-list/ecl-navigation-list.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -124,6 +124,12 @@
|
|
|
124
124
|
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
125
125
|
</p>
|
|
126
126
|
|
|
127
|
+
<p class="comment">
|
|
128
|
+
<h3>Implements</h3>
|
|
129
|
+
</p>
|
|
130
|
+
<p class="comment">
|
|
131
|
+
<code>AfterContentInit</code>
|
|
132
|
+
</p>
|
|
127
133
|
|
|
128
134
|
|
|
129
135
|
<section data-compodoc="block-metadata">
|
|
@@ -172,6 +178,21 @@
|
|
|
172
178
|
<h3 id="index">Index</h3>
|
|
173
179
|
<table class="table table-sm table-bordered index-table">
|
|
174
180
|
<tbody>
|
|
181
|
+
<tr>
|
|
182
|
+
<td class="col-md-4">
|
|
183
|
+
<h6><b>Properties</b></h6>
|
|
184
|
+
</td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
187
|
+
<td class="col-md-4">
|
|
188
|
+
<ul class="index-list">
|
|
189
|
+
<li>
|
|
190
|
+
<span class="modifier"></span>
|
|
191
|
+
<a href="#listItems" >listItems</a>
|
|
192
|
+
</li>
|
|
193
|
+
</ul>
|
|
194
|
+
</td>
|
|
195
|
+
</tr>
|
|
175
196
|
|
|
176
197
|
<tr>
|
|
177
198
|
<td class="col-md-4">
|
|
@@ -199,6 +220,9 @@
|
|
|
199
220
|
<li>
|
|
200
221
|
<a href="#columns" >columns</a>
|
|
201
222
|
</li>
|
|
223
|
+
<li>
|
|
224
|
+
<a href="#hasBorders" >hasBorders</a>
|
|
225
|
+
</li>
|
|
202
226
|
<li>
|
|
203
227
|
<a href="#class" >class</a>
|
|
204
228
|
</li>
|
|
@@ -260,7 +284,7 @@
|
|
|
260
284
|
</tr>
|
|
261
285
|
<tr>
|
|
262
286
|
<td class="col-md-4">
|
|
263
|
-
<i>Type : </i>
|
|
287
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
264
288
|
|
|
265
289
|
</td>
|
|
266
290
|
</tr>
|
|
@@ -271,6 +295,27 @@
|
|
|
271
295
|
</tr>
|
|
272
296
|
</tbody>
|
|
273
297
|
</table>
|
|
298
|
+
<table class="table table-sm table-bordered">
|
|
299
|
+
<tbody>
|
|
300
|
+
<tr>
|
|
301
|
+
<td class="col-md-4">
|
|
302
|
+
<a name="hasBorders"></a>
|
|
303
|
+
<b>hasBorders</b>
|
|
304
|
+
</td>
|
|
305
|
+
</tr>
|
|
306
|
+
<tr>
|
|
307
|
+
<td class="col-md-4">
|
|
308
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
309
|
+
|
|
310
|
+
</td>
|
|
311
|
+
</tr>
|
|
312
|
+
<tr>
|
|
313
|
+
<td class="col-md-4">
|
|
314
|
+
<i>Default value : </i><code>true</code>
|
|
315
|
+
</td>
|
|
316
|
+
</tr>
|
|
317
|
+
</tbody>
|
|
318
|
+
</table>
|
|
274
319
|
<table class="table table-sm table-bordered">
|
|
275
320
|
<tbody>
|
|
276
321
|
<tr>
|
|
@@ -413,6 +458,43 @@
|
|
|
413
458
|
</tbody>
|
|
414
459
|
</table>
|
|
415
460
|
</section>
|
|
461
|
+
<section data-compodoc="block-properties">
|
|
462
|
+
|
|
463
|
+
<h3 id="inputs">
|
|
464
|
+
Properties
|
|
465
|
+
</h3>
|
|
466
|
+
<table class="table table-sm table-bordered">
|
|
467
|
+
<tbody>
|
|
468
|
+
<tr>
|
|
469
|
+
<td class="col-md-4">
|
|
470
|
+
<a name="listItems"></a>
|
|
471
|
+
<span class="name">
|
|
472
|
+
<span class="modifier"></span>
|
|
473
|
+
<span ><b>listItems</b></span>
|
|
474
|
+
<a href="#listItems"><span class="icon ion-ios-link"></span></a>
|
|
475
|
+
</span>
|
|
476
|
+
</td>
|
|
477
|
+
</tr>
|
|
478
|
+
<tr>
|
|
479
|
+
<td class="col-md-4">
|
|
480
|
+
<i>Type : </i> <code><a href="../components/EclNavigationListItemComponent.html" target="_self" >QueryList<EclNavigationListItemComponent></a></code>
|
|
481
|
+
|
|
482
|
+
</td>
|
|
483
|
+
</tr>
|
|
484
|
+
<tr>
|
|
485
|
+
<td class="col-md-4">
|
|
486
|
+
<b>Decorators : </b>
|
|
487
|
+
<br />
|
|
488
|
+
<code>
|
|
489
|
+
@ContentChildren(undefined)<br />
|
|
490
|
+
</code>
|
|
491
|
+
</td>
|
|
492
|
+
</tr>
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
</tbody>
|
|
496
|
+
</table>
|
|
497
|
+
</section>
|
|
416
498
|
|
|
417
499
|
<section data-compodoc="block-accessors">
|
|
418
500
|
<h3 id="accessors">
|
|
@@ -190,6 +190,9 @@
|
|
|
190
190
|
<span class="modifier"></span>
|
|
191
191
|
<a href="#eclContentBlock" >eclContentBlock</a>
|
|
192
192
|
</li>
|
|
193
|
+
<li>
|
|
194
|
+
<a href="#hasBorder" >hasBorder</a>
|
|
195
|
+
</li>
|
|
193
196
|
<li>
|
|
194
197
|
<span class="modifier"></span>
|
|
195
198
|
<a href="#role" >role</a>
|
|
@@ -222,7 +225,7 @@
|
|
|
222
225
|
<td class="col-md-4">
|
|
223
226
|
<ul class="index-list">
|
|
224
227
|
<li>
|
|
225
|
-
<a href="#
|
|
228
|
+
<a href="#variant" >variant</a>
|
|
226
229
|
</li>
|
|
227
230
|
<li>
|
|
228
231
|
<a href="#class" >class</a>
|
|
@@ -282,19 +285,19 @@
|
|
|
282
285
|
<tbody>
|
|
283
286
|
<tr>
|
|
284
287
|
<td class="col-md-4">
|
|
285
|
-
<a name="
|
|
286
|
-
<b>
|
|
288
|
+
<a name="variant"></a>
|
|
289
|
+
<b>variant</b>
|
|
287
290
|
</td>
|
|
288
291
|
</tr>
|
|
289
292
|
<tr>
|
|
290
293
|
<td class="col-md-4">
|
|
291
|
-
<i>Type : </i>
|
|
294
|
+
<i>Type : </i> <code>"illustration" | string</code>
|
|
292
295
|
|
|
293
296
|
</td>
|
|
294
297
|
</tr>
|
|
295
298
|
<tr>
|
|
296
299
|
<td class="col-md-4">
|
|
297
|
-
<i>Default value : </i><code
|
|
300
|
+
<i>Default value : </i><code>''</code>
|
|
298
301
|
</td>
|
|
299
302
|
</tr>
|
|
300
303
|
</tbody>
|
|
@@ -501,6 +504,26 @@
|
|
|
501
504
|
</tr>
|
|
502
505
|
|
|
503
506
|
|
|
507
|
+
</tbody>
|
|
508
|
+
</table>
|
|
509
|
+
<table class="table table-sm table-bordered">
|
|
510
|
+
<tbody>
|
|
511
|
+
<tr>
|
|
512
|
+
<td class="col-md-4">
|
|
513
|
+
<a name="hasBorder"></a>
|
|
514
|
+
<span class="name">
|
|
515
|
+
<span ><b>hasBorder</b></span>
|
|
516
|
+
<a href="#hasBorder"><span class="icon ion-ios-link"></span></a>
|
|
517
|
+
</span>
|
|
518
|
+
</td>
|
|
519
|
+
</tr>
|
|
520
|
+
<tr>
|
|
521
|
+
<td class="col-md-4">
|
|
522
|
+
<i>Default value : </i><code>true</code>
|
|
523
|
+
</td>
|
|
524
|
+
</tr>
|
|
525
|
+
|
|
526
|
+
|
|
504
527
|
</tbody>
|
|
505
528
|
</table>
|
|
506
529
|
<table class="table table-sm table-bordered">
|