@eui/ecl 18.0.0-next.71 → 18.0.0-next.73
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/EclAccordionComponent.html +141 -41
- package/docs/components/EclAccordionItemComponent.html +121 -39
- package/docs/components/EclIconComponent.html +122 -1
- package/docs/dependencies.html +1 -1
- package/docs/directives/ECLBaseDirective.html +0 -4
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-accordion/ecl-accordion-item.component.mjs +10 -15
- package/esm2022/lib/components/ecl-accordion/ecl-accordion.component.mjs +9 -13
- package/esm2022/lib/components/ecl-base.directive.mjs +2 -3
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +3 -3
- package/fesm2022/eui-ecl.mjs +105 -113
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-accordion/ecl-accordion-item.component.d.ts +3 -5
- package/lib/components/ecl-accordion/ecl-accordion-item.component.d.ts.map +1 -1
- package/lib/components/ecl-accordion/ecl-accordion.component.d.ts +4 -6
- package/lib/components/ecl-accordion/ecl-accordion.component.d.ts.map +1 -1
- package/lib/components/ecl-base.directive.d.ts +1 -1
- package/lib/components/ecl-base.directive.d.ts.map +1 -1
- package/lib/components/ecl-icon/ecl-icon.component.d.ts +2 -3
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -117,6 +117,12 @@
|
|
|
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>
|
|
120
126
|
|
|
121
127
|
<p class="comment">
|
|
122
128
|
<h3>Implements</h3>
|
|
@@ -141,8 +147,6 @@
|
|
|
141
147
|
<tr>
|
|
142
148
|
<td class="col-md-3">HostDirectives</td>
|
|
143
149
|
<td class="col-md-9">
|
|
144
|
-
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
145
|
-
<br/>
|
|
146
150
|
<code><a href="../directives/ECLClickOutsideDirective.html" target="_self" >ECLClickOutsideDirective</a></code>
|
|
147
151
|
<br/>
|
|
148
152
|
<div><i> Outputs</i> : eclClickOutside </div>
|
|
@@ -207,10 +211,6 @@
|
|
|
207
211
|
<span class="modifier"></span>
|
|
208
212
|
<a href="#accordionItems" >accordionItems</a>
|
|
209
213
|
</li>
|
|
210
|
-
<li>
|
|
211
|
-
<span class="modifier">Public</span>
|
|
212
|
-
<a href="#baseDirective" >baseDirective</a>
|
|
213
|
-
</li>
|
|
214
214
|
</ul>
|
|
215
215
|
</td>
|
|
216
216
|
</tr>
|
|
@@ -227,10 +227,33 @@
|
|
|
227
227
|
<span class="modifier"></span>
|
|
228
228
|
<a href="#onClickOutsideAccordion" >onClickOutsideAccordion</a>
|
|
229
229
|
</li>
|
|
230
|
+
<li>
|
|
231
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
232
|
+
</li>
|
|
230
233
|
</ul>
|
|
231
234
|
</td>
|
|
232
235
|
</tr>
|
|
233
236
|
|
|
237
|
+
<tr>
|
|
238
|
+
<td class="col-md-4">
|
|
239
|
+
<h6><b>Inputs</b></h6>
|
|
240
|
+
</td>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<td class="col-md-4">
|
|
244
|
+
<ul class="index-list">
|
|
245
|
+
<li>
|
|
246
|
+
<a href="#class" >class</a>
|
|
247
|
+
</li>
|
|
248
|
+
<li>
|
|
249
|
+
<a href="#e2eAttr" >e2eAttr</a>
|
|
250
|
+
</li>
|
|
251
|
+
<li>
|
|
252
|
+
<a href="#tabindex" >tabindex</a>
|
|
253
|
+
</li>
|
|
254
|
+
</ul>
|
|
255
|
+
</td>
|
|
256
|
+
</tr>
|
|
234
257
|
|
|
235
258
|
|
|
236
259
|
<tr>
|
|
@@ -287,7 +310,7 @@
|
|
|
287
310
|
<tbody>
|
|
288
311
|
<tr>
|
|
289
312
|
<td class="col-md-4">
|
|
290
|
-
<code>constructor(
|
|
313
|
+
<code>constructor(cd: ChangeDetectorRef, differs: IterableDiffers)</code>
|
|
291
314
|
</td>
|
|
292
315
|
</tr>
|
|
293
316
|
|
|
@@ -304,18 +327,6 @@
|
|
|
304
327
|
</tr>
|
|
305
328
|
</thead>
|
|
306
329
|
<tbody>
|
|
307
|
-
<tr>
|
|
308
|
-
<td>baseDirective</td>
|
|
309
|
-
|
|
310
|
-
<td>
|
|
311
|
-
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
312
|
-
</td>
|
|
313
|
-
|
|
314
|
-
<td>
|
|
315
|
-
No
|
|
316
|
-
</td>
|
|
317
|
-
|
|
318
|
-
</tr>
|
|
319
330
|
<tr>
|
|
320
331
|
<td>cd</td>
|
|
321
332
|
|
|
@@ -349,7 +360,57 @@
|
|
|
349
360
|
</table>
|
|
350
361
|
</section>
|
|
351
362
|
|
|
363
|
+
<section data-compodoc="block-inputs">
|
|
364
|
+
<h3 id="inputs">Inputs</h3>
|
|
365
|
+
<table class="table table-sm table-bordered">
|
|
366
|
+
<tbody>
|
|
367
|
+
<tr>
|
|
368
|
+
<td class="col-md-4">
|
|
369
|
+
<a name="class"></a>
|
|
370
|
+
<b>class</b>
|
|
371
|
+
</td>
|
|
372
|
+
</tr>
|
|
373
|
+
<tr>
|
|
374
|
+
<td class="col-md-4">
|
|
375
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
352
376
|
|
|
377
|
+
</td>
|
|
378
|
+
</tr>
|
|
379
|
+
</tbody>
|
|
380
|
+
</table>
|
|
381
|
+
<table class="table table-sm table-bordered">
|
|
382
|
+
<tbody>
|
|
383
|
+
<tr>
|
|
384
|
+
<td class="col-md-4">
|
|
385
|
+
<a name="e2eAttr"></a>
|
|
386
|
+
<b>e2eAttr</b>
|
|
387
|
+
</td>
|
|
388
|
+
</tr>
|
|
389
|
+
<tr>
|
|
390
|
+
<td class="col-md-4">
|
|
391
|
+
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
392
|
+
|
|
393
|
+
</td>
|
|
394
|
+
</tr>
|
|
395
|
+
</tbody>
|
|
396
|
+
</table>
|
|
397
|
+
<table class="table table-sm table-bordered">
|
|
398
|
+
<tbody>
|
|
399
|
+
<tr>
|
|
400
|
+
<td class="col-md-4">
|
|
401
|
+
<a name="tabindex"></a>
|
|
402
|
+
<b>tabindex</b>
|
|
403
|
+
</td>
|
|
404
|
+
</tr>
|
|
405
|
+
<tr>
|
|
406
|
+
<td class="col-md-4">
|
|
407
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
408
|
+
|
|
409
|
+
</td>
|
|
410
|
+
</tr>
|
|
411
|
+
</tbody>
|
|
412
|
+
</table>
|
|
413
|
+
</section>
|
|
353
414
|
|
|
354
415
|
<section data-compodoc="block-properties">
|
|
355
416
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -444,6 +505,67 @@
|
|
|
444
505
|
</tr>
|
|
445
506
|
</tbody>
|
|
446
507
|
</table>
|
|
508
|
+
<table class="table table-sm table-bordered">
|
|
509
|
+
<tbody>
|
|
510
|
+
<tr>
|
|
511
|
+
<td class="col-md-4">
|
|
512
|
+
<a name="getCssClasses"></a>
|
|
513
|
+
<span class="name">
|
|
514
|
+
<span ><b>getCssClasses</b></span>
|
|
515
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
516
|
+
</span>
|
|
517
|
+
</td>
|
|
518
|
+
</tr>
|
|
519
|
+
<tr>
|
|
520
|
+
<td class="col-md-4">
|
|
521
|
+
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
|
522
|
+
</td>
|
|
523
|
+
</tr>
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
<tr>
|
|
529
|
+
<td class="col-md-4">
|
|
530
|
+
|
|
531
|
+
<div class="io-description">
|
|
532
|
+
<b>Parameters :</b>
|
|
533
|
+
|
|
534
|
+
<table class="params">
|
|
535
|
+
<thead>
|
|
536
|
+
<tr>
|
|
537
|
+
<td>Name</td>
|
|
538
|
+
<td>Type</td>
|
|
539
|
+
<td>Optional</td>
|
|
540
|
+
</tr>
|
|
541
|
+
</thead>
|
|
542
|
+
<tbody>
|
|
543
|
+
<tr>
|
|
544
|
+
<td>rootClass</td>
|
|
545
|
+
<td>
|
|
546
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
547
|
+
</td>
|
|
548
|
+
|
|
549
|
+
<td>
|
|
550
|
+
No
|
|
551
|
+
</td>
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
</tr>
|
|
555
|
+
</tbody>
|
|
556
|
+
</table>
|
|
557
|
+
</div>
|
|
558
|
+
<div class="io-description">
|
|
559
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
560
|
+
|
|
561
|
+
</div>
|
|
562
|
+
<div class="io-description">
|
|
563
|
+
|
|
564
|
+
</div>
|
|
565
|
+
</td>
|
|
566
|
+
</tr>
|
|
567
|
+
</tbody>
|
|
568
|
+
</table>
|
|
447
569
|
</section>
|
|
448
570
|
<section data-compodoc="block-properties">
|
|
449
571
|
|
|
@@ -479,28 +601,6 @@
|
|
|
479
601
|
</tr>
|
|
480
602
|
|
|
481
603
|
|
|
482
|
-
</tbody>
|
|
483
|
-
</table>
|
|
484
|
-
<table class="table table-sm table-bordered">
|
|
485
|
-
<tbody>
|
|
486
|
-
<tr>
|
|
487
|
-
<td class="col-md-4">
|
|
488
|
-
<a name="baseDirective"></a>
|
|
489
|
-
<span class="name">
|
|
490
|
-
<span class="modifier">Public</span>
|
|
491
|
-
<span ><b>baseDirective</b></span>
|
|
492
|
-
<a href="#baseDirective"><span class="icon ion-ios-link"></span></a>
|
|
493
|
-
</span>
|
|
494
|
-
</td>
|
|
495
|
-
</tr>
|
|
496
|
-
<tr>
|
|
497
|
-
<td class="col-md-4">
|
|
498
|
-
<i>Type : </i> <code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
499
|
-
|
|
500
|
-
</td>
|
|
501
|
-
</tr>
|
|
502
|
-
|
|
503
|
-
|
|
504
604
|
</tbody>
|
|
505
605
|
</table>
|
|
506
606
|
</section>
|
|
@@ -117,6 +117,12 @@
|
|
|
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>
|
|
120
126
|
|
|
121
127
|
<p class="comment">
|
|
122
128
|
<h3>Implements</h3>
|
|
@@ -137,13 +143,6 @@
|
|
|
137
143
|
</tr>
|
|
138
144
|
|
|
139
145
|
|
|
140
|
-
<tr>
|
|
141
|
-
<td class="col-md-3">HostDirectives</td>
|
|
142
|
-
<td class="col-md-9">
|
|
143
|
-
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
144
|
-
<br/>
|
|
145
|
-
</td>
|
|
146
|
-
</tr>
|
|
147
146
|
|
|
148
147
|
|
|
149
148
|
|
|
@@ -199,10 +198,6 @@
|
|
|
199
198
|
<tr>
|
|
200
199
|
<td class="col-md-4">
|
|
201
200
|
<ul class="index-list">
|
|
202
|
-
<li>
|
|
203
|
-
<span class="modifier">Public</span>
|
|
204
|
-
<a href="#baseDirective" >baseDirective</a>
|
|
205
|
-
</li>
|
|
206
201
|
<li>
|
|
207
202
|
<a href="#contentId" >contentId</a>
|
|
208
203
|
</li>
|
|
@@ -230,6 +225,9 @@
|
|
|
230
225
|
<li>
|
|
231
226
|
<a href="#removeActiveStatus" >removeActiveStatus</a>
|
|
232
227
|
</li>
|
|
228
|
+
<li>
|
|
229
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
230
|
+
</li>
|
|
233
231
|
</ul>
|
|
234
232
|
</td>
|
|
235
233
|
</tr>
|
|
@@ -248,6 +246,15 @@
|
|
|
248
246
|
<li>
|
|
249
247
|
<a href="#label" >label</a>
|
|
250
248
|
</li>
|
|
249
|
+
<li>
|
|
250
|
+
<a href="#class" >class</a>
|
|
251
|
+
</li>
|
|
252
|
+
<li>
|
|
253
|
+
<a href="#e2eAttr" >e2eAttr</a>
|
|
254
|
+
</li>
|
|
255
|
+
<li>
|
|
256
|
+
<a href="#tabindex" >tabindex</a>
|
|
257
|
+
</li>
|
|
251
258
|
</ul>
|
|
252
259
|
</td>
|
|
253
260
|
</tr>
|
|
@@ -307,7 +314,7 @@
|
|
|
307
314
|
<tbody>
|
|
308
315
|
<tr>
|
|
309
316
|
<td class="col-md-4">
|
|
310
|
-
<code>constructor(
|
|
317
|
+
<code>constructor(cd: ChangeDetectorRef)</code>
|
|
311
318
|
</td>
|
|
312
319
|
</tr>
|
|
313
320
|
|
|
@@ -324,18 +331,6 @@
|
|
|
324
331
|
</tr>
|
|
325
332
|
</thead>
|
|
326
333
|
<tbody>
|
|
327
|
-
<tr>
|
|
328
|
-
<td>baseDirective</td>
|
|
329
|
-
|
|
330
|
-
<td>
|
|
331
|
-
<code><a href="../directives/ECLBaseDirective.html" target="_self" >ECLBaseDirective</a></code>
|
|
332
|
-
</td>
|
|
333
|
-
|
|
334
|
-
<td>
|
|
335
|
-
No
|
|
336
|
-
</td>
|
|
337
|
-
|
|
338
|
-
</tr>
|
|
339
334
|
<tr>
|
|
340
335
|
<td>cd</td>
|
|
341
336
|
|
|
@@ -396,6 +391,54 @@
|
|
|
396
391
|
</tr>
|
|
397
392
|
</tbody>
|
|
398
393
|
</table>
|
|
394
|
+
<table class="table table-sm table-bordered">
|
|
395
|
+
<tbody>
|
|
396
|
+
<tr>
|
|
397
|
+
<td class="col-md-4">
|
|
398
|
+
<a name="class"></a>
|
|
399
|
+
<b>class</b>
|
|
400
|
+
</td>
|
|
401
|
+
</tr>
|
|
402
|
+
<tr>
|
|
403
|
+
<td class="col-md-4">
|
|
404
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
405
|
+
|
|
406
|
+
</td>
|
|
407
|
+
</tr>
|
|
408
|
+
</tbody>
|
|
409
|
+
</table>
|
|
410
|
+
<table class="table table-sm table-bordered">
|
|
411
|
+
<tbody>
|
|
412
|
+
<tr>
|
|
413
|
+
<td class="col-md-4">
|
|
414
|
+
<a name="e2eAttr"></a>
|
|
415
|
+
<b>e2eAttr</b>
|
|
416
|
+
</td>
|
|
417
|
+
</tr>
|
|
418
|
+
<tr>
|
|
419
|
+
<td class="col-md-4">
|
|
420
|
+
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
421
|
+
|
|
422
|
+
</td>
|
|
423
|
+
</tr>
|
|
424
|
+
</tbody>
|
|
425
|
+
</table>
|
|
426
|
+
<table class="table table-sm table-bordered">
|
|
427
|
+
<tbody>
|
|
428
|
+
<tr>
|
|
429
|
+
<td class="col-md-4">
|
|
430
|
+
<a name="tabindex"></a>
|
|
431
|
+
<b>tabindex</b>
|
|
432
|
+
</td>
|
|
433
|
+
</tr>
|
|
434
|
+
<tr>
|
|
435
|
+
<td class="col-md-4">
|
|
436
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
437
|
+
|
|
438
|
+
</td>
|
|
439
|
+
</tr>
|
|
440
|
+
</tbody>
|
|
441
|
+
</table>
|
|
399
442
|
</section>
|
|
400
443
|
<section data-compodoc="block-outputs">
|
|
401
444
|
<h3 id="outputs">Outputs</h3>
|
|
@@ -538,34 +581,73 @@
|
|
|
538
581
|
</tr>
|
|
539
582
|
</tbody>
|
|
540
583
|
</table>
|
|
541
|
-
</section>
|
|
542
|
-
<section data-compodoc="block-properties">
|
|
543
|
-
|
|
544
|
-
<h3 id="inputs">
|
|
545
|
-
Properties
|
|
546
|
-
</h3>
|
|
547
584
|
<table class="table table-sm table-bordered">
|
|
548
585
|
<tbody>
|
|
549
586
|
<tr>
|
|
550
587
|
<td class="col-md-4">
|
|
551
|
-
<a name="
|
|
588
|
+
<a name="getCssClasses"></a>
|
|
552
589
|
<span class="name">
|
|
553
|
-
|
|
554
|
-
<span
|
|
555
|
-
<a href="#baseDirective"><span class="icon ion-ios-link"></span></a>
|
|
590
|
+
<span ><b>getCssClasses</b></span>
|
|
591
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
556
592
|
</span>
|
|
557
593
|
</td>
|
|
558
594
|
</tr>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
595
|
+
<tr>
|
|
596
|
+
<td class="col-md-4">
|
|
597
|
+
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
|
598
|
+
</td>
|
|
599
|
+
</tr>
|
|
562
600
|
|
|
563
|
-
</td>
|
|
564
|
-
</tr>
|
|
565
601
|
|
|
566
602
|
|
|
603
|
+
|
|
604
|
+
<tr>
|
|
605
|
+
<td class="col-md-4">
|
|
606
|
+
|
|
607
|
+
<div class="io-description">
|
|
608
|
+
<b>Parameters :</b>
|
|
609
|
+
|
|
610
|
+
<table class="params">
|
|
611
|
+
<thead>
|
|
612
|
+
<tr>
|
|
613
|
+
<td>Name</td>
|
|
614
|
+
<td>Type</td>
|
|
615
|
+
<td>Optional</td>
|
|
616
|
+
</tr>
|
|
617
|
+
</thead>
|
|
618
|
+
<tbody>
|
|
619
|
+
<tr>
|
|
620
|
+
<td>rootClass</td>
|
|
621
|
+
<td>
|
|
622
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
623
|
+
</td>
|
|
624
|
+
|
|
625
|
+
<td>
|
|
626
|
+
No
|
|
627
|
+
</td>
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
</tr>
|
|
631
|
+
</tbody>
|
|
632
|
+
</table>
|
|
633
|
+
</div>
|
|
634
|
+
<div class="io-description">
|
|
635
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
636
|
+
|
|
637
|
+
</div>
|
|
638
|
+
<div class="io-description">
|
|
639
|
+
|
|
640
|
+
</div>
|
|
641
|
+
</td>
|
|
642
|
+
</tr>
|
|
567
643
|
</tbody>
|
|
568
644
|
</table>
|
|
645
|
+
</section>
|
|
646
|
+
<section data-compodoc="block-properties">
|
|
647
|
+
|
|
648
|
+
<h3 id="inputs">
|
|
649
|
+
Properties
|
|
650
|
+
</h3>
|
|
569
651
|
<table class="table table-sm table-bordered">
|
|
570
652
|
<tbody>
|
|
571
653
|
<tr>
|
|
@@ -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" >
|
|
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
|
|
package/docs/dependencies.html
CHANGED