@eui/mobile-core 17.2.0-snapshot-1716535851440 → 17.2.0-snapshot-1716885030476
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/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +326 -8
- package/docs/components/EuimPdfViewerComponent.html +22 -2
- package/docs/dependencies.html +5 -5
- package/docs/index.html +1 -1
- package/docs/interfaces/Contact.html +90 -0
- package/docs/interfaces/HelpAndSupportItem.html +311 -0
- package/docs/interfaces/Item.html +671 -0
- package/docs/interfaces/Material.html +90 -0
- package/docs/js/menu-wc.js +12 -6
- package/docs/js/menu-wc_es5.js +11 -11
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +7 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +66 -23
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +71 -29
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +7 -3
- package/fesm2022/eui-mobile-core.mjs +134 -46
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +2 -1
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +39 -3
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +26 -3
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +2 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
</tr>
|
|
1274
1274
|
<tr>
|
|
1275
1275
|
<td class="col-md-4">
|
|
1276
|
-
<i>Type : </i> <code><a href="../
|
|
1276
|
+
<i>Type : </i> <code><a href="../interfaces/Item.html" target="_self" >QueryList<EuimChipSelectorItemDirective></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
|
|
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
|
-
|
|
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
|
-
|
|
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>
|
|
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'};
|
|
@@ -118,6 +118,14 @@
|
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
|
|
121
|
+
<p class="comment">
|
|
122
|
+
<h3>Implements</h3>
|
|
123
|
+
</p>
|
|
124
|
+
<p class="comment">
|
|
125
|
+
<code>OnInit</code>
|
|
126
|
+
<code>OnChanges</code>
|
|
127
|
+
<code>OnDestroy</code>
|
|
128
|
+
</p>
|
|
121
129
|
|
|
122
130
|
|
|
123
131
|
<section data-compodoc="block-metadata">
|
|
@@ -276,7 +284,7 @@
|
|
|
276
284
|
<tbody>
|
|
277
285
|
<tr>
|
|
278
286
|
<td class="col-md-4">
|
|
279
|
-
<code>constructor(alertService: AlertController)</code>
|
|
287
|
+
<code>constructor(alertService: AlertController, http: HttpClient)</code>
|
|
280
288
|
</td>
|
|
281
289
|
</tr>
|
|
282
290
|
|
|
@@ -305,6 +313,18 @@
|
|
|
305
313
|
</td>
|
|
306
314
|
|
|
307
315
|
</tr>
|
|
316
|
+
<tr>
|
|
317
|
+
<td>http</td>
|
|
318
|
+
|
|
319
|
+
<td>
|
|
320
|
+
<code>HttpClient</code>
|
|
321
|
+
</td>
|
|
322
|
+
|
|
323
|
+
<td>
|
|
324
|
+
No
|
|
325
|
+
</td>
|
|
326
|
+
|
|
327
|
+
</tr>
|
|
308
328
|
</tbody>
|
|
309
329
|
</table>
|
|
310
330
|
</div>
|
|
@@ -869,7 +889,7 @@
|
|
|
869
889
|
<script src="../js/libs/htmlparser.js"></script>
|
|
870
890
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
871
891
|
<script>
|
|
872
|
-
var COMPONENT_TEMPLATE = '<div>@if (loading || errorMessage) {<div> @if (loading) { <euim-spinner> <div euimSpinnerMessage>Loading PDF...</div> </euim-spinner> } @if (errorMessage) { <div>{{errorMessage}}</div> }</div>}<pinch-zoom [transition-duration]="50" [zoomControlScale]="0.5" (onZoomChange)="zoomChange($event)" [wheelZoomFactor]="0.5" [stepZoomFactor]="0.5" #pinch> <div style="display: block;width: 100%; height: 500px"> <pdf-viewer [src]="
|
|
892
|
+
var COMPONENT_TEMPLATE = '<div>@if (loading || errorMessage) {<div> @if (loading) { <euim-spinner> <div euimSpinnerMessage>Loading PDF...</div> </euim-spinner> } @if (errorMessage) { <div>{{errorMessage}}</div> }</div>}<pinch-zoom [limit-zoom]="4" [transition-duration]="50" [zoomControlScale]="0.5" (onZoomChange)="zoomChange($event)" [wheelZoomFactor]="0.5" [stepZoomFactor]="0.5" #pinch> <div style="display: block;width: 100%; height: 500px"> <pdf-viewer [src]="data" [original-size]="false" [zoom-scale]="\'page-height\'" (after-load-complete)="onLoaded($event)" (error)="onError()" [(page)]="page" [stick-to-page]="false" [show-all]="false" [render-text]="true" style="width: 100%; height: 100%"> </pdf-viewer> </div></pinch-zoom><ion-footer> <ion-toolbar color="primary" class="euim-pdf-viewer__footer"> <ion-buttons slot="start"> <ion-button (click)="onDownload()" [disabled]="!pdf || !data"> <ion-icon name="download-outline" slot="icon-only"></ion-icon> </ion-button> </ion-buttons> <ion-buttons class="euim-pdf-viewer__footer-zoom-container"> <ion-button (click)="onZoomOut()" [disabled]="zoom === 1 || !pdf || !data"> <ion-icon name="remove-circle-outline" slot="icon-only"></ion-icon> </ion-button> <ion-button (click)="onResetZoom()" [disabled]="zoom === 1 || !pdf || !data"> {{\'euim.pdf-viewer.reset.zoom\' | translate }} </ion-button> <ion-button (click)="onZoomIn()" [disabled]="zoom === 4 || !pdf || !data"> <ion-icon name="add-circle-outline" slot="icon-only"></ion-icon> </ion-button> <ion-button (click)="prevPage()" [disabled]="page === 1 || !pdf || !data"> {{\'euim.stepper.previous\' | translate }} </ion-button> {{page}} <ion-button (click)="nextPage()" [disabled]="page === pdfNumPages || !pdf || !data"> {{\'euim.stepper.next\' | translate }} </ion-button> </ion-buttons> </ion-toolbar></ion-footer></div>'
|
|
873
893
|
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'}];
|
|
874
894
|
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]'}];
|
|
875
895
|
var ACTUAL_COMPONENT = {'name': 'EuimPdfViewerComponent'};
|
package/docs/dependencies.html
CHANGED
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</ol>
|
|
110
110
|
<ul class="dependencies-list">
|
|
111
111
|
<li>
|
|
112
|
-
<b>@eui/deps-base</b> : 17.3.
|
|
112
|
+
<b>@eui/deps-base</b> : 17.3.6-snapshot-1716859482399</li>
|
|
113
113
|
<li>
|
|
114
|
-
<b>@eui/styles-base</b> : 17.3.
|
|
114
|
+
<b>@eui/styles-base</b> : 17.3.6-snapshot-1716859482399</li>
|
|
115
115
|
<li>
|
|
116
116
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
117
117
|
<li>
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
<li>
|
|
130
130
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
131
131
|
<li>
|
|
132
|
-
<b>@eui/components</b> : 17.3.
|
|
132
|
+
<b>@eui/components</b> : 17.3.6-snapshot-1716859482399</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@eui/showcase</b> : 17.3.
|
|
134
|
+
<b>@eui/showcase</b> : 17.3.6-snapshot-1716859482399</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@eui/styles</b> : 17.3.
|
|
136
|
+
<b>@eui/styles</b> : 17.3.6-snapshot-1716859482399</li>
|
|
137
137
|
</ul>
|
|
138
138
|
|
|
139
139
|
|
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">
|
|
138
|
+
<p class="card-text">10 Interfaces</p>
|
|
139
139
|
</div>
|
|
140
140
|
</div>
|
|
141
141
|
</div>
|