@skyux/pages 11.12.0 → 11.13.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 +358 -273
- package/esm2022/lib/modules/action-hub/action-hub-buttons.component.mjs +2 -2
- package/esm2022/lib/modules/action-hub/action-hub.component.mjs +13 -10
- package/esm2022/lib/modules/action-hub/action-hub.module.mjs +7 -3
- package/esm2022/lib/modules/needs-attention/needs-attention.component.mjs +2 -2
- package/esm2022/lib/modules/page-header/page-header-avatar.component.mjs +2 -2
- package/esm2022/lib/modules/page-header/page-header.component.mjs +2 -2
- package/fesm2022/skyux-pages.mjs +179 -176
- package/fesm2022/skyux-pages.mjs.map +1 -1
- package/lib/modules/action-hub/action-hub.module.d.ts +2 -1
- package/package.json +9 -9
package/documentation.json
CHANGED
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
"sources": [
|
|
62
62
|
{
|
|
63
63
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
|
|
64
|
-
"line":
|
|
64
|
+
"line": 45,
|
|
65
65
|
"character": 13,
|
|
66
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
66
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.module.ts#L45"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"decorators": [
|
|
70
70
|
{
|
|
71
71
|
"name": "NgModule",
|
|
72
72
|
"arguments": {
|
|
73
|
-
"obj": "@NgModule({\n imports: [\n SkyActionHubRecentLinksResolvePipe,\n SkyBoxModule,\n SkyFluidGridModule,\n SkyLinkListModule,\n SkyModalLinkListModule,\n SkyNeedsAttentionModule,\n SkyPageHeaderModule,\n SkyPagesResourcesModule,\n SkyThemeModule,\n SkyWaitModule,\n ],\n declarations: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n SkyActionHubRelatedLinksSortPipe,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n})"
|
|
73
|
+
"obj": "@NgModule({\n imports: [\n SkyActionHubRecentLinksResolvePipe,\n SkyBoxModule,\n SkyFluidGridModule,\n SkyLinkListModule,\n SkyModalLinkListModule,\n SkyNeedsAttentionModule,\n SkyPageHeaderModule,\n SkyPagesResourcesModule,\n SkyThemeModule,\n SkyWaitModule,\n SkyPageModule,\n ],\n declarations: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n SkyActionHubRelatedLinksSortPipe,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n})"
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
]
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"fileName": "projects/pages/src/modules/link-list/link-list.module.ts",
|
|
96
96
|
"line": 20,
|
|
97
97
|
"character": 13,
|
|
98
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
98
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list/link-list.module.ts#L20"
|
|
99
99
|
}
|
|
100
100
|
],
|
|
101
101
|
"decorators": [
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"fileName": "projects/pages/src/modules/page-header/page-header.module.ts",
|
|
128
128
|
"line": 36,
|
|
129
129
|
"character": 13,
|
|
130
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
130
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header.module.ts#L36"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
"decorators": [
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"fileName": "projects/pages/src/modules/page/page.module.ts",
|
|
160
160
|
"line": 30,
|
|
161
161
|
"character": 13,
|
|
162
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
162
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.module.ts#L30"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
165
|
"decorators": [
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
200
200
|
"line": 67,
|
|
201
201
|
"character": 9,
|
|
202
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
202
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L67"
|
|
203
203
|
}
|
|
204
204
|
],
|
|
205
205
|
"type": {
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
236
236
|
"line": 40,
|
|
237
237
|
"character": 9,
|
|
238
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
238
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L40"
|
|
239
239
|
}
|
|
240
240
|
],
|
|
241
241
|
"type": {
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
280
280
|
"line": 46,
|
|
281
281
|
"character": 9,
|
|
282
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
282
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L46"
|
|
283
283
|
}
|
|
284
284
|
],
|
|
285
285
|
"type": {
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
325
325
|
"line": 52,
|
|
326
326
|
"character": 9,
|
|
327
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
327
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L52"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
330
|
"type": {
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
370
370
|
"line": 58,
|
|
371
371
|
"character": 9,
|
|
372
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
372
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L58"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
375
375
|
"type": {
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
418
418
|
"line": 65,
|
|
419
419
|
"character": 9,
|
|
420
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
420
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L65"
|
|
421
421
|
}
|
|
422
422
|
],
|
|
423
423
|
"type": {
|
|
@@ -444,13 +444,13 @@
|
|
|
444
444
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
445
445
|
"line": 25,
|
|
446
446
|
"character": 13,
|
|
447
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
447
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L25"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
451
451
|
"line": 32,
|
|
452
452
|
"character": 13,
|
|
453
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
453
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
|
|
454
454
|
}
|
|
455
455
|
],
|
|
456
456
|
"getSignature": {
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
|
|
465
465
|
"line": 32,
|
|
466
466
|
"character": 13,
|
|
467
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
467
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L32"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
470
|
"type": {
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts",
|
|
505
505
|
"line": 25,
|
|
506
506
|
"character": 13,
|
|
507
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
507
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L25"
|
|
508
508
|
}
|
|
509
509
|
],
|
|
510
510
|
"parameters": [
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
568
568
|
"line": 20,
|
|
569
569
|
"character": 13,
|
|
570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
570
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L20"
|
|
571
571
|
}
|
|
572
572
|
],
|
|
573
573
|
"decorators": [
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
606
606
|
"line": 26,
|
|
607
607
|
"character": 2,
|
|
608
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
608
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
611
|
"signatures": [
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"fileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
|
|
621
621
|
"line": 26,
|
|
622
622
|
"character": 2,
|
|
623
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
623
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L26"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
626
626
|
"type": {
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
646
646
|
"line": 38,
|
|
647
647
|
"character": 9,
|
|
648
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
648
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
|
|
649
649
|
}
|
|
650
650
|
],
|
|
651
651
|
"signatures": [
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"fileName": "libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts",
|
|
661
661
|
"line": 38,
|
|
662
662
|
"character": 9,
|
|
663
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
663
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L38"
|
|
664
664
|
}
|
|
665
665
|
],
|
|
666
666
|
"type": {
|
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
"fileName": "projects/pages/src/modules/page-header/page-header-avatar.component.ts",
|
|
702
702
|
"line": 21,
|
|
703
703
|
"character": 13,
|
|
704
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
704
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-avatar.component.ts#L21"
|
|
705
705
|
}
|
|
706
706
|
],
|
|
707
707
|
"implementedTypes": [
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
"fileName": "projects/pages/src/modules/page-header/page-header-alerts.component.ts",
|
|
753
753
|
"line": 11,
|
|
754
754
|
"character": 13,
|
|
755
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
755
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-alerts.component.ts#L11"
|
|
756
756
|
}
|
|
757
757
|
],
|
|
758
758
|
"decorators": [
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"fileName": "projects/pages/src/modules/page/page-links.component.ts",
|
|
793
793
|
"line": 18,
|
|
794
794
|
"character": 13,
|
|
795
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
795
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-links.component.ts#L18"
|
|
796
796
|
}
|
|
797
797
|
],
|
|
798
798
|
"decorators": [
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
"fileName": "projects/pages/src/modules/link-list/link-list.component.ts",
|
|
850
850
|
"line": 32,
|
|
851
851
|
"character": 18,
|
|
852
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
852
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list/link-list.component.ts#L32"
|
|
853
853
|
}
|
|
854
854
|
],
|
|
855
855
|
"type": {
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
"fileName": "projects/pages/src/modules/link-list/link-list.component.ts",
|
|
909
909
|
"line": 37,
|
|
910
910
|
"character": 18,
|
|
911
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
911
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list/link-list.component.ts#L37"
|
|
912
912
|
}
|
|
913
913
|
],
|
|
914
914
|
"type": {
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
"fileName": "projects/pages/src/modules/link-list/link-list.component.ts",
|
|
953
953
|
"line": 28,
|
|
954
954
|
"character": 13,
|
|
955
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
955
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list/link-list.component.ts#L28"
|
|
956
956
|
}
|
|
957
957
|
],
|
|
958
958
|
"decorators": [
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"fileName": "projects/pages/src/modules/link-list/link-list-item.component.ts",
|
|
993
993
|
"line": 20,
|
|
994
994
|
"character": 13,
|
|
995
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
995
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list/link-list-item.component.ts#L20"
|
|
996
996
|
}
|
|
997
997
|
],
|
|
998
998
|
"decorators": [
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
"fileName": "projects/pages/src/modules/link-list-recently-accessed/link-list-recently-accessed.component.ts",
|
|
1082
1082
|
"line": 32,
|
|
1083
1083
|
"character": 18,
|
|
1084
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1084
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list-recently-accessed/link-list-recently-accessed.component.ts#L32"
|
|
1085
1085
|
}
|
|
1086
1086
|
],
|
|
1087
1087
|
"type": {
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"fileName": "projects/pages/src/modules/link-list-recently-accessed/link-list-recently-accessed.component.ts",
|
|
1125
1125
|
"line": 26,
|
|
1126
1126
|
"character": 13,
|
|
1127
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1127
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/link-list-recently-accessed/link-list-recently-accessed.component.ts#L26"
|
|
1128
1128
|
}
|
|
1129
1129
|
],
|
|
1130
1130
|
"decorators": [
|
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
"fileName": "projects/pages/src/modules/action-hub/action-hub-buttons.component.ts",
|
|
1169
1169
|
"line": 17,
|
|
1170
1170
|
"character": 13,
|
|
1171
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1171
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts#L17"
|
|
1172
1172
|
}
|
|
1173
1173
|
],
|
|
1174
1174
|
"decorators": [
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
"fileName": "projects/pages/src/modules/action-hub/action-hub-content.component.ts",
|
|
1209
1209
|
"line": 10,
|
|
1210
1210
|
"character": 13,
|
|
1211
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1211
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts#L10"
|
|
1212
1212
|
}
|
|
1213
1213
|
],
|
|
1214
1214
|
"decorators": [
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
1258
1258
|
"line": 24,
|
|
1259
1259
|
"character": 9,
|
|
1260
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1260
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L24"
|
|
1261
1261
|
}
|
|
1262
1262
|
],
|
|
1263
1263
|
"type": {
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
1293
1293
|
"line": 18,
|
|
1294
1294
|
"character": 9,
|
|
1295
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1295
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L18"
|
|
1296
1296
|
}
|
|
1297
1297
|
],
|
|
1298
1298
|
"type": {
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
1329
1329
|
"line": 13,
|
|
1330
1330
|
"character": 13,
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1331
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L13"
|
|
1332
1332
|
}
|
|
1333
1333
|
],
|
|
1334
1334
|
"decorators": [
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1361
1361
|
"line": 27,
|
|
1362
1362
|
"character": 9,
|
|
1363
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1363
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L27"
|
|
1364
1364
|
}
|
|
1365
1365
|
],
|
|
1366
1366
|
"type": {
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1389
1389
|
"line": 25,
|
|
1390
1390
|
"character": 9,
|
|
1391
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1391
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L25"
|
|
1392
1392
|
}
|
|
1393
1393
|
],
|
|
1394
1394
|
"type": {
|
|
@@ -1414,13 +1414,13 @@
|
|
|
1414
1414
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1415
1415
|
"line": 15,
|
|
1416
1416
|
"character": 13,
|
|
1417
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1417
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L15"
|
|
1418
1418
|
},
|
|
1419
1419
|
{
|
|
1420
1420
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1421
1421
|
"line": 20,
|
|
1422
1422
|
"character": 13,
|
|
1423
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1423
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
|
|
1424
1424
|
}
|
|
1425
1425
|
],
|
|
1426
1426
|
"getSignature": {
|
|
@@ -1434,7 +1434,7 @@
|
|
|
1434
1434
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1435
1435
|
"line": 20,
|
|
1436
1436
|
"character": 13,
|
|
1437
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1437
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L20"
|
|
1438
1438
|
}
|
|
1439
1439
|
],
|
|
1440
1440
|
"type": {
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1456
1456
|
"line": 15,
|
|
1457
1457
|
"character": 13,
|
|
1458
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1458
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L15"
|
|
1459
1459
|
}
|
|
1460
1460
|
],
|
|
1461
1461
|
"parameters": [
|
|
@@ -1497,7 +1497,7 @@
|
|
|
1497
1497
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1498
1498
|
"line": 34,
|
|
1499
1499
|
"character": 9,
|
|
1500
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1500
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
|
|
1501
1501
|
}
|
|
1502
1502
|
],
|
|
1503
1503
|
"signatures": [
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"fileName": "libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts",
|
|
1513
1513
|
"line": 34,
|
|
1514
1514
|
"character": 9,
|
|
1515
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1515
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L34"
|
|
1516
1516
|
}
|
|
1517
1517
|
],
|
|
1518
1518
|
"parameters": [
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
1572
1572
|
"line": 13,
|
|
1573
1573
|
"character": 13,
|
|
1574
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1574
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L13"
|
|
1575
1575
|
}
|
|
1576
1576
|
],
|
|
1577
1577
|
"decorators": [
|
|
@@ -1611,7 +1611,7 @@
|
|
|
1611
1611
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1612
1612
|
"line": 71,
|
|
1613
1613
|
"character": 9,
|
|
1614
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1614
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L71"
|
|
1615
1615
|
}
|
|
1616
1616
|
],
|
|
1617
1617
|
"type": {
|
|
@@ -1634,7 +1634,7 @@
|
|
|
1634
1634
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1635
1635
|
"line": 66,
|
|
1636
1636
|
"character": 13,
|
|
1637
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1637
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L66"
|
|
1638
1638
|
}
|
|
1639
1639
|
],
|
|
1640
1640
|
"setSignature": {
|
|
@@ -1656,7 +1656,7 @@
|
|
|
1656
1656
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1657
1657
|
"line": 66,
|
|
1658
1658
|
"character": 13,
|
|
1659
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1659
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L66"
|
|
1660
1660
|
}
|
|
1661
1661
|
],
|
|
1662
1662
|
"parameters": [
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1697
1697
|
"line": 57,
|
|
1698
1698
|
"character": 13,
|
|
1699
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1699
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L57"
|
|
1700
1700
|
}
|
|
1701
1701
|
],
|
|
1702
1702
|
"setSignature": {
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1746
1746
|
"line": 57,
|
|
1747
1747
|
"character": 13,
|
|
1748
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1748
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L57"
|
|
1749
1749
|
}
|
|
1750
1750
|
],
|
|
1751
1751
|
"parameters": [
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1788
1788
|
"line": 99,
|
|
1789
1789
|
"character": 9,
|
|
1790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1790
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L99"
|
|
1791
1791
|
}
|
|
1792
1792
|
],
|
|
1793
1793
|
"signatures": [
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1803
1803
|
"line": 99,
|
|
1804
1804
|
"character": 9,
|
|
1805
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1805
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L99"
|
|
1806
1806
|
}
|
|
1807
1807
|
],
|
|
1808
1808
|
"type": {
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1837
1837
|
"line": 86,
|
|
1838
1838
|
"character": 9,
|
|
1839
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1839
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L86"
|
|
1840
1840
|
}
|
|
1841
1841
|
],
|
|
1842
1842
|
"signatures": [
|
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"fileName": "libs/components/pages/src/lib/modules/page/page.component.ts",
|
|
1852
1852
|
"line": 86,
|
|
1853
1853
|
"character": 9,
|
|
1854
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1854
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L86"
|
|
1855
1855
|
}
|
|
1856
1856
|
],
|
|
1857
1857
|
"type": {
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
"fileName": "projects/pages/src/modules/page/page.component.ts",
|
|
1907
1907
|
"line": 48,
|
|
1908
1908
|
"character": 13,
|
|
1909
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1909
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page.component.ts#L48"
|
|
1910
1910
|
}
|
|
1911
1911
|
],
|
|
1912
1912
|
"implementedTypes": [
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
1967
1967
|
"line": 43,
|
|
1968
1968
|
"character": 9,
|
|
1969
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1969
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-content.component.ts#L43"
|
|
1970
1970
|
}
|
|
1971
1971
|
],
|
|
1972
1972
|
"signatures": [
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
"fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
|
|
1982
1982
|
"line": 43,
|
|
1983
1983
|
"character": 9,
|
|
1984
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1984
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-content.component.ts#L43"
|
|
1985
1985
|
}
|
|
1986
1986
|
],
|
|
1987
1987
|
"type": {
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
2016
2016
|
"line": 37,
|
|
2017
2017
|
"character": 9,
|
|
2018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2018
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-content.component.ts#L37"
|
|
2019
2019
|
}
|
|
2020
2020
|
],
|
|
2021
2021
|
"signatures": [
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
"fileName": "libs/components/pages/src/lib/modules/page/page-content.component.ts",
|
|
2031
2031
|
"line": 37,
|
|
2032
2032
|
"character": 9,
|
|
2033
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2033
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-content.component.ts#L37"
|
|
2034
2034
|
}
|
|
2035
2035
|
],
|
|
2036
2036
|
"type": {
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
"fileName": "projects/pages/src/modules/page/page-content.component.ts",
|
|
2073
2073
|
"line": 31,
|
|
2074
2074
|
"character": 13,
|
|
2075
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2075
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/page-content.component.ts#L31"
|
|
2076
2076
|
}
|
|
2077
2077
|
],
|
|
2078
2078
|
"implementedTypes": [
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
"fileName": "projects/pages/src/modules/page-header/page-header-details.component.ts",
|
|
2133
2133
|
"line": 12,
|
|
2134
2134
|
"character": 13,
|
|
2135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2135
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-details.component.ts#L12"
|
|
2136
2136
|
}
|
|
2137
2137
|
],
|
|
2138
2138
|
"decorators": [
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
"fileName": "projects/pages/src/modules/page-header/page-header-actions.component.ts",
|
|
2173
2173
|
"line": 13,
|
|
2174
2174
|
"character": 13,
|
|
2175
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2175
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page-header/page-header-actions.component.ts#L13"
|
|
2176
2176
|
}
|
|
2177
2177
|
],
|
|
2178
2178
|
"decorators": [
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2221
2221
|
"line": 33,
|
|
2222
2222
|
"character": 2,
|
|
2223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2223
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L33"
|
|
2224
2224
|
}
|
|
2225
2225
|
],
|
|
2226
2226
|
"type": {
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2271
2271
|
"line": 18,
|
|
2272
2272
|
"character": 2,
|
|
2273
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2273
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L18"
|
|
2274
2274
|
}
|
|
2275
2275
|
],
|
|
2276
2276
|
"type": {
|
|
@@ -2299,7 +2299,7 @@
|
|
|
2299
2299
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2300
2300
|
"line": 22,
|
|
2301
2301
|
"character": 2,
|
|
2302
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2302
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
2303
2303
|
}
|
|
2304
2304
|
],
|
|
2305
2305
|
"type": {
|
|
@@ -2324,7 +2324,7 @@
|
|
|
2324
2324
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2325
2325
|
"line": 23,
|
|
2326
2326
|
"character": 4,
|
|
2327
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2327
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
|
|
2328
2328
|
}
|
|
2329
2329
|
],
|
|
2330
2330
|
"type": {
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2348
2348
|
"line": 25,
|
|
2349
2349
|
"character": 6,
|
|
2350
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2350
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L25"
|
|
2351
2351
|
}
|
|
2352
2352
|
],
|
|
2353
2353
|
"type": {
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2372
2372
|
"line": 26,
|
|
2373
2373
|
"character": 6,
|
|
2374
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2374
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L26"
|
|
2375
2375
|
}
|
|
2376
2376
|
],
|
|
2377
2377
|
"type": {
|
|
@@ -2399,7 +2399,7 @@
|
|
|
2399
2399
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2400
2400
|
"line": 23,
|
|
2401
2401
|
"character": 12,
|
|
2402
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2402
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L23"
|
|
2403
2403
|
}
|
|
2404
2404
|
]
|
|
2405
2405
|
}
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2419
2419
|
"line": 28,
|
|
2420
2420
|
"character": 4,
|
|
2421
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2421
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L28"
|
|
2422
2422
|
}
|
|
2423
2423
|
],
|
|
2424
2424
|
"type": {
|
|
@@ -2441,7 +2441,7 @@
|
|
|
2441
2441
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2442
2442
|
"line": 22,
|
|
2443
2443
|
"character": 14,
|
|
2444
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2444
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
2445
2445
|
}
|
|
2446
2446
|
]
|
|
2447
2447
|
}
|
|
@@ -2466,7 +2466,7 @@
|
|
|
2466
2466
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2467
2467
|
"line": 13,
|
|
2468
2468
|
"character": 2,
|
|
2469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2469
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L13"
|
|
2470
2470
|
}
|
|
2471
2471
|
],
|
|
2472
2472
|
"type": {
|
|
@@ -2491,7 +2491,7 @@
|
|
|
2491
2491
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
2492
2492
|
"line": 9,
|
|
2493
2493
|
"character": 17,
|
|
2494
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2494
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L9"
|
|
2495
2495
|
}
|
|
2496
2496
|
]
|
|
2497
2497
|
},
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
2514
2514
|
"line": 6,
|
|
2515
2515
|
"character": 2,
|
|
2516
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2516
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L6"
|
|
2517
2517
|
}
|
|
2518
2518
|
],
|
|
2519
2519
|
"type": {
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
2536
2536
|
"line": 5,
|
|
2537
2537
|
"character": 17,
|
|
2538
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2538
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
|
|
2539
2539
|
}
|
|
2540
2540
|
]
|
|
2541
2541
|
},
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
2574
2574
|
"line": 8,
|
|
2575
2575
|
"character": 2,
|
|
2576
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2576
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
2577
2577
|
}
|
|
2578
2578
|
],
|
|
2579
2579
|
"type": {
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
2606
2606
|
"line": 12,
|
|
2607
2607
|
"character": 2,
|
|
2608
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2608
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
2609
2609
|
}
|
|
2610
2610
|
],
|
|
2611
2611
|
"type": {
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2631
2631
|
"line": 13,
|
|
2632
2632
|
"character": 4,
|
|
2633
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2633
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
2634
2634
|
}
|
|
2635
2635
|
],
|
|
2636
2636
|
"type": {
|
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2654
2654
|
"line": 14,
|
|
2655
2655
|
"character": 6,
|
|
2656
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2656
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
2657
2657
|
}
|
|
2658
2658
|
],
|
|
2659
2659
|
"type": {
|
|
@@ -2677,7 +2677,7 @@
|
|
|
2677
2677
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2678
2678
|
"line": 15,
|
|
2679
2679
|
"character": 6,
|
|
2680
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2680
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
2681
2681
|
}
|
|
2682
2682
|
],
|
|
2683
2683
|
"type": {
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2706
2706
|
"line": 13,
|
|
2707
2707
|
"character": 12,
|
|
2708
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2708
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
2709
2709
|
}
|
|
2710
2710
|
]
|
|
2711
2711
|
}
|
|
@@ -2724,7 +2724,7 @@
|
|
|
2724
2724
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2725
2725
|
"line": 17,
|
|
2726
2726
|
"character": 4,
|
|
2727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2727
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
2728
2728
|
}
|
|
2729
2729
|
],
|
|
2730
2730
|
"type": {
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
2748
2748
|
"line": 12,
|
|
2749
2749
|
"character": 13,
|
|
2750
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2750
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
2751
2751
|
}
|
|
2752
2752
|
]
|
|
2753
2753
|
}
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
2769
2769
|
"line": 8,
|
|
2770
2770
|
"character": 17,
|
|
2771
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2771
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L8"
|
|
2772
2772
|
}
|
|
2773
2773
|
],
|
|
2774
2774
|
"extendedTypes": [
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
2825
2825
|
"line": 8,
|
|
2826
2826
|
"character": 2,
|
|
2827
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2827
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
2828
2828
|
}
|
|
2829
2829
|
],
|
|
2830
2830
|
"type": {
|
|
@@ -2858,7 +2858,7 @@
|
|
|
2858
2858
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
2859
2859
|
"line": 23,
|
|
2860
2860
|
"character": 2,
|
|
2861
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2861
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
2862
2862
|
}
|
|
2863
2863
|
],
|
|
2864
2864
|
"type": {
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2882
2882
|
"line": 24,
|
|
2883
2883
|
"character": 4,
|
|
2884
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2884
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L24"
|
|
2885
2885
|
}
|
|
2886
2886
|
],
|
|
2887
2887
|
"type": {
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2903
2903
|
"line": 25,
|
|
2904
2904
|
"character": 4,
|
|
2905
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2905
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L25"
|
|
2906
2906
|
}
|
|
2907
2907
|
],
|
|
2908
2908
|
"type": {
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2931
2931
|
"line": 23,
|
|
2932
2932
|
"character": 10,
|
|
2933
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2933
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
2934
2934
|
}
|
|
2935
2935
|
]
|
|
2936
2936
|
}
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
2958
2958
|
"line": 13,
|
|
2959
2959
|
"character": 2,
|
|
2960
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2960
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
2961
2961
|
}
|
|
2962
2962
|
],
|
|
2963
2963
|
"type": {
|
|
@@ -2982,7 +2982,7 @@
|
|
|
2982
2982
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
2983
2983
|
"line": 14,
|
|
2984
2984
|
"character": 4,
|
|
2985
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2985
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
2986
2986
|
}
|
|
2987
2987
|
],
|
|
2988
2988
|
"type": {
|
|
@@ -3005,7 +3005,7 @@
|
|
|
3005
3005
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
3006
3006
|
"line": 15,
|
|
3007
3007
|
"character": 6,
|
|
3008
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3008
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L15"
|
|
3009
3009
|
}
|
|
3010
3010
|
],
|
|
3011
3011
|
"type": {
|
|
@@ -3029,7 +3029,7 @@
|
|
|
3029
3029
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
3030
3030
|
"line": 16,
|
|
3031
3031
|
"character": 6,
|
|
3032
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3032
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L16"
|
|
3033
3033
|
}
|
|
3034
3034
|
],
|
|
3035
3035
|
"type": {
|
|
@@ -3057,7 +3057,7 @@
|
|
|
3057
3057
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
3058
3058
|
"line": 14,
|
|
3059
3059
|
"character": 12,
|
|
3060
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3060
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
3061
3061
|
}
|
|
3062
3062
|
]
|
|
3063
3063
|
}
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
3077
3077
|
"line": 18,
|
|
3078
3078
|
"character": 4,
|
|
3079
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3079
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L18"
|
|
3080
3080
|
}
|
|
3081
3081
|
],
|
|
3082
3082
|
"type": {
|
|
@@ -3099,7 +3099,7 @@
|
|
|
3099
3099
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts",
|
|
3100
3100
|
"line": 13,
|
|
3101
3101
|
"character": 14,
|
|
3102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3102
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
3103
3103
|
}
|
|
3104
3104
|
]
|
|
3105
3105
|
}
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
3122
3122
|
"line": 9,
|
|
3123
3123
|
"character": 17,
|
|
3124
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3124
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L9"
|
|
3125
3125
|
}
|
|
3126
3126
|
],
|
|
3127
3127
|
"extendedTypes": [
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
3171
3171
|
"line": 8,
|
|
3172
3172
|
"character": 2,
|
|
3173
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3173
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
3174
3174
|
}
|
|
3175
3175
|
],
|
|
3176
3176
|
"type": {
|
|
@@ -3202,7 +3202,7 @@
|
|
|
3202
3202
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
3203
3203
|
"line": 9,
|
|
3204
3204
|
"character": 2,
|
|
3205
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3205
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L9"
|
|
3206
3206
|
}
|
|
3207
3207
|
],
|
|
3208
3208
|
"type": {
|
|
@@ -3243,7 +3243,7 @@
|
|
|
3243
3243
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
3244
3244
|
"line": 12,
|
|
3245
3245
|
"character": 2,
|
|
3246
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3246
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
3247
3247
|
}
|
|
3248
3248
|
],
|
|
3249
3249
|
"type": {
|
|
@@ -3268,7 +3268,7 @@
|
|
|
3268
3268
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3269
3269
|
"line": 13,
|
|
3270
3270
|
"character": 4,
|
|
3271
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3271
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
3272
3272
|
}
|
|
3273
3273
|
],
|
|
3274
3274
|
"type": {
|
|
@@ -3291,7 +3291,7 @@
|
|
|
3291
3291
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3292
3292
|
"line": 14,
|
|
3293
3293
|
"character": 6,
|
|
3294
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3294
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
3295
3295
|
}
|
|
3296
3296
|
],
|
|
3297
3297
|
"type": {
|
|
@@ -3315,7 +3315,7 @@
|
|
|
3315
3315
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3316
3316
|
"line": 15,
|
|
3317
3317
|
"character": 6,
|
|
3318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3318
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
3319
3319
|
}
|
|
3320
3320
|
],
|
|
3321
3321
|
"type": {
|
|
@@ -3343,7 +3343,7 @@
|
|
|
3343
3343
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3344
3344
|
"line": 13,
|
|
3345
3345
|
"character": 12,
|
|
3346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3346
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
3347
3347
|
}
|
|
3348
3348
|
]
|
|
3349
3349
|
}
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3363
3363
|
"line": 17,
|
|
3364
3364
|
"character": 4,
|
|
3365
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3365
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
3366
3366
|
}
|
|
3367
3367
|
],
|
|
3368
3368
|
"type": {
|
|
@@ -3385,7 +3385,7 @@
|
|
|
3385
3385
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/page-link.ts",
|
|
3386
3386
|
"line": 12,
|
|
3387
3387
|
"character": 13,
|
|
3388
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3388
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
3389
3389
|
}
|
|
3390
3390
|
]
|
|
3391
3391
|
}
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
3413
3413
|
"line": 8,
|
|
3414
3414
|
"character": 17,
|
|
3415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3415
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L8"
|
|
3416
3416
|
}
|
|
3417
3417
|
],
|
|
3418
3418
|
"extendedTypes": [
|
|
@@ -3435,7 +3435,7 @@
|
|
|
3435
3435
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
3436
3436
|
"line": 1,
|
|
3437
3437
|
"character": 12,
|
|
3438
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3438
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
3439
3439
|
}
|
|
3440
3440
|
],
|
|
3441
3441
|
"type": {
|
|
@@ -3451,7 +3451,7 @@
|
|
|
3451
3451
|
"fileName": "libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
3452
3452
|
"line": 1,
|
|
3453
3453
|
"character": 53,
|
|
3454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3454
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
3455
3455
|
}
|
|
3456
3456
|
],
|
|
3457
3457
|
"signatures": [
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
"fileName": "projects/pages/src/modules/page/types/page-layout-type.ts",
|
|
3497
3497
|
"line": 1,
|
|
3498
3498
|
"character": 12,
|
|
3499
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3499
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/page/types/page-layout-type.ts#L1"
|
|
3500
3500
|
}
|
|
3501
3501
|
],
|
|
3502
3502
|
"type": {
|
|
@@ -3536,7 +3536,7 @@
|
|
|
3536
3536
|
"fileName": "projects/pages/src/modules/action-hub/types/page-links-input.ts",
|
|
3537
3537
|
"line": 3,
|
|
3538
3538
|
"character": 12,
|
|
3539
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3539
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts#L3"
|
|
3540
3540
|
}
|
|
3541
3541
|
],
|
|
3542
3542
|
"type": {
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-links-input.ts",
|
|
3574
3574
|
"line": 3,
|
|
3575
3575
|
"character": 12,
|
|
3576
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3576
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts#L3"
|
|
3577
3577
|
}
|
|
3578
3578
|
],
|
|
3579
3579
|
"type": {
|
|
@@ -3618,7 +3618,7 @@
|
|
|
3618
3618
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-links-input.ts",
|
|
3619
3619
|
"line": 8,
|
|
3620
3620
|
"character": 12,
|
|
3621
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3621
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts#L8"
|
|
3622
3622
|
}
|
|
3623
3623
|
],
|
|
3624
3624
|
"type": {
|
|
@@ -3745,7 +3745,7 @@
|
|
|
3745
3745
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness.ts",
|
|
3746
3746
|
"line": 32,
|
|
3747
3747
|
"character": 15,
|
|
3748
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3748
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L32"
|
|
3749
3749
|
}
|
|
3750
3750
|
],
|
|
3751
3751
|
"signatures": [
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
"fileName": "libs/components/pages/testing/src/link-list/link-list-harness.ts",
|
|
3777
3777
|
"line": 32,
|
|
3778
3778
|
"character": 15,
|
|
3779
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3779
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L32"
|
|
3780
3780
|
}
|
|
3781
3781
|
],
|
|
3782
3782
|
"type": {
|
|
@@ -3895,7 +3895,7 @@
|
|
|
3895
3895
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness.ts",
|
|
3896
3896
|
"line": 42,
|
|
3897
3897
|
"character": 15,
|
|
3898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3898
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L42"
|
|
3899
3899
|
}
|
|
3900
3900
|
],
|
|
3901
3901
|
"signatures": [
|
|
@@ -3918,7 +3918,7 @@
|
|
|
3918
3918
|
"fileName": "libs/components/pages/testing/src/link-list/link-list-harness.ts",
|
|
3919
3919
|
"line": 42,
|
|
3920
3920
|
"character": 15,
|
|
3921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3921
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L42"
|
|
3922
3922
|
}
|
|
3923
3923
|
],
|
|
3924
3924
|
"type": {
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness.ts",
|
|
3954
3954
|
"line": 52,
|
|
3955
3955
|
"character": 15,
|
|
3956
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3956
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L52"
|
|
3957
3957
|
}
|
|
3958
3958
|
],
|
|
3959
3959
|
"signatures": [
|
|
@@ -3976,7 +3976,7 @@
|
|
|
3976
3976
|
"fileName": "libs/components/pages/testing/src/link-list/link-list-harness.ts",
|
|
3977
3977
|
"line": 52,
|
|
3978
3978
|
"character": 15,
|
|
3979
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3979
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L52"
|
|
3980
3980
|
}
|
|
3981
3981
|
],
|
|
3982
3982
|
"type": {
|
|
@@ -4012,7 +4012,7 @@
|
|
|
4012
4012
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness.ts",
|
|
4013
4013
|
"line": 23,
|
|
4014
4014
|
"character": 16,
|
|
4015
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4015
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L23"
|
|
4016
4016
|
}
|
|
4017
4017
|
],
|
|
4018
4018
|
"signatures": [
|
|
@@ -4051,7 +4051,7 @@
|
|
|
4051
4051
|
"fileName": "libs/components/pages/testing/src/link-list/link-list-harness.ts",
|
|
4052
4052
|
"line": 23,
|
|
4053
4053
|
"character": 16,
|
|
4054
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4054
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L23"
|
|
4055
4055
|
}
|
|
4056
4056
|
],
|
|
4057
4057
|
"parameters": [
|
|
@@ -4114,7 +4114,7 @@
|
|
|
4114
4114
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness.ts",
|
|
4115
4115
|
"line": 10,
|
|
4116
4116
|
"character": 13,
|
|
4117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4117
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness.ts#L10"
|
|
4118
4118
|
}
|
|
4119
4119
|
],
|
|
4120
4120
|
"extendedTypes": [
|
|
@@ -4222,7 +4222,7 @@
|
|
|
4222
4222
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
4223
4223
|
"line": 35,
|
|
4224
4224
|
"character": 15,
|
|
4225
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4225
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L35"
|
|
4226
4226
|
}
|
|
4227
4227
|
],
|
|
4228
4228
|
"signatures": [
|
|
@@ -4245,7 +4245,7 @@
|
|
|
4245
4245
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4246
4246
|
"line": 35,
|
|
4247
4247
|
"character": 15,
|
|
4248
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4248
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L35"
|
|
4249
4249
|
}
|
|
4250
4250
|
],
|
|
4251
4251
|
"type": {
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
4283
4283
|
"line": 51,
|
|
4284
4284
|
"character": 15,
|
|
4285
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4285
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L51"
|
|
4286
4286
|
}
|
|
4287
4287
|
],
|
|
4288
4288
|
"signatures": [
|
|
@@ -4305,7 +4305,7 @@
|
|
|
4305
4305
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4306
4306
|
"line": 51,
|
|
4307
4307
|
"character": 15,
|
|
4308
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4308
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L51"
|
|
4309
4309
|
}
|
|
4310
4310
|
],
|
|
4311
4311
|
"parameters": [
|
|
@@ -4452,7 +4452,7 @@
|
|
|
4452
4452
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
4453
4453
|
"line": 26,
|
|
4454
4454
|
"character": 16,
|
|
4455
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4455
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L26"
|
|
4456
4456
|
}
|
|
4457
4457
|
],
|
|
4458
4458
|
"signatures": [
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
"fileName": "libs/components/pages/testing/src/page/page-harness.ts",
|
|
4492
4492
|
"line": 26,
|
|
4493
4493
|
"character": 16,
|
|
4494
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4494
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L26"
|
|
4495
4495
|
}
|
|
4496
4496
|
],
|
|
4497
4497
|
"parameters": [
|
|
@@ -4553,7 +4553,7 @@
|
|
|
4553
4553
|
"fileName": "projects/pages/src/testing/page/page-harness.ts",
|
|
4554
4554
|
"line": 16,
|
|
4555
4555
|
"character": 13,
|
|
4556
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4556
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness.ts#L16"
|
|
4557
4557
|
}
|
|
4558
4558
|
],
|
|
4559
4559
|
"extendedTypes": [
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
"fileName": "projects/pages/src/testing/page-header/page-header-harness.ts",
|
|
4662
4662
|
"line": 31,
|
|
4663
4663
|
"character": 15,
|
|
4664
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4664
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L31"
|
|
4665
4665
|
}
|
|
4666
4666
|
],
|
|
4667
4667
|
"signatures": [
|
|
@@ -4684,7 +4684,7 @@
|
|
|
4684
4684
|
"fileName": "libs/components/pages/testing/src/page-header/page-header-harness.ts",
|
|
4685
4685
|
"line": 31,
|
|
4686
4686
|
"character": 15,
|
|
4687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4687
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L31"
|
|
4688
4688
|
}
|
|
4689
4689
|
],
|
|
4690
4690
|
"type": {
|
|
@@ -4719,7 +4719,7 @@
|
|
|
4719
4719
|
"fileName": "projects/pages/src/testing/page-header/page-header-harness.ts",
|
|
4720
4720
|
"line": 40,
|
|
4721
4721
|
"character": 15,
|
|
4722
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4722
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L40"
|
|
4723
4723
|
}
|
|
4724
4724
|
],
|
|
4725
4725
|
"signatures": [
|
|
@@ -4742,7 +4742,7 @@
|
|
|
4742
4742
|
"fileName": "libs/components/pages/testing/src/page-header/page-header-harness.ts",
|
|
4743
4743
|
"line": 40,
|
|
4744
4744
|
"character": 15,
|
|
4745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4745
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L40"
|
|
4746
4746
|
}
|
|
4747
4747
|
],
|
|
4748
4748
|
"type": {
|
|
@@ -4862,7 +4862,7 @@
|
|
|
4862
4862
|
"fileName": "projects/pages/src/testing/page-header/page-header-harness.ts",
|
|
4863
4863
|
"line": 22,
|
|
4864
4864
|
"character": 16,
|
|
4865
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4865
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L22"
|
|
4866
4866
|
}
|
|
4867
4867
|
],
|
|
4868
4868
|
"signatures": [
|
|
@@ -4901,7 +4901,7 @@
|
|
|
4901
4901
|
"fileName": "libs/components/pages/testing/src/page-header/page-header-harness.ts",
|
|
4902
4902
|
"line": 22,
|
|
4903
4903
|
"character": 16,
|
|
4904
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4904
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L22"
|
|
4905
4905
|
}
|
|
4906
4906
|
],
|
|
4907
4907
|
"parameters": [
|
|
@@ -4963,7 +4963,7 @@
|
|
|
4963
4963
|
"fileName": "projects/pages/src/testing/page-header/page-header-harness.ts",
|
|
4964
4964
|
"line": 9,
|
|
4965
4965
|
"character": 13,
|
|
4966
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4966
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness.ts#L9"
|
|
4967
4967
|
}
|
|
4968
4968
|
],
|
|
4969
4969
|
"extendedTypes": [
|
|
@@ -5056,7 +5056,7 @@
|
|
|
5056
5056
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
5057
5057
|
"line": 11,
|
|
5058
5058
|
"character": 2,
|
|
5059
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5059
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
5060
5060
|
}
|
|
5061
5061
|
],
|
|
5062
5062
|
"type": {
|
|
@@ -5132,7 +5132,7 @@
|
|
|
5132
5132
|
"fileName": "projects/pages/src/testing/link-list/link-list-harness-filters.ts",
|
|
5133
5133
|
"line": 7,
|
|
5134
5134
|
"character": 17,
|
|
5135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5135
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/link-list/link-list-harness-filters.ts#L7"
|
|
5136
5136
|
}
|
|
5137
5137
|
],
|
|
5138
5138
|
"extendedTypes": [
|
|
@@ -5224,7 +5224,7 @@
|
|
|
5224
5224
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
5225
5225
|
"line": 11,
|
|
5226
5226
|
"character": 2,
|
|
5227
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5227
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
5228
5228
|
}
|
|
5229
5229
|
],
|
|
5230
5230
|
"type": {
|
|
@@ -5300,7 +5300,7 @@
|
|
|
5300
5300
|
"fileName": "projects/pages/src/testing/page/page-harness-filters.ts",
|
|
5301
5301
|
"line": 7,
|
|
5302
5302
|
"character": 17,
|
|
5303
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5303
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page/page-harness-filters.ts#L7"
|
|
5304
5304
|
}
|
|
5305
5305
|
],
|
|
5306
5306
|
"extendedTypes": [
|
|
@@ -5392,7 +5392,7 @@
|
|
|
5392
5392
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
5393
5393
|
"line": 11,
|
|
5394
5394
|
"character": 2,
|
|
5395
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5395
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
5396
5396
|
}
|
|
5397
5397
|
],
|
|
5398
5398
|
"type": {
|
|
@@ -5468,7 +5468,7 @@
|
|
|
5468
5468
|
"fileName": "projects/pages/src/testing/page-header/page-header-harness-filters.ts",
|
|
5469
5469
|
"line": 7,
|
|
5470
5470
|
"character": 17,
|
|
5471
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5471
|
+
"url": "https://github.com/blackbaud/skyux/blob/b52cf51/libs/components/pages/testing/src/page-header/page-header-harness-filters.ts#L7"
|
|
5472
5472
|
}
|
|
5473
5473
|
],
|
|
5474
5474
|
"extendedTypes": [
|
|
@@ -6326,11 +6326,6 @@
|
|
|
6326
6326
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/demo.component.spec.ts",
|
|
6327
6327
|
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport {\n SkyHelpTestingController,\n SkyHelpTestingModule,\n} from '@skyux/core/testing';\nimport { SkyPageHarness } from '@skyux/pages/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Record page blocks layout demo', () => {\n async function setupTest(): Promise<{\n pageHarness: SkyPageHarness;\n fixture: ComponentFixture<DemoComponent>;\n helpController: SkyHelpTestingController;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const pageHarness = await loader.getHarness(SkyPageHarness);\n const helpController = TestBed.inject(SkyHelpTestingController);\n\n return { pageHarness, fixture, helpController };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [\n DemoComponent,\n SkyHelpTestingModule,\n NoopAnimationsModule,\n RouterTestingModule,\n ],\n });\n });\n\n it('should have a blocks layout', async () => {\n const { pageHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(pageHarness.getLayout()).toBeResolvedTo('blocks');\n });\n\n it('should have the correct page header text', async () => {\n const { pageHarness } = await setupTest();\n\n const pageHeaderHarness = await pageHarness.getPageHeader();\n\n await expectAsync(pageHeaderHarness.getPageTitle()).toBeResolvedTo(\n '$500 pledge',\n );\n\n await expectAsync(pageHeaderHarness.getParentLinkText()).toBeResolvedTo(\n 'Pledges',\n );\n });\n\n it('should have the correct help key', async () => {\n const { helpController } = await setupTest();\n\n helpController.expectCurrentHelpKey('demo-help');\n });\n});\n"
|
|
6328
6328
|
},
|
|
6329
|
-
{
|
|
6330
|
-
"fileName": "demo.component.scss",
|
|
6331
|
-
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/demo.component.scss",
|
|
6332
|
-
"rawContents": ":host {\n display: flex;\n}\n\n#div1 {\n width: 400px;\n background-color: aquamarine;\n}\n\n#div2 {\n flex-grow: 1;\n}\n"
|
|
6333
|
-
},
|
|
6334
6329
|
{
|
|
6335
6330
|
"fileName": "demo.component.html",
|
|
6336
6331
|
"filePath": "/projects/pages/documentation/code-examples/page/record-page-blocks-layout-demo/demo.component.html",
|
|
@@ -6426,6 +6421,51 @@
|
|
|
6426
6421
|
"filePath": "/projects/pages/documentation/code-examples/page/list-page-list-layout-demo/dashboards-grid-context-menu.component.html",
|
|
6427
6422
|
"rawContents": "<sky-dropdown\n buttonType=\"context-menu\"\n [label]=\"'context menu for ' + dashboardName\"\n>\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" [attr.aria-label]=\"'Edit ' + dashboardName\">\n Edit\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" [attr.aria-label]=\"'Copy ' + dashboardName\">\n Copy\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" [attr.aria-label]=\"'Delete ' + dashboardName\">\n Delete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n</sky-dropdown>\n"
|
|
6428
6423
|
},
|
|
6424
|
+
{
|
|
6425
|
+
"fileName": "tile-updates.component.ts",
|
|
6426
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/tile-updates.component.ts",
|
|
6427
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyTilesModule } from '@skyux/tiles';\n\n@Component({\n standalone: true,\n selector: 'app-tile-updates',\n styles: `\n :host {\n display: block;\n }\n `,\n templateUrl: './tile-updates.component.html',\n imports: [SkyTilesModule],\n})\nexport class TileUpdatesComponent {}\n"
|
|
6428
|
+
},
|
|
6429
|
+
{
|
|
6430
|
+
"fileName": "tile-updates.component.html",
|
|
6431
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/tile-updates.component.html",
|
|
6432
|
+
"rawContents": "<sky-tile tileName=\"Updates\" [showSettings]=\"false\">\n <sky-tile-title> Updates </sky-tile-title>\n <sky-tile-summary> 2 </sky-tile-summary>\n <sky-tile-content>\n <sky-tile-content-section>\n <h3 class=\"sky-font-heading-3 sky-margin-stacked-sm\">\n <a href=\"#\">Prepare for Giving Tuesday</a>\n </h3>\n <div class=\"sky-font-deemphasized sky-margin-stacked-sm\">10/1/2025</div>\n <div>\n Tips for creating a clear and compelling message, leveraging social\n media and email marketing, and providing multiple ways for donors to\n give.\n </div>\n </sky-tile-content-section>\n <sky-tile-content-section>\n <h3 class=\"sky-font-heading-3 sky-margin-stacked-sm\">\n <a href=\"#\">What's new</a>\n </h3>\n <div class=\"sky-font-deemphasized sky-margin-stacked-sm\">9/28/2025</div>\n <ul>\n <li>Enhancement visualizations in reporting capabilities</li>\n <li>New automation for routine tasks</li>\n <li>Scan attachments for viruses</li>\n </ul>\n </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"fileName": "tile-my-actions.component.ts",
|
|
6436
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/tile-my-actions.component.ts",
|
|
6437
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\nimport { SkyTilesModule } from '@skyux/tiles';\n\n@Component({\n standalone: true,\n selector: 'app-tile-my-actions',\n styles: `\n :host {\n display: block;\n }\n `,\n templateUrl: './tile-my-actions.component.html',\n imports: [SkyTilesModule, SkyDropdownModule, SkyRepeaterModule],\n})\nexport class TileMyActionsComponent {\n protected items: {\n date: string;\n status?: string;\n title?: string;\n accessibilityLabel?: string;\n }[] = [\n {\n title: 'Send invitation to Spring Ball',\n date: 'Today',\n },\n {\n title: 'Review portal activity',\n date: '10/2/2024',\n },\n {\n title: 'Assign prospects',\n date: '10/3/2024',\n },\n ];\n protected onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n}\n"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"fileName": "tile-my-actions.component.html",
|
|
6441
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/tile-my-actions.component.html",
|
|
6442
|
+
"rawContents": "<sky-tile tileName=\"My actions\">\n <sky-tile-title> My actions </sky-tile-title>\n <sky-tile-summary> 3 </sky-tile-summary>\n <sky-tile-content>\n <sky-tile-content-section>\n <sky-repeater data-sky-id=\"repeater-demo\">\n @for (item of items; track item) {\n <sky-repeater-item [itemName]=\"item.accessibilityLabel\">\n @if (item.title) {\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div\n class=\"demo-repeater-item-title sky-font-emphasized sky-margin-stacked-sm\"\n >\n <a href=\"/\">{{ item.title }}</a>\n </div>\n <div class=\"sky-font-deemphasized\">{{ item.date }}</div>\n </sky-repeater-item-title>\n }\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n [attr.aria-label]=\"\n 'Action 1 for ' +\n (item.title ?? item.accessibilityLabel)\n \"\n (click)=\"onActionClicked('Action 1')\"\n >\n Edit\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button\n type=\"button\"\n [attr.aria-label]=\"\n 'Action 2 for ' +\n (item.title ?? item.accessibilityLabel)\n \"\n (click)=\"onActionClicked('Action 2')\"\n >\n Mark as complete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n </sky-repeater-item>\n }\n </sky-repeater>\n </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
6443
|
+
},
|
|
6444
|
+
{
|
|
6445
|
+
"fileName": "home-page-content.component.ts",
|
|
6446
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/home-page-content.component.ts",
|
|
6447
|
+
"rawContents": "import { NgClass, NgFor } from '@angular/common';\nimport { Component } from '@angular/core';\nimport { SkyTileDashboardConfig, SkyTilesModule } from '@skyux/tiles';\n\nimport { TileMyActionsComponent } from './tile-my-actions.component';\nimport { TileUpdatesComponent } from './tile-updates.component';\n\n@Component({\n selector: 'app-home-page-content',\n templateUrl: './home-page-content.component.html',\n standalone: true,\n imports: [NgClass, NgFor, SkyTilesModule],\n})\nexport class HomePageContentComponent {\n protected dashboardConfig: SkyTileDashboardConfig = {\n tiles: [\n {\n id: 'tile-updates',\n componentType: TileUpdatesComponent,\n },\n {\n id: 'tile-my-actions',\n componentType: TileMyActionsComponent,\n },\n ],\n layout: {\n singleColumn: {\n tiles: [\n {\n id: 'tile-updates',\n isCollapsed: false,\n },\n {\n id: 'tile-my-actions',\n isCollapsed: false,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile-updates',\n isCollapsed: false,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile-my-actions',\n isCollapsed: false,\n },\n ],\n },\n ],\n },\n };\n}\n"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"fileName": "home-page-content.component.html",
|
|
6451
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/home-page-content.component.html",
|
|
6452
|
+
"rawContents": "<sky-tile-dashboard [(config)]=\"dashboardConfig\" />\n"
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
"fileName": "demo.component.ts",
|
|
6456
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/demo.component.ts",
|
|
6457
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyIconModule } from '@skyux/icon';\nimport { SkyPageModule, SkyRecentLink } from '@skyux/pages';\n\nimport { HomePageContentComponent } from './home-page-content.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [HomePageContentComponent, SkyIconModule, SkyPageModule],\n})\nexport class DemoComponent {\n protected readonly recentLinks: SkyRecentLink[] = [\n {\n label: 'Gift Management',\n permalink: { url: '' },\n lastAccessed: new Date(2024, 1, 1),\n },\n {\n label: 'Reporting',\n permalink: { url: '' },\n lastAccessed: new Date(2024, 1, 2),\n },\n ];\n}\n"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"fileName": "demo.component.spec.ts",
|
|
6461
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/demo.component.spec.ts",
|
|
6462
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { provideRouter } from '@angular/router';\nimport { SkyHelpTestingModule } from '@skyux/core/testing';\nimport { SkyPageHarness } from '@skyux/pages/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Record page blocks layout demo', () => {\n async function setupTest(): Promise<{\n pageHarness: SkyPageHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const pageHarness = await loader.getHarness(SkyPageHarness);\n\n return { pageHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent, SkyHelpTestingModule, NoopAnimationsModule],\n providers: [provideRouter([])],\n });\n });\n\n it('should have a blocks layout', async () => {\n const { pageHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(pageHarness.getLayout()).toBeResolvedTo('blocks');\n });\n\n it('should have the correct page header text', async () => {\n const { pageHarness } = await setupTest();\n\n const pageHeaderHarness = await pageHarness.getPageHeader();\n\n await expectAsync(pageHeaderHarness.getPageTitle()).toBeResolvedTo('Home');\n\n await expectAsync(\n pageHeaderHarness.getParentLinkText(),\n ).toBeRejectedWithError(/No parent link was found in the page header/);\n });\n});\n"
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
"fileName": "demo.component.html",
|
|
6466
|
+
"filePath": "/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo/demo.component.html",
|
|
6467
|
+
"rawContents": "<sky-page layout=\"blocks\">\n <sky-page-header pageTitle=\"Home\">\n <sky-page-header-actions>\n <button type=\"button\" class=\"sky-btn sky-btn-default\">\n <sky-icon icon=\"add\" /> New\n </button>\n </sky-page-header-actions>\n </sky-page-header>\n <sky-page-content>\n <app-home-page-content />\n </sky-page-content>\n\n <sky-page-links>\n <sky-link-list-recently-accessed [recentLinks]=\"recentLinks\" />\n <sky-link-list headingText=\"Resources\">\n <sky-link-list-item>\n <a href=\"#\">Help</a>\n </sky-link-list-item>\n <sky-link-list-item>\n <a href=\"#\">Support</a>\n </sky-link-list-item>\n <sky-link-list-item>\n <a href=\"#\">Training</a>\n </sky-link-list-item>\n </sky-link-list>\n </sky-page-links>\n</sky-page>\n"
|
|
6468
|
+
},
|
|
6429
6469
|
{
|
|
6430
6470
|
"fileName": "settings-modal.component.ts",
|
|
6431
6471
|
"filePath": "/projects/pages/documentation/code-examples/action-hub/settings-modal.component.ts",
|
|
@@ -6466,27 +6506,27 @@
|
|
|
6466
6506
|
"@angular/router": "18.2.8",
|
|
6467
6507
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6468
6508
|
"@schematics/angular": "18.2.8",
|
|
6469
|
-
"@skyux-sdk/testing": "11.
|
|
6470
|
-
"@skyux/action-bars": "11.
|
|
6471
|
-
"@skyux/animations": "11.
|
|
6472
|
-
"@skyux/assets": "11.
|
|
6473
|
-
"@skyux/config": "11.
|
|
6474
|
-
"@skyux/core": "11.
|
|
6475
|
-
"@skyux/forms": "11.
|
|
6476
|
-
"@skyux/help-inline": "11.
|
|
6477
|
-
"@skyux/i18n": "11.
|
|
6478
|
-
"@skyux/icon": "11.
|
|
6509
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6510
|
+
"@skyux/action-bars": "11.13.0",
|
|
6511
|
+
"@skyux/animations": "11.13.0",
|
|
6512
|
+
"@skyux/assets": "11.13.0",
|
|
6513
|
+
"@skyux/config": "11.13.0",
|
|
6514
|
+
"@skyux/core": "11.13.0",
|
|
6515
|
+
"@skyux/forms": "11.13.0",
|
|
6516
|
+
"@skyux/help-inline": "11.13.0",
|
|
6517
|
+
"@skyux/i18n": "11.13.0",
|
|
6518
|
+
"@skyux/icon": "11.13.0",
|
|
6479
6519
|
"@skyux/icons": "7.8.0",
|
|
6480
|
-
"@skyux/indicators": "11.
|
|
6481
|
-
"@skyux/inline-form": "11.
|
|
6482
|
-
"@skyux/layout": "11.
|
|
6483
|
-
"@skyux/lists": "11.
|
|
6484
|
-
"@skyux/modals": "11.
|
|
6485
|
-
"@skyux/pages": "11.
|
|
6486
|
-
"@skyux/popovers": "11.
|
|
6487
|
-
"@skyux/router": "11.
|
|
6488
|
-
"@skyux/split-view": "11.
|
|
6489
|
-
"@skyux/theme": "11.
|
|
6520
|
+
"@skyux/indicators": "11.13.0",
|
|
6521
|
+
"@skyux/inline-form": "11.13.0",
|
|
6522
|
+
"@skyux/layout": "11.13.0",
|
|
6523
|
+
"@skyux/lists": "11.13.0",
|
|
6524
|
+
"@skyux/modals": "11.13.0",
|
|
6525
|
+
"@skyux/pages": "11.13.0",
|
|
6526
|
+
"@skyux/popovers": "11.13.0",
|
|
6527
|
+
"@skyux/router": "11.13.0",
|
|
6528
|
+
"@skyux/split-view": "11.13.0",
|
|
6529
|
+
"@skyux/theme": "11.13.0",
|
|
6490
6530
|
"@types/dragula": "2.1.36",
|
|
6491
6531
|
"@types/node": "20.14.12",
|
|
6492
6532
|
"axe-core": "4.10.0",
|
|
@@ -6512,33 +6552,33 @@
|
|
|
6512
6552
|
"@angular/router": "18.2.8",
|
|
6513
6553
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6514
6554
|
"@schematics/angular": "18.2.8",
|
|
6515
|
-
"@skyux-sdk/testing": "11.
|
|
6516
|
-
"@skyux/ag-grid": "11.
|
|
6517
|
-
"@skyux/animations": "11.
|
|
6518
|
-
"@skyux/assets": "11.
|
|
6519
|
-
"@skyux/autonumeric": "11.
|
|
6520
|
-
"@skyux/avatar": "11.
|
|
6521
|
-
"@skyux/config": "11.
|
|
6522
|
-
"@skyux/core": "11.
|
|
6523
|
-
"@skyux/data-manager": "11.
|
|
6524
|
-
"@skyux/datetime": "11.
|
|
6525
|
-
"@skyux/errors": "11.
|
|
6526
|
-
"@skyux/forms": "11.
|
|
6527
|
-
"@skyux/help-inline": "11.
|
|
6528
|
-
"@skyux/i18n": "11.
|
|
6529
|
-
"@skyux/icon": "11.
|
|
6555
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6556
|
+
"@skyux/ag-grid": "11.13.0",
|
|
6557
|
+
"@skyux/animations": "11.13.0",
|
|
6558
|
+
"@skyux/assets": "11.13.0",
|
|
6559
|
+
"@skyux/autonumeric": "11.13.0",
|
|
6560
|
+
"@skyux/avatar": "11.13.0",
|
|
6561
|
+
"@skyux/config": "11.13.0",
|
|
6562
|
+
"@skyux/core": "11.13.0",
|
|
6563
|
+
"@skyux/data-manager": "11.13.0",
|
|
6564
|
+
"@skyux/datetime": "11.13.0",
|
|
6565
|
+
"@skyux/errors": "11.13.0",
|
|
6566
|
+
"@skyux/forms": "11.13.0",
|
|
6567
|
+
"@skyux/help-inline": "11.13.0",
|
|
6568
|
+
"@skyux/i18n": "11.13.0",
|
|
6569
|
+
"@skyux/icon": "11.13.0",
|
|
6530
6570
|
"@skyux/icons": "7.8.0",
|
|
6531
|
-
"@skyux/indicators": "11.
|
|
6532
|
-
"@skyux/inline-form": "11.
|
|
6533
|
-
"@skyux/layout": "11.
|
|
6534
|
-
"@skyux/lists": "11.
|
|
6535
|
-
"@skyux/lookup": "11.
|
|
6536
|
-
"@skyux/modals": "11.
|
|
6537
|
-
"@skyux/pages": "11.
|
|
6538
|
-
"@skyux/popovers": "11.
|
|
6539
|
-
"@skyux/router": "11.
|
|
6540
|
-
"@skyux/tabs": "11.
|
|
6541
|
-
"@skyux/theme": "11.
|
|
6571
|
+
"@skyux/indicators": "11.13.0",
|
|
6572
|
+
"@skyux/inline-form": "11.13.0",
|
|
6573
|
+
"@skyux/layout": "11.13.0",
|
|
6574
|
+
"@skyux/lists": "11.13.0",
|
|
6575
|
+
"@skyux/lookup": "11.13.0",
|
|
6576
|
+
"@skyux/modals": "11.13.0",
|
|
6577
|
+
"@skyux/pages": "11.13.0",
|
|
6578
|
+
"@skyux/popovers": "11.13.0",
|
|
6579
|
+
"@skyux/router": "11.13.0",
|
|
6580
|
+
"@skyux/tabs": "11.13.0",
|
|
6581
|
+
"@skyux/theme": "11.13.0",
|
|
6542
6582
|
"@types/dragula": "2.1.36",
|
|
6543
6583
|
"@types/node": "20.14.12",
|
|
6544
6584
|
"ag-grid-angular": "32.2.2",
|
|
@@ -6569,25 +6609,25 @@
|
|
|
6569
6609
|
"@angular/router": "18.2.8",
|
|
6570
6610
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6571
6611
|
"@schematics/angular": "18.2.8",
|
|
6572
|
-
"@skyux-sdk/testing": "11.
|
|
6573
|
-
"@skyux/animations": "11.
|
|
6574
|
-
"@skyux/assets": "11.
|
|
6575
|
-
"@skyux/config": "11.
|
|
6576
|
-
"@skyux/core": "11.
|
|
6577
|
-
"@skyux/forms": "11.
|
|
6578
|
-
"@skyux/help-inline": "11.
|
|
6579
|
-
"@skyux/i18n": "11.
|
|
6580
|
-
"@skyux/icon": "11.
|
|
6612
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6613
|
+
"@skyux/animations": "11.13.0",
|
|
6614
|
+
"@skyux/assets": "11.13.0",
|
|
6615
|
+
"@skyux/config": "11.13.0",
|
|
6616
|
+
"@skyux/core": "11.13.0",
|
|
6617
|
+
"@skyux/forms": "11.13.0",
|
|
6618
|
+
"@skyux/help-inline": "11.13.0",
|
|
6619
|
+
"@skyux/i18n": "11.13.0",
|
|
6620
|
+
"@skyux/icon": "11.13.0",
|
|
6581
6621
|
"@skyux/icons": "7.8.0",
|
|
6582
|
-
"@skyux/indicators": "11.
|
|
6583
|
-
"@skyux/inline-form": "11.
|
|
6584
|
-
"@skyux/layout": "11.
|
|
6585
|
-
"@skyux/lists": "11.
|
|
6586
|
-
"@skyux/modals": "11.
|
|
6587
|
-
"@skyux/pages": "11.
|
|
6588
|
-
"@skyux/popovers": "11.
|
|
6589
|
-
"@skyux/router": "11.
|
|
6590
|
-
"@skyux/theme": "11.
|
|
6622
|
+
"@skyux/indicators": "11.13.0",
|
|
6623
|
+
"@skyux/inline-form": "11.13.0",
|
|
6624
|
+
"@skyux/layout": "11.13.0",
|
|
6625
|
+
"@skyux/lists": "11.13.0",
|
|
6626
|
+
"@skyux/modals": "11.13.0",
|
|
6627
|
+
"@skyux/pages": "11.13.0",
|
|
6628
|
+
"@skyux/popovers": "11.13.0",
|
|
6629
|
+
"@skyux/router": "11.13.0",
|
|
6630
|
+
"@skyux/theme": "11.13.0",
|
|
6591
6631
|
"@types/dragula": "2.1.36",
|
|
6592
6632
|
"@types/node": "20.14.12",
|
|
6593
6633
|
"axe-core": "4.10.0",
|
|
@@ -6613,31 +6653,31 @@
|
|
|
6613
6653
|
"@angular/router": "18.2.8",
|
|
6614
6654
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6615
6655
|
"@schematics/angular": "18.2.8",
|
|
6616
|
-
"@skyux-sdk/testing": "11.
|
|
6617
|
-
"@skyux/ag-grid": "11.
|
|
6618
|
-
"@skyux/animations": "11.
|
|
6619
|
-
"@skyux/assets": "11.
|
|
6620
|
-
"@skyux/autonumeric": "11.
|
|
6621
|
-
"@skyux/config": "11.
|
|
6622
|
-
"@skyux/core": "11.
|
|
6623
|
-
"@skyux/data-manager": "11.
|
|
6624
|
-
"@skyux/datetime": "11.
|
|
6625
|
-
"@skyux/forms": "11.
|
|
6626
|
-
"@skyux/help-inline": "11.
|
|
6627
|
-
"@skyux/i18n": "11.
|
|
6628
|
-
"@skyux/icon": "11.
|
|
6656
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6657
|
+
"@skyux/ag-grid": "11.13.0",
|
|
6658
|
+
"@skyux/animations": "11.13.0",
|
|
6659
|
+
"@skyux/assets": "11.13.0",
|
|
6660
|
+
"@skyux/autonumeric": "11.13.0",
|
|
6661
|
+
"@skyux/config": "11.13.0",
|
|
6662
|
+
"@skyux/core": "11.13.0",
|
|
6663
|
+
"@skyux/data-manager": "11.13.0",
|
|
6664
|
+
"@skyux/datetime": "11.13.0",
|
|
6665
|
+
"@skyux/forms": "11.13.0",
|
|
6666
|
+
"@skyux/help-inline": "11.13.0",
|
|
6667
|
+
"@skyux/i18n": "11.13.0",
|
|
6668
|
+
"@skyux/icon": "11.13.0",
|
|
6629
6669
|
"@skyux/icons": "7.8.0",
|
|
6630
|
-
"@skyux/indicators": "11.
|
|
6631
|
-
"@skyux/inline-form": "11.
|
|
6632
|
-
"@skyux/layout": "11.
|
|
6633
|
-
"@skyux/lists": "11.
|
|
6634
|
-
"@skyux/lookup": "11.
|
|
6635
|
-
"@skyux/modals": "11.
|
|
6636
|
-
"@skyux/pages": "11.
|
|
6637
|
-
"@skyux/popovers": "11.
|
|
6638
|
-
"@skyux/router": "11.
|
|
6639
|
-
"@skyux/tabs": "11.
|
|
6640
|
-
"@skyux/theme": "11.
|
|
6670
|
+
"@skyux/indicators": "11.13.0",
|
|
6671
|
+
"@skyux/inline-form": "11.13.0",
|
|
6672
|
+
"@skyux/layout": "11.13.0",
|
|
6673
|
+
"@skyux/lists": "11.13.0",
|
|
6674
|
+
"@skyux/lookup": "11.13.0",
|
|
6675
|
+
"@skyux/modals": "11.13.0",
|
|
6676
|
+
"@skyux/pages": "11.13.0",
|
|
6677
|
+
"@skyux/popovers": "11.13.0",
|
|
6678
|
+
"@skyux/router": "11.13.0",
|
|
6679
|
+
"@skyux/tabs": "11.13.0",
|
|
6680
|
+
"@skyux/theme": "11.13.0",
|
|
6641
6681
|
"@types/dragula": "2.1.36",
|
|
6642
6682
|
"@types/node": "20.14.12",
|
|
6643
6683
|
"ag-grid-angular": "32.2.2",
|
|
@@ -6668,30 +6708,30 @@
|
|
|
6668
6708
|
"@angular/router": "18.2.8",
|
|
6669
6709
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6670
6710
|
"@schematics/angular": "18.2.8",
|
|
6671
|
-
"@skyux-sdk/testing": "11.
|
|
6672
|
-
"@skyux/ag-grid": "11.
|
|
6673
|
-
"@skyux/animations": "11.
|
|
6674
|
-
"@skyux/assets": "11.
|
|
6675
|
-
"@skyux/autonumeric": "11.
|
|
6676
|
-
"@skyux/config": "11.
|
|
6677
|
-
"@skyux/core": "11.
|
|
6678
|
-
"@skyux/data-manager": "11.
|
|
6679
|
-
"@skyux/datetime": "11.
|
|
6680
|
-
"@skyux/forms": "11.
|
|
6681
|
-
"@skyux/help-inline": "11.
|
|
6682
|
-
"@skyux/i18n": "11.
|
|
6683
|
-
"@skyux/icon": "11.
|
|
6711
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6712
|
+
"@skyux/ag-grid": "11.13.0",
|
|
6713
|
+
"@skyux/animations": "11.13.0",
|
|
6714
|
+
"@skyux/assets": "11.13.0",
|
|
6715
|
+
"@skyux/autonumeric": "11.13.0",
|
|
6716
|
+
"@skyux/config": "11.13.0",
|
|
6717
|
+
"@skyux/core": "11.13.0",
|
|
6718
|
+
"@skyux/data-manager": "11.13.0",
|
|
6719
|
+
"@skyux/datetime": "11.13.0",
|
|
6720
|
+
"@skyux/forms": "11.13.0",
|
|
6721
|
+
"@skyux/help-inline": "11.13.0",
|
|
6722
|
+
"@skyux/i18n": "11.13.0",
|
|
6723
|
+
"@skyux/icon": "11.13.0",
|
|
6684
6724
|
"@skyux/icons": "7.8.0",
|
|
6685
|
-
"@skyux/indicators": "11.
|
|
6686
|
-
"@skyux/inline-form": "11.
|
|
6687
|
-
"@skyux/layout": "11.
|
|
6688
|
-
"@skyux/lists": "11.
|
|
6689
|
-
"@skyux/lookup": "11.
|
|
6690
|
-
"@skyux/modals": "11.
|
|
6691
|
-
"@skyux/pages": "11.
|
|
6692
|
-
"@skyux/popovers": "11.
|
|
6693
|
-
"@skyux/router": "11.
|
|
6694
|
-
"@skyux/theme": "11.
|
|
6725
|
+
"@skyux/indicators": "11.13.0",
|
|
6726
|
+
"@skyux/inline-form": "11.13.0",
|
|
6727
|
+
"@skyux/layout": "11.13.0",
|
|
6728
|
+
"@skyux/lists": "11.13.0",
|
|
6729
|
+
"@skyux/lookup": "11.13.0",
|
|
6730
|
+
"@skyux/modals": "11.13.0",
|
|
6731
|
+
"@skyux/pages": "11.13.0",
|
|
6732
|
+
"@skyux/popovers": "11.13.0",
|
|
6733
|
+
"@skyux/router": "11.13.0",
|
|
6734
|
+
"@skyux/theme": "11.13.0",
|
|
6695
6735
|
"@types/dragula": "2.1.36",
|
|
6696
6736
|
"@types/node": "20.14.12",
|
|
6697
6737
|
"ag-grid-angular": "32.2.2",
|
|
@@ -6709,6 +6749,51 @@
|
|
|
6709
6749
|
"tslib": "2.6.3",
|
|
6710
6750
|
"zone.js": "0.14.10"
|
|
6711
6751
|
},
|
|
6752
|
+
"/projects/pages/documentation/code-examples/page/home-page-blocks-layout-demo": {
|
|
6753
|
+
"@angular-devkit/core": "18.2.8",
|
|
6754
|
+
"@angular-devkit/schematics": "18.2.8",
|
|
6755
|
+
"@angular/animations": "18.2.8",
|
|
6756
|
+
"@angular/cdk": "18.2.8",
|
|
6757
|
+
"@angular/cli": "18.2.8",
|
|
6758
|
+
"@angular/common": "18.2.8",
|
|
6759
|
+
"@angular/core": "18.2.8",
|
|
6760
|
+
"@angular/forms": "18.2.8",
|
|
6761
|
+
"@angular/platform-browser": "18.2.8",
|
|
6762
|
+
"@angular/router": "18.2.8",
|
|
6763
|
+
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6764
|
+
"@schematics/angular": "18.2.8",
|
|
6765
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6766
|
+
"@skyux/animations": "11.13.0",
|
|
6767
|
+
"@skyux/assets": "11.13.0",
|
|
6768
|
+
"@skyux/config": "11.13.0",
|
|
6769
|
+
"@skyux/core": "11.13.0",
|
|
6770
|
+
"@skyux/forms": "11.13.0",
|
|
6771
|
+
"@skyux/help-inline": "11.13.0",
|
|
6772
|
+
"@skyux/i18n": "11.13.0",
|
|
6773
|
+
"@skyux/icon": "11.13.0",
|
|
6774
|
+
"@skyux/icons": "7.8.0",
|
|
6775
|
+
"@skyux/indicators": "11.13.0",
|
|
6776
|
+
"@skyux/inline-form": "11.13.0",
|
|
6777
|
+
"@skyux/layout": "11.13.0",
|
|
6778
|
+
"@skyux/lists": "11.13.0",
|
|
6779
|
+
"@skyux/modals": "11.13.0",
|
|
6780
|
+
"@skyux/pages": "11.13.0",
|
|
6781
|
+
"@skyux/popovers": "11.13.0",
|
|
6782
|
+
"@skyux/router": "11.13.0",
|
|
6783
|
+
"@skyux/theme": "11.13.0",
|
|
6784
|
+
"@skyux/tiles": "11.13.0",
|
|
6785
|
+
"@types/dragula": "2.1.36",
|
|
6786
|
+
"@types/node": "20.14.12",
|
|
6787
|
+
"axe-core": "4.10.0",
|
|
6788
|
+
"dom-autoscroller": "2.3.4",
|
|
6789
|
+
"dragula": "3.7.3",
|
|
6790
|
+
"fontfaceobserver": "2.3.0",
|
|
6791
|
+
"jsonc-parser": "3.3.1",
|
|
6792
|
+
"ng2-dragula": "5.1.0",
|
|
6793
|
+
"rxjs": "7.8.1",
|
|
6794
|
+
"tslib": "2.6.3",
|
|
6795
|
+
"zone.js": "0.14.10"
|
|
6796
|
+
},
|
|
6712
6797
|
"/projects/pages/documentation/code-examples/action-hub": {
|
|
6713
6798
|
"@angular-devkit/core": "18.2.8",
|
|
6714
6799
|
"@angular-devkit/schematics": "18.2.8",
|
|
@@ -6722,23 +6807,23 @@
|
|
|
6722
6807
|
"@angular/router": "18.2.8",
|
|
6723
6808
|
"@blackbaud/skyux-design-tokens": "0.0.38",
|
|
6724
6809
|
"@schematics/angular": "18.2.8",
|
|
6725
|
-
"@skyux-sdk/testing": "11.
|
|
6726
|
-
"@skyux/assets": "11.
|
|
6727
|
-
"@skyux/colorpicker": "11.
|
|
6728
|
-
"@skyux/config": "11.
|
|
6729
|
-
"@skyux/core": "11.
|
|
6730
|
-
"@skyux/forms": "11.
|
|
6731
|
-
"@skyux/help-inline": "11.
|
|
6732
|
-
"@skyux/i18n": "11.
|
|
6733
|
-
"@skyux/icon": "11.
|
|
6810
|
+
"@skyux-sdk/testing": "11.13.0",
|
|
6811
|
+
"@skyux/assets": "11.13.0",
|
|
6812
|
+
"@skyux/colorpicker": "11.13.0",
|
|
6813
|
+
"@skyux/config": "11.13.0",
|
|
6814
|
+
"@skyux/core": "11.13.0",
|
|
6815
|
+
"@skyux/forms": "11.13.0",
|
|
6816
|
+
"@skyux/help-inline": "11.13.0",
|
|
6817
|
+
"@skyux/i18n": "11.13.0",
|
|
6818
|
+
"@skyux/icon": "11.13.0",
|
|
6734
6819
|
"@skyux/icons": "7.8.0",
|
|
6735
|
-
"@skyux/indicators": "11.
|
|
6736
|
-
"@skyux/layout": "11.
|
|
6737
|
-
"@skyux/modals": "11.
|
|
6738
|
-
"@skyux/pages": "11.
|
|
6739
|
-
"@skyux/popovers": "11.
|
|
6740
|
-
"@skyux/router": "11.
|
|
6741
|
-
"@skyux/theme": "11.
|
|
6820
|
+
"@skyux/indicators": "11.13.0",
|
|
6821
|
+
"@skyux/layout": "11.13.0",
|
|
6822
|
+
"@skyux/modals": "11.13.0",
|
|
6823
|
+
"@skyux/pages": "11.13.0",
|
|
6824
|
+
"@skyux/popovers": "11.13.0",
|
|
6825
|
+
"@skyux/router": "11.13.0",
|
|
6826
|
+
"@skyux/theme": "11.13.0",
|
|
6742
6827
|
"@types/node": "20.14.12",
|
|
6743
6828
|
"axe-core": "4.10.0",
|
|
6744
6829
|
"fontfaceobserver": "2.3.0",
|