@eui/ecl 18.0.0-next.72 → 18.0.0-next.74
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/EclIconComponent.html +36 -121
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-button/ecl-button.component.mjs +2 -2
- package/esm2022/lib/components/ecl-date-picker/ecl-date-picker.directive.mjs +2 -2
- package/esm2022/lib/components/ecl-fact-figures/ecl-fact-figures-item.component.mjs +2 -2
- package/esm2022/lib/components/ecl-feedback-message/ecl-feedback-message.directive.mjs +2 -2
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +19 -11
- package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +2 -2
- package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs +2 -2
- package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-link.directive.mjs +2 -2
- package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share-link.directive.mjs +2 -2
- package/fesm2022/eui-ecl.mjs +152 -145
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-button/ecl-button.component.d.ts.map +1 -1
- package/lib/components/ecl-icon/ecl-icon.component.d.ts +5 -3
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
- package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -117,12 +117,6 @@
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
<p class="comment">
|
|
121
|
-
<h3>Extends</h3>
|
|
122
|
-
</p>
|
|
123
|
-
<p class="comment">
|
|
124
|
-
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
125
|
-
</p>
|
|
126
120
|
|
|
127
121
|
<p class="comment">
|
|
128
122
|
<h3>Implements</h3>
|
|
@@ -142,6 +136,13 @@
|
|
|
142
136
|
|
|
143
137
|
|
|
144
138
|
|
|
139
|
+
<tr>
|
|
140
|
+
<td class="col-md-3">HostDirectives</td>
|
|
141
|
+
<td class="col-md-9">
|
|
142
|
+
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
143
|
+
<br/>
|
|
144
|
+
</td>
|
|
145
|
+
</tr>
|
|
145
146
|
|
|
146
147
|
|
|
147
148
|
|
|
@@ -189,6 +190,9 @@
|
|
|
189
190
|
<tr>
|
|
190
191
|
<td class="col-md-4">
|
|
191
192
|
<ul class="index-list">
|
|
193
|
+
<li>
|
|
194
|
+
<a href="#baseDirective" >baseDirective</a>
|
|
195
|
+
</li>
|
|
192
196
|
<li>
|
|
193
197
|
<span class="modifier">Public</span>
|
|
194
198
|
<a href="#el" >el</a>
|
|
@@ -215,9 +219,6 @@
|
|
|
215
219
|
<li>
|
|
216
220
|
<a href="#getClasses" >getClasses</a>
|
|
217
221
|
</li>
|
|
218
|
-
<li>
|
|
219
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
|
220
|
-
</li>
|
|
221
222
|
</ul>
|
|
222
223
|
</td>
|
|
223
224
|
</tr>
|
|
@@ -257,15 +258,6 @@
|
|
|
257
258
|
<li>
|
|
258
259
|
<a href="#transform" >transform</a>
|
|
259
260
|
</li>
|
|
260
|
-
<li>
|
|
261
|
-
<a href="#class" >class</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li>
|
|
264
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
|
265
|
-
</li>
|
|
266
|
-
<li>
|
|
267
|
-
<a href="#tabindex" >tabindex</a>
|
|
268
|
-
</li>
|
|
269
261
|
</ul>
|
|
270
262
|
</td>
|
|
271
263
|
</tr>
|
|
@@ -311,7 +303,7 @@
|
|
|
311
303
|
<tbody>
|
|
312
304
|
<tr>
|
|
313
305
|
<td class="col-md-4">
|
|
314
|
-
<code>constructor(el: ElementRef, renderer: Renderer2, eclThemeService: <a href="../injectables/EclThemeService.html" target="_self">EclThemeService</a
|
|
306
|
+
<code>constructor(el: ElementRef, renderer: Renderer2, eclThemeService: <a href="../injectables/EclThemeService.html" target="_self">EclThemeService</a>, baseDirective)</code>
|
|
315
307
|
</td>
|
|
316
308
|
</tr>
|
|
317
309
|
|
|
@@ -364,6 +356,17 @@
|
|
|
364
356
|
</td>
|
|
365
357
|
|
|
366
358
|
</tr>
|
|
359
|
+
<tr>
|
|
360
|
+
<td>baseDirective</td>
|
|
361
|
+
|
|
362
|
+
<td>
|
|
363
|
+
</td>
|
|
364
|
+
|
|
365
|
+
<td>
|
|
366
|
+
No
|
|
367
|
+
</td>
|
|
368
|
+
|
|
369
|
+
</tr>
|
|
367
370
|
</tbody>
|
|
368
371
|
</table>
|
|
369
372
|
</div>
|
|
@@ -544,54 +547,6 @@
|
|
|
544
547
|
</tr>
|
|
545
548
|
</tbody>
|
|
546
549
|
</table>
|
|
547
|
-
<table class="table table-sm table-bordered">
|
|
548
|
-
<tbody>
|
|
549
|
-
<tr>
|
|
550
|
-
<td class="col-md-4">
|
|
551
|
-
<a name="class"></a>
|
|
552
|
-
<b>class</b>
|
|
553
|
-
</td>
|
|
554
|
-
</tr>
|
|
555
|
-
<tr>
|
|
556
|
-
<td class="col-md-4">
|
|
557
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
558
|
-
|
|
559
|
-
</td>
|
|
560
|
-
</tr>
|
|
561
|
-
</tbody>
|
|
562
|
-
</table>
|
|
563
|
-
<table class="table table-sm table-bordered">
|
|
564
|
-
<tbody>
|
|
565
|
-
<tr>
|
|
566
|
-
<td class="col-md-4">
|
|
567
|
-
<a name="e2eAttr"></a>
|
|
568
|
-
<b>e2eAttr</b>
|
|
569
|
-
</td>
|
|
570
|
-
</tr>
|
|
571
|
-
<tr>
|
|
572
|
-
<td class="col-md-4">
|
|
573
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
574
|
-
|
|
575
|
-
</td>
|
|
576
|
-
</tr>
|
|
577
|
-
</tbody>
|
|
578
|
-
</table>
|
|
579
|
-
<table class="table table-sm table-bordered">
|
|
580
|
-
<tbody>
|
|
581
|
-
<tr>
|
|
582
|
-
<td class="col-md-4">
|
|
583
|
-
<a name="tabindex"></a>
|
|
584
|
-
<b>tabindex</b>
|
|
585
|
-
</td>
|
|
586
|
-
</tr>
|
|
587
|
-
<tr>
|
|
588
|
-
<td class="col-md-4">
|
|
589
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
590
|
-
|
|
591
|
-
</td>
|
|
592
|
-
</tr>
|
|
593
|
-
</tbody>
|
|
594
|
-
</table>
|
|
595
550
|
</section>
|
|
596
551
|
|
|
597
552
|
<section data-compodoc="block-properties">
|
|
@@ -655,73 +610,33 @@
|
|
|
655
610
|
</tr>
|
|
656
611
|
</tbody>
|
|
657
612
|
</table>
|
|
613
|
+
</section>
|
|
614
|
+
<section data-compodoc="block-properties">
|
|
615
|
+
|
|
616
|
+
<h3 id="inputs">
|
|
617
|
+
Properties
|
|
618
|
+
</h3>
|
|
658
619
|
<table class="table table-sm table-bordered">
|
|
659
620
|
<tbody>
|
|
660
621
|
<tr>
|
|
661
622
|
<td class="col-md-4">
|
|
662
|
-
<a name="
|
|
623
|
+
<a name="baseDirective"></a>
|
|
663
624
|
<span class="name">
|
|
664
|
-
<span ><b>
|
|
665
|
-
<a href="#
|
|
625
|
+
<span ><b>baseDirective</b></span>
|
|
626
|
+
<a href="#baseDirective"><span class="icon ion-ios-link"></span></a>
|
|
666
627
|
</span>
|
|
667
628
|
</td>
|
|
668
629
|
</tr>
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
<
|
|
672
|
-
</td>
|
|
673
|
-
</tr>
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
630
|
+
<tr>
|
|
631
|
+
<td class="col-md-4">
|
|
632
|
+
<i>Type : </i> <code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
677
633
|
|
|
678
|
-
|
|
679
|
-
|
|
634
|
+
</td>
|
|
635
|
+
</tr>
|
|
680
636
|
|
|
681
|
-
<div class="io-description">
|
|
682
|
-
<b>Parameters :</b>
|
|
683
|
-
|
|
684
|
-
<table class="params">
|
|
685
|
-
<thead>
|
|
686
|
-
<tr>
|
|
687
|
-
<td>Name</td>
|
|
688
|
-
<td>Type</td>
|
|
689
|
-
<td>Optional</td>
|
|
690
|
-
</tr>
|
|
691
|
-
</thead>
|
|
692
|
-
<tbody>
|
|
693
|
-
<tr>
|
|
694
|
-
<td>rootClass</td>
|
|
695
|
-
<td>
|
|
696
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
697
|
-
</td>
|
|
698
|
-
|
|
699
|
-
<td>
|
|
700
|
-
No
|
|
701
|
-
</td>
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
</tr>
|
|
705
|
-
</tbody>
|
|
706
|
-
</table>
|
|
707
|
-
</div>
|
|
708
|
-
<div class="io-description">
|
|
709
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
710
637
|
|
|
711
|
-
</div>
|
|
712
|
-
<div class="io-description">
|
|
713
|
-
|
|
714
|
-
</div>
|
|
715
|
-
</td>
|
|
716
|
-
</tr>
|
|
717
638
|
</tbody>
|
|
718
639
|
</table>
|
|
719
|
-
</section>
|
|
720
|
-
<section data-compodoc="block-properties">
|
|
721
|
-
|
|
722
|
-
<h3 id="inputs">
|
|
723
|
-
Properties
|
|
724
|
-
</h3>
|
|
725
640
|
<table class="table table-sm table-bordered">
|
|
726
641
|
<tbody>
|
|
727
642
|
<tr>
|