@skyux/pages 6.4.0 → 6.7.0

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.
Files changed (25) hide show
  1. package/documentation.json +683 -109
  2. package/esm2020/index.mjs +4 -1
  3. package/esm2020/lib/modules/action-hub/action-hub-related-links-sort.pipe.mjs +1 -1
  4. package/esm2020/lib/modules/action-hub/action-hub.component.mjs +15 -8
  5. package/esm2020/lib/modules/action-hub/action-hub.module.mjs +5 -2
  6. package/esm2020/lib/modules/action-hub/types/page-link-interface.mjs +2 -0
  7. package/esm2020/lib/modules/action-hub/types/page-link.mjs +1 -1
  8. package/esm2020/lib/modules/action-hub/types/page-modal-link.mjs +2 -0
  9. package/esm2020/lib/modules/action-hub/types/page-modal-links-input.mjs +2 -0
  10. package/esm2020/lib/modules/modal-link-list/modal-link-list.component.mjs +26 -0
  11. package/esm2020/lib/modules/shared/sky-pages-resources.module.mjs +2 -1
  12. package/fesm2015/skyux-pages.mjs +35 -6
  13. package/fesm2015/skyux-pages.mjs.map +1 -1
  14. package/fesm2020/skyux-pages.mjs +35 -6
  15. package/fesm2020/skyux-pages.mjs.map +1 -1
  16. package/index.d.ts +3 -0
  17. package/lib/modules/action-hub/action-hub-related-links-sort.pipe.d.ts +2 -2
  18. package/lib/modules/action-hub/action-hub.component.d.ts +6 -1
  19. package/lib/modules/action-hub/action-hub.module.d.ts +11 -10
  20. package/lib/modules/action-hub/types/page-link-interface.d.ts +9 -0
  21. package/lib/modules/action-hub/types/page-link.d.ts +2 -5
  22. package/lib/modules/action-hub/types/page-modal-link.d.ts +25 -0
  23. package/lib/modules/action-hub/types/page-modal-links-input.d.ts +2 -0
  24. package/lib/modules/modal-link-list/modal-link-list.component.d.ts +13 -0
  25. package/package.json +7 -6
@@ -6,10 +6,13 @@
6
6
  "SkyActionHubButtonsComponent": "class-skyactionhubbuttonscomponent",
7
7
  "SkyActionHubContentComponent": "class-skyactionhubcontentcomponent",
8
8
  "SkyPageHeaderComponent": "class-skypageheadercomponent",
9
+ "SkyModalLinkListComponent": "class-skymodallinklistcomponent",
9
10
  "SkyActionHubNeedsAttention": "interface-skyactionhubneedsattention",
10
11
  "SkyPageLink": "interface-skypagelink",
12
+ "SkyPageModalLink": "interface-skypagemodallink",
11
13
  "SkyRecentLink": "interface-skyrecentlink",
12
14
  "SkyPageLinksInput": "type-alias-skypagelinksinput",
15
+ "SkyPageModalLinksInput": "type-alias-skypagemodallinksinput",
13
16
  "SkyRecentLinksInput": "type-alias-skyrecentlinksinput"
14
17
  },
15
18
  "typedoc": {
@@ -21,7 +24,7 @@
21
24
  "originalName": "",
22
25
  "children": [
23
26
  {
24
- "id": 20,
27
+ "id": 30,
25
28
  "name": "SkyActionHubModule",
26
29
  "kind": 128,
27
30
  "kindString": "Class",
@@ -36,7 +39,7 @@
36
39
  "name": "NgModule"
37
40
  },
38
41
  "arguments": {
39
- "obj": "{\n imports: [\n CommonModule,\n SkyPagesResourcesModule,\n RouterModule,\n SkyActionButtonModule,\n SkyAppLinkModule,\n SkyFluidGridModule,\n SkyI18nModule,\n SkyIconModule,\n SkyKeyInfoModule,\n SkyPageHeaderModule,\n SkyThemeModule,\n SkyWaitModule,\n SkyHrefModule,\n ],\n declarations: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n SkyActionHubRecentLinksResolvePipe,\n SkyActionHubRelatedLinksSortPipe,\n SkyNeedsAttentionComponent,\n SkyLinkListComponent,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n}"
42
+ "obj": "{\n imports: [\n CommonModule,\n SkyPagesResourcesModule,\n RouterModule,\n SkyActionButtonModule,\n SkyAppLinkModule,\n SkyFluidGridModule,\n SkyI18nModule,\n SkyIconModule,\n SkyKeyInfoModule,\n SkyPageHeaderModule,\n SkyThemeModule,\n SkyWaitModule,\n SkyHrefModule,\n ],\n declarations: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n SkyActionHubRecentLinksResolvePipe,\n SkyActionHubRelatedLinksSortPipe,\n SkyNeedsAttentionComponent,\n SkyLinkListComponent,\n SkyModalLinkListComponent,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n}"
40
43
  }
41
44
  }
42
45
  ],
@@ -46,20 +49,20 @@
46
49
  "title": "Constructors",
47
50
  "kind": 512,
48
51
  "children": [
49
- 21
52
+ 31
50
53
  ]
51
54
  }
52
55
  ],
53
56
  "sources": [
54
57
  {
55
58
  "fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
56
- "line": 56,
59
+ "line": 58,
57
60
  "character": 13
58
61
  }
59
62
  ]
60
63
  },
61
64
  {
62
- "id": 54,
65
+ "id": 78,
63
66
  "name": "SkyPageHeaderModule",
64
67
  "kind": 128,
65
68
  "kindString": "Class",
@@ -84,7 +87,7 @@
84
87
  "title": "Constructors",
85
88
  "kind": 512,
86
89
  "children": [
87
- 55
90
+ 79
88
91
  ]
89
92
  }
90
93
  ],
@@ -146,7 +149,7 @@
146
149
  "sources": [
147
150
  {
148
151
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
149
- "line": 22,
152
+ "line": 23,
150
153
  "character": 9
151
154
  }
152
155
  ],
@@ -157,7 +160,7 @@
157
160
  "type": "array",
158
161
  "elementType": {
159
162
  "type": "reference",
160
- "id": 23,
163
+ "id": 33,
161
164
  "name": "SkyActionHubNeedsAttention"
162
165
  }
163
166
  },
@@ -195,13 +198,13 @@
195
198
  "sources": [
196
199
  {
197
200
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
198
- "line": 28,
201
+ "line": 29,
199
202
  "character": 9
200
203
  }
201
204
  ],
202
205
  "type": {
203
206
  "type": "reference",
204
- "id": 33,
207
+ "id": 43,
205
208
  "name": "SkyPageLink"
206
209
  }
207
210
  },
@@ -231,13 +234,13 @@
231
234
  "sources": [
232
235
  {
233
236
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
234
- "line": 34,
237
+ "line": 35,
235
238
  "character": 9
236
239
  }
237
240
  ],
238
241
  "type": {
239
242
  "type": "reference",
240
- "id": 53,
243
+ "id": 77,
241
244
  "name": "SkyRecentLinksInput"
242
245
  },
243
246
  "defaultValue": "[]"
@@ -268,19 +271,56 @@
268
271
  "sources": [
269
272
  {
270
273
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
271
- "line": 40,
274
+ "line": 41,
272
275
  "character": 9
273
276
  }
274
277
  ],
275
278
  "type": {
276
279
  "type": "reference",
277
- "id": 42,
280
+ "id": 52,
278
281
  "name": "SkyPageLinksInput"
279
282
  },
280
283
  "defaultValue": "[]"
281
284
  },
282
285
  {
283
286
  "id": 8,
287
+ "name": "settingsLinks",
288
+ "kind": 1024,
289
+ "kindString": "Property",
290
+ "flags": {
291
+ "isPublic": true
292
+ },
293
+ "comment": {
294
+ "shortText": "Provides a list of settings with modal parameters, or `\"loading\"` to display a wait indicator."
295
+ },
296
+ "decorators": [
297
+ {
298
+ "name": "Input",
299
+ "type": {
300
+ "type": "reference",
301
+ "qualifiedName": "InputDecorator",
302
+ "package": "@angular/core",
303
+ "name": "Input"
304
+ },
305
+ "arguments": {}
306
+ }
307
+ ],
308
+ "sources": [
309
+ {
310
+ "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
311
+ "line": 47,
312
+ "character": 9
313
+ }
314
+ ],
315
+ "type": {
316
+ "type": "reference",
317
+ "id": 66,
318
+ "name": "SkyPageModalLinksInput"
319
+ },
320
+ "defaultValue": "[]"
321
+ },
322
+ {
323
+ "id": 9,
284
324
  "name": "title",
285
325
  "kind": 1024,
286
326
  "kindString": "Property",
@@ -311,7 +351,7 @@
311
351
  "sources": [
312
352
  {
313
353
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
314
- "line": 47,
354
+ "line": 54,
315
355
  "character": 9
316
356
  }
317
357
  ],
@@ -338,20 +378,21 @@
338
378
  5,
339
379
  6,
340
380
  7,
341
- 8
381
+ 8,
382
+ 9
342
383
  ]
343
384
  }
344
385
  ],
345
386
  "sources": [
346
387
  {
347
388
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
348
- "line": 17,
389
+ "line": 18,
349
390
  "character": 13
350
391
  }
351
392
  ]
352
393
  },
353
394
  {
354
- "id": 9,
395
+ "id": 10,
355
396
  "name": "SkyActionHubButtonsComponent",
356
397
  "kind": 128,
357
398
  "kindString": "Class",
@@ -380,7 +421,7 @@
380
421
  "title": "Constructors",
381
422
  "kind": 512,
382
423
  "children": [
383
- 10
424
+ 11
384
425
  ]
385
426
  }
386
427
  ],
@@ -393,7 +434,7 @@
393
434
  ]
394
435
  },
395
436
  {
396
- "id": 12,
437
+ "id": 13,
397
438
  "name": "SkyActionHubContentComponent",
398
439
  "kind": 128,
399
440
  "kindString": "Class",
@@ -421,7 +462,7 @@
421
462
  "title": "Constructors",
422
463
  "kind": 512,
423
464
  "children": [
424
- 13
465
+ 14
425
466
  ]
426
467
  }
427
468
  ],
@@ -434,7 +475,7 @@
434
475
  ]
435
476
  },
436
477
  {
437
- "id": 15,
478
+ "id": 16,
438
479
  "name": "SkyPageHeaderComponent",
439
480
  "kind": 128,
440
481
  "kindString": "Class",
@@ -455,7 +496,7 @@
455
496
  ],
456
497
  "children": [
457
498
  {
458
- "id": 19,
499
+ "id": 20,
459
500
  "name": "pageTitle",
460
501
  "kind": 1024,
461
502
  "kindString": "Property",
@@ -487,7 +528,7 @@
487
528
  }
488
529
  },
489
530
  {
490
- "id": 18,
531
+ "id": 19,
491
532
  "name": "parentLink",
492
533
  "kind": 1024,
493
534
  "kindString": "Property",
@@ -516,7 +557,7 @@
516
557
  ],
517
558
  "type": {
518
559
  "type": "reference",
519
- "id": 33,
560
+ "id": 43,
520
561
  "name": "SkyPageLink"
521
562
  }
522
563
  }
@@ -526,15 +567,15 @@
526
567
  "title": "Constructors",
527
568
  "kind": 512,
528
569
  "children": [
529
- 16
570
+ 17
530
571
  ]
531
572
  },
532
573
  {
533
574
  "title": "Properties",
534
575
  "kind": 1024,
535
576
  "children": [
536
- 19,
537
- 18
577
+ 20,
578
+ 19
538
579
  ]
539
580
  }
540
581
  ],
@@ -547,7 +588,210 @@
547
588
  ]
548
589
  },
549
590
  {
550
- "id": 23,
591
+ "id": 21,
592
+ "name": "SkyModalLinkListComponent",
593
+ "kind": 128,
594
+ "kindString": "Class",
595
+ "flags": {},
596
+ "decorators": [
597
+ {
598
+ "name": "Component",
599
+ "type": {
600
+ "type": "reference",
601
+ "qualifiedName": "ComponentDecorator",
602
+ "package": "@angular/core",
603
+ "name": "Component"
604
+ },
605
+ "arguments": {
606
+ "obj": "{\n selector: 'sky-modal-link-list',\n templateUrl: './modal-link-list.component.html',\n styleUrls: ['./modal-link-list.component.scss'],\n}"
607
+ }
608
+ }
609
+ ],
610
+ "children": [
611
+ {
612
+ "id": 22,
613
+ "name": "constructor",
614
+ "kind": 512,
615
+ "kindString": "Constructor",
616
+ "flags": {},
617
+ "sources": [
618
+ {
619
+ "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
620
+ "line": 19,
621
+ "character": 2
622
+ }
623
+ ],
624
+ "signatures": [
625
+ {
626
+ "id": 23,
627
+ "name": "SkyModalLinkListComponent",
628
+ "kind": 16384,
629
+ "kindString": "Constructor signature",
630
+ "flags": {},
631
+ "parameters": [
632
+ {
633
+ "id": 24,
634
+ "name": "modalService",
635
+ "kind": 32768,
636
+ "kindString": "Parameter",
637
+ "flags": {},
638
+ "type": {
639
+ "type": "reference",
640
+ "name": "SkyModalService"
641
+ }
642
+ }
643
+ ],
644
+ "type": {
645
+ "type": "reference",
646
+ "id": 21,
647
+ "name": "SkyModalLinkListComponent"
648
+ }
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "id": 25,
654
+ "name": "links",
655
+ "kind": 1024,
656
+ "kindString": "Property",
657
+ "flags": {
658
+ "isPublic": true
659
+ },
660
+ "decorators": [
661
+ {
662
+ "name": "Input",
663
+ "type": {
664
+ "type": "reference",
665
+ "qualifiedName": "InputDecorator",
666
+ "package": "@angular/core",
667
+ "name": "Input"
668
+ },
669
+ "arguments": {}
670
+ }
671
+ ],
672
+ "sources": [
673
+ {
674
+ "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
675
+ "line": 14,
676
+ "character": 9
677
+ }
678
+ ],
679
+ "type": {
680
+ "type": "reference",
681
+ "id": 66,
682
+ "name": "SkyPageModalLinksInput"
683
+ }
684
+ },
685
+ {
686
+ "id": 26,
687
+ "name": "title",
688
+ "kind": 1024,
689
+ "kindString": "Property",
690
+ "flags": {
691
+ "isPublic": true
692
+ },
693
+ "decorators": [
694
+ {
695
+ "name": "Input",
696
+ "type": {
697
+ "type": "reference",
698
+ "qualifiedName": "InputDecorator",
699
+ "package": "@angular/core",
700
+ "name": "Input"
701
+ },
702
+ "arguments": {}
703
+ }
704
+ ],
705
+ "sources": [
706
+ {
707
+ "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
708
+ "line": 17,
709
+ "character": 9
710
+ }
711
+ ],
712
+ "type": {
713
+ "type": "intrinsic",
714
+ "name": "string"
715
+ }
716
+ },
717
+ {
718
+ "id": 27,
719
+ "name": "openModal",
720
+ "kind": 2048,
721
+ "kindString": "Method",
722
+ "flags": {
723
+ "isPublic": true
724
+ },
725
+ "sources": [
726
+ {
727
+ "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
728
+ "line": 21,
729
+ "character": 9
730
+ }
731
+ ],
732
+ "signatures": [
733
+ {
734
+ "id": 28,
735
+ "name": "openModal",
736
+ "kind": 4096,
737
+ "kindString": "Call signature",
738
+ "flags": {},
739
+ "parameters": [
740
+ {
741
+ "id": 29,
742
+ "name": "link",
743
+ "kind": 32768,
744
+ "kindString": "Parameter",
745
+ "flags": {},
746
+ "type": {
747
+ "type": "reference",
748
+ "id": 53,
749
+ "name": "SkyPageModalLink"
750
+ }
751
+ }
752
+ ],
753
+ "type": {
754
+ "type": "intrinsic",
755
+ "name": "void"
756
+ }
757
+ }
758
+ ]
759
+ }
760
+ ],
761
+ "groups": [
762
+ {
763
+ "title": "Constructors",
764
+ "kind": 512,
765
+ "children": [
766
+ 22
767
+ ]
768
+ },
769
+ {
770
+ "title": "Properties",
771
+ "kind": 1024,
772
+ "children": [
773
+ 25,
774
+ 26
775
+ ]
776
+ },
777
+ {
778
+ "title": "Methods",
779
+ "kind": 2048,
780
+ "children": [
781
+ 27
782
+ ]
783
+ }
784
+ ],
785
+ "sources": [
786
+ {
787
+ "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
788
+ "line": 12,
789
+ "character": 13
790
+ }
791
+ ]
792
+ },
793
+ {
794
+ "id": 33,
551
795
  "name": "SkyActionHubNeedsAttention",
552
796
  "kind": 256,
553
797
  "kindString": "Interface",
@@ -557,7 +801,7 @@
557
801
  },
558
802
  "children": [
559
803
  {
560
- "id": 25,
804
+ "id": 35,
561
805
  "name": "message",
562
806
  "kind": 1024,
563
807
  "kindString": "Property",
@@ -580,7 +824,7 @@
580
824
  }
581
825
  },
582
826
  {
583
- "id": 26,
827
+ "id": 36,
584
828
  "name": "permalink",
585
829
  "kind": 1024,
586
830
  "kindString": "Property",
@@ -598,14 +842,14 @@
598
842
  "type": {
599
843
  "type": "reflection",
600
844
  "declaration": {
601
- "id": 27,
845
+ "id": 37,
602
846
  "name": "__type",
603
847
  "kind": 65536,
604
848
  "kindString": "Type literal",
605
849
  "flags": {},
606
850
  "children": [
607
851
  {
608
- "id": 28,
852
+ "id": 38,
609
853
  "name": "route",
610
854
  "kind": 1024,
611
855
  "kindString": "Property",
@@ -622,14 +866,14 @@
622
866
  "type": {
623
867
  "type": "reflection",
624
868
  "declaration": {
625
- "id": 29,
869
+ "id": 39,
626
870
  "name": "__type",
627
871
  "kind": 65536,
628
872
  "kindString": "Type literal",
629
873
  "flags": {},
630
874
  "children": [
631
875
  {
632
- "id": 30,
876
+ "id": 40,
633
877
  "name": "commands",
634
878
  "kind": 1024,
635
879
  "kindString": "Property",
@@ -650,7 +894,7 @@
650
894
  }
651
895
  },
652
896
  {
653
- "id": 31,
897
+ "id": 41,
654
898
  "name": "extras",
655
899
  "kind": 1024,
656
900
  "kindString": "Property",
@@ -677,8 +921,8 @@
677
921
  "title": "Properties",
678
922
  "kind": 1024,
679
923
  "children": [
680
- 30,
681
- 31
924
+ 40,
925
+ 41
682
926
  ]
683
927
  }
684
928
  ]
@@ -686,7 +930,7 @@
686
930
  }
687
931
  },
688
932
  {
689
- "id": 32,
933
+ "id": 42,
690
934
  "name": "url",
691
935
  "kind": 1024,
692
936
  "kindString": "Property",
@@ -711,8 +955,8 @@
711
955
  "title": "Properties",
712
956
  "kind": 1024,
713
957
  "children": [
714
- 28,
715
- 32
958
+ 38,
959
+ 42
716
960
  ]
717
961
  }
718
962
  ]
@@ -720,7 +964,7 @@
720
964
  }
721
965
  },
722
966
  {
723
- "id": 24,
967
+ "id": 34,
724
968
  "name": "title",
725
969
  "kind": 1024,
726
970
  "kindString": "Property",
@@ -746,9 +990,9 @@
746
990
  "title": "Properties",
747
991
  "kind": 1024,
748
992
  "children": [
749
- 25,
750
- 26,
751
- 24
993
+ 35,
994
+ 36,
995
+ 34
752
996
  ]
753
997
  }
754
998
  ],
@@ -761,7 +1005,7 @@
761
1005
  ]
762
1006
  },
763
1007
  {
764
- "id": 33,
1008
+ "id": 43,
765
1009
  "name": "SkyPageLink",
766
1010
  "kind": 256,
767
1011
  "kindString": "Interface",
@@ -771,7 +1015,7 @@
771
1015
  },
772
1016
  "children": [
773
1017
  {
774
- "id": 34,
1018
+ "id": 51,
775
1019
  "name": "label",
776
1020
  "kind": 1024,
777
1021
  "kindString": "Property",
@@ -781,18 +1025,22 @@
781
1025
  },
782
1026
  "sources": [
783
1027
  {
784
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
785
- "line": 10,
1028
+ "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
1029
+ "line": 8,
786
1030
  "character": 2
787
1031
  }
788
1032
  ],
789
1033
  "type": {
790
1034
  "type": "intrinsic",
791
1035
  "name": "string"
1036
+ },
1037
+ "inheritedFrom": {
1038
+ "type": "reference",
1039
+ "name": "SkyPageLinkInterface.label"
792
1040
  }
793
1041
  },
794
1042
  {
795
- "id": 35,
1043
+ "id": 44,
796
1044
  "name": "permalink",
797
1045
  "kind": 1024,
798
1046
  "kindString": "Property",
@@ -803,21 +1051,21 @@
803
1051
  "sources": [
804
1052
  {
805
1053
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
806
- "line": 14,
1054
+ "line": 12,
807
1055
  "character": 2
808
1056
  }
809
1057
  ],
810
1058
  "type": {
811
1059
  "type": "reflection",
812
1060
  "declaration": {
813
- "id": 36,
1061
+ "id": 45,
814
1062
  "name": "__type",
815
1063
  "kind": 65536,
816
1064
  "kindString": "Type literal",
817
1065
  "flags": {},
818
1066
  "children": [
819
1067
  {
820
- "id": 37,
1068
+ "id": 46,
821
1069
  "name": "route",
822
1070
  "kind": 1024,
823
1071
  "kindString": "Property",
@@ -827,21 +1075,21 @@
827
1075
  "sources": [
828
1076
  {
829
1077
  "fileName": "lib/modules/action-hub/types/page-link.ts",
830
- "line": 15,
1078
+ "line": 13,
831
1079
  "character": 4
832
1080
  }
833
1081
  ],
834
1082
  "type": {
835
1083
  "type": "reflection",
836
1084
  "declaration": {
837
- "id": 38,
1085
+ "id": 47,
838
1086
  "name": "__type",
839
1087
  "kind": 65536,
840
1088
  "kindString": "Type literal",
841
1089
  "flags": {},
842
1090
  "children": [
843
1091
  {
844
- "id": 39,
1092
+ "id": 48,
845
1093
  "name": "commands",
846
1094
  "kind": 1024,
847
1095
  "kindString": "Property",
@@ -849,7 +1097,7 @@
849
1097
  "sources": [
850
1098
  {
851
1099
  "fileName": "lib/modules/action-hub/types/page-link.ts",
852
- "line": 16,
1100
+ "line": 14,
853
1101
  "character": 6
854
1102
  }
855
1103
  ],
@@ -862,7 +1110,7 @@
862
1110
  }
863
1111
  },
864
1112
  {
865
- "id": 40,
1113
+ "id": 49,
866
1114
  "name": "extras",
867
1115
  "kind": 1024,
868
1116
  "kindString": "Property",
@@ -872,7 +1120,7 @@
872
1120
  "sources": [
873
1121
  {
874
1122
  "fileName": "lib/modules/action-hub/types/page-link.ts",
875
- "line": 17,
1123
+ "line": 15,
876
1124
  "character": 6
877
1125
  }
878
1126
  ],
@@ -889,8 +1137,8 @@
889
1137
  "title": "Properties",
890
1138
  "kind": 1024,
891
1139
  "children": [
892
- 39,
893
- 40
1140
+ 48,
1141
+ 49
894
1142
  ]
895
1143
  }
896
1144
  ]
@@ -898,7 +1146,7 @@
898
1146
  }
899
1147
  },
900
1148
  {
901
- "id": 41,
1149
+ "id": 50,
902
1150
  "name": "url",
903
1151
  "kind": 1024,
904
1152
  "kindString": "Property",
@@ -908,7 +1156,7 @@
908
1156
  "sources": [
909
1157
  {
910
1158
  "fileName": "lib/modules/action-hub/types/page-link.ts",
911
- "line": 19,
1159
+ "line": 17,
912
1160
  "character": 4
913
1161
  }
914
1162
  ],
@@ -923,8 +1171,8 @@
923
1171
  "title": "Properties",
924
1172
  "kind": 1024,
925
1173
  "children": [
926
- 37,
927
- 41
1174
+ 46,
1175
+ 50
928
1176
  ]
929
1177
  }
930
1178
  ]
@@ -937,28 +1185,316 @@
937
1185
  "title": "Properties",
938
1186
  "kind": 1024,
939
1187
  "children": [
940
- 34,
941
- 35
1188
+ 51,
1189
+ 44
942
1190
  ]
943
1191
  }
944
1192
  ],
945
1193
  "sources": [
946
1194
  {
947
1195
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
948
- "line": 6,
1196
+ "line": 8,
949
1197
  "character": 17
950
1198
  }
951
1199
  ],
1200
+ "extendedTypes": [
1201
+ {
1202
+ "type": "reference",
1203
+ "name": "SkyPageLinkInterface"
1204
+ }
1205
+ ],
952
1206
  "extendedBy": [
953
1207
  {
954
1208
  "type": "reference",
955
- "id": 43,
1209
+ "id": 67,
956
1210
  "name": "SkyRecentLink"
957
1211
  }
958
1212
  ]
959
1213
  },
960
1214
  {
961
- "id": 43,
1215
+ "id": 53,
1216
+ "name": "SkyPageModalLink",
1217
+ "kind": 256,
1218
+ "kindString": "Interface",
1219
+ "flags": {},
1220
+ "comment": {
1221
+ "shortText": "Displays links to related information or recently accessed items."
1222
+ },
1223
+ "children": [
1224
+ {
1225
+ "id": 65,
1226
+ "name": "label",
1227
+ "kind": 1024,
1228
+ "kindString": "Property",
1229
+ "flags": {},
1230
+ "comment": {
1231
+ "shortText": "Specifies the link text."
1232
+ },
1233
+ "sources": [
1234
+ {
1235
+ "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
1236
+ "line": 8,
1237
+ "character": 2
1238
+ }
1239
+ ],
1240
+ "type": {
1241
+ "type": "intrinsic",
1242
+ "name": "string"
1243
+ },
1244
+ "inheritedFrom": {
1245
+ "type": "reference",
1246
+ "name": "SkyPageLinkInterface.label"
1247
+ }
1248
+ },
1249
+ {
1250
+ "id": 61,
1251
+ "name": "modal",
1252
+ "kind": 1024,
1253
+ "kindString": "Property",
1254
+ "flags": {
1255
+ "isOptional": true
1256
+ },
1257
+ "comment": {
1258
+ "shortText": "Specifies the modal parameters."
1259
+ },
1260
+ "sources": [
1261
+ {
1262
+ "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
1263
+ "line": 23,
1264
+ "character": 2
1265
+ }
1266
+ ],
1267
+ "type": {
1268
+ "type": "reflection",
1269
+ "declaration": {
1270
+ "id": 62,
1271
+ "name": "__type",
1272
+ "kind": 65536,
1273
+ "kindString": "Type literal",
1274
+ "flags": {},
1275
+ "children": [
1276
+ {
1277
+ "id": 63,
1278
+ "name": "component",
1279
+ "kind": 1024,
1280
+ "kindString": "Property",
1281
+ "flags": {},
1282
+ "sources": [
1283
+ {
1284
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1285
+ "line": 24,
1286
+ "character": 4
1287
+ }
1288
+ ],
1289
+ "type": {
1290
+ "type": "intrinsic",
1291
+ "name": "any"
1292
+ }
1293
+ },
1294
+ {
1295
+ "id": 64,
1296
+ "name": "config",
1297
+ "kind": 1024,
1298
+ "kindString": "Property",
1299
+ "flags": {
1300
+ "isOptional": true
1301
+ },
1302
+ "sources": [
1303
+ {
1304
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1305
+ "line": 25,
1306
+ "character": 4
1307
+ }
1308
+ ],
1309
+ "type": {
1310
+ "type": "reference",
1311
+ "name": "SkyModalConfigurationInterface"
1312
+ }
1313
+ }
1314
+ ],
1315
+ "groups": [
1316
+ {
1317
+ "title": "Properties",
1318
+ "kind": 1024,
1319
+ "children": [
1320
+ 63,
1321
+ 64
1322
+ ]
1323
+ }
1324
+ ]
1325
+ }
1326
+ }
1327
+ },
1328
+ {
1329
+ "id": 54,
1330
+ "name": "permalink",
1331
+ "kind": 1024,
1332
+ "kindString": "Property",
1333
+ "flags": {
1334
+ "isOptional": true
1335
+ },
1336
+ "comment": {
1337
+ "shortText": "Specifies the link destination."
1338
+ },
1339
+ "sources": [
1340
+ {
1341
+ "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
1342
+ "line": 13,
1343
+ "character": 2
1344
+ }
1345
+ ],
1346
+ "type": {
1347
+ "type": "reflection",
1348
+ "declaration": {
1349
+ "id": 55,
1350
+ "name": "__type",
1351
+ "kind": 65536,
1352
+ "kindString": "Type literal",
1353
+ "flags": {},
1354
+ "children": [
1355
+ {
1356
+ "id": 56,
1357
+ "name": "route",
1358
+ "kind": 1024,
1359
+ "kindString": "Property",
1360
+ "flags": {
1361
+ "isOptional": true
1362
+ },
1363
+ "sources": [
1364
+ {
1365
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1366
+ "line": 14,
1367
+ "character": 4
1368
+ }
1369
+ ],
1370
+ "type": {
1371
+ "type": "reflection",
1372
+ "declaration": {
1373
+ "id": 57,
1374
+ "name": "__type",
1375
+ "kind": 65536,
1376
+ "kindString": "Type literal",
1377
+ "flags": {},
1378
+ "children": [
1379
+ {
1380
+ "id": 58,
1381
+ "name": "commands",
1382
+ "kind": 1024,
1383
+ "kindString": "Property",
1384
+ "flags": {},
1385
+ "sources": [
1386
+ {
1387
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1388
+ "line": 15,
1389
+ "character": 6
1390
+ }
1391
+ ],
1392
+ "type": {
1393
+ "type": "array",
1394
+ "elementType": {
1395
+ "type": "intrinsic",
1396
+ "name": "any"
1397
+ }
1398
+ }
1399
+ },
1400
+ {
1401
+ "id": 59,
1402
+ "name": "extras",
1403
+ "kind": 1024,
1404
+ "kindString": "Property",
1405
+ "flags": {
1406
+ "isOptional": true
1407
+ },
1408
+ "sources": [
1409
+ {
1410
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1411
+ "line": 16,
1412
+ "character": 6
1413
+ }
1414
+ ],
1415
+ "type": {
1416
+ "type": "reference",
1417
+ "qualifiedName": "NavigationExtras",
1418
+ "package": "@angular/router",
1419
+ "name": "NavigationExtras"
1420
+ }
1421
+ }
1422
+ ],
1423
+ "groups": [
1424
+ {
1425
+ "title": "Properties",
1426
+ "kind": 1024,
1427
+ "children": [
1428
+ 58,
1429
+ 59
1430
+ ]
1431
+ }
1432
+ ]
1433
+ }
1434
+ }
1435
+ },
1436
+ {
1437
+ "id": 60,
1438
+ "name": "url",
1439
+ "kind": 1024,
1440
+ "kindString": "Property",
1441
+ "flags": {
1442
+ "isOptional": true
1443
+ },
1444
+ "sources": [
1445
+ {
1446
+ "fileName": "lib/modules/action-hub/types/page-modal-link.ts",
1447
+ "line": 18,
1448
+ "character": 4
1449
+ }
1450
+ ],
1451
+ "type": {
1452
+ "type": "intrinsic",
1453
+ "name": "string"
1454
+ }
1455
+ }
1456
+ ],
1457
+ "groups": [
1458
+ {
1459
+ "title": "Properties",
1460
+ "kind": 1024,
1461
+ "children": [
1462
+ 56,
1463
+ 60
1464
+ ]
1465
+ }
1466
+ ]
1467
+ }
1468
+ }
1469
+ }
1470
+ ],
1471
+ "groups": [
1472
+ {
1473
+ "title": "Properties",
1474
+ "kind": 1024,
1475
+ "children": [
1476
+ 65,
1477
+ 61,
1478
+ 54
1479
+ ]
1480
+ }
1481
+ ],
1482
+ "sources": [
1483
+ {
1484
+ "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
1485
+ "line": 9,
1486
+ "character": 17
1487
+ }
1488
+ ],
1489
+ "extendedTypes": [
1490
+ {
1491
+ "type": "reference",
1492
+ "name": "SkyPageLinkInterface"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "id": 67,
962
1498
  "name": "SkyRecentLink",
963
1499
  "kind": 256,
964
1500
  "kindString": "Interface",
@@ -974,7 +1510,7 @@
974
1510
  },
975
1511
  "children": [
976
1512
  {
977
- "id": 45,
1513
+ "id": 76,
978
1514
  "name": "label",
979
1515
  "kind": 1024,
980
1516
  "kindString": "Property",
@@ -984,8 +1520,8 @@
984
1520
  },
985
1521
  "sources": [
986
1522
  {
987
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
988
- "line": 10,
1523
+ "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
1524
+ "line": 8,
989
1525
  "character": 2
990
1526
  }
991
1527
  ],
@@ -995,12 +1531,12 @@
995
1531
  },
996
1532
  "inheritedFrom": {
997
1533
  "type": "reference",
998
- "id": 34,
1534
+ "id": 51,
999
1535
  "name": "SkyPageLink.label"
1000
1536
  }
1001
1537
  },
1002
1538
  {
1003
- "id": 44,
1539
+ "id": 68,
1004
1540
  "name": "lastAccessed",
1005
1541
  "kind": 1024,
1006
1542
  "kindString": "Property",
@@ -1029,7 +1565,7 @@
1029
1565
  }
1030
1566
  },
1031
1567
  {
1032
- "id": 46,
1568
+ "id": 69,
1033
1569
  "name": "permalink",
1034
1570
  "kind": 1024,
1035
1571
  "kindString": "Property",
@@ -1040,21 +1576,21 @@
1040
1576
  "sources": [
1041
1577
  {
1042
1578
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1043
- "line": 14,
1579
+ "line": 12,
1044
1580
  "character": 2
1045
1581
  }
1046
1582
  ],
1047
1583
  "type": {
1048
1584
  "type": "reflection",
1049
1585
  "declaration": {
1050
- "id": 47,
1586
+ "id": 70,
1051
1587
  "name": "__type",
1052
1588
  "kind": 65536,
1053
1589
  "kindString": "Type literal",
1054
1590
  "flags": {},
1055
1591
  "children": [
1056
1592
  {
1057
- "id": 48,
1593
+ "id": 71,
1058
1594
  "name": "route",
1059
1595
  "kind": 1024,
1060
1596
  "kindString": "Property",
@@ -1064,21 +1600,21 @@
1064
1600
  "sources": [
1065
1601
  {
1066
1602
  "fileName": "lib/modules/action-hub/types/page-link.ts",
1067
- "line": 15,
1603
+ "line": 13,
1068
1604
  "character": 4
1069
1605
  }
1070
1606
  ],
1071
1607
  "type": {
1072
1608
  "type": "reflection",
1073
1609
  "declaration": {
1074
- "id": 49,
1610
+ "id": 72,
1075
1611
  "name": "__type",
1076
1612
  "kind": 65536,
1077
1613
  "kindString": "Type literal",
1078
1614
  "flags": {},
1079
1615
  "children": [
1080
1616
  {
1081
- "id": 50,
1617
+ "id": 73,
1082
1618
  "name": "commands",
1083
1619
  "kind": 1024,
1084
1620
  "kindString": "Property",
@@ -1086,7 +1622,7 @@
1086
1622
  "sources": [
1087
1623
  {
1088
1624
  "fileName": "lib/modules/action-hub/types/page-link.ts",
1089
- "line": 16,
1625
+ "line": 14,
1090
1626
  "character": 6
1091
1627
  }
1092
1628
  ],
@@ -1099,7 +1635,7 @@
1099
1635
  }
1100
1636
  },
1101
1637
  {
1102
- "id": 51,
1638
+ "id": 74,
1103
1639
  "name": "extras",
1104
1640
  "kind": 1024,
1105
1641
  "kindString": "Property",
@@ -1109,7 +1645,7 @@
1109
1645
  "sources": [
1110
1646
  {
1111
1647
  "fileName": "lib/modules/action-hub/types/page-link.ts",
1112
- "line": 17,
1648
+ "line": 15,
1113
1649
  "character": 6
1114
1650
  }
1115
1651
  ],
@@ -1126,8 +1662,8 @@
1126
1662
  "title": "Properties",
1127
1663
  "kind": 1024,
1128
1664
  "children": [
1129
- 50,
1130
- 51
1665
+ 73,
1666
+ 74
1131
1667
  ]
1132
1668
  }
1133
1669
  ]
@@ -1135,7 +1671,7 @@
1135
1671
  }
1136
1672
  },
1137
1673
  {
1138
- "id": 52,
1674
+ "id": 75,
1139
1675
  "name": "url",
1140
1676
  "kind": 1024,
1141
1677
  "kindString": "Property",
@@ -1145,7 +1681,7 @@
1145
1681
  "sources": [
1146
1682
  {
1147
1683
  "fileName": "lib/modules/action-hub/types/page-link.ts",
1148
- "line": 19,
1684
+ "line": 17,
1149
1685
  "character": 4
1150
1686
  }
1151
1687
  ],
@@ -1160,8 +1696,8 @@
1160
1696
  "title": "Properties",
1161
1697
  "kind": 1024,
1162
1698
  "children": [
1163
- 48,
1164
- 52
1699
+ 71,
1700
+ 75
1165
1701
  ]
1166
1702
  }
1167
1703
  ]
@@ -1169,7 +1705,7 @@
1169
1705
  },
1170
1706
  "inheritedFrom": {
1171
1707
  "type": "reference",
1172
- "id": 35,
1708
+ "id": 44,
1173
1709
  "name": "SkyPageLink.permalink"
1174
1710
  }
1175
1711
  }
@@ -1179,9 +1715,9 @@
1179
1715
  "title": "Properties",
1180
1716
  "kind": 1024,
1181
1717
  "children": [
1182
- 45,
1183
- 44,
1184
- 46
1718
+ 76,
1719
+ 68,
1720
+ 69
1185
1721
  ]
1186
1722
  }
1187
1723
  ],
@@ -1195,13 +1731,13 @@
1195
1731
  "extendedTypes": [
1196
1732
  {
1197
1733
  "type": "reference",
1198
- "id": 33,
1734
+ "id": 43,
1199
1735
  "name": "SkyPageLink"
1200
1736
  }
1201
1737
  ]
1202
1738
  },
1203
1739
  {
1204
- "id": 42,
1740
+ "id": 52,
1205
1741
  "name": "SkyPageLinksInput",
1206
1742
  "kind": 4194304,
1207
1743
  "kindString": "Type alias",
@@ -1220,7 +1756,7 @@
1220
1756
  "type": "array",
1221
1757
  "elementType": {
1222
1758
  "type": "reference",
1223
- "id": 33,
1759
+ "id": 43,
1224
1760
  "name": "SkyPageLink"
1225
1761
  }
1226
1762
  },
@@ -1236,7 +1772,42 @@
1236
1772
  }
1237
1773
  },
1238
1774
  {
1239
- "id": 53,
1775
+ "id": 66,
1776
+ "name": "SkyPageModalLinksInput",
1777
+ "kind": 4194304,
1778
+ "kindString": "Type alias",
1779
+ "flags": {},
1780
+ "sources": [
1781
+ {
1782
+ "fileName": "projects/pages/src/modules/action-hub/types/page-modal-links-input.ts",
1783
+ "line": 3,
1784
+ "character": 12
1785
+ }
1786
+ ],
1787
+ "type": {
1788
+ "type": "union",
1789
+ "types": [
1790
+ {
1791
+ "type": "array",
1792
+ "elementType": {
1793
+ "type": "reference",
1794
+ "id": 53,
1795
+ "name": "SkyPageModalLink"
1796
+ }
1797
+ },
1798
+ {
1799
+ "type": "literal",
1800
+ "value": "loading"
1801
+ },
1802
+ {
1803
+ "type": "intrinsic",
1804
+ "name": "undefined"
1805
+ }
1806
+ ]
1807
+ }
1808
+ },
1809
+ {
1810
+ "id": 77,
1240
1811
  "name": "SkyRecentLinksInput",
1241
1812
  "kind": 4194304,
1242
1813
  "kindString": "Type alias",
@@ -1258,7 +1829,7 @@
1258
1829
  "type": "array",
1259
1830
  "elementType": {
1260
1831
  "type": "reference",
1261
- "id": 43,
1832
+ "id": 67,
1262
1833
  "name": "SkyRecentLink"
1263
1834
  }
1264
1835
  },
@@ -1283,29 +1854,32 @@
1283
1854
  "title": "Classes",
1284
1855
  "kind": 128,
1285
1856
  "children": [
1286
- 20,
1287
- 54,
1857
+ 30,
1858
+ 78,
1288
1859
  1,
1289
- 9,
1290
- 12,
1291
- 15
1860
+ 10,
1861
+ 13,
1862
+ 16,
1863
+ 21
1292
1864
  ]
1293
1865
  },
1294
1866
  {
1295
1867
  "title": "Interfaces",
1296
1868
  "kind": 256,
1297
1869
  "children": [
1298
- 23,
1299
1870
  33,
1300
- 43
1871
+ 43,
1872
+ 53,
1873
+ 67
1301
1874
  ]
1302
1875
  },
1303
1876
  {
1304
1877
  "title": "Type aliases",
1305
1878
  "kind": 4194304,
1306
1879
  "children": [
1307
- 42,
1308
- 53
1880
+ 52,
1881
+ 66,
1882
+ 77
1309
1883
  ]
1310
1884
  }
1311
1885
  ],