@skyux/errors 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/documentation.json +336 -325
  2. package/package.json +5 -5
@@ -24,16 +24,10 @@
24
24
  "kindString": "Class",
25
25
  "flags": {},
26
26
  "comment": {
27
- "summary": [],
28
- "blockTags": [
27
+ "tags": [
29
28
  {
30
- "tag": "@deprecated",
31
- "content": [
32
- {
33
- "kind": "text",
34
- "text": "We recommend using a standard modal with an error component instead."
35
- }
36
- ]
29
+ "tag": "deprecated",
30
+ "text": "We recommend using a standard modal with an error component instead.\n"
37
31
  }
38
32
  ]
39
33
  },
@@ -47,16 +41,11 @@
47
41
  "isPublic": true
48
42
  },
49
43
  "comment": {
50
- "summary": [
51
- {
52
- "kind": "text",
53
- "text": "The label for the action button that closes the modal error message."
54
- }
55
- ],
56
- "blockTags": [
44
+ "shortText": "The label for the action button that closes the modal error message.",
45
+ "tags": [
57
46
  {
58
- "tag": "@required",
59
- "content": []
47
+ "tag": "required",
48
+ "text": "\n"
60
49
  }
61
50
  ]
62
51
  },
@@ -64,8 +53,7 @@
64
53
  {
65
54
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
66
55
  "line": 20,
67
- "character": 9,
68
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L20"
56
+ "character": 9
69
57
  }
70
58
  ],
71
59
  "type": {
@@ -82,16 +70,11 @@
82
70
  "isPublic": true
83
71
  },
84
72
  "comment": {
85
- "summary": [
86
- {
87
- "kind": "text",
88
- "text": "The description to provide additional details in the modal error message."
89
- }
90
- ],
91
- "blockTags": [
73
+ "shortText": "The description to provide additional details in the modal error message.",
74
+ "tags": [
92
75
  {
93
- "tag": "@required",
94
- "content": []
76
+ "tag": "required",
77
+ "text": "\n"
95
78
  }
96
79
  ]
97
80
  },
@@ -99,8 +82,7 @@
99
82
  {
100
83
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
101
84
  "line": 15,
102
- "character": 9,
103
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L15"
85
+ "character": 9
104
86
  }
105
87
  ],
106
88
  "type": {
@@ -117,16 +99,11 @@
117
99
  "isPublic": true
118
100
  },
119
101
  "comment": {
120
- "summary": [
102
+ "shortText": "The title to display in the modal error message.",
103
+ "tags": [
121
104
  {
122
- "kind": "text",
123
- "text": "The title to display in the modal error message."
124
- }
125
- ],
126
- "blockTags": [
127
- {
128
- "tag": "@required",
129
- "content": []
105
+ "tag": "required",
106
+ "text": "\n"
130
107
  }
131
108
  ]
132
109
  },
@@ -134,8 +111,7 @@
134
111
  {
135
112
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
136
113
  "line": 10,
137
- "character": 9,
138
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L10"
114
+ "character": 9
139
115
  }
140
116
  ],
141
117
  "type": {
@@ -147,12 +123,14 @@
147
123
  "groups": [
148
124
  {
149
125
  "title": "Constructors",
126
+ "kind": 512,
150
127
  "children": [
151
128
  48
152
129
  ]
153
130
  },
154
131
  {
155
132
  "title": "Properties",
133
+ "kind": 1024,
156
134
  "children": [
157
135
  52,
158
136
  51,
@@ -164,8 +142,7 @@
164
142
  {
165
143
  "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
166
144
  "line": 5,
167
- "character": 13,
168
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L5"
145
+ "character": 13
169
146
  }
170
147
  ]
171
148
  },
@@ -176,24 +153,28 @@
176
153
  "kindString": "Class",
177
154
  "flags": {},
178
155
  "comment": {
179
- "summary": [
156
+ "shortText": "Opens a modal to display a SKY UX-themed error message.",
157
+ "tags": [
180
158
  {
181
- "kind": "text",
182
- "text": "Opens a modal to display a SKY UX-themed error message."
183
- }
184
- ],
185
- "blockTags": [
186
- {
187
- "tag": "@deprecated",
188
- "content": [
189
- {
190
- "kind": "text",
191
- "text": "We recommend using a standard modal with an error component instead."
192
- }
193
- ]
159
+ "tag": "deprecated",
160
+ "text": "We recommend using a standard modal with an error component instead.\n"
194
161
  }
195
162
  ]
196
163
  },
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
+ ],
197
178
  "children": [
198
179
  {
199
180
  "id": 54,
@@ -205,8 +186,7 @@
205
186
  {
206
187
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
207
188
  "line": 19,
208
- "character": 2,
209
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L19"
189
+ "character": 2
210
190
  }
211
191
  ],
212
192
  "signatures": [
@@ -236,6 +216,18 @@
236
216
  "flags": {
237
217
  "isOptional": true
238
218
  },
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
+ ],
239
231
  "type": {
240
232
  "type": "reference",
241
233
  "name": "SkyLogService"
@@ -262,8 +254,7 @@
262
254
  {
263
255
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
264
256
  "line": 30,
265
- "character": 9,
266
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L30"
257
+ "character": 9
267
258
  }
268
259
  ],
269
260
  "signatures": [
@@ -274,21 +265,11 @@
274
265
  "kindString": "Call signature",
275
266
  "flags": {},
276
267
  "comment": {
277
- "summary": [
268
+ "shortText": "Text for the the error message, including title, description, and action label.",
269
+ "tags": [
278
270
  {
279
- "kind": "text",
280
- "text": "Text for the the error message, including title, description, and action label."
281
- }
282
- ],
283
- "blockTags": [
284
- {
285
- "tag": "@deprecated",
286
- "content": [
287
- {
288
- "kind": "text",
289
- "text": "We recommend using a standard modal with an error component instead."
290
- }
291
- ]
271
+ "tag": "deprecated",
272
+ "text": "We recommend using a standard modal with an error component instead.\n"
292
273
  }
293
274
  ]
294
275
  },
@@ -317,12 +298,14 @@
317
298
  "groups": [
318
299
  {
319
300
  "title": "Constructors",
301
+ "kind": 512,
320
302
  "children": [
321
303
  54
322
304
  ]
323
305
  },
324
306
  {
325
307
  "title": "Methods",
308
+ "kind": 2048,
326
309
  "children": [
327
310
  60
328
311
  ]
@@ -332,8 +315,7 @@
332
315
  {
333
316
  "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
334
317
  "line": 15,
335
- "character": 13,
336
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L15"
318
+ "character": 13
337
319
  }
338
320
  ]
339
321
  },
@@ -343,10 +325,25 @@
343
325
  "kind": 128,
344
326
  "kindString": "Class",
345
327
  "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
+ ],
346
342
  "children": [],
347
343
  "groups": [
348
344
  {
349
345
  "title": "Constructors",
346
+ "kind": 512,
350
347
  "children": [
351
348
  64
352
349
  ]
@@ -356,8 +353,7 @@
356
353
  {
357
354
  "fileName": "projects/errors/src/modules/error/error.module.ts",
358
355
  "line": 38,
359
- "character": 13,
360
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.module.ts#L38"
356
+ "character": 13
361
357
  }
362
358
  ]
363
359
  },
@@ -368,17 +364,27 @@
368
364
  "kindString": "Class",
369
365
  "flags": {},
370
366
  "comment": {
371
- "summary": [
372
- {
373
- "kind": "text",
374
- "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."
375
- }
376
- ]
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."
377
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}"
380
+ }
381
+ }
382
+ ],
378
383
  "children": [],
379
384
  "groups": [
380
385
  {
381
386
  "title": "Constructors",
387
+ "kind": 512,
382
388
  "children": [
383
389
  4
384
390
  ]
@@ -388,8 +394,7 @@
388
394
  {
389
395
  "fileName": "projects/errors/src/modules/error/error-action.component.ts",
390
396
  "line": 11,
391
- "character": 13,
392
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-action.component.ts#L11"
397
+ "character": 13
393
398
  }
394
399
  ]
395
400
  },
@@ -400,13 +405,22 @@
400
405
  "kindString": "Class",
401
406
  "flags": {},
402
407
  "comment": {
403
- "summary": [
404
- {
405
- "kind": "text",
406
- "text": "Specifies a description to provide additional details about the error."
407
- }
408
- ]
408
+ "shortText": "Specifies a description to provide additional details about the error."
409
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}"
421
+ }
422
+ }
423
+ ],
410
424
  "children": [
411
425
  {
412
426
  "id": 7,
@@ -418,8 +432,7 @@
418
432
  {
419
433
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
420
434
  "line": 25,
421
- "character": 2,
422
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-description.component.ts#L25"
435
+ "character": 2
423
436
  }
424
437
  ],
425
438
  "signatures": [
@@ -458,76 +471,73 @@
458
471
  "flags": {
459
472
  "isPublic": true
460
473
  },
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
+ ],
461
486
  "sources": [
462
487
  {
463
488
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
464
489
  "line": 19,
465
- "character": 13,
466
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-description.component.ts#L19"
490
+ "character": 13
467
491
  }
468
492
  ],
469
- "setSignature": {
470
- "id": 11,
471
- "name": "replaceDefaultDescription",
472
- "kind": 1048576,
473
- "kindString": "Set signature",
474
- "flags": {},
475
- "comment": {
476
- "summary": [
477
- {
478
- "kind": "text",
479
- "text": "Whether to replace the default description. If "
480
- },
481
- {
482
- "kind": "code",
483
- "text": "`false`"
484
- },
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": [
485
510
  {
486
- "kind": "text",
487
- "text": ", the content\nfrom this component is added after the default description."
511
+ "id": 12,
512
+ "name": "value",
513
+ "kind": 32768,
514
+ "kindString": "Parameter",
515
+ "flags": {},
516
+ "type": {
517
+ "type": "intrinsic",
518
+ "name": "boolean"
519
+ }
488
520
  }
489
521
  ],
490
- "blockTags": [
491
- {
492
- "tag": "@default",
493
- "content": [
494
- {
495
- "kind": "text",
496
- "text": "false"
497
- }
498
- ]
499
- }
500
- ]
501
- },
502
- "parameters": [
503
- {
504
- "id": 12,
505
- "name": "value",
506
- "kind": 32768,
507
- "kindString": "Parameter",
508
- "flags": {},
509
- "type": {
510
- "type": "intrinsic",
511
- "name": "boolean"
512
- }
522
+ "type": {
523
+ "type": "intrinsic",
524
+ "name": "void"
513
525
  }
514
- ],
515
- "type": {
516
- "type": "intrinsic",
517
- "name": "void"
518
526
  }
519
- }
527
+ ]
520
528
  }
521
529
  ],
522
530
  "groups": [
523
531
  {
524
532
  "title": "Constructors",
533
+ "kind": 512,
525
534
  "children": [
526
535
  7
527
536
  ]
528
537
  },
529
538
  {
530
539
  "title": "Accessors",
540
+ "kind": 262144,
531
541
  "children": [
532
542
  10
533
543
  ]
@@ -537,8 +547,7 @@
537
547
  {
538
548
  "fileName": "projects/errors/src/modules/error/error-description.component.ts",
539
549
  "line": 12,
540
- "character": 13,
541
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-description.component.ts#L12"
550
+ "character": 13
542
551
  }
543
552
  ]
544
553
  },
@@ -549,17 +558,27 @@
549
558
  "kindString": "Class",
550
559
  "flags": {},
551
560
  "comment": {
552
- "summary": [
553
- {
554
- "kind": "text",
555
- "text": "Specifies an image to display with the error message."
556
- }
557
- ]
561
+ "shortText": "Specifies an image to display with the error message."
558
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}"
574
+ }
575
+ }
576
+ ],
559
577
  "children": [],
560
578
  "groups": [
561
579
  {
562
580
  "title": "Constructors",
581
+ "kind": 512,
563
582
  "children": [
564
583
  15
565
584
  ]
@@ -569,8 +588,7 @@
569
588
  {
570
589
  "fileName": "projects/errors/src/modules/error/error-image.component.ts",
571
590
  "line": 10,
572
- "character": 13,
573
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-image.component.ts#L10"
591
+ "character": 13
574
592
  }
575
593
  ]
576
594
  },
@@ -581,13 +599,22 @@
581
599
  "kindString": "Class",
582
600
  "flags": {},
583
601
  "comment": {
584
- "summary": [
585
- {
586
- "kind": "text",
587
- "text": "Specifies a title to display with the error message."
588
- }
589
- ]
602
+ "shortText": "Specifies a title to display with the error message."
590
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}"
615
+ }
616
+ }
617
+ ],
591
618
  "children": [
592
619
  {
593
620
  "id": 18,
@@ -599,8 +626,7 @@
599
626
  {
600
627
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
601
628
  "line": 25,
602
- "character": 2,
603
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-title.component.ts#L25"
629
+ "character": 2
604
630
  }
605
631
  ],
606
632
  "signatures": [
@@ -639,76 +665,73 @@
639
665
  "flags": {
640
666
  "isPublic": true
641
667
  },
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
+ ],
642
680
  "sources": [
643
681
  {
644
682
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
645
683
  "line": 19,
646
- "character": 13,
647
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-title.component.ts#L19"
684
+ "character": 13
648
685
  }
649
686
  ],
650
- "setSignature": {
651
- "id": 22,
652
- "name": "replaceDefaultTitle",
653
- "kind": 1048576,
654
- "kindString": "Set signature",
655
- "flags": {},
656
- "comment": {
657
- "summary": [
658
- {
659
- "kind": "text",
660
- "text": "Whether to replace the default title. If "
661
- },
662
- {
663
- "kind": "code",
664
- "text": "`false`"
665
- },
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": [
666
704
  {
667
- "kind": "text",
668
- "text": ", the content\nfrom this component is added after the default title."
705
+ "id": 23,
706
+ "name": "value",
707
+ "kind": 32768,
708
+ "kindString": "Parameter",
709
+ "flags": {},
710
+ "type": {
711
+ "type": "intrinsic",
712
+ "name": "boolean"
713
+ }
669
714
  }
670
715
  ],
671
- "blockTags": [
672
- {
673
- "tag": "@default",
674
- "content": [
675
- {
676
- "kind": "text",
677
- "text": "false"
678
- }
679
- ]
680
- }
681
- ]
682
- },
683
- "parameters": [
684
- {
685
- "id": 23,
686
- "name": "value",
687
- "kind": 32768,
688
- "kindString": "Parameter",
689
- "flags": {},
690
- "type": {
691
- "type": "intrinsic",
692
- "name": "boolean"
693
- }
716
+ "type": {
717
+ "type": "intrinsic",
718
+ "name": "void"
694
719
  }
695
- ],
696
- "type": {
697
- "type": "intrinsic",
698
- "name": "void"
699
720
  }
700
- }
721
+ ]
701
722
  }
702
723
  ],
703
724
  "groups": [
704
725
  {
705
726
  "title": "Constructors",
727
+ "kind": 512,
706
728
  "children": [
707
729
  18
708
730
  ]
709
731
  },
710
732
  {
711
733
  "title": "Accessors",
734
+ "kind": 262144,
712
735
  "children": [
713
736
  21
714
737
  ]
@@ -718,8 +741,7 @@
718
741
  {
719
742
  "fileName": "projects/errors/src/modules/error/error-title.component.ts",
720
743
  "line": 12,
721
- "character": 13,
722
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-title.component.ts#L12"
744
+ "character": 13
723
745
  }
724
746
  ]
725
747
  },
@@ -730,13 +752,22 @@
730
752
  "kindString": "Class",
731
753
  "flags": {},
732
754
  "comment": {
733
- "summary": [
734
- {
735
- "kind": "text",
736
- "text": "Displays a SKY UX-themed error message."
737
- }
738
- ]
755
+ "shortText": "Displays a SKY UX-themed error message."
739
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}"
768
+ }
769
+ }
770
+ ],
740
771
  "children": [
741
772
  {
742
773
  "id": 26,
@@ -748,8 +779,7 @@
748
779
  {
749
780
  "fileName": "projects/errors/src/modules/error/error.component.ts",
750
781
  "line": 45,
751
- "character": 2,
752
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L45"
782
+ "character": 2
753
783
  }
754
784
  ],
755
785
  "signatures": [
@@ -803,8 +833,7 @@
803
833
  {
804
834
  "fileName": "projects/errors/src/modules/error/error.component.ts",
805
835
  "line": 39,
806
- "character": 9,
807
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L39"
836
+ "character": 9
808
837
  }
809
838
  ],
810
839
  "type": {
@@ -824,8 +853,7 @@
824
853
  {
825
854
  "fileName": "projects/errors/src/modules/error/error.component.ts",
826
855
  "line": 38,
827
- "character": 9,
828
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L38"
856
+ "character": 9
829
857
  }
830
858
  ],
831
859
  "type": {
@@ -833,27 +861,6 @@
833
861
  "name": "string"
834
862
  }
835
863
  },
836
- {
837
- "id": 39,
838
- "name": "errorSvc",
839
- "kind": 1024,
840
- "kindString": "Property",
841
- "flags": {
842
- "isPublic": true
843
- },
844
- "sources": [
845
- {
846
- "fileName": "projects/errors/src/modules/error/error.component.ts",
847
- "line": 47,
848
- "character": 11,
849
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L47"
850
- }
851
- ],
852
- "type": {
853
- "type": "reference",
854
- "name": "SkyErrorService"
855
- }
856
- },
857
864
  {
858
865
  "id": 34,
859
866
  "name": "showImage",
@@ -863,30 +870,31 @@
863
870
  "isPublic": true
864
871
  },
865
872
  "comment": {
866
- "summary": [
867
- {
868
- "kind": "text",
869
- "text": "Whether to display the error image."
870
- }
871
- ],
872
- "blockTags": [
873
+ "shortText": "Whether to display the error image.",
874
+ "tags": [
873
875
  {
874
- "tag": "@default",
875
- "content": [
876
- {
877
- "kind": "text",
878
- "text": "true"
879
- }
880
- ]
876
+ "tag": "default",
877
+ "text": "true\n"
881
878
  }
882
879
  ]
883
880
  },
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
+ ],
884
893
  "sources": [
885
894
  {
886
895
  "fileName": "projects/errors/src/modules/error/error.component.ts",
887
896
  "line": 36,
888
- "character": 9,
889
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L36"
897
+ "character": 9
890
898
  }
891
899
  ],
892
900
  "type": {
@@ -903,65 +911,72 @@
903
911
  "flags": {
904
912
  "isPublic": true
905
913
  },
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
+ ],
906
926
  "sources": [
907
927
  {
908
928
  "fileName": "projects/errors/src/modules/error/error.component.ts",
909
929
  "line": 22,
910
- "character": 13,
911
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L22"
912
- },
913
- {
914
- "fileName": "projects/errors/src/modules/error/error.component.ts",
915
- "line": 27,
916
- "character": 13,
917
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L27"
930
+ "character": 13
918
931
  }
919
932
  ],
920
- "getSignature": {
921
- "id": 31,
922
- "name": "errorType",
923
- "kind": 524288,
924
- "kindString": "Get signature",
925
- "flags": {},
926
- "type": {
927
- "type": "reference",
928
- "id": 66,
929
- "name": "SkyErrorType"
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"
947
+ }
930
948
  }
931
- },
932
- "setSignature": {
933
- "id": 32,
934
- "name": "errorType",
935
- "kind": 1048576,
936
- "kindString": "Set signature",
937
- "flags": {},
938
- "comment": {
939
- "summary": [
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": [
940
961
  {
941
- "kind": "text",
942
- "text": "The set of pre-defined values for the image,\ntitle, and description."
943
- }
944
- ]
945
- },
946
- "parameters": [
947
- {
948
- "id": 33,
949
- "name": "value",
950
- "kind": 32768,
951
- "kindString": "Parameter",
952
- "flags": {},
953
- "type": {
954
- "type": "reference",
955
- "id": 66,
956
- "name": "SkyErrorType"
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
+ }
957
972
  }
973
+ ],
974
+ "type": {
975
+ "type": "intrinsic",
976
+ "name": "void"
958
977
  }
959
- ],
960
- "type": {
961
- "type": "intrinsic",
962
- "name": "void"
963
978
  }
964
- }
979
+ ]
965
980
  },
966
981
  {
967
982
  "id": 40,
@@ -975,8 +990,7 @@
975
990
  {
976
991
  "fileName": "projects/errors/src/modules/error/error.component.ts",
977
992
  "line": 52,
978
- "character": 9,
979
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L52"
993
+ "character": 9
980
994
  }
981
995
  ],
982
996
  "signatures": [
@@ -1013,8 +1027,7 @@
1013
1027
  {
1014
1028
  "fileName": "projects/errors/src/modules/error/error.component.ts",
1015
1029
  "line": 58,
1016
- "character": 9,
1017
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L58"
1030
+ "character": 9
1018
1031
  }
1019
1032
  ],
1020
1033
  "signatures": [
@@ -1035,12 +1048,14 @@
1035
1048
  "groups": [
1036
1049
  {
1037
1050
  "title": "Constructors",
1051
+ "kind": 512,
1038
1052
  "children": [
1039
1053
  26
1040
1054
  ]
1041
1055
  },
1042
1056
  {
1043
1057
  "title": "Properties",
1058
+ "kind": 1024,
1044
1059
  "children": [
1045
1060
  36,
1046
1061
  35,
@@ -1050,12 +1065,14 @@
1050
1065
  },
1051
1066
  {
1052
1067
  "title": "Accessors",
1068
+ "kind": 262144,
1053
1069
  "children": [
1054
1070
  30
1055
1071
  ]
1056
1072
  },
1057
1073
  {
1058
1074
  "title": "Methods",
1075
+ "kind": 2048,
1059
1076
  "children": [
1060
1077
  40,
1061
1078
  42
@@ -1066,16 +1083,15 @@
1066
1083
  {
1067
1084
  "fileName": "projects/errors/src/modules/error/error.component.ts",
1068
1085
  "line": 16,
1069
- "character": 13,
1070
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error.component.ts#L16"
1086
+ "character": 13
1071
1087
  }
1072
1088
  ],
1073
1089
  "implementedTypes": [
1074
1090
  {
1075
1091
  "type": "reference",
1076
- "name": "OnInit",
1077
1092
  "qualifiedName": "OnInit",
1078
- "package": "@angular/core"
1093
+ "package": "@angular/core",
1094
+ "name": "OnInit"
1079
1095
  }
1080
1096
  ]
1081
1097
  },
@@ -1086,19 +1102,13 @@
1086
1102
  "kindString": "Type alias",
1087
1103
  "flags": {},
1088
1104
  "comment": {
1089
- "summary": [
1090
- {
1091
- "kind": "text",
1092
- "text": "The type of error to display."
1093
- }
1094
- ]
1105
+ "shortText": "The type of error to display."
1095
1106
  },
1096
1107
  "sources": [
1097
1108
  {
1098
1109
  "fileName": "projects/errors/src/modules/error/error-type.ts",
1099
1110
  "line": 4,
1100
- "character": 12,
1101
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/errors/src/lib/modules/error/error-type.ts#L4"
1111
+ "character": 12
1102
1112
  }
1103
1113
  ],
1104
1114
  "type": {
@@ -1127,6 +1137,7 @@
1127
1137
  "groups": [
1128
1138
  {
1129
1139
  "title": "Modules",
1140
+ "kind": 2,
1130
1141
  "children": [
1131
1142
  1,
1132
1143
  2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/errors",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -43,10 +43,10 @@
43
43
  "@angular/common": "^15.2.9",
44
44
  "@angular/core": "^15.2.9",
45
45
  "@angular/platform-browser": "^15.2.9",
46
- "@skyux-sdk/testing": "8.0.0",
47
- "@skyux/core": "8.0.0",
48
- "@skyux/i18n": "8.0.0",
49
- "@skyux/modals": "8.0.0"
46
+ "@skyux-sdk/testing": "8.0.1",
47
+ "@skyux/core": "8.0.1",
48
+ "@skyux/i18n": "8.0.1",
49
+ "@skyux/modals": "8.0.1"
50
50
  },
51
51
  "dependencies": {
52
52
  "tslib": "^2.5.0"