@skyux/errors 9.0.0-alpha.1 → 9.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,44 +8,55 @@
8
8
  "SkyErrorImageComponent": "class-skyerrorimagecomponent",
9
9
  "SkyErrorTitleComponent": "class-skyerrortitlecomponent",
10
10
  "SkyErrorComponent": "class-skyerrorcomponent",
11
- "SkyErrorType": "type-alias-skyerrortype"
11
+ "SkyErrorType": "typealias-skyerrortype"
12
12
  },
13
13
  "typedoc": {
14
14
  "id": 0,
15
15
  "name": "@skyux/errors",
16
+ "variant": "project",
16
17
  "kind": 1,
17
18
  "flags": {},
18
- "originalName": "",
19
19
  "children": [
20
20
  {
21
- "id": 47,
21
+ "id": 3,
22
22
  "name": "ErrorModalConfig",
23
+ "variant": "declaration",
23
24
  "kind": 128,
24
- "kindString": "Class",
25
25
  "flags": {},
26
26
  "comment": {
27
- "tags": [
27
+ "summary": [],
28
+ "blockTags": [
28
29
  {
29
- "tag": "deprecated",
30
- "text": "We recommend using a standard modal with an error component instead.\n"
30
+ "tag": "@deprecated",
31
+ "content": [
32
+ {
33
+ "kind": "text",
34
+ "text": "We recommend using a standard modal with an error component instead."
35
+ }
36
+ ]
31
37
  }
32
38
  ]
33
39
  },
34
40
  "children": [
35
41
  {
36
- "id": 52,
42
+ "id": 8,
37
43
  "name": "errorCloseText",
44
+ "variant": "declaration",
38
45
  "kind": 1024,
39
- "kindString": "Property",
40
46
  "flags": {
41
47
  "isPublic": true
42
48
  },
43
49
  "comment": {
44
- "shortText": "The label for the action button that closes the modal error message.",
45
- "tags": [
50
+ "summary": [
46
51
  {
47
- "tag": "required",
48
- "text": "\n"
52
+ "kind": "text",
53
+ "text": "The label for the action button that closes the modal error message."
54
+ }
55
+ ],
56
+ "blockTags": [
57
+ {
58
+ "tag": "@required",
59
+ "content": []
49
60
  }
50
61
  ]
51
62
  },
@@ -53,28 +64,35 @@
53
64
  {
54
65
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
55
66
  "line": 20,
56
- "character": 9
67
+ "character": 9,
68
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L20"
57
69
  }
58
70
  ],
59
71
  "type": {
60
72
  "type": "intrinsic",
61
73
  "name": "string"
62
- }
74
+ },
75
+ "decorators": []
63
76
  },
64
77
  {
65
- "id": 51,
78
+ "id": 7,
66
79
  "name": "errorDescription",
80
+ "variant": "declaration",
67
81
  "kind": 1024,
68
- "kindString": "Property",
69
82
  "flags": {
70
83
  "isPublic": true
71
84
  },
72
85
  "comment": {
73
- "shortText": "The description to provide additional details in the modal error message.",
74
- "tags": [
86
+ "summary": [
87
+ {
88
+ "kind": "text",
89
+ "text": "The description to provide additional details in the modal error message."
90
+ }
91
+ ],
92
+ "blockTags": [
75
93
  {
76
- "tag": "required",
77
- "text": "\n"
94
+ "tag": "@required",
95
+ "content": []
78
96
  }
79
97
  ]
80
98
  },
@@ -82,28 +100,35 @@
82
100
  {
83
101
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
84
102
  "line": 15,
85
- "character": 9
103
+ "character": 9,
104
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L15"
86
105
  }
87
106
  ],
88
107
  "type": {
89
108
  "type": "intrinsic",
90
109
  "name": "string"
91
- }
110
+ },
111
+ "decorators": []
92
112
  },
93
113
  {
94
- "id": 50,
114
+ "id": 6,
95
115
  "name": "errorTitle",
116
+ "variant": "declaration",
96
117
  "kind": 1024,
97
- "kindString": "Property",
98
118
  "flags": {
99
119
  "isPublic": true
100
120
  },
101
121
  "comment": {
102
- "shortText": "The title to display in the modal error message.",
103
- "tags": [
122
+ "summary": [
104
123
  {
105
- "tag": "required",
106
- "text": "\n"
124
+ "kind": "text",
125
+ "text": "The title to display in the modal error message."
126
+ }
127
+ ],
128
+ "blockTags": [
129
+ {
130
+ "tag": "@required",
131
+ "content": []
107
132
  }
108
133
  ]
109
134
  },
@@ -111,30 +136,30 @@
111
136
  {
112
137
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
113
138
  "line": 10,
114
- "character": 9
139
+ "character": 9,
140
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L10"
115
141
  }
116
142
  ],
117
143
  "type": {
118
144
  "type": "intrinsic",
119
145
  "name": "string"
120
- }
146
+ },
147
+ "decorators": []
121
148
  }
122
149
  ],
123
150
  "groups": [
124
151
  {
125
152
  "title": "Constructors",
126
- "kind": 512,
127
153
  "children": [
128
- 48
154
+ 4
129
155
  ]
130
156
  },
131
157
  {
132
158
  "title": "Properties",
133
- "kind": 1024,
134
159
  "children": [
135
- 52,
136
- 51,
137
- 50
160
+ 8,
161
+ 7,
162
+ 6
138
163
  ]
139
164
  }
140
165
  ],
@@ -142,111 +167,117 @@
142
167
  {
143
168
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
144
169
  "line": 5,
145
- "character": 13
170
+ "character": 13,
171
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L5"
146
172
  }
147
- ]
173
+ ],
174
+ "decorators": []
148
175
  },
149
176
  {
150
- "id": 53,
177
+ "id": 9,
151
178
  "name": "SkyErrorModalService",
179
+ "variant": "declaration",
152
180
  "kind": 128,
153
- "kindString": "Class",
154
181
  "flags": {},
155
182
  "comment": {
156
- "shortText": "Opens a modal to display a SKY UX-themed error message.",
157
- "tags": [
183
+ "summary": [
158
184
  {
159
- "tag": "deprecated",
160
- "text": "We recommend using a standard modal with an error component instead.\n"
185
+ "kind": "text",
186
+ "text": "Opens a modal to display a SKY UX-themed error message."
187
+ }
188
+ ],
189
+ "blockTags": [
190
+ {
191
+ "tag": "@deprecated",
192
+ "content": [
193
+ {
194
+ "kind": "text",
195
+ "text": "We recommend using a standard modal with an error component instead."
196
+ }
197
+ ]
161
198
  }
162
199
  ]
163
200
  },
164
- "decorators": [
165
- {
166
- "name": "Injectable",
167
- "type": {
168
- "type": "reference",
169
- "qualifiedName": "InjectableDecorator",
170
- "package": "@angular/core",
171
- "name": "Injectable"
172
- },
173
- "arguments": {
174
- "options": "{\n providedIn: 'root',\n}"
175
- }
176
- }
177
- ],
178
201
  "children": [
179
202
  {
180
- "id": 54,
203
+ "id": 10,
181
204
  "name": "constructor",
205
+ "variant": "declaration",
182
206
  "kind": 512,
183
- "kindString": "Constructor",
184
207
  "flags": {},
185
208
  "sources": [
186
209
  {
187
210
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
188
211
  "line": 19,
189
- "character": 2
212
+ "character": 2,
213
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L19"
190
214
  }
191
215
  ],
192
216
  "signatures": [
193
217
  {
194
- "id": 55,
218
+ "id": 11,
195
219
  "name": "new SkyErrorModalService",
220
+ "variant": "signature",
196
221
  "kind": 16384,
197
- "kindString": "Constructor signature",
198
222
  "flags": {},
223
+ "sources": [
224
+ {
225
+ "fileName": "src/lib/modules/error/error-modal.service.ts",
226
+ "line": 19,
227
+ "character": 2,
228
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L19"
229
+ }
230
+ ],
199
231
  "parameters": [
200
232
  {
201
- "id": 56,
233
+ "id": 12,
202
234
  "name": "modalSvc",
235
+ "variant": "param",
203
236
  "kind": 32768,
204
- "kindString": "Parameter",
205
237
  "flags": {},
206
238
  "type": {
207
239
  "type": "reference",
208
- "name": "SkyModalService"
240
+ "target": {
241
+ "sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
242
+ "qualifiedName": "SkyModalService"
243
+ },
244
+ "name": "SkyModalService",
245
+ "package": "@skyux/modals"
209
246
  }
210
247
  },
211
248
  {
212
- "id": 57,
249
+ "id": 13,
213
250
  "name": "logService",
251
+ "variant": "param",
214
252
  "kind": 32768,
215
- "kindString": "Parameter",
216
253
  "flags": {
217
254
  "isOptional": true
218
255
  },
219
- "decorators": [
220
- {
221
- "name": "Optional",
222
- "type": {
223
- "type": "reference",
224
- "qualifiedName": "OptionalDecorator",
225
- "package": "@angular/core",
226
- "name": "Optional"
227
- },
228
- "arguments": {}
229
- }
230
- ],
231
256
  "type": {
232
257
  "type": "reference",
233
- "name": "SkyLogService"
258
+ "target": {
259
+ "sourceFileName": "libs/components/core/src/lib/modules/log/log.service.ts",
260
+ "qualifiedName": "SkyLogService"
261
+ },
262
+ "name": "SkyLogService",
263
+ "package": "@skyux/core"
234
264
  }
235
265
  }
236
266
  ],
237
267
  "type": {
238
268
  "type": "reference",
239
- "id": 53,
240
- "name": "SkyErrorModalService"
269
+ "target": 9,
270
+ "name": "SkyErrorModalService",
271
+ "package": "@skyux/errors"
241
272
  }
242
273
  }
243
274
  ]
244
275
  },
245
276
  {
246
- "id": 60,
277
+ "id": 16,
247
278
  "name": "open",
279
+ "variant": "declaration",
248
280
  "kind": 2048,
249
- "kindString": "Method",
250
281
  "flags": {
251
282
  "isPublic": true
252
283
  },
@@ -254,36 +285,56 @@
254
285
  {
255
286
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
256
287
  "line": 30,
257
- "character": 9
288
+ "character": 9,
289
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L30"
258
290
  }
259
291
  ],
260
292
  "signatures": [
261
293
  {
262
- "id": 61,
294
+ "id": 17,
263
295
  "name": "open",
296
+ "variant": "signature",
264
297
  "kind": 4096,
265
- "kindString": "Call signature",
266
298
  "flags": {},
267
299
  "comment": {
268
- "shortText": "Text for the the error message, including title, description, and action label.",
269
- "tags": [
300
+ "summary": [
301
+ {
302
+ "kind": "text",
303
+ "text": "Text for the the error message, including title, description, and action label."
304
+ }
305
+ ],
306
+ "blockTags": [
270
307
  {
271
- "tag": "deprecated",
272
- "text": "We recommend using a standard modal with an error component instead.\n"
308
+ "tag": "@deprecated",
309
+ "content": [
310
+ {
311
+ "kind": "text",
312
+ "text": "We recommend using a standard modal with an error component instead."
313
+ }
314
+ ]
273
315
  }
274
316
  ]
275
317
  },
318
+ "sources": [
319
+ {
320
+ "fileName": "src/lib/modules/error/error-modal.service.ts",
321
+ "line": 30,
322
+ "character": 2,
323
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L30"
324
+ }
325
+ ],
276
326
  "parameters": [
277
327
  {
278
- "id": 62,
328
+ "id": 18,
279
329
  "name": "config",
330
+ "variant": "param",
280
331
  "kind": 32768,
281
- "kindString": "Parameter",
282
332
  "flags": {},
283
333
  "type": {
284
334
  "type": "reference",
285
- "id": 47,
286
- "name": "ErrorModalConfig"
335
+ "target": 3,
336
+ "name": "ErrorModalConfig",
337
+ "package": "@skyux/errors"
287
338
  }
288
339
  }
289
340
  ],
@@ -292,22 +343,21 @@
292
343
  "name": "void"
293
344
  }
294
345
  }
295
- ]
346
+ ],
347
+ "decorators": []
296
348
  }
297
349
  ],
298
350
  "groups": [
299
351
  {
300
352
  "title": "Constructors",
301
- "kind": 512,
302
353
  "children": [
303
- 54
354
+ 10
304
355
  ]
305
356
  },
306
357
  {
307
358
  "title": "Methods",
308
- "kind": 2048,
309
359
  "children": [
310
- 60
360
+ 16
311
361
  ]
312
362
  }
313
363
  ],
@@ -315,78 +365,71 @@
315
365
  {
316
366
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
317
367
  "line": 15,
318
- "character": 13
368
+ "character": 13,
369
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L15"
370
+ }
371
+ ],
372
+ "decorators": [
373
+ {
374
+ "name": "Injectable",
375
+ "arguments": {
376
+ "obj": "@Injectable({\n providedIn: 'root',\n})"
377
+ }
319
378
  }
320
379
  ]
321
380
  },
322
381
  {
323
- "id": 63,
382
+ "id": 19,
324
383
  "name": "SkyErrorModule",
384
+ "variant": "declaration",
325
385
  "kind": 128,
326
- "kindString": "Class",
327
386
  "flags": {},
328
- "decorators": [
329
- {
330
- "name": "NgModule",
331
- "type": {
332
- "type": "reference",
333
- "qualifiedName": "NgModuleDecorator",
334
- "package": "@angular/core",
335
- "name": "NgModule"
336
- },
337
- "arguments": {
338
- "obj": "{\n declarations: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent,\n SkyErrorModalFormComponent,\n ],\n imports: [\n CommonModule,\n SkyErrorsResourcesModule,\n SkyIdModule,\n SkyModalModule,\n ],\n exports: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent,\n ],\n}"
339
- }
340
- }
341
- ],
342
387
  "children": [],
343
388
  "groups": [
344
389
  {
345
390
  "title": "Constructors",
346
- "kind": 512,
347
391
  "children": [
348
- 64
392
+ 20
349
393
  ]
350
394
  }
351
395
  ],
352
396
  "sources": [
353
397
  {
354
398
  "fileName": "projects/errors/src/modules/error/error.module.ts",
355
- "line": 38,
356
- "character": 13
399
+ "line": 29,
400
+ "character": 13,
401
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.module.ts#L29"
402
+ }
403
+ ],
404
+ "decorators": [
405
+ {
406
+ "name": "NgModule",
407
+ "arguments": {
408
+ "obj": "@NgModule({\n declarations: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent,\n ],\n imports: [CommonModule, SkyErrorsResourcesModule],\n exports: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent,\n ],\n})"
409
+ }
357
410
  }
358
411
  ]
359
412
  },
360
413
  {
361
- "id": 3,
414
+ "id": 23,
362
415
  "name": "SkyErrorActionComponent",
416
+ "variant": "declaration",
363
417
  "kind": 128,
364
- "kindString": "Class",
365
418
  "flags": {},
366
419
  "comment": {
367
- "shortText": "Specifies an interactive element to include with the error message.\nFor example, you can include a button to reload the page or to refresh data."
368
- },
369
- "decorators": [
370
- {
371
- "name": "Component",
372
- "type": {
373
- "type": "reference",
374
- "qualifiedName": "ComponentDecorator",
375
- "package": "@angular/core",
376
- "name": "Component"
377
- },
378
- "arguments": {
379
- "obj": "{\n selector: 'sky-error-action',\n template: '<ng-content></ng-content>',\n}"
420
+ "summary": [
421
+ {
422
+ "kind": "text",
423
+ "text": "Specifies an interactive element to include with the error message.\nFor example, you can include a button to reload the page or to refresh data."
380
424
  }
381
- }
382
- ],
425
+ ]
426
+ },
383
427
  "children": [],
384
428
  "groups": [
385
429
  {
386
430
  "title": "Constructors",
387
- "kind": 512,
388
431
  "children": [
389
- 4
432
+ 24
390
433
  ]
391
434
  }
392
435
  ],
@@ -394,135 +437,168 @@
394
437
  {
395
438
  "fileName": "projects/errors/src/modules/error/error-action.component.ts",
396
439
  "line": 11,
397
- "character": 13
440
+ "character": 13,
441
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-action.component.ts#L11"
442
+ }
443
+ ],
444
+ "decorators": [
445
+ {
446
+ "name": "Component",
447
+ "arguments": {
448
+ "obj": "@Component({\n selector: 'sky-error-action',\n template: '<ng-content></ng-content>',\n})"
449
+ }
398
450
  }
399
451
  ]
400
452
  },
401
453
  {
402
- "id": 6,
454
+ "id": 26,
403
455
  "name": "SkyErrorDescriptionComponent",
456
+ "variant": "declaration",
404
457
  "kind": 128,
405
- "kindString": "Class",
406
458
  "flags": {},
407
459
  "comment": {
408
- "shortText": "Specifies a description to provide additional details about the error."
409
- },
410
- "decorators": [
411
- {
412
- "name": "Component",
413
- "type": {
414
- "type": "reference",
415
- "qualifiedName": "ComponentDecorator",
416
- "package": "@angular/core",
417
- "name": "Component"
418
- },
419
- "arguments": {
420
- "obj": "{\n selector: 'sky-error-description',\n template: '<ng-content></ng-content>',\n}"
460
+ "summary": [
461
+ {
462
+ "kind": "text",
463
+ "text": "Specifies a description to provide additional details about the error."
421
464
  }
422
- }
423
- ],
465
+ ]
466
+ },
424
467
  "children": [
425
468
  {
426
- "id": 7,
469
+ "id": 27,
427
470
  "name": "constructor",
471
+ "variant": "declaration",
428
472
  "kind": 512,
429
- "kindString": "Constructor",
430
473
  "flags": {},
431
474
  "sources": [
432
475
  {
433
476
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
434
477
  "line": 25,
435
- "character": 2
478
+ "character": 2,
479
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-description.component.ts#L25"
436
480
  }
437
481
  ],
438
482
  "signatures": [
439
483
  {
440
- "id": 8,
484
+ "id": 28,
441
485
  "name": "SkyErrorDescriptionComponent",
486
+ "variant": "signature",
442
487
  "kind": 16384,
443
- "kindString": "Constructor signature",
444
488
  "flags": {},
489
+ "sources": [
490
+ {
491
+ "fileName": "src/lib/modules/error/error-description.component.ts",
492
+ "line": 25,
493
+ "character": 2,
494
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-description.component.ts#L25"
495
+ }
496
+ ],
445
497
  "parameters": [
446
498
  {
447
- "id": 9,
499
+ "id": 29,
448
500
  "name": "errorSvc",
501
+ "variant": "param",
449
502
  "kind": 32768,
450
- "kindString": "Parameter",
451
503
  "flags": {},
452
504
  "type": {
453
505
  "type": "reference",
454
- "name": "SkyErrorService"
506
+ "target": {
507
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
508
+ "qualifiedName": "SkyErrorService"
509
+ },
510
+ "name": "SkyErrorService",
511
+ "package": "@skyux/errors"
455
512
  }
456
513
  }
457
514
  ],
458
515
  "type": {
459
516
  "type": "reference",
460
- "id": 6,
461
- "name": "SkyErrorDescriptionComponent"
517
+ "target": 26,
518
+ "name": "SkyErrorDescriptionComponent",
519
+ "package": "@skyux/errors"
462
520
  }
463
521
  }
464
522
  ]
465
523
  },
466
524
  {
467
- "id": 10,
525
+ "id": 30,
468
526
  "name": "replaceDefaultDescription",
527
+ "variant": "declaration",
469
528
  "kind": 262144,
470
- "kindString": "Accessor",
471
529
  "flags": {
472
530
  "isPublic": true
473
531
  },
474
- "decorators": [
475
- {
476
- "name": "Input",
477
- "type": {
478
- "type": "reference",
479
- "qualifiedName": "InputDecorator",
480
- "package": "@angular/core",
481
- "name": "Input"
482
- },
483
- "arguments": {}
484
- }
485
- ],
486
532
  "sources": [
487
533
  {
488
534
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
489
535
  "line": 19,
490
- "character": 13
536
+ "character": 13,
537
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-description.component.ts#L19"
491
538
  }
492
539
  ],
493
- "setSignature": [
494
- {
495
- "id": 11,
496
- "name": "replaceDefaultDescription",
497
- "kind": 1048576,
498
- "kindString": "Set signature",
499
- "flags": {},
500
- "comment": {
501
- "shortText": "Whether to replace the default description. If `false`, the content\nfrom this component is added after the default description.",
502
- "tags": [
503
- {
504
- "tag": "default",
505
- "text": "false\n"
506
- }
507
- ]
508
- },
509
- "parameters": [
540
+ "setSignature": {
541
+ "id": 31,
542
+ "name": "replaceDefaultDescription",
543
+ "variant": "signature",
544
+ "kind": 1048576,
545
+ "flags": {},
546
+ "comment": {
547
+ "summary": [
510
548
  {
511
- "id": 12,
512
- "name": "value",
513
- "kind": 32768,
514
- "kindString": "Parameter",
515
- "flags": {},
516
- "type": {
517
- "type": "intrinsic",
518
- "name": "boolean"
519
- }
549
+ "kind": "text",
550
+ "text": "Whether to replace the default description. If "
551
+ },
552
+ {
553
+ "kind": "code",
554
+ "text": "`false`"
555
+ },
556
+ {
557
+ "kind": "text",
558
+ "text": ", the content\nfrom this component is added after the default description."
520
559
  }
521
560
  ],
522
- "type": {
523
- "type": "intrinsic",
524
- "name": "void"
561
+ "blockTags": [
562
+ {
563
+ "tag": "@default",
564
+ "content": [
565
+ {
566
+ "kind": "code",
567
+ "text": "```ts\nfalse\n```"
568
+ }
569
+ ]
570
+ }
571
+ ]
572
+ },
573
+ "sources": [
574
+ {
575
+ "fileName": "src/lib/modules/error/error-description.component.ts",
576
+ "line": 18,
577
+ "character": 2,
578
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-description.component.ts#L18"
525
579
  }
580
+ ],
581
+ "parameters": [
582
+ {
583
+ "id": 32,
584
+ "name": "value",
585
+ "variant": "param",
586
+ "kind": 32768,
587
+ "flags": {},
588
+ "type": {
589
+ "type": "intrinsic",
590
+ "name": "boolean"
591
+ }
592
+ }
593
+ ],
594
+ "type": {
595
+ "type": "intrinsic",
596
+ "name": "void"
597
+ }
598
+ },
599
+ "decorators": [
600
+ {
601
+ "name": "Input"
526
602
  }
527
603
  ]
528
604
  }
@@ -530,16 +606,14 @@
530
606
  "groups": [
531
607
  {
532
608
  "title": "Constructors",
533
- "kind": 512,
534
609
  "children": [
535
- 7
610
+ 27
536
611
  ]
537
612
  },
538
613
  {
539
614
  "title": "Accessors",
540
- "kind": 262144,
541
615
  "children": [
542
- 10
616
+ 30
543
617
  ]
544
618
  }
545
619
  ],
@@ -547,40 +621,39 @@
547
621
  {
548
622
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
549
623
  "line": 12,
550
- "character": 13
624
+ "character": 13,
625
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-description.component.ts#L12"
626
+ }
627
+ ],
628
+ "decorators": [
629
+ {
630
+ "name": "Component",
631
+ "arguments": {
632
+ "obj": "@Component({\n selector: 'sky-error-description',\n template: '<ng-content></ng-content>',\n})"
633
+ }
551
634
  }
552
635
  ]
553
636
  },
554
637
  {
555
- "id": 14,
638
+ "id": 34,
556
639
  "name": "SkyErrorImageComponent",
640
+ "variant": "declaration",
557
641
  "kind": 128,
558
- "kindString": "Class",
559
642
  "flags": {},
560
643
  "comment": {
561
- "shortText": "Specifies an image to display with the error message."
562
- },
563
- "decorators": [
564
- {
565
- "name": "Component",
566
- "type": {
567
- "type": "reference",
568
- "qualifiedName": "ComponentDecorator",
569
- "package": "@angular/core",
570
- "name": "Component"
571
- },
572
- "arguments": {
573
- "obj": "{\n selector: 'sky-error-image',\n template: '<ng-content></ng-content>',\n}"
644
+ "summary": [
645
+ {
646
+ "kind": "text",
647
+ "text": "Specifies an image to display with the error message."
574
648
  }
575
- }
576
- ],
649
+ ]
650
+ },
577
651
  "children": [],
578
652
  "groups": [
579
653
  {
580
654
  "title": "Constructors",
581
- "kind": 512,
582
655
  "children": [
583
- 15
656
+ 35
584
657
  ]
585
658
  }
586
659
  ],
@@ -588,135 +661,168 @@
588
661
  {
589
662
  "fileName": "projects/errors/src/modules/error/error-image.component.ts",
590
663
  "line": 10,
591
- "character": 13
664
+ "character": 13,
665
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-image.component.ts#L10"
666
+ }
667
+ ],
668
+ "decorators": [
669
+ {
670
+ "name": "Component",
671
+ "arguments": {
672
+ "obj": "@Component({\n selector: 'sky-error-image',\n template: '<ng-content></ng-content>',\n})"
673
+ }
592
674
  }
593
675
  ]
594
676
  },
595
677
  {
596
- "id": 17,
678
+ "id": 37,
597
679
  "name": "SkyErrorTitleComponent",
680
+ "variant": "declaration",
598
681
  "kind": 128,
599
- "kindString": "Class",
600
682
  "flags": {},
601
683
  "comment": {
602
- "shortText": "Specifies a title to display with the error message."
603
- },
604
- "decorators": [
605
- {
606
- "name": "Component",
607
- "type": {
608
- "type": "reference",
609
- "qualifiedName": "ComponentDecorator",
610
- "package": "@angular/core",
611
- "name": "Component"
612
- },
613
- "arguments": {
614
- "obj": "{\n selector: 'sky-error-title',\n template: '<ng-content></ng-content>',\n}"
684
+ "summary": [
685
+ {
686
+ "kind": "text",
687
+ "text": "Specifies a title to display with the error message."
615
688
  }
616
- }
617
- ],
689
+ ]
690
+ },
618
691
  "children": [
619
692
  {
620
- "id": 18,
693
+ "id": 38,
621
694
  "name": "constructor",
695
+ "variant": "declaration",
622
696
  "kind": 512,
623
- "kindString": "Constructor",
624
697
  "flags": {},
625
698
  "sources": [
626
699
  {
627
700
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
628
701
  "line": 25,
629
- "character": 2
702
+ "character": 2,
703
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-title.component.ts#L25"
630
704
  }
631
705
  ],
632
706
  "signatures": [
633
707
  {
634
- "id": 19,
708
+ "id": 39,
635
709
  "name": "SkyErrorTitleComponent",
710
+ "variant": "signature",
636
711
  "kind": 16384,
637
- "kindString": "Constructor signature",
638
712
  "flags": {},
713
+ "sources": [
714
+ {
715
+ "fileName": "src/lib/modules/error/error-title.component.ts",
716
+ "line": 25,
717
+ "character": 2,
718
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-title.component.ts#L25"
719
+ }
720
+ ],
639
721
  "parameters": [
640
722
  {
641
- "id": 20,
723
+ "id": 40,
642
724
  "name": "errorSvc",
725
+ "variant": "param",
643
726
  "kind": 32768,
644
- "kindString": "Parameter",
645
727
  "flags": {},
646
728
  "type": {
647
729
  "type": "reference",
648
- "name": "SkyErrorService"
730
+ "target": {
731
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
732
+ "qualifiedName": "SkyErrorService"
733
+ },
734
+ "name": "SkyErrorService",
735
+ "package": "@skyux/errors"
649
736
  }
650
737
  }
651
738
  ],
652
739
  "type": {
653
740
  "type": "reference",
654
- "id": 17,
655
- "name": "SkyErrorTitleComponent"
741
+ "target": 37,
742
+ "name": "SkyErrorTitleComponent",
743
+ "package": "@skyux/errors"
656
744
  }
657
745
  }
658
746
  ]
659
747
  },
660
748
  {
661
- "id": 21,
749
+ "id": 41,
662
750
  "name": "replaceDefaultTitle",
751
+ "variant": "declaration",
663
752
  "kind": 262144,
664
- "kindString": "Accessor",
665
753
  "flags": {
666
754
  "isPublic": true
667
755
  },
668
- "decorators": [
669
- {
670
- "name": "Input",
671
- "type": {
672
- "type": "reference",
673
- "qualifiedName": "InputDecorator",
674
- "package": "@angular/core",
675
- "name": "Input"
676
- },
677
- "arguments": {}
678
- }
679
- ],
680
756
  "sources": [
681
757
  {
682
758
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
683
759
  "line": 19,
684
- "character": 13
760
+ "character": 13,
761
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-title.component.ts#L19"
685
762
  }
686
763
  ],
687
- "setSignature": [
688
- {
689
- "id": 22,
690
- "name": "replaceDefaultTitle",
691
- "kind": 1048576,
692
- "kindString": "Set signature",
693
- "flags": {},
694
- "comment": {
695
- "shortText": "Whether to replace the default title. If `false`, the content\nfrom this component is added after the default title.",
696
- "tags": [
697
- {
698
- "tag": "default",
699
- "text": "false\n"
700
- }
701
- ]
702
- },
703
- "parameters": [
764
+ "setSignature": {
765
+ "id": 42,
766
+ "name": "replaceDefaultTitle",
767
+ "variant": "signature",
768
+ "kind": 1048576,
769
+ "flags": {},
770
+ "comment": {
771
+ "summary": [
704
772
  {
705
- "id": 23,
706
- "name": "value",
707
- "kind": 32768,
708
- "kindString": "Parameter",
709
- "flags": {},
710
- "type": {
711
- "type": "intrinsic",
712
- "name": "boolean"
713
- }
773
+ "kind": "text",
774
+ "text": "Whether to replace the default title. If "
775
+ },
776
+ {
777
+ "kind": "code",
778
+ "text": "`false`"
779
+ },
780
+ {
781
+ "kind": "text",
782
+ "text": ", the content\nfrom this component is added after the default title."
714
783
  }
715
784
  ],
716
- "type": {
717
- "type": "intrinsic",
718
- "name": "void"
785
+ "blockTags": [
786
+ {
787
+ "tag": "@default",
788
+ "content": [
789
+ {
790
+ "kind": "code",
791
+ "text": "```ts\nfalse\n```"
792
+ }
793
+ ]
794
+ }
795
+ ]
796
+ },
797
+ "sources": [
798
+ {
799
+ "fileName": "src/lib/modules/error/error-title.component.ts",
800
+ "line": 18,
801
+ "character": 2,
802
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-title.component.ts#L18"
803
+ }
804
+ ],
805
+ "parameters": [
806
+ {
807
+ "id": 43,
808
+ "name": "value",
809
+ "variant": "param",
810
+ "kind": 32768,
811
+ "flags": {},
812
+ "type": {
813
+ "type": "intrinsic",
814
+ "name": "boolean"
815
+ }
719
816
  }
817
+ ],
818
+ "type": {
819
+ "type": "intrinsic",
820
+ "name": "void"
821
+ }
822
+ },
823
+ "decorators": [
824
+ {
825
+ "name": "Input"
720
826
  }
721
827
  ]
722
828
  }
@@ -724,16 +830,14 @@
724
830
  "groups": [
725
831
  {
726
832
  "title": "Constructors",
727
- "kind": 512,
728
833
  "children": [
729
- 18
834
+ 38
730
835
  ]
731
836
  },
732
837
  {
733
838
  "title": "Accessors",
734
- "kind": 262144,
735
839
  "children": [
736
- 21
840
+ 41
737
841
  ]
738
842
  }
739
843
  ],
@@ -741,91 +845,111 @@
741
845
  {
742
846
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
743
847
  "line": 12,
744
- "character": 13
848
+ "character": 13,
849
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-title.component.ts#L12"
850
+ }
851
+ ],
852
+ "decorators": [
853
+ {
854
+ "name": "Component",
855
+ "arguments": {
856
+ "obj": "@Component({\n selector: 'sky-error-title',\n template: '<ng-content></ng-content>',\n})"
857
+ }
745
858
  }
746
859
  ]
747
860
  },
748
861
  {
749
- "id": 25,
862
+ "id": 45,
750
863
  "name": "SkyErrorComponent",
864
+ "variant": "declaration",
751
865
  "kind": 128,
752
- "kindString": "Class",
753
866
  "flags": {},
754
867
  "comment": {
755
- "shortText": "Displays a SKY UX-themed error message."
756
- },
757
- "decorators": [
758
- {
759
- "name": "Component",
760
- "type": {
761
- "type": "reference",
762
- "qualifiedName": "ComponentDecorator",
763
- "package": "@angular/core",
764
- "name": "Component"
765
- },
766
- "arguments": {
767
- "obj": "{\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html',\n providers: [SkyErrorService],\n}"
868
+ "summary": [
869
+ {
870
+ "kind": "text",
871
+ "text": "Displays a SKY UX-themed error message."
768
872
  }
769
- }
770
- ],
873
+ ]
874
+ },
771
875
  "children": [
772
876
  {
773
- "id": 26,
877
+ "id": 46,
774
878
  "name": "constructor",
879
+ "variant": "declaration",
775
880
  "kind": 512,
776
- "kindString": "Constructor",
777
881
  "flags": {},
778
882
  "sources": [
779
883
  {
780
884
  "fileName": "projects/errors/src/modules/error/error.component.ts",
781
885
  "line": 45,
782
- "character": 2
886
+ "character": 2,
887
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L45"
783
888
  }
784
889
  ],
785
890
  "signatures": [
786
891
  {
787
- "id": 27,
892
+ "id": 47,
788
893
  "name": "SkyErrorComponent",
894
+ "variant": "signature",
789
895
  "kind": 16384,
790
- "kindString": "Constructor signature",
791
896
  "flags": {},
897
+ "sources": [
898
+ {
899
+ "fileName": "src/lib/modules/error/error.component.ts",
900
+ "line": 45,
901
+ "character": 2,
902
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L45"
903
+ }
904
+ ],
792
905
  "parameters": [
793
906
  {
794
- "id": 28,
907
+ "id": 48,
795
908
  "name": "resourcesSvc",
909
+ "variant": "param",
796
910
  "kind": 32768,
797
- "kindString": "Parameter",
798
911
  "flags": {},
799
912
  "type": {
800
913
  "type": "reference",
801
- "name": "SkyLibResourcesService"
914
+ "target": {
915
+ "sourceFileName": "libs/components/i18n/src/lib/modules/i18n/lib-resources.service.ts",
916
+ "qualifiedName": "SkyLibResourcesService"
917
+ },
918
+ "name": "SkyLibResourcesService",
919
+ "package": "@skyux/i18n"
802
920
  }
803
921
  },
804
922
  {
805
- "id": 29,
923
+ "id": 49,
806
924
  "name": "errorSvc",
925
+ "variant": "param",
807
926
  "kind": 32768,
808
- "kindString": "Parameter",
809
927
  "flags": {},
810
928
  "type": {
811
929
  "type": "reference",
812
- "name": "SkyErrorService"
930
+ "target": {
931
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
932
+ "qualifiedName": "SkyErrorService"
933
+ },
934
+ "name": "SkyErrorService",
935
+ "package": "@skyux/errors"
813
936
  }
814
937
  }
815
938
  ],
816
939
  "type": {
817
940
  "type": "reference",
818
- "id": 25,
819
- "name": "SkyErrorComponent"
941
+ "target": 45,
942
+ "name": "SkyErrorComponent",
943
+ "package": "@skyux/errors"
820
944
  }
821
945
  }
822
946
  ]
823
947
  },
824
948
  {
825
- "id": 36,
949
+ "id": 56,
826
950
  "name": "defaultDescription",
951
+ "variant": "declaration",
827
952
  "kind": 1024,
828
- "kindString": "Property",
829
953
  "flags": {
830
954
  "isPublic": true
831
955
  },
@@ -833,19 +957,21 @@
833
957
  {
834
958
  "fileName": "projects/errors/src/modules/error/error.component.ts",
835
959
  "line": 39,
836
- "character": 9
960
+ "character": 9,
961
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L39"
837
962
  }
838
963
  ],
839
964
  "type": {
840
965
  "type": "intrinsic",
841
966
  "name": "string"
842
- }
967
+ },
968
+ "decorators": []
843
969
  },
844
970
  {
845
- "id": 35,
971
+ "id": 55,
846
972
  "name": "defaultTitle",
973
+ "variant": "declaration",
847
974
  "kind": 1024,
848
- "kindString": "Property",
849
975
  "flags": {
850
976
  "isPublic": true
851
977
  },
@@ -853,136 +979,184 @@
853
979
  {
854
980
  "fileName": "projects/errors/src/modules/error/error.component.ts",
855
981
  "line": 38,
856
- "character": 9
982
+ "character": 9,
983
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L38"
857
984
  }
858
985
  ],
859
986
  "type": {
860
987
  "type": "intrinsic",
861
988
  "name": "string"
989
+ },
990
+ "decorators": []
991
+ },
992
+ {
993
+ "id": 59,
994
+ "name": "errorSvc",
995
+ "variant": "declaration",
996
+ "kind": 1024,
997
+ "flags": {
998
+ "isPublic": true
999
+ },
1000
+ "sources": [
1001
+ {
1002
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
1003
+ "line": 47,
1004
+ "character": 11,
1005
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L47"
1006
+ }
1007
+ ],
1008
+ "type": {
1009
+ "type": "reference",
1010
+ "target": {
1011
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
1012
+ "qualifiedName": "SkyErrorService"
1013
+ },
1014
+ "name": "SkyErrorService",
1015
+ "package": "@skyux/errors"
862
1016
  }
863
1017
  },
864
1018
  {
865
- "id": 34,
1019
+ "id": 54,
866
1020
  "name": "showImage",
1021
+ "variant": "declaration",
867
1022
  "kind": 1024,
868
- "kindString": "Property",
869
1023
  "flags": {
870
1024
  "isPublic": true
871
1025
  },
872
1026
  "comment": {
873
- "shortText": "Whether to display the error image.",
874
- "tags": [
1027
+ "summary": [
1028
+ {
1029
+ "kind": "text",
1030
+ "text": "Whether to display the error image."
1031
+ }
1032
+ ],
1033
+ "blockTags": [
875
1034
  {
876
- "tag": "default",
877
- "text": "true\n"
1035
+ "tag": "@default",
1036
+ "content": [
1037
+ {
1038
+ "kind": "code",
1039
+ "text": "```ts\ntrue\n```"
1040
+ }
1041
+ ]
878
1042
  }
879
1043
  ]
880
1044
  },
881
- "decorators": [
882
- {
883
- "name": "Input",
884
- "type": {
885
- "type": "reference",
886
- "qualifiedName": "InputDecorator",
887
- "package": "@angular/core",
888
- "name": "Input"
889
- },
890
- "arguments": {}
891
- }
892
- ],
893
1045
  "sources": [
894
1046
  {
895
1047
  "fileName": "projects/errors/src/modules/error/error.component.ts",
896
1048
  "line": 36,
897
- "character": 9
1049
+ "character": 9,
1050
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L36"
898
1051
  }
899
1052
  ],
900
1053
  "type": {
901
1054
  "type": "intrinsic",
902
1055
  "name": "boolean"
903
1056
  },
904
- "defaultValue": "true"
1057
+ "defaultValue": "true",
1058
+ "decorators": [
1059
+ {
1060
+ "name": "Input"
1061
+ }
1062
+ ]
905
1063
  },
906
1064
  {
907
- "id": 30,
1065
+ "id": 50,
908
1066
  "name": "errorType",
1067
+ "variant": "declaration",
909
1068
  "kind": 262144,
910
- "kindString": "Accessor",
911
1069
  "flags": {
912
1070
  "isPublic": true
913
1071
  },
914
- "decorators": [
915
- {
916
- "name": "Input",
917
- "type": {
918
- "type": "reference",
919
- "qualifiedName": "InputDecorator",
920
- "package": "@angular/core",
921
- "name": "Input"
922
- },
923
- "arguments": {}
924
- }
925
- ],
926
1072
  "sources": [
927
1073
  {
928
1074
  "fileName": "projects/errors/src/modules/error/error.component.ts",
929
1075
  "line": 22,
930
- "character": 13
1076
+ "character": 13,
1077
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L22"
1078
+ },
1079
+ {
1080
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
1081
+ "line": 27,
1082
+ "character": 13,
1083
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L27"
931
1084
  }
932
1085
  ],
933
- "getSignature": [
934
- {
935
- "id": 31,
936
- "name": "errorType",
937
- "kind": 524288,
938
- "kindString": "Get signature",
939
- "flags": {},
940
- "comment": {
941
- "shortText": "The set of pre-defined values for the image,\ntitle, and description."
942
- },
943
- "type": {
944
- "type": "reference",
945
- "id": 66,
946
- "name": "SkyErrorType"
1086
+ "getSignature": {
1087
+ "id": 51,
1088
+ "name": "errorType",
1089
+ "variant": "signature",
1090
+ "kind": 524288,
1091
+ "flags": {},
1092
+ "sources": [
1093
+ {
1094
+ "fileName": "src/lib/modules/error/error.component.ts",
1095
+ "line": 27,
1096
+ "character": 2,
1097
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L27"
947
1098
  }
1099
+ ],
1100
+ "type": {
1101
+ "type": "reference",
1102
+ "target": 22,
1103
+ "name": "SkyErrorType",
1104
+ "package": "@skyux/errors"
948
1105
  }
949
- ],
950
- "setSignature": [
951
- {
952
- "id": 32,
953
- "name": "errorType",
954
- "kind": 1048576,
955
- "kindString": "Set signature",
956
- "flags": {},
957
- "comment": {
958
- "shortText": "The set of pre-defined values for the image,\ntitle, and description."
959
- },
960
- "parameters": [
1106
+ },
1107
+ "setSignature": {
1108
+ "id": 52,
1109
+ "name": "errorType",
1110
+ "variant": "signature",
1111
+ "kind": 1048576,
1112
+ "flags": {},
1113
+ "comment": {
1114
+ "summary": [
961
1115
  {
962
- "id": 33,
963
- "name": "value",
964
- "kind": 32768,
965
- "kindString": "Parameter",
966
- "flags": {},
967
- "type": {
968
- "type": "reference",
969
- "id": 66,
970
- "name": "SkyErrorType"
971
- }
1116
+ "kind": "text",
1117
+ "text": "The set of pre-defined values for the image,\ntitle, and description."
972
1118
  }
973
- ],
974
- "type": {
975
- "type": "intrinsic",
976
- "name": "void"
1119
+ ]
1120
+ },
1121
+ "sources": [
1122
+ {
1123
+ "fileName": "src/lib/modules/error/error.component.ts",
1124
+ "line": 21,
1125
+ "character": 2,
1126
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L21"
977
1127
  }
1128
+ ],
1129
+ "parameters": [
1130
+ {
1131
+ "id": 53,
1132
+ "name": "value",
1133
+ "variant": "param",
1134
+ "kind": 32768,
1135
+ "flags": {},
1136
+ "type": {
1137
+ "type": "reference",
1138
+ "target": 22,
1139
+ "name": "SkyErrorType",
1140
+ "package": "@skyux/errors"
1141
+ }
1142
+ }
1143
+ ],
1144
+ "type": {
1145
+ "type": "intrinsic",
1146
+ "name": "void"
1147
+ }
1148
+ },
1149
+ "decorators": [
1150
+ {
1151
+ "name": "Input"
978
1152
  }
979
1153
  ]
980
1154
  },
981
1155
  {
982
- "id": 40,
1156
+ "id": 60,
983
1157
  "name": "ngOnInit",
1158
+ "variant": "declaration",
984
1159
  "kind": 2048,
985
- "kindString": "Method",
986
1160
  "flags": {
987
1161
  "isPublic": true
988
1162
  },
@@ -990,36 +1164,48 @@
990
1164
  {
991
1165
  "fileName": "projects/errors/src/modules/error/error.component.ts",
992
1166
  "line": 52,
993
- "character": 9
1167
+ "character": 9,
1168
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L52"
994
1169
  }
995
1170
  ],
996
1171
  "signatures": [
997
1172
  {
998
- "id": 41,
1173
+ "id": 61,
999
1174
  "name": "ngOnInit",
1175
+ "variant": "signature",
1000
1176
  "kind": 4096,
1001
- "kindString": "Call signature",
1002
1177
  "flags": {},
1178
+ "sources": [
1179
+ {
1180
+ "fileName": "src/lib/modules/error/error.component.ts",
1181
+ "line": 52,
1182
+ "character": 2,
1183
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L52"
1184
+ }
1185
+ ],
1003
1186
  "type": {
1004
1187
  "type": "intrinsic",
1005
1188
  "name": "void"
1006
1189
  },
1007
1190
  "implementationOf": {
1008
1191
  "type": "reference",
1192
+ "target": -1,
1009
1193
  "name": "OnInit.ngOnInit"
1010
1194
  }
1011
1195
  }
1012
1196
  ],
1013
1197
  "implementationOf": {
1014
1198
  "type": "reference",
1199
+ "target": -1,
1015
1200
  "name": "OnInit.ngOnInit"
1016
- }
1201
+ },
1202
+ "decorators": []
1017
1203
  },
1018
1204
  {
1019
- "id": 42,
1205
+ "id": 62,
1020
1206
  "name": "setErrorTypeFields",
1207
+ "variant": "declaration",
1021
1208
  "kind": 2048,
1022
- "kindString": "Method",
1023
1209
  "flags": {
1024
1210
  "isPublic": true
1025
1211
  },
@@ -1027,55 +1213,61 @@
1027
1213
  {
1028
1214
  "fileName": "projects/errors/src/modules/error/error.component.ts",
1029
1215
  "line": 58,
1030
- "character": 9
1216
+ "character": 9,
1217
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L58"
1031
1218
  }
1032
1219
  ],
1033
1220
  "signatures": [
1034
1221
  {
1035
- "id": 43,
1222
+ "id": 63,
1036
1223
  "name": "setErrorTypeFields",
1224
+ "variant": "signature",
1037
1225
  "kind": 4096,
1038
- "kindString": "Call signature",
1039
1226
  "flags": {},
1227
+ "sources": [
1228
+ {
1229
+ "fileName": "src/lib/modules/error/error.component.ts",
1230
+ "line": 58,
1231
+ "character": 2,
1232
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L58"
1233
+ }
1234
+ ],
1040
1235
  "type": {
1041
1236
  "type": "intrinsic",
1042
1237
  "name": "void"
1043
1238
  }
1044
1239
  }
1045
- ]
1240
+ ],
1241
+ "decorators": []
1046
1242
  }
1047
1243
  ],
1048
1244
  "groups": [
1049
1245
  {
1050
1246
  "title": "Constructors",
1051
- "kind": 512,
1052
1247
  "children": [
1053
- 26
1248
+ 46
1054
1249
  ]
1055
1250
  },
1056
1251
  {
1057
1252
  "title": "Properties",
1058
- "kind": 1024,
1059
1253
  "children": [
1060
- 36,
1061
- 35,
1062
- 39,
1063
- 34
1254
+ 56,
1255
+ 55,
1256
+ 59,
1257
+ 54
1064
1258
  ]
1065
1259
  },
1066
1260
  {
1067
1261
  "title": "Accessors",
1068
- "kind": 262144,
1069
1262
  "children": [
1070
- 30
1263
+ 50
1071
1264
  ]
1072
1265
  },
1073
1266
  {
1074
1267
  "title": "Methods",
1075
- "kind": 2048,
1076
1268
  "children": [
1077
- 40,
1078
- 42
1269
+ 60,
1270
+ 62
1079
1271
  ]
1080
1272
  }
1081
1273
  ],
@@ -1083,32 +1275,50 @@
1083
1275
  {
1084
1276
  "fileName": "projects/errors/src/modules/error/error.component.ts",
1085
1277
  "line": 16,
1086
- "character": 13
1278
+ "character": 13,
1279
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error.component.ts#L16"
1087
1280
  }
1088
1281
  ],
1089
1282
  "implementedTypes": [
1090
1283
  {
1091
1284
  "type": "reference",
1092
- "qualifiedName": "OnInit",
1093
- "package": "@angular/core",
1094
- "name": "OnInit"
1285
+ "target": {
1286
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
1287
+ "qualifiedName": "OnInit"
1288
+ },
1289
+ "name": "OnInit",
1290
+ "package": "@angular/core"
1291
+ }
1292
+ ],
1293
+ "decorators": [
1294
+ {
1295
+ "name": "Component",
1296
+ "arguments": {
1297
+ "obj": "@Component({\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html',\n providers: [SkyErrorService],\n})"
1298
+ }
1095
1299
  }
1096
1300
  ]
1097
1301
  },
1098
1302
  {
1099
- "id": 66,
1303
+ "id": 22,
1100
1304
  "name": "SkyErrorType",
1305
+ "variant": "declaration",
1101
1306
  "kind": 4194304,
1102
- "kindString": "Type alias",
1103
1307
  "flags": {},
1104
1308
  "comment": {
1105
- "shortText": "The type of error to display."
1309
+ "summary": [
1310
+ {
1311
+ "kind": "text",
1312
+ "text": "The type of error to display."
1313
+ }
1314
+ ]
1106
1315
  },
1107
1316
  "sources": [
1108
1317
  {
1109
1318
  "fileName": "projects/errors/src/modules/error/error-type.ts",
1110
1319
  "line": 4,
1111
- "character": 12
1320
+ "character": 12,
1321
+ "url": "https://github.com/blackbaud/skyux/blob/c621328/libs/components/errors/src/lib/modules/error/error-type.ts#L4"
1112
1322
  }
1113
1323
  ],
1114
1324
  "type": {
@@ -1137,13 +1347,225 @@
1137
1347
  "groups": [
1138
1348
  {
1139
1349
  "title": "Modules",
1140
- "kind": 2,
1141
1350
  "children": [
1142
1351
  1,
1143
1352
  2
1144
1353
  ]
1145
1354
  }
1146
- ]
1355
+ ],
1356
+ "packageName": "@skyux/errors",
1357
+ "readme": [
1358
+ {
1359
+ "kind": "text",
1360
+ "text": "# errors\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
1361
+ },
1362
+ {
1363
+ "kind": "code",
1364
+ "text": "`nx test errors`"
1365
+ },
1366
+ {
1367
+ "kind": "text",
1368
+ "text": " to execute the unit tests."
1369
+ }
1370
+ ],
1371
+ "symbolIdMap": {
1372
+ "1": {
1373
+ "sourceFileName": "libs/components/errors/src/index.ts",
1374
+ "qualifiedName": ""
1375
+ },
1376
+ "2": {
1377
+ "sourceFileName": "libs/components/errors/testing/src/public-api.ts",
1378
+ "qualifiedName": ""
1379
+ },
1380
+ "3": {
1381
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
1382
+ "qualifiedName": "ErrorModalConfig"
1383
+ },
1384
+ "6": {
1385
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
1386
+ "qualifiedName": "ErrorModalConfig.errorTitle"
1387
+ },
1388
+ "7": {
1389
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
1390
+ "qualifiedName": "ErrorModalConfig.errorDescription"
1391
+ },
1392
+ "8": {
1393
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
1394
+ "qualifiedName": "ErrorModalConfig.errorCloseText"
1395
+ },
1396
+ "9": {
1397
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1398
+ "qualifiedName": "SkyErrorModalService"
1399
+ },
1400
+ "10": {
1401
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1402
+ "qualifiedName": "SkyErrorModalService.__constructor"
1403
+ },
1404
+ "11": {
1405
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1406
+ "qualifiedName": "SkyErrorModalService"
1407
+ },
1408
+ "12": {
1409
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1410
+ "qualifiedName": "modalSvc"
1411
+ },
1412
+ "13": {
1413
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1414
+ "qualifiedName": "logService"
1415
+ },
1416
+ "16": {
1417
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1418
+ "qualifiedName": "SkyErrorModalService.open"
1419
+ },
1420
+ "17": {
1421
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1422
+ "qualifiedName": "SkyErrorModalService.open"
1423
+ },
1424
+ "18": {
1425
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
1426
+ "qualifiedName": "config"
1427
+ },
1428
+ "19": {
1429
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.module.ts",
1430
+ "qualifiedName": "SkyErrorModule"
1431
+ },
1432
+ "22": {
1433
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-type.ts",
1434
+ "qualifiedName": "SkyErrorType"
1435
+ },
1436
+ "23": {
1437
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-action.component.ts",
1438
+ "qualifiedName": "SkyErrorActionComponent"
1439
+ },
1440
+ "26": {
1441
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1442
+ "qualifiedName": "SkyErrorDescriptionComponent"
1443
+ },
1444
+ "27": {
1445
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1446
+ "qualifiedName": "SkyErrorDescriptionComponent.__constructor"
1447
+ },
1448
+ "28": {
1449
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1450
+ "qualifiedName": "SkyErrorDescriptionComponent"
1451
+ },
1452
+ "29": {
1453
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1454
+ "qualifiedName": "errorSvc"
1455
+ },
1456
+ "30": {
1457
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1458
+ "qualifiedName": "SkyErrorDescriptionComponent.replaceDefaultDescription"
1459
+ },
1460
+ "31": {
1461
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1462
+ "qualifiedName": "SkyErrorDescriptionComponent.replaceDefaultDescription"
1463
+ },
1464
+ "32": {
1465
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
1466
+ "qualifiedName": "value"
1467
+ },
1468
+ "34": {
1469
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-image.component.ts",
1470
+ "qualifiedName": "SkyErrorImageComponent"
1471
+ },
1472
+ "37": {
1473
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1474
+ "qualifiedName": "SkyErrorTitleComponent"
1475
+ },
1476
+ "38": {
1477
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1478
+ "qualifiedName": "SkyErrorTitleComponent.__constructor"
1479
+ },
1480
+ "39": {
1481
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1482
+ "qualifiedName": "SkyErrorTitleComponent"
1483
+ },
1484
+ "40": {
1485
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1486
+ "qualifiedName": "errorSvc"
1487
+ },
1488
+ "41": {
1489
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1490
+ "qualifiedName": "SkyErrorTitleComponent.replaceDefaultTitle"
1491
+ },
1492
+ "42": {
1493
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1494
+ "qualifiedName": "SkyErrorTitleComponent.replaceDefaultTitle"
1495
+ },
1496
+ "43": {
1497
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
1498
+ "qualifiedName": "value"
1499
+ },
1500
+ "45": {
1501
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1502
+ "qualifiedName": "SkyErrorComponent"
1503
+ },
1504
+ "46": {
1505
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1506
+ "qualifiedName": "SkyErrorComponent.__constructor"
1507
+ },
1508
+ "47": {
1509
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1510
+ "qualifiedName": "SkyErrorComponent"
1511
+ },
1512
+ "48": {
1513
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1514
+ "qualifiedName": "resourcesSvc"
1515
+ },
1516
+ "49": {
1517
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1518
+ "qualifiedName": "errorSvc"
1519
+ },
1520
+ "50": {
1521
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1522
+ "qualifiedName": "SkyErrorComponent.errorType"
1523
+ },
1524
+ "51": {
1525
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1526
+ "qualifiedName": "SkyErrorComponent.errorType"
1527
+ },
1528
+ "52": {
1529
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1530
+ "qualifiedName": "SkyErrorComponent.errorType"
1531
+ },
1532
+ "53": {
1533
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1534
+ "qualifiedName": "value"
1535
+ },
1536
+ "54": {
1537
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1538
+ "qualifiedName": "SkyErrorComponent.showImage"
1539
+ },
1540
+ "55": {
1541
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1542
+ "qualifiedName": "SkyErrorComponent.defaultTitle"
1543
+ },
1544
+ "56": {
1545
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1546
+ "qualifiedName": "SkyErrorComponent.defaultDescription"
1547
+ },
1548
+ "59": {
1549
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1550
+ "qualifiedName": "SkyErrorComponent.errorSvc"
1551
+ },
1552
+ "60": {
1553
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1554
+ "qualifiedName": "SkyErrorComponent.ngOnInit"
1555
+ },
1556
+ "61": {
1557
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1558
+ "qualifiedName": "SkyErrorComponent.ngOnInit"
1559
+ },
1560
+ "62": {
1561
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1562
+ "qualifiedName": "SkyErrorComponent.setErrorTypeFields"
1563
+ },
1564
+ "63": {
1565
+ "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1566
+ "qualifiedName": "SkyErrorComponent.setErrorTypeFields"
1567
+ }
1568
+ }
1147
1569
  },
1148
1570
  "codeExamples": [
1149
1571
  {