@skyux/pages 11.5.0 → 11.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +329 -329
- package/esm2022/index.mjs +2 -1
- package/esm2022/lib/modules/page/page-links.component.mjs +15 -0
- package/esm2022/lib/modules/page/page.module.mjs +13 -4
- package/esm2022/lib/modules/page-header/page-header-actions.component.mjs +4 -4
- package/fesm2022/skyux-pages.mjs +28 -7
- package/fesm2022/skyux-pages.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/modules/page/page-links.component.d.ts +9 -0
- package/lib/modules/page/page.module.d.ts +3 -2
- package/package.json +9 -9
package/documentation.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
|
|
55
55
|
"line": 43,
|
|
56
56
|
"character": 13,
|
|
57
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
57
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.module.ts#L43"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"decorators": [
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"fileName": "projects/pages/src/modules/page-header/page-header.module.ts",
|
|
87
87
|
"line": 36,
|
|
88
88
|
"character": 13,
|
|
89
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
89
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.module.ts#L36"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"decorators": [
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"sources": [
|
|
117
117
|
{
|
|
118
118
|
"fileName": "projects/pages/src/modules/page/page.module.ts",
|
|
119
|
-
"line":
|
|
119
|
+
"line": 20,
|
|
120
120
|
"character": 13,
|
|
121
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
121
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.module.ts#L20"
|
|
122
122
|
}
|
|
123
123
|
],
|
|
124
124
|
"decorators": [
|
|
125
125
|
{
|
|
126
126
|
"name": "NgModule",
|
|
127
127
|
"arguments": {
|
|
128
|
-
"obj": "@NgModule({\n declarations: [SkyPageComponent, SkyPageContentComponent],\n imports: [CommonModule],\n exports: [SkyPageComponent
|
|
128
|
+
"obj": "@NgModule({\n declarations: [SkyPageComponent, SkyPageContentComponent],\n imports: [CommonModule, SkyPageLinksComponent],\n exports: [\n SkyPageComponent,\n SkyPageHeaderModule,\n SkyPageContentComponent,\n SkyPageLinksComponent,\n ],\n})"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
]
|
|
@@ -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/
|
|
161
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L67"
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
"type": {
|
|
@@ -194,7 +194,7 @@
|
|
|
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/
|
|
197
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L40"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"type": {
|
|
@@ -238,7 +238,7 @@
|
|
|
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/
|
|
241
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L46"
|
|
242
242
|
}
|
|
243
243
|
],
|
|
244
244
|
"type": {
|
|
@@ -283,7 +283,7 @@
|
|
|
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/
|
|
286
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L52"
|
|
287
287
|
}
|
|
288
288
|
],
|
|
289
289
|
"type": {
|
|
@@ -328,7 +328,7 @@
|
|
|
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/
|
|
331
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L58"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
334
334
|
"type": {
|
|
@@ -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/
|
|
379
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L65"
|
|
380
380
|
}
|
|
381
381
|
],
|
|
382
382
|
"type": {
|
|
@@ -403,13 +403,13 @@
|
|
|
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/
|
|
406
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/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/
|
|
412
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
|
|
413
413
|
}
|
|
414
414
|
],
|
|
415
415
|
"getSignature": {
|
|
@@ -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": 13,
|
|
426
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
426
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
|
|
427
427
|
}
|
|
428
428
|
],
|
|
429
429
|
"type": {
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
|
|
464
464
|
"line": 25,
|
|
465
465
|
"character": 13,
|
|
466
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
466
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L25"
|
|
467
467
|
}
|
|
468
468
|
],
|
|
469
469
|
"parameters": [
|
|
@@ -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/
|
|
529
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L20"
|
|
530
530
|
}
|
|
531
531
|
],
|
|
532
532
|
"decorators": [
|
|
@@ -564,7 +564,7 @@
|
|
|
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/
|
|
567
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
|
|
568
568
|
}
|
|
569
569
|
],
|
|
570
570
|
"signatures": [
|
|
@@ -579,7 +579,7 @@
|
|
|
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/
|
|
582
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
585
585
|
"type": {
|
|
@@ -604,7 +604,7 @@
|
|
|
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/
|
|
607
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
610
610
|
"signatures": [
|
|
@@ -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": 9,
|
|
622
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
622
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
|
|
623
623
|
}
|
|
624
624
|
],
|
|
625
625
|
"type": {
|
|
@@ -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/
|
|
663
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L21"
|
|
664
664
|
}
|
|
665
665
|
],
|
|
666
666
|
"implementedTypes": [
|
|
@@ -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/
|
|
714
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-alerts.component.ts#L11"
|
|
715
715
|
}
|
|
716
716
|
],
|
|
717
717
|
"decorators": [
|
|
@@ -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/
|
|
758
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts#L17"
|
|
759
759
|
}
|
|
760
760
|
],
|
|
761
761
|
"decorators": [
|
|
@@ -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/
|
|
798
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts#L10"
|
|
799
799
|
}
|
|
800
800
|
],
|
|
801
801
|
"decorators": [
|
|
@@ -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/
|
|
846
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L44"
|
|
847
847
|
}
|
|
848
848
|
],
|
|
849
849
|
"type": {
|
|
@@ -878,7 +878,7 @@
|
|
|
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/
|
|
881
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L38"
|
|
882
882
|
}
|
|
883
883
|
],
|
|
884
884
|
"type": {
|
|
@@ -906,7 +906,7 @@
|
|
|
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/
|
|
909
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
|
|
910
910
|
}
|
|
911
911
|
],
|
|
912
912
|
"signatures": [
|
|
@@ -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": 9,
|
|
924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
924
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L55"
|
|
925
925
|
}
|
|
926
926
|
],
|
|
927
927
|
"type": {
|
|
@@ -955,7 +955,7 @@
|
|
|
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/
|
|
958
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
|
|
959
959
|
}
|
|
960
960
|
],
|
|
961
961
|
"signatures": [
|
|
@@ -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": 9,
|
|
973
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
973
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L49"
|
|
974
974
|
}
|
|
975
975
|
],
|
|
976
976
|
"type": {
|
|
@@ -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/
|
|
1022
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L33"
|
|
1023
1023
|
}
|
|
1024
1024
|
],
|
|
1025
1025
|
"implementedTypes": [
|
|
@@ -1071,7 +1071,7 @@
|
|
|
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/
|
|
1074
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L27"
|
|
1075
1075
|
}
|
|
1076
1076
|
],
|
|
1077
1077
|
"type": {
|
|
@@ -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/
|
|
1102
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L25"
|
|
1103
1103
|
}
|
|
1104
1104
|
],
|
|
1105
1105
|
"type": {
|
|
@@ -1125,13 +1125,13 @@
|
|
|
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/
|
|
1128
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/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/
|
|
1134
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
|
|
1135
1135
|
}
|
|
1136
1136
|
],
|
|
1137
1137
|
"getSignature": {
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1146
1146
|
"line": 20,
|
|
1147
1147
|
"character": 13,
|
|
1148
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1148
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
|
|
1149
1149
|
}
|
|
1150
1150
|
],
|
|
1151
1151
|
"type": {
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1167
1167
|
"line": 15,
|
|
1168
1168
|
"character": 13,
|
|
1169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1169
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L15"
|
|
1170
1170
|
}
|
|
1171
1171
|
],
|
|
1172
1172
|
"parameters": [
|
|
@@ -1208,7 +1208,7 @@
|
|
|
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/
|
|
1211
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
|
|
1212
1212
|
}
|
|
1213
1213
|
],
|
|
1214
1214
|
"signatures": [
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1224
1224
|
"line": 34,
|
|
1225
1225
|
"character": 9,
|
|
1226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1226
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
|
|
1227
1227
|
}
|
|
1228
1228
|
],
|
|
1229
1229
|
"parameters": [
|
|
@@ -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/
|
|
1285
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/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":
|
|
1298
|
+
"id": 140,
|
|
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":
|
|
1313
|
+
"id": 149,
|
|
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": 60,
|
|
1324
1324
|
"character": 9,
|
|
1325
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1325
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L60"
|
|
1326
1326
|
}
|
|
1327
1327
|
],
|
|
1328
1328
|
"type": {
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
"decorators": []
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
|
-
"id":
|
|
1336
|
+
"id": 146,
|
|
1337
1337
|
"name": "helpKey",
|
|
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": 55,
|
|
1347
1347
|
"character": 13,
|
|
1348
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1348
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L55"
|
|
1349
1349
|
}
|
|
1350
1350
|
],
|
|
1351
1351
|
"setSignature": {
|
|
1352
|
-
"id":
|
|
1352
|
+
"id": 147,
|
|
1353
1353
|
"name": "helpKey",
|
|
1354
1354
|
"variant": "signature",
|
|
1355
1355
|
"kind": 1048576,
|
|
@@ -1367,12 +1367,12 @@
|
|
|
1367
1367
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1368
1368
|
"line": 55,
|
|
1369
1369
|
"character": 13,
|
|
1370
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1370
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L55"
|
|
1371
1371
|
}
|
|
1372
1372
|
],
|
|
1373
1373
|
"parameters": [
|
|
1374
1374
|
{
|
|
1375
|
-
"id":
|
|
1375
|
+
"id": 148,
|
|
1376
1376
|
"name": "value",
|
|
1377
1377
|
"variant": "param",
|
|
1378
1378
|
"kind": 32768,
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
]
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
|
-
"id":
|
|
1398
|
+
"id": 143,
|
|
1399
1399
|
"name": "layout",
|
|
1400
1400
|
"variant": "declaration",
|
|
1401
1401
|
"kind": 262144,
|
|
@@ -1407,11 +1407,11 @@
|
|
|
1407
1407
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1408
1408
|
"line": 46,
|
|
1409
1409
|
"character": 13,
|
|
1410
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1410
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L46"
|
|
1411
1411
|
}
|
|
1412
1412
|
],
|
|
1413
1413
|
"setSignature": {
|
|
1414
|
-
"id":
|
|
1414
|
+
"id": 144,
|
|
1415
1415
|
"name": "layout",
|
|
1416
1416
|
"variant": "signature",
|
|
1417
1417
|
"kind": 1048576,
|
|
@@ -1456,12 +1456,12 @@
|
|
|
1456
1456
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1457
1457
|
"line": 46,
|
|
1458
1458
|
"character": 13,
|
|
1459
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1459
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L46"
|
|
1460
1460
|
}
|
|
1461
1461
|
],
|
|
1462
1462
|
"parameters": [
|
|
1463
1463
|
{
|
|
1464
|
-
"id":
|
|
1464
|
+
"id": 145,
|
|
1465
1465
|
"name": "value",
|
|
1466
1466
|
"variant": "param",
|
|
1467
1467
|
"kind": 32768,
|
|
@@ -1486,7 +1486,7 @@
|
|
|
1486
1486
|
]
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
1489
|
-
"id":
|
|
1489
|
+
"id": 158,
|
|
1490
1490
|
"name": "ngOnDestroy",
|
|
1491
1491
|
"variant": "declaration",
|
|
1492
1492
|
"kind": 2048,
|
|
@@ -1498,12 +1498,12 @@
|
|
|
1498
1498
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1499
1499
|
"line": 82,
|
|
1500
1500
|
"character": 9,
|
|
1501
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1501
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L82"
|
|
1502
1502
|
}
|
|
1503
1503
|
],
|
|
1504
1504
|
"signatures": [
|
|
1505
1505
|
{
|
|
1506
|
-
"id":
|
|
1506
|
+
"id": 159,
|
|
1507
1507
|
"name": "ngOnDestroy",
|
|
1508
1508
|
"variant": "signature",
|
|
1509
1509
|
"kind": 4096,
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1514
1514
|
"line": 82,
|
|
1515
1515
|
"character": 9,
|
|
1516
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1516
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L82"
|
|
1517
1517
|
}
|
|
1518
1518
|
],
|
|
1519
1519
|
"type": {
|
|
@@ -1535,7 +1535,7 @@
|
|
|
1535
1535
|
"decorators": []
|
|
1536
1536
|
},
|
|
1537
1537
|
{
|
|
1538
|
-
"id":
|
|
1538
|
+
"id": 156,
|
|
1539
1539
|
"name": "ngOnInit",
|
|
1540
1540
|
"variant": "declaration",
|
|
1541
1541
|
"kind": 2048,
|
|
@@ -1547,12 +1547,12 @@
|
|
|
1547
1547
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1548
1548
|
"line": 71,
|
|
1549
1549
|
"character": 9,
|
|
1550
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1550
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L71"
|
|
1551
1551
|
}
|
|
1552
1552
|
],
|
|
1553
1553
|
"signatures": [
|
|
1554
1554
|
{
|
|
1555
|
-
"id":
|
|
1555
|
+
"id": 157,
|
|
1556
1556
|
"name": "ngOnInit",
|
|
1557
1557
|
"variant": "signature",
|
|
1558
1558
|
"kind": 4096,
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1563
1563
|
"line": 71,
|
|
1564
1564
|
"character": 9,
|
|
1565
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1565
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L71"
|
|
1566
1566
|
}
|
|
1567
1567
|
],
|
|
1568
1568
|
"type": {
|
|
@@ -1588,27 +1588,27 @@
|
|
|
1588
1588
|
{
|
|
1589
1589
|
"title": "Constructors",
|
|
1590
1590
|
"children": [
|
|
1591
|
-
|
|
1591
|
+
141
|
|
1592
1592
|
]
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
1595
|
"title": "Properties",
|
|
1596
1596
|
"children": [
|
|
1597
|
-
|
|
1597
|
+
149
|
|
1598
1598
|
]
|
|
1599
1599
|
},
|
|
1600
1600
|
{
|
|
1601
1601
|
"title": "Accessors",
|
|
1602
1602
|
"children": [
|
|
1603
|
-
|
|
1604
|
-
|
|
1603
|
+
146,
|
|
1604
|
+
143
|
|
1605
1605
|
]
|
|
1606
1606
|
},
|
|
1607
1607
|
{
|
|
1608
1608
|
"title": "Methods",
|
|
1609
1609
|
"children": [
|
|
1610
|
-
|
|
1611
|
-
|
|
1610
|
+
158,
|
|
1611
|
+
156
|
|
1612
1612
|
]
|
|
1613
1613
|
}
|
|
1614
1614
|
],
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1618
1618
|
"line": 37,
|
|
1619
1619
|
"character": 13,
|
|
1620
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1620
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page.component.ts#L37"
|
|
1621
1621
|
}
|
|
1622
1622
|
],
|
|
1623
1623
|
"implementedTypes": [
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1678
1678
|
"line": 41,
|
|
1679
1679
|
"character": 9,
|
|
1680
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1680
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
|
|
1681
1681
|
}
|
|
1682
1682
|
],
|
|
1683
1683
|
"signatures": [
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
|
|
1693
1693
|
"line": 41,
|
|
1694
1694
|
"character": 9,
|
|
1695
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1695
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page-content.component.ts#L41"
|
|
1696
1696
|
}
|
|
1697
1697
|
],
|
|
1698
1698
|
"type": {
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1727
1727
|
"line": 35,
|
|
1728
1728
|
"character": 9,
|
|
1729
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1729
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
|
|
1730
1730
|
}
|
|
1731
1731
|
],
|
|
1732
1732
|
"signatures": [
|
|
@@ -1741,7 +1741,7 @@
|
|
|
1741
1741
|
"fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
|
|
1742
1742
|
"line": 35,
|
|
1743
1743
|
"character": 9,
|
|
1744
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1744
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page-content.component.ts#L35"
|
|
1745
1745
|
}
|
|
1746
1746
|
],
|
|
1747
1747
|
"type": {
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1784
1784
|
"line": 31,
|
|
1785
1785
|
"character": 13,
|
|
1786
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1786
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/page-content.component.ts#L31"
|
|
1787
1787
|
}
|
|
1788
1788
|
],
|
|
1789
1789
|
"implementedTypes": [
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"fileName": "projects/pages/src/modules/page-header/page-header-details.component.ts",
|
|
1844
1844
|
"line": 12,
|
|
1845
1845
|
"character": 13,
|
|
1846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1846
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-details.component.ts#L12"
|
|
1847
1847
|
}
|
|
1848
1848
|
],
|
|
1849
1849
|
"decorators": [
|
|
@@ -1881,16 +1881,16 @@
|
|
|
1881
1881
|
"sources": [
|
|
1882
1882
|
{
|
|
1883
1883
|
"fileName": "projects/pages/src/modules/page-header/page-header-actions.component.ts",
|
|
1884
|
-
"line":
|
|
1884
|
+
"line": 13,
|
|
1885
1885
|
"character": 13,
|
|
1886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1886
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page-header/page-header-actions.component.ts#L13"
|
|
1887
1887
|
}
|
|
1888
1888
|
],
|
|
1889
1889
|
"decorators": [
|
|
1890
1890
|
{
|
|
1891
1891
|
"name": "Component",
|
|
1892
1892
|
"arguments": {
|
|
1893
|
-
"obj": "@Component({\n selector: 'sky-page-header-actions',\n
|
|
1893
|
+
"obj": "@Component({\n selector: 'sky-page-header-actions',\n template: `<ng-content />`,\n styleUrls: ['./page-header-actions.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})"
|
|
1894
1894
|
}
|
|
1895
1895
|
}
|
|
1896
1896
|
]
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1932
1932
|
"line": 33,
|
|
1933
1933
|
"character": 2,
|
|
1934
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1934
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L33"
|
|
1935
1935
|
}
|
|
1936
1936
|
],
|
|
1937
1937
|
"type": {
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1982
1982
|
"line": 18,
|
|
1983
1983
|
"character": 2,
|
|
1984
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1984
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L18"
|
|
1985
1985
|
}
|
|
1986
1986
|
],
|
|
1987
1987
|
"type": {
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2011
2011
|
"line": 22,
|
|
2012
2012
|
"character": 2,
|
|
2013
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2013
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
2014
2014
|
}
|
|
2015
2015
|
],
|
|
2016
2016
|
"type": {
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2036
2036
|
"line": 23,
|
|
2037
2037
|
"character": 4,
|
|
2038
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2038
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
|
|
2039
2039
|
}
|
|
2040
2040
|
],
|
|
2041
2041
|
"type": {
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2059
2059
|
"line": 25,
|
|
2060
2060
|
"character": 6,
|
|
2061
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2061
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L25"
|
|
2062
2062
|
}
|
|
2063
2063
|
],
|
|
2064
2064
|
"type": {
|
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2083
2083
|
"line": 26,
|
|
2084
2084
|
"character": 6,
|
|
2085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2085
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L26"
|
|
2086
2086
|
}
|
|
2087
2087
|
],
|
|
2088
2088
|
"type": {
|
|
@@ -2110,7 +2110,7 @@
|
|
|
2110
2110
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2111
2111
|
"line": 23,
|
|
2112
2112
|
"character": 12,
|
|
2113
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2113
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
|
|
2114
2114
|
}
|
|
2115
2115
|
]
|
|
2116
2116
|
}
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2130
2130
|
"line": 28,
|
|
2131
2131
|
"character": 4,
|
|
2132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2132
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L28"
|
|
2133
2133
|
}
|
|
2134
2134
|
],
|
|
2135
2135
|
"type": {
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2153
2153
|
"line": 22,
|
|
2154
2154
|
"character": 14,
|
|
2155
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2155
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
2156
2156
|
}
|
|
2157
2157
|
]
|
|
2158
2158
|
}
|
|
@@ -2177,7 +2177,7 @@
|
|
|
2177
2177
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2178
2178
|
"line": 13,
|
|
2179
2179
|
"character": 2,
|
|
2180
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2180
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L13"
|
|
2181
2181
|
}
|
|
2182
2182
|
],
|
|
2183
2183
|
"type": {
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2203
2203
|
"line": 9,
|
|
2204
2204
|
"character": 17,
|
|
2205
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2205
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L9"
|
|
2206
2206
|
}
|
|
2207
2207
|
]
|
|
2208
2208
|
},
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
2225
2225
|
"line": 6,
|
|
2226
2226
|
"character": 2,
|
|
2227
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2227
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L6"
|
|
2228
2228
|
}
|
|
2229
2229
|
],
|
|
2230
2230
|
"type": {
|
|
@@ -2246,7 +2246,7 @@
|
|
|
2246
2246
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
2247
2247
|
"line": 5,
|
|
2248
2248
|
"character": 17,
|
|
2249
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2249
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
|
|
2250
2250
|
}
|
|
2251
2251
|
]
|
|
2252
2252
|
},
|
|
@@ -2284,7 +2284,7 @@
|
|
|
2284
2284
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
2285
2285
|
"line": 8,
|
|
2286
2286
|
"character": 2,
|
|
2287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2287
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
2288
2288
|
}
|
|
2289
2289
|
],
|
|
2290
2290
|
"type": {
|
|
@@ -2316,7 +2316,7 @@
|
|
|
2316
2316
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
2317
2317
|
"line": 12,
|
|
2318
2318
|
"character": 2,
|
|
2319
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2319
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
2320
2320
|
}
|
|
2321
2321
|
],
|
|
2322
2322
|
"type": {
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2342
2342
|
"line": 13,
|
|
2343
2343
|
"character": 4,
|
|
2344
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2344
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
2345
2345
|
}
|
|
2346
2346
|
],
|
|
2347
2347
|
"type": {
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2365
2365
|
"line": 14,
|
|
2366
2366
|
"character": 6,
|
|
2367
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2367
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
2368
2368
|
}
|
|
2369
2369
|
],
|
|
2370
2370
|
"type": {
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2389
2389
|
"line": 15,
|
|
2390
2390
|
"character": 6,
|
|
2391
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2391
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
2392
2392
|
}
|
|
2393
2393
|
],
|
|
2394
2394
|
"type": {
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2417
2417
|
"line": 13,
|
|
2418
2418
|
"character": 12,
|
|
2419
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2419
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
2420
2420
|
}
|
|
2421
2421
|
]
|
|
2422
2422
|
}
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2436
2436
|
"line": 17,
|
|
2437
2437
|
"character": 4,
|
|
2438
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2438
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
2439
2439
|
}
|
|
2440
2440
|
],
|
|
2441
2441
|
"type": {
|
|
@@ -2458,7 +2458,7 @@
|
|
|
2458
2458
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2459
2459
|
"line": 12,
|
|
2460
2460
|
"character": 13,
|
|
2461
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2461
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
2462
2462
|
}
|
|
2463
2463
|
]
|
|
2464
2464
|
}
|
|
@@ -2479,7 +2479,7 @@
|
|
|
2479
2479
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
2480
2480
|
"line": 8,
|
|
2481
2481
|
"character": 17,
|
|
2482
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2482
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L8"
|
|
2483
2483
|
}
|
|
2484
2484
|
],
|
|
2485
2485
|
"extendedTypes": [
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
2536
2536
|
"line": 8,
|
|
2537
2537
|
"character": 2,
|
|
2538
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2538
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
2539
2539
|
}
|
|
2540
2540
|
],
|
|
2541
2541
|
"type": {
|
|
@@ -2569,7 +2569,7 @@
|
|
|
2569
2569
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
2570
2570
|
"line": 23,
|
|
2571
2571
|
"character": 2,
|
|
2572
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2572
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
2573
2573
|
}
|
|
2574
2574
|
],
|
|
2575
2575
|
"type": {
|
|
@@ -2592,7 +2592,7 @@
|
|
|
2592
2592
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2593
2593
|
"line": 24,
|
|
2594
2594
|
"character": 4,
|
|
2595
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2595
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L24"
|
|
2596
2596
|
}
|
|
2597
2597
|
],
|
|
2598
2598
|
"type": {
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2614
2614
|
"line": 25,
|
|
2615
2615
|
"character": 4,
|
|
2616
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2616
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L25"
|
|
2617
2617
|
}
|
|
2618
2618
|
],
|
|
2619
2619
|
"type": {
|
|
@@ -2641,7 +2641,7 @@
|
|
|
2641
2641
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2642
2642
|
"line": 23,
|
|
2643
2643
|
"character": 10,
|
|
2644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2644
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
2645
2645
|
}
|
|
2646
2646
|
]
|
|
2647
2647
|
}
|
|
@@ -2668,7 +2668,7 @@
|
|
|
2668
2668
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
2669
2669
|
"line": 13,
|
|
2670
2670
|
"character": 2,
|
|
2671
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2671
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
2672
2672
|
}
|
|
2673
2673
|
],
|
|
2674
2674
|
"type": {
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2694
2694
|
"line": 14,
|
|
2695
2695
|
"character": 4,
|
|
2696
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2696
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
2697
2697
|
}
|
|
2698
2698
|
],
|
|
2699
2699
|
"type": {
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2717
2717
|
"line": 15,
|
|
2718
2718
|
"character": 6,
|
|
2719
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2719
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L15"
|
|
2720
2720
|
}
|
|
2721
2721
|
],
|
|
2722
2722
|
"type": {
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2741
2741
|
"line": 16,
|
|
2742
2742
|
"character": 6,
|
|
2743
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2743
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L16"
|
|
2744
2744
|
}
|
|
2745
2745
|
],
|
|
2746
2746
|
"type": {
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2769
2769
|
"line": 14,
|
|
2770
2770
|
"character": 12,
|
|
2771
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2771
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
2772
2772
|
}
|
|
2773
2773
|
]
|
|
2774
2774
|
}
|
|
@@ -2787,7 +2787,7 @@
|
|
|
2787
2787
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2788
2788
|
"line": 18,
|
|
2789
2789
|
"character": 4,
|
|
2790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2790
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L18"
|
|
2791
2791
|
}
|
|
2792
2792
|
],
|
|
2793
2793
|
"type": {
|
|
@@ -2810,7 +2810,7 @@
|
|
|
2810
2810
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2811
2811
|
"line": 13,
|
|
2812
2812
|
"character": 14,
|
|
2813
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2813
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
2814
2814
|
}
|
|
2815
2815
|
]
|
|
2816
2816
|
}
|
|
@@ -2832,7 +2832,7 @@
|
|
|
2832
2832
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
2833
2833
|
"line": 9,
|
|
2834
2834
|
"character": 17,
|
|
2835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2835
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L9"
|
|
2836
2836
|
}
|
|
2837
2837
|
],
|
|
2838
2838
|
"extendedTypes": [
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
2882
2882
|
"line": 8,
|
|
2883
2883
|
"character": 2,
|
|
2884
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2884
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
2885
2885
|
}
|
|
2886
2886
|
],
|
|
2887
2887
|
"type": {
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
2914
2914
|
"line": 9,
|
|
2915
2915
|
"character": 2,
|
|
2916
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2916
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L9"
|
|
2917
2917
|
}
|
|
2918
2918
|
],
|
|
2919
2919
|
"type": {
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
2955
2955
|
"line": 12,
|
|
2956
2956
|
"character": 2,
|
|
2957
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2957
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
2958
2958
|
}
|
|
2959
2959
|
],
|
|
2960
2960
|
"type": {
|
|
@@ -2979,7 +2979,7 @@
|
|
|
2979
2979
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2980
2980
|
"line": 13,
|
|
2981
2981
|
"character": 4,
|
|
2982
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2982
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
2983
2983
|
}
|
|
2984
2984
|
],
|
|
2985
2985
|
"type": {
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3003
3003
|
"line": 14,
|
|
3004
3004
|
"character": 6,
|
|
3005
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3005
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
3006
3006
|
}
|
|
3007
3007
|
],
|
|
3008
3008
|
"type": {
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3027
3027
|
"line": 15,
|
|
3028
3028
|
"character": 6,
|
|
3029
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3029
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
3030
3030
|
}
|
|
3031
3031
|
],
|
|
3032
3032
|
"type": {
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3055
3055
|
"line": 13,
|
|
3056
3056
|
"character": 12,
|
|
3057
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3057
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
3058
3058
|
}
|
|
3059
3059
|
]
|
|
3060
3060
|
}
|
|
@@ -3073,7 +3073,7 @@
|
|
|
3073
3073
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3074
3074
|
"line": 17,
|
|
3075
3075
|
"character": 4,
|
|
3076
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3076
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
3077
3077
|
}
|
|
3078
3078
|
],
|
|
3079
3079
|
"type": {
|
|
@@ -3096,7 +3096,7 @@
|
|
|
3096
3096
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3097
3097
|
"line": 12,
|
|
3098
3098
|
"character": 13,
|
|
3099
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3099
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
3100
3100
|
}
|
|
3101
3101
|
]
|
|
3102
3102
|
}
|
|
@@ -3123,7 +3123,7 @@
|
|
|
3123
3123
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
3124
3124
|
"line": 8,
|
|
3125
3125
|
"character": 17,
|
|
3126
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3126
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L8"
|
|
3127
3127
|
}
|
|
3128
3128
|
],
|
|
3129
3129
|
"extendedTypes": [
|
|
@@ -3146,7 +3146,7 @@
|
|
|
3146
3146
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
3147
3147
|
"line": 1,
|
|
3148
3148
|
"character": 12,
|
|
3149
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3149
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
3150
3150
|
}
|
|
3151
3151
|
],
|
|
3152
3152
|
"type": {
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
3163
3163
|
"line": 1,
|
|
3164
3164
|
"character": 53,
|
|
3165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3165
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
3166
3166
|
}
|
|
3167
3167
|
],
|
|
3168
3168
|
"signatures": [
|
|
@@ -3207,7 +3207,7 @@
|
|
|
3207
3207
|
"fileName": "projects/pages/src/modules/page/types/page-layout-type.ts",
|
|
3208
3208
|
"line": 1,
|
|
3209
3209
|
"character": 12,
|
|
3210
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3210
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/page/types/page-layout-type.ts#L1"
|
|
3211
3211
|
}
|
|
3212
3212
|
],
|
|
3213
3213
|
"type": {
|
|
@@ -3247,7 +3247,7 @@
|
|
|
3247
3247
|
"fileName": "projects/pages/src/modules/action-hub/types/page-links-input.ts",
|
|
3248
3248
|
"line": 3,
|
|
3249
3249
|
"character": 12,
|
|
3250
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3250
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts#L3"
|
|
3251
3251
|
}
|
|
3252
3252
|
],
|
|
3253
3253
|
"type": {
|
|
@@ -3284,7 +3284,7 @@
|
|
|
3284
3284
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-links-input.ts",
|
|
3285
3285
|
"line": 3,
|
|
3286
3286
|
"character": 12,
|
|
3287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3287
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts#L3"
|
|
3288
3288
|
}
|
|
3289
3289
|
],
|
|
3290
3290
|
"type": {
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-links-input.ts",
|
|
3330
3330
|
"line": 8,
|
|
3331
3331
|
"character": 12,
|
|
3332
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3332
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts#L8"
|
|
3333
3333
|
}
|
|
3334
3334
|
],
|
|
3335
3335
|
"type": {
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
}
|
|
3366
3366
|
},
|
|
3367
3367
|
{
|
|
3368
|
-
"id":
|
|
3368
|
+
"id": 162,
|
|
3369
3369
|
"name": "SkyPageHarness",
|
|
3370
3370
|
"variant": "declaration",
|
|
3371
3371
|
"kind": 128,
|
|
@@ -3380,7 +3380,7 @@
|
|
|
3380
3380
|
},
|
|
3381
3381
|
"children": [
|
|
3382
3382
|
{
|
|
3383
|
-
"id":
|
|
3383
|
+
"id": 172,
|
|
3384
3384
|
"name": "constructor",
|
|
3385
3385
|
"variant": "declaration",
|
|
3386
3386
|
"kind": 512,
|
|
@@ -3394,7 +3394,7 @@
|
|
|
3394
3394
|
],
|
|
3395
3395
|
"signatures": [
|
|
3396
3396
|
{
|
|
3397
|
-
"id":
|
|
3397
|
+
"id": 173,
|
|
3398
3398
|
"name": "new SkyPageHarness",
|
|
3399
3399
|
"variant": "signature",
|
|
3400
3400
|
"kind": 16384,
|
|
@@ -3408,7 +3408,7 @@
|
|
|
3408
3408
|
],
|
|
3409
3409
|
"parameters": [
|
|
3410
3410
|
{
|
|
3411
|
-
"id":
|
|
3411
|
+
"id": 174,
|
|
3412
3412
|
"name": "locatorFactory",
|
|
3413
3413
|
"variant": "param",
|
|
3414
3414
|
"kind": 32768,
|
|
@@ -3426,7 +3426,7 @@
|
|
|
3426
3426
|
],
|
|
3427
3427
|
"type": {
|
|
3428
3428
|
"type": "reference",
|
|
3429
|
-
"target":
|
|
3429
|
+
"target": 162,
|
|
3430
3430
|
"name": "SkyPageHarness",
|
|
3431
3431
|
"package": "@skyux/pages"
|
|
3432
3432
|
},
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
}
|
|
3445
3445
|
},
|
|
3446
3446
|
{
|
|
3447
|
-
"id":
|
|
3447
|
+
"id": 175,
|
|
3448
3448
|
"name": "getLayout",
|
|
3449
3449
|
"variant": "declaration",
|
|
3450
3450
|
"kind": 2048,
|
|
@@ -3456,12 +3456,12 @@
|
|
|
3456
3456
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
3457
3457
|
"line": 35,
|
|
3458
3458
|
"character": 15,
|
|
3459
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3459
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L35"
|
|
3460
3460
|
}
|
|
3461
3461
|
],
|
|
3462
3462
|
"signatures": [
|
|
3463
3463
|
{
|
|
3464
|
-
"id":
|
|
3464
|
+
"id": 176,
|
|
3465
3465
|
"name": "getLayout",
|
|
3466
3466
|
"variant": "signature",
|
|
3467
3467
|
"kind": 4096,
|
|
@@ -3479,7 +3479,7 @@
|
|
|
3479
3479
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
3480
3480
|
"line": 35,
|
|
3481
3481
|
"character": 15,
|
|
3482
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3482
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L35"
|
|
3483
3483
|
}
|
|
3484
3484
|
],
|
|
3485
3485
|
"type": {
|
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
"decorators": []
|
|
3505
3505
|
},
|
|
3506
3506
|
{
|
|
3507
|
-
"id":
|
|
3507
|
+
"id": 177,
|
|
3508
3508
|
"name": "getPageHeader",
|
|
3509
3509
|
"variant": "declaration",
|
|
3510
3510
|
"kind": 2048,
|
|
@@ -3516,12 +3516,12 @@
|
|
|
3516
3516
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
3517
3517
|
"line": 51,
|
|
3518
3518
|
"character": 15,
|
|
3519
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3519
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L51"
|
|
3520
3520
|
}
|
|
3521
3521
|
],
|
|
3522
3522
|
"signatures": [
|
|
3523
3523
|
{
|
|
3524
|
-
"id":
|
|
3524
|
+
"id": 178,
|
|
3525
3525
|
"name": "getPageHeader",
|
|
3526
3526
|
"variant": "signature",
|
|
3527
3527
|
"kind": 4096,
|
|
@@ -3539,12 +3539,12 @@
|
|
|
3539
3539
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
3540
3540
|
"line": 51,
|
|
3541
3541
|
"character": 15,
|
|
3542
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3542
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L51"
|
|
3543
3543
|
}
|
|
3544
3544
|
],
|
|
3545
3545
|
"parameters": [
|
|
3546
3546
|
{
|
|
3547
|
-
"id":
|
|
3547
|
+
"id": 179,
|
|
3548
3548
|
"name": "filters",
|
|
3549
3549
|
"variant": "param",
|
|
3550
3550
|
"kind": 32768,
|
|
@@ -3595,7 +3595,7 @@
|
|
|
3595
3595
|
"decorators": []
|
|
3596
3596
|
},
|
|
3597
3597
|
{
|
|
3598
|
-
"id":
|
|
3598
|
+
"id": 183,
|
|
3599
3599
|
"name": "host",
|
|
3600
3600
|
"variant": "declaration",
|
|
3601
3601
|
"kind": 2048,
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
],
|
|
3610
3610
|
"signatures": [
|
|
3611
3611
|
{
|
|
3612
|
-
"id":
|
|
3612
|
+
"id": 184,
|
|
3613
3613
|
"name": "host",
|
|
3614
3614
|
"variant": "signature",
|
|
3615
3615
|
"kind": 4096,
|
|
@@ -3679,7 +3679,7 @@
|
|
|
3679
3679
|
}
|
|
3680
3680
|
},
|
|
3681
3681
|
{
|
|
3682
|
-
"id":
|
|
3682
|
+
"id": 164,
|
|
3683
3683
|
"name": "with",
|
|
3684
3684
|
"variant": "declaration",
|
|
3685
3685
|
"kind": 2048,
|
|
@@ -3692,12 +3692,12 @@
|
|
|
3692
3692
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
3693
3693
|
"line": 26,
|
|
3694
3694
|
"character": 16,
|
|
3695
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3695
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L26"
|
|
3696
3696
|
}
|
|
3697
3697
|
],
|
|
3698
3698
|
"signatures": [
|
|
3699
3699
|
{
|
|
3700
|
-
"id":
|
|
3700
|
+
"id": 165,
|
|
3701
3701
|
"name": "with",
|
|
3702
3702
|
"variant": "signature",
|
|
3703
3703
|
"kind": 4096,
|
|
@@ -3731,19 +3731,19 @@
|
|
|
3731
3731
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
3732
3732
|
"line": 26,
|
|
3733
3733
|
"character": 16,
|
|
3734
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3734
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L26"
|
|
3735
3735
|
}
|
|
3736
3736
|
],
|
|
3737
3737
|
"parameters": [
|
|
3738
3738
|
{
|
|
3739
|
-
"id":
|
|
3739
|
+
"id": 166,
|
|
3740
3740
|
"name": "filters",
|
|
3741
3741
|
"variant": "param",
|
|
3742
3742
|
"kind": 32768,
|
|
3743
3743
|
"flags": {},
|
|
3744
3744
|
"type": {
|
|
3745
3745
|
"type": "reference",
|
|
3746
|
-
"target":
|
|
3746
|
+
"target": 203,
|
|
3747
3747
|
"name": "SkyPageHarnessFilters",
|
|
3748
3748
|
"package": "@skyux/pages"
|
|
3749
3749
|
}
|
|
@@ -3758,7 +3758,7 @@
|
|
|
3758
3758
|
"typeArguments": [
|
|
3759
3759
|
{
|
|
3760
3760
|
"type": "reference",
|
|
3761
|
-
"target":
|
|
3761
|
+
"target": 162,
|
|
3762
3762
|
"name": "SkyPageHarness",
|
|
3763
3763
|
"package": "@skyux/pages"
|
|
3764
3764
|
}
|
|
@@ -3775,16 +3775,16 @@
|
|
|
3775
3775
|
{
|
|
3776
3776
|
"title": "Constructors",
|
|
3777
3777
|
"children": [
|
|
3778
|
-
|
|
3778
|
+
172
|
|
3779
3779
|
]
|
|
3780
3780
|
},
|
|
3781
3781
|
{
|
|
3782
3782
|
"title": "Methods",
|
|
3783
3783
|
"children": [
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3784
|
+
175,
|
|
3785
|
+
177,
|
|
3786
|
+
183,
|
|
3787
|
+
164
|
|
3788
3788
|
]
|
|
3789
3789
|
}
|
|
3790
3790
|
],
|
|
@@ -3793,7 +3793,7 @@
|
|
|
3793
3793
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
3794
3794
|
"line": 16,
|
|
3795
3795
|
"character": 13,
|
|
3796
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3796
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness.ts#L16"
|
|
3797
3797
|
}
|
|
3798
3798
|
],
|
|
3799
3799
|
"extendedTypes": [
|
|
@@ -3810,7 +3810,7 @@
|
|
|
3810
3810
|
"decorators": []
|
|
3811
3811
|
},
|
|
3812
3812
|
{
|
|
3813
|
-
"id":
|
|
3813
|
+
"id": 203,
|
|
3814
3814
|
"name": "SkyPageHarnessFilters",
|
|
3815
3815
|
"variant": "declaration",
|
|
3816
3816
|
"kind": 256,
|
|
@@ -3825,7 +3825,7 @@
|
|
|
3825
3825
|
},
|
|
3826
3826
|
"children": [
|
|
3827
3827
|
{
|
|
3828
|
-
"id":
|
|
3828
|
+
"id": 206,
|
|
3829
3829
|
"name": "ancestor",
|
|
3830
3830
|
"variant": "declaration",
|
|
3831
3831
|
"kind": 1024,
|
|
@@ -3858,7 +3858,7 @@
|
|
|
3858
3858
|
}
|
|
3859
3859
|
},
|
|
3860
3860
|
{
|
|
3861
|
-
"id":
|
|
3861
|
+
"id": 204,
|
|
3862
3862
|
"name": "dataSkyId",
|
|
3863
3863
|
"variant": "declaration",
|
|
3864
3864
|
"kind": 1024,
|
|
@@ -3886,7 +3886,7 @@
|
|
|
3886
3886
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
3887
3887
|
"line": 11,
|
|
3888
3888
|
"character": 2,
|
|
3889
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3889
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
3890
3890
|
}
|
|
3891
3891
|
],
|
|
3892
3892
|
"type": {
|
|
@@ -3914,7 +3914,7 @@
|
|
|
3914
3914
|
}
|
|
3915
3915
|
},
|
|
3916
3916
|
{
|
|
3917
|
-
"id":
|
|
3917
|
+
"id": 205,
|
|
3918
3918
|
"name": "selector",
|
|
3919
3919
|
"variant": "declaration",
|
|
3920
3920
|
"kind": 1024,
|
|
@@ -3951,9 +3951,9 @@
|
|
|
3951
3951
|
{
|
|
3952
3952
|
"title": "Properties",
|
|
3953
3953
|
"children": [
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3954
|
+
206,
|
|
3955
|
+
204,
|
|
3956
|
+
205
|
|
3957
3957
|
]
|
|
3958
3958
|
}
|
|
3959
3959
|
],
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
"fileName": "projects/pages/src/testing/page/page-harness-filters.ts",
|
|
3963
3963
|
"line": 7,
|
|
3964
3964
|
"character": 17,
|
|
3965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3965
|
+
"url": "https://github.com/blackbaud/skyux/blob/786b201/libs/components/pages/testing/src/page/page-harness-filters.ts#L7"
|
|
3966
3966
|
}
|
|
3967
3967
|
],
|
|
3968
3968
|
"extendedTypes": [
|
|
@@ -4407,123 +4407,123 @@
|
|
|
4407
4407
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
|
|
4408
4408
|
"qualifiedName": "SkyPageContentComponent.ngOnDestroy"
|
|
4409
4409
|
},
|
|
4410
|
-
"
|
|
4410
|
+
"140": {
|
|
4411
4411
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4412
4412
|
"qualifiedName": "SkyPageComponent"
|
|
4413
4413
|
},
|
|
4414
|
-
"
|
|
4414
|
+
"143": {
|
|
4415
4415
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4416
4416
|
"qualifiedName": "SkyPageComponent.layout"
|
|
4417
4417
|
},
|
|
4418
|
-
"
|
|
4418
|
+
"144": {
|
|
4419
4419
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4420
4420
|
"qualifiedName": "SkyPageComponent.layout"
|
|
4421
4421
|
},
|
|
4422
|
-
"
|
|
4422
|
+
"145": {
|
|
4423
4423
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4424
4424
|
"qualifiedName": "value"
|
|
4425
4425
|
},
|
|
4426
|
-
"
|
|
4426
|
+
"146": {
|
|
4427
4427
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4428
4428
|
"qualifiedName": "SkyPageComponent.helpKey"
|
|
4429
4429
|
},
|
|
4430
|
-
"
|
|
4430
|
+
"147": {
|
|
4431
4431
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4432
4432
|
"qualifiedName": "SkyPageComponent.helpKey"
|
|
4433
4433
|
},
|
|
4434
|
-
"
|
|
4434
|
+
"148": {
|
|
4435
4435
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4436
4436
|
"qualifiedName": "value"
|
|
4437
4437
|
},
|
|
4438
|
-
"
|
|
4438
|
+
"149": {
|
|
4439
4439
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4440
4440
|
"qualifiedName": "SkyPageComponent.cssClass"
|
|
4441
4441
|
},
|
|
4442
|
-
"
|
|
4442
|
+
"156": {
|
|
4443
4443
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4444
4444
|
"qualifiedName": "SkyPageComponent.ngOnInit"
|
|
4445
4445
|
},
|
|
4446
|
-
"
|
|
4446
|
+
"157": {
|
|
4447
4447
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4448
4448
|
"qualifiedName": "SkyPageComponent.ngOnInit"
|
|
4449
4449
|
},
|
|
4450
|
-
"
|
|
4450
|
+
"158": {
|
|
4451
4451
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4452
4452
|
"qualifiedName": "SkyPageComponent.ngOnDestroy"
|
|
4453
4453
|
},
|
|
4454
|
-
"
|
|
4454
|
+
"159": {
|
|
4455
4455
|
"sourceFileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
4456
4456
|
"qualifiedName": "SkyPageComponent.ngOnDestroy"
|
|
4457
4457
|
},
|
|
4458
|
-
"
|
|
4458
|
+
"162": {
|
|
4459
4459
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4460
4460
|
"qualifiedName": "SkyPageHarness"
|
|
4461
4461
|
},
|
|
4462
|
-
"
|
|
4462
|
+
"164": {
|
|
4463
4463
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4464
4464
|
"qualifiedName": "SkyPageHarness.with"
|
|
4465
4465
|
},
|
|
4466
|
-
"
|
|
4466
|
+
"165": {
|
|
4467
4467
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4468
4468
|
"qualifiedName": "SkyPageHarness.with"
|
|
4469
4469
|
},
|
|
4470
|
-
"
|
|
4470
|
+
"166": {
|
|
4471
4471
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4472
4472
|
"qualifiedName": "filters"
|
|
4473
4473
|
},
|
|
4474
|
-
"
|
|
4474
|
+
"172": {
|
|
4475
4475
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4476
4476
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
4477
4477
|
},
|
|
4478
|
-
"
|
|
4478
|
+
"173": {
|
|
4479
4479
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4480
4480
|
"qualifiedName": "SkyPageHarness"
|
|
4481
4481
|
},
|
|
4482
|
-
"
|
|
4482
|
+
"174": {
|
|
4483
4483
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4484
4484
|
"qualifiedName": "locatorFactory"
|
|
4485
4485
|
},
|
|
4486
|
-
"
|
|
4486
|
+
"175": {
|
|
4487
4487
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4488
4488
|
"qualifiedName": "SkyPageHarness.getLayout"
|
|
4489
4489
|
},
|
|
4490
|
-
"
|
|
4490
|
+
"176": {
|
|
4491
4491
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4492
4492
|
"qualifiedName": "SkyPageHarness.getLayout"
|
|
4493
4493
|
},
|
|
4494
|
-
"
|
|
4494
|
+
"177": {
|
|
4495
4495
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4496
4496
|
"qualifiedName": "SkyPageHarness.getPageHeader"
|
|
4497
4497
|
},
|
|
4498
|
-
"
|
|
4498
|
+
"178": {
|
|
4499
4499
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4500
4500
|
"qualifiedName": "SkyPageHarness.getPageHeader"
|
|
4501
4501
|
},
|
|
4502
|
-
"
|
|
4502
|
+
"179": {
|
|
4503
4503
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4504
4504
|
"qualifiedName": "filters"
|
|
4505
4505
|
},
|
|
4506
|
-
"
|
|
4506
|
+
"183": {
|
|
4507
4507
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4508
4508
|
"qualifiedName": "ComponentHarness.host"
|
|
4509
4509
|
},
|
|
4510
|
-
"
|
|
4510
|
+
"184": {
|
|
4511
4511
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4512
4512
|
"qualifiedName": "ComponentHarness.host"
|
|
4513
4513
|
},
|
|
4514
|
-
"
|
|
4514
|
+
"203": {
|
|
4515
4515
|
"sourceFileName": "libs/components/pages/testing/src/page/page-harness-filters.ts",
|
|
4516
4516
|
"qualifiedName": "SkyPageHarnessFilters"
|
|
4517
4517
|
},
|
|
4518
|
-
"
|
|
4518
|
+
"204": {
|
|
4519
4519
|
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
4520
4520
|
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
4521
4521
|
},
|
|
4522
|
-
"
|
|
4522
|
+
"205": {
|
|
4523
4523
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4524
4524
|
"qualifiedName": "BaseHarnessFilters.selector"
|
|
4525
4525
|
},
|
|
4526
|
-
"
|
|
4526
|
+
"206": {
|
|
4527
4527
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4528
4528
|
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
4529
4529
|
}
|
|
@@ -4798,29 +4798,29 @@
|
|
|
4798
4798
|
"@angular/forms": "18.2.5",
|
|
4799
4799
|
"@angular/platform-browser": "18.2.5",
|
|
4800
4800
|
"@angular/router": "18.2.5",
|
|
4801
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
4801
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
4802
4802
|
"@schematics/angular": "18.2.4",
|
|
4803
|
-
"@skyux-sdk/testing": "11.
|
|
4804
|
-
"@skyux/action-bars": "11.
|
|
4805
|
-
"@skyux/animations": "11.
|
|
4806
|
-
"@skyux/assets": "11.
|
|
4807
|
-
"@skyux/config": "11.
|
|
4808
|
-
"@skyux/core": "11.
|
|
4809
|
-
"@skyux/forms": "11.
|
|
4810
|
-
"@skyux/help-inline": "11.
|
|
4811
|
-
"@skyux/i18n": "11.
|
|
4812
|
-
"@skyux/icon": "11.
|
|
4803
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
4804
|
+
"@skyux/action-bars": "11.7.0",
|
|
4805
|
+
"@skyux/animations": "11.7.0",
|
|
4806
|
+
"@skyux/assets": "11.7.0",
|
|
4807
|
+
"@skyux/config": "11.7.0",
|
|
4808
|
+
"@skyux/core": "11.7.0",
|
|
4809
|
+
"@skyux/forms": "11.7.0",
|
|
4810
|
+
"@skyux/help-inline": "11.7.0",
|
|
4811
|
+
"@skyux/i18n": "11.7.0",
|
|
4812
|
+
"@skyux/icon": "11.7.0",
|
|
4813
4813
|
"@skyux/icons": "7.8.0",
|
|
4814
|
-
"@skyux/indicators": "11.
|
|
4815
|
-
"@skyux/inline-form": "11.
|
|
4816
|
-
"@skyux/layout": "11.
|
|
4817
|
-
"@skyux/lists": "11.
|
|
4818
|
-
"@skyux/modals": "11.
|
|
4819
|
-
"@skyux/pages": "11.
|
|
4820
|
-
"@skyux/popovers": "11.
|
|
4821
|
-
"@skyux/router": "11.
|
|
4822
|
-
"@skyux/split-view": "11.
|
|
4823
|
-
"@skyux/theme": "11.
|
|
4814
|
+
"@skyux/indicators": "11.7.0",
|
|
4815
|
+
"@skyux/inline-form": "11.7.0",
|
|
4816
|
+
"@skyux/layout": "11.7.0",
|
|
4817
|
+
"@skyux/lists": "11.7.0",
|
|
4818
|
+
"@skyux/modals": "11.7.0",
|
|
4819
|
+
"@skyux/pages": "11.7.0",
|
|
4820
|
+
"@skyux/popovers": "11.7.0",
|
|
4821
|
+
"@skyux/router": "11.7.0",
|
|
4822
|
+
"@skyux/split-view": "11.7.0",
|
|
4823
|
+
"@skyux/theme": "11.7.0",
|
|
4824
4824
|
"@types/dragula": "2.1.36",
|
|
4825
4825
|
"@types/node": "20.14.12",
|
|
4826
4826
|
"axe-core": "4.10.0",
|
|
@@ -4844,35 +4844,35 @@
|
|
|
4844
4844
|
"@angular/forms": "18.2.5",
|
|
4845
4845
|
"@angular/platform-browser": "18.2.5",
|
|
4846
4846
|
"@angular/router": "18.2.5",
|
|
4847
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
4847
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
4848
4848
|
"@schematics/angular": "18.2.4",
|
|
4849
|
-
"@skyux-sdk/testing": "11.
|
|
4850
|
-
"@skyux/ag-grid": "11.
|
|
4851
|
-
"@skyux/animations": "11.
|
|
4852
|
-
"@skyux/assets": "11.
|
|
4853
|
-
"@skyux/autonumeric": "11.
|
|
4854
|
-
"@skyux/avatar": "11.
|
|
4855
|
-
"@skyux/config": "11.
|
|
4856
|
-
"@skyux/core": "11.
|
|
4857
|
-
"@skyux/data-manager": "11.
|
|
4858
|
-
"@skyux/datetime": "11.
|
|
4859
|
-
"@skyux/errors": "11.
|
|
4860
|
-
"@skyux/forms": "11.
|
|
4861
|
-
"@skyux/help-inline": "11.
|
|
4862
|
-
"@skyux/i18n": "11.
|
|
4863
|
-
"@skyux/icon": "11.
|
|
4849
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
4850
|
+
"@skyux/ag-grid": "11.7.0",
|
|
4851
|
+
"@skyux/animations": "11.7.0",
|
|
4852
|
+
"@skyux/assets": "11.7.0",
|
|
4853
|
+
"@skyux/autonumeric": "11.7.0",
|
|
4854
|
+
"@skyux/avatar": "11.7.0",
|
|
4855
|
+
"@skyux/config": "11.7.0",
|
|
4856
|
+
"@skyux/core": "11.7.0",
|
|
4857
|
+
"@skyux/data-manager": "11.7.0",
|
|
4858
|
+
"@skyux/datetime": "11.7.0",
|
|
4859
|
+
"@skyux/errors": "11.7.0",
|
|
4860
|
+
"@skyux/forms": "11.7.0",
|
|
4861
|
+
"@skyux/help-inline": "11.7.0",
|
|
4862
|
+
"@skyux/i18n": "11.7.0",
|
|
4863
|
+
"@skyux/icon": "11.7.0",
|
|
4864
4864
|
"@skyux/icons": "7.8.0",
|
|
4865
|
-
"@skyux/indicators": "11.
|
|
4866
|
-
"@skyux/inline-form": "11.
|
|
4867
|
-
"@skyux/layout": "11.
|
|
4868
|
-
"@skyux/lists": "11.
|
|
4869
|
-
"@skyux/lookup": "11.
|
|
4870
|
-
"@skyux/modals": "11.
|
|
4871
|
-
"@skyux/pages": "11.
|
|
4872
|
-
"@skyux/popovers": "11.
|
|
4873
|
-
"@skyux/router": "11.
|
|
4874
|
-
"@skyux/tabs": "11.
|
|
4875
|
-
"@skyux/theme": "11.
|
|
4865
|
+
"@skyux/indicators": "11.7.0",
|
|
4866
|
+
"@skyux/inline-form": "11.7.0",
|
|
4867
|
+
"@skyux/layout": "11.7.0",
|
|
4868
|
+
"@skyux/lists": "11.7.0",
|
|
4869
|
+
"@skyux/lookup": "11.7.0",
|
|
4870
|
+
"@skyux/modals": "11.7.0",
|
|
4871
|
+
"@skyux/pages": "11.7.0",
|
|
4872
|
+
"@skyux/popovers": "11.7.0",
|
|
4873
|
+
"@skyux/router": "11.7.0",
|
|
4874
|
+
"@skyux/tabs": "11.7.0",
|
|
4875
|
+
"@skyux/theme": "11.7.0",
|
|
4876
4876
|
"@types/dragula": "2.1.36",
|
|
4877
4877
|
"@types/node": "20.14.12",
|
|
4878
4878
|
"ag-grid-angular": "32.2.0",
|
|
@@ -4901,27 +4901,27 @@
|
|
|
4901
4901
|
"@angular/forms": "18.2.5",
|
|
4902
4902
|
"@angular/platform-browser": "18.2.5",
|
|
4903
4903
|
"@angular/router": "18.2.5",
|
|
4904
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
4904
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
4905
4905
|
"@schematics/angular": "18.2.4",
|
|
4906
|
-
"@skyux-sdk/testing": "11.
|
|
4907
|
-
"@skyux/animations": "11.
|
|
4908
|
-
"@skyux/assets": "11.
|
|
4909
|
-
"@skyux/config": "11.
|
|
4910
|
-
"@skyux/core": "11.
|
|
4911
|
-
"@skyux/forms": "11.
|
|
4912
|
-
"@skyux/help-inline": "11.
|
|
4913
|
-
"@skyux/i18n": "11.
|
|
4914
|
-
"@skyux/icon": "11.
|
|
4906
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
4907
|
+
"@skyux/animations": "11.7.0",
|
|
4908
|
+
"@skyux/assets": "11.7.0",
|
|
4909
|
+
"@skyux/config": "11.7.0",
|
|
4910
|
+
"@skyux/core": "11.7.0",
|
|
4911
|
+
"@skyux/forms": "11.7.0",
|
|
4912
|
+
"@skyux/help-inline": "11.7.0",
|
|
4913
|
+
"@skyux/i18n": "11.7.0",
|
|
4914
|
+
"@skyux/icon": "11.7.0",
|
|
4915
4915
|
"@skyux/icons": "7.8.0",
|
|
4916
|
-
"@skyux/indicators": "11.
|
|
4917
|
-
"@skyux/inline-form": "11.
|
|
4918
|
-
"@skyux/layout": "11.
|
|
4919
|
-
"@skyux/lists": "11.
|
|
4920
|
-
"@skyux/modals": "11.
|
|
4921
|
-
"@skyux/pages": "11.
|
|
4922
|
-
"@skyux/popovers": "11.
|
|
4923
|
-
"@skyux/router": "11.
|
|
4924
|
-
"@skyux/theme": "11.
|
|
4916
|
+
"@skyux/indicators": "11.7.0",
|
|
4917
|
+
"@skyux/inline-form": "11.7.0",
|
|
4918
|
+
"@skyux/layout": "11.7.0",
|
|
4919
|
+
"@skyux/lists": "11.7.0",
|
|
4920
|
+
"@skyux/modals": "11.7.0",
|
|
4921
|
+
"@skyux/pages": "11.7.0",
|
|
4922
|
+
"@skyux/popovers": "11.7.0",
|
|
4923
|
+
"@skyux/router": "11.7.0",
|
|
4924
|
+
"@skyux/theme": "11.7.0",
|
|
4925
4925
|
"@types/dragula": "2.1.36",
|
|
4926
4926
|
"@types/node": "20.14.12",
|
|
4927
4927
|
"axe-core": "4.10.0",
|
|
@@ -4945,33 +4945,33 @@
|
|
|
4945
4945
|
"@angular/forms": "18.2.5",
|
|
4946
4946
|
"@angular/platform-browser": "18.2.5",
|
|
4947
4947
|
"@angular/router": "18.2.5",
|
|
4948
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
4948
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
4949
4949
|
"@schematics/angular": "18.2.4",
|
|
4950
|
-
"@skyux-sdk/testing": "11.
|
|
4951
|
-
"@skyux/ag-grid": "11.
|
|
4952
|
-
"@skyux/animations": "11.
|
|
4953
|
-
"@skyux/assets": "11.
|
|
4954
|
-
"@skyux/autonumeric": "11.
|
|
4955
|
-
"@skyux/config": "11.
|
|
4956
|
-
"@skyux/core": "11.
|
|
4957
|
-
"@skyux/data-manager": "11.
|
|
4958
|
-
"@skyux/datetime": "11.
|
|
4959
|
-
"@skyux/forms": "11.
|
|
4960
|
-
"@skyux/help-inline": "11.
|
|
4961
|
-
"@skyux/i18n": "11.
|
|
4962
|
-
"@skyux/icon": "11.
|
|
4950
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
4951
|
+
"@skyux/ag-grid": "11.7.0",
|
|
4952
|
+
"@skyux/animations": "11.7.0",
|
|
4953
|
+
"@skyux/assets": "11.7.0",
|
|
4954
|
+
"@skyux/autonumeric": "11.7.0",
|
|
4955
|
+
"@skyux/config": "11.7.0",
|
|
4956
|
+
"@skyux/core": "11.7.0",
|
|
4957
|
+
"@skyux/data-manager": "11.7.0",
|
|
4958
|
+
"@skyux/datetime": "11.7.0",
|
|
4959
|
+
"@skyux/forms": "11.7.0",
|
|
4960
|
+
"@skyux/help-inline": "11.7.0",
|
|
4961
|
+
"@skyux/i18n": "11.7.0",
|
|
4962
|
+
"@skyux/icon": "11.7.0",
|
|
4963
4963
|
"@skyux/icons": "7.8.0",
|
|
4964
|
-
"@skyux/indicators": "11.
|
|
4965
|
-
"@skyux/inline-form": "11.
|
|
4966
|
-
"@skyux/layout": "11.
|
|
4967
|
-
"@skyux/lists": "11.
|
|
4968
|
-
"@skyux/lookup": "11.
|
|
4969
|
-
"@skyux/modals": "11.
|
|
4970
|
-
"@skyux/pages": "11.
|
|
4971
|
-
"@skyux/popovers": "11.
|
|
4972
|
-
"@skyux/router": "11.
|
|
4973
|
-
"@skyux/tabs": "11.
|
|
4974
|
-
"@skyux/theme": "11.
|
|
4964
|
+
"@skyux/indicators": "11.7.0",
|
|
4965
|
+
"@skyux/inline-form": "11.7.0",
|
|
4966
|
+
"@skyux/layout": "11.7.0",
|
|
4967
|
+
"@skyux/lists": "11.7.0",
|
|
4968
|
+
"@skyux/lookup": "11.7.0",
|
|
4969
|
+
"@skyux/modals": "11.7.0",
|
|
4970
|
+
"@skyux/pages": "11.7.0",
|
|
4971
|
+
"@skyux/popovers": "11.7.0",
|
|
4972
|
+
"@skyux/router": "11.7.0",
|
|
4973
|
+
"@skyux/tabs": "11.7.0",
|
|
4974
|
+
"@skyux/theme": "11.7.0",
|
|
4975
4975
|
"@types/dragula": "2.1.36",
|
|
4976
4976
|
"@types/node": "20.14.12",
|
|
4977
4977
|
"ag-grid-angular": "32.2.0",
|
|
@@ -5000,32 +5000,32 @@
|
|
|
5000
5000
|
"@angular/forms": "18.2.5",
|
|
5001
5001
|
"@angular/platform-browser": "18.2.5",
|
|
5002
5002
|
"@angular/router": "18.2.5",
|
|
5003
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
5003
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
5004
5004
|
"@schematics/angular": "18.2.4",
|
|
5005
|
-
"@skyux-sdk/testing": "11.
|
|
5006
|
-
"@skyux/ag-grid": "11.
|
|
5007
|
-
"@skyux/animations": "11.
|
|
5008
|
-
"@skyux/assets": "11.
|
|
5009
|
-
"@skyux/autonumeric": "11.
|
|
5010
|
-
"@skyux/config": "11.
|
|
5011
|
-
"@skyux/core": "11.
|
|
5012
|
-
"@skyux/data-manager": "11.
|
|
5013
|
-
"@skyux/datetime": "11.
|
|
5014
|
-
"@skyux/forms": "11.
|
|
5015
|
-
"@skyux/help-inline": "11.
|
|
5016
|
-
"@skyux/i18n": "11.
|
|
5017
|
-
"@skyux/icon": "11.
|
|
5005
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
5006
|
+
"@skyux/ag-grid": "11.7.0",
|
|
5007
|
+
"@skyux/animations": "11.7.0",
|
|
5008
|
+
"@skyux/assets": "11.7.0",
|
|
5009
|
+
"@skyux/autonumeric": "11.7.0",
|
|
5010
|
+
"@skyux/config": "11.7.0",
|
|
5011
|
+
"@skyux/core": "11.7.0",
|
|
5012
|
+
"@skyux/data-manager": "11.7.0",
|
|
5013
|
+
"@skyux/datetime": "11.7.0",
|
|
5014
|
+
"@skyux/forms": "11.7.0",
|
|
5015
|
+
"@skyux/help-inline": "11.7.0",
|
|
5016
|
+
"@skyux/i18n": "11.7.0",
|
|
5017
|
+
"@skyux/icon": "11.7.0",
|
|
5018
5018
|
"@skyux/icons": "7.8.0",
|
|
5019
|
-
"@skyux/indicators": "11.
|
|
5020
|
-
"@skyux/inline-form": "11.
|
|
5021
|
-
"@skyux/layout": "11.
|
|
5022
|
-
"@skyux/lists": "11.
|
|
5023
|
-
"@skyux/lookup": "11.
|
|
5024
|
-
"@skyux/modals": "11.
|
|
5025
|
-
"@skyux/pages": "11.
|
|
5026
|
-
"@skyux/popovers": "11.
|
|
5027
|
-
"@skyux/router": "11.
|
|
5028
|
-
"@skyux/theme": "11.
|
|
5019
|
+
"@skyux/indicators": "11.7.0",
|
|
5020
|
+
"@skyux/inline-form": "11.7.0",
|
|
5021
|
+
"@skyux/layout": "11.7.0",
|
|
5022
|
+
"@skyux/lists": "11.7.0",
|
|
5023
|
+
"@skyux/lookup": "11.7.0",
|
|
5024
|
+
"@skyux/modals": "11.7.0",
|
|
5025
|
+
"@skyux/pages": "11.7.0",
|
|
5026
|
+
"@skyux/popovers": "11.7.0",
|
|
5027
|
+
"@skyux/router": "11.7.0",
|
|
5028
|
+
"@skyux/theme": "11.7.0",
|
|
5029
5029
|
"@types/dragula": "2.1.36",
|
|
5030
5030
|
"@types/node": "20.14.12",
|
|
5031
5031
|
"ag-grid-angular": "32.2.0",
|
|
@@ -5054,25 +5054,25 @@
|
|
|
5054
5054
|
"@angular/forms": "18.2.5",
|
|
5055
5055
|
"@angular/platform-browser": "18.2.5",
|
|
5056
5056
|
"@angular/router": "18.2.5",
|
|
5057
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
5057
|
+
"@blackbaud/skyux-design-tokens": "0.0.35",
|
|
5058
5058
|
"@schematics/angular": "18.2.4",
|
|
5059
|
-
"@skyux-sdk/testing": "11.
|
|
5060
|
-
"@skyux/assets": "11.
|
|
5061
|
-
"@skyux/colorpicker": "11.
|
|
5062
|
-
"@skyux/config": "11.
|
|
5063
|
-
"@skyux/core": "11.
|
|
5064
|
-
"@skyux/forms": "11.
|
|
5065
|
-
"@skyux/help-inline": "11.
|
|
5066
|
-
"@skyux/i18n": "11.
|
|
5067
|
-
"@skyux/icon": "11.
|
|
5059
|
+
"@skyux-sdk/testing": "11.7.0",
|
|
5060
|
+
"@skyux/assets": "11.7.0",
|
|
5061
|
+
"@skyux/colorpicker": "11.7.0",
|
|
5062
|
+
"@skyux/config": "11.7.0",
|
|
5063
|
+
"@skyux/core": "11.7.0",
|
|
5064
|
+
"@skyux/forms": "11.7.0",
|
|
5065
|
+
"@skyux/help-inline": "11.7.0",
|
|
5066
|
+
"@skyux/i18n": "11.7.0",
|
|
5067
|
+
"@skyux/icon": "11.7.0",
|
|
5068
5068
|
"@skyux/icons": "7.8.0",
|
|
5069
|
-
"@skyux/indicators": "11.
|
|
5070
|
-
"@skyux/layout": "11.
|
|
5071
|
-
"@skyux/modals": "11.
|
|
5072
|
-
"@skyux/pages": "11.
|
|
5073
|
-
"@skyux/popovers": "11.
|
|
5074
|
-
"@skyux/router": "11.
|
|
5075
|
-
"@skyux/theme": "11.
|
|
5069
|
+
"@skyux/indicators": "11.7.0",
|
|
5070
|
+
"@skyux/layout": "11.7.0",
|
|
5071
|
+
"@skyux/modals": "11.7.0",
|
|
5072
|
+
"@skyux/pages": "11.7.0",
|
|
5073
|
+
"@skyux/popovers": "11.7.0",
|
|
5074
|
+
"@skyux/router": "11.7.0",
|
|
5075
|
+
"@skyux/theme": "11.7.0",
|
|
5076
5076
|
"@types/node": "20.14.12",
|
|
5077
5077
|
"axe-core": "4.10.0",
|
|
5078
5078
|
"fontfaceobserver": "2.3.0",
|