@eui/ecl 18.0.0-next.71 → 18.0.0-next.72

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.
@@ -121,7 +121,7 @@
121
121
  <h3>Extends</h3>
122
122
  </p>
123
123
  <p class="comment">
124
- <code><a href="../directives/ECLBaseDirective.html" target="_self" >forwardRef(() &#x3D;&gt; ECLBaseDirective)</a></code>
124
+ <code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
125
125
  </p>
126
126
 
127
127
  <p class="comment">
@@ -215,6 +215,9 @@
215
215
  <li>
216
216
  <a href="#getClasses" >getClasses</a>
217
217
  </li>
218
+ <li>
219
+ <a href="#getCssClasses" >getCssClasses</a>
220
+ </li>
218
221
  </ul>
219
222
  </td>
220
223
  </tr>
@@ -254,6 +257,15 @@
254
257
  <li>
255
258
  <a href="#transform" >transform</a>
256
259
  </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>
257
269
  </ul>
258
270
  </td>
259
271
  </tr>
@@ -532,6 +544,54 @@
532
544
  </tr>
533
545
  </tbody>
534
546
  </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>
535
595
  </section>
536
596
 
537
597
  <section data-compodoc="block-properties">
@@ -595,6 +655,67 @@
595
655
  </tr>
596
656
  </tbody>
597
657
  </table>
658
+ <table class="table table-sm table-bordered">
659
+ <tbody>
660
+ <tr>
661
+ <td class="col-md-4">
662
+ <a name="getCssClasses"></a>
663
+ <span class="name">
664
+ <span ><b>getCssClasses</b></span>
665
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
666
+ </span>
667
+ </td>
668
+ </tr>
669
+ <tr>
670
+ <td class="col-md-4">
671
+ <code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
672
+ </td>
673
+ </tr>
674
+
675
+
676
+
677
+
678
+ <tr>
679
+ <td class="col-md-4">
680
+
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
+
711
+ </div>
712
+ <div class="io-description">
713
+
714
+ </div>
715
+ </td>
716
+ </tr>
717
+ </tbody>
718
+ </table>
598
719
  </section>
599
720
  <section data-compodoc="block-properties">
600
721
 
@@ -293,7 +293,7 @@
293
293
  <li>
294
294
  <b>@stackblitz/sdk</b> : 1.9.0</li>
295
295
  <li>
296
- <b>@eui/ecl</b> : 18.0.0-next.70</li>
296
+ <b>@eui/ecl</b> : 18.0.0-next.71</li>
297
297
  <li>
298
298
  <b>@eui/tools</b> : ^6.0.0</li>
299
299
  </ul>