@eui/ecl 22.0.0-alpha.15 → 22.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/docs/changelog.html +28 -0
- package/docs/components/EclModalBodyComponent.html +4 -45
- package/docs/components/EclModalComponent.html +5 -178
- package/docs/components/EclModalFooterComponent.html +4 -45
- package/docs/components/EclModalHeaderComponent.html +9 -76
- package/docs/directives/EclModalBodyFixedContentDirective.html +0 -61
- package/docs/directives/EclModalCloseDirective.html +1 -90
- package/docs/directives/EclModalTriggerDirective.html +1 -90
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +85 -331
- package/docs/llms.txt +6 -7
- package/docs/miscellaneous/variables.html +20 -20
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-modal.mjs +94 -88
- package/fesm2022/eui-ecl-components-ecl-modal.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eui-ecl-components-ecl-modal.d.ts +20 -10
- package/types/eui-ecl-components-ecl-modal.d.ts.map +1 -1
|
@@ -218,7 +218,6 @@
|
|
|
218
218
|
<ul class="index-list">
|
|
219
219
|
<li>
|
|
220
220
|
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
221
|
-
<span class="modifier"></span>
|
|
222
221
|
<a href="#onClick" >onClick</a>
|
|
223
222
|
</li>
|
|
224
223
|
<li>
|
|
@@ -278,22 +277,6 @@
|
|
|
278
277
|
</table>
|
|
279
278
|
|
|
280
279
|
|
|
281
|
-
<table class="table table-sm table-bordered index-table">
|
|
282
|
-
<tbody>
|
|
283
|
-
<tr>
|
|
284
|
-
<td class="col-md-3">
|
|
285
|
-
<h6><b>HostListeners</b></h6>
|
|
286
|
-
</td>
|
|
287
|
-
<td class="col-md-9">
|
|
288
|
-
<ul class="index-list">
|
|
289
|
-
<li>
|
|
290
|
-
<span class="reference-badge reference-badge--method" aria-hidden="true">HL</span><a href="#click" >click</a>
|
|
291
|
-
</li>
|
|
292
|
-
</ul>
|
|
293
|
-
</td>
|
|
294
|
-
</tr>
|
|
295
|
-
</tbody>
|
|
296
|
-
</table>
|
|
297
280
|
|
|
298
281
|
</section>
|
|
299
282
|
|
|
@@ -420,39 +403,6 @@
|
|
|
420
403
|
</section>
|
|
421
404
|
|
|
422
405
|
|
|
423
|
-
<section data-compodoc="block-host-listener">
|
|
424
|
-
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
|
425
|
-
<tbody>
|
|
426
|
-
<tr>
|
|
427
|
-
<td class="col-md-4">
|
|
428
|
-
<a name="click"></a>
|
|
429
|
-
<span class="name">
|
|
430
|
-
<b>
|
|
431
|
-
click
|
|
432
|
-
</b>
|
|
433
|
-
<a href="#click"><span class="icon ion-ios-link"></span></a>
|
|
434
|
-
</span>
|
|
435
|
-
</td>
|
|
436
|
-
</tr>
|
|
437
|
-
<tr>
|
|
438
|
-
<td class="col-md-4">
|
|
439
|
-
<i>Arguments : </i><code>'$event' </code>
|
|
440
|
-
</td>
|
|
441
|
-
</tr>
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
<tr>
|
|
447
|
-
<td class="col-md-4">
|
|
448
|
-
<div class="io-description"><p>Handles click events and emits the <code>modalClose</code> event.</p>
|
|
449
|
-
</div>
|
|
450
|
-
|
|
451
|
-
</td>
|
|
452
|
-
</tr>
|
|
453
|
-
</tbody>
|
|
454
|
-
</table>
|
|
455
|
-
</section>
|
|
456
406
|
|
|
457
407
|
<section data-compodoc="block-methods">
|
|
458
408
|
|
|
@@ -465,7 +415,6 @@
|
|
|
465
415
|
<td class="col-md-4">
|
|
466
416
|
<a name="onClick"></a>
|
|
467
417
|
<span class="name">
|
|
468
|
-
<span class="modifier"></span>
|
|
469
418
|
<span ><b>onClick</b></span>
|
|
470
419
|
<a href="#onClick"><span class="icon ion-ios-link"></span></a>
|
|
471
420
|
</span>
|
|
@@ -473,18 +422,10 @@
|
|
|
473
422
|
</tr>
|
|
474
423
|
<tr>
|
|
475
424
|
<td class="col-md-4">
|
|
476
|
-
|
|
477
|
-
<code>onClick(evt: MouseEvent)</code>
|
|
425
|
+
<code>onClick()</code>
|
|
478
426
|
</td>
|
|
479
427
|
</tr>
|
|
480
428
|
|
|
481
|
-
<tr>
|
|
482
|
-
<td class="col-md-4">
|
|
483
|
-
<b>Decorators : </b>
|
|
484
|
-
<br />
|
|
485
|
-
<code>@HostListener('click', ['$event'])<br /></code>
|
|
486
|
-
</td>
|
|
487
|
-
</tr>
|
|
488
429
|
|
|
489
430
|
|
|
490
431
|
|
|
@@ -493,40 +434,10 @@
|
|
|
493
434
|
<div class="io-description"><p>Handles click events and emits the <code>modalClose</code> event.</p>
|
|
494
435
|
</div>
|
|
495
436
|
|
|
496
|
-
<div class="io-description">
|
|
497
|
-
<b>Parameters :</b>
|
|
498
|
-
|
|
499
|
-
<table class="params">
|
|
500
|
-
<thead>
|
|
501
|
-
<tr>
|
|
502
|
-
<td>Name</td>
|
|
503
|
-
<td>Type</td>
|
|
504
|
-
<td>Optional</td>
|
|
505
|
-
</tr>
|
|
506
|
-
</thead>
|
|
507
|
-
<tbody>
|
|
508
|
-
<tr>
|
|
509
|
-
<td>evt</td>
|
|
510
|
-
<td>
|
|
511
|
-
<code>MouseEvent</code>
|
|
512
|
-
</td>
|
|
513
|
-
|
|
514
|
-
<td>
|
|
515
|
-
No
|
|
516
|
-
</td>
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
</tr>
|
|
520
|
-
</tbody>
|
|
521
|
-
</table>
|
|
522
|
-
</div>
|
|
523
437
|
<div class="io-description">
|
|
524
438
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
525
439
|
|
|
526
440
|
</div>
|
|
527
|
-
<div class="io-description">
|
|
528
|
-
|
|
529
|
-
</div>
|
|
530
441
|
</td>
|
|
531
442
|
</tr>
|
|
532
443
|
</tbody>
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
<ul class="index-list">
|
|
218
218
|
<li>
|
|
219
219
|
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
220
|
-
<span class="modifier"></span>
|
|
221
220
|
<a href="#onClick" >onClick</a>
|
|
222
221
|
</li>
|
|
223
222
|
<li>
|
|
@@ -258,22 +257,6 @@
|
|
|
258
257
|
|
|
259
258
|
|
|
260
259
|
|
|
261
|
-
<table class="table table-sm table-bordered index-table">
|
|
262
|
-
<tbody>
|
|
263
|
-
<tr>
|
|
264
|
-
<td class="col-md-3">
|
|
265
|
-
<h6><b>HostListeners</b></h6>
|
|
266
|
-
</td>
|
|
267
|
-
<td class="col-md-9">
|
|
268
|
-
<ul class="index-list">
|
|
269
|
-
<li>
|
|
270
|
-
<span class="reference-badge reference-badge--method" aria-hidden="true">HL</span><a href="#click" >click</a>
|
|
271
|
-
</li>
|
|
272
|
-
</ul>
|
|
273
|
-
</td>
|
|
274
|
-
</tr>
|
|
275
|
-
</tbody>
|
|
276
|
-
</table>
|
|
277
260
|
|
|
278
261
|
</section>
|
|
279
262
|
|
|
@@ -354,39 +337,6 @@
|
|
|
354
337
|
|
|
355
338
|
|
|
356
339
|
|
|
357
|
-
<section data-compodoc="block-host-listener">
|
|
358
|
-
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
|
359
|
-
<tbody>
|
|
360
|
-
<tr>
|
|
361
|
-
<td class="col-md-4">
|
|
362
|
-
<a name="click"></a>
|
|
363
|
-
<span class="name">
|
|
364
|
-
<b>
|
|
365
|
-
click
|
|
366
|
-
</b>
|
|
367
|
-
<a href="#click"><span class="icon ion-ios-link"></span></a>
|
|
368
|
-
</span>
|
|
369
|
-
</td>
|
|
370
|
-
</tr>
|
|
371
|
-
<tr>
|
|
372
|
-
<td class="col-md-4">
|
|
373
|
-
<i>Arguments : </i><code>'$event' </code>
|
|
374
|
-
</td>
|
|
375
|
-
</tr>
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
<tr>
|
|
381
|
-
<td class="col-md-4">
|
|
382
|
-
<div class="io-description"><p>Handles click event and opens the target modal.</p>
|
|
383
|
-
</div>
|
|
384
|
-
|
|
385
|
-
</td>
|
|
386
|
-
</tr>
|
|
387
|
-
</tbody>
|
|
388
|
-
</table>
|
|
389
|
-
</section>
|
|
390
340
|
|
|
391
341
|
<section data-compodoc="block-methods">
|
|
392
342
|
|
|
@@ -399,7 +349,6 @@
|
|
|
399
349
|
<td class="col-md-4">
|
|
400
350
|
<a name="onClick"></a>
|
|
401
351
|
<span class="name">
|
|
402
|
-
<span class="modifier"></span>
|
|
403
352
|
<span ><b>onClick</b></span>
|
|
404
353
|
<a href="#onClick"><span class="icon ion-ios-link"></span></a>
|
|
405
354
|
</span>
|
|
@@ -407,18 +356,10 @@
|
|
|
407
356
|
</tr>
|
|
408
357
|
<tr>
|
|
409
358
|
<td class="col-md-4">
|
|
410
|
-
|
|
411
|
-
<code>onClick(evt: MouseEvent)</code>
|
|
359
|
+
<code>onClick()</code>
|
|
412
360
|
</td>
|
|
413
361
|
</tr>
|
|
414
362
|
|
|
415
|
-
<tr>
|
|
416
|
-
<td class="col-md-4">
|
|
417
|
-
<b>Decorators : </b>
|
|
418
|
-
<br />
|
|
419
|
-
<code>@HostListener('click', ['$event'])<br /></code>
|
|
420
|
-
</td>
|
|
421
|
-
</tr>
|
|
422
363
|
|
|
423
364
|
|
|
424
365
|
|
|
@@ -427,40 +368,10 @@
|
|
|
427
368
|
<div class="io-description"><p>Handles click event and opens the target modal.</p>
|
|
428
369
|
</div>
|
|
429
370
|
|
|
430
|
-
<div class="io-description">
|
|
431
|
-
<b>Parameters :</b>
|
|
432
|
-
|
|
433
|
-
<table class="params">
|
|
434
|
-
<thead>
|
|
435
|
-
<tr>
|
|
436
|
-
<td>Name</td>
|
|
437
|
-
<td>Type</td>
|
|
438
|
-
<td>Optional</td>
|
|
439
|
-
</tr>
|
|
440
|
-
</thead>
|
|
441
|
-
<tbody>
|
|
442
|
-
<tr>
|
|
443
|
-
<td>evt</td>
|
|
444
|
-
<td>
|
|
445
|
-
<code>MouseEvent</code>
|
|
446
|
-
</td>
|
|
447
|
-
|
|
448
|
-
<td>
|
|
449
|
-
No
|
|
450
|
-
</td>
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
</tr>
|
|
454
|
-
</tbody>
|
|
455
|
-
</table>
|
|
456
|
-
</div>
|
|
457
371
|
<div class="io-description">
|
|
458
372
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
459
373
|
|
|
460
374
|
</div>
|
|
461
|
-
<div class="io-description">
|
|
462
|
-
|
|
463
|
-
</div>
|
|
464
375
|
</td>
|
|
465
376
|
</tr>
|
|
466
377
|
</tbody>
|