@skyux/pages 6.0.0-beta.7 → 6.0.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.
@@ -8,7 +8,9 @@
8
8
  "SkyPageHeaderComponent": "class-skypageheadercomponent",
9
9
  "SkyActionHubNeedsAttention": "interface-skyactionhubneedsattention",
10
10
  "SkyPageLink": "interface-skypagelink",
11
- "SkyRecentLink": "interface-skyrecentlink"
11
+ "SkyRecentLink": "interface-skyrecentlink",
12
+ "SkyPageLinksInput": "type-alias-skypagelinksinput",
13
+ "SkyRecentLinksInput": "type-alias-skyrecentlinksinput"
12
14
  },
13
15
  "typedoc": {
14
16
  "id": 0,
@@ -19,7 +21,7 @@
19
21
  "originalName": "",
20
22
  "children": [
21
23
  {
22
- "id": 27,
24
+ "id": 20,
23
25
  "name": "SkyActionHubModule",
24
26
  "kind": 128,
25
27
  "kindString": "Class",
@@ -34,7 +36,7 @@
34
36
  "name": "NgModule"
35
37
  },
36
38
  "arguments": {
37
- "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 SkyNeedsAttentionComponent,\n SkyLinkListComponent,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n}"
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}"
38
40
  }
39
41
  }
40
42
  ],
@@ -44,20 +46,20 @@
44
46
  "title": "Constructors",
45
47
  "kind": 512,
46
48
  "children": [
47
- 28
49
+ 21
48
50
  ]
49
51
  }
50
52
  ],
51
53
  "sources": [
52
54
  {
53
55
  "fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
54
- "line": 52,
56
+ "line": 56,
55
57
  "character": 13
56
58
  }
57
59
  ]
58
60
  },
59
61
  {
60
- "id": 59,
62
+ "id": 54,
61
63
  "name": "SkyPageHeaderModule",
62
64
  "kind": 128,
63
65
  "kindString": "Class",
@@ -82,7 +84,7 @@
82
84
  "title": "Constructors",
83
85
  "kind": 512,
84
86
  "children": [
85
- 60
87
+ 55
86
88
  ]
87
89
  }
88
90
  ],
@@ -144,7 +146,7 @@
144
146
  "sources": [
145
147
  {
146
148
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
147
- "line": 21,
149
+ "line": 22,
148
150
  "character": 9
149
151
  }
150
152
  ],
@@ -155,7 +157,7 @@
155
157
  "type": "array",
156
158
  "elementType": {
157
159
  "type": "reference",
158
- "id": 30,
160
+ "id": 23,
159
161
  "name": "SkyActionHubNeedsAttention"
160
162
  }
161
163
  },
@@ -193,13 +195,13 @@
193
195
  "sources": [
194
196
  {
195
197
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
196
- "line": 27,
198
+ "line": 28,
197
199
  "character": 9
198
200
  }
199
201
  ],
200
202
  "type": {
201
203
  "type": "reference",
202
- "id": 40,
204
+ "id": 33,
203
205
  "name": "SkyPageLink"
204
206
  }
205
207
  },
@@ -229,26 +231,14 @@
229
231
  "sources": [
230
232
  {
231
233
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
232
- "line": 33,
234
+ "line": 34,
233
235
  "character": 9
234
236
  }
235
237
  ],
236
238
  "type": {
237
- "type": "union",
238
- "types": [
239
- {
240
- "type": "literal",
241
- "value": "loading"
242
- },
243
- {
244
- "type": "array",
245
- "elementType": {
246
- "type": "reference",
247
- "id": 49,
248
- "name": "SkyRecentLink"
249
- }
250
- }
251
- ]
239
+ "type": "reference",
240
+ "id": 53,
241
+ "name": "SkyRecentLinksInput"
252
242
  },
253
243
  "defaultValue": "[]"
254
244
  },
@@ -278,26 +268,14 @@
278
268
  "sources": [
279
269
  {
280
270
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
281
- "line": 39,
271
+ "line": 40,
282
272
  "character": 9
283
273
  }
284
274
  ],
285
275
  "type": {
286
- "type": "union",
287
- "types": [
288
- {
289
- "type": "literal",
290
- "value": "loading"
291
- },
292
- {
293
- "type": "array",
294
- "elementType": {
295
- "type": "reference",
296
- "id": 40,
297
- "name": "SkyPageLink"
298
- }
299
- }
300
- ]
276
+ "type": "reference",
277
+ "id": 42,
278
+ "name": "SkyPageLinksInput"
301
279
  },
302
280
  "defaultValue": "[]"
303
281
  },
@@ -333,7 +311,7 @@
333
311
  "sources": [
334
312
  {
335
313
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
336
- "line": 46,
314
+ "line": 47,
337
315
  "character": 9
338
316
  }
339
317
  ],
@@ -342,153 +320,6 @@
342
320
  "name": "string"
343
321
  },
344
322
  "defaultValue": "''"
345
- },
346
- {
347
- "id": 9,
348
- "name": "getRecentLinksSorted",
349
- "kind": 2048,
350
- "kindString": "Method",
351
- "flags": {
352
- "isPublic": true
353
- },
354
- "sources": [
355
- {
356
- "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
357
- "line": 48,
358
- "character": 9
359
- }
360
- ],
361
- "signatures": [
362
- {
363
- "id": 10,
364
- "name": "getRecentLinksSorted",
365
- "kind": 4096,
366
- "kindString": "Call signature",
367
- "flags": {},
368
- "parameters": [
369
- {
370
- "id": 11,
371
- "name": "recentLinks",
372
- "kind": 32768,
373
- "kindString": "Parameter",
374
- "flags": {},
375
- "type": {
376
- "type": "union",
377
- "types": [
378
- {
379
- "type": "literal",
380
- "value": "loading"
381
- },
382
- {
383
- "type": "array",
384
- "elementType": {
385
- "type": "reference",
386
- "id": 49,
387
- "name": "SkyRecentLink"
388
- }
389
- }
390
- ]
391
- }
392
- },
393
- {
394
- "id": 12,
395
- "name": "limit",
396
- "kind": 32768,
397
- "kindString": "Parameter",
398
- "flags": {},
399
- "type": {
400
- "type": "intrinsic",
401
- "name": "number"
402
- }
403
- }
404
- ],
405
- "type": {
406
- "type": "union",
407
- "types": [
408
- {
409
- "type": "literal",
410
- "value": "loading"
411
- },
412
- {
413
- "type": "array",
414
- "elementType": {
415
- "type": "reference",
416
- "id": 49,
417
- "name": "SkyRecentLink"
418
- }
419
- }
420
- ]
421
- }
422
- }
423
- ]
424
- },
425
- {
426
- "id": 13,
427
- "name": "getRelatedLinksSorted",
428
- "kind": 2048,
429
- "kindString": "Method",
430
- "flags": {
431
- "isPublic": true
432
- },
433
- "sources": [
434
- {
435
- "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
436
- "line": 77,
437
- "character": 9
438
- }
439
- ],
440
- "signatures": [
441
- {
442
- "id": 14,
443
- "name": "getRelatedLinksSorted",
444
- "kind": 4096,
445
- "kindString": "Call signature",
446
- "flags": {},
447
- "parameters": [
448
- {
449
- "id": 15,
450
- "name": "relatedLinks",
451
- "kind": 32768,
452
- "kindString": "Parameter",
453
- "flags": {},
454
- "type": {
455
- "type": "union",
456
- "types": [
457
- {
458
- "type": "literal",
459
- "value": "loading"
460
- },
461
- {
462
- "type": "array",
463
- "elementType": {
464
- "type": "reference",
465
- "id": 40,
466
- "name": "SkyPageLink"
467
- }
468
- }
469
- ]
470
- }
471
- }
472
- ],
473
- "type": {
474
- "type": "union",
475
- "types": [
476
- {
477
- "type": "literal",
478
- "value": "loading"
479
- },
480
- {
481
- "type": "array",
482
- "elementType": {
483
- "type": "reference",
484
- "id": 40,
485
- "name": "SkyPageLink"
486
- }
487
- }
488
- ]
489
- }
490
- }
491
- ]
492
323
  }
493
324
  ],
494
325
  "groups": [
@@ -509,26 +340,18 @@
509
340
  7,
510
341
  8
511
342
  ]
512
- },
513
- {
514
- "title": "Methods",
515
- "kind": 2048,
516
- "children": [
517
- 9,
518
- 13
519
- ]
520
343
  }
521
344
  ],
522
345
  "sources": [
523
346
  {
524
347
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
525
- "line": 16,
348
+ "line": 17,
526
349
  "character": 13
527
350
  }
528
351
  ]
529
352
  },
530
353
  {
531
- "id": 16,
354
+ "id": 9,
532
355
  "name": "SkyActionHubButtonsComponent",
533
356
  "kind": 128,
534
357
  "kindString": "Class",
@@ -557,7 +380,7 @@
557
380
  "title": "Constructors",
558
381
  "kind": 512,
559
382
  "children": [
560
- 17
383
+ 10
561
384
  ]
562
385
  }
563
386
  ],
@@ -570,7 +393,7 @@
570
393
  ]
571
394
  },
572
395
  {
573
- "id": 19,
396
+ "id": 12,
574
397
  "name": "SkyActionHubContentComponent",
575
398
  "kind": 128,
576
399
  "kindString": "Class",
@@ -598,7 +421,7 @@
598
421
  "title": "Constructors",
599
422
  "kind": 512,
600
423
  "children": [
601
- 20
424
+ 13
602
425
  ]
603
426
  }
604
427
  ],
@@ -611,7 +434,7 @@
611
434
  ]
612
435
  },
613
436
  {
614
- "id": 22,
437
+ "id": 15,
615
438
  "name": "SkyPageHeaderComponent",
616
439
  "kind": 128,
617
440
  "kindString": "Class",
@@ -632,7 +455,7 @@
632
455
  ],
633
456
  "children": [
634
457
  {
635
- "id": 26,
458
+ "id": 19,
636
459
  "name": "pageTitle",
637
460
  "kind": 1024,
638
461
  "kindString": "Property",
@@ -664,7 +487,7 @@
664
487
  }
665
488
  },
666
489
  {
667
- "id": 25,
490
+ "id": 18,
668
491
  "name": "parentLink",
669
492
  "kind": 1024,
670
493
  "kindString": "Property",
@@ -693,7 +516,7 @@
693
516
  ],
694
517
  "type": {
695
518
  "type": "reference",
696
- "id": 40,
519
+ "id": 33,
697
520
  "name": "SkyPageLink"
698
521
  }
699
522
  }
@@ -703,15 +526,15 @@
703
526
  "title": "Constructors",
704
527
  "kind": 512,
705
528
  "children": [
706
- 23
529
+ 16
707
530
  ]
708
531
  },
709
532
  {
710
533
  "title": "Properties",
711
534
  "kind": 1024,
712
535
  "children": [
713
- 26,
714
- 25
536
+ 19,
537
+ 18
715
538
  ]
716
539
  }
717
540
  ],
@@ -724,7 +547,7 @@
724
547
  ]
725
548
  },
726
549
  {
727
- "id": 30,
550
+ "id": 23,
728
551
  "name": "SkyActionHubNeedsAttention",
729
552
  "kind": 256,
730
553
  "kindString": "Interface",
@@ -734,7 +557,7 @@
734
557
  },
735
558
  "children": [
736
559
  {
737
- "id": 32,
560
+ "id": 25,
738
561
  "name": "message",
739
562
  "kind": 1024,
740
563
  "kindString": "Property",
@@ -757,7 +580,7 @@
757
580
  }
758
581
  },
759
582
  {
760
- "id": 33,
583
+ "id": 26,
761
584
  "name": "permalink",
762
585
  "kind": 1024,
763
586
  "kindString": "Property",
@@ -775,14 +598,14 @@
775
598
  "type": {
776
599
  "type": "reflection",
777
600
  "declaration": {
778
- "id": 34,
601
+ "id": 27,
779
602
  "name": "__type",
780
603
  "kind": 65536,
781
604
  "kindString": "Type literal",
782
605
  "flags": {},
783
606
  "children": [
784
607
  {
785
- "id": 35,
608
+ "id": 28,
786
609
  "name": "route",
787
610
  "kind": 1024,
788
611
  "kindString": "Property",
@@ -799,14 +622,14 @@
799
622
  "type": {
800
623
  "type": "reflection",
801
624
  "declaration": {
802
- "id": 36,
625
+ "id": 29,
803
626
  "name": "__type",
804
627
  "kind": 65536,
805
628
  "kindString": "Type literal",
806
629
  "flags": {},
807
630
  "children": [
808
631
  {
809
- "id": 37,
632
+ "id": 30,
810
633
  "name": "commands",
811
634
  "kind": 1024,
812
635
  "kindString": "Property",
@@ -827,7 +650,7 @@
827
650
  }
828
651
  },
829
652
  {
830
- "id": 38,
653
+ "id": 31,
831
654
  "name": "extras",
832
655
  "kind": 1024,
833
656
  "kindString": "Property",
@@ -854,8 +677,8 @@
854
677
  "title": "Properties",
855
678
  "kind": 1024,
856
679
  "children": [
857
- 37,
858
- 38
680
+ 30,
681
+ 31
859
682
  ]
860
683
  }
861
684
  ]
@@ -863,7 +686,7 @@
863
686
  }
864
687
  },
865
688
  {
866
- "id": 39,
689
+ "id": 32,
867
690
  "name": "url",
868
691
  "kind": 1024,
869
692
  "kindString": "Property",
@@ -888,8 +711,8 @@
888
711
  "title": "Properties",
889
712
  "kind": 1024,
890
713
  "children": [
891
- 35,
892
- 39
714
+ 28,
715
+ 32
893
716
  ]
894
717
  }
895
718
  ]
@@ -897,7 +720,7 @@
897
720
  }
898
721
  },
899
722
  {
900
- "id": 31,
723
+ "id": 24,
901
724
  "name": "title",
902
725
  "kind": 1024,
903
726
  "kindString": "Property",
@@ -923,9 +746,9 @@
923
746
  "title": "Properties",
924
747
  "kind": 1024,
925
748
  "children": [
926
- 32,
927
- 33,
928
- 31
749
+ 25,
750
+ 26,
751
+ 24
929
752
  ]
930
753
  }
931
754
  ],
@@ -938,7 +761,7 @@
938
761
  ]
939
762
  },
940
763
  {
941
- "id": 40,
764
+ "id": 33,
942
765
  "name": "SkyPageLink",
943
766
  "kind": 256,
944
767
  "kindString": "Interface",
@@ -948,7 +771,7 @@
948
771
  },
949
772
  "children": [
950
773
  {
951
- "id": 41,
774
+ "id": 34,
952
775
  "name": "label",
953
776
  "kind": 1024,
954
777
  "kindString": "Property",
@@ -969,7 +792,7 @@
969
792
  }
970
793
  },
971
794
  {
972
- "id": 42,
795
+ "id": 35,
973
796
  "name": "permalink",
974
797
  "kind": 1024,
975
798
  "kindString": "Property",
@@ -987,14 +810,14 @@
987
810
  "type": {
988
811
  "type": "reflection",
989
812
  "declaration": {
990
- "id": 43,
813
+ "id": 36,
991
814
  "name": "__type",
992
815
  "kind": 65536,
993
816
  "kindString": "Type literal",
994
817
  "flags": {},
995
818
  "children": [
996
819
  {
997
- "id": 44,
820
+ "id": 37,
998
821
  "name": "route",
999
822
  "kind": 1024,
1000
823
  "kindString": "Property",
@@ -1011,14 +834,14 @@
1011
834
  "type": {
1012
835
  "type": "reflection",
1013
836
  "declaration": {
1014
- "id": 45,
837
+ "id": 38,
1015
838
  "name": "__type",
1016
839
  "kind": 65536,
1017
840
  "kindString": "Type literal",
1018
841
  "flags": {},
1019
842
  "children": [
1020
843
  {
1021
- "id": 46,
844
+ "id": 39,
1022
845
  "name": "commands",
1023
846
  "kind": 1024,
1024
847
  "kindString": "Property",
@@ -1039,7 +862,7 @@
1039
862
  }
1040
863
  },
1041
864
  {
1042
- "id": 47,
865
+ "id": 40,
1043
866
  "name": "extras",
1044
867
  "kind": 1024,
1045
868
  "kindString": "Property",
@@ -1066,8 +889,8 @@
1066
889
  "title": "Properties",
1067
890
  "kind": 1024,
1068
891
  "children": [
1069
- 46,
1070
- 47
892
+ 39,
893
+ 40
1071
894
  ]
1072
895
  }
1073
896
  ]
@@ -1075,7 +898,7 @@
1075
898
  }
1076
899
  },
1077
900
  {
1078
- "id": 48,
901
+ "id": 41,
1079
902
  "name": "url",
1080
903
  "kind": 1024,
1081
904
  "kindString": "Property",
@@ -1100,8 +923,8 @@
1100
923
  "title": "Properties",
1101
924
  "kind": 1024,
1102
925
  "children": [
1103
- 44,
1104
- 48
926
+ 37,
927
+ 41
1105
928
  ]
1106
929
  }
1107
930
  ]
@@ -1114,8 +937,8 @@
1114
937
  "title": "Properties",
1115
938
  "kind": 1024,
1116
939
  "children": [
1117
- 41,
1118
- 42
940
+ 34,
941
+ 35
1119
942
  ]
1120
943
  }
1121
944
  ],
@@ -1129,13 +952,13 @@
1129
952
  "extendedBy": [
1130
953
  {
1131
954
  "type": "reference",
1132
- "id": 49,
955
+ "id": 43,
1133
956
  "name": "SkyRecentLink"
1134
957
  }
1135
958
  ]
1136
959
  },
1137
960
  {
1138
- "id": 49,
961
+ "id": 43,
1139
962
  "name": "SkyRecentLink",
1140
963
  "kind": 256,
1141
964
  "kindString": "Interface",
@@ -1151,7 +974,7 @@
1151
974
  },
1152
975
  "children": [
1153
976
  {
1154
- "id": 51,
977
+ "id": 45,
1155
978
  "name": "label",
1156
979
  "kind": 1024,
1157
980
  "kindString": "Property",
@@ -1172,12 +995,12 @@
1172
995
  },
1173
996
  "inheritedFrom": {
1174
997
  "type": "reference",
1175
- "id": 41,
998
+ "id": 34,
1176
999
  "name": "SkyPageLink.label"
1177
1000
  }
1178
1001
  },
1179
1002
  {
1180
- "id": 50,
1003
+ "id": 44,
1181
1004
  "name": "lastAccessed",
1182
1005
  "kind": 1024,
1183
1006
  "kindString": "Property",
@@ -1206,7 +1029,7 @@
1206
1029
  }
1207
1030
  },
1208
1031
  {
1209
- "id": 52,
1032
+ "id": 46,
1210
1033
  "name": "permalink",
1211
1034
  "kind": 1024,
1212
1035
  "kindString": "Property",
@@ -1224,14 +1047,14 @@
1224
1047
  "type": {
1225
1048
  "type": "reflection",
1226
1049
  "declaration": {
1227
- "id": 53,
1050
+ "id": 47,
1228
1051
  "name": "__type",
1229
1052
  "kind": 65536,
1230
1053
  "kindString": "Type literal",
1231
1054
  "flags": {},
1232
1055
  "children": [
1233
1056
  {
1234
- "id": 54,
1057
+ "id": 48,
1235
1058
  "name": "route",
1236
1059
  "kind": 1024,
1237
1060
  "kindString": "Property",
@@ -1248,14 +1071,14 @@
1248
1071
  "type": {
1249
1072
  "type": "reflection",
1250
1073
  "declaration": {
1251
- "id": 55,
1074
+ "id": 49,
1252
1075
  "name": "__type",
1253
1076
  "kind": 65536,
1254
1077
  "kindString": "Type literal",
1255
1078
  "flags": {},
1256
1079
  "children": [
1257
1080
  {
1258
- "id": 56,
1081
+ "id": 50,
1259
1082
  "name": "commands",
1260
1083
  "kind": 1024,
1261
1084
  "kindString": "Property",
@@ -1276,7 +1099,7 @@
1276
1099
  }
1277
1100
  },
1278
1101
  {
1279
- "id": 57,
1102
+ "id": 51,
1280
1103
  "name": "extras",
1281
1104
  "kind": 1024,
1282
1105
  "kindString": "Property",
@@ -1303,8 +1126,8 @@
1303
1126
  "title": "Properties",
1304
1127
  "kind": 1024,
1305
1128
  "children": [
1306
- 56,
1307
- 57
1129
+ 50,
1130
+ 51
1308
1131
  ]
1309
1132
  }
1310
1133
  ]
@@ -1312,7 +1135,7 @@
1312
1135
  }
1313
1136
  },
1314
1137
  {
1315
- "id": 58,
1138
+ "id": 52,
1316
1139
  "name": "url",
1317
1140
  "kind": 1024,
1318
1141
  "kindString": "Property",
@@ -1337,8 +1160,8 @@
1337
1160
  "title": "Properties",
1338
1161
  "kind": 1024,
1339
1162
  "children": [
1340
- 54,
1341
- 58
1163
+ 48,
1164
+ 52
1342
1165
  ]
1343
1166
  }
1344
1167
  ]
@@ -1346,7 +1169,7 @@
1346
1169
  },
1347
1170
  "inheritedFrom": {
1348
1171
  "type": "reference",
1349
- "id": 42,
1172
+ "id": 35,
1350
1173
  "name": "SkyPageLink.permalink"
1351
1174
  }
1352
1175
  }
@@ -1356,9 +1179,9 @@
1356
1179
  "title": "Properties",
1357
1180
  "kind": 1024,
1358
1181
  "children": [
1359
- 51,
1360
- 50,
1361
- 52
1182
+ 45,
1183
+ 44,
1184
+ 46
1362
1185
  ]
1363
1186
  }
1364
1187
  ],
@@ -1372,10 +1195,87 @@
1372
1195
  "extendedTypes": [
1373
1196
  {
1374
1197
  "type": "reference",
1375
- "id": 40,
1198
+ "id": 33,
1376
1199
  "name": "SkyPageLink"
1377
1200
  }
1378
1201
  ]
1202
+ },
1203
+ {
1204
+ "id": 42,
1205
+ "name": "SkyPageLinksInput",
1206
+ "kind": 4194304,
1207
+ "kindString": "Type alias",
1208
+ "flags": {},
1209
+ "sources": [
1210
+ {
1211
+ "fileName": "projects/pages/src/modules/action-hub/types/page-links-input.ts",
1212
+ "line": 3,
1213
+ "character": 12
1214
+ }
1215
+ ],
1216
+ "type": {
1217
+ "type": "union",
1218
+ "types": [
1219
+ {
1220
+ "type": "array",
1221
+ "elementType": {
1222
+ "type": "reference",
1223
+ "id": 33,
1224
+ "name": "SkyPageLink"
1225
+ }
1226
+ },
1227
+ {
1228
+ "type": "literal",
1229
+ "value": "loading"
1230
+ },
1231
+ {
1232
+ "type": "intrinsic",
1233
+ "name": "undefined"
1234
+ }
1235
+ ]
1236
+ }
1237
+ },
1238
+ {
1239
+ "id": 53,
1240
+ "name": "SkyRecentLinksInput",
1241
+ "kind": 4194304,
1242
+ "kindString": "Type alias",
1243
+ "flags": {},
1244
+ "comment": {
1245
+ "shortText": "Recently accessed links to display in a link list component."
1246
+ },
1247
+ "sources": [
1248
+ {
1249
+ "fileName": "projects/pages/src/modules/action-hub/types/recent-links-input.ts",
1250
+ "line": 8,
1251
+ "character": 12
1252
+ }
1253
+ ],
1254
+ "type": {
1255
+ "type": "union",
1256
+ "types": [
1257
+ {
1258
+ "type": "array",
1259
+ "elementType": {
1260
+ "type": "reference",
1261
+ "id": 43,
1262
+ "name": "SkyRecentLink"
1263
+ }
1264
+ },
1265
+ {
1266
+ "type": "literal",
1267
+ "value": "loading"
1268
+ },
1269
+ {
1270
+ "type": "reference",
1271
+ "name": "SkyRecentlyAccessedGetLinksArgs"
1272
+ },
1273
+ {
1274
+ "type": "intrinsic",
1275
+ "name": "undefined"
1276
+ }
1277
+ ]
1278
+ }
1379
1279
  }
1380
1280
  ],
1381
1281
  "groups": [
@@ -1383,21 +1283,29 @@
1383
1283
  "title": "Classes",
1384
1284
  "kind": 128,
1385
1285
  "children": [
1386
- 27,
1387
- 59,
1286
+ 20,
1287
+ 54,
1388
1288
  1,
1389
- 16,
1390
- 19,
1391
- 22
1289
+ 9,
1290
+ 12,
1291
+ 15
1392
1292
  ]
1393
1293
  },
1394
1294
  {
1395
1295
  "title": "Interfaces",
1396
1296
  "kind": 256,
1397
1297
  "children": [
1398
- 30,
1399
- 40,
1400
- 49
1298
+ 23,
1299
+ 33,
1300
+ 43
1301
+ ]
1302
+ },
1303
+ {
1304
+ "title": "Type aliases",
1305
+ "kind": 4194304,
1306
+ "children": [
1307
+ 42,
1308
+ 53
1401
1309
  ]
1402
1310
  }
1403
1311
  ],