@eui/mobile-core 17.2.0-snapshot-1716535851440 → 17.2.0-snapshot-1716538151901

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.
@@ -1273,7 +1273,7 @@
1273
1273
  </tr>
1274
1274
  <tr>
1275
1275
  <td class="col-md-4">
1276
- <i>Type : </i> <code><a href="../directives/EuimChipSelectorItemDirective.html" target="_self" >QueryList&lt;EuimChipSelectorItemDirective&gt;</a></code>
1276
+ <i>Type : </i> <code><a href="../interfaces/Item.html" target="_self" >QueryList&lt;EuimChipSelectorItemDirective&gt;</a></code>
1277
1277
 
1278
1278
  </td>
1279
1279
  </tr>
@@ -201,6 +201,15 @@
201
201
  <li>
202
202
  <a href="#getLink" >getLink</a>
203
203
  </li>
204
+ <li>
205
+ <a href="#getLinkClass" >getLinkClass</a>
206
+ </li>
207
+ <li>
208
+ <a href="#isLinkSharp" >isLinkSharp</a>
209
+ </li>
210
+ <li>
211
+ <a href="#onItemClick" >onItemClick</a>
212
+ </li>
204
213
  <li>
205
214
  <a href="#setTargetAttribute" >setTargetAttribute</a>
206
215
  </li>
@@ -217,13 +226,16 @@
217
226
  <td class="col-md-4">
218
227
  <ul class="index-list">
219
228
  <li>
220
- <a href="#alertInfos" >alertInfos</a>
229
+ <a href="#alertInfos" class="deprecated-name">alertInfos</a>
230
+ </li>
231
+ <li>
232
+ <a href="#helpAndSupportItems" >helpAndSupportItems</a>
221
233
  </li>
222
234
  <li>
223
- <a href="#helpContacts" >helpContacts</a>
235
+ <a href="#helpContacts" class="deprecated-name">helpContacts</a>
224
236
  </li>
225
237
  <li>
226
- <a href="#supportMaterials" >supportMaterials</a>
238
+ <a href="#supportMaterials" class="deprecated-name">supportMaterials</a>
227
239
  </li>
228
240
  </ul>
229
241
  </td>
@@ -250,6 +262,49 @@
250
262
  </table>
251
263
  </section>
252
264
 
265
+ <section data-compodoc="block-constructor">
266
+ <h3 id="constructor">Constructor</h3>
267
+ <table class="table table-sm table-bordered">
268
+ <tbody>
269
+ <tr>
270
+ <td class="col-md-4">
271
+ <code>constructor(router: Router)</code>
272
+ </td>
273
+ </tr>
274
+
275
+ <tr>
276
+ <td class="col-md-4">
277
+ <div>
278
+ <b>Parameters :</b>
279
+ <table class="params">
280
+ <thead>
281
+ <tr>
282
+ <td>Name</td>
283
+ <td>Type</td>
284
+ <td>Optional</td>
285
+ </tr>
286
+ </thead>
287
+ <tbody>
288
+ <tr>
289
+ <td>router</td>
290
+
291
+ <td>
292
+ <code>Router</code>
293
+ </td>
294
+
295
+ <td>
296
+ No
297
+ </td>
298
+
299
+ </tr>
300
+ </tbody>
301
+ </table>
302
+ </div>
303
+ </td>
304
+ </tr>
305
+ </tbody>
306
+ </table>
307
+ </section>
253
308
 
254
309
  <section data-compodoc="block-inputs">
255
310
  <h3 id="inputs">Inputs</h3>
@@ -274,6 +329,27 @@
274
329
  </tr>
275
330
  </tbody>
276
331
  </table>
332
+ <table class="table table-sm table-bordered">
333
+ <tbody>
334
+ <tr>
335
+ <td class="col-md-4">
336
+ <a name="helpAndSupportItems"></a>
337
+ <b>helpAndSupportItems</b>
338
+ </td>
339
+ </tr>
340
+ <tr>
341
+ <td class="col-md-4">
342
+ <i>Type : </i> <code>HelpAndSupportItem[]</code>
343
+
344
+ </td>
345
+ </tr>
346
+ <tr>
347
+ <td class="col-md-4">
348
+ <i>Default value : </i><code>[]</code>
349
+ </td>
350
+ </tr>
351
+ </tbody>
352
+ </table>
277
353
  <table class="table table-sm table-bordered">
278
354
  <tbody>
279
355
  <tr>
@@ -366,7 +442,7 @@
366
442
  </tr>
367
443
  <tr>
368
444
  <td class="col-md-4">
369
- <code>getLink(linkType, linkTitle)</code>
445
+ <code>getLink(item?: <a href="../interfaces/Item.html" target="_self">Item</a>, linkType?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, linkTitle?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
370
446
  </td>
371
447
  </tr>
372
448
 
@@ -383,21 +459,101 @@
383
459
  <thead>
384
460
  <tr>
385
461
  <td>Name</td>
462
+ <td>Type</td>
386
463
  <td>Optional</td>
387
464
  </tr>
388
465
  </thead>
389
466
  <tbody>
467
+ <tr>
468
+ <td>item</td>
469
+ <td>
470
+ <code><a href="../interfaces/Item.html" target="_self" >Item</a></code>
471
+ </td>
472
+
473
+ <td>
474
+ Yes
475
+ </td>
476
+
477
+
478
+ </tr>
390
479
  <tr>
391
480
  <td>linkType</td>
481
+ <td>
482
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
483
+ </td>
392
484
 
393
485
  <td>
394
- No
486
+ Yes
395
487
  </td>
396
488
 
397
489
 
398
490
  </tr>
399
491
  <tr>
400
492
  <td>linkTitle</td>
493
+ <td>
494
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
495
+ </td>
496
+
497
+ <td>
498
+ Yes
499
+ </td>
500
+
501
+
502
+ </tr>
503
+ </tbody>
504
+ </table>
505
+ </div>
506
+ <div class="io-description">
507
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
508
+
509
+ </div>
510
+ <div class="io-description">
511
+
512
+ </div>
513
+ </td>
514
+ </tr>
515
+ </tbody>
516
+ </table>
517
+ <table class="table table-sm table-bordered">
518
+ <tbody>
519
+ <tr>
520
+ <td class="col-md-4">
521
+ <a name="getLinkClass"></a>
522
+ <span class="name">
523
+ <span ><b>getLinkClass</b></span>
524
+ <a href="#getLinkClass"><span class="icon ion-ios-link"></span></a>
525
+ </span>
526
+ </td>
527
+ </tr>
528
+ <tr>
529
+ <td class="col-md-4">
530
+ <code>getLinkClass(item: <a href="../interfaces/Item.html" target="_self">Item</a>)</code>
531
+ </td>
532
+ </tr>
533
+
534
+
535
+
536
+
537
+ <tr>
538
+ <td class="col-md-4">
539
+
540
+ <div class="io-description">
541
+ <b>Parameters :</b>
542
+
543
+ <table class="params">
544
+ <thead>
545
+ <tr>
546
+ <td>Name</td>
547
+ <td>Type</td>
548
+ <td>Optional</td>
549
+ </tr>
550
+ </thead>
551
+ <tbody>
552
+ <tr>
553
+ <td>item</td>
554
+ <td>
555
+ <code><a href="../interfaces/Item.html" target="_self" >Item</a></code>
556
+ </td>
401
557
 
402
558
  <td>
403
559
  No
@@ -419,6 +575,152 @@
419
575
  </tr>
420
576
  </tbody>
421
577
  </table>
578
+ <table class="table table-sm table-bordered">
579
+ <tbody>
580
+ <tr>
581
+ <td class="col-md-4">
582
+ <a name="isLinkSharp"></a>
583
+ <span class="name">
584
+ <span ><b>isLinkSharp</b></span>
585
+ <a href="#isLinkSharp"><span class="icon ion-ios-link"></span></a>
586
+ </span>
587
+ </td>
588
+ </tr>
589
+ <tr>
590
+ <td class="col-md-4">
591
+ <code>isLinkSharp(item: <a href="../interfaces/Item.html" target="_self">Item</a>)</code>
592
+ </td>
593
+ </tr>
594
+
595
+
596
+
597
+
598
+ <tr>
599
+ <td class="col-md-4">
600
+
601
+ <div class="io-description">
602
+ <b>Parameters :</b>
603
+
604
+ <table class="params">
605
+ <thead>
606
+ <tr>
607
+ <td>Name</td>
608
+ <td>Type</td>
609
+ <td>Optional</td>
610
+ </tr>
611
+ </thead>
612
+ <tbody>
613
+ <tr>
614
+ <td>item</td>
615
+ <td>
616
+ <code><a href="../interfaces/Item.html" target="_self" >Item</a></code>
617
+ </td>
618
+
619
+ <td>
620
+ No
621
+ </td>
622
+
623
+
624
+ </tr>
625
+ </tbody>
626
+ </table>
627
+ </div>
628
+ <div class="io-description">
629
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
630
+
631
+ </div>
632
+ <div class="io-description">
633
+
634
+ </div>
635
+ </td>
636
+ </tr>
637
+ </tbody>
638
+ </table>
639
+ <table class="table table-sm table-bordered">
640
+ <tbody>
641
+ <tr>
642
+ <td class="col-md-4">
643
+ <a name="onItemClick"></a>
644
+ <span class="name">
645
+ <span ><b>onItemClick</b></span>
646
+ <a href="#onItemClick"><span class="icon ion-ios-link"></span></a>
647
+ </span>
648
+ </td>
649
+ </tr>
650
+ <tr>
651
+ <td class="col-md-4">
652
+ <code>onItemClick(item: <a href="../interfaces/Item.html" target="_self">Item</a>, linkType: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, linkTitle: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
653
+ </td>
654
+ </tr>
655
+
656
+
657
+
658
+
659
+ <tr>
660
+ <td class="col-md-4">
661
+
662
+ <div class="io-description">
663
+ <b>Parameters :</b>
664
+
665
+ <table class="params">
666
+ <thead>
667
+ <tr>
668
+ <td>Name</td>
669
+ <td>Type</td>
670
+ <td>Optional</td>
671
+ </tr>
672
+ </thead>
673
+ <tbody>
674
+ <tr>
675
+ <td>item</td>
676
+ <td>
677
+ <code><a href="../interfaces/Item.html" target="_self" >Item</a></code>
678
+ </td>
679
+
680
+ <td>
681
+ No
682
+ </td>
683
+
684
+
685
+ </tr>
686
+ <tr>
687
+ <td>linkType</td>
688
+ <td>
689
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
690
+ </td>
691
+
692
+ <td>
693
+ No
694
+ </td>
695
+
696
+
697
+ </tr>
698
+ <tr>
699
+ <td>linkTitle</td>
700
+ <td>
701
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
702
+ </td>
703
+
704
+ <td>
705
+ No
706
+ </td>
707
+
708
+
709
+ </tr>
710
+ </tbody>
711
+ </table>
712
+ </div>
713
+ <div class="io-description">
714
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
715
+
716
+ </div>
717
+ <div class="io-description">
718
+
719
+ </div>
720
+ </td>
721
+ </tr>
722
+ </tbody>
723
+ </table>
422
724
  <table class="table table-sm table-bordered">
423
725
  <tbody>
424
726
  <tr>
@@ -432,7 +734,7 @@
432
734
  </tr>
433
735
  <tr>
434
736
  <td class="col-md-4">
435
- <code>setTargetAttribute(linkType)</code>
737
+ <code>setTargetAttribute(item?: <a href="../interfaces/Item.html" target="_self">Item</a>, linkType?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
436
738
  </td>
437
739
  </tr>
438
740
 
@@ -449,15 +751,31 @@
449
751
  <thead>
450
752
  <tr>
451
753
  <td>Name</td>
754
+ <td>Type</td>
452
755
  <td>Optional</td>
453
756
  </tr>
454
757
  </thead>
455
758
  <tbody>
759
+ <tr>
760
+ <td>item</td>
761
+ <td>
762
+ <code><a href="../interfaces/Item.html" target="_self" >Item</a></code>
763
+ </td>
764
+
765
+ <td>
766
+ Yes
767
+ </td>
768
+
769
+
770
+ </tr>
456
771
  <tr>
457
772
  <td>linkType</td>
773
+ <td>
774
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
775
+ </td>
458
776
 
459
777
  <td>
460
- No
778
+ Yes
461
779
  </td>
462
780
 
463
781
 
@@ -534,7 +852,7 @@
534
852
  <script src="../js/libs/htmlparser.js"></script>
535
853
  <script src="../js/libs/deep-iterator.js"></script>
536
854
  <script>
537
- var COMPONENT_TEMPLATE = '<div><ion-header> <ion-toolbar color="primary"> <euim-toolbar> <euim-toolbar-title>{{\'euim.about.help.support\' | translate }}</euim-toolbar-title> </euim-toolbar> </ion-toolbar> @if (alertInfos) { <euim-alert-message color="primary"> <ion-icon name="person-circle" slotStart></ion-icon> {{ alertInfos.title }} @if (alertInfos.btnLink) { <ion-button [href]="alertInfos.btnLink" slotEnd size="small" fill="outline"> <strong>{{ alertInfos.btnTitle }}</strong> </ion-button> } </euim-alert-message> }</ion-header>@if (helpContacts.contacts.length > 0 || supportMaterials.materials.length > 0) { <ion-list> @if (helpContacts.contacts.length > 0) { <ion-item-divider> <ion-label>{{ helpContacts.sectionTitle }}</ion-label> </ion-item-divider> @for (contact of helpContacts.contacts; track contact; let isLast = $last) { <ion-item [lines]="isLast ? \'none\' : \'\'"> <euim-avatar-icon fill="solid" slot="start"> <ion-icon [name]="contact.icon"></ion-icon> </euim-avatar-icon> <ion-label> <a class="euim-help-support__contact-link" [target]="setTargetAttribute(contact.linkType)" [href]="contact.link ? contact.link : getLink(contact.linkType, contact.linkTitle)"> <div euimLabel euimLabelTitle>{{contact.linkTitle}}</div> </a> <div euimLabel euimLabelSubTitle>{{contact.subtitle}}</div> </ion-label> </ion-item> } } @if (supportMaterials.materials.length > 0) { <ion-item-divider> <ion-label>{{ supportMaterials.sectionTitle }}</ion-label> </ion-item-divider> @for (material of supportMaterials.materials; track material) { <ion-item lines="none"> <euim-avatar-icon fill="solid" slot="start"> <ion-icon [name]="material.icon"></ion-icon> </euim-avatar-icon> <ion-label> <div euimLabel euimLabelTitle>{{material.title}}</div> <div euimLabel euimLabelSubTitle>{{material.subtitle}}</div> </ion-label> <ion-buttons> <ion-button target="_blank" [href]="material.link" fill="clear" > <ion-icon name="link-sharp" slot="icon-only"></ion-icon> </ion-button> </ion-buttons> </ion-item> } } </ion-list>}<ng-content></ng-content></div>'
855
+ var COMPONENT_TEMPLATE = '<div><ion-header> <ion-toolbar color="primary"> <euim-toolbar> <euim-toolbar-title>{{\'euim.about.help.support\' | translate }}</euim-toolbar-title> </euim-toolbar> </ion-toolbar> @if (alertInfos.title) { <euim-alert-message color="primary"> <ion-icon name="person-circle" slotStart></ion-icon> {{ alertInfos.title }} @if (alertInfos.btnLink) { <ion-button [href]="alertInfos.btnLink" slotEnd size="small" fill="outline"> <strong>{{ alertInfos.btnTitle }}</strong> </ion-button> } </euim-alert-message> } <ng-content select="[headerSection]"></ng-content></ion-header>@if (helpAndSupportItems.length > 0 || helpContacts.contacts.length > 0 || supportMaterials.materials.length > 0) { <ion-list> @for (helpSupportItem of helpAndSupportItems; track $index;) { @if (helpSupportItem.sectionTitle) { <ion-item-divider> <ion-label>{{ helpSupportItem.sectionTitle }}</ion-label> </ion-item-divider> } @for (item of helpSupportItem.items; track item;) { <ion-item [lines]="item.hasBottomLine ? \'insert\' : \'none\'" (click)="onItemClick(item, undefined, undefined)"> @if (item.startIcon) { <euim-avatar-icon fill="solid" slot="start"> <ion-icon [name]="item.startIcon"></ion-icon> </euim-avatar-icon> } @if (item.title || item.subtitle) { <ion-label> @if (item.title) { <a [ngClass]="getLinkClass(item)"> @if (!isLinkSharp(item)) { <div class="euim-help-support__title">{{ item.title }}</div> } @if (isLinkSharp(item)) { <div euimLabel euimLabelTitle>{{ item.title }}</div> } </a> } @if (item.subtitle) { <div euimLabel euimLabelSubTitle> {{ item.subtitle }} </div> } </ion-label> } @if (item.endIcon) { <ion-buttons> <ion-button fill="clear"> <ion-icon [name]="item.endIcon" slot="icon-only"></ion-icon> </ion-button> </ion-buttons> } </ion-item> } } @if (helpContacts.contacts.length > 0) { @if (helpContacts.sectionTitle) { <ion-item-divider> <ion-label>{{ helpContacts.sectionTitle }}</ion-label> </ion-item-divider> } @for (contact of helpContacts.contacts; track contact; let isLast = $last) { <ion-item [lines]="isLast ? \'none\' : \'\'" (click)="onItemClick(undefined, contact.linkType, contact.linkTitle)"> @if (contact.icon) { <euim-avatar-icon fill="solid" slot="start"> <ion-icon [name]="contact.icon"></ion-icon> </euim-avatar-icon> } @if (contact.linkTitle || contact.subtitle) { <ion-label> @if (contact.linkTitle) { <a class="euim-help-support__contact-link"> <div class="euim-help-support__title">{{contact.linkTitle}}</div> </a> } @if (contact.subtitle) { <div euimLabel euimLabelSubTitle>{{contact.subtitle}}</div> } </ion-label> } </ion-item> } } @if (supportMaterials.materials.length > 0) { @if (supportMaterials.sectionTitle) { <ion-item-divider> <ion-label>{{ supportMaterials.sectionTitle }}</ion-label> </ion-item-divider> } @for (material of supportMaterials.materials; track material) { <ion-item lines="none" (click)="onItemClick(material, undefined, undefined)"> @if (material.icon) { <euim-avatar-icon fill="solid" slot="start"> <ion-icon [name]="material.icon"></ion-icon> </euim-avatar-icon> } <ion-label> @if (material.title) { <div euimLabel euimLabelTitle>{{material.title}}</div> } @if (material.subtitle) { <div euimLabel euimLabelSubTitle>{{material.subtitle}}</div> } </ion-label> <ion-buttons> <ion-button fill="clear" > <ion-icon name="link-sharp" slot="icon-only"></ion-icon> </ion-button> </ion-buttons> </ion-item> } } </ion-list>}<ng-content></ng-content></div>'
538
856
  var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
539
857
  var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'}];
540
858
  var ACTUAL_COMPONENT = {'name': 'EuimHelpSupportComponent'};
package/docs/index.html CHANGED
@@ -135,7 +135,7 @@
135
135
  <div class="card text-center">
136
136
  <div class="card-block">
137
137
  <h4 class="card-title"><span class="icon ion-md-information-circle-outline"></span></h4>
138
- <p class="card-text">8 Interfaces</p>
138
+ <p class="card-text">10 Interfaces</p>
139
139
  </div>
140
140
  </div>
141
141
  </div>
@@ -142,6 +142,13 @@
142
142
  <tr>
143
143
  <td class="col-md-4">
144
144
  <ul class="index-list">
145
+ <li>
146
+ <span class="modifier">Optional</span>
147
+ <a href="#fragment"
148
+ >
149
+ fragment
150
+ </a>
151
+ </li>
145
152
  <li>
146
153
  <span class="modifier">Optional</span>
147
154
  <a href="#icon"
@@ -169,6 +176,13 @@
169
176
  linkType
170
177
  </a>
171
178
  </li>
179
+ <li>
180
+ <span class="modifier">Optional</span>
181
+ <a href="#routerLink"
182
+ >
183
+ routerLink
184
+ </a>
185
+ </li>
172
186
  <li>
173
187
  <span class="modifier">Optional</span>
174
188
  <a href="#subtitle"
@@ -187,6 +201,44 @@
187
201
 
188
202
  <section data-compodoc="block-properties">
189
203
  <h3 id="inputs">Properties</h3>
204
+ <table class="table table-sm table-bordered">
205
+ <tbody>
206
+ <tr>
207
+ <td class="col-md-4">
208
+ <a name="fragment"></a>
209
+ <span class="name "><b>fragment</b>
210
+ <a href="#fragment">
211
+ <span class="icon ion-ios-link"></span>
212
+ </a>
213
+ </span>
214
+ </td>
215
+ </tr>
216
+ <tr>
217
+ <td class="col-md-4">
218
+ <code>fragment: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
219
+ </code>
220
+ </td>
221
+ </tr>
222
+
223
+
224
+ <tr>
225
+ <td class="col-md-4">
226
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
227
+
228
+ </td>
229
+ </tr>
230
+
231
+ <tr>
232
+ <td class="col-md-4">
233
+ <i>Optional</i>
234
+ </td>
235
+ </tr>
236
+
237
+
238
+
239
+
240
+ </tbody>
241
+ </table>
190
242
  <table class="table table-sm table-bordered">
191
243
  <tbody>
192
244
  <tr>
@@ -332,6 +384,44 @@
332
384
 
333
385
 
334
386
 
387
+ </tbody>
388
+ </table>
389
+ <table class="table table-sm table-bordered">
390
+ <tbody>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <a name="routerLink"></a>
394
+ <span class="name "><b>routerLink</b>
395
+ <a href="#routerLink">
396
+ <span class="icon ion-ios-link"></span>
397
+ </a>
398
+ </span>
399
+ </td>
400
+ </tr>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <code>routerLink: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
404
+ </code>
405
+ </td>
406
+ </tr>
407
+
408
+
409
+ <tr>
410
+ <td class="col-md-4">
411
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
412
+
413
+ </td>
414
+ </tr>
415
+
416
+ <tr>
417
+ <td class="col-md-4">
418
+ <i>Optional</i>
419
+ </td>
420
+ </tr>
421
+
422
+
423
+
424
+
335
425
  </tbody>
336
426
  </table>
337
427
  <table class="table table-sm table-bordered">