@skyux/pages 7.7.0 → 8.0.0-alpha.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 +489 -429
- package/esm2020/lib/modules/action-hub/action-hub-buttons.component.mjs +4 -4
- package/esm2020/lib/modules/action-hub/action-hub-content.component.mjs +4 -4
- package/esm2020/lib/modules/action-hub/action-hub-recent-links-resolve.pipe.mjs +4 -4
- package/esm2020/lib/modules/action-hub/action-hub-related-links-sort.pipe.mjs +4 -4
- package/esm2020/lib/modules/action-hub/action-hub.component.mjs +4 -4
- package/esm2020/lib/modules/action-hub/action-hub.module.mjs +5 -5
- package/esm2020/lib/modules/link-as/link-as.module.mjs +5 -5
- package/esm2020/lib/modules/link-as/link-as.pipe.mjs +4 -4
- package/esm2020/lib/modules/link-list/link-list.component.mjs +5 -5
- package/esm2020/lib/modules/link-list/link-list.module.mjs +5 -5
- package/esm2020/lib/modules/modal-link-list/modal-link-list.component.mjs +4 -4
- package/esm2020/lib/modules/modal-link-list/modal-link-list.module.mjs +5 -5
- package/esm2020/lib/modules/needs-attention/needs-attention.component.mjs +5 -5
- package/esm2020/lib/modules/needs-attention/needs-attention.module.mjs +5 -5
- package/esm2020/lib/modules/page-header/page-header.component.mjs +4 -4
- package/esm2020/lib/modules/page-header/page-header.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-pages-resources.module.mjs +5 -5
- package/fesm2015/skyux-pages.mjs +60 -60
- package/fesm2015/skyux-pages.mjs.map +1 -1
- package/fesm2020/skyux-pages.mjs +60 -60
- package/fesm2020/skyux-pages.mjs.map +1 -1
- package/lib/modules/action-hub/action-hub-buttons.component.d.ts +1 -1
- package/lib/modules/action-hub/action-hub-content.component.d.ts +1 -1
- package/lib/modules/action-hub/action-hub.component.d.ts +1 -1
- package/lib/modules/link-list/link-list.component.d.ts +1 -1
- package/lib/modules/modal-link-list/modal-link-list.component.d.ts +1 -1
- package/lib/modules/needs-attention/needs-attention.component.d.ts +1 -1
- package/lib/modules/page-header/page-header.component.d.ts +1 -1
- package/package.json +11 -11
package/documentation.json
CHANGED
|
@@ -31,25 +31,10 @@
|
|
|
31
31
|
"kind": 128,
|
|
32
32
|
"kindString": "Class",
|
|
33
33
|
"flags": {},
|
|
34
|
-
"decorators": [
|
|
35
|
-
{
|
|
36
|
-
"name": "NgModule",
|
|
37
|
-
"type": {
|
|
38
|
-
"type": "reference",
|
|
39
|
-
"qualifiedName": "NgModuleDecorator",
|
|
40
|
-
"package": "@angular/core",
|
|
41
|
-
"name": "NgModule"
|
|
42
|
-
},
|
|
43
|
-
"arguments": {
|
|
44
|
-
"obj": "{\n imports: [\n CommonModule,\n SkyFluidGridModule,\n SkyI18nModule,\n SkyLinkListModule,\n SkyModalLinkListModule,\n SkyNeedsAttentionModule,\n SkyPageHeaderModule,\n SkyPagesResourcesModule,\n SkyThemeModule,\n SkyWaitModule,\n ],\n declarations: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n SkyActionHubRecentLinksResolvePipe,\n SkyActionHubRelatedLinksSortPipe,\n ],\n exports: [\n SkyActionHubButtonsComponent,\n SkyActionHubComponent,\n SkyActionHubContentComponent,\n ],\n}"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
34
|
"children": [],
|
|
49
35
|
"groups": [
|
|
50
36
|
{
|
|
51
37
|
"title": "Constructors",
|
|
52
|
-
"kind": 512,
|
|
53
38
|
"children": [
|
|
54
39
|
42
|
|
55
40
|
]
|
|
@@ -59,7 +44,8 @@
|
|
|
59
44
|
{
|
|
60
45
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.module.ts",
|
|
61
46
|
"line": 46,
|
|
62
|
-
"character": 13
|
|
47
|
+
"character": 13,
|
|
48
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.module.ts#L46"
|
|
63
49
|
}
|
|
64
50
|
]
|
|
65
51
|
},
|
|
@@ -69,25 +55,10 @@
|
|
|
69
55
|
"kind": 128,
|
|
70
56
|
"kindString": "Class",
|
|
71
57
|
"flags": {},
|
|
72
|
-
"decorators": [
|
|
73
|
-
{
|
|
74
|
-
"name": "NgModule",
|
|
75
|
-
"type": {
|
|
76
|
-
"type": "reference",
|
|
77
|
-
"qualifiedName": "NgModuleDecorator",
|
|
78
|
-
"package": "@angular/core",
|
|
79
|
-
"name": "NgModule"
|
|
80
|
-
},
|
|
81
|
-
"arguments": {
|
|
82
|
-
"obj": "{\n imports: [\n CommonModule,\n RouterModule,\n SkyAppLinkModule,\n SkyIconModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n declarations: [SkyPageHeaderComponent],\n exports: [SkyPageHeaderComponent],\n}"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
],
|
|
86
58
|
"children": [],
|
|
87
59
|
"groups": [
|
|
88
60
|
{
|
|
89
61
|
"title": "Constructors",
|
|
90
|
-
"kind": 512,
|
|
91
62
|
"children": [
|
|
92
63
|
98
|
|
93
64
|
]
|
|
@@ -97,7 +68,8 @@
|
|
|
97
68
|
{
|
|
98
69
|
"fileName": "projects/pages/src/modules/page-header/page-header.module.ts",
|
|
99
70
|
"line": 22,
|
|
100
|
-
"character": 13
|
|
71
|
+
"character": 13,
|
|
72
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/page-header/page-header.module.ts#L22"
|
|
101
73
|
}
|
|
102
74
|
]
|
|
103
75
|
},
|
|
@@ -108,22 +80,13 @@
|
|
|
108
80
|
"kindString": "Class",
|
|
109
81
|
"flags": {},
|
|
110
82
|
"comment": {
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"name": "Component",
|
|
116
|
-
"type": {
|
|
117
|
-
"type": "reference",
|
|
118
|
-
"qualifiedName": "ComponentDecorator",
|
|
119
|
-
"package": "@angular/core",
|
|
120
|
-
"name": "Component"
|
|
121
|
-
},
|
|
122
|
-
"arguments": {
|
|
123
|
-
"obj": "{\n selector: 'sky-action-hub',\n templateUrl: './action-hub.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
83
|
+
"summary": [
|
|
84
|
+
{
|
|
85
|
+
"kind": "text",
|
|
86
|
+
"text": "Creates an action hub to direct user attention to important\nactions and provide quick access to common tasks."
|
|
124
87
|
}
|
|
125
|
-
|
|
126
|
-
|
|
88
|
+
]
|
|
89
|
+
},
|
|
127
90
|
"children": [
|
|
128
91
|
{
|
|
129
92
|
"id": 13,
|
|
@@ -137,7 +100,8 @@
|
|
|
137
100
|
{
|
|
138
101
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
139
102
|
"line": 66,
|
|
140
|
-
"character": 9
|
|
103
|
+
"character": 9,
|
|
104
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L66"
|
|
141
105
|
}
|
|
142
106
|
],
|
|
143
107
|
"type": {
|
|
@@ -159,25 +123,19 @@
|
|
|
159
123
|
"isPublic": true
|
|
160
124
|
},
|
|
161
125
|
"comment": {
|
|
162
|
-
"
|
|
126
|
+
"summary": [
|
|
127
|
+
{
|
|
128
|
+
"kind": "text",
|
|
129
|
+
"text": "Links back to a parent page."
|
|
130
|
+
}
|
|
131
|
+
]
|
|
163
132
|
},
|
|
164
|
-
"decorators": [
|
|
165
|
-
{
|
|
166
|
-
"name": "Input",
|
|
167
|
-
"type": {
|
|
168
|
-
"type": "reference",
|
|
169
|
-
"qualifiedName": "InputDecorator",
|
|
170
|
-
"package": "@angular/core",
|
|
171
|
-
"name": "Input"
|
|
172
|
-
},
|
|
173
|
-
"arguments": {}
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
133
|
"sources": [
|
|
177
134
|
{
|
|
178
135
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
179
136
|
"line": 39,
|
|
180
|
-
"character": 9
|
|
137
|
+
"character": 9,
|
|
138
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L39"
|
|
181
139
|
}
|
|
182
140
|
],
|
|
183
141
|
"type": {
|
|
@@ -195,25 +153,27 @@
|
|
|
195
153
|
"isPublic": true
|
|
196
154
|
},
|
|
197
155
|
"comment": {
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
"name": "Input",
|
|
203
|
-
"type": {
|
|
204
|
-
"type": "reference",
|
|
205
|
-
"qualifiedName": "InputDecorator",
|
|
206
|
-
"package": "@angular/core",
|
|
207
|
-
"name": "Input"
|
|
156
|
+
"summary": [
|
|
157
|
+
{
|
|
158
|
+
"kind": "text",
|
|
159
|
+
"text": "The list of recently accessed links, or "
|
|
208
160
|
},
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
161
|
+
{
|
|
162
|
+
"kind": "code",
|
|
163
|
+
"text": "`\"loading\"`"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"kind": "text",
|
|
167
|
+
"text": " to display a wait indicator."
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
},
|
|
212
171
|
"sources": [
|
|
213
172
|
{
|
|
214
173
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
215
174
|
"line": 45,
|
|
216
|
-
"character": 9
|
|
175
|
+
"character": 9,
|
|
176
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L45"
|
|
217
177
|
}
|
|
218
178
|
],
|
|
219
179
|
"type": {
|
|
@@ -232,25 +192,27 @@
|
|
|
232
192
|
"isPublic": true
|
|
233
193
|
},
|
|
234
194
|
"comment": {
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
"name": "Input",
|
|
240
|
-
"type": {
|
|
241
|
-
"type": "reference",
|
|
242
|
-
"qualifiedName": "InputDecorator",
|
|
243
|
-
"package": "@angular/core",
|
|
244
|
-
"name": "Input"
|
|
195
|
+
"summary": [
|
|
196
|
+
{
|
|
197
|
+
"kind": "text",
|
|
198
|
+
"text": "The list of related links, or "
|
|
245
199
|
},
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
200
|
+
{
|
|
201
|
+
"kind": "code",
|
|
202
|
+
"text": "`\"loading\"`"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "text",
|
|
206
|
+
"text": " to display a wait indicator."
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
249
210
|
"sources": [
|
|
250
211
|
{
|
|
251
212
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
252
213
|
"line": 51,
|
|
253
|
-
"character": 9
|
|
214
|
+
"character": 9,
|
|
215
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L51"
|
|
254
216
|
}
|
|
255
217
|
],
|
|
256
218
|
"type": {
|
|
@@ -269,25 +231,27 @@
|
|
|
269
231
|
"isPublic": true
|
|
270
232
|
},
|
|
271
233
|
"comment": {
|
|
272
|
-
"
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
"name": "Input",
|
|
277
|
-
"type": {
|
|
278
|
-
"type": "reference",
|
|
279
|
-
"qualifiedName": "InputDecorator",
|
|
280
|
-
"package": "@angular/core",
|
|
281
|
-
"name": "Input"
|
|
234
|
+
"summary": [
|
|
235
|
+
{
|
|
236
|
+
"kind": "text",
|
|
237
|
+
"text": "The list of settings with modal parameters, or "
|
|
282
238
|
},
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
239
|
+
{
|
|
240
|
+
"kind": "code",
|
|
241
|
+
"text": "`\"loading\"`"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "text",
|
|
245
|
+
"text": " to display a wait indicator."
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
},
|
|
286
249
|
"sources": [
|
|
287
250
|
{
|
|
288
251
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
289
252
|
"line": 57,
|
|
290
|
-
"character": 9
|
|
253
|
+
"character": 9,
|
|
254
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L57"
|
|
291
255
|
}
|
|
292
256
|
],
|
|
293
257
|
"type": {
|
|
@@ -306,31 +270,30 @@
|
|
|
306
270
|
"isPublic": true
|
|
307
271
|
},
|
|
308
272
|
"comment": {
|
|
309
|
-
"
|
|
310
|
-
|
|
273
|
+
"summary": [
|
|
274
|
+
{
|
|
275
|
+
"kind": "text",
|
|
276
|
+
"text": "The page title."
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"blockTags": [
|
|
311
280
|
{
|
|
312
|
-
"tag": "default",
|
|
313
|
-
"
|
|
281
|
+
"tag": "@default",
|
|
282
|
+
"content": [
|
|
283
|
+
{
|
|
284
|
+
"kind": "text",
|
|
285
|
+
"text": "\"\""
|
|
286
|
+
}
|
|
287
|
+
]
|
|
314
288
|
}
|
|
315
289
|
]
|
|
316
290
|
},
|
|
317
|
-
"decorators": [
|
|
318
|
-
{
|
|
319
|
-
"name": "Input",
|
|
320
|
-
"type": {
|
|
321
|
-
"type": "reference",
|
|
322
|
-
"qualifiedName": "InputDecorator",
|
|
323
|
-
"package": "@angular/core",
|
|
324
|
-
"name": "Input"
|
|
325
|
-
},
|
|
326
|
-
"arguments": {}
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
291
|
"sources": [
|
|
330
292
|
{
|
|
331
293
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
332
294
|
"line": 64,
|
|
333
|
-
"character": 9
|
|
295
|
+
"character": 9,
|
|
296
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L64"
|
|
334
297
|
}
|
|
335
298
|
],
|
|
336
299
|
"type": {
|
|
@@ -347,83 +310,82 @@
|
|
|
347
310
|
"flags": {
|
|
348
311
|
"isPublic": true
|
|
349
312
|
},
|
|
350
|
-
"decorators": [
|
|
351
|
-
{
|
|
352
|
-
"name": "Input",
|
|
353
|
-
"type": {
|
|
354
|
-
"type": "reference",
|
|
355
|
-
"qualifiedName": "InputDecorator",
|
|
356
|
-
"package": "@angular/core",
|
|
357
|
-
"name": "Input"
|
|
358
|
-
},
|
|
359
|
-
"arguments": {}
|
|
360
|
-
}
|
|
361
|
-
],
|
|
362
313
|
"sources": [
|
|
363
314
|
{
|
|
364
315
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
365
316
|
"line": 24,
|
|
366
|
-
"character": 13
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
"getSignature": [
|
|
317
|
+
"character": 13,
|
|
318
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L24"
|
|
319
|
+
},
|
|
370
320
|
{
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"flags": {},
|
|
376
|
-
"comment": {
|
|
377
|
-
"shortText": "The list of actions that users must perform based on business requirements or best practices, or `\"loading\"` to display a wait indicator."
|
|
378
|
-
},
|
|
379
|
-
"type": {
|
|
380
|
-
"type": "reference",
|
|
381
|
-
"name": "SkyActionHubNeedsAttentionInput"
|
|
382
|
-
}
|
|
321
|
+
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
322
|
+
"line": 31,
|
|
323
|
+
"character": 13,
|
|
324
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L31"
|
|
383
325
|
}
|
|
384
326
|
],
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
327
|
+
"getSignature": {
|
|
328
|
+
"id": 5,
|
|
329
|
+
"name": "needsAttention",
|
|
330
|
+
"kind": 524288,
|
|
331
|
+
"kindString": "Get signature",
|
|
332
|
+
"flags": {},
|
|
333
|
+
"type": {
|
|
334
|
+
"type": "reference",
|
|
335
|
+
"name": "SkyActionHubNeedsAttentionInput"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"setSignature": {
|
|
339
|
+
"id": 6,
|
|
340
|
+
"name": "needsAttention",
|
|
341
|
+
"kind": 1048576,
|
|
342
|
+
"kindString": "Set signature",
|
|
343
|
+
"flags": {},
|
|
344
|
+
"comment": {
|
|
345
|
+
"summary": [
|
|
396
346
|
{
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
347
|
+
"kind": "text",
|
|
348
|
+
"text": "The list of actions that users must perform based on business requirements or best practices, or "
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"kind": "code",
|
|
352
|
+
"text": "`\"loading\"`"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "text",
|
|
356
|
+
"text": " to display a wait indicator."
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
"parameters": [
|
|
361
|
+
{
|
|
362
|
+
"id": 7,
|
|
363
|
+
"name": "value",
|
|
364
|
+
"kind": 32768,
|
|
365
|
+
"kindString": "Parameter",
|
|
366
|
+
"flags": {},
|
|
367
|
+
"type": {
|
|
368
|
+
"type": "reference",
|
|
369
|
+
"name": "SkyActionHubNeedsAttentionInput"
|
|
406
370
|
}
|
|
407
|
-
],
|
|
408
|
-
"type": {
|
|
409
|
-
"type": "intrinsic",
|
|
410
|
-
"name": "void"
|
|
411
371
|
}
|
|
372
|
+
],
|
|
373
|
+
"type": {
|
|
374
|
+
"type": "intrinsic",
|
|
375
|
+
"name": "void"
|
|
412
376
|
}
|
|
413
|
-
|
|
377
|
+
}
|
|
414
378
|
}
|
|
415
379
|
],
|
|
416
380
|
"groups": [
|
|
417
381
|
{
|
|
418
382
|
"title": "Constructors",
|
|
419
|
-
"kind": 512,
|
|
420
383
|
"children": [
|
|
421
384
|
2
|
|
422
385
|
]
|
|
423
386
|
},
|
|
424
387
|
{
|
|
425
388
|
"title": "Properties",
|
|
426
|
-
"kind": 1024,
|
|
427
389
|
"children": [
|
|
428
390
|
13,
|
|
429
391
|
8,
|
|
@@ -435,7 +397,6 @@
|
|
|
435
397
|
},
|
|
436
398
|
{
|
|
437
399
|
"title": "Accessors",
|
|
438
|
-
"kind": 262144,
|
|
439
400
|
"children": [
|
|
440
401
|
4
|
|
441
402
|
]
|
|
@@ -445,7 +406,8 @@
|
|
|
445
406
|
{
|
|
446
407
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
447
408
|
"line": 19,
|
|
448
|
-
"character": 13
|
|
409
|
+
"character": 13,
|
|
410
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub.component.ts#L19"
|
|
449
411
|
}
|
|
450
412
|
]
|
|
451
413
|
},
|
|
@@ -456,28 +418,21 @@
|
|
|
456
418
|
"kindString": "Class",
|
|
457
419
|
"flags": {},
|
|
458
420
|
"comment": {
|
|
459
|
-
"
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
{
|
|
464
|
-
"name": "Component",
|
|
465
|
-
"type": {
|
|
466
|
-
"type": "reference",
|
|
467
|
-
"qualifiedName": "ComponentDecorator",
|
|
468
|
-
"package": "@angular/core",
|
|
469
|
-
"name": "Component"
|
|
421
|
+
"summary": [
|
|
422
|
+
{
|
|
423
|
+
"kind": "text",
|
|
424
|
+
"text": "Displays buttons after the page title.\n\nExample:\n\n"
|
|
470
425
|
},
|
|
471
|
-
|
|
472
|
-
"
|
|
426
|
+
{
|
|
427
|
+
"kind": "code",
|
|
428
|
+
"text": "```html\n<a class=\"sky-btn sky-btn-default\" href=\"path/to/new\">New</a>\n```"
|
|
473
429
|
}
|
|
474
|
-
|
|
475
|
-
|
|
430
|
+
]
|
|
431
|
+
},
|
|
476
432
|
"children": [],
|
|
477
433
|
"groups": [
|
|
478
434
|
{
|
|
479
435
|
"title": "Constructors",
|
|
480
|
-
"kind": 512,
|
|
481
436
|
"children": [
|
|
482
437
|
16
|
|
483
438
|
]
|
|
@@ -487,7 +442,8 @@
|
|
|
487
442
|
{
|
|
488
443
|
"fileName": "projects/pages/src/modules/action-hub/action-hub-buttons.component.ts",
|
|
489
444
|
"line": 16,
|
|
490
|
-
"character": 13
|
|
445
|
+
"character": 13,
|
|
446
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub-buttons.component.ts#L16"
|
|
491
447
|
}
|
|
492
448
|
]
|
|
493
449
|
},
|
|
@@ -498,27 +454,17 @@
|
|
|
498
454
|
"kindString": "Class",
|
|
499
455
|
"flags": {},
|
|
500
456
|
"comment": {
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
"name": "Component",
|
|
506
|
-
"type": {
|
|
507
|
-
"type": "reference",
|
|
508
|
-
"qualifiedName": "ComponentDecorator",
|
|
509
|
-
"package": "@angular/core",
|
|
510
|
-
"name": "Component"
|
|
511
|
-
},
|
|
512
|
-
"arguments": {
|
|
513
|
-
"obj": "{\n selector: 'sky-action-hub-content',\n templateUrl: 'action-hub-content.component.html',\n}"
|
|
457
|
+
"summary": [
|
|
458
|
+
{
|
|
459
|
+
"kind": "text",
|
|
460
|
+
"text": "Displays additional content after the action items."
|
|
514
461
|
}
|
|
515
|
-
|
|
516
|
-
|
|
462
|
+
]
|
|
463
|
+
},
|
|
517
464
|
"children": [],
|
|
518
465
|
"groups": [
|
|
519
466
|
{
|
|
520
467
|
"title": "Constructors",
|
|
521
|
-
"kind": 512,
|
|
522
468
|
"children": [
|
|
523
469
|
19
|
|
524
470
|
]
|
|
@@ -528,7 +474,8 @@
|
|
|
528
474
|
{
|
|
529
475
|
"fileName": "projects/pages/src/modules/action-hub/action-hub-content.component.ts",
|
|
530
476
|
"line": 10,
|
|
531
|
-
"character": 13
|
|
477
|
+
"character": 13,
|
|
478
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/action-hub-content.component.ts#L10"
|
|
532
479
|
}
|
|
533
480
|
]
|
|
534
481
|
},
|
|
@@ -538,20 +485,6 @@
|
|
|
538
485
|
"kind": 128,
|
|
539
486
|
"kindString": "Class",
|
|
540
487
|
"flags": {},
|
|
541
|
-
"decorators": [
|
|
542
|
-
{
|
|
543
|
-
"name": "Component",
|
|
544
|
-
"type": {
|
|
545
|
-
"type": "reference",
|
|
546
|
-
"qualifiedName": "ComponentDecorator",
|
|
547
|
-
"package": "@angular/core",
|
|
548
|
-
"name": "Component"
|
|
549
|
-
},
|
|
550
|
-
"arguments": {
|
|
551
|
-
"obj": "{\n selector: 'sky-page-header',\n templateUrl: './page-header.component.html',\n styleUrls: ['./page-header.component.scss'],\n}"
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
488
|
"children": [
|
|
556
489
|
{
|
|
557
490
|
"id": 25,
|
|
@@ -561,23 +494,12 @@
|
|
|
561
494
|
"flags": {
|
|
562
495
|
"isPublic": true
|
|
563
496
|
},
|
|
564
|
-
"decorators": [
|
|
565
|
-
{
|
|
566
|
-
"name": "Input",
|
|
567
|
-
"type": {
|
|
568
|
-
"type": "reference",
|
|
569
|
-
"qualifiedName": "InputDecorator",
|
|
570
|
-
"package": "@angular/core",
|
|
571
|
-
"name": "Input"
|
|
572
|
-
},
|
|
573
|
-
"arguments": {}
|
|
574
|
-
}
|
|
575
|
-
],
|
|
576
497
|
"sources": [
|
|
577
498
|
{
|
|
578
499
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
579
500
|
"line": 17,
|
|
580
|
-
"character": 9
|
|
501
|
+
"character": 9,
|
|
502
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L17"
|
|
581
503
|
}
|
|
582
504
|
],
|
|
583
505
|
"type": {
|
|
@@ -594,23 +516,12 @@
|
|
|
594
516
|
"isPublic": true,
|
|
595
517
|
"isOptional": true
|
|
596
518
|
},
|
|
597
|
-
"decorators": [
|
|
598
|
-
{
|
|
599
|
-
"name": "Input",
|
|
600
|
-
"type": {
|
|
601
|
-
"type": "reference",
|
|
602
|
-
"qualifiedName": "InputDecorator",
|
|
603
|
-
"package": "@angular/core",
|
|
604
|
-
"name": "Input"
|
|
605
|
-
},
|
|
606
|
-
"arguments": {}
|
|
607
|
-
}
|
|
608
|
-
],
|
|
609
519
|
"sources": [
|
|
610
520
|
{
|
|
611
521
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
612
522
|
"line": 14,
|
|
613
|
-
"character": 9
|
|
523
|
+
"character": 9,
|
|
524
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L14"
|
|
614
525
|
}
|
|
615
526
|
],
|
|
616
527
|
"type": {
|
|
@@ -623,14 +534,12 @@
|
|
|
623
534
|
"groups": [
|
|
624
535
|
{
|
|
625
536
|
"title": "Constructors",
|
|
626
|
-
"kind": 512,
|
|
627
537
|
"children": [
|
|
628
538
|
22
|
|
629
539
|
]
|
|
630
540
|
},
|
|
631
541
|
{
|
|
632
542
|
"title": "Properties",
|
|
633
|
-
"kind": 1024,
|
|
634
543
|
"children": [
|
|
635
544
|
25,
|
|
636
545
|
24
|
|
@@ -641,7 +550,8 @@
|
|
|
641
550
|
{
|
|
642
551
|
"fileName": "projects/pages/src/modules/page-header/page-header.component.ts",
|
|
643
552
|
"line": 12,
|
|
644
|
-
"character": 13
|
|
553
|
+
"character": 13,
|
|
554
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/page-header/page-header.component.ts#L12"
|
|
645
555
|
}
|
|
646
556
|
]
|
|
647
557
|
},
|
|
@@ -651,20 +561,6 @@
|
|
|
651
561
|
"kind": 128,
|
|
652
562
|
"kindString": "Class",
|
|
653
563
|
"flags": {},
|
|
654
|
-
"decorators": [
|
|
655
|
-
{
|
|
656
|
-
"name": "Component",
|
|
657
|
-
"type": {
|
|
658
|
-
"type": "reference",
|
|
659
|
-
"qualifiedName": "ComponentDecorator",
|
|
660
|
-
"package": "@angular/core",
|
|
661
|
-
"name": "Component"
|
|
662
|
-
},
|
|
663
|
-
"arguments": {
|
|
664
|
-
"obj": "{\n selector: 'sky-modal-link-list',\n templateUrl: './modal-link-list.component.html',\n styleUrls: ['./modal-link-list.component.scss'],\n}"
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
],
|
|
668
564
|
"children": [
|
|
669
565
|
{
|
|
670
566
|
"id": 27,
|
|
@@ -676,7 +572,8 @@
|
|
|
676
572
|
{
|
|
677
573
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
678
574
|
"line": 32,
|
|
679
|
-
"character": 2
|
|
575
|
+
"character": 2,
|
|
576
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L32"
|
|
680
577
|
}
|
|
681
578
|
],
|
|
682
579
|
"signatures": [
|
|
@@ -719,7 +616,8 @@
|
|
|
719
616
|
{
|
|
720
617
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
721
618
|
"line": 26,
|
|
722
|
-
"character": 9
|
|
619
|
+
"character": 9,
|
|
620
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L26"
|
|
723
621
|
}
|
|
724
622
|
],
|
|
725
623
|
"type": {
|
|
@@ -740,23 +638,12 @@
|
|
|
740
638
|
"flags": {
|
|
741
639
|
"isPublic": true
|
|
742
640
|
},
|
|
743
|
-
"decorators": [
|
|
744
|
-
{
|
|
745
|
-
"name": "Input",
|
|
746
|
-
"type": {
|
|
747
|
-
"type": "reference",
|
|
748
|
-
"qualifiedName": "InputDecorator",
|
|
749
|
-
"package": "@angular/core",
|
|
750
|
-
"name": "Input"
|
|
751
|
-
},
|
|
752
|
-
"arguments": {}
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
641
|
"sources": [
|
|
756
642
|
{
|
|
757
643
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
758
644
|
"line": 24,
|
|
759
|
-
"character": 9
|
|
645
|
+
"character": 9,
|
|
646
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L24"
|
|
760
647
|
}
|
|
761
648
|
],
|
|
762
649
|
"type": {
|
|
@@ -772,66 +659,57 @@
|
|
|
772
659
|
"flags": {
|
|
773
660
|
"isPublic": true
|
|
774
661
|
},
|
|
775
|
-
"decorators": [
|
|
776
|
-
{
|
|
777
|
-
"name": "Input",
|
|
778
|
-
"type": {
|
|
779
|
-
"type": "reference",
|
|
780
|
-
"qualifiedName": "InputDecorator",
|
|
781
|
-
"package": "@angular/core",
|
|
782
|
-
"name": "Input"
|
|
783
|
-
},
|
|
784
|
-
"arguments": {}
|
|
785
|
-
}
|
|
786
|
-
],
|
|
787
662
|
"sources": [
|
|
788
663
|
{
|
|
789
664
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
790
665
|
"line": 14,
|
|
791
|
-
"character": 13
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
"getSignature": [
|
|
666
|
+
"character": 13,
|
|
667
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L14"
|
|
668
|
+
},
|
|
795
669
|
{
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"flags": {},
|
|
801
|
-
"type": {
|
|
802
|
-
"type": "reference",
|
|
803
|
-
"id": 85,
|
|
804
|
-
"name": "SkyPageModalLinksInput"
|
|
805
|
-
}
|
|
670
|
+
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
671
|
+
"line": 19,
|
|
672
|
+
"character": 13,
|
|
673
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L19"
|
|
806
674
|
}
|
|
807
675
|
],
|
|
808
|
-
"
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
"
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
676
|
+
"getSignature": {
|
|
677
|
+
"id": 31,
|
|
678
|
+
"name": "links",
|
|
679
|
+
"kind": 524288,
|
|
680
|
+
"kindString": "Get signature",
|
|
681
|
+
"flags": {},
|
|
682
|
+
"type": {
|
|
683
|
+
"type": "reference",
|
|
684
|
+
"id": 85,
|
|
685
|
+
"name": "SkyPageModalLinksInput"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"setSignature": {
|
|
689
|
+
"id": 32,
|
|
690
|
+
"name": "links",
|
|
691
|
+
"kind": 1048576,
|
|
692
|
+
"kindString": "Set signature",
|
|
693
|
+
"flags": {},
|
|
694
|
+
"parameters": [
|
|
695
|
+
{
|
|
696
|
+
"id": 33,
|
|
697
|
+
"name": "value",
|
|
698
|
+
"kind": 32768,
|
|
699
|
+
"kindString": "Parameter",
|
|
700
|
+
"flags": {},
|
|
701
|
+
"type": {
|
|
702
|
+
"type": "reference",
|
|
703
|
+
"id": 85,
|
|
704
|
+
"name": "SkyPageModalLinksInput"
|
|
827
705
|
}
|
|
828
|
-
],
|
|
829
|
-
"type": {
|
|
830
|
-
"type": "intrinsic",
|
|
831
|
-
"name": "void"
|
|
832
706
|
}
|
|
707
|
+
],
|
|
708
|
+
"type": {
|
|
709
|
+
"type": "intrinsic",
|
|
710
|
+
"name": "void"
|
|
833
711
|
}
|
|
834
|
-
|
|
712
|
+
}
|
|
835
713
|
},
|
|
836
714
|
{
|
|
837
715
|
"id": 38,
|
|
@@ -845,7 +723,8 @@
|
|
|
845
723
|
{
|
|
846
724
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
847
725
|
"line": 36,
|
|
848
|
-
"character": 9
|
|
726
|
+
"character": 9,
|
|
727
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L36"
|
|
849
728
|
}
|
|
850
729
|
],
|
|
851
730
|
"signatures": [
|
|
@@ -880,14 +759,12 @@
|
|
|
880
759
|
"groups": [
|
|
881
760
|
{
|
|
882
761
|
"title": "Constructors",
|
|
883
|
-
"kind": 512,
|
|
884
762
|
"children": [
|
|
885
763
|
27
|
|
886
764
|
]
|
|
887
765
|
},
|
|
888
766
|
{
|
|
889
767
|
"title": "Properties",
|
|
890
|
-
"kind": 1024,
|
|
891
768
|
"children": [
|
|
892
769
|
35,
|
|
893
770
|
34
|
|
@@ -895,14 +772,12 @@
|
|
|
895
772
|
},
|
|
896
773
|
{
|
|
897
774
|
"title": "Accessors",
|
|
898
|
-
"kind": 262144,
|
|
899
775
|
"children": [
|
|
900
776
|
30
|
|
901
777
|
]
|
|
902
778
|
},
|
|
903
779
|
{
|
|
904
780
|
"title": "Methods",
|
|
905
|
-
"kind": 2048,
|
|
906
781
|
"children": [
|
|
907
782
|
38
|
|
908
783
|
]
|
|
@@ -912,7 +787,8 @@
|
|
|
912
787
|
{
|
|
913
788
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
914
789
|
"line": 12,
|
|
915
|
-
"character": 13
|
|
790
|
+
"character": 13,
|
|
791
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/modal-link-list/modal-link-list.component.ts#L12"
|
|
916
792
|
}
|
|
917
793
|
]
|
|
918
794
|
},
|
|
@@ -923,7 +799,12 @@
|
|
|
923
799
|
"kindString": "Interface",
|
|
924
800
|
"flags": {},
|
|
925
801
|
"comment": {
|
|
926
|
-
"
|
|
802
|
+
"summary": [
|
|
803
|
+
{
|
|
804
|
+
"kind": "text",
|
|
805
|
+
"text": "Specifies action items that require attention and directs users to pages\nwhere they can resolve them."
|
|
806
|
+
}
|
|
807
|
+
]
|
|
927
808
|
},
|
|
928
809
|
"children": [
|
|
929
810
|
{
|
|
@@ -935,13 +816,19 @@
|
|
|
935
816
|
"isOptional": true
|
|
936
817
|
},
|
|
937
818
|
"comment": {
|
|
938
|
-
"
|
|
819
|
+
"summary": [
|
|
820
|
+
{
|
|
821
|
+
"kind": "text",
|
|
822
|
+
"text": "The click handler for the action item."
|
|
823
|
+
}
|
|
824
|
+
]
|
|
939
825
|
},
|
|
940
826
|
"sources": [
|
|
941
827
|
{
|
|
942
828
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
943
829
|
"line": 32,
|
|
944
|
-
"character": 2
|
|
830
|
+
"character": 2,
|
|
831
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L32"
|
|
945
832
|
}
|
|
946
833
|
],
|
|
947
834
|
"type": {
|
|
@@ -959,13 +846,19 @@
|
|
|
959
846
|
"isOptional": true
|
|
960
847
|
},
|
|
961
848
|
"comment": {
|
|
962
|
-
"
|
|
849
|
+
"summary": [
|
|
850
|
+
{
|
|
851
|
+
"kind": "text",
|
|
852
|
+
"text": "De-emphasized text to display after the title."
|
|
853
|
+
}
|
|
854
|
+
]
|
|
963
855
|
},
|
|
964
856
|
"sources": [
|
|
965
857
|
{
|
|
966
858
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
967
859
|
"line": 17,
|
|
968
|
-
"character": 2
|
|
860
|
+
"character": 2,
|
|
861
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L17"
|
|
969
862
|
}
|
|
970
863
|
],
|
|
971
864
|
"type": {
|
|
@@ -982,13 +875,19 @@
|
|
|
982
875
|
"isOptional": true
|
|
983
876
|
},
|
|
984
877
|
"comment": {
|
|
985
|
-
"
|
|
878
|
+
"summary": [
|
|
879
|
+
{
|
|
880
|
+
"kind": "text",
|
|
881
|
+
"text": "The link to resolve the action item."
|
|
882
|
+
}
|
|
883
|
+
]
|
|
986
884
|
},
|
|
987
885
|
"sources": [
|
|
988
886
|
{
|
|
989
887
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
990
888
|
"line": 21,
|
|
991
|
-
"character": 2
|
|
889
|
+
"character": 2,
|
|
890
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L21"
|
|
992
891
|
}
|
|
993
892
|
],
|
|
994
893
|
"type": {
|
|
@@ -1012,7 +911,8 @@
|
|
|
1012
911
|
{
|
|
1013
912
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1014
913
|
"line": 22,
|
|
1015
|
-
"character": 4
|
|
914
|
+
"character": 4,
|
|
915
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
1016
916
|
}
|
|
1017
917
|
],
|
|
1018
918
|
"type": {
|
|
@@ -1034,7 +934,8 @@
|
|
|
1034
934
|
{
|
|
1035
935
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1036
936
|
"line": 24,
|
|
1037
|
-
"character": 6
|
|
937
|
+
"character": 6,
|
|
938
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L24"
|
|
1038
939
|
}
|
|
1039
940
|
],
|
|
1040
941
|
"type": {
|
|
@@ -1057,26 +958,34 @@
|
|
|
1057
958
|
{
|
|
1058
959
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1059
960
|
"line": 25,
|
|
1060
|
-
"character": 6
|
|
961
|
+
"character": 6,
|
|
962
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L25"
|
|
1061
963
|
}
|
|
1062
964
|
],
|
|
1063
965
|
"type": {
|
|
1064
966
|
"type": "reference",
|
|
967
|
+
"name": "NavigationExtras",
|
|
1065
968
|
"qualifiedName": "NavigationExtras",
|
|
1066
|
-
"package": "@angular/router"
|
|
1067
|
-
"name": "NavigationExtras"
|
|
969
|
+
"package": "@angular/router"
|
|
1068
970
|
}
|
|
1069
971
|
}
|
|
1070
972
|
],
|
|
1071
973
|
"groups": [
|
|
1072
974
|
{
|
|
1073
975
|
"title": "Properties",
|
|
1074
|
-
"kind": 1024,
|
|
1075
976
|
"children": [
|
|
1076
977
|
51,
|
|
1077
978
|
52
|
|
1078
979
|
]
|
|
1079
980
|
}
|
|
981
|
+
],
|
|
982
|
+
"sources": [
|
|
983
|
+
{
|
|
984
|
+
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
985
|
+
"line": 22,
|
|
986
|
+
"character": 12,
|
|
987
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L22"
|
|
988
|
+
}
|
|
1080
989
|
]
|
|
1081
990
|
}
|
|
1082
991
|
}
|
|
@@ -1093,7 +1002,8 @@
|
|
|
1093
1002
|
{
|
|
1094
1003
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1095
1004
|
"line": 27,
|
|
1096
|
-
"character": 4
|
|
1005
|
+
"character": 4,
|
|
1006
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L27"
|
|
1097
1007
|
}
|
|
1098
1008
|
],
|
|
1099
1009
|
"type": {
|
|
@@ -1105,12 +1015,19 @@
|
|
|
1105
1015
|
"groups": [
|
|
1106
1016
|
{
|
|
1107
1017
|
"title": "Properties",
|
|
1108
|
-
"kind": 1024,
|
|
1109
1018
|
"children": [
|
|
1110
1019
|
49,
|
|
1111
1020
|
53
|
|
1112
1021
|
]
|
|
1113
1022
|
}
|
|
1023
|
+
],
|
|
1024
|
+
"sources": [
|
|
1025
|
+
{
|
|
1026
|
+
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1027
|
+
"line": 21,
|
|
1028
|
+
"character": 14,
|
|
1029
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L21"
|
|
1030
|
+
}
|
|
1114
1031
|
]
|
|
1115
1032
|
}
|
|
1116
1033
|
}
|
|
@@ -1122,13 +1039,19 @@
|
|
|
1122
1039
|
"kindString": "Property",
|
|
1123
1040
|
"flags": {},
|
|
1124
1041
|
"comment": {
|
|
1125
|
-
"
|
|
1042
|
+
"summary": [
|
|
1043
|
+
{
|
|
1044
|
+
"kind": "text",
|
|
1045
|
+
"text": "The bold title to display at the start of the action item."
|
|
1046
|
+
}
|
|
1047
|
+
]
|
|
1126
1048
|
},
|
|
1127
1049
|
"sources": [
|
|
1128
1050
|
{
|
|
1129
1051
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1130
1052
|
"line": 13,
|
|
1131
|
-
"character": 2
|
|
1053
|
+
"character": 2,
|
|
1054
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L13"
|
|
1132
1055
|
}
|
|
1133
1056
|
],
|
|
1134
1057
|
"type": {
|
|
@@ -1140,7 +1063,6 @@
|
|
|
1140
1063
|
"groups": [
|
|
1141
1064
|
{
|
|
1142
1065
|
"title": "Properties",
|
|
1143
|
-
"kind": 1024,
|
|
1144
1066
|
"children": [
|
|
1145
1067
|
54,
|
|
1146
1068
|
46,
|
|
@@ -1153,7 +1075,8 @@
|
|
|
1153
1075
|
{
|
|
1154
1076
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
|
|
1155
1077
|
"line": 9,
|
|
1156
|
-
"character": 17
|
|
1078
|
+
"character": 17,
|
|
1079
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention.ts#L9"
|
|
1157
1080
|
}
|
|
1158
1081
|
]
|
|
1159
1082
|
},
|
|
@@ -1164,7 +1087,12 @@
|
|
|
1164
1087
|
"kindString": "Interface",
|
|
1165
1088
|
"flags": {},
|
|
1166
1089
|
"comment": {
|
|
1167
|
-
"
|
|
1090
|
+
"summary": [
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "text",
|
|
1093
|
+
"text": "Displays links to related information or recently accessed items."
|
|
1094
|
+
}
|
|
1095
|
+
]
|
|
1168
1096
|
},
|
|
1169
1097
|
"children": [
|
|
1170
1098
|
{
|
|
@@ -1174,13 +1102,19 @@
|
|
|
1174
1102
|
"kindString": "Property",
|
|
1175
1103
|
"flags": {},
|
|
1176
1104
|
"comment": {
|
|
1177
|
-
"
|
|
1105
|
+
"summary": [
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "text",
|
|
1108
|
+
"text": "The link text."
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
1178
1111
|
},
|
|
1179
1112
|
"sources": [
|
|
1180
1113
|
{
|
|
1181
1114
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
1182
1115
|
"line": 8,
|
|
1183
|
-
"character": 2
|
|
1116
|
+
"character": 2,
|
|
1117
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
1184
1118
|
}
|
|
1185
1119
|
],
|
|
1186
1120
|
"type": {
|
|
@@ -1199,13 +1133,19 @@
|
|
|
1199
1133
|
"kindString": "Property",
|
|
1200
1134
|
"flags": {},
|
|
1201
1135
|
"comment": {
|
|
1202
|
-
"
|
|
1136
|
+
"summary": [
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "text",
|
|
1139
|
+
"text": "The link destination."
|
|
1140
|
+
}
|
|
1141
|
+
]
|
|
1203
1142
|
},
|
|
1204
1143
|
"sources": [
|
|
1205
1144
|
{
|
|
1206
1145
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
1207
1146
|
"line": 12,
|
|
1208
|
-
"character": 2
|
|
1147
|
+
"character": 2,
|
|
1148
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
1209
1149
|
}
|
|
1210
1150
|
],
|
|
1211
1151
|
"type": {
|
|
@@ -1229,7 +1169,8 @@
|
|
|
1229
1169
|
{
|
|
1230
1170
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1231
1171
|
"line": 13,
|
|
1232
|
-
"character": 4
|
|
1172
|
+
"character": 4,
|
|
1173
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
1233
1174
|
}
|
|
1234
1175
|
],
|
|
1235
1176
|
"type": {
|
|
@@ -1251,7 +1192,8 @@
|
|
|
1251
1192
|
{
|
|
1252
1193
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1253
1194
|
"line": 14,
|
|
1254
|
-
"character": 6
|
|
1195
|
+
"character": 6,
|
|
1196
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
1255
1197
|
}
|
|
1256
1198
|
],
|
|
1257
1199
|
"type": {
|
|
@@ -1274,26 +1216,34 @@
|
|
|
1274
1216
|
{
|
|
1275
1217
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1276
1218
|
"line": 15,
|
|
1277
|
-
"character": 6
|
|
1219
|
+
"character": 6,
|
|
1220
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
1278
1221
|
}
|
|
1279
1222
|
],
|
|
1280
1223
|
"type": {
|
|
1281
1224
|
"type": "reference",
|
|
1225
|
+
"name": "NavigationExtras",
|
|
1282
1226
|
"qualifiedName": "NavigationExtras",
|
|
1283
|
-
"package": "@angular/router"
|
|
1284
|
-
"name": "NavigationExtras"
|
|
1227
|
+
"package": "@angular/router"
|
|
1285
1228
|
}
|
|
1286
1229
|
}
|
|
1287
1230
|
],
|
|
1288
1231
|
"groups": [
|
|
1289
1232
|
{
|
|
1290
1233
|
"title": "Properties",
|
|
1291
|
-
"kind": 1024,
|
|
1292
1234
|
"children": [
|
|
1293
1235
|
67,
|
|
1294
1236
|
68
|
|
1295
1237
|
]
|
|
1296
1238
|
}
|
|
1239
|
+
],
|
|
1240
|
+
"sources": [
|
|
1241
|
+
{
|
|
1242
|
+
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1243
|
+
"line": 13,
|
|
1244
|
+
"character": 12,
|
|
1245
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
1246
|
+
}
|
|
1297
1247
|
]
|
|
1298
1248
|
}
|
|
1299
1249
|
}
|
|
@@ -1310,7 +1260,8 @@
|
|
|
1310
1260
|
{
|
|
1311
1261
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1312
1262
|
"line": 17,
|
|
1313
|
-
"character": 4
|
|
1263
|
+
"character": 4,
|
|
1264
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
1314
1265
|
}
|
|
1315
1266
|
],
|
|
1316
1267
|
"type": {
|
|
@@ -1322,12 +1273,19 @@
|
|
|
1322
1273
|
"groups": [
|
|
1323
1274
|
{
|
|
1324
1275
|
"title": "Properties",
|
|
1325
|
-
"kind": 1024,
|
|
1326
1276
|
"children": [
|
|
1327
1277
|
65,
|
|
1328
1278
|
69
|
|
1329
1279
|
]
|
|
1330
1280
|
}
|
|
1281
|
+
],
|
|
1282
|
+
"sources": [
|
|
1283
|
+
{
|
|
1284
|
+
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1285
|
+
"line": 12,
|
|
1286
|
+
"character": 13,
|
|
1287
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
1288
|
+
}
|
|
1331
1289
|
]
|
|
1332
1290
|
}
|
|
1333
1291
|
}
|
|
@@ -1336,7 +1294,6 @@
|
|
|
1336
1294
|
"groups": [
|
|
1337
1295
|
{
|
|
1338
1296
|
"title": "Properties",
|
|
1339
|
-
"kind": 1024,
|
|
1340
1297
|
"children": [
|
|
1341
1298
|
70,
|
|
1342
1299
|
63
|
|
@@ -1347,7 +1304,8 @@
|
|
|
1347
1304
|
{
|
|
1348
1305
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
1349
1306
|
"line": 8,
|
|
1350
|
-
"character": 17
|
|
1307
|
+
"character": 17,
|
|
1308
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L8"
|
|
1351
1309
|
}
|
|
1352
1310
|
],
|
|
1353
1311
|
"extendedTypes": [
|
|
@@ -1371,7 +1329,12 @@
|
|
|
1371
1329
|
"kindString": "Interface",
|
|
1372
1330
|
"flags": {},
|
|
1373
1331
|
"comment": {
|
|
1374
|
-
"
|
|
1332
|
+
"summary": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "text",
|
|
1335
|
+
"text": "Displays links to related information or recently accessed items."
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1375
1338
|
},
|
|
1376
1339
|
"children": [
|
|
1377
1340
|
{
|
|
@@ -1381,13 +1344,19 @@
|
|
|
1381
1344
|
"kindString": "Property",
|
|
1382
1345
|
"flags": {},
|
|
1383
1346
|
"comment": {
|
|
1384
|
-
"
|
|
1347
|
+
"summary": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "text",
|
|
1350
|
+
"text": "The link text."
|
|
1351
|
+
}
|
|
1352
|
+
]
|
|
1385
1353
|
},
|
|
1386
1354
|
"sources": [
|
|
1387
1355
|
{
|
|
1388
1356
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
1389
1357
|
"line": 8,
|
|
1390
|
-
"character": 2
|
|
1358
|
+
"character": 2,
|
|
1359
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
1391
1360
|
}
|
|
1392
1361
|
],
|
|
1393
1362
|
"type": {
|
|
@@ -1408,13 +1377,19 @@
|
|
|
1408
1377
|
"isOptional": true
|
|
1409
1378
|
},
|
|
1410
1379
|
"comment": {
|
|
1411
|
-
"
|
|
1380
|
+
"summary": [
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "text",
|
|
1383
|
+
"text": "The modal parameters."
|
|
1384
|
+
}
|
|
1385
|
+
]
|
|
1412
1386
|
},
|
|
1413
1387
|
"sources": [
|
|
1414
1388
|
{
|
|
1415
1389
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
1416
1390
|
"line": 23,
|
|
1417
|
-
"character": 2
|
|
1391
|
+
"character": 2,
|
|
1392
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
1418
1393
|
}
|
|
1419
1394
|
],
|
|
1420
1395
|
"type": {
|
|
@@ -1436,7 +1411,8 @@
|
|
|
1436
1411
|
{
|
|
1437
1412
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1438
1413
|
"line": 24,
|
|
1439
|
-
"character": 4
|
|
1414
|
+
"character": 4,
|
|
1415
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L24"
|
|
1440
1416
|
}
|
|
1441
1417
|
],
|
|
1442
1418
|
"type": {
|
|
@@ -1456,7 +1432,8 @@
|
|
|
1456
1432
|
{
|
|
1457
1433
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1458
1434
|
"line": 25,
|
|
1459
|
-
"character": 4
|
|
1435
|
+
"character": 4,
|
|
1436
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L25"
|
|
1460
1437
|
}
|
|
1461
1438
|
],
|
|
1462
1439
|
"type": {
|
|
@@ -1468,12 +1445,19 @@
|
|
|
1468
1445
|
"groups": [
|
|
1469
1446
|
{
|
|
1470
1447
|
"title": "Properties",
|
|
1471
|
-
"kind": 1024,
|
|
1472
1448
|
"children": [
|
|
1473
1449
|
82,
|
|
1474
1450
|
83
|
|
1475
1451
|
]
|
|
1476
1452
|
}
|
|
1453
|
+
],
|
|
1454
|
+
"sources": [
|
|
1455
|
+
{
|
|
1456
|
+
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1457
|
+
"line": 23,
|
|
1458
|
+
"character": 10,
|
|
1459
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L23"
|
|
1460
|
+
}
|
|
1477
1461
|
]
|
|
1478
1462
|
}
|
|
1479
1463
|
}
|
|
@@ -1487,13 +1471,19 @@
|
|
|
1487
1471
|
"isOptional": true
|
|
1488
1472
|
},
|
|
1489
1473
|
"comment": {
|
|
1490
|
-
"
|
|
1474
|
+
"summary": [
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "text",
|
|
1477
|
+
"text": "The link destination."
|
|
1478
|
+
}
|
|
1479
|
+
]
|
|
1491
1480
|
},
|
|
1492
1481
|
"sources": [
|
|
1493
1482
|
{
|
|
1494
1483
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
1495
1484
|
"line": 13,
|
|
1496
|
-
"character": 2
|
|
1485
|
+
"character": 2,
|
|
1486
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
1497
1487
|
}
|
|
1498
1488
|
],
|
|
1499
1489
|
"type": {
|
|
@@ -1517,7 +1507,8 @@
|
|
|
1517
1507
|
{
|
|
1518
1508
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1519
1509
|
"line": 14,
|
|
1520
|
-
"character": 4
|
|
1510
|
+
"character": 4,
|
|
1511
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
1521
1512
|
}
|
|
1522
1513
|
],
|
|
1523
1514
|
"type": {
|
|
@@ -1539,7 +1530,8 @@
|
|
|
1539
1530
|
{
|
|
1540
1531
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1541
1532
|
"line": 15,
|
|
1542
|
-
"character": 6
|
|
1533
|
+
"character": 6,
|
|
1534
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L15"
|
|
1543
1535
|
}
|
|
1544
1536
|
],
|
|
1545
1537
|
"type": {
|
|
@@ -1562,26 +1554,34 @@
|
|
|
1562
1554
|
{
|
|
1563
1555
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1564
1556
|
"line": 16,
|
|
1565
|
-
"character": 6
|
|
1557
|
+
"character": 6,
|
|
1558
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L16"
|
|
1566
1559
|
}
|
|
1567
1560
|
],
|
|
1568
1561
|
"type": {
|
|
1569
1562
|
"type": "reference",
|
|
1563
|
+
"name": "NavigationExtras",
|
|
1570
1564
|
"qualifiedName": "NavigationExtras",
|
|
1571
|
-
"package": "@angular/router"
|
|
1572
|
-
"name": "NavigationExtras"
|
|
1565
|
+
"package": "@angular/router"
|
|
1573
1566
|
}
|
|
1574
1567
|
}
|
|
1575
1568
|
],
|
|
1576
1569
|
"groups": [
|
|
1577
1570
|
{
|
|
1578
1571
|
"title": "Properties",
|
|
1579
|
-
"kind": 1024,
|
|
1580
1572
|
"children": [
|
|
1581
1573
|
77,
|
|
1582
1574
|
78
|
|
1583
1575
|
]
|
|
1584
1576
|
}
|
|
1577
|
+
],
|
|
1578
|
+
"sources": [
|
|
1579
|
+
{
|
|
1580
|
+
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1581
|
+
"line": 14,
|
|
1582
|
+
"character": 12,
|
|
1583
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L14"
|
|
1584
|
+
}
|
|
1585
1585
|
]
|
|
1586
1586
|
}
|
|
1587
1587
|
}
|
|
@@ -1598,7 +1598,8 @@
|
|
|
1598
1598
|
{
|
|
1599
1599
|
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1600
1600
|
"line": 18,
|
|
1601
|
-
"character": 4
|
|
1601
|
+
"character": 4,
|
|
1602
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L18"
|
|
1602
1603
|
}
|
|
1603
1604
|
],
|
|
1604
1605
|
"type": {
|
|
@@ -1610,12 +1611,19 @@
|
|
|
1610
1611
|
"groups": [
|
|
1611
1612
|
{
|
|
1612
1613
|
"title": "Properties",
|
|
1613
|
-
"kind": 1024,
|
|
1614
1614
|
"children": [
|
|
1615
1615
|
75,
|
|
1616
1616
|
79
|
|
1617
1617
|
]
|
|
1618
1618
|
}
|
|
1619
|
+
],
|
|
1620
|
+
"sources": [
|
|
1621
|
+
{
|
|
1622
|
+
"fileName": "lib/modules/action-hub/types/page-modal-link.ts",
|
|
1623
|
+
"line": 13,
|
|
1624
|
+
"character": 14,
|
|
1625
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L13"
|
|
1626
|
+
}
|
|
1619
1627
|
]
|
|
1620
1628
|
}
|
|
1621
1629
|
}
|
|
@@ -1624,7 +1632,6 @@
|
|
|
1624
1632
|
"groups": [
|
|
1625
1633
|
{
|
|
1626
1634
|
"title": "Properties",
|
|
1627
|
-
"kind": 1024,
|
|
1628
1635
|
"children": [
|
|
1629
1636
|
84,
|
|
1630
1637
|
80,
|
|
@@ -1636,7 +1643,8 @@
|
|
|
1636
1643
|
{
|
|
1637
1644
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-link.ts",
|
|
1638
1645
|
"line": 9,
|
|
1639
|
-
"character": 17
|
|
1646
|
+
"character": 17,
|
|
1647
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-link.ts#L9"
|
|
1640
1648
|
}
|
|
1641
1649
|
],
|
|
1642
1650
|
"extendedTypes": [
|
|
@@ -1653,11 +1661,22 @@
|
|
|
1653
1661
|
"kindString": "Interface",
|
|
1654
1662
|
"flags": {},
|
|
1655
1663
|
"comment": {
|
|
1656
|
-
"
|
|
1657
|
-
|
|
1664
|
+
"summary": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "text",
|
|
1667
|
+
"text": "Link that also has a date field to sort by."
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
"blockTags": [
|
|
1658
1671
|
{
|
|
1659
|
-
"tag": "property",
|
|
1660
|
-
"
|
|
1672
|
+
"tag": "@property",
|
|
1673
|
+
"name": "lastAccessed",
|
|
1674
|
+
"content": [
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "text",
|
|
1677
|
+
"text": "Date Object or ISO-8601 string."
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1661
1680
|
}
|
|
1662
1681
|
]
|
|
1663
1682
|
},
|
|
@@ -1669,13 +1688,19 @@
|
|
|
1669
1688
|
"kindString": "Property",
|
|
1670
1689
|
"flags": {},
|
|
1671
1690
|
"comment": {
|
|
1672
|
-
"
|
|
1691
|
+
"summary": [
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "text",
|
|
1694
|
+
"text": "The link text."
|
|
1695
|
+
}
|
|
1696
|
+
]
|
|
1673
1697
|
},
|
|
1674
1698
|
"sources": [
|
|
1675
1699
|
{
|
|
1676
1700
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link-interface.ts",
|
|
1677
1701
|
"line": 8,
|
|
1678
|
-
"character": 2
|
|
1702
|
+
"character": 2,
|
|
1703
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link-interface.ts#L8"
|
|
1679
1704
|
}
|
|
1680
1705
|
],
|
|
1681
1706
|
"type": {
|
|
@@ -1698,7 +1723,8 @@
|
|
|
1698
1723
|
{
|
|
1699
1724
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
1700
1725
|
"line": 9,
|
|
1701
|
-
"character": 2
|
|
1726
|
+
"character": 2,
|
|
1727
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L9"
|
|
1702
1728
|
}
|
|
1703
1729
|
],
|
|
1704
1730
|
"type": {
|
|
@@ -1710,9 +1736,9 @@
|
|
|
1710
1736
|
},
|
|
1711
1737
|
{
|
|
1712
1738
|
"type": "reference",
|
|
1739
|
+
"name": "Date",
|
|
1713
1740
|
"qualifiedName": "Date",
|
|
1714
|
-
"package": "typescript"
|
|
1715
|
-
"name": "Date"
|
|
1741
|
+
"package": "typescript"
|
|
1716
1742
|
}
|
|
1717
1743
|
]
|
|
1718
1744
|
}
|
|
@@ -1724,13 +1750,19 @@
|
|
|
1724
1750
|
"kindString": "Property",
|
|
1725
1751
|
"flags": {},
|
|
1726
1752
|
"comment": {
|
|
1727
|
-
"
|
|
1753
|
+
"summary": [
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "text",
|
|
1756
|
+
"text": "The link destination."
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1728
1759
|
},
|
|
1729
1760
|
"sources": [
|
|
1730
1761
|
{
|
|
1731
1762
|
"fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
|
|
1732
1763
|
"line": 12,
|
|
1733
|
-
"character": 2
|
|
1764
|
+
"character": 2,
|
|
1765
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
1734
1766
|
}
|
|
1735
1767
|
],
|
|
1736
1768
|
"type": {
|
|
@@ -1754,7 +1786,8 @@
|
|
|
1754
1786
|
{
|
|
1755
1787
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1756
1788
|
"line": 13,
|
|
1757
|
-
"character": 4
|
|
1789
|
+
"character": 4,
|
|
1790
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
1758
1791
|
}
|
|
1759
1792
|
],
|
|
1760
1793
|
"type": {
|
|
@@ -1776,7 +1809,8 @@
|
|
|
1776
1809
|
{
|
|
1777
1810
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1778
1811
|
"line": 14,
|
|
1779
|
-
"character": 6
|
|
1812
|
+
"character": 6,
|
|
1813
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L14"
|
|
1780
1814
|
}
|
|
1781
1815
|
],
|
|
1782
1816
|
"type": {
|
|
@@ -1799,26 +1833,34 @@
|
|
|
1799
1833
|
{
|
|
1800
1834
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1801
1835
|
"line": 15,
|
|
1802
|
-
"character": 6
|
|
1836
|
+
"character": 6,
|
|
1837
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L15"
|
|
1803
1838
|
}
|
|
1804
1839
|
],
|
|
1805
1840
|
"type": {
|
|
1806
1841
|
"type": "reference",
|
|
1842
|
+
"name": "NavigationExtras",
|
|
1807
1843
|
"qualifiedName": "NavigationExtras",
|
|
1808
|
-
"package": "@angular/router"
|
|
1809
|
-
"name": "NavigationExtras"
|
|
1844
|
+
"package": "@angular/router"
|
|
1810
1845
|
}
|
|
1811
1846
|
}
|
|
1812
1847
|
],
|
|
1813
1848
|
"groups": [
|
|
1814
1849
|
{
|
|
1815
1850
|
"title": "Properties",
|
|
1816
|
-
"kind": 1024,
|
|
1817
1851
|
"children": [
|
|
1818
1852
|
92,
|
|
1819
1853
|
93
|
|
1820
1854
|
]
|
|
1821
1855
|
}
|
|
1856
|
+
],
|
|
1857
|
+
"sources": [
|
|
1858
|
+
{
|
|
1859
|
+
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1860
|
+
"line": 13,
|
|
1861
|
+
"character": 12,
|
|
1862
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L13"
|
|
1863
|
+
}
|
|
1822
1864
|
]
|
|
1823
1865
|
}
|
|
1824
1866
|
}
|
|
@@ -1835,7 +1877,8 @@
|
|
|
1835
1877
|
{
|
|
1836
1878
|
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1837
1879
|
"line": 17,
|
|
1838
|
-
"character": 4
|
|
1880
|
+
"character": 4,
|
|
1881
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L17"
|
|
1839
1882
|
}
|
|
1840
1883
|
],
|
|
1841
1884
|
"type": {
|
|
@@ -1847,12 +1890,19 @@
|
|
|
1847
1890
|
"groups": [
|
|
1848
1891
|
{
|
|
1849
1892
|
"title": "Properties",
|
|
1850
|
-
"kind": 1024,
|
|
1851
1893
|
"children": [
|
|
1852
1894
|
90,
|
|
1853
1895
|
94
|
|
1854
1896
|
]
|
|
1855
1897
|
}
|
|
1898
|
+
],
|
|
1899
|
+
"sources": [
|
|
1900
|
+
{
|
|
1901
|
+
"fileName": "lib/modules/action-hub/types/page-link.ts",
|
|
1902
|
+
"line": 12,
|
|
1903
|
+
"character": 13,
|
|
1904
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-link.ts#L12"
|
|
1905
|
+
}
|
|
1856
1906
|
]
|
|
1857
1907
|
}
|
|
1858
1908
|
},
|
|
@@ -1866,7 +1916,6 @@
|
|
|
1866
1916
|
"groups": [
|
|
1867
1917
|
{
|
|
1868
1918
|
"title": "Properties",
|
|
1869
|
-
"kind": 1024,
|
|
1870
1919
|
"children": [
|
|
1871
1920
|
95,
|
|
1872
1921
|
87,
|
|
@@ -1878,7 +1927,8 @@
|
|
|
1878
1927
|
{
|
|
1879
1928
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-link.ts",
|
|
1880
1929
|
"line": 8,
|
|
1881
|
-
"character": 17
|
|
1930
|
+
"character": 17,
|
|
1931
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/recent-link.ts#L8"
|
|
1882
1932
|
}
|
|
1883
1933
|
],
|
|
1884
1934
|
"extendedTypes": [
|
|
@@ -1899,7 +1949,8 @@
|
|
|
1899
1949
|
{
|
|
1900
1950
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
1901
1951
|
"line": 1,
|
|
1902
|
-
"character": 12
|
|
1952
|
+
"character": 12,
|
|
1953
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
1903
1954
|
}
|
|
1904
1955
|
],
|
|
1905
1956
|
"type": {
|
|
@@ -1914,7 +1965,8 @@
|
|
|
1914
1965
|
{
|
|
1915
1966
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
1916
1967
|
"line": 1,
|
|
1917
|
-
"character": 53
|
|
1968
|
+
"character": 53,
|
|
1969
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L1"
|
|
1918
1970
|
}
|
|
1919
1971
|
],
|
|
1920
1972
|
"signatures": [
|
|
@@ -1957,7 +2009,8 @@
|
|
|
1957
2009
|
{
|
|
1958
2010
|
"fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
1959
2011
|
"line": 5,
|
|
1960
|
-
"character": 12
|
|
2012
|
+
"character": 12,
|
|
2013
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
|
|
1961
2014
|
}
|
|
1962
2015
|
],
|
|
1963
2016
|
"type": {
|
|
@@ -1979,7 +2032,8 @@
|
|
|
1979
2032
|
{
|
|
1980
2033
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
1981
2034
|
"line": 6,
|
|
1982
|
-
"character": 2
|
|
2035
|
+
"character": 2,
|
|
2036
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L6"
|
|
1983
2037
|
}
|
|
1984
2038
|
],
|
|
1985
2039
|
"type": {
|
|
@@ -1991,7 +2045,6 @@
|
|
|
1991
2045
|
"groups": [
|
|
1992
2046
|
{
|
|
1993
2047
|
"title": "Properties",
|
|
1994
|
-
"kind": 1024,
|
|
1995
2048
|
"children": [
|
|
1996
2049
|
61
|
|
1997
2050
|
]
|
|
@@ -2001,7 +2054,8 @@
|
|
|
2001
2054
|
{
|
|
2002
2055
|
"fileName": "lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts",
|
|
2003
2056
|
"line": 5,
|
|
2004
|
-
"character": 57
|
|
2057
|
+
"character": 57,
|
|
2058
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/action-hub-needs-attention-click-handler.ts#L5"
|
|
2005
2059
|
}
|
|
2006
2060
|
]
|
|
2007
2061
|
}
|
|
@@ -2017,7 +2071,8 @@
|
|
|
2017
2071
|
{
|
|
2018
2072
|
"fileName": "projects/pages/src/modules/action-hub/types/page-links-input.ts",
|
|
2019
2073
|
"line": 3,
|
|
2020
|
-
"character": 12
|
|
2074
|
+
"character": 12,
|
|
2075
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-links-input.ts#L3"
|
|
2021
2076
|
}
|
|
2022
2077
|
],
|
|
2023
2078
|
"type": {
|
|
@@ -2052,7 +2107,8 @@
|
|
|
2052
2107
|
{
|
|
2053
2108
|
"fileName": "projects/pages/src/modules/action-hub/types/page-modal-links-input.ts",
|
|
2054
2109
|
"line": 3,
|
|
2055
|
-
"character": 12
|
|
2110
|
+
"character": 12,
|
|
2111
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/page-modal-links-input.ts#L3"
|
|
2056
2112
|
}
|
|
2057
2113
|
],
|
|
2058
2114
|
"type": {
|
|
@@ -2084,13 +2140,19 @@
|
|
|
2084
2140
|
"kindString": "Type alias",
|
|
2085
2141
|
"flags": {},
|
|
2086
2142
|
"comment": {
|
|
2087
|
-
"
|
|
2143
|
+
"summary": [
|
|
2144
|
+
{
|
|
2145
|
+
"kind": "text",
|
|
2146
|
+
"text": "Recently accessed links to display in a link list component."
|
|
2147
|
+
}
|
|
2148
|
+
]
|
|
2088
2149
|
},
|
|
2089
2150
|
"sources": [
|
|
2090
2151
|
{
|
|
2091
2152
|
"fileName": "projects/pages/src/modules/action-hub/types/recent-links-input.ts",
|
|
2092
2153
|
"line": 8,
|
|
2093
|
-
"character": 12
|
|
2154
|
+
"character": 12,
|
|
2155
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/lib/modules/action-hub/types/recent-links-input.ts#L8"
|
|
2094
2156
|
}
|
|
2095
2157
|
],
|
|
2096
2158
|
"type": {
|
|
@@ -2123,7 +2185,6 @@
|
|
|
2123
2185
|
"groups": [
|
|
2124
2186
|
{
|
|
2125
2187
|
"title": "Classes",
|
|
2126
|
-
"kind": 128,
|
|
2127
2188
|
"children": [
|
|
2128
2189
|
41,
|
|
2129
2190
|
97,
|
|
@@ -2136,7 +2197,6 @@
|
|
|
2136
2197
|
},
|
|
2137
2198
|
{
|
|
2138
2199
|
"title": "Interfaces",
|
|
2139
|
-
"kind": 256,
|
|
2140
2200
|
"children": [
|
|
2141
2201
|
44,
|
|
2142
2202
|
62,
|
|
@@ -2146,7 +2206,6 @@
|
|
|
2146
2206
|
},
|
|
2147
2207
|
{
|
|
2148
2208
|
"title": "Type Aliases",
|
|
2149
|
-
"kind": 4194304,
|
|
2150
2209
|
"children": [
|
|
2151
2210
|
55,
|
|
2152
2211
|
59,
|
|
@@ -2160,7 +2219,8 @@
|
|
|
2160
2219
|
{
|
|
2161
2220
|
"fileName": "index.ts",
|
|
2162
2221
|
"line": 1,
|
|
2163
|
-
"character": 0
|
|
2222
|
+
"character": 0,
|
|
2223
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/pages/src/index.ts#L1"
|
|
2164
2224
|
}
|
|
2165
2225
|
]
|
|
2166
2226
|
},
|