@skyux/pages 10.0.0-alpha.0 → 10.0.0-alpha.2

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 (32) hide show
  1. package/documentation.json +715 -597
  2. package/esm2022/lib/modules/action-hub/action-hub-buttons.component.mjs +3 -3
  3. package/esm2022/lib/modules/action-hub/action-hub-content.component.mjs +3 -3
  4. package/esm2022/lib/modules/action-hub/action-hub-recent-links-resolve.pipe.mjs +3 -3
  5. package/esm2022/lib/modules/action-hub/action-hub-related-links-sort.pipe.mjs +4 -4
  6. package/esm2022/lib/modules/action-hub/action-hub.component.mjs +3 -3
  7. package/esm2022/lib/modules/action-hub/action-hub.module.mjs +4 -4
  8. package/esm2022/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.mjs +1 -1
  9. package/esm2022/lib/modules/link-as/link-as.module.mjs +4 -4
  10. package/esm2022/lib/modules/link-as/link-as.pipe.mjs +3 -3
  11. package/esm2022/lib/modules/link-list/link-list.component.mjs +3 -3
  12. package/esm2022/lib/modules/link-list/link-list.module.mjs +4 -4
  13. package/esm2022/lib/modules/modal-link-list/modal-link-list.component.mjs +3 -3
  14. package/esm2022/lib/modules/modal-link-list/modal-link-list.module.mjs +4 -4
  15. package/esm2022/lib/modules/needs-attention/needs-attention.component.mjs +3 -3
  16. package/esm2022/lib/modules/needs-attention/needs-attention.module.mjs +4 -4
  17. package/esm2022/lib/modules/page/page-content.component.mjs +3 -3
  18. package/esm2022/lib/modules/page/page-theme-adapter.service.mjs +3 -3
  19. package/esm2022/lib/modules/page/page.component.mjs +3 -3
  20. package/esm2022/lib/modules/page/page.module.mjs +4 -4
  21. package/esm2022/lib/modules/page-header/page-header-actions.component.mjs +3 -3
  22. package/esm2022/lib/modules/page-header/page-header-alerts.component.mjs +3 -3
  23. package/esm2022/lib/modules/page-header/page-header-avatar.component.mjs +3 -3
  24. package/esm2022/lib/modules/page-header/page-header-details.component.mjs +3 -3
  25. package/esm2022/lib/modules/page-header/page-header.component.mjs +5 -5
  26. package/esm2022/lib/modules/page-header/page-header.module.mjs +4 -4
  27. package/esm2022/lib/modules/shared/sky-pages-resources.module.mjs +5 -5
  28. package/fesm2022/skyux-pages.mjs +85 -85
  29. package/fesm2022/skyux-pages.mjs.map +1 -1
  30. package/lib/modules/action-hub/action-hub-related-links-sort.pipe.d.ts +1 -1
  31. package/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.d.ts +2 -2
  32. package/package.json +12 -12
@@ -15,11 +15,11 @@
15
15
  "SkyPageHeaderDetailsComponent": "class-skypageheaderdetailscomponent",
16
16
  "SkyPageHeaderActionsComponent": "class-skypageheaderactionscomponent",
17
17
  "SkyActionHubNeedsAttention": "interface-skyactionhubneedsattention",
18
+ "SkyActionHubNeedsAttentionClickHandlerArgs": "interface-skyactionhubneedsattentionclickhandlerargs",
18
19
  "SkyPageLink": "interface-skypagelink",
19
20
  "SkyPageModalLink": "interface-skypagemodallink",
20
21
  "SkyRecentLink": "interface-skyrecentlink",
21
22
  "SkyActionHubNeedsAttentionClickHandler": "type-alias-skyactionhubneedsattentionclickhandler",
22
- "SkyActionHubNeedsAttentionClickHandlerArgs": "type-alias-skyactionhubneedsattentionclickhandlerargs",
23
23
  "SkyPageLayoutType": "type-alias-skypagelayouttype",
24
24
  "SkyPageLinksInput": "type-alias-skypagelinksinput",
25
25
  "SkyPageModalLinksInput": "type-alias-skypagemodallinksinput",
@@ -54,7 +54,7 @@
54
54
  "fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
55
55
  "line": 45,
56
56
  "character": 13,
57
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.module.ts#L45"
57
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.module.ts#L45"
58
58
  }
59
59
  ],
60
60
  "decorators": [
@@ -67,7 +67,7 @@
67
67
  ]
68
68
  },
69
69
  {
70
- "id": 59,
70
+ "id": 58,
71
71
  "name": "SkyPageHeaderModule",
72
72
  "variant": "declaration",
73
73
  "kind": 128,
@@ -77,7 +77,7 @@
77
77
  {
78
78
  "title": "Constructors",
79
79
  "children": [
80
- 60
80
+ 59
81
81
  ]
82
82
  }
83
83
  ],
@@ -86,7 +86,7 @@
86
86
  "fileName": "projects/pages/src/modules/page-header/page-header.module.ts",
87
87
  "line": 38,
88
88
  "character": 13,
89
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.module.ts#L38"
89
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.module.ts#L38"
90
90
  }
91
91
  ],
92
92
  "decorators": [
@@ -99,7 +99,7 @@
99
99
  ]
100
100
  },
101
101
  {
102
- "id": 62,
102
+ "id": 61,
103
103
  "name": "SkyPageModule",
104
104
  "variant": "declaration",
105
105
  "kind": 128,
@@ -109,7 +109,7 @@
109
109
  {
110
110
  "title": "Constructors",
111
111
  "children": [
112
- 63
112
+ 62
113
113
  ]
114
114
  }
115
115
  ],
@@ -118,7 +118,7 @@
118
118
  "fileName": "projects/pages/src/modules/page/page.module.ts",
119
119
  "line": 14,
120
120
  "character": 13,
121
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.module.ts#L14"
121
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.module.ts#L14"
122
122
  }
123
123
  ],
124
124
  "decorators": [
@@ -131,7 +131,7 @@
131
131
  ]
132
132
  },
133
133
  {
134
- "id": 72,
134
+ "id": 71,
135
135
  "name": "SkyActionHubComponent",
136
136
  "variant": "declaration",
137
137
  "kind": 128,
@@ -146,7 +146,7 @@
146
146
  },
147
147
  "children": [
148
148
  {
149
- "id": 84,
149
+ "id": 83,
150
150
  "name": "needsAttentionArray",
151
151
  "variant": "declaration",
152
152
  "kind": 1024,
@@ -158,7 +158,7 @@
158
158
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
159
159
  "line": 67,
160
160
  "character": 9,
161
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L67"
161
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L67"
162
162
  }
163
163
  ],
164
164
  "type": {
@@ -174,7 +174,7 @@
174
174
  "decorators": []
175
175
  },
176
176
  {
177
- "id": 79,
177
+ "id": 78,
178
178
  "name": "parentLink",
179
179
  "variant": "declaration",
180
180
  "kind": 1024,
@@ -194,12 +194,12 @@
194
194
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
195
195
  "line": 40,
196
196
  "character": 9,
197
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L40"
197
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L40"
198
198
  }
199
199
  ],
200
200
  "type": {
201
201
  "type": "reference",
202
- "target": 24,
202
+ "target": 23,
203
203
  "name": "SkyPageLink",
204
204
  "package": "@skyux/pages"
205
205
  },
@@ -210,7 +210,7 @@
210
210
  ]
211
211
  },
212
212
  {
213
- "id": 80,
213
+ "id": 79,
214
214
  "name": "recentLinks",
215
215
  "variant": "declaration",
216
216
  "kind": 1024,
@@ -238,12 +238,12 @@
238
238
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
239
239
  "line": 46,
240
240
  "character": 9,
241
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L46"
241
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L46"
242
242
  }
243
243
  ],
244
244
  "type": {
245
245
  "type": "reference",
246
- "target": 58,
246
+ "target": 57,
247
247
  "name": "SkyRecentLinksInput",
248
248
  "package": "@skyux/pages"
249
249
  },
@@ -255,7 +255,7 @@
255
255
  ]
256
256
  },
257
257
  {
258
- "id": 81,
258
+ "id": 80,
259
259
  "name": "relatedLinks",
260
260
  "variant": "declaration",
261
261
  "kind": 1024,
@@ -283,12 +283,12 @@
283
283
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
284
284
  "line": 52,
285
285
  "character": 9,
286
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L52"
286
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L52"
287
287
  }
288
288
  ],
289
289
  "type": {
290
290
  "type": "reference",
291
- "target": 33,
291
+ "target": 32,
292
292
  "name": "SkyPageLinksInput",
293
293
  "package": "@skyux/pages"
294
294
  },
@@ -300,7 +300,7 @@
300
300
  ]
301
301
  },
302
302
  {
303
- "id": 82,
303
+ "id": 81,
304
304
  "name": "settingsLinks",
305
305
  "variant": "declaration",
306
306
  "kind": 1024,
@@ -328,12 +328,12 @@
328
328
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
329
329
  "line": 58,
330
330
  "character": 9,
331
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L58"
331
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L58"
332
332
  }
333
333
  ],
334
334
  "type": {
335
335
  "type": "reference",
336
- "target": 47,
336
+ "target": 46,
337
337
  "name": "SkyPageModalLinksInput",
338
338
  "package": "@skyux/pages"
339
339
  },
@@ -345,7 +345,7 @@
345
345
  ]
346
346
  },
347
347
  {
348
- "id": 83,
348
+ "id": 82,
349
349
  "name": "title",
350
350
  "variant": "declaration",
351
351
  "kind": 1024,
@@ -376,7 +376,7 @@
376
376
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
377
377
  "line": 65,
378
378
  "character": 9,
379
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L65"
379
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L65"
380
380
  }
381
381
  ],
382
382
  "type": {
@@ -391,7 +391,7 @@
391
391
  ]
392
392
  },
393
393
  {
394
- "id": 75,
394
+ "id": 74,
395
395
  "name": "needsAttention",
396
396
  "variant": "declaration",
397
397
  "kind": 262144,
@@ -403,17 +403,17 @@
403
403
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
404
404
  "line": 25,
405
405
  "character": 13,
406
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L25"
406
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L25"
407
407
  },
408
408
  {
409
409
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
410
410
  "line": 32,
411
411
  "character": 13,
412
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
412
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
413
413
  }
414
414
  ],
415
415
  "getSignature": {
416
- "id": 76,
416
+ "id": 75,
417
417
  "name": "needsAttention",
418
418
  "variant": "signature",
419
419
  "kind": 524288,
@@ -423,7 +423,7 @@
423
423
  "fileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
424
424
  "line": 32,
425
425
  "character": 2,
426
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
426
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
427
427
  }
428
428
  ],
429
429
  "type": {
@@ -437,7 +437,7 @@
437
437
  }
438
438
  },
439
439
  "setSignature": {
440
- "id": 77,
440
+ "id": 76,
441
441
  "name": "needsAttention",
442
442
  "variant": "signature",
443
443
  "kind": 1048576,
@@ -463,12 +463,12 @@
463
463
  "fileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
464
464
  "line": 24,
465
465
  "character": 2,
466
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L24"
466
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L24"
467
467
  }
468
468
  ],
469
469
  "parameters": [
470
470
  {
471
- "id": 78,
471
+ "id": 77,
472
472
  "name": "value",
473
473
  "variant": "param",
474
474
  "kind": 32768,
@@ -500,24 +500,24 @@
500
500
  {
501
501
  "title": "Constructors",
502
502
  "children": [
503
- 73
503
+ 72
504
504
  ]
505
505
  },
506
506
  {
507
507
  "title": "Properties",
508
508
  "children": [
509
- 84,
509
+ 83,
510
+ 78,
510
511
  79,
511
512
  80,
512
513
  81,
513
- 82,
514
- 83
514
+ 82
515
515
  ]
516
516
  },
517
517
  {
518
518
  "title": "Accessors",
519
519
  "children": [
520
- 75
520
+ 74
521
521
  ]
522
522
  }
523
523
  ],
@@ -526,7 +526,7 @@
526
526
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
527
527
  "line": 20,
528
528
  "character": 13,
529
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L20"
529
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L20"
530
530
  }
531
531
  ],
532
532
  "decorators": [
@@ -539,7 +539,7 @@
539
539
  ]
540
540
  },
541
541
  {
542
- "id": 107,
542
+ "id": 106,
543
543
  "name": "SkyPageHeaderAvatarComponent",
544
544
  "variant": "declaration",
545
545
  "kind": 128,
@@ -554,7 +554,7 @@
554
554
  },
555
555
  "children": [
556
556
  {
557
- "id": 108,
557
+ "id": 107,
558
558
  "name": "constructor",
559
559
  "variant": "declaration",
560
560
  "kind": 512,
@@ -564,12 +564,12 @@
564
564
  "fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
565
565
  "line": 26,
566
566
  "character": 2,
567
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
567
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
568
568
  }
569
569
  ],
570
570
  "signatures": [
571
571
  {
572
- "id": 109,
572
+ "id": 108,
573
573
  "name": "SkyPageHeaderAvatarComponent",
574
574
  "variant": "signature",
575
575
  "kind": 16384,
@@ -579,12 +579,12 @@
579
579
  "fileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
580
580
  "line": 26,
581
581
  "character": 2,
582
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
582
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
583
583
  }
584
584
  ],
585
585
  "type": {
586
586
  "type": "reference",
587
- "target": 107,
587
+ "target": 106,
588
588
  "name": "SkyPageHeaderAvatarComponent",
589
589
  "package": "@skyux/pages"
590
590
  }
@@ -592,7 +592,7 @@
592
592
  ]
593
593
  },
594
594
  {
595
- "id": 113,
595
+ "id": 112,
596
596
  "name": "ngOnDestroy",
597
597
  "variant": "declaration",
598
598
  "kind": 2048,
@@ -604,12 +604,12 @@
604
604
  "fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
605
605
  "line": 38,
606
606
  "character": 9,
607
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
607
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
608
608
  }
609
609
  ],
610
610
  "signatures": [
611
611
  {
612
- "id": 114,
612
+ "id": 113,
613
613
  "name": "ngOnDestroy",
614
614
  "variant": "signature",
615
615
  "kind": 4096,
@@ -619,7 +619,7 @@
619
619
  "fileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
620
620
  "line": 38,
621
621
  "character": 2,
622
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
622
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
623
623
  }
624
624
  ],
625
625
  "type": {
@@ -645,13 +645,13 @@
645
645
  {
646
646
  "title": "Constructors",
647
647
  "children": [
648
- 108
648
+ 107
649
649
  ]
650
650
  },
651
651
  {
652
652
  "title": "Methods",
653
653
  "children": [
654
- 113
654
+ 112
655
655
  ]
656
656
  }
657
657
  ],
@@ -660,7 +660,7 @@
660
660
  "fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
661
661
  "line": 21,
662
662
  "character": 13,
663
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L21"
663
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L21"
664
664
  }
665
665
  ],
666
666
  "implementedTypes": [
@@ -684,7 +684,7 @@
684
684
  ]
685
685
  },
686
686
  {
687
- "id": 104,
687
+ "id": 103,
688
688
  "name": "SkyPageHeaderAlertsComponent",
689
689
  "variant": "declaration",
690
690
  "kind": 128,
@@ -702,7 +702,7 @@
702
702
  {
703
703
  "title": "Constructors",
704
704
  "children": [
705
- 105
705
+ 104
706
706
  ]
707
707
  }
708
708
  ],
@@ -711,7 +711,7 @@
711
711
  "fileName": "projects/pages/src/modules/page-header/page-header-alerts.component.ts",
712
712
  "line": 11,
713
713
  "character": 13,
714
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-alerts.component.ts#L11"
714
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-alerts.component.ts#L11"
715
715
  }
716
716
  ],
717
717
  "decorators": [
@@ -724,7 +724,7 @@
724
724
  ]
725
725
  },
726
726
  {
727
- "id": 66,
727
+ "id": 65,
728
728
  "name": "SkyActionHubButtonsComponent",
729
729
  "variant": "declaration",
730
730
  "kind": 128,
@@ -746,7 +746,7 @@
746
746
  {
747
747
  "title": "Constructors",
748
748
  "children": [
749
- 67
749
+ 66
750
750
  ]
751
751
  }
752
752
  ],
@@ -755,7 +755,7 @@
755
755
  "fileName": "projects/pages/src/modules/action-hub/action-hub-buttons.component.ts",
756
756
  "line": 17,
757
757
  "character": 13,
758
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts#L17"
758
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts#L17"
759
759
  }
760
760
  ],
761
761
  "decorators": [
@@ -768,7 +768,7 @@
768
768
  ]
769
769
  },
770
770
  {
771
- "id": 69,
771
+ "id": 68,
772
772
  "name": "SkyActionHubContentComponent",
773
773
  "variant": "declaration",
774
774
  "kind": 128,
@@ -786,7 +786,7 @@
786
786
  {
787
787
  "title": "Constructors",
788
788
  "children": [
789
- 70
789
+ 69
790
790
  ]
791
791
  }
792
792
  ],
@@ -795,7 +795,7 @@
795
795
  "fileName": "projects/pages/src/modules/action-hub/action-hub-content.component.ts",
796
796
  "line": 10,
797
797
  "character": 13,
798
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts#L10"
798
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts#L10"
799
799
  }
800
800
  ],
801
801
  "decorators": [
@@ -808,7 +808,7 @@
808
808
  ]
809
809
  },
810
810
  {
811
- "id": 118,
811
+ "id": 117,
812
812
  "name": "SkyPageHeaderComponent",
813
813
  "variant": "declaration",
814
814
  "kind": 128,
@@ -823,7 +823,7 @@
823
823
  },
824
824
  "children": [
825
825
  {
826
- "id": 122,
826
+ "id": 121,
827
827
  "name": "pageTitle",
828
828
  "variant": "declaration",
829
829
  "kind": 1024,
@@ -843,7 +843,7 @@
843
843
  "fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
844
844
  "line": 44,
845
845
  "character": 9,
846
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L44"
846
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L44"
847
847
  }
848
848
  ],
849
849
  "type": {
@@ -857,7 +857,7 @@
857
857
  ]
858
858
  },
859
859
  {
860
- "id": 121,
860
+ "id": 120,
861
861
  "name": "parentLink",
862
862
  "variant": "declaration",
863
863
  "kind": 1024,
@@ -878,12 +878,12 @@
878
878
  "fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
879
879
  "line": 38,
880
880
  "character": 9,
881
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L38"
881
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L38"
882
882
  }
883
883
  ],
884
884
  "type": {
885
885
  "type": "reference",
886
- "target": 24,
886
+ "target": 23,
887
887
  "name": "SkyPageLink",
888
888
  "package": "@skyux/pages"
889
889
  },
@@ -894,7 +894,7 @@
894
894
  ]
895
895
  },
896
896
  {
897
- "id": 127,
897
+ "id": 126,
898
898
  "name": "ngOnDestroy",
899
899
  "variant": "declaration",
900
900
  "kind": 2048,
@@ -906,12 +906,12 @@
906
906
  "fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
907
907
  "line": 55,
908
908
  "character": 9,
909
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
909
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
910
910
  }
911
911
  ],
912
912
  "signatures": [
913
913
  {
914
- "id": 128,
914
+ "id": 127,
915
915
  "name": "ngOnDestroy",
916
916
  "variant": "signature",
917
917
  "kind": 4096,
@@ -921,7 +921,7 @@
921
921
  "fileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
922
922
  "line": 55,
923
923
  "character": 2,
924
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
924
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
925
925
  }
926
926
  ],
927
927
  "type": {
@@ -943,7 +943,7 @@
943
943
  "decorators": []
944
944
  },
945
945
  {
946
- "id": 125,
946
+ "id": 124,
947
947
  "name": "ngOnInit",
948
948
  "variant": "declaration",
949
949
  "kind": 2048,
@@ -955,12 +955,12 @@
955
955
  "fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
956
956
  "line": 49,
957
957
  "character": 9,
958
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
958
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
959
959
  }
960
960
  ],
961
961
  "signatures": [
962
962
  {
963
- "id": 126,
963
+ "id": 125,
964
964
  "name": "ngOnInit",
965
965
  "variant": "signature",
966
966
  "kind": 4096,
@@ -970,7 +970,7 @@
970
970
  "fileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
971
971
  "line": 49,
972
972
  "character": 2,
973
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
973
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
974
974
  }
975
975
  ],
976
976
  "type": {
@@ -996,21 +996,21 @@
996
996
  {
997
997
  "title": "Constructors",
998
998
  "children": [
999
- 119
999
+ 118
1000
1000
  ]
1001
1001
  },
1002
1002
  {
1003
1003
  "title": "Properties",
1004
1004
  "children": [
1005
- 122,
1006
- 121
1005
+ 121,
1006
+ 120
1007
1007
  ]
1008
1008
  },
1009
1009
  {
1010
1010
  "title": "Methods",
1011
1011
  "children": [
1012
- 127,
1013
- 125
1012
+ 126,
1013
+ 124
1014
1014
  ]
1015
1015
  }
1016
1016
  ],
@@ -1019,7 +1019,7 @@
1019
1019
  "fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
1020
1020
  "line": 33,
1021
1021
  "character": 13,
1022
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L33"
1022
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L33"
1023
1023
  }
1024
1024
  ],
1025
1025
  "implementedTypes": [
@@ -1052,14 +1052,14 @@
1052
1052
  ]
1053
1053
  },
1054
1054
  {
1055
- "id": 86,
1055
+ "id": 85,
1056
1056
  "name": "SkyModalLinkListComponent",
1057
1057
  "variant": "declaration",
1058
1058
  "kind": 128,
1059
1059
  "flags": {},
1060
1060
  "children": [
1061
1061
  {
1062
- "id": 94,
1062
+ "id": 93,
1063
1063
  "name": "linksArray",
1064
1064
  "variant": "declaration",
1065
1065
  "kind": 1024,
@@ -1071,14 +1071,14 @@
1071
1071
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1072
1072
  "line": 27,
1073
1073
  "character": 9,
1074
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L27"
1074
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L27"
1075
1075
  }
1076
1076
  ],
1077
1077
  "type": {
1078
1078
  "type": "array",
1079
1079
  "elementType": {
1080
1080
  "type": "reference",
1081
- "target": 34,
1081
+ "target": 33,
1082
1082
  "name": "SkyPageModalLink",
1083
1083
  "package": "@skyux/pages"
1084
1084
  }
@@ -1087,7 +1087,7 @@
1087
1087
  "decorators": []
1088
1088
  },
1089
1089
  {
1090
- "id": 93,
1090
+ "id": 92,
1091
1091
  "name": "title",
1092
1092
  "variant": "declaration",
1093
1093
  "kind": 1024,
@@ -1099,7 +1099,7 @@
1099
1099
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1100
1100
  "line": 25,
1101
1101
  "character": 9,
1102
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L25"
1102
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L25"
1103
1103
  }
1104
1104
  ],
1105
1105
  "type": {
@@ -1113,7 +1113,7 @@
1113
1113
  ]
1114
1114
  },
1115
1115
  {
1116
- "id": 89,
1116
+ "id": 88,
1117
1117
  "name": "links",
1118
1118
  "variant": "declaration",
1119
1119
  "kind": 262144,
@@ -1125,17 +1125,17 @@
1125
1125
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1126
1126
  "line": 15,
1127
1127
  "character": 13,
1128
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L15"
1128
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L15"
1129
1129
  },
1130
1130
  {
1131
1131
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1132
1132
  "line": 20,
1133
1133
  "character": 13,
1134
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
1134
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
1135
1135
  }
1136
1136
  ],
1137
1137
  "getSignature": {
1138
- "id": 90,
1138
+ "id": 89,
1139
1139
  "name": "links",
1140
1140
  "variant": "signature",
1141
1141
  "kind": 524288,
@@ -1145,18 +1145,18 @@
1145
1145
  "fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
1146
1146
  "line": 20,
1147
1147
  "character": 2,
1148
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
1148
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
1149
1149
  }
1150
1150
  ],
1151
1151
  "type": {
1152
1152
  "type": "reference",
1153
- "target": 47,
1153
+ "target": 46,
1154
1154
  "name": "SkyPageModalLinksInput",
1155
1155
  "package": "@skyux/pages"
1156
1156
  }
1157
1157
  },
1158
1158
  "setSignature": {
1159
- "id": 91,
1159
+ "id": 90,
1160
1160
  "name": "links",
1161
1161
  "variant": "signature",
1162
1162
  "kind": 1048576,
@@ -1166,19 +1166,19 @@
1166
1166
  "fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
1167
1167
  "line": 14,
1168
1168
  "character": 2,
1169
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L14"
1169
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L14"
1170
1170
  }
1171
1171
  ],
1172
1172
  "parameters": [
1173
1173
  {
1174
- "id": 92,
1174
+ "id": 91,
1175
1175
  "name": "value",
1176
1176
  "variant": "param",
1177
1177
  "kind": 32768,
1178
1178
  "flags": {},
1179
1179
  "type": {
1180
1180
  "type": "reference",
1181
- "target": 47,
1181
+ "target": 46,
1182
1182
  "name": "SkyPageModalLinksInput",
1183
1183
  "package": "@skyux/pages"
1184
1184
  }
@@ -1196,7 +1196,7 @@
1196
1196
  ]
1197
1197
  },
1198
1198
  {
1199
- "id": 98,
1199
+ "id": 97,
1200
1200
  "name": "openModal",
1201
1201
  "variant": "declaration",
1202
1202
  "kind": 2048,
@@ -1208,12 +1208,12 @@
1208
1208
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1209
1209
  "line": 34,
1210
1210
  "character": 9,
1211
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
1211
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
1212
1212
  }
1213
1213
  ],
1214
1214
  "signatures": [
1215
1215
  {
1216
- "id": 99,
1216
+ "id": 98,
1217
1217
  "name": "openModal",
1218
1218
  "variant": "signature",
1219
1219
  "kind": 4096,
@@ -1223,19 +1223,19 @@
1223
1223
  "fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
1224
1224
  "line": 34,
1225
1225
  "character": 2,
1226
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
1226
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
1227
1227
  }
1228
1228
  ],
1229
1229
  "parameters": [
1230
1230
  {
1231
- "id": 100,
1231
+ "id": 99,
1232
1232
  "name": "link",
1233
1233
  "variant": "param",
1234
1234
  "kind": 32768,
1235
1235
  "flags": {},
1236
1236
  "type": {
1237
1237
  "type": "reference",
1238
- "target": 34,
1238
+ "target": 33,
1239
1239
  "name": "SkyPageModalLink",
1240
1240
  "package": "@skyux/pages"
1241
1241
  }
@@ -1254,26 +1254,26 @@
1254
1254
  {
1255
1255
  "title": "Constructors",
1256
1256
  "children": [
1257
- 87
1257
+ 86
1258
1258
  ]
1259
1259
  },
1260
1260
  {
1261
1261
  "title": "Properties",
1262
1262
  "children": [
1263
- 94,
1264
- 93
1263
+ 93,
1264
+ 92
1265
1265
  ]
1266
1266
  },
1267
1267
  {
1268
1268
  "title": "Accessors",
1269
1269
  "children": [
1270
- 89
1270
+ 88
1271
1271
  ]
1272
1272
  },
1273
1273
  {
1274
1274
  "title": "Methods",
1275
1275
  "children": [
1276
- 98
1276
+ 97
1277
1277
  ]
1278
1278
  }
1279
1279
  ],
@@ -1282,7 +1282,7 @@
1282
1282
  "fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
1283
1283
  "line": 13,
1284
1284
  "character": 13,
1285
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L13"
1285
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L13"
1286
1286
  }
1287
1287
  ],
1288
1288
  "decorators": [
@@ -1295,7 +1295,7 @@
1295
1295
  ]
1296
1296
  },
1297
1297
  {
1298
- "id": 138,
1298
+ "id": 137,
1299
1299
  "name": "SkyPageComponent",
1300
1300
  "variant": "declaration",
1301
1301
  "kind": 128,
@@ -1310,7 +1310,7 @@
1310
1310
  },
1311
1311
  "children": [
1312
1312
  {
1313
- "id": 144,
1313
+ "id": 143,
1314
1314
  "name": "cssClass",
1315
1315
  "variant": "declaration",
1316
1316
  "kind": 1024,
@@ -1322,7 +1322,7 @@
1322
1322
  "fileName": "projects/pages/src/modules/page/page.component.ts",
1323
1323
  "line": 48,
1324
1324
  "character": 9,
1325
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L48"
1325
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L48"
1326
1326
  }
1327
1327
  ],
1328
1328
  "type": {
@@ -1333,7 +1333,7 @@
1333
1333
  "decorators": []
1334
1334
  },
1335
1335
  {
1336
- "id": 141,
1336
+ "id": 140,
1337
1337
  "name": "layout",
1338
1338
  "variant": "declaration",
1339
1339
  "kind": 262144,
@@ -1345,11 +1345,11 @@
1345
1345
  "fileName": "projects/pages/src/modules/page/page.component.ts",
1346
1346
  "line": 42,
1347
1347
  "character": 13,
1348
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L42"
1348
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L42"
1349
1349
  }
1350
1350
  ],
1351
1351
  "setSignature": {
1352
- "id": 142,
1352
+ "id": 141,
1353
1353
  "name": "layout",
1354
1354
  "variant": "signature",
1355
1355
  "kind": 1048576,
@@ -1394,19 +1394,19 @@
1394
1394
  "fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
1395
1395
  "line": 41,
1396
1396
  "character": 2,
1397
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L41"
1397
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L41"
1398
1398
  }
1399
1399
  ],
1400
1400
  "parameters": [
1401
1401
  {
1402
- "id": 143,
1402
+ "id": 142,
1403
1403
  "name": "value",
1404
1404
  "variant": "param",
1405
1405
  "kind": 32768,
1406
1406
  "flags": {},
1407
1407
  "type": {
1408
1408
  "type": "reference",
1409
- "target": 65,
1409
+ "target": 64,
1410
1410
  "name": "SkyPageLayoutType",
1411
1411
  "package": "@skyux/pages"
1412
1412
  }
@@ -1424,7 +1424,7 @@
1424
1424
  ]
1425
1425
  },
1426
1426
  {
1427
- "id": 152,
1427
+ "id": 151,
1428
1428
  "name": "ngOnDestroy",
1429
1429
  "variant": "declaration",
1430
1430
  "kind": 2048,
@@ -1436,12 +1436,12 @@
1436
1436
  "fileName": "projects/pages/src/modules/page/page.component.ts",
1437
1437
  "line": 69,
1438
1438
  "character": 9,
1439
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L69"
1439
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L69"
1440
1440
  }
1441
1441
  ],
1442
1442
  "signatures": [
1443
1443
  {
1444
- "id": 153,
1444
+ "id": 152,
1445
1445
  "name": "ngOnDestroy",
1446
1446
  "variant": "signature",
1447
1447
  "kind": 4096,
@@ -1451,7 +1451,7 @@
1451
1451
  "fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
1452
1452
  "line": 69,
1453
1453
  "character": 2,
1454
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L69"
1454
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L69"
1455
1455
  }
1456
1456
  ],
1457
1457
  "type": {
@@ -1473,7 +1473,7 @@
1473
1473
  "decorators": []
1474
1474
  },
1475
1475
  {
1476
- "id": 150,
1476
+ "id": 149,
1477
1477
  "name": "ngOnInit",
1478
1478
  "variant": "declaration",
1479
1479
  "kind": 2048,
@@ -1485,12 +1485,12 @@
1485
1485
  "fileName": "projects/pages/src/modules/page/page.component.ts",
1486
1486
  "line": 58,
1487
1487
  "character": 9,
1488
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L58"
1488
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L58"
1489
1489
  }
1490
1490
  ],
1491
1491
  "signatures": [
1492
1492
  {
1493
- "id": 151,
1493
+ "id": 150,
1494
1494
  "name": "ngOnInit",
1495
1495
  "variant": "signature",
1496
1496
  "kind": 4096,
@@ -1500,7 +1500,7 @@
1500
1500
  "fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
1501
1501
  "line": 58,
1502
1502
  "character": 2,
1503
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L58"
1503
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L58"
1504
1504
  }
1505
1505
  ],
1506
1506
  "type": {
@@ -1526,26 +1526,26 @@
1526
1526
  {
1527
1527
  "title": "Constructors",
1528
1528
  "children": [
1529
- 139
1529
+ 138
1530
1530
  ]
1531
1531
  },
1532
1532
  {
1533
1533
  "title": "Properties",
1534
1534
  "children": [
1535
- 144
1535
+ 143
1536
1536
  ]
1537
1537
  },
1538
1538
  {
1539
1539
  "title": "Accessors",
1540
1540
  "children": [
1541
- 141
1541
+ 140
1542
1542
  ]
1543
1543
  },
1544
1544
  {
1545
1545
  "title": "Methods",
1546
1546
  "children": [
1547
- 152,
1548
- 150
1547
+ 151,
1548
+ 149
1549
1549
  ]
1550
1550
  }
1551
1551
  ],
@@ -1554,7 +1554,7 @@
1554
1554
  "fileName": "projects/pages/src/modules/page/page.component.ts",
1555
1555
  "line": 33,
1556
1556
  "character": 13,
1557
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page.component.ts#L33"
1557
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page.component.ts#L33"
1558
1558
  }
1559
1559
  ],
1560
1560
  "implementedTypes": [
@@ -1587,7 +1587,7 @@
1587
1587
  ]
1588
1588
  },
1589
1589
  {
1590
- "id": 129,
1590
+ "id": 128,
1591
1591
  "name": "SkyPageContentComponent",
1592
1592
  "variant": "declaration",
1593
1593
  "kind": 128,
@@ -1602,7 +1602,7 @@
1602
1602
  },
1603
1603
  "children": [
1604
1604
  {
1605
- "id": 136,
1605
+ "id": 135,
1606
1606
  "name": "ngOnDestroy",
1607
1607
  "variant": "declaration",
1608
1608
  "kind": 2048,
@@ -1614,12 +1614,12 @@
1614
1614
  "fileName": "projects/pages/src/modules/page/page-content.component.ts",
1615
1615
  "line": 41,
1616
1616
  "character": 9,
1617
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
1617
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
1618
1618
  }
1619
1619
  ],
1620
1620
  "signatures": [
1621
1621
  {
1622
- "id": 137,
1622
+ "id": 136,
1623
1623
  "name": "ngOnDestroy",
1624
1624
  "variant": "signature",
1625
1625
  "kind": 4096,
@@ -1629,7 +1629,7 @@
1629
1629
  "fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
1630
1630
  "line": 41,
1631
1631
  "character": 2,
1632
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
1632
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
1633
1633
  }
1634
1634
  ],
1635
1635
  "type": {
@@ -1651,7 +1651,7 @@
1651
1651
  "decorators": []
1652
1652
  },
1653
1653
  {
1654
- "id": 134,
1654
+ "id": 133,
1655
1655
  "name": "ngOnInit",
1656
1656
  "variant": "declaration",
1657
1657
  "kind": 2048,
@@ -1663,12 +1663,12 @@
1663
1663
  "fileName": "projects/pages/src/modules/page/page-content.component.ts",
1664
1664
  "line": 35,
1665
1665
  "character": 9,
1666
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
1666
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
1667
1667
  }
1668
1668
  ],
1669
1669
  "signatures": [
1670
1670
  {
1671
- "id": 135,
1671
+ "id": 134,
1672
1672
  "name": "ngOnInit",
1673
1673
  "variant": "signature",
1674
1674
  "kind": 4096,
@@ -1678,7 +1678,7 @@
1678
1678
  "fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
1679
1679
  "line": 35,
1680
1680
  "character": 2,
1681
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
1681
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
1682
1682
  }
1683
1683
  ],
1684
1684
  "type": {
@@ -1704,14 +1704,14 @@
1704
1704
  {
1705
1705
  "title": "Constructors",
1706
1706
  "children": [
1707
- 130
1707
+ 129
1708
1708
  ]
1709
1709
  },
1710
1710
  {
1711
1711
  "title": "Methods",
1712
1712
  "children": [
1713
- 136,
1714
- 134
1713
+ 135,
1714
+ 133
1715
1715
  ]
1716
1716
  }
1717
1717
  ],
@@ -1720,7 +1720,7 @@
1720
1720
  "fileName": "projects/pages/src/modules/page/page-content.component.ts",
1721
1721
  "line": 31,
1722
1722
  "character": 13,
1723
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/page-content.component.ts#L31"
1723
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/page-content.component.ts#L31"
1724
1724
  }
1725
1725
  ],
1726
1726
  "implementedTypes": [
@@ -1753,7 +1753,7 @@
1753
1753
  ]
1754
1754
  },
1755
1755
  {
1756
- "id": 115,
1756
+ "id": 114,
1757
1757
  "name": "SkyPageHeaderDetailsComponent",
1758
1758
  "variant": "declaration",
1759
1759
  "kind": 128,
@@ -1771,7 +1771,7 @@
1771
1771
  {
1772
1772
  "title": "Constructors",
1773
1773
  "children": [
1774
- 116
1774
+ 115
1775
1775
  ]
1776
1776
  }
1777
1777
  ],
@@ -1780,7 +1780,7 @@
1780
1780
  "fileName": "projects/pages/src/modules/page-header/page-header-details.component.ts",
1781
1781
  "line": 12,
1782
1782
  "character": 13,
1783
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-details.component.ts#L12"
1783
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-details.component.ts#L12"
1784
1784
  }
1785
1785
  ],
1786
1786
  "decorators": [
@@ -1793,7 +1793,7 @@
1793
1793
  ]
1794
1794
  },
1795
1795
  {
1796
- "id": 101,
1796
+ "id": 100,
1797
1797
  "name": "SkyPageHeaderActionsComponent",
1798
1798
  "variant": "declaration",
1799
1799
  "kind": 128,
@@ -1811,7 +1811,7 @@
1811
1811
  {
1812
1812
  "title": "Constructors",
1813
1813
  "children": [
1814
- 102
1814
+ 101
1815
1815
  ]
1816
1816
  }
1817
1817
  ],
@@ -1820,7 +1820,7 @@
1820
1820
  "fileName": "projects/pages/src/modules/page-header/page-header-actions.component.ts",
1821
1821
  "line": 12,
1822
1822
  "character": 13,
1823
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page-header/page-header-actions.component.ts#L12"
1823
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page-header/page-header-actions.component.ts#L12"
1824
1824
  }
1825
1825
  ],
1826
1826
  "decorators": [
@@ -1868,7 +1868,7 @@
1868
1868
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
1869
1869
  "line": 33,
1870
1870
  "character": 2,
1871
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L33"
1871
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L33"
1872
1872
  }
1873
1873
  ],
1874
1874
  "type": {
@@ -1918,7 +1918,7 @@
1918
1918
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
1919
1919
  "line": 18,
1920
1920
  "character": 2,
1921
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L18"
1921
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L18"
1922
1922
  }
1923
1923
  ],
1924
1924
  "type": {
@@ -1947,7 +1947,7 @@
1947
1947
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
1948
1948
  "line": 22,
1949
1949
  "character": 2,
1950
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
1950
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
1951
1951
  }
1952
1952
  ],
1953
1953
  "type": {
@@ -1972,7 +1972,7 @@
1972
1972
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
1973
1973
  "line": 23,
1974
1974
  "character": 4,
1975
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
1975
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
1976
1976
  }
1977
1977
  ],
1978
1978
  "type": {
@@ -1995,7 +1995,7 @@
1995
1995
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
1996
1996
  "line": 25,
1997
1997
  "character": 6,
1998
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L25"
1998
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L25"
1999
1999
  }
2000
2000
  ],
2001
2001
  "type": {
@@ -2019,7 +2019,7 @@
2019
2019
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
2020
2020
  "line": 26,
2021
2021
  "character": 6,
2022
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L26"
2022
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L26"
2023
2023
  }
2024
2024
  ],
2025
2025
  "type": {
@@ -2047,7 +2047,7 @@
2047
2047
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
2048
2048
  "line": 23,
2049
2049
  "character": 12,
2050
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
2050
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
2051
2051
  }
2052
2052
  ]
2053
2053
  }
@@ -2066,7 +2066,7 @@
2066
2066
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
2067
2067
  "line": 28,
2068
2068
  "character": 4,
2069
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L28"
2069
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L28"
2070
2070
  }
2071
2071
  ],
2072
2072
  "type": {
@@ -2089,7 +2089,7 @@
2089
2089
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
2090
2090
  "line": 22,
2091
2091
  "character": 14,
2092
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
2092
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
2093
2093
  }
2094
2094
  ]
2095
2095
  }
@@ -2114,7 +2114,7 @@
2114
2114
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
2115
2115
  "line": 13,
2116
2116
  "character": 2,
2117
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L13"
2117
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L13"
2118
2118
  }
2119
2119
  ],
2120
2120
  "type": {
@@ -2139,12 +2139,56 @@
2139
2139
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
2140
2140
  "line": 9,
2141
2141
  "character": 17,
2142
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L9"
2142
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L9"
2143
2143
  }
2144
2144
  ]
2145
2145
  },
2146
2146
  {
2147
- "id": 24,
2147
+ "id": 21,
2148
+ "name": "SkyActionHubNeedsAttentionClickHandlerArgs",
2149
+ "variant": "declaration",
2150
+ "kind": 256,
2151
+ "flags": {},
2152
+ "children": [
2153
+ {
2154
+ "id": 22,
2155
+ "name": "item",
2156
+ "variant": "declaration",
2157
+ "kind": 1024,
2158
+ "flags": {},
2159
+ "sources": [
2160
+ {
2161
+ "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
2162
+ "line": 6,
2163
+ "character": 2,
2164
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L6"
2165
+ }
2166
+ ],
2167
+ "type": {
2168
+ "type": "intrinsic",
2169
+ "name": "unknown"
2170
+ }
2171
+ }
2172
+ ],
2173
+ "groups": [
2174
+ {
2175
+ "title": "Properties",
2176
+ "children": [
2177
+ 22
2178
+ ]
2179
+ }
2180
+ ],
2181
+ "sources": [
2182
+ {
2183
+ "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
2184
+ "line": 5,
2185
+ "character": 17,
2186
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
2187
+ }
2188
+ ]
2189
+ },
2190
+ {
2191
+ "id": 23,
2148
2192
  "name": "SkyPageLink",
2149
2193
  "variant": "declaration",
2150
2194
  "kind": 256,
@@ -2159,7 +2203,7 @@
2159
2203
  },
2160
2204
  "children": [
2161
2205
  {
2162
- "id": 32,
2206
+ "id": 31,
2163
2207
  "name": "label",
2164
2208
  "variant": "declaration",
2165
2209
  "kind": 1024,
@@ -2177,7 +2221,7 @@
2177
2221
  "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
2178
2222
  "line": 8,
2179
2223
  "character": 2,
2180
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2224
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2181
2225
  }
2182
2226
  ],
2183
2227
  "type": {
@@ -2191,7 +2235,7 @@
2191
2235
  }
2192
2236
  },
2193
2237
  {
2194
- "id": 25,
2238
+ "id": 24,
2195
2239
  "name": "permalink",
2196
2240
  "variant": "declaration",
2197
2241
  "kind": 1024,
@@ -2209,20 +2253,20 @@
2209
2253
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
2210
2254
  "line": 12,
2211
2255
  "character": 2,
2212
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2256
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2213
2257
  }
2214
2258
  ],
2215
2259
  "type": {
2216
2260
  "type": "reflection",
2217
2261
  "declaration": {
2218
- "id": 26,
2262
+ "id": 25,
2219
2263
  "name": "__type",
2220
2264
  "variant": "declaration",
2221
2265
  "kind": 65536,
2222
2266
  "flags": {},
2223
2267
  "children": [
2224
2268
  {
2225
- "id": 27,
2269
+ "id": 26,
2226
2270
  "name": "route",
2227
2271
  "variant": "declaration",
2228
2272
  "kind": 1024,
@@ -2234,20 +2278,20 @@
2234
2278
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2235
2279
  "line": 13,
2236
2280
  "character": 4,
2237
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2281
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2238
2282
  }
2239
2283
  ],
2240
2284
  "type": {
2241
2285
  "type": "reflection",
2242
2286
  "declaration": {
2243
- "id": 28,
2287
+ "id": 27,
2244
2288
  "name": "__type",
2245
2289
  "variant": "declaration",
2246
2290
  "kind": 65536,
2247
2291
  "flags": {},
2248
2292
  "children": [
2249
2293
  {
2250
- "id": 29,
2294
+ "id": 28,
2251
2295
  "name": "commands",
2252
2296
  "variant": "declaration",
2253
2297
  "kind": 1024,
@@ -2257,7 +2301,7 @@
2257
2301
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2258
2302
  "line": 14,
2259
2303
  "character": 6,
2260
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
2304
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
2261
2305
  }
2262
2306
  ],
2263
2307
  "type": {
@@ -2269,7 +2313,7 @@
2269
2313
  }
2270
2314
  },
2271
2315
  {
2272
- "id": 30,
2316
+ "id": 29,
2273
2317
  "name": "extras",
2274
2318
  "variant": "declaration",
2275
2319
  "kind": 1024,
@@ -2281,7 +2325,7 @@
2281
2325
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2282
2326
  "line": 15,
2283
2327
  "character": 6,
2284
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
2328
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
2285
2329
  }
2286
2330
  ],
2287
2331
  "type": {
@@ -2299,8 +2343,8 @@
2299
2343
  {
2300
2344
  "title": "Properties",
2301
2345
  "children": [
2302
- 29,
2303
- 30
2346
+ 28,
2347
+ 29
2304
2348
  ]
2305
2349
  }
2306
2350
  ],
@@ -2309,14 +2353,14 @@
2309
2353
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2310
2354
  "line": 13,
2311
2355
  "character": 12,
2312
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2356
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2313
2357
  }
2314
2358
  ]
2315
2359
  }
2316
2360
  }
2317
2361
  },
2318
2362
  {
2319
- "id": 31,
2363
+ "id": 30,
2320
2364
  "name": "url",
2321
2365
  "variant": "declaration",
2322
2366
  "kind": 1024,
@@ -2328,7 +2372,7 @@
2328
2372
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2329
2373
  "line": 17,
2330
2374
  "character": 4,
2331
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
2375
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
2332
2376
  }
2333
2377
  ],
2334
2378
  "type": {
@@ -2341,8 +2385,8 @@
2341
2385
  {
2342
2386
  "title": "Properties",
2343
2387
  "children": [
2344
- 27,
2345
- 31
2388
+ 26,
2389
+ 30
2346
2390
  ]
2347
2391
  }
2348
2392
  ],
@@ -2351,7 +2395,7 @@
2351
2395
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2352
2396
  "line": 12,
2353
2397
  "character": 13,
2354
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2398
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2355
2399
  }
2356
2400
  ]
2357
2401
  }
@@ -2362,8 +2406,8 @@
2362
2406
  {
2363
2407
  "title": "Properties",
2364
2408
  "children": [
2365
- 32,
2366
- 25
2409
+ 31,
2410
+ 24
2367
2411
  ]
2368
2412
  }
2369
2413
  ],
@@ -2372,7 +2416,7 @@
2372
2416
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
2373
2417
  "line": 8,
2374
2418
  "character": 17,
2375
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L8"
2419
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L8"
2376
2420
  }
2377
2421
  ],
2378
2422
  "extendedTypes": [
@@ -2389,13 +2433,13 @@
2389
2433
  "extendedBy": [
2390
2434
  {
2391
2435
  "type": "reference",
2392
- "target": 48,
2436
+ "target": 47,
2393
2437
  "name": "SkyRecentLink"
2394
2438
  }
2395
2439
  ]
2396
2440
  },
2397
2441
  {
2398
- "id": 34,
2442
+ "id": 33,
2399
2443
  "name": "SkyPageModalLink",
2400
2444
  "variant": "declaration",
2401
2445
  "kind": 256,
@@ -2410,7 +2454,7 @@
2410
2454
  },
2411
2455
  "children": [
2412
2456
  {
2413
- "id": 46,
2457
+ "id": 45,
2414
2458
  "name": "label",
2415
2459
  "variant": "declaration",
2416
2460
  "kind": 1024,
@@ -2428,7 +2472,7 @@
2428
2472
  "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
2429
2473
  "line": 8,
2430
2474
  "character": 2,
2431
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2475
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2432
2476
  }
2433
2477
  ],
2434
2478
  "type": {
@@ -2442,7 +2486,7 @@
2442
2486
  }
2443
2487
  },
2444
2488
  {
2445
- "id": 42,
2489
+ "id": 41,
2446
2490
  "name": "modal",
2447
2491
  "variant": "declaration",
2448
2492
  "kind": 1024,
@@ -2462,20 +2506,20 @@
2462
2506
  "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
2463
2507
  "line": 23,
2464
2508
  "character": 2,
2465
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
2509
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
2466
2510
  }
2467
2511
  ],
2468
2512
  "type": {
2469
2513
  "type": "reflection",
2470
2514
  "declaration": {
2471
- "id": 43,
2515
+ "id": 42,
2472
2516
  "name": "__type",
2473
2517
  "variant": "declaration",
2474
2518
  "kind": 65536,
2475
2519
  "flags": {},
2476
2520
  "children": [
2477
2521
  {
2478
- "id": 44,
2522
+ "id": 43,
2479
2523
  "name": "component",
2480
2524
  "variant": "declaration",
2481
2525
  "kind": 1024,
@@ -2485,7 +2529,7 @@
2485
2529
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2486
2530
  "line": 24,
2487
2531
  "character": 4,
2488
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L24"
2532
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L24"
2489
2533
  }
2490
2534
  ],
2491
2535
  "type": {
@@ -2494,7 +2538,7 @@
2494
2538
  }
2495
2539
  },
2496
2540
  {
2497
- "id": 45,
2541
+ "id": 44,
2498
2542
  "name": "config",
2499
2543
  "variant": "declaration",
2500
2544
  "kind": 1024,
@@ -2506,7 +2550,7 @@
2506
2550
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2507
2551
  "line": 25,
2508
2552
  "character": 4,
2509
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L25"
2553
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L25"
2510
2554
  }
2511
2555
  ],
2512
2556
  "type": {
@@ -2524,8 +2568,8 @@
2524
2568
  {
2525
2569
  "title": "Properties",
2526
2570
  "children": [
2527
- 44,
2528
- 45
2571
+ 43,
2572
+ 44
2529
2573
  ]
2530
2574
  }
2531
2575
  ],
@@ -2534,14 +2578,14 @@
2534
2578
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2535
2579
  "line": 23,
2536
2580
  "character": 10,
2537
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
2581
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
2538
2582
  }
2539
2583
  ]
2540
2584
  }
2541
2585
  }
2542
2586
  },
2543
2587
  {
2544
- "id": 35,
2588
+ "id": 34,
2545
2589
  "name": "permalink",
2546
2590
  "variant": "declaration",
2547
2591
  "kind": 1024,
@@ -2561,20 +2605,20 @@
2561
2605
  "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
2562
2606
  "line": 13,
2563
2607
  "character": 2,
2564
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
2608
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
2565
2609
  }
2566
2610
  ],
2567
2611
  "type": {
2568
2612
  "type": "reflection",
2569
2613
  "declaration": {
2570
- "id": 36,
2614
+ "id": 35,
2571
2615
  "name": "__type",
2572
2616
  "variant": "declaration",
2573
2617
  "kind": 65536,
2574
2618
  "flags": {},
2575
2619
  "children": [
2576
2620
  {
2577
- "id": 37,
2621
+ "id": 36,
2578
2622
  "name": "route",
2579
2623
  "variant": "declaration",
2580
2624
  "kind": 1024,
@@ -2586,20 +2630,20 @@
2586
2630
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2587
2631
  "line": 14,
2588
2632
  "character": 4,
2589
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
2633
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
2590
2634
  }
2591
2635
  ],
2592
2636
  "type": {
2593
2637
  "type": "reflection",
2594
2638
  "declaration": {
2595
- "id": 38,
2639
+ "id": 37,
2596
2640
  "name": "__type",
2597
2641
  "variant": "declaration",
2598
2642
  "kind": 65536,
2599
2643
  "flags": {},
2600
2644
  "children": [
2601
2645
  {
2602
- "id": 39,
2646
+ "id": 38,
2603
2647
  "name": "commands",
2604
2648
  "variant": "declaration",
2605
2649
  "kind": 1024,
@@ -2609,7 +2653,7 @@
2609
2653
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2610
2654
  "line": 15,
2611
2655
  "character": 6,
2612
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L15"
2656
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L15"
2613
2657
  }
2614
2658
  ],
2615
2659
  "type": {
@@ -2621,7 +2665,7 @@
2621
2665
  }
2622
2666
  },
2623
2667
  {
2624
- "id": 40,
2668
+ "id": 39,
2625
2669
  "name": "extras",
2626
2670
  "variant": "declaration",
2627
2671
  "kind": 1024,
@@ -2633,7 +2677,7 @@
2633
2677
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2634
2678
  "line": 16,
2635
2679
  "character": 6,
2636
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L16"
2680
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L16"
2637
2681
  }
2638
2682
  ],
2639
2683
  "type": {
@@ -2651,8 +2695,8 @@
2651
2695
  {
2652
2696
  "title": "Properties",
2653
2697
  "children": [
2654
- 39,
2655
- 40
2698
+ 38,
2699
+ 39
2656
2700
  ]
2657
2701
  }
2658
2702
  ],
@@ -2661,14 +2705,14 @@
2661
2705
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2662
2706
  "line": 14,
2663
2707
  "character": 12,
2664
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
2708
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
2665
2709
  }
2666
2710
  ]
2667
2711
  }
2668
2712
  }
2669
2713
  },
2670
2714
  {
2671
- "id": 41,
2715
+ "id": 40,
2672
2716
  "name": "url",
2673
2717
  "variant": "declaration",
2674
2718
  "kind": 1024,
@@ -2680,7 +2724,7 @@
2680
2724
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2681
2725
  "line": 18,
2682
2726
  "character": 4,
2683
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L18"
2727
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L18"
2684
2728
  }
2685
2729
  ],
2686
2730
  "type": {
@@ -2693,8 +2737,8 @@
2693
2737
  {
2694
2738
  "title": "Properties",
2695
2739
  "children": [
2696
- 37,
2697
- 41
2740
+ 36,
2741
+ 40
2698
2742
  ]
2699
2743
  }
2700
2744
  ],
@@ -2703,7 +2747,7 @@
2703
2747
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
2704
2748
  "line": 13,
2705
2749
  "character": 14,
2706
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
2750
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
2707
2751
  }
2708
2752
  ]
2709
2753
  }
@@ -2714,9 +2758,9 @@
2714
2758
  {
2715
2759
  "title": "Properties",
2716
2760
  "children": [
2717
- 46,
2718
- 42,
2719
- 35
2761
+ 45,
2762
+ 41,
2763
+ 34
2720
2764
  ]
2721
2765
  }
2722
2766
  ],
@@ -2725,7 +2769,7 @@
2725
2769
  "fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
2726
2770
  "line": 9,
2727
2771
  "character": 17,
2728
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L9"
2772
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L9"
2729
2773
  }
2730
2774
  ],
2731
2775
  "extendedTypes": [
@@ -2741,7 +2785,7 @@
2741
2785
  ]
2742
2786
  },
2743
2787
  {
2744
- "id": 48,
2788
+ "id": 47,
2745
2789
  "name": "SkyRecentLink",
2746
2790
  "variant": "declaration",
2747
2791
  "kind": 256,
@@ -2756,7 +2800,7 @@
2756
2800
  },
2757
2801
  "children": [
2758
2802
  {
2759
- "id": 57,
2803
+ "id": 56,
2760
2804
  "name": "label",
2761
2805
  "variant": "declaration",
2762
2806
  "kind": 1024,
@@ -2774,7 +2818,7 @@
2774
2818
  "fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
2775
2819
  "line": 8,
2776
2820
  "character": 2,
2777
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2821
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
2778
2822
  }
2779
2823
  ],
2780
2824
  "type": {
@@ -2783,12 +2827,12 @@
2783
2827
  },
2784
2828
  "inheritedFrom": {
2785
2829
  "type": "reference",
2786
- "target": 32,
2830
+ "target": 31,
2787
2831
  "name": "SkyPageLink.label"
2788
2832
  }
2789
2833
  },
2790
2834
  {
2791
- "id": 49,
2835
+ "id": 48,
2792
2836
  "name": "lastAccessed",
2793
2837
  "variant": "declaration",
2794
2838
  "kind": 1024,
@@ -2806,7 +2850,7 @@
2806
2850
  "fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
2807
2851
  "line": 9,
2808
2852
  "character": 2,
2809
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L9"
2853
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L9"
2810
2854
  }
2811
2855
  ],
2812
2856
  "type": {
@@ -2829,7 +2873,7 @@
2829
2873
  }
2830
2874
  },
2831
2875
  {
2832
- "id": 50,
2876
+ "id": 49,
2833
2877
  "name": "permalink",
2834
2878
  "variant": "declaration",
2835
2879
  "kind": 1024,
@@ -2847,20 +2891,20 @@
2847
2891
  "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
2848
2892
  "line": 12,
2849
2893
  "character": 2,
2850
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2894
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2851
2895
  }
2852
2896
  ],
2853
2897
  "type": {
2854
2898
  "type": "reflection",
2855
2899
  "declaration": {
2856
- "id": 51,
2900
+ "id": 50,
2857
2901
  "name": "__type",
2858
2902
  "variant": "declaration",
2859
2903
  "kind": 65536,
2860
2904
  "flags": {},
2861
2905
  "children": [
2862
2906
  {
2863
- "id": 52,
2907
+ "id": 51,
2864
2908
  "name": "route",
2865
2909
  "variant": "declaration",
2866
2910
  "kind": 1024,
@@ -2872,20 +2916,20 @@
2872
2916
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2873
2917
  "line": 13,
2874
2918
  "character": 4,
2875
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2919
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2876
2920
  }
2877
2921
  ],
2878
2922
  "type": {
2879
2923
  "type": "reflection",
2880
2924
  "declaration": {
2881
- "id": 53,
2925
+ "id": 52,
2882
2926
  "name": "__type",
2883
2927
  "variant": "declaration",
2884
2928
  "kind": 65536,
2885
2929
  "flags": {},
2886
2930
  "children": [
2887
2931
  {
2888
- "id": 54,
2932
+ "id": 53,
2889
2933
  "name": "commands",
2890
2934
  "variant": "declaration",
2891
2935
  "kind": 1024,
@@ -2895,7 +2939,7 @@
2895
2939
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2896
2940
  "line": 14,
2897
2941
  "character": 6,
2898
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
2942
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
2899
2943
  }
2900
2944
  ],
2901
2945
  "type": {
@@ -2907,7 +2951,7 @@
2907
2951
  }
2908
2952
  },
2909
2953
  {
2910
- "id": 55,
2954
+ "id": 54,
2911
2955
  "name": "extras",
2912
2956
  "variant": "declaration",
2913
2957
  "kind": 1024,
@@ -2919,7 +2963,7 @@
2919
2963
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2920
2964
  "line": 15,
2921
2965
  "character": 6,
2922
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
2966
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
2923
2967
  }
2924
2968
  ],
2925
2969
  "type": {
@@ -2937,8 +2981,8 @@
2937
2981
  {
2938
2982
  "title": "Properties",
2939
2983
  "children": [
2940
- 54,
2941
- 55
2984
+ 53,
2985
+ 54
2942
2986
  ]
2943
2987
  }
2944
2988
  ],
@@ -2947,14 +2991,14 @@
2947
2991
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2948
2992
  "line": 13,
2949
2993
  "character": 12,
2950
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2994
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
2951
2995
  }
2952
2996
  ]
2953
2997
  }
2954
2998
  }
2955
2999
  },
2956
3000
  {
2957
- "id": 56,
3001
+ "id": 55,
2958
3002
  "name": "url",
2959
3003
  "variant": "declaration",
2960
3004
  "kind": 1024,
@@ -2966,7 +3010,7 @@
2966
3010
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2967
3011
  "line": 17,
2968
3012
  "character": 4,
2969
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
3013
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
2970
3014
  }
2971
3015
  ],
2972
3016
  "type": {
@@ -2979,8 +3023,8 @@
2979
3023
  {
2980
3024
  "title": "Properties",
2981
3025
  "children": [
2982
- 52,
2983
- 56
3026
+ 51,
3027
+ 55
2984
3028
  ]
2985
3029
  }
2986
3030
  ],
@@ -2989,14 +3033,14 @@
2989
3033
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
2990
3034
  "line": 12,
2991
3035
  "character": 13,
2992
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
3036
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
2993
3037
  }
2994
3038
  ]
2995
3039
  }
2996
3040
  },
2997
3041
  "inheritedFrom": {
2998
3042
  "type": "reference",
2999
- "target": 25,
3043
+ "target": 24,
3000
3044
  "name": "SkyPageLink.permalink"
3001
3045
  }
3002
3046
  }
@@ -3005,9 +3049,9 @@
3005
3049
  {
3006
3050
  "title": "Properties",
3007
3051
  "children": [
3008
- 57,
3009
- 49,
3010
- 50
3052
+ 56,
3053
+ 48,
3054
+ 49
3011
3055
  ]
3012
3056
  }
3013
3057
  ],
@@ -3016,13 +3060,13 @@
3016
3060
  "fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
3017
3061
  "line": 8,
3018
3062
  "character": 17,
3019
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L8"
3063
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L8"
3020
3064
  }
3021
3065
  ],
3022
3066
  "extendedTypes": [
3023
3067
  {
3024
3068
  "type": "reference",
3025
- "target": 24,
3069
+ "target": 23,
3026
3070
  "name": "SkyPageLink",
3027
3071
  "package": "@skyux/pages"
3028
3072
  }
@@ -3039,7 +3083,7 @@
3039
3083
  "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
3040
3084
  "line": 1,
3041
3085
  "character": 12,
3042
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
3086
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
3043
3087
  }
3044
3088
  ],
3045
3089
  "type": {
@@ -3055,7 +3099,7 @@
3055
3099
  "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
3056
3100
  "line": 1,
3057
3101
  "character": 53,
3058
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
3102
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
3059
3103
  }
3060
3104
  ],
3061
3105
  "signatures": [
@@ -3090,69 +3134,7 @@
3090
3134
  }
3091
3135
  },
3092
3136
  {
3093
- "id": 21,
3094
- "name": "SkyActionHubNeedsAttentionClickHandlerArgs",
3095
- "variant": "declaration",
3096
- "kind": 4194304,
3097
- "flags": {},
3098
- "sources": [
3099
- {
3100
- "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
3101
- "line": 5,
3102
- "character": 12,
3103
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
3104
- }
3105
- ],
3106
- "type": {
3107
- "type": "reflection",
3108
- "declaration": {
3109
- "id": 22,
3110
- "name": "__type",
3111
- "variant": "declaration",
3112
- "kind": 65536,
3113
- "flags": {},
3114
- "children": [
3115
- {
3116
- "id": 23,
3117
- "name": "item",
3118
- "variant": "declaration",
3119
- "kind": 1024,
3120
- "flags": {},
3121
- "sources": [
3122
- {
3123
- "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
3124
- "line": 6,
3125
- "character": 2,
3126
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L6"
3127
- }
3128
- ],
3129
- "type": {
3130
- "type": "intrinsic",
3131
- "name": "unknown"
3132
- }
3133
- }
3134
- ],
3135
- "groups": [
3136
- {
3137
- "title": "Properties",
3138
- "children": [
3139
- 23
3140
- ]
3141
- }
3142
- ],
3143
- "sources": [
3144
- {
3145
- "fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
3146
- "line": 5,
3147
- "character": 57,
3148
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
3149
- }
3150
- ]
3151
- }
3152
- }
3153
- },
3154
- {
3155
- "id": 65,
3137
+ "id": 64,
3156
3138
  "name": "SkyPageLayoutType",
3157
3139
  "variant": "declaration",
3158
3140
  "kind": 4194304,
@@ -3162,7 +3144,7 @@
3162
3144
  "fileName": "projects/pages/src/modules/page/types/page-layout-type.ts",
3163
3145
  "line": 1,
3164
3146
  "character": 12,
3165
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/page/types/page-layout-type.ts#L1"
3147
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/page/types/page-layout-type.ts#L1"
3166
3148
  }
3167
3149
  ],
3168
3150
  "type": {
@@ -3192,7 +3174,7 @@
3192
3174
  }
3193
3175
  },
3194
3176
  {
3195
- "id": 33,
3177
+ "id": 32,
3196
3178
  "name": "SkyPageLinksInput",
3197
3179
  "variant": "declaration",
3198
3180
  "kind": 4194304,
@@ -3202,7 +3184,7 @@
3202
3184
  "fileName": "projects/pages/src/modules/action-hub/types/page-links-input.ts",
3203
3185
  "line": 3,
3204
3186
  "character": 12,
3205
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts#L3"
3187
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts#L3"
3206
3188
  }
3207
3189
  ],
3208
3190
  "type": {
@@ -3212,7 +3194,7 @@
3212
3194
  "type": "array",
3213
3195
  "elementType": {
3214
3196
  "type": "reference",
3215
- "target": 24,
3197
+ "target": 23,
3216
3198
  "name": "SkyPageLink",
3217
3199
  "package": "@skyux/pages"
3218
3200
  }
@@ -3229,7 +3211,7 @@
3229
3211
  }
3230
3212
  },
3231
3213
  {
3232
- "id": 47,
3214
+ "id": 46,
3233
3215
  "name": "SkyPageModalLinksInput",
3234
3216
  "variant": "declaration",
3235
3217
  "kind": 4194304,
@@ -3239,7 +3221,7 @@
3239
3221
  "fileName": "projects/pages/src/modules/action-hub/types/page-modal-links-input.ts",
3240
3222
  "line": 3,
3241
3223
  "character": 12,
3242
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts#L3"
3224
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts#L3"
3243
3225
  }
3244
3226
  ],
3245
3227
  "type": {
@@ -3249,7 +3231,7 @@
3249
3231
  "type": "array",
3250
3232
  "elementType": {
3251
3233
  "type": "reference",
3252
- "target": 34,
3234
+ "target": 33,
3253
3235
  "name": "SkyPageModalLink",
3254
3236
  "package": "@skyux/pages"
3255
3237
  }
@@ -3266,7 +3248,7 @@
3266
3248
  }
3267
3249
  },
3268
3250
  {
3269
- "id": 58,
3251
+ "id": 57,
3270
3252
  "name": "SkyRecentLinksInput",
3271
3253
  "variant": "declaration",
3272
3254
  "kind": 4194304,
@@ -3284,7 +3266,7 @@
3284
3266
  "fileName": "projects/pages/src/modules/action-hub/types/recent-links-input.ts",
3285
3267
  "line": 8,
3286
3268
  "character": 12,
3287
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts#L8"
3269
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts#L8"
3288
3270
  }
3289
3271
  ],
3290
3272
  "type": {
@@ -3294,7 +3276,7 @@
3294
3276
  "type": "array",
3295
3277
  "elementType": {
3296
3278
  "type": "reference",
3297
- "target": 48,
3279
+ "target": 47,
3298
3280
  "name": "SkyRecentLink",
3299
3281
  "package": "@skyux/pages"
3300
3282
  }
@@ -3320,7 +3302,7 @@
3320
3302
  }
3321
3303
  },
3322
3304
  {
3323
- "id": 156,
3305
+ "id": 155,
3324
3306
  "name": "SkyPageHarness",
3325
3307
  "variant": "declaration",
3326
3308
  "kind": 128,
@@ -3335,7 +3317,7 @@
3335
3317
  },
3336
3318
  "children": [
3337
3319
  {
3338
- "id": 166,
3320
+ "id": 165,
3339
3321
  "name": "constructor",
3340
3322
  "variant": "declaration",
3341
3323
  "kind": 512,
@@ -3349,7 +3331,7 @@
3349
3331
  ],
3350
3332
  "signatures": [
3351
3333
  {
3352
- "id": 167,
3334
+ "id": 166,
3353
3335
  "name": "new SkyPageHarness",
3354
3336
  "variant": "signature",
3355
3337
  "kind": 16384,
@@ -3363,7 +3345,7 @@
3363
3345
  ],
3364
3346
  "parameters": [
3365
3347
  {
3366
- "id": 168,
3348
+ "id": 167,
3367
3349
  "name": "locatorFactory",
3368
3350
  "variant": "param",
3369
3351
  "kind": 32768,
@@ -3381,7 +3363,7 @@
3381
3363
  ],
3382
3364
  "type": {
3383
3365
  "type": "reference",
3384
- "target": 156,
3366
+ "target": 155,
3385
3367
  "name": "SkyPageHarness",
3386
3368
  "package": "@skyux/pages"
3387
3369
  },
@@ -3399,7 +3381,7 @@
3399
3381
  }
3400
3382
  },
3401
3383
  {
3402
- "id": 169,
3384
+ "id": 168,
3403
3385
  "name": "getLayout",
3404
3386
  "variant": "declaration",
3405
3387
  "kind": 2048,
@@ -3411,12 +3393,12 @@
3411
3393
  "fileName": "projects/pages/src/testing/page/page-harness.ts",
3412
3394
  "line": 35,
3413
3395
  "character": 15,
3414
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L35"
3396
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L35"
3415
3397
  }
3416
3398
  ],
3417
3399
  "signatures": [
3418
3400
  {
3419
- "id": 170,
3401
+ "id": 169,
3420
3402
  "name": "getLayout",
3421
3403
  "variant": "signature",
3422
3404
  "kind": 4096,
@@ -3434,7 +3416,7 @@
3434
3416
  "fileName": "libs/components/pages/testing/src/page/page-harness.ts",
3435
3417
  "line": 35,
3436
3418
  "character": 2,
3437
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L35"
3419
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L35"
3438
3420
  }
3439
3421
  ],
3440
3422
  "type": {
@@ -3446,7 +3428,7 @@
3446
3428
  "typeArguments": [
3447
3429
  {
3448
3430
  "type": "reference",
3449
- "target": 65,
3431
+ "target": 64,
3450
3432
  "name": "SkyPageLayoutType",
3451
3433
  "package": "@skyux/pages"
3452
3434
  }
@@ -3459,7 +3441,7 @@
3459
3441
  "decorators": []
3460
3442
  },
3461
3443
  {
3462
- "id": 171,
3444
+ "id": 170,
3463
3445
  "name": "getPageHeader",
3464
3446
  "variant": "declaration",
3465
3447
  "kind": 2048,
@@ -3471,12 +3453,12 @@
3471
3453
  "fileName": "projects/pages/src/testing/page/page-harness.ts",
3472
3454
  "line": 51,
3473
3455
  "character": 15,
3474
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L51"
3456
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L51"
3475
3457
  }
3476
3458
  ],
3477
3459
  "signatures": [
3478
3460
  {
3479
- "id": 172,
3461
+ "id": 171,
3480
3462
  "name": "getPageHeader",
3481
3463
  "variant": "signature",
3482
3464
  "kind": 4096,
@@ -3494,12 +3476,12 @@
3494
3476
  "fileName": "libs/components/pages/testing/src/page/page-harness.ts",
3495
3477
  "line": 51,
3496
3478
  "character": 2,
3497
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L51"
3479
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L51"
3498
3480
  }
3499
3481
  ],
3500
3482
  "parameters": [
3501
3483
  {
3502
- "id": 173,
3484
+ "id": 172,
3503
3485
  "name": "filters",
3504
3486
  "variant": "param",
3505
3487
  "kind": 32768,
@@ -3550,7 +3532,7 @@
3550
3532
  "decorators": []
3551
3533
  },
3552
3534
  {
3553
- "id": 177,
3535
+ "id": 176,
3554
3536
  "name": "host",
3555
3537
  "variant": "declaration",
3556
3538
  "kind": 2048,
@@ -3564,7 +3546,7 @@
3564
3546
  ],
3565
3547
  "signatures": [
3566
3548
  {
3567
- "id": 178,
3549
+ "id": 177,
3568
3550
  "name": "host",
3569
3551
  "variant": "signature",
3570
3552
  "kind": 4096,
@@ -3634,7 +3616,7 @@
3634
3616
  }
3635
3617
  },
3636
3618
  {
3637
- "id": 158,
3619
+ "id": 157,
3638
3620
  "name": "with",
3639
3621
  "variant": "declaration",
3640
3622
  "kind": 2048,
@@ -3647,12 +3629,12 @@
3647
3629
  "fileName": "projects/pages/src/testing/page/page-harness.ts",
3648
3630
  "line": 26,
3649
3631
  "character": 16,
3650
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L26"
3632
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L26"
3651
3633
  }
3652
3634
  ],
3653
3635
  "signatures": [
3654
3636
  {
3655
- "id": 159,
3637
+ "id": 158,
3656
3638
  "name": "with",
3657
3639
  "variant": "signature",
3658
3640
  "kind": 4096,
@@ -3686,19 +3668,19 @@
3686
3668
  "fileName": "libs/components/pages/testing/src/page/page-harness.ts",
3687
3669
  "line": 26,
3688
3670
  "character": 2,
3689
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L26"
3671
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L26"
3690
3672
  }
3691
3673
  ],
3692
3674
  "parameters": [
3693
3675
  {
3694
- "id": 160,
3676
+ "id": 159,
3695
3677
  "name": "filters",
3696
3678
  "variant": "param",
3697
3679
  "kind": 32768,
3698
3680
  "flags": {},
3699
3681
  "type": {
3700
3682
  "type": "reference",
3701
- "target": 197,
3683
+ "target": 196,
3702
3684
  "name": "SkyPageHarnessFilters",
3703
3685
  "package": "@skyux/pages"
3704
3686
  }
@@ -3713,7 +3695,7 @@
3713
3695
  "typeArguments": [
3714
3696
  {
3715
3697
  "type": "reference",
3716
- "target": 156,
3698
+ "target": 155,
3717
3699
  "name": "SkyPageHarness",
3718
3700
  "package": "@skyux/pages"
3719
3701
  }
@@ -3730,16 +3712,16 @@
3730
3712
  {
3731
3713
  "title": "Constructors",
3732
3714
  "children": [
3733
- 166
3715
+ 165
3734
3716
  ]
3735
3717
  },
3736
3718
  {
3737
3719
  "title": "Methods",
3738
3720
  "children": [
3739
- 169,
3740
- 171,
3741
- 177,
3742
- 158
3721
+ 168,
3722
+ 170,
3723
+ 176,
3724
+ 157
3743
3725
  ]
3744
3726
  }
3745
3727
  ],
@@ -3748,7 +3730,7 @@
3748
3730
  "fileName": "projects/pages/src/testing/page/page-harness.ts",
3749
3731
  "line": 16,
3750
3732
  "character": 13,
3751
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness.ts#L16"
3733
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness.ts#L16"
3752
3734
  }
3753
3735
  ],
3754
3736
  "extendedTypes": [
@@ -3765,7 +3747,7 @@
3765
3747
  "decorators": []
3766
3748
  },
3767
3749
  {
3768
- "id": 197,
3750
+ "id": 196,
3769
3751
  "name": "SkyPageHarnessFilters",
3770
3752
  "variant": "declaration",
3771
3753
  "kind": 256,
@@ -3780,7 +3762,7 @@
3780
3762
  },
3781
3763
  "children": [
3782
3764
  {
3783
- "id": 200,
3765
+ "id": 199,
3784
3766
  "name": "ancestor",
3785
3767
  "variant": "declaration",
3786
3768
  "kind": 1024,
@@ -3813,7 +3795,7 @@
3813
3795
  }
3814
3796
  },
3815
3797
  {
3816
- "id": 198,
3798
+ "id": 197,
3817
3799
  "name": "dataSkyId",
3818
3800
  "variant": "declaration",
3819
3801
  "kind": 1024,
@@ -3841,7 +3823,7 @@
3841
3823
  "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
3842
3824
  "line": 11,
3843
3825
  "character": 2,
3844
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/core/testing/src/shared/harness-filters.ts#L11"
3826
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/core/testing/src/shared/harness-filters.ts#L11"
3845
3827
  }
3846
3828
  ],
3847
3829
  "type": {
@@ -3869,7 +3851,7 @@
3869
3851
  }
3870
3852
  },
3871
3853
  {
3872
- "id": 199,
3854
+ "id": 198,
3873
3855
  "name": "selector",
3874
3856
  "variant": "declaration",
3875
3857
  "kind": 1024,
@@ -3906,9 +3888,9 @@
3906
3888
  {
3907
3889
  "title": "Properties",
3908
3890
  "children": [
3909
- 200,
3910
- 198,
3911
- 199
3891
+ 199,
3892
+ 197,
3893
+ 198
3912
3894
  ]
3913
3895
  }
3914
3896
  ],
@@ -3917,7 +3899,7 @@
3917
3899
  "fileName": "projects/pages/src/testing/page/page-harness-filters.ts",
3918
3900
  "line": 7,
3919
3901
  "character": 17,
3920
- "url": "https://github.com/blackbaud/skyux/blob/a0a96a3/libs/components/pages/testing/src/page/page-harness-filters.ts#L7"
3902
+ "url": "https://github.com/blackbaud/skyux/blob/17df746/libs/components/pages/testing/src/page/page-harness-filters.ts#L7"
3921
3903
  }
3922
3904
  ],
3923
3905
  "extendedTypes": [
@@ -4036,441 +4018,437 @@
4036
4018
  },
4037
4019
  "22": {
4038
4020
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
4039
- "qualifiedName": "__type"
4021
+ "qualifiedName": "SkyActionHubNeedsAttentionClickHandlerArgs.item"
4040
4022
  },
4041
4023
  "23": {
4042
- "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
4043
- "qualifiedName": "__type.item"
4044
- },
4045
- "24": {
4046
4024
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4047
4025
  "qualifiedName": "SkyPageLink"
4048
4026
  },
4049
- "25": {
4027
+ "24": {
4050
4028
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4051
4029
  "qualifiedName": "SkyPageLink.permalink"
4052
4030
  },
4053
- "26": {
4031
+ "25": {
4054
4032
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4055
4033
  "qualifiedName": "__type"
4056
4034
  },
4057
- "27": {
4035
+ "26": {
4058
4036
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4059
4037
  "qualifiedName": "__type.route"
4060
4038
  },
4061
- "28": {
4039
+ "27": {
4062
4040
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4063
4041
  "qualifiedName": "__type"
4064
4042
  },
4065
- "29": {
4043
+ "28": {
4066
4044
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4067
4045
  "qualifiedName": "__type.commands"
4068
4046
  },
4069
- "30": {
4047
+ "29": {
4070
4048
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4071
4049
  "qualifiedName": "__type.extras"
4072
4050
  },
4073
- "31": {
4051
+ "30": {
4074
4052
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4075
4053
  "qualifiedName": "__type.url"
4076
4054
  },
4077
- "32": {
4055
+ "31": {
4078
4056
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts",
4079
4057
  "qualifiedName": "SkyPageLinkInterface.label"
4080
4058
  },
4081
- "33": {
4059
+ "32": {
4082
4060
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts",
4083
4061
  "qualifiedName": "SkyPageLinksInput"
4084
4062
  },
4085
- "34": {
4063
+ "33": {
4086
4064
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4087
4065
  "qualifiedName": "SkyPageModalLink"
4088
4066
  },
4089
- "35": {
4067
+ "34": {
4090
4068
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4091
4069
  "qualifiedName": "SkyPageModalLink.permalink"
4092
4070
  },
4093
- "36": {
4071
+ "35": {
4094
4072
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4095
4073
  "qualifiedName": "__type"
4096
4074
  },
4097
- "37": {
4075
+ "36": {
4098
4076
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4099
4077
  "qualifiedName": "__type.route"
4100
4078
  },
4101
- "38": {
4079
+ "37": {
4102
4080
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4103
4081
  "qualifiedName": "__type"
4104
4082
  },
4105
- "39": {
4083
+ "38": {
4106
4084
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4107
4085
  "qualifiedName": "__type.commands"
4108
4086
  },
4109
- "40": {
4087
+ "39": {
4110
4088
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4111
4089
  "qualifiedName": "__type.extras"
4112
4090
  },
4113
- "41": {
4091
+ "40": {
4114
4092
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4115
4093
  "qualifiedName": "__type.url"
4116
4094
  },
4117
- "42": {
4095
+ "41": {
4118
4096
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4119
4097
  "qualifiedName": "SkyPageModalLink.modal"
4120
4098
  },
4121
- "43": {
4099
+ "42": {
4122
4100
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4123
4101
  "qualifiedName": "__type"
4124
4102
  },
4125
- "44": {
4103
+ "43": {
4126
4104
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4127
4105
  "qualifiedName": "__type.component"
4128
4106
  },
4129
- "45": {
4107
+ "44": {
4130
4108
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
4131
4109
  "qualifiedName": "__type.config"
4132
4110
  },
4133
- "46": {
4111
+ "45": {
4134
4112
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts",
4135
4113
  "qualifiedName": "SkyPageLinkInterface.label"
4136
4114
  },
4137
- "47": {
4115
+ "46": {
4138
4116
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts",
4139
4117
  "qualifiedName": "SkyPageModalLinksInput"
4140
4118
  },
4141
- "48": {
4119
+ "47": {
4142
4120
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts",
4143
4121
  "qualifiedName": "SkyRecentLink"
4144
4122
  },
4145
- "49": {
4123
+ "48": {
4146
4124
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts",
4147
4125
  "qualifiedName": "SkyRecentLink.lastAccessed"
4148
4126
  },
4149
- "50": {
4127
+ "49": {
4150
4128
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4151
4129
  "qualifiedName": "SkyPageLink.permalink"
4152
4130
  },
4153
- "51": {
4131
+ "50": {
4154
4132
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4155
4133
  "qualifiedName": "__type"
4156
4134
  },
4157
- "52": {
4135
+ "51": {
4158
4136
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4159
4137
  "qualifiedName": "__type.route"
4160
4138
  },
4161
- "53": {
4139
+ "52": {
4162
4140
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4163
4141
  "qualifiedName": "__type"
4164
4142
  },
4165
- "54": {
4143
+ "53": {
4166
4144
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4167
4145
  "qualifiedName": "__type.commands"
4168
4146
  },
4169
- "55": {
4147
+ "54": {
4170
4148
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4171
4149
  "qualifiedName": "__type.extras"
4172
4150
  },
4173
- "56": {
4151
+ "55": {
4174
4152
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
4175
4153
  "qualifiedName": "__type.url"
4176
4154
  },
4177
- "57": {
4155
+ "56": {
4178
4156
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts",
4179
4157
  "qualifiedName": "SkyPageLinkInterface.label"
4180
4158
  },
4181
- "58": {
4159
+ "57": {
4182
4160
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts",
4183
4161
  "qualifiedName": "SkyRecentLinksInput"
4184
4162
  },
4185
- "59": {
4163
+ "58": {
4186
4164
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.module.ts",
4187
4165
  "qualifiedName": "SkyPageHeaderModule"
4188
4166
  },
4189
- "62": {
4167
+ "61": {
4190
4168
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.module.ts",
4191
4169
  "qualifiedName": "SkyPageModule"
4192
4170
  },
4193
- "65": {
4171
+ "64": {
4194
4172
  "sourceFileName": "libs/components/pages/src/lib/modules/page/types/page-layout-type.ts",
4195
4173
  "qualifiedName": "SkyPageLayoutType"
4196
4174
  },
4197
- "66": {
4175
+ "65": {
4198
4176
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts",
4199
4177
  "qualifiedName": "SkyActionHubButtonsComponent"
4200
4178
  },
4201
- "69": {
4179
+ "68": {
4202
4180
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts",
4203
4181
  "qualifiedName": "SkyActionHubContentComponent"
4204
4182
  },
4205
- "72": {
4183
+ "71": {
4206
4184
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4207
4185
  "qualifiedName": "SkyActionHubComponent"
4208
4186
  },
4209
- "75": {
4187
+ "74": {
4210
4188
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4211
4189
  "qualifiedName": "SkyActionHubComponent.needsAttention"
4212
4190
  },
4213
- "76": {
4191
+ "75": {
4214
4192
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4215
4193
  "qualifiedName": "SkyActionHubComponent.needsAttention"
4216
4194
  },
4217
- "77": {
4195
+ "76": {
4218
4196
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4219
4197
  "qualifiedName": "SkyActionHubComponent.needsAttention"
4220
4198
  },
4221
- "78": {
4199
+ "77": {
4222
4200
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4223
4201
  "qualifiedName": "value"
4224
4202
  },
4225
- "79": {
4203
+ "78": {
4226
4204
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4227
4205
  "qualifiedName": "SkyActionHubComponent.parentLink"
4228
4206
  },
4229
- "80": {
4207
+ "79": {
4230
4208
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4231
4209
  "qualifiedName": "SkyActionHubComponent.recentLinks"
4232
4210
  },
4233
- "81": {
4211
+ "80": {
4234
4212
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4235
4213
  "qualifiedName": "SkyActionHubComponent.relatedLinks"
4236
4214
  },
4237
- "82": {
4215
+ "81": {
4238
4216
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4239
4217
  "qualifiedName": "SkyActionHubComponent.settingsLinks"
4240
4218
  },
4241
- "83": {
4219
+ "82": {
4242
4220
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4243
4221
  "qualifiedName": "SkyActionHubComponent.title"
4244
4222
  },
4245
- "84": {
4223
+ "83": {
4246
4224
  "sourceFileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
4247
4225
  "qualifiedName": "SkyActionHubComponent.needsAttentionArray"
4248
4226
  },
4249
- "86": {
4227
+ "85": {
4250
4228
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4251
4229
  "qualifiedName": "SkyModalLinkListComponent"
4252
4230
  },
4253
- "89": {
4231
+ "88": {
4254
4232
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4255
4233
  "qualifiedName": "SkyModalLinkListComponent.links"
4256
4234
  },
4257
- "90": {
4235
+ "89": {
4258
4236
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4259
4237
  "qualifiedName": "SkyModalLinkListComponent.links"
4260
4238
  },
4261
- "91": {
4239
+ "90": {
4262
4240
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4263
4241
  "qualifiedName": "SkyModalLinkListComponent.links"
4264
4242
  },
4265
- "92": {
4243
+ "91": {
4266
4244
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4267
4245
  "qualifiedName": "value"
4268
4246
  },
4269
- "93": {
4247
+ "92": {
4270
4248
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4271
4249
  "qualifiedName": "SkyModalLinkListComponent.title"
4272
4250
  },
4273
- "94": {
4251
+ "93": {
4274
4252
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4275
4253
  "qualifiedName": "SkyModalLinkListComponent.linksArray"
4276
4254
  },
4277
- "98": {
4255
+ "97": {
4278
4256
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4279
4257
  "qualifiedName": "SkyModalLinkListComponent.openModal"
4280
4258
  },
4281
- "99": {
4259
+ "98": {
4282
4260
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4283
4261
  "qualifiedName": "SkyModalLinkListComponent.openModal"
4284
4262
  },
4285
- "100": {
4263
+ "99": {
4286
4264
  "sourceFileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
4287
4265
  "qualifiedName": "link"
4288
4266
  },
4289
- "101": {
4267
+ "100": {
4290
4268
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-actions.component.ts",
4291
4269
  "qualifiedName": "SkyPageHeaderActionsComponent"
4292
4270
  },
4293
- "104": {
4271
+ "103": {
4294
4272
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-alerts.component.ts",
4295
4273
  "qualifiedName": "SkyPageHeaderAlertsComponent"
4296
4274
  },
4297
- "107": {
4275
+ "106": {
4298
4276
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
4299
4277
  "qualifiedName": "SkyPageHeaderAvatarComponent"
4300
4278
  },
4301
- "108": {
4279
+ "107": {
4302
4280
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
4303
4281
  "qualifiedName": "SkyPageHeaderAvatarComponent.__constructor"
4304
4282
  },
4305
- "109": {
4283
+ "108": {
4306
4284
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
4307
4285
  "qualifiedName": "SkyPageHeaderAvatarComponent"
4308
4286
  },
4309
- "113": {
4287
+ "112": {
4310
4288
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
4311
4289
  "qualifiedName": "SkyPageHeaderAvatarComponent.ngOnDestroy"
4312
4290
  },
4313
- "114": {
4291
+ "113": {
4314
4292
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
4315
4293
  "qualifiedName": "SkyPageHeaderAvatarComponent.ngOnDestroy"
4316
4294
  },
4317
- "115": {
4295
+ "114": {
4318
4296
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header-details.component.ts",
4319
4297
  "qualifiedName": "SkyPageHeaderDetailsComponent"
4320
4298
  },
4321
- "118": {
4299
+ "117": {
4322
4300
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4323
4301
  "qualifiedName": "SkyPageHeaderComponent"
4324
4302
  },
4325
- "121": {
4303
+ "120": {
4326
4304
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4327
4305
  "qualifiedName": "SkyPageHeaderComponent.parentLink"
4328
4306
  },
4329
- "122": {
4307
+ "121": {
4330
4308
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4331
4309
  "qualifiedName": "SkyPageHeaderComponent.pageTitle"
4332
4310
  },
4333
- "125": {
4311
+ "124": {
4334
4312
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4335
4313
  "qualifiedName": "SkyPageHeaderComponent.ngOnInit"
4336
4314
  },
4337
- "126": {
4315
+ "125": {
4338
4316
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4339
4317
  "qualifiedName": "SkyPageHeaderComponent.ngOnInit"
4340
4318
  },
4341
- "127": {
4319
+ "126": {
4342
4320
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4343
4321
  "qualifiedName": "SkyPageHeaderComponent.ngOnDestroy"
4344
4322
  },
4345
- "128": {
4323
+ "127": {
4346
4324
  "sourceFileName": "libs/components/pages/src/lib/modules/page-header/page-header.component.ts",
4347
4325
  "qualifiedName": "SkyPageHeaderComponent.ngOnDestroy"
4348
4326
  },
4349
- "129": {
4327
+ "128": {
4350
4328
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
4351
4329
  "qualifiedName": "SkyPageContentComponent"
4352
4330
  },
4353
- "134": {
4331
+ "133": {
4354
4332
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
4355
4333
  "qualifiedName": "SkyPageContentComponent.ngOnInit"
4356
4334
  },
4357
- "135": {
4335
+ "134": {
4358
4336
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
4359
4337
  "qualifiedName": "SkyPageContentComponent.ngOnInit"
4360
4338
  },
4361
- "136": {
4339
+ "135": {
4362
4340
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
4363
4341
  "qualifiedName": "SkyPageContentComponent.ngOnDestroy"
4364
4342
  },
4365
- "137": {
4343
+ "136": {
4366
4344
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
4367
4345
  "qualifiedName": "SkyPageContentComponent.ngOnDestroy"
4368
4346
  },
4369
- "138": {
4347
+ "137": {
4370
4348
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4371
4349
  "qualifiedName": "SkyPageComponent"
4372
4350
  },
4373
- "141": {
4351
+ "140": {
4374
4352
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4375
4353
  "qualifiedName": "SkyPageComponent.layout"
4376
4354
  },
4377
- "142": {
4355
+ "141": {
4378
4356
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4379
4357
  "qualifiedName": "SkyPageComponent.layout"
4380
4358
  },
4381
- "143": {
4359
+ "142": {
4382
4360
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4383
4361
  "qualifiedName": "value"
4384
4362
  },
4385
- "144": {
4363
+ "143": {
4386
4364
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4387
4365
  "qualifiedName": "SkyPageComponent.cssClass"
4388
4366
  },
4389
- "150": {
4367
+ "149": {
4390
4368
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4391
4369
  "qualifiedName": "SkyPageComponent.ngOnInit"
4392
4370
  },
4393
- "151": {
4371
+ "150": {
4394
4372
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4395
4373
  "qualifiedName": "SkyPageComponent.ngOnInit"
4396
4374
  },
4397
- "152": {
4375
+ "151": {
4398
4376
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4399
4377
  "qualifiedName": "SkyPageComponent.ngOnDestroy"
4400
4378
  },
4401
- "153": {
4379
+ "152": {
4402
4380
  "sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
4403
4381
  "qualifiedName": "SkyPageComponent.ngOnDestroy"
4404
4382
  },
4405
- "156": {
4383
+ "155": {
4406
4384
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4407
4385
  "qualifiedName": "SkyPageHarness"
4408
4386
  },
4409
- "158": {
4387
+ "157": {
4410
4388
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4411
4389
  "qualifiedName": "SkyPageHarness.with"
4412
4390
  },
4413
- "159": {
4391
+ "158": {
4414
4392
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4415
4393
  "qualifiedName": "SkyPageHarness.with"
4416
4394
  },
4417
- "160": {
4395
+ "159": {
4418
4396
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4419
4397
  "qualifiedName": "filters"
4420
4398
  },
4421
- "166": {
4399
+ "165": {
4422
4400
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4423
4401
  "qualifiedName": "ComponentHarness.__constructor"
4424
4402
  },
4425
- "167": {
4403
+ "166": {
4426
4404
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4427
4405
  "qualifiedName": "SkyPageHarness"
4428
4406
  },
4429
- "168": {
4407
+ "167": {
4430
4408
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4431
4409
  "qualifiedName": "locatorFactory"
4432
4410
  },
4433
- "169": {
4411
+ "168": {
4434
4412
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4435
4413
  "qualifiedName": "SkyPageHarness.getLayout"
4436
4414
  },
4437
- "170": {
4415
+ "169": {
4438
4416
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4439
4417
  "qualifiedName": "SkyPageHarness.getLayout"
4440
4418
  },
4441
- "171": {
4419
+ "170": {
4442
4420
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4443
4421
  "qualifiedName": "SkyPageHarness.getPageHeader"
4444
4422
  },
4445
- "172": {
4423
+ "171": {
4446
4424
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4447
4425
  "qualifiedName": "SkyPageHarness.getPageHeader"
4448
4426
  },
4449
- "173": {
4427
+ "172": {
4450
4428
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
4451
4429
  "qualifiedName": "filters"
4452
4430
  },
4453
- "177": {
4431
+ "176": {
4454
4432
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4455
4433
  "qualifiedName": "ComponentHarness.host"
4456
4434
  },
4457
- "178": {
4435
+ "177": {
4458
4436
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4459
4437
  "qualifiedName": "ComponentHarness.host"
4460
4438
  },
4461
- "197": {
4439
+ "196": {
4462
4440
  "sourceFileName": "libs/components/pages/testing/src/page/page-harness-filters.ts",
4463
4441
  "qualifiedName": "SkyPageHarnessFilters"
4464
4442
  },
4465
- "198": {
4443
+ "197": {
4466
4444
  "sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
4467
4445
  "qualifiedName": "SkyHarnessFilters.dataSkyId"
4468
4446
  },
4469
- "199": {
4447
+ "198": {
4470
4448
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4471
4449
  "qualifiedName": "BaseHarnessFilters.selector"
4472
4450
  },
4473
- "200": {
4451
+ "199": {
4474
4452
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
4475
4453
  "qualifiedName": "BaseHarnessFilters.ancestor"
4476
4454
  }
@@ -4620,7 +4598,7 @@
4620
4598
  {
4621
4599
  "fileName": "list-page-contacts-grid.component.ts",
4622
4600
  "filePath": "/projects/pages/documentation/code-examples/page/list-page-tabs-layout-demo/list-page-contacts-grid.component.ts",
4623
- "rawContents": "import { Component, Input, OnInit, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService } from '@skyux/ag-grid';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\nimport { SkyIconModule, SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ICellRendererParams } from 'ag-grid-community';\n\nimport { ContactContextMenuComponent } from './contact-context-menu.component';\n\ntype Contact = {\n name: string;\n organization: string;\n emailAddress: string;\n};\n\n@Component({\n standalone: true,\n selector: 'app-list-page-contacts-grid',\n templateUrl: './list-page-contacts-grid.component.html',\n providers: [SkyDataManagerService],\n imports: [\n AgGridModule,\n SkyAgGridModule,\n SkyDataManagerModule,\n SkyIconModule,\n SkyKeyInfoModule,\n ],\n})\nexport class ListPageContactsGridComponent implements OnInit {\n @Input()\n public contacts: Contact[] = [];\n\n protected gridOptions: GridOptions;\n\n #dataManagerService = inject(SkyDataManagerService);\n #agGridSvc = inject(SkyAgGridService);\n\n #columnDefs: ColDef[] = [\n {\n colId: 'contextMenu',\n headerName: '',\n sortable: false,\n cellRenderer: ContactContextMenuComponent,\n maxWidth: 55,\n },\n {\n colId: 'name',\n field: 'name',\n headerName: 'Name',\n width: 150,\n cellRenderer: (params: ICellRendererParams): string => {\n return `<a href=\"/\">${params.value}</a>`;\n },\n },\n {\n colId: 'organization',\n field: 'organization',\n headerName: 'Organization',\n },\n {\n colId: 'emailAddress',\n field: 'emailAddress',\n headerName: 'Email Address',\n },\n ];\n\n #viewConfig: SkyDataViewConfig = {\n id: 'gridView',\n name: 'Grid View',\n searchEnabled: true,\n columnPickerEnabled: true,\n columnOptions: [\n { id: 'contextMenu', label: 'Context menu', alwaysDisplayed: true },\n { id: 'name', label: 'Name' },\n { id: 'organization', label: 'Organization' },\n { id: 'emailAddress', label: 'Email Address' },\n ],\n };\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: (args) => {\n args.api.sizeColumnsToFit();\n },\n },\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerService.initDataManager({\n activeViewId: 'gridView',\n dataManagerConfig: {},\n defaultDataState: new SkyDataManagerState({\n views: [\n {\n viewId: 'gridView',\n displayedColumnIds: [\n 'contextMenu',\n 'name',\n 'organization',\n 'emailAddress',\n ],\n },\n ],\n }),\n });\n\n this.#dataManagerService.initDataView(this.#viewConfig);\n }\n}\n"
4601
+ "rawContents": "import { Component, Input, OnInit, inject } from '@angular/core';\nimport { SkyAgGridModule, SkyAgGridService } from '@skyux/ag-grid';\nimport {\n SkyDataManagerModule,\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\nimport { SkyIconModule, SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { AgGridModule } from 'ag-grid-angular';\nimport { ColDef, GridOptions, ICellRendererParams } from 'ag-grid-community';\n\nimport { ContactContextMenuComponent } from './contact-context-menu.component';\n\ninterface Contact {\n name: string;\n organization: string;\n emailAddress: string;\n}\n\n@Component({\n standalone: true,\n selector: 'app-list-page-contacts-grid',\n templateUrl: './list-page-contacts-grid.component.html',\n providers: [SkyDataManagerService],\n imports: [\n AgGridModule,\n SkyAgGridModule,\n SkyDataManagerModule,\n SkyIconModule,\n SkyKeyInfoModule,\n ],\n})\nexport class ListPageContactsGridComponent implements OnInit {\n @Input()\n public contacts: Contact[] = [];\n\n protected gridOptions: GridOptions;\n\n #dataManagerService = inject(SkyDataManagerService);\n #agGridSvc = inject(SkyAgGridService);\n\n #columnDefs: ColDef[] = [\n {\n colId: 'contextMenu',\n headerName: '',\n sortable: false,\n cellRenderer: ContactContextMenuComponent,\n maxWidth: 55,\n },\n {\n colId: 'name',\n field: 'name',\n headerName: 'Name',\n width: 150,\n cellRenderer: (params: ICellRendererParams): string => {\n return `<a href=\"/\">${params.value}</a>`;\n },\n },\n {\n colId: 'organization',\n field: 'organization',\n headerName: 'Organization',\n },\n {\n colId: 'emailAddress',\n field: 'emailAddress',\n headerName: 'Email Address',\n },\n ];\n\n #viewConfig: SkyDataViewConfig = {\n id: 'gridView',\n name: 'Grid View',\n searchEnabled: true,\n columnPickerEnabled: true,\n columnOptions: [\n { id: 'contextMenu', label: 'Context menu', alwaysDisplayed: true },\n { id: 'name', label: 'Name' },\n { id: 'organization', label: 'Organization' },\n { id: 'emailAddress', label: 'Email Address' },\n ],\n };\n\n constructor() {\n this.gridOptions = this.#agGridSvc.getGridOptions({\n gridOptions: {\n columnDefs: this.#columnDefs,\n onGridReady: (args) => {\n args.api.sizeColumnsToFit();\n },\n },\n });\n }\n\n public ngOnInit(): void {\n this.#dataManagerService.initDataManager({\n activeViewId: 'gridView',\n dataManagerConfig: {},\n defaultDataState: new SkyDataManagerState({\n views: [\n {\n viewId: 'gridView',\n displayedColumnIds: [\n 'contextMenu',\n 'name',\n 'organization',\n 'emailAddress',\n ],\n },\n ],\n }),\n });\n\n this.#dataManagerService.initDataView(this.#viewConfig);\n }\n}\n"
4624
4602
  },
4625
4603
  {
4626
4604
  "fileName": "list-page-contacts-grid.component.html",
@@ -4715,149 +4693,289 @@
4715
4693
  ],
4716
4694
  "codeExampleDependencies": {
4717
4695
  "/projects/pages/documentation/code-examples/page/split-view-page-fit-layout-demo": {
4718
- "@angular/animations": "17.1.0",
4719
- "@angular/cdk": "17.1.0",
4720
- "@angular/common": "17.1.0",
4721
- "@angular/core": "17.1.0",
4722
- "@angular/forms": "17.1.0",
4723
- "@angular/platform-browser": "17.1.0",
4724
- "@angular/router": "17.1.0",
4725
- "@skyux/action-bars": "10.0.0-alpha.0",
4726
- "@skyux/core": "10.0.0-alpha.0",
4727
- "@skyux/forms": "10.0.0-alpha.0",
4728
- "@skyux/i18n": "10.0.0-alpha.0",
4729
- "@skyux/indicators": "10.0.0-alpha.0",
4730
- "@skyux/layout": "10.0.0-alpha.0",
4731
- "@skyux/lists": "10.0.0-alpha.0",
4732
- "@skyux/modals": "10.0.0-alpha.0",
4733
- "@skyux/pages": "10.0.0-alpha.0",
4734
- "@skyux/pages/testing": "10.0.0-alpha.0",
4735
- "@skyux/router": "10.0.0-alpha.0",
4736
- "@skyux/split-view": "10.0.0-alpha.0",
4737
- "@skyux/theme": "10.0.0-alpha.0",
4696
+ "@angular-devkit/core": "17.1.1",
4697
+ "@angular-devkit/schematics": "17.1.1",
4698
+ "@angular/animations": "17.1.1",
4699
+ "@angular/cdk": "17.1.1",
4700
+ "@angular/cli": "17.1.1",
4701
+ "@angular/common": "17.1.1",
4702
+ "@angular/core": "17.1.1",
4703
+ "@angular/forms": "17.1.1",
4704
+ "@angular/platform-browser": "17.1.1",
4705
+ "@angular/router": "17.1.1",
4706
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4707
+ "@schematics/angular": "17.1.1",
4708
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4709
+ "@skyux/action-bars": "10.0.0-alpha.2",
4710
+ "@skyux/animations": "10.0.0-alpha.2",
4711
+ "@skyux/assets": "10.0.0-alpha.2",
4712
+ "@skyux/config": "10.0.0-alpha.2",
4713
+ "@skyux/core": "10.0.0-alpha.2",
4714
+ "@skyux/forms": "10.0.0-alpha.2",
4715
+ "@skyux/i18n": "10.0.0-alpha.2",
4716
+ "@skyux/icons": "6.10.0",
4717
+ "@skyux/indicators": "10.0.0-alpha.2",
4718
+ "@skyux/inline-form": "10.0.0-alpha.2",
4719
+ "@skyux/layout": "10.0.0-alpha.2",
4720
+ "@skyux/lists": "10.0.0-alpha.2",
4721
+ "@skyux/modals": "10.0.0-alpha.2",
4722
+ "@skyux/pages": "10.0.0-alpha.2",
4723
+ "@skyux/popovers": "10.0.0-alpha.2",
4724
+ "@skyux/router": "10.0.0-alpha.2",
4725
+ "@skyux/split-view": "10.0.0-alpha.2",
4726
+ "@skyux/theme": "10.0.0-alpha.2",
4727
+ "@types/dragula": "2.1.36",
4728
+ "axe-core": "4.8.3",
4729
+ "cross-spawn": "7.0.3",
4730
+ "dom-autoscroller": "2.3.4",
4731
+ "dragula": "3.7.3",
4732
+ "fontfaceobserver": "2.3.0",
4733
+ "glob": "10.3.10",
4734
+ "jsonc-parser": "3.2.0",
4735
+ "ng2-dragula": "5.0.1",
4738
4736
  "rxjs": "7.8.1",
4739
4737
  "tslib": "2.6.2",
4740
4738
  "zone.js": "0.14.3"
4741
4739
  },
4742
4740
  "/projects/pages/documentation/code-examples/page/record-page-tabs-layout-demo": {
4743
- "@angular/animations": "17.1.0",
4744
- "@angular/cdk": "17.1.0",
4745
- "@angular/common": "17.1.0",
4746
- "@angular/core": "17.1.0",
4747
- "@angular/platform-browser": "17.1.0",
4748
- "@angular/router": "17.1.0",
4749
- "@skyux/ag-grid": "10.0.0-alpha.0",
4750
- "@skyux/avatar": "10.0.0-alpha.0",
4751
- "@skyux/core": "10.0.0-alpha.0",
4752
- "@skyux/data-manager": "10.0.0-alpha.0",
4753
- "@skyux/i18n": "10.0.0-alpha.0",
4754
- "@skyux/indicators": "10.0.0-alpha.0",
4755
- "@skyux/layout": "10.0.0-alpha.0",
4756
- "@skyux/lists": "10.0.0-alpha.0",
4757
- "@skyux/lookup": "10.0.0-alpha.0",
4758
- "@skyux/modals": "10.0.0-alpha.0",
4759
- "@skyux/pages": "10.0.0-alpha.0",
4760
- "@skyux/pages/testing": "10.0.0-alpha.0",
4761
- "@skyux/popovers": "10.0.0-alpha.0",
4762
- "@skyux/router": "10.0.0-alpha.0",
4763
- "@skyux/tabs": "10.0.0-alpha.0",
4764
- "@skyux/theme": "10.0.0-alpha.0",
4765
- "ag-grid-angular": "29.3.5",
4766
- "ag-grid-community": "29.3.5",
4741
+ "@angular-devkit/core": "17.1.1",
4742
+ "@angular-devkit/schematics": "17.1.1",
4743
+ "@angular/animations": "17.1.1",
4744
+ "@angular/cdk": "17.1.1",
4745
+ "@angular/cli": "17.1.1",
4746
+ "@angular/common": "17.1.1",
4747
+ "@angular/core": "17.1.1",
4748
+ "@angular/forms": "17.1.1",
4749
+ "@angular/platform-browser": "17.1.1",
4750
+ "@angular/router": "17.1.1",
4751
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4752
+ "@schematics/angular": "17.1.1",
4753
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4754
+ "@skyux/ag-grid": "10.0.0-alpha.2",
4755
+ "@skyux/animations": "10.0.0-alpha.2",
4756
+ "@skyux/assets": "10.0.0-alpha.2",
4757
+ "@skyux/autonumeric": "10.0.0-alpha.2",
4758
+ "@skyux/avatar": "10.0.0-alpha.2",
4759
+ "@skyux/config": "10.0.0-alpha.2",
4760
+ "@skyux/core": "10.0.0-alpha.2",
4761
+ "@skyux/data-manager": "10.0.0-alpha.2",
4762
+ "@skyux/datetime": "10.0.0-alpha.2",
4763
+ "@skyux/errors": "10.0.0-alpha.2",
4764
+ "@skyux/forms": "10.0.0-alpha.2",
4765
+ "@skyux/i18n": "10.0.0-alpha.2",
4766
+ "@skyux/icons": "6.10.0",
4767
+ "@skyux/indicators": "10.0.0-alpha.2",
4768
+ "@skyux/inline-form": "10.0.0-alpha.2",
4769
+ "@skyux/layout": "10.0.0-alpha.2",
4770
+ "@skyux/lists": "10.0.0-alpha.2",
4771
+ "@skyux/lookup": "10.0.0-alpha.2",
4772
+ "@skyux/modals": "10.0.0-alpha.2",
4773
+ "@skyux/pages": "10.0.0-alpha.2",
4774
+ "@skyux/popovers": "10.0.0-alpha.2",
4775
+ "@skyux/router": "10.0.0-alpha.2",
4776
+ "@skyux/tabs": "10.0.0-alpha.2",
4777
+ "@skyux/theme": "10.0.0-alpha.2",
4778
+ "@types/dragula": "2.1.36",
4779
+ "ag-grid-angular": "30.2.1",
4780
+ "ag-grid-community": "30.2.1",
4781
+ "autonumeric": "4.10.4",
4782
+ "axe-core": "4.8.3",
4783
+ "cross-spawn": "7.0.3",
4784
+ "dom-autoscroller": "2.3.4",
4785
+ "dragula": "3.7.3",
4786
+ "fontfaceobserver": "2.3.0",
4787
+ "glob": "10.3.10",
4788
+ "intl-tel-input": "18.2.1",
4789
+ "jsonc-parser": "3.2.0",
4790
+ "moment": "2.30.1",
4791
+ "ng2-dragula": "5.0.1",
4767
4792
  "rxjs": "7.8.1",
4768
4793
  "tslib": "2.6.2",
4769
4794
  "zone.js": "0.14.3"
4770
4795
  },
4771
4796
  "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo": {
4772
- "@angular/animations": "17.1.0",
4773
- "@angular/cdk": "17.1.0",
4774
- "@angular/common": "17.1.0",
4775
- "@angular/core": "17.1.0",
4776
- "@angular/platform-browser": "17.1.0",
4777
- "@angular/router": "17.1.0",
4778
- "@skyux/core": "10.0.0-alpha.0",
4779
- "@skyux/i18n": "10.0.0-alpha.0",
4780
- "@skyux/indicators": "10.0.0-alpha.0",
4781
- "@skyux/layout": "10.0.0-alpha.0",
4782
- "@skyux/lists": "10.0.0-alpha.0",
4783
- "@skyux/modals": "10.0.0-alpha.0",
4784
- "@skyux/pages": "10.0.0-alpha.0",
4785
- "@skyux/pages/testing": "10.0.0-alpha.0",
4786
- "@skyux/router": "10.0.0-alpha.0",
4787
- "@skyux/theme": "10.0.0-alpha.0",
4797
+ "@angular-devkit/core": "17.1.1",
4798
+ "@angular-devkit/schematics": "17.1.1",
4799
+ "@angular/animations": "17.1.1",
4800
+ "@angular/cdk": "17.1.1",
4801
+ "@angular/cli": "17.1.1",
4802
+ "@angular/common": "17.1.1",
4803
+ "@angular/core": "17.1.1",
4804
+ "@angular/forms": "17.1.1",
4805
+ "@angular/platform-browser": "17.1.1",
4806
+ "@angular/router": "17.1.1",
4807
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4808
+ "@schematics/angular": "17.1.1",
4809
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4810
+ "@skyux/animations": "10.0.0-alpha.2",
4811
+ "@skyux/assets": "10.0.0-alpha.2",
4812
+ "@skyux/config": "10.0.0-alpha.2",
4813
+ "@skyux/core": "10.0.0-alpha.2",
4814
+ "@skyux/forms": "10.0.0-alpha.2",
4815
+ "@skyux/i18n": "10.0.0-alpha.2",
4816
+ "@skyux/icons": "6.10.0",
4817
+ "@skyux/indicators": "10.0.0-alpha.2",
4818
+ "@skyux/inline-form": "10.0.0-alpha.2",
4819
+ "@skyux/layout": "10.0.0-alpha.2",
4820
+ "@skyux/lists": "10.0.0-alpha.2",
4821
+ "@skyux/modals": "10.0.0-alpha.2",
4822
+ "@skyux/pages": "10.0.0-alpha.2",
4823
+ "@skyux/popovers": "10.0.0-alpha.2",
4824
+ "@skyux/router": "10.0.0-alpha.2",
4825
+ "@skyux/theme": "10.0.0-alpha.2",
4826
+ "@types/dragula": "2.1.36",
4827
+ "axe-core": "4.8.3",
4828
+ "cross-spawn": "7.0.3",
4829
+ "dom-autoscroller": "2.3.4",
4830
+ "dragula": "3.7.3",
4831
+ "fontfaceobserver": "2.3.0",
4832
+ "glob": "10.3.10",
4833
+ "jsonc-parser": "3.2.0",
4834
+ "ng2-dragula": "5.0.1",
4788
4835
  "rxjs": "7.8.1",
4789
4836
  "tslib": "2.6.2",
4790
4837
  "zone.js": "0.14.3"
4791
4838
  },
4792
4839
  "/projects/pages/documentation/code-examples/page/list-page-tabs-layout-demo": {
4793
- "@angular/animations": "17.1.0",
4794
- "@angular/cdk": "17.1.0",
4795
- "@angular/common": "17.1.0",
4796
- "@angular/core": "17.1.0",
4797
- "@angular/platform-browser": "17.1.0",
4798
- "@angular/router": "17.1.0",
4799
- "@skyux/ag-grid": "10.0.0-alpha.0",
4800
- "@skyux/core": "10.0.0-alpha.0",
4801
- "@skyux/data-manager": "10.0.0-alpha.0",
4802
- "@skyux/i18n": "10.0.0-alpha.0",
4803
- "@skyux/indicators": "10.0.0-alpha.0",
4804
- "@skyux/layout": "10.0.0-alpha.0",
4805
- "@skyux/modals": "10.0.0-alpha.0",
4806
- "@skyux/pages": "10.0.0-alpha.0",
4807
- "@skyux/pages/testing": "10.0.0-alpha.0",
4808
- "@skyux/popovers": "10.0.0-alpha.0",
4809
- "@skyux/router": "10.0.0-alpha.0",
4810
- "@skyux/tabs": "10.0.0-alpha.0",
4811
- "@skyux/theme": "10.0.0-alpha.0",
4812
- "ag-grid-angular": "29.3.5",
4813
- "ag-grid-community": "29.3.5",
4840
+ "@angular-devkit/core": "17.1.1",
4841
+ "@angular-devkit/schematics": "17.1.1",
4842
+ "@angular/animations": "17.1.1",
4843
+ "@angular/cdk": "17.1.1",
4844
+ "@angular/cli": "17.1.1",
4845
+ "@angular/common": "17.1.1",
4846
+ "@angular/core": "17.1.1",
4847
+ "@angular/forms": "17.1.1",
4848
+ "@angular/platform-browser": "17.1.1",
4849
+ "@angular/router": "17.1.1",
4850
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4851
+ "@schematics/angular": "17.1.1",
4852
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4853
+ "@skyux/ag-grid": "10.0.0-alpha.2",
4854
+ "@skyux/animations": "10.0.0-alpha.2",
4855
+ "@skyux/assets": "10.0.0-alpha.2",
4856
+ "@skyux/autonumeric": "10.0.0-alpha.2",
4857
+ "@skyux/config": "10.0.0-alpha.2",
4858
+ "@skyux/core": "10.0.0-alpha.2",
4859
+ "@skyux/data-manager": "10.0.0-alpha.2",
4860
+ "@skyux/datetime": "10.0.0-alpha.2",
4861
+ "@skyux/forms": "10.0.0-alpha.2",
4862
+ "@skyux/i18n": "10.0.0-alpha.2",
4863
+ "@skyux/icons": "6.10.0",
4864
+ "@skyux/indicators": "10.0.0-alpha.2",
4865
+ "@skyux/inline-form": "10.0.0-alpha.2",
4866
+ "@skyux/layout": "10.0.0-alpha.2",
4867
+ "@skyux/lists": "10.0.0-alpha.2",
4868
+ "@skyux/lookup": "10.0.0-alpha.2",
4869
+ "@skyux/modals": "10.0.0-alpha.2",
4870
+ "@skyux/pages": "10.0.0-alpha.2",
4871
+ "@skyux/popovers": "10.0.0-alpha.2",
4872
+ "@skyux/router": "10.0.0-alpha.2",
4873
+ "@skyux/tabs": "10.0.0-alpha.2",
4874
+ "@skyux/theme": "10.0.0-alpha.2",
4875
+ "@types/dragula": "2.1.36",
4876
+ "ag-grid-angular": "30.2.1",
4877
+ "ag-grid-community": "30.2.1",
4878
+ "autonumeric": "4.10.4",
4879
+ "axe-core": "4.8.3",
4880
+ "cross-spawn": "7.0.3",
4881
+ "dom-autoscroller": "2.3.4",
4882
+ "dragula": "3.7.3",
4883
+ "fontfaceobserver": "2.3.0",
4884
+ "glob": "10.3.10",
4885
+ "intl-tel-input": "18.2.1",
4886
+ "jsonc-parser": "3.2.0",
4887
+ "moment": "2.30.1",
4888
+ "ng2-dragula": "5.0.1",
4814
4889
  "rxjs": "7.8.1",
4815
4890
  "tslib": "2.6.2",
4816
4891
  "zone.js": "0.14.3"
4817
4892
  },
4818
4893
  "/projects/pages/documentation/code-examples/page/list-page-list-layout-demo": {
4819
- "@angular/animations": "17.1.0",
4820
- "@angular/cdk": "17.1.0",
4821
- "@angular/common": "17.1.0",
4822
- "@angular/core": "17.1.0",
4823
- "@angular/platform-browser": "17.1.0",
4824
- "@angular/router": "17.1.0",
4825
- "@skyux/ag-grid": "10.0.0-alpha.0",
4826
- "@skyux/core": "10.0.0-alpha.0",
4827
- "@skyux/data-manager": "10.0.0-alpha.0",
4828
- "@skyux/i18n": "10.0.0-alpha.0",
4829
- "@skyux/indicators": "10.0.0-alpha.0",
4830
- "@skyux/layout": "10.0.0-alpha.0",
4831
- "@skyux/modals": "10.0.0-alpha.0",
4832
- "@skyux/pages": "10.0.0-alpha.0",
4833
- "@skyux/pages/testing": "10.0.0-alpha.0",
4834
- "@skyux/popovers": "10.0.0-alpha.0",
4835
- "@skyux/router": "10.0.0-alpha.0",
4836
- "@skyux/theme": "10.0.0-alpha.0",
4837
- "ag-grid-angular": "29.3.5",
4838
- "ag-grid-community": "29.3.5",
4894
+ "@angular-devkit/core": "17.1.1",
4895
+ "@angular-devkit/schematics": "17.1.1",
4896
+ "@angular/animations": "17.1.1",
4897
+ "@angular/cdk": "17.1.1",
4898
+ "@angular/cli": "17.1.1",
4899
+ "@angular/common": "17.1.1",
4900
+ "@angular/core": "17.1.1",
4901
+ "@angular/forms": "17.1.1",
4902
+ "@angular/platform-browser": "17.1.1",
4903
+ "@angular/router": "17.1.1",
4904
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4905
+ "@schematics/angular": "17.1.1",
4906
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4907
+ "@skyux/ag-grid": "10.0.0-alpha.2",
4908
+ "@skyux/animations": "10.0.0-alpha.2",
4909
+ "@skyux/assets": "10.0.0-alpha.2",
4910
+ "@skyux/autonumeric": "10.0.0-alpha.2",
4911
+ "@skyux/config": "10.0.0-alpha.2",
4912
+ "@skyux/core": "10.0.0-alpha.2",
4913
+ "@skyux/data-manager": "10.0.0-alpha.2",
4914
+ "@skyux/datetime": "10.0.0-alpha.2",
4915
+ "@skyux/forms": "10.0.0-alpha.2",
4916
+ "@skyux/i18n": "10.0.0-alpha.2",
4917
+ "@skyux/icons": "6.10.0",
4918
+ "@skyux/indicators": "10.0.0-alpha.2",
4919
+ "@skyux/inline-form": "10.0.0-alpha.2",
4920
+ "@skyux/layout": "10.0.0-alpha.2",
4921
+ "@skyux/lists": "10.0.0-alpha.2",
4922
+ "@skyux/lookup": "10.0.0-alpha.2",
4923
+ "@skyux/modals": "10.0.0-alpha.2",
4924
+ "@skyux/pages": "10.0.0-alpha.2",
4925
+ "@skyux/popovers": "10.0.0-alpha.2",
4926
+ "@skyux/router": "10.0.0-alpha.2",
4927
+ "@skyux/theme": "10.0.0-alpha.2",
4928
+ "@types/dragula": "2.1.36",
4929
+ "ag-grid-angular": "30.2.1",
4930
+ "ag-grid-community": "30.2.1",
4931
+ "autonumeric": "4.10.4",
4932
+ "axe-core": "4.8.3",
4933
+ "cross-spawn": "7.0.3",
4934
+ "dom-autoscroller": "2.3.4",
4935
+ "dragula": "3.7.3",
4936
+ "fontfaceobserver": "2.3.0",
4937
+ "glob": "10.3.10",
4938
+ "intl-tel-input": "18.2.1",
4939
+ "jsonc-parser": "3.2.0",
4940
+ "moment": "2.30.1",
4941
+ "ng2-dragula": "5.0.1",
4839
4942
  "rxjs": "7.8.1",
4840
4943
  "tslib": "2.6.2",
4841
4944
  "zone.js": "0.14.3"
4842
4945
  },
4843
4946
  "/projects/pages/documentation/code-examples/action-hub": {
4844
- "@angular/animations": "17.1.0",
4845
- "@angular/cdk": "17.1.0",
4846
- "@angular/common": "17.1.0",
4847
- "@angular/core": "17.1.0",
4848
- "@angular/forms": "17.1.0",
4849
- "@angular/platform-browser": "17.1.0",
4850
- "@angular/router": "17.1.0",
4851
- "@skyux/colorpicker": "10.0.0-alpha.0",
4852
- "@skyux/core": "10.0.0-alpha.0",
4853
- "@skyux/forms": "10.0.0-alpha.0",
4854
- "@skyux/i18n": "10.0.0-alpha.0",
4855
- "@skyux/indicators": "10.0.0-alpha.0",
4856
- "@skyux/layout": "10.0.0-alpha.0",
4857
- "@skyux/modals": "10.0.0-alpha.0",
4858
- "@skyux/pages": "10.0.0-alpha.0",
4859
- "@skyux/router": "10.0.0-alpha.0",
4860
- "@skyux/theme": "10.0.0-alpha.0",
4947
+ "@angular-devkit/core": "17.1.1",
4948
+ "@angular-devkit/schematics": "17.1.1",
4949
+ "@angular/animations": "17.1.1",
4950
+ "@angular/cdk": "17.1.1",
4951
+ "@angular/cli": "17.1.1",
4952
+ "@angular/common": "17.1.1",
4953
+ "@angular/core": "17.1.1",
4954
+ "@angular/forms": "17.1.1",
4955
+ "@angular/platform-browser": "17.1.1",
4956
+ "@angular/router": "17.1.1",
4957
+ "@blackbaud/skyux-design-tokens": "0.0.28",
4958
+ "@schematics/angular": "17.1.1",
4959
+ "@skyux-sdk/testing": "10.0.0-alpha.2",
4960
+ "@skyux/assets": "10.0.0-alpha.2",
4961
+ "@skyux/colorpicker": "10.0.0-alpha.2",
4962
+ "@skyux/config": "10.0.0-alpha.2",
4963
+ "@skyux/core": "10.0.0-alpha.2",
4964
+ "@skyux/forms": "10.0.0-alpha.2",
4965
+ "@skyux/i18n": "10.0.0-alpha.2",
4966
+ "@skyux/icons": "6.10.0",
4967
+ "@skyux/indicators": "10.0.0-alpha.2",
4968
+ "@skyux/layout": "10.0.0-alpha.2",
4969
+ "@skyux/modals": "10.0.0-alpha.2",
4970
+ "@skyux/pages": "10.0.0-alpha.2",
4971
+ "@skyux/popovers": "10.0.0-alpha.2",
4972
+ "@skyux/router": "10.0.0-alpha.2",
4973
+ "@skyux/theme": "10.0.0-alpha.2",
4974
+ "axe-core": "4.8.3",
4975
+ "cross-spawn": "7.0.3",
4976
+ "fontfaceobserver": "2.3.0",
4977
+ "glob": "10.3.10",
4978
+ "jsonc-parser": "3.2.0",
4861
4979
  "rxjs": "7.8.1",
4862
4980
  "tslib": "2.6.2",
4863
4981
  "zone.js": "0.14.3"