@skyux/errors 12.0.0-alpha.12 → 12.0.0-alpha.13

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/package.json +17 -20
  2. package/documentation.json +0 -2785
@@ -1,2785 +0,0 @@
1
- {
2
- "anchorIds": {
3
- "ErrorModalConfig": "class-errormodalconfig",
4
- "SkyErrorModalService": "class-skyerrormodalservice",
5
- "SkyErrorModule": "class-skyerrormodule",
6
- "SkyErrorActionComponent": "class-skyerroractioncomponent",
7
- "SkyErrorDescriptionComponent": "class-skyerrordescriptioncomponent",
8
- "SkyErrorImageComponent": "class-skyerrorimagecomponent",
9
- "SkyErrorTitleComponent": "class-skyerrortitlecomponent",
10
- "SkyErrorComponent": "class-skyerrorcomponent",
11
- "SkyErrorType": "type-alias-skyerrortype",
12
- "SkyErrorHarness": "class-skyerrorharness",
13
- "SkyErrorHarnessFilters": "interface-skyerrorharnessfilters"
14
- },
15
- "typedoc": {
16
- "id": 0,
17
- "name": "@skyux/errors",
18
- "variant": "project",
19
- "kind": 1,
20
- "flags": {},
21
- "children": [
22
- {
23
- "id": 3,
24
- "name": "ErrorModalConfig",
25
- "variant": "declaration",
26
- "kind": 128,
27
- "flags": {},
28
- "comment": {
29
- "summary": [],
30
- "blockTags": [
31
- {
32
- "tag": "@deprecated",
33
- "content": [
34
- {
35
- "kind": "text",
36
- "text": "We recommend using a standard modal with an error component instead."
37
- }
38
- ]
39
- }
40
- ]
41
- },
42
- "children": [
43
- {
44
- "id": 8,
45
- "name": "errorCloseText",
46
- "variant": "declaration",
47
- "kind": 1024,
48
- "flags": {
49
- "isPublic": true
50
- },
51
- "comment": {
52
- "summary": [
53
- {
54
- "kind": "text",
55
- "text": "The label for the action button that closes the modal error message."
56
- }
57
- ],
58
- "blockTags": [
59
- {
60
- "tag": "@required",
61
- "content": []
62
- }
63
- ]
64
- },
65
- "sources": [
66
- {
67
- "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
68
- "line": 20,
69
- "character": 9,
70
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L20"
71
- }
72
- ],
73
- "type": {
74
- "type": "intrinsic",
75
- "name": "string"
76
- },
77
- "decorators": []
78
- },
79
- {
80
- "id": 7,
81
- "name": "errorDescription",
82
- "variant": "declaration",
83
- "kind": 1024,
84
- "flags": {
85
- "isPublic": true
86
- },
87
- "comment": {
88
- "summary": [
89
- {
90
- "kind": "text",
91
- "text": "The description to provide additional details in the modal error message."
92
- }
93
- ],
94
- "blockTags": [
95
- {
96
- "tag": "@required",
97
- "content": []
98
- }
99
- ]
100
- },
101
- "sources": [
102
- {
103
- "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
104
- "line": 15,
105
- "character": 9,
106
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L15"
107
- }
108
- ],
109
- "type": {
110
- "type": "intrinsic",
111
- "name": "string"
112
- },
113
- "decorators": []
114
- },
115
- {
116
- "id": 6,
117
- "name": "errorTitle",
118
- "variant": "declaration",
119
- "kind": 1024,
120
- "flags": {
121
- "isPublic": true
122
- },
123
- "comment": {
124
- "summary": [
125
- {
126
- "kind": "text",
127
- "text": "The title to display in the modal error message."
128
- }
129
- ],
130
- "blockTags": [
131
- {
132
- "tag": "@required",
133
- "content": []
134
- }
135
- ]
136
- },
137
- "sources": [
138
- {
139
- "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
140
- "line": 10,
141
- "character": 9,
142
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L10"
143
- }
144
- ],
145
- "type": {
146
- "type": "intrinsic",
147
- "name": "string"
148
- },
149
- "decorators": []
150
- }
151
- ],
152
- "groups": [
153
- {
154
- "title": "Constructors",
155
- "children": [
156
- 4
157
- ]
158
- },
159
- {
160
- "title": "Properties",
161
- "children": [
162
- 8,
163
- 7,
164
- 6
165
- ]
166
- }
167
- ],
168
- "sources": [
169
- {
170
- "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
171
- "line": 5,
172
- "character": 13,
173
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal-config.ts#L5"
174
- }
175
- ],
176
- "decorators": []
177
- },
178
- {
179
- "id": 9,
180
- "name": "SkyErrorModalService",
181
- "variant": "declaration",
182
- "kind": 128,
183
- "flags": {},
184
- "comment": {
185
- "summary": [
186
- {
187
- "kind": "text",
188
- "text": "Opens a modal to display a SKY UX-themed error message."
189
- }
190
- ],
191
- "blockTags": [
192
- {
193
- "tag": "@deprecated",
194
- "content": [
195
- {
196
- "kind": "text",
197
- "text": "We recommend using a standard modal with an error component instead."
198
- }
199
- ]
200
- }
201
- ]
202
- },
203
- "children": [
204
- {
205
- "id": 10,
206
- "name": "constructor",
207
- "variant": "declaration",
208
- "kind": 512,
209
- "flags": {},
210
- "sources": [
211
- {
212
- "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
213
- "line": 19,
214
- "character": 2,
215
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L19"
216
- }
217
- ],
218
- "signatures": [
219
- {
220
- "id": 11,
221
- "name": "new SkyErrorModalService",
222
- "variant": "signature",
223
- "kind": 16384,
224
- "flags": {},
225
- "sources": [
226
- {
227
- "fileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
228
- "line": 19,
229
- "character": 2,
230
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L19"
231
- }
232
- ],
233
- "parameters": [
234
- {
235
- "id": 12,
236
- "name": "modalSvc",
237
- "variant": "param",
238
- "kind": 32768,
239
- "flags": {},
240
- "type": {
241
- "type": "reference",
242
- "target": {
243
- "sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
244
- "qualifiedName": "SkyModalService"
245
- },
246
- "name": "SkyModalService",
247
- "package": "@skyux/modals"
248
- }
249
- },
250
- {
251
- "id": 13,
252
- "name": "logService",
253
- "variant": "param",
254
- "kind": 32768,
255
- "flags": {
256
- "isOptional": true
257
- },
258
- "type": {
259
- "type": "reference",
260
- "target": {
261
- "sourceFileName": "libs/components/core/src/lib/modules/log/log.service.ts",
262
- "qualifiedName": "SkyLogService"
263
- },
264
- "name": "SkyLogService",
265
- "package": "@skyux/core"
266
- }
267
- }
268
- ],
269
- "type": {
270
- "type": "reference",
271
- "target": 9,
272
- "name": "SkyErrorModalService",
273
- "package": "@skyux/errors"
274
- }
275
- }
276
- ]
277
- },
278
- {
279
- "id": 16,
280
- "name": "open",
281
- "variant": "declaration",
282
- "kind": 2048,
283
- "flags": {
284
- "isPublic": true
285
- },
286
- "sources": [
287
- {
288
- "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
289
- "line": 30,
290
- "character": 9,
291
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L30"
292
- }
293
- ],
294
- "signatures": [
295
- {
296
- "id": 17,
297
- "name": "open",
298
- "variant": "signature",
299
- "kind": 4096,
300
- "flags": {},
301
- "comment": {
302
- "summary": [
303
- {
304
- "kind": "text",
305
- "text": "Text for the the error message, including title, description, and action label."
306
- }
307
- ],
308
- "blockTags": [
309
- {
310
- "tag": "@deprecated",
311
- "content": [
312
- {
313
- "kind": "text",
314
- "text": "We recommend using a standard modal with an error component instead."
315
- }
316
- ]
317
- }
318
- ]
319
- },
320
- "sources": [
321
- {
322
- "fileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
323
- "line": 30,
324
- "character": 2,
325
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L30"
326
- }
327
- ],
328
- "parameters": [
329
- {
330
- "id": 18,
331
- "name": "config",
332
- "variant": "param",
333
- "kind": 32768,
334
- "flags": {},
335
- "type": {
336
- "type": "reference",
337
- "target": 3,
338
- "name": "ErrorModalConfig",
339
- "package": "@skyux/errors"
340
- }
341
- }
342
- ],
343
- "type": {
344
- "type": "intrinsic",
345
- "name": "void"
346
- }
347
- }
348
- ],
349
- "decorators": []
350
- }
351
- ],
352
- "groups": [
353
- {
354
- "title": "Constructors",
355
- "children": [
356
- 10
357
- ]
358
- },
359
- {
360
- "title": "Methods",
361
- "children": [
362
- 16
363
- ]
364
- }
365
- ],
366
- "sources": [
367
- {
368
- "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
369
- "line": 15,
370
- "character": 13,
371
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-modal.service.ts#L15"
372
- }
373
- ],
374
- "decorators": [
375
- {
376
- "name": "Injectable",
377
- "arguments": {
378
- "obj": "@Injectable({\n providedIn: 'root',\n})"
379
- }
380
- }
381
- ]
382
- },
383
- {
384
- "id": 20,
385
- "name": "SkyErrorModule",
386
- "variant": "declaration",
387
- "kind": 128,
388
- "flags": {},
389
- "children": [],
390
- "groups": [
391
- {
392
- "title": "Constructors",
393
- "children": [
394
- 21
395
- ]
396
- }
397
- ],
398
- "sources": [
399
- {
400
- "fileName": "projects/errors/src/modules/error/error.module.ts",
401
- "line": 29,
402
- "character": 13,
403
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.module.ts#L29"
404
- }
405
- ],
406
- "decorators": [
407
- {
408
- "name": "NgModule",
409
- "arguments": {
410
- "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})"
411
- }
412
- }
413
- ]
414
- },
415
- {
416
- "id": 23,
417
- "name": "SkyErrorActionComponent",
418
- "variant": "declaration",
419
- "kind": 128,
420
- "flags": {},
421
- "comment": {
422
- "summary": [
423
- {
424
- "kind": "text",
425
- "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."
426
- }
427
- ]
428
- },
429
- "children": [],
430
- "groups": [
431
- {
432
- "title": "Constructors",
433
- "children": [
434
- 24
435
- ]
436
- }
437
- ],
438
- "sources": [
439
- {
440
- "fileName": "projects/errors/src/modules/error/error-action.component.ts",
441
- "line": 12,
442
- "character": 13,
443
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-action.component.ts#L12"
444
- }
445
- ],
446
- "decorators": [
447
- {
448
- "name": "Component",
449
- "arguments": {
450
- "obj": "@Component({\n selector: 'sky-error-action',\n template: '<ng-content />',\n standalone: false,\n})"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "id": 26,
457
- "name": "SkyErrorDescriptionComponent",
458
- "variant": "declaration",
459
- "kind": 128,
460
- "flags": {},
461
- "comment": {
462
- "summary": [
463
- {
464
- "kind": "text",
465
- "text": "Specifies a description to provide additional details about the error."
466
- }
467
- ]
468
- },
469
- "children": [
470
- {
471
- "id": 27,
472
- "name": "constructor",
473
- "variant": "declaration",
474
- "kind": 512,
475
- "flags": {},
476
- "sources": [
477
- {
478
- "fileName": "projects/errors/src/modules/error/error-description.component.ts",
479
- "line": 26,
480
- "character": 2,
481
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-description.component.ts#L26"
482
- }
483
- ],
484
- "signatures": [
485
- {
486
- "id": 28,
487
- "name": "SkyErrorDescriptionComponent",
488
- "variant": "signature",
489
- "kind": 16384,
490
- "flags": {},
491
- "sources": [
492
- {
493
- "fileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
494
- "line": 26,
495
- "character": 2,
496
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-description.component.ts#L26"
497
- }
498
- ],
499
- "parameters": [
500
- {
501
- "id": 29,
502
- "name": "errorSvc",
503
- "variant": "param",
504
- "kind": 32768,
505
- "flags": {},
506
- "type": {
507
- "type": "reference",
508
- "target": {
509
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
510
- "qualifiedName": "SkyErrorService"
511
- },
512
- "name": "SkyErrorService",
513
- "package": "@skyux/errors"
514
- }
515
- }
516
- ],
517
- "type": {
518
- "type": "reference",
519
- "target": 26,
520
- "name": "SkyErrorDescriptionComponent",
521
- "package": "@skyux/errors"
522
- }
523
- }
524
- ]
525
- },
526
- {
527
- "id": 30,
528
- "name": "replaceDefaultDescription",
529
- "variant": "declaration",
530
- "kind": 262144,
531
- "flags": {
532
- "isPublic": true
533
- },
534
- "sources": [
535
- {
536
- "fileName": "projects/errors/src/modules/error/error-description.component.ts",
537
- "line": 20,
538
- "character": 13,
539
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-description.component.ts#L20"
540
- }
541
- ],
542
- "setSignature": {
543
- "id": 31,
544
- "name": "replaceDefaultDescription",
545
- "variant": "signature",
546
- "kind": 1048576,
547
- "flags": {},
548
- "comment": {
549
- "summary": [
550
- {
551
- "kind": "text",
552
- "text": "Whether to replace the default description. If "
553
- },
554
- {
555
- "kind": "code",
556
- "text": "`false`"
557
- },
558
- {
559
- "kind": "text",
560
- "text": ", the content\nfrom this component is added after the default description."
561
- }
562
- ],
563
- "blockTags": [
564
- {
565
- "tag": "@default",
566
- "content": [
567
- {
568
- "kind": "code",
569
- "text": "```ts\nfalse\n```"
570
- }
571
- ]
572
- }
573
- ]
574
- },
575
- "sources": [
576
- {
577
- "fileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
578
- "line": 19,
579
- "character": 2,
580
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-description.component.ts#L19"
581
- }
582
- ],
583
- "parameters": [
584
- {
585
- "id": 32,
586
- "name": "value",
587
- "variant": "param",
588
- "kind": 32768,
589
- "flags": {},
590
- "type": {
591
- "type": "intrinsic",
592
- "name": "boolean"
593
- }
594
- }
595
- ],
596
- "type": {
597
- "type": "intrinsic",
598
- "name": "void"
599
- }
600
- },
601
- "decorators": [
602
- {
603
- "name": "Input"
604
- }
605
- ]
606
- }
607
- ],
608
- "groups": [
609
- {
610
- "title": "Constructors",
611
- "children": [
612
- 27
613
- ]
614
- },
615
- {
616
- "title": "Accessors",
617
- "children": [
618
- 30
619
- ]
620
- }
621
- ],
622
- "sources": [
623
- {
624
- "fileName": "projects/errors/src/modules/error/error-description.component.ts",
625
- "line": 13,
626
- "character": 13,
627
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-description.component.ts#L13"
628
- }
629
- ],
630
- "decorators": [
631
- {
632
- "name": "Component",
633
- "arguments": {
634
- "obj": "@Component({\n selector: 'sky-error-description',\n template: '<ng-content />',\n standalone: false,\n})"
635
- }
636
- }
637
- ]
638
- },
639
- {
640
- "id": 34,
641
- "name": "SkyErrorImageComponent",
642
- "variant": "declaration",
643
- "kind": 128,
644
- "flags": {},
645
- "comment": {
646
- "summary": [
647
- {
648
- "kind": "text",
649
- "text": "Specifies an image to display with the error message."
650
- }
651
- ]
652
- },
653
- "children": [],
654
- "groups": [
655
- {
656
- "title": "Constructors",
657
- "children": [
658
- 35
659
- ]
660
- }
661
- ],
662
- "sources": [
663
- {
664
- "fileName": "projects/errors/src/modules/error/error-image.component.ts",
665
- "line": 11,
666
- "character": 13,
667
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-image.component.ts#L11"
668
- }
669
- ],
670
- "decorators": [
671
- {
672
- "name": "Component",
673
- "arguments": {
674
- "obj": "@Component({\n selector: 'sky-error-image',\n template: '<ng-content />',\n standalone: false,\n})"
675
- }
676
- }
677
- ]
678
- },
679
- {
680
- "id": 37,
681
- "name": "SkyErrorTitleComponent",
682
- "variant": "declaration",
683
- "kind": 128,
684
- "flags": {},
685
- "comment": {
686
- "summary": [
687
- {
688
- "kind": "text",
689
- "text": "Specifies a title to display with the error message."
690
- }
691
- ]
692
- },
693
- "children": [
694
- {
695
- "id": 38,
696
- "name": "constructor",
697
- "variant": "declaration",
698
- "kind": 512,
699
- "flags": {},
700
- "sources": [
701
- {
702
- "fileName": "projects/errors/src/modules/error/error-title.component.ts",
703
- "line": 26,
704
- "character": 2,
705
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-title.component.ts#L26"
706
- }
707
- ],
708
- "signatures": [
709
- {
710
- "id": 39,
711
- "name": "SkyErrorTitleComponent",
712
- "variant": "signature",
713
- "kind": 16384,
714
- "flags": {},
715
- "sources": [
716
- {
717
- "fileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
718
- "line": 26,
719
- "character": 2,
720
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-title.component.ts#L26"
721
- }
722
- ],
723
- "parameters": [
724
- {
725
- "id": 40,
726
- "name": "errorSvc",
727
- "variant": "param",
728
- "kind": 32768,
729
- "flags": {},
730
- "type": {
731
- "type": "reference",
732
- "target": {
733
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
734
- "qualifiedName": "SkyErrorService"
735
- },
736
- "name": "SkyErrorService",
737
- "package": "@skyux/errors"
738
- }
739
- }
740
- ],
741
- "type": {
742
- "type": "reference",
743
- "target": 37,
744
- "name": "SkyErrorTitleComponent",
745
- "package": "@skyux/errors"
746
- }
747
- }
748
- ]
749
- },
750
- {
751
- "id": 41,
752
- "name": "replaceDefaultTitle",
753
- "variant": "declaration",
754
- "kind": 262144,
755
- "flags": {
756
- "isPublic": true
757
- },
758
- "sources": [
759
- {
760
- "fileName": "projects/errors/src/modules/error/error-title.component.ts",
761
- "line": 20,
762
- "character": 13,
763
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-title.component.ts#L20"
764
- }
765
- ],
766
- "setSignature": {
767
- "id": 42,
768
- "name": "replaceDefaultTitle",
769
- "variant": "signature",
770
- "kind": 1048576,
771
- "flags": {},
772
- "comment": {
773
- "summary": [
774
- {
775
- "kind": "text",
776
- "text": "Whether to replace the default title. If "
777
- },
778
- {
779
- "kind": "code",
780
- "text": "`false`"
781
- },
782
- {
783
- "kind": "text",
784
- "text": ", the content\nfrom this component is added after the default title."
785
- }
786
- ],
787
- "blockTags": [
788
- {
789
- "tag": "@default",
790
- "content": [
791
- {
792
- "kind": "code",
793
- "text": "```ts\nfalse\n```"
794
- }
795
- ]
796
- }
797
- ]
798
- },
799
- "sources": [
800
- {
801
- "fileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
802
- "line": 19,
803
- "character": 2,
804
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-title.component.ts#L19"
805
- }
806
- ],
807
- "parameters": [
808
- {
809
- "id": 43,
810
- "name": "value",
811
- "variant": "param",
812
- "kind": 32768,
813
- "flags": {},
814
- "type": {
815
- "type": "intrinsic",
816
- "name": "boolean"
817
- }
818
- }
819
- ],
820
- "type": {
821
- "type": "intrinsic",
822
- "name": "void"
823
- }
824
- },
825
- "decorators": [
826
- {
827
- "name": "Input"
828
- }
829
- ]
830
- }
831
- ],
832
- "groups": [
833
- {
834
- "title": "Constructors",
835
- "children": [
836
- 38
837
- ]
838
- },
839
- {
840
- "title": "Accessors",
841
- "children": [
842
- 41
843
- ]
844
- }
845
- ],
846
- "sources": [
847
- {
848
- "fileName": "projects/errors/src/modules/error/error-title.component.ts",
849
- "line": 13,
850
- "character": 13,
851
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-title.component.ts#L13"
852
- }
853
- ],
854
- "decorators": [
855
- {
856
- "name": "Component",
857
- "arguments": {
858
- "obj": "@Component({\n selector: 'sky-error-title',\n template: '<ng-content />',\n standalone: false,\n})"
859
- }
860
- }
861
- ]
862
- },
863
- {
864
- "id": 45,
865
- "name": "SkyErrorComponent",
866
- "variant": "declaration",
867
- "kind": 128,
868
- "flags": {},
869
- "comment": {
870
- "summary": [
871
- {
872
- "kind": "text",
873
- "text": "Displays a SKY UX-themed error message."
874
- }
875
- ]
876
- },
877
- "children": [
878
- {
879
- "id": 46,
880
- "name": "constructor",
881
- "variant": "declaration",
882
- "kind": 512,
883
- "flags": {},
884
- "sources": [
885
- {
886
- "fileName": "projects/errors/src/modules/error/error.component.ts",
887
- "line": 52,
888
- "character": 2,
889
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L52"
890
- }
891
- ],
892
- "signatures": [
893
- {
894
- "id": 47,
895
- "name": "SkyErrorComponent",
896
- "variant": "signature",
897
- "kind": 16384,
898
- "flags": {},
899
- "sources": [
900
- {
901
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
902
- "line": 52,
903
- "character": 2,
904
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L52"
905
- }
906
- ],
907
- "parameters": [
908
- {
909
- "id": 48,
910
- "name": "resourcesSvc",
911
- "variant": "param",
912
- "kind": 32768,
913
- "flags": {},
914
- "type": {
915
- "type": "reference",
916
- "target": {
917
- "sourceFileName": "libs/components/i18n/src/lib/modules/i18n/lib-resources.service.ts",
918
- "qualifiedName": "SkyLibResourcesService"
919
- },
920
- "name": "SkyLibResourcesService",
921
- "package": "@skyux/i18n"
922
- }
923
- },
924
- {
925
- "id": 49,
926
- "name": "errorSvc",
927
- "variant": "param",
928
- "kind": 32768,
929
- "flags": {},
930
- "type": {
931
- "type": "reference",
932
- "target": {
933
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
934
- "qualifiedName": "SkyErrorService"
935
- },
936
- "name": "SkyErrorService",
937
- "package": "@skyux/errors"
938
- }
939
- }
940
- ],
941
- "type": {
942
- "type": "reference",
943
- "target": 45,
944
- "name": "SkyErrorComponent",
945
- "package": "@skyux/errors"
946
- }
947
- }
948
- ]
949
- },
950
- {
951
- "id": 58,
952
- "name": "defaultDescription",
953
- "variant": "declaration",
954
- "kind": 1024,
955
- "flags": {
956
- "isPublic": true
957
- },
958
- "sources": [
959
- {
960
- "fileName": "projects/errors/src/modules/error/error.component.ts",
961
- "line": 46,
962
- "character": 9,
963
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L46"
964
- }
965
- ],
966
- "type": {
967
- "type": "intrinsic",
968
- "name": "string"
969
- },
970
- "decorators": []
971
- },
972
- {
973
- "id": 57,
974
- "name": "defaultTitle",
975
- "variant": "declaration",
976
- "kind": 1024,
977
- "flags": {
978
- "isPublic": true
979
- },
980
- "sources": [
981
- {
982
- "fileName": "projects/errors/src/modules/error/error.component.ts",
983
- "line": 45,
984
- "character": 9,
985
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L45"
986
- }
987
- ],
988
- "type": {
989
- "type": "intrinsic",
990
- "name": "string"
991
- },
992
- "decorators": []
993
- },
994
- {
995
- "id": 61,
996
- "name": "errorSvc",
997
- "variant": "declaration",
998
- "kind": 1024,
999
- "flags": {
1000
- "isPublic": true
1001
- },
1002
- "sources": [
1003
- {
1004
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1005
- "line": 54,
1006
- "character": 11,
1007
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L54"
1008
- }
1009
- ],
1010
- "type": {
1011
- "type": "reference",
1012
- "target": {
1013
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.service.ts",
1014
- "qualifiedName": "SkyErrorService"
1015
- },
1016
- "name": "SkyErrorService",
1017
- "package": "@skyux/errors"
1018
- }
1019
- },
1020
- {
1021
- "id": 54,
1022
- "name": "showImage",
1023
- "variant": "declaration",
1024
- "kind": 1024,
1025
- "flags": {
1026
- "isPublic": true
1027
- },
1028
- "comment": {
1029
- "summary": [
1030
- {
1031
- "kind": "text",
1032
- "text": "Whether to display the error image."
1033
- }
1034
- ],
1035
- "blockTags": [
1036
- {
1037
- "tag": "@default",
1038
- "content": [
1039
- {
1040
- "kind": "code",
1041
- "text": "```ts\ntrue\n```"
1042
- }
1043
- ]
1044
- }
1045
- ]
1046
- },
1047
- "sources": [
1048
- {
1049
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1050
- "line": 37,
1051
- "character": 9,
1052
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L37"
1053
- }
1054
- ],
1055
- "type": {
1056
- "type": "intrinsic",
1057
- "name": "boolean"
1058
- },
1059
- "defaultValue": "true",
1060
- "decorators": [
1061
- {
1062
- "name": "Input"
1063
- }
1064
- ]
1065
- },
1066
- {
1067
- "id": 50,
1068
- "name": "errorType",
1069
- "variant": "declaration",
1070
- "kind": 262144,
1071
- "flags": {
1072
- "isPublic": true
1073
- },
1074
- "sources": [
1075
- {
1076
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1077
- "line": 23,
1078
- "character": 13,
1079
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L23"
1080
- },
1081
- {
1082
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1083
- "line": 28,
1084
- "character": 13,
1085
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L28"
1086
- }
1087
- ],
1088
- "getSignature": {
1089
- "id": 51,
1090
- "name": "errorType",
1091
- "variant": "signature",
1092
- "kind": 524288,
1093
- "flags": {},
1094
- "sources": [
1095
- {
1096
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1097
- "line": 28,
1098
- "character": 2,
1099
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L28"
1100
- }
1101
- ],
1102
- "type": {
1103
- "type": "reference",
1104
- "target": 19,
1105
- "name": "SkyErrorType",
1106
- "package": "@skyux/errors"
1107
- }
1108
- },
1109
- "setSignature": {
1110
- "id": 52,
1111
- "name": "errorType",
1112
- "variant": "signature",
1113
- "kind": 1048576,
1114
- "flags": {},
1115
- "comment": {
1116
- "summary": [
1117
- {
1118
- "kind": "text",
1119
- "text": "The set of pre-defined values for the image,\ntitle, and description."
1120
- }
1121
- ]
1122
- },
1123
- "sources": [
1124
- {
1125
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1126
- "line": 22,
1127
- "character": 2,
1128
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L22"
1129
- }
1130
- ],
1131
- "parameters": [
1132
- {
1133
- "id": 53,
1134
- "name": "value",
1135
- "variant": "param",
1136
- "kind": 32768,
1137
- "flags": {},
1138
- "type": {
1139
- "type": "reference",
1140
- "target": 19,
1141
- "name": "SkyErrorType",
1142
- "package": "@skyux/errors"
1143
- }
1144
- }
1145
- ],
1146
- "type": {
1147
- "type": "intrinsic",
1148
- "name": "void"
1149
- }
1150
- },
1151
- "decorators": [
1152
- {
1153
- "name": "Input"
1154
- }
1155
- ]
1156
- },
1157
- {
1158
- "id": 55,
1159
- "name": "hostErrorType",
1160
- "variant": "declaration",
1161
- "kind": 262144,
1162
- "flags": {
1163
- "isPublic": true
1164
- },
1165
- "sources": [
1166
- {
1167
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1168
- "line": 39,
1169
- "character": 44,
1170
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L39"
1171
- }
1172
- ],
1173
- "getSignature": {
1174
- "id": 56,
1175
- "name": "hostErrorType",
1176
- "variant": "signature",
1177
- "kind": 524288,
1178
- "flags": {},
1179
- "sources": [
1180
- {
1181
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1182
- "line": 39,
1183
- "character": 2,
1184
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L39"
1185
- }
1186
- ],
1187
- "type": {
1188
- "type": "reference",
1189
- "target": 19,
1190
- "name": "SkyErrorType",
1191
- "package": "@skyux/errors"
1192
- }
1193
- },
1194
- "decorators": []
1195
- },
1196
- {
1197
- "id": 62,
1198
- "name": "ngOnInit",
1199
- "variant": "declaration",
1200
- "kind": 2048,
1201
- "flags": {
1202
- "isPublic": true
1203
- },
1204
- "sources": [
1205
- {
1206
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1207
- "line": 59,
1208
- "character": 9,
1209
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L59"
1210
- }
1211
- ],
1212
- "signatures": [
1213
- {
1214
- "id": 63,
1215
- "name": "ngOnInit",
1216
- "variant": "signature",
1217
- "kind": 4096,
1218
- "flags": {},
1219
- "sources": [
1220
- {
1221
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1222
- "line": 59,
1223
- "character": 2,
1224
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L59"
1225
- }
1226
- ],
1227
- "type": {
1228
- "type": "intrinsic",
1229
- "name": "void"
1230
- },
1231
- "implementationOf": {
1232
- "type": "reference",
1233
- "target": -1,
1234
- "name": "OnInit.ngOnInit"
1235
- }
1236
- }
1237
- ],
1238
- "implementationOf": {
1239
- "type": "reference",
1240
- "target": -1,
1241
- "name": "OnInit.ngOnInit"
1242
- },
1243
- "decorators": []
1244
- },
1245
- {
1246
- "id": 64,
1247
- "name": "setErrorTypeFields",
1248
- "variant": "declaration",
1249
- "kind": 2048,
1250
- "flags": {
1251
- "isPublic": true
1252
- },
1253
- "sources": [
1254
- {
1255
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1256
- "line": 65,
1257
- "character": 9,
1258
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L65"
1259
- }
1260
- ],
1261
- "signatures": [
1262
- {
1263
- "id": 65,
1264
- "name": "setErrorTypeFields",
1265
- "variant": "signature",
1266
- "kind": 4096,
1267
- "flags": {},
1268
- "sources": [
1269
- {
1270
- "fileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
1271
- "line": 65,
1272
- "character": 2,
1273
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L65"
1274
- }
1275
- ],
1276
- "type": {
1277
- "type": "intrinsic",
1278
- "name": "void"
1279
- }
1280
- }
1281
- ],
1282
- "decorators": []
1283
- }
1284
- ],
1285
- "groups": [
1286
- {
1287
- "title": "Constructors",
1288
- "children": [
1289
- 46
1290
- ]
1291
- },
1292
- {
1293
- "title": "Properties",
1294
- "children": [
1295
- 58,
1296
- 57,
1297
- 61,
1298
- 54
1299
- ]
1300
- },
1301
- {
1302
- "title": "Accessors",
1303
- "children": [
1304
- 50,
1305
- 55
1306
- ]
1307
- },
1308
- {
1309
- "title": "Methods",
1310
- "children": [
1311
- 62,
1312
- 64
1313
- ]
1314
- }
1315
- ],
1316
- "sources": [
1317
- {
1318
- "fileName": "projects/errors/src/modules/error/error.component.ts",
1319
- "line": 17,
1320
- "character": 13,
1321
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error.component.ts#L17"
1322
- }
1323
- ],
1324
- "implementedTypes": [
1325
- {
1326
- "type": "reference",
1327
- "target": {
1328
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
1329
- "qualifiedName": "OnInit"
1330
- },
1331
- "name": "OnInit",
1332
- "package": "@angular/core"
1333
- }
1334
- ],
1335
- "decorators": [
1336
- {
1337
- "name": "Component",
1338
- "arguments": {
1339
- "obj": "@Component({\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html',\n providers: [SkyErrorService],\n standalone: false,\n})"
1340
- }
1341
- }
1342
- ]
1343
- },
1344
- {
1345
- "id": 19,
1346
- "name": "SkyErrorType",
1347
- "variant": "declaration",
1348
- "kind": 4194304,
1349
- "flags": {},
1350
- "comment": {
1351
- "summary": [
1352
- {
1353
- "kind": "text",
1354
- "text": "The type of error to display."
1355
- }
1356
- ]
1357
- },
1358
- "sources": [
1359
- {
1360
- "fileName": "projects/errors/src/modules/error/error-type.ts",
1361
- "line": 4,
1362
- "character": 12,
1363
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/src/lib/modules/error/error-type.ts#L4"
1364
- }
1365
- ],
1366
- "type": {
1367
- "type": "union",
1368
- "types": [
1369
- {
1370
- "type": "literal",
1371
- "value": "broken"
1372
- },
1373
- {
1374
- "type": "literal",
1375
- "value": "construction"
1376
- },
1377
- {
1378
- "type": "literal",
1379
- "value": "notfound"
1380
- },
1381
- {
1382
- "type": "literal",
1383
- "value": "security"
1384
- }
1385
- ]
1386
- }
1387
- },
1388
- {
1389
- "id": 77,
1390
- "name": "SkyErrorHarness",
1391
- "variant": "declaration",
1392
- "kind": 128,
1393
- "flags": {},
1394
- "comment": {
1395
- "summary": [
1396
- {
1397
- "kind": "text",
1398
- "text": "Harness for interacting with an error component in tests."
1399
- }
1400
- ]
1401
- },
1402
- "children": [
1403
- {
1404
- "id": 87,
1405
- "name": "constructor",
1406
- "variant": "declaration",
1407
- "kind": 512,
1408
- "flags": {},
1409
- "sources": [
1410
- {
1411
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
1412
- "line": 38,
1413
- "character": 4
1414
- }
1415
- ],
1416
- "signatures": [
1417
- {
1418
- "id": 88,
1419
- "name": "new SkyErrorHarness",
1420
- "variant": "signature",
1421
- "kind": 16384,
1422
- "flags": {},
1423
- "sources": [
1424
- {
1425
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
1426
- "line": 38,
1427
- "character": 4
1428
- }
1429
- ],
1430
- "parameters": [
1431
- {
1432
- "id": 89,
1433
- "name": "locatorFactory",
1434
- "variant": "param",
1435
- "kind": 32768,
1436
- "flags": {},
1437
- "type": {
1438
- "type": "reference",
1439
- "target": {
1440
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
1441
- "qualifiedName": "LocatorFactory"
1442
- },
1443
- "name": "LocatorFactory",
1444
- "package": "@angular/cdk"
1445
- }
1446
- }
1447
- ],
1448
- "type": {
1449
- "type": "reference",
1450
- "target": 77,
1451
- "name": "SkyErrorHarness",
1452
- "package": "@skyux/errors"
1453
- },
1454
- "inheritedFrom": {
1455
- "type": "reference",
1456
- "target": -1,
1457
- "name": "SkyComponentHarness.constructor"
1458
- }
1459
- }
1460
- ],
1461
- "inheritedFrom": {
1462
- "type": "reference",
1463
- "target": -1,
1464
- "name": "SkyComponentHarness.constructor"
1465
- }
1466
- },
1467
- {
1468
- "id": 94,
1469
- "name": "clickActionButton",
1470
- "variant": "declaration",
1471
- "kind": 2048,
1472
- "flags": {
1473
- "isPublic": true
1474
- },
1475
- "sources": [
1476
- {
1477
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1478
- "line": 36,
1479
- "character": 15,
1480
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L36"
1481
- }
1482
- ],
1483
- "signatures": [
1484
- {
1485
- "id": 95,
1486
- "name": "clickActionButton",
1487
- "variant": "signature",
1488
- "kind": 4096,
1489
- "flags": {},
1490
- "comment": {
1491
- "summary": [
1492
- {
1493
- "kind": "text",
1494
- "text": "Clicks the action button in the error action."
1495
- }
1496
- ]
1497
- },
1498
- "sources": [
1499
- {
1500
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1501
- "line": 36,
1502
- "character": 2,
1503
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L36"
1504
- }
1505
- ],
1506
- "type": {
1507
- "type": "reference",
1508
- "target": {
1509
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1510
- "qualifiedName": "Promise"
1511
- },
1512
- "typeArguments": [
1513
- {
1514
- "type": "intrinsic",
1515
- "name": "void"
1516
- }
1517
- ],
1518
- "name": "Promise",
1519
- "package": "typescript"
1520
- }
1521
- }
1522
- ],
1523
- "decorators": []
1524
- },
1525
- {
1526
- "id": 96,
1527
- "name": "getActionButtonText",
1528
- "variant": "declaration",
1529
- "kind": 2048,
1530
- "flags": {
1531
- "isPublic": true
1532
- },
1533
- "sources": [
1534
- {
1535
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1536
- "line": 43,
1537
- "character": 15,
1538
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L43"
1539
- }
1540
- ],
1541
- "signatures": [
1542
- {
1543
- "id": 97,
1544
- "name": "getActionButtonText",
1545
- "variant": "signature",
1546
- "kind": 4096,
1547
- "flags": {},
1548
- "comment": {
1549
- "summary": [
1550
- {
1551
- "kind": "text",
1552
- "text": "Gets the text of the action button in the error action."
1553
- }
1554
- ]
1555
- },
1556
- "sources": [
1557
- {
1558
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1559
- "line": 43,
1560
- "character": 2,
1561
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L43"
1562
- }
1563
- ],
1564
- "type": {
1565
- "type": "reference",
1566
- "target": {
1567
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1568
- "qualifiedName": "Promise"
1569
- },
1570
- "typeArguments": [
1571
- {
1572
- "type": "intrinsic",
1573
- "name": "string"
1574
- }
1575
- ],
1576
- "name": "Promise",
1577
- "package": "typescript"
1578
- }
1579
- }
1580
- ],
1581
- "decorators": []
1582
- },
1583
- {
1584
- "id": 98,
1585
- "name": "getDescription",
1586
- "variant": "declaration",
1587
- "kind": 2048,
1588
- "flags": {
1589
- "isPublic": true
1590
- },
1591
- "sources": [
1592
- {
1593
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1594
- "line": 50,
1595
- "character": 15,
1596
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L50"
1597
- }
1598
- ],
1599
- "signatures": [
1600
- {
1601
- "id": 99,
1602
- "name": "getDescription",
1603
- "variant": "signature",
1604
- "kind": 4096,
1605
- "flags": {},
1606
- "comment": {
1607
- "summary": [
1608
- {
1609
- "kind": "text",
1610
- "text": "Gets the description of the error."
1611
- }
1612
- ]
1613
- },
1614
- "sources": [
1615
- {
1616
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1617
- "line": 50,
1618
- "character": 2,
1619
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L50"
1620
- }
1621
- ],
1622
- "type": {
1623
- "type": "reference",
1624
- "target": {
1625
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1626
- "qualifiedName": "Promise"
1627
- },
1628
- "typeArguments": [
1629
- {
1630
- "type": "intrinsic",
1631
- "name": "string"
1632
- }
1633
- ],
1634
- "name": "Promise",
1635
- "package": "typescript"
1636
- }
1637
- }
1638
- ],
1639
- "decorators": []
1640
- },
1641
- {
1642
- "id": 100,
1643
- "name": "getErrorAction",
1644
- "variant": "declaration",
1645
- "kind": 2048,
1646
- "flags": {
1647
- "isPublic": true
1648
- },
1649
- "sources": [
1650
- {
1651
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1652
- "line": 57,
1653
- "character": 15,
1654
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L57"
1655
- }
1656
- ],
1657
- "signatures": [
1658
- {
1659
- "id": 101,
1660
- "name": "getErrorAction",
1661
- "variant": "signature",
1662
- "kind": 4096,
1663
- "flags": {},
1664
- "comment": {
1665
- "summary": [
1666
- {
1667
- "kind": "text",
1668
- "text": "Gets an error action harness."
1669
- }
1670
- ]
1671
- },
1672
- "sources": [
1673
- {
1674
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1675
- "line": 57,
1676
- "character": 2,
1677
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L57"
1678
- }
1679
- ],
1680
- "type": {
1681
- "type": "reference",
1682
- "target": {
1683
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1684
- "qualifiedName": "Promise"
1685
- },
1686
- "typeArguments": [
1687
- {
1688
- "type": "reference",
1689
- "target": {
1690
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-action-harness.ts",
1691
- "qualifiedName": "SkyErrorActionHarness"
1692
- },
1693
- "name": "SkyErrorActionHarness",
1694
- "package": "@skyux/errors"
1695
- }
1696
- ],
1697
- "name": "Promise",
1698
- "package": "typescript"
1699
- }
1700
- }
1701
- ],
1702
- "decorators": []
1703
- },
1704
- {
1705
- "id": 102,
1706
- "name": "getErrorImage",
1707
- "variant": "declaration",
1708
- "kind": 2048,
1709
- "flags": {
1710
- "isPublic": true
1711
- },
1712
- "sources": [
1713
- {
1714
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1715
- "line": 70,
1716
- "character": 15,
1717
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L70"
1718
- }
1719
- ],
1720
- "signatures": [
1721
- {
1722
- "id": 103,
1723
- "name": "getErrorImage",
1724
- "variant": "signature",
1725
- "kind": 4096,
1726
- "flags": {},
1727
- "comment": {
1728
- "summary": [
1729
- {
1730
- "kind": "text",
1731
- "text": "Gets an error image harness."
1732
- }
1733
- ]
1734
- },
1735
- "sources": [
1736
- {
1737
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1738
- "line": 70,
1739
- "character": 2,
1740
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L70"
1741
- }
1742
- ],
1743
- "type": {
1744
- "type": "reference",
1745
- "target": {
1746
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1747
- "qualifiedName": "Promise"
1748
- },
1749
- "typeArguments": [
1750
- {
1751
- "type": "reference",
1752
- "target": {
1753
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-image-harness.ts",
1754
- "qualifiedName": "SkyErrorImageHarness"
1755
- },
1756
- "name": "SkyErrorImageHarness",
1757
- "package": "@skyux/errors"
1758
- }
1759
- ],
1760
- "name": "Promise",
1761
- "package": "typescript"
1762
- }
1763
- }
1764
- ],
1765
- "decorators": []
1766
- },
1767
- {
1768
- "id": 104,
1769
- "name": "getErrorType",
1770
- "variant": "declaration",
1771
- "kind": 2048,
1772
- "flags": {
1773
- "isPublic": true
1774
- },
1775
- "sources": [
1776
- {
1777
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1778
- "line": 83,
1779
- "character": 15,
1780
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L83"
1781
- }
1782
- ],
1783
- "signatures": [
1784
- {
1785
- "id": 105,
1786
- "name": "getErrorType",
1787
- "variant": "signature",
1788
- "kind": 4096,
1789
- "flags": {},
1790
- "comment": {
1791
- "summary": [
1792
- {
1793
- "kind": "text",
1794
- "text": "Gets the error type."
1795
- }
1796
- ]
1797
- },
1798
- "sources": [
1799
- {
1800
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1801
- "line": 83,
1802
- "character": 2,
1803
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L83"
1804
- }
1805
- ],
1806
- "type": {
1807
- "type": "reference",
1808
- "target": {
1809
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1810
- "qualifiedName": "Promise"
1811
- },
1812
- "typeArguments": [
1813
- {
1814
- "type": "reference",
1815
- "target": 19,
1816
- "name": "SkyErrorType",
1817
- "package": "@skyux/errors"
1818
- }
1819
- ],
1820
- "name": "Promise",
1821
- "package": "typescript"
1822
- }
1823
- }
1824
- ],
1825
- "decorators": []
1826
- },
1827
- {
1828
- "id": 106,
1829
- "name": "getTitle",
1830
- "variant": "declaration",
1831
- "kind": 2048,
1832
- "flags": {
1833
- "isPublic": true
1834
- },
1835
- "sources": [
1836
- {
1837
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1838
- "line": 91,
1839
- "character": 15,
1840
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L91"
1841
- }
1842
- ],
1843
- "signatures": [
1844
- {
1845
- "id": 107,
1846
- "name": "getTitle",
1847
- "variant": "signature",
1848
- "kind": 4096,
1849
- "flags": {},
1850
- "comment": {
1851
- "summary": [
1852
- {
1853
- "kind": "text",
1854
- "text": "Gets the title of the error."
1855
- }
1856
- ]
1857
- },
1858
- "sources": [
1859
- {
1860
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1861
- "line": 91,
1862
- "character": 2,
1863
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L91"
1864
- }
1865
- ],
1866
- "type": {
1867
- "type": "reference",
1868
- "target": {
1869
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1870
- "qualifiedName": "Promise"
1871
- },
1872
- "typeArguments": [
1873
- {
1874
- "type": "intrinsic",
1875
- "name": "string"
1876
- }
1877
- ],
1878
- "name": "Promise",
1879
- "package": "typescript"
1880
- }
1881
- }
1882
- ],
1883
- "decorators": []
1884
- },
1885
- {
1886
- "id": 108,
1887
- "name": "hasImage",
1888
- "variant": "declaration",
1889
- "kind": 2048,
1890
- "flags": {
1891
- "isPublic": true
1892
- },
1893
- "sources": [
1894
- {
1895
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
1896
- "line": 98,
1897
- "character": 15,
1898
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L98"
1899
- }
1900
- ],
1901
- "signatures": [
1902
- {
1903
- "id": 109,
1904
- "name": "hasImage",
1905
- "variant": "signature",
1906
- "kind": 4096,
1907
- "flags": {},
1908
- "comment": {
1909
- "summary": [
1910
- {
1911
- "kind": "text",
1912
- "text": "Whether the error displays an image."
1913
- }
1914
- ]
1915
- },
1916
- "sources": [
1917
- {
1918
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
1919
- "line": 98,
1920
- "character": 2,
1921
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L98"
1922
- }
1923
- ],
1924
- "type": {
1925
- "type": "reference",
1926
- "target": {
1927
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1928
- "qualifiedName": "Promise"
1929
- },
1930
- "typeArguments": [
1931
- {
1932
- "type": "intrinsic",
1933
- "name": "boolean"
1934
- }
1935
- ],
1936
- "name": "Promise",
1937
- "package": "typescript"
1938
- }
1939
- }
1940
- ],
1941
- "decorators": []
1942
- },
1943
- {
1944
- "id": 115,
1945
- "name": "host",
1946
- "variant": "declaration",
1947
- "kind": 2048,
1948
- "flags": {},
1949
- "sources": [
1950
- {
1951
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
1952
- "line": 40,
1953
- "character": 4
1954
- }
1955
- ],
1956
- "signatures": [
1957
- {
1958
- "id": 116,
1959
- "name": "host",
1960
- "variant": "signature",
1961
- "kind": 4096,
1962
- "flags": {},
1963
- "comment": {
1964
- "summary": [
1965
- {
1966
- "kind": "text",
1967
- "text": "Gets a "
1968
- },
1969
- {
1970
- "kind": "code",
1971
- "text": "`Promise`"
1972
- },
1973
- {
1974
- "kind": "text",
1975
- "text": " for the "
1976
- },
1977
- {
1978
- "kind": "code",
1979
- "text": "`TestElement`"
1980
- },
1981
- {
1982
- "kind": "text",
1983
- "text": " representing the host element of the component."
1984
- }
1985
- ]
1986
- },
1987
- "sources": [
1988
- {
1989
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
1990
- "line": 40,
1991
- "character": 4
1992
- }
1993
- ],
1994
- "type": {
1995
- "type": "reference",
1996
- "target": {
1997
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1998
- "qualifiedName": "Promise"
1999
- },
2000
- "typeArguments": [
2001
- {
2002
- "type": "reference",
2003
- "target": {
2004
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2005
- "qualifiedName": "TestElement"
2006
- },
2007
- "name": "TestElement",
2008
- "package": "@angular/cdk"
2009
- }
2010
- ],
2011
- "name": "Promise",
2012
- "package": "typescript"
2013
- },
2014
- "inheritedFrom": {
2015
- "type": "reference",
2016
- "target": -1,
2017
- "name": "SkyComponentHarness.host"
2018
- }
2019
- }
2020
- ],
2021
- "inheritedFrom": {
2022
- "type": "reference",
2023
- "target": -1,
2024
- "name": "SkyComponentHarness.host"
2025
- }
2026
- },
2027
- {
2028
- "id": 79,
2029
- "name": "with",
2030
- "variant": "declaration",
2031
- "kind": 2048,
2032
- "flags": {
2033
- "isPublic": true,
2034
- "isStatic": true
2035
- },
2036
- "sources": [
2037
- {
2038
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
2039
- "line": 27,
2040
- "character": 16,
2041
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L27"
2042
- }
2043
- ],
2044
- "signatures": [
2045
- {
2046
- "id": 80,
2047
- "name": "with",
2048
- "variant": "signature",
2049
- "kind": 4096,
2050
- "flags": {},
2051
- "comment": {
2052
- "summary": [
2053
- {
2054
- "kind": "text",
2055
- "text": "Gets a "
2056
- },
2057
- {
2058
- "kind": "code",
2059
- "text": "`HarnessPredicate`"
2060
- },
2061
- {
2062
- "kind": "text",
2063
- "text": " that can be used to search for a\n"
2064
- },
2065
- {
2066
- "kind": "code",
2067
- "text": "`SkyErrorHarness`"
2068
- },
2069
- {
2070
- "kind": "text",
2071
- "text": " that meets certain criteria."
2072
- }
2073
- ]
2074
- },
2075
- "sources": [
2076
- {
2077
- "fileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2078
- "line": 27,
2079
- "character": 2,
2080
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L27"
2081
- }
2082
- ],
2083
- "parameters": [
2084
- {
2085
- "id": 81,
2086
- "name": "filters",
2087
- "variant": "param",
2088
- "kind": 32768,
2089
- "flags": {},
2090
- "type": {
2091
- "type": "reference",
2092
- "target": 135,
2093
- "name": "SkyErrorHarnessFilters",
2094
- "package": "@skyux/errors"
2095
- }
2096
- }
2097
- ],
2098
- "type": {
2099
- "type": "reference",
2100
- "target": {
2101
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2102
- "qualifiedName": "HarnessPredicate"
2103
- },
2104
- "typeArguments": [
2105
- {
2106
- "type": "reference",
2107
- "target": 77,
2108
- "name": "SkyErrorHarness",
2109
- "package": "@skyux/errors"
2110
- }
2111
- ],
2112
- "name": "HarnessPredicate",
2113
- "package": "@angular/cdk"
2114
- }
2115
- }
2116
- ],
2117
- "decorators": []
2118
- }
2119
- ],
2120
- "groups": [
2121
- {
2122
- "title": "Constructors",
2123
- "children": [
2124
- 87
2125
- ]
2126
- },
2127
- {
2128
- "title": "Methods",
2129
- "children": [
2130
- 94,
2131
- 96,
2132
- 98,
2133
- 100,
2134
- 102,
2135
- 104,
2136
- 106,
2137
- 108,
2138
- 115,
2139
- 79
2140
- ]
2141
- }
2142
- ],
2143
- "sources": [
2144
- {
2145
- "fileName": "projects/errors/src/testing/modules/error/error-harness.ts",
2146
- "line": 12,
2147
- "character": 13,
2148
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness.ts#L12"
2149
- }
2150
- ],
2151
- "extendedTypes": [
2152
- {
2153
- "type": "reference",
2154
- "target": {
2155
- "sourceFileName": "libs/components/core/testing/src/shared/component-harness.ts",
2156
- "qualifiedName": "SkyComponentHarness"
2157
- },
2158
- "name": "SkyComponentHarness",
2159
- "package": "@skyux/core"
2160
- }
2161
- ],
2162
- "decorators": []
2163
- },
2164
- {
2165
- "id": 135,
2166
- "name": "SkyErrorHarnessFilters",
2167
- "variant": "declaration",
2168
- "kind": 256,
2169
- "flags": {},
2170
- "comment": {
2171
- "summary": [
2172
- {
2173
- "kind": "text",
2174
- "text": "A set of criteria that can be used to filter a list of "
2175
- },
2176
- {
2177
- "kind": "code",
2178
- "text": "`SkyErrorHarness`"
2179
- },
2180
- {
2181
- "kind": "text",
2182
- "text": " instances."
2183
- }
2184
- ]
2185
- },
2186
- "children": [
2187
- {
2188
- "id": 138,
2189
- "name": "ancestor",
2190
- "variant": "declaration",
2191
- "kind": 1024,
2192
- "flags": {
2193
- "isOptional": true
2194
- },
2195
- "comment": {
2196
- "summary": [
2197
- {
2198
- "kind": "text",
2199
- "text": "Only find instances that are nested under an element with the given selector."
2200
- }
2201
- ]
2202
- },
2203
- "sources": [
2204
- {
2205
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
2206
- "line": 28,
2207
- "character": 4
2208
- }
2209
- ],
2210
- "type": {
2211
- "type": "intrinsic",
2212
- "name": "string"
2213
- },
2214
- "inheritedFrom": {
2215
- "type": "reference",
2216
- "target": -1,
2217
- "name": "SkyHarnessFilters.ancestor"
2218
- }
2219
- },
2220
- {
2221
- "id": 136,
2222
- "name": "dataSkyId",
2223
- "variant": "declaration",
2224
- "kind": 1024,
2225
- "flags": {
2226
- "isOptional": true
2227
- },
2228
- "comment": {
2229
- "summary": [
2230
- {
2231
- "kind": "text",
2232
- "text": "Only find instances whose "
2233
- },
2234
- {
2235
- "kind": "code",
2236
- "text": "`data-sky-id`"
2237
- },
2238
- {
2239
- "kind": "text",
2240
- "text": " attribute matches the given value."
2241
- }
2242
- ]
2243
- },
2244
- "sources": [
2245
- {
2246
- "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
2247
- "line": 10,
2248
- "character": 2,
2249
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/core/testing/src/shared/harness-filters.ts#L10"
2250
- }
2251
- ],
2252
- "type": {
2253
- "type": "union",
2254
- "types": [
2255
- {
2256
- "type": "intrinsic",
2257
- "name": "string"
2258
- },
2259
- {
2260
- "type": "reference",
2261
- "target": {
2262
- "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
2263
- "qualifiedName": "RegExp"
2264
- },
2265
- "name": "RegExp",
2266
- "package": "typescript"
2267
- }
2268
- ]
2269
- },
2270
- "inheritedFrom": {
2271
- "type": "reference",
2272
- "target": -1,
2273
- "name": "SkyHarnessFilters.dataSkyId"
2274
- }
2275
- },
2276
- {
2277
- "id": 137,
2278
- "name": "selector",
2279
- "variant": "declaration",
2280
- "kind": 1024,
2281
- "flags": {
2282
- "isOptional": true
2283
- },
2284
- "comment": {
2285
- "summary": [
2286
- {
2287
- "kind": "text",
2288
- "text": "Only find instances whose host element matches the given selector."
2289
- }
2290
- ]
2291
- },
2292
- "sources": [
2293
- {
2294
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
2295
- "line": 26,
2296
- "character": 4
2297
- }
2298
- ],
2299
- "type": {
2300
- "type": "intrinsic",
2301
- "name": "string"
2302
- },
2303
- "inheritedFrom": {
2304
- "type": "reference",
2305
- "target": -1,
2306
- "name": "SkyHarnessFilters.selector"
2307
- }
2308
- }
2309
- ],
2310
- "groups": [
2311
- {
2312
- "title": "Properties",
2313
- "children": [
2314
- 138,
2315
- 136,
2316
- 137
2317
- ]
2318
- }
2319
- ],
2320
- "sources": [
2321
- {
2322
- "fileName": "projects/errors/src/testing/modules/error/error-harness-filters.ts",
2323
- "line": 7,
2324
- "character": 17,
2325
- "url": "https://github.com/blackbaud/skyux/blob/22753be/libs/components/errors/testing/src/modules/error/error-harness-filters.ts#L7"
2326
- }
2327
- ],
2328
- "extendedTypes": [
2329
- {
2330
- "type": "reference",
2331
- "target": {
2332
- "sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
2333
- "qualifiedName": "SkyHarnessFilters"
2334
- },
2335
- "name": "SkyHarnessFilters",
2336
- "package": "@skyux/core"
2337
- }
2338
- ]
2339
- }
2340
- ],
2341
- "groups": [
2342
- {
2343
- "title": "Modules",
2344
- "children": [
2345
- 1,
2346
- 2
2347
- ]
2348
- }
2349
- ],
2350
- "packageName": "@skyux/errors",
2351
- "readme": [
2352
- {
2353
- "kind": "text",
2354
- "text": "# errors\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
2355
- },
2356
- {
2357
- "kind": "code",
2358
- "text": "`nx test errors`"
2359
- },
2360
- {
2361
- "kind": "text",
2362
- "text": " to execute the unit tests."
2363
- }
2364
- ],
2365
- "symbolIdMap": {
2366
- "1": {
2367
- "sourceFileName": "libs/components/errors/src/index.ts",
2368
- "qualifiedName": ""
2369
- },
2370
- "2": {
2371
- "sourceFileName": "libs/components/errors/testing/src/public-api.ts",
2372
- "qualifiedName": ""
2373
- },
2374
- "3": {
2375
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
2376
- "qualifiedName": "ErrorModalConfig"
2377
- },
2378
- "6": {
2379
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
2380
- "qualifiedName": "ErrorModalConfig.errorTitle"
2381
- },
2382
- "7": {
2383
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
2384
- "qualifiedName": "ErrorModalConfig.errorDescription"
2385
- },
2386
- "8": {
2387
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal-config.ts",
2388
- "qualifiedName": "ErrorModalConfig.errorCloseText"
2389
- },
2390
- "9": {
2391
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2392
- "qualifiedName": "SkyErrorModalService"
2393
- },
2394
- "10": {
2395
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2396
- "qualifiedName": "SkyErrorModalService.__constructor"
2397
- },
2398
- "11": {
2399
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2400
- "qualifiedName": "SkyErrorModalService"
2401
- },
2402
- "12": {
2403
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2404
- "qualifiedName": "modalSvc"
2405
- },
2406
- "13": {
2407
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2408
- "qualifiedName": "logService"
2409
- },
2410
- "16": {
2411
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2412
- "qualifiedName": "SkyErrorModalService.open"
2413
- },
2414
- "17": {
2415
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2416
- "qualifiedName": "SkyErrorModalService.open"
2417
- },
2418
- "18": {
2419
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-modal.service.ts",
2420
- "qualifiedName": "config"
2421
- },
2422
- "19": {
2423
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-type.ts",
2424
- "qualifiedName": "SkyErrorType"
2425
- },
2426
- "20": {
2427
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.module.ts",
2428
- "qualifiedName": "SkyErrorModule"
2429
- },
2430
- "23": {
2431
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-action.component.ts",
2432
- "qualifiedName": "SkyErrorActionComponent"
2433
- },
2434
- "26": {
2435
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2436
- "qualifiedName": "SkyErrorDescriptionComponent"
2437
- },
2438
- "27": {
2439
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2440
- "qualifiedName": "SkyErrorDescriptionComponent.__constructor"
2441
- },
2442
- "28": {
2443
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2444
- "qualifiedName": "SkyErrorDescriptionComponent"
2445
- },
2446
- "29": {
2447
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2448
- "qualifiedName": "errorSvc"
2449
- },
2450
- "30": {
2451
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2452
- "qualifiedName": "SkyErrorDescriptionComponent.replaceDefaultDescription"
2453
- },
2454
- "31": {
2455
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2456
- "qualifiedName": "SkyErrorDescriptionComponent.replaceDefaultDescription"
2457
- },
2458
- "32": {
2459
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-description.component.ts",
2460
- "qualifiedName": "value"
2461
- },
2462
- "34": {
2463
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-image.component.ts",
2464
- "qualifiedName": "SkyErrorImageComponent"
2465
- },
2466
- "37": {
2467
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2468
- "qualifiedName": "SkyErrorTitleComponent"
2469
- },
2470
- "38": {
2471
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2472
- "qualifiedName": "SkyErrorTitleComponent.__constructor"
2473
- },
2474
- "39": {
2475
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2476
- "qualifiedName": "SkyErrorTitleComponent"
2477
- },
2478
- "40": {
2479
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2480
- "qualifiedName": "errorSvc"
2481
- },
2482
- "41": {
2483
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2484
- "qualifiedName": "SkyErrorTitleComponent.replaceDefaultTitle"
2485
- },
2486
- "42": {
2487
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2488
- "qualifiedName": "SkyErrorTitleComponent.replaceDefaultTitle"
2489
- },
2490
- "43": {
2491
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error-title.component.ts",
2492
- "qualifiedName": "value"
2493
- },
2494
- "45": {
2495
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2496
- "qualifiedName": "SkyErrorComponent"
2497
- },
2498
- "46": {
2499
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2500
- "qualifiedName": "SkyErrorComponent.__constructor"
2501
- },
2502
- "47": {
2503
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2504
- "qualifiedName": "SkyErrorComponent"
2505
- },
2506
- "48": {
2507
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2508
- "qualifiedName": "resourcesSvc"
2509
- },
2510
- "49": {
2511
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2512
- "qualifiedName": "errorSvc"
2513
- },
2514
- "50": {
2515
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2516
- "qualifiedName": "SkyErrorComponent.errorType"
2517
- },
2518
- "51": {
2519
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2520
- "qualifiedName": "SkyErrorComponent.errorType"
2521
- },
2522
- "52": {
2523
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2524
- "qualifiedName": "SkyErrorComponent.errorType"
2525
- },
2526
- "53": {
2527
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2528
- "qualifiedName": "value"
2529
- },
2530
- "54": {
2531
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2532
- "qualifiedName": "SkyErrorComponent.showImage"
2533
- },
2534
- "55": {
2535
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2536
- "qualifiedName": "SkyErrorComponent.hostErrorType"
2537
- },
2538
- "56": {
2539
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2540
- "qualifiedName": "SkyErrorComponent.hostErrorType"
2541
- },
2542
- "57": {
2543
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2544
- "qualifiedName": "SkyErrorComponent.defaultTitle"
2545
- },
2546
- "58": {
2547
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2548
- "qualifiedName": "SkyErrorComponent.defaultDescription"
2549
- },
2550
- "61": {
2551
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2552
- "qualifiedName": "SkyErrorComponent.errorSvc"
2553
- },
2554
- "62": {
2555
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2556
- "qualifiedName": "SkyErrorComponent.ngOnInit"
2557
- },
2558
- "63": {
2559
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2560
- "qualifiedName": "SkyErrorComponent.ngOnInit"
2561
- },
2562
- "64": {
2563
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2564
- "qualifiedName": "SkyErrorComponent.setErrorTypeFields"
2565
- },
2566
- "65": {
2567
- "sourceFileName": "libs/components/errors/src/lib/modules/error/error.component.ts",
2568
- "qualifiedName": "SkyErrorComponent.setErrorTypeFields"
2569
- },
2570
- "77": {
2571
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2572
- "qualifiedName": "SkyErrorHarness"
2573
- },
2574
- "79": {
2575
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2576
- "qualifiedName": "SkyErrorHarness.with"
2577
- },
2578
- "80": {
2579
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2580
- "qualifiedName": "SkyErrorHarness.with"
2581
- },
2582
- "81": {
2583
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2584
- "qualifiedName": "filters"
2585
- },
2586
- "87": {
2587
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2588
- "qualifiedName": "ComponentHarness.__constructor"
2589
- },
2590
- "88": {
2591
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2592
- "qualifiedName": "SkyErrorHarness"
2593
- },
2594
- "89": {
2595
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2596
- "qualifiedName": "locatorFactory"
2597
- },
2598
- "94": {
2599
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2600
- "qualifiedName": "SkyErrorHarness.clickActionButton"
2601
- },
2602
- "95": {
2603
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2604
- "qualifiedName": "SkyErrorHarness.clickActionButton"
2605
- },
2606
- "96": {
2607
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2608
- "qualifiedName": "SkyErrorHarness.getActionButtonText"
2609
- },
2610
- "97": {
2611
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2612
- "qualifiedName": "SkyErrorHarness.getActionButtonText"
2613
- },
2614
- "98": {
2615
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2616
- "qualifiedName": "SkyErrorHarness.getDescription"
2617
- },
2618
- "99": {
2619
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2620
- "qualifiedName": "SkyErrorHarness.getDescription"
2621
- },
2622
- "100": {
2623
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2624
- "qualifiedName": "SkyErrorHarness.getErrorAction"
2625
- },
2626
- "101": {
2627
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2628
- "qualifiedName": "SkyErrorHarness.getErrorAction"
2629
- },
2630
- "102": {
2631
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2632
- "qualifiedName": "SkyErrorHarness.getErrorImage"
2633
- },
2634
- "103": {
2635
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2636
- "qualifiedName": "SkyErrorHarness.getErrorImage"
2637
- },
2638
- "104": {
2639
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2640
- "qualifiedName": "SkyErrorHarness.getErrorType"
2641
- },
2642
- "105": {
2643
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2644
- "qualifiedName": "SkyErrorHarness.getErrorType"
2645
- },
2646
- "106": {
2647
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2648
- "qualifiedName": "SkyErrorHarness.getTitle"
2649
- },
2650
- "107": {
2651
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2652
- "qualifiedName": "SkyErrorHarness.getTitle"
2653
- },
2654
- "108": {
2655
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2656
- "qualifiedName": "SkyErrorHarness.hasImage"
2657
- },
2658
- "109": {
2659
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness.ts",
2660
- "qualifiedName": "SkyErrorHarness.hasImage"
2661
- },
2662
- "115": {
2663
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2664
- "qualifiedName": "ComponentHarness.host"
2665
- },
2666
- "116": {
2667
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2668
- "qualifiedName": "ComponentHarness.host"
2669
- },
2670
- "135": {
2671
- "sourceFileName": "libs/components/errors/testing/src/modules/error/error-harness-filters.ts",
2672
- "qualifiedName": "SkyErrorHarnessFilters"
2673
- },
2674
- "136": {
2675
- "sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
2676
- "qualifiedName": "SkyHarnessFilters.dataSkyId"
2677
- },
2678
- "137": {
2679
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2680
- "qualifiedName": "BaseHarnessFilters.selector"
2681
- },
2682
- "138": {
2683
- "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
2684
- "qualifiedName": "BaseHarnessFilters.ancestor"
2685
- }
2686
- }
2687
- },
2688
- "codeExamples": [
2689
- {
2690
- "fileName": "demo.component.ts",
2691
- "filePath": "/projects/errors/documentation/code-examples/error/modal/demo.component.ts",
2692
- "rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyErrorModalService } from '@skyux/errors';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n readonly #errorSvc = inject(SkyErrorModalService);\n\n public openErrorModal(): void {\n this.#errorSvc.open({\n errorTitle: 'Something went wrong.',\n errorDescription: 'Close the modal, and come back later.',\n errorCloseText: 'Close',\n });\n }\n}\n"
2693
- },
2694
- {
2695
- "fileName": "demo.component.html",
2696
- "filePath": "/projects/errors/documentation/code-examples/error/modal/demo.component.html",
2697
- "rawContents": "<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openErrorModal()\"\n>\n Open error modal\n</button>\n"
2698
- },
2699
- {
2700
- "fileName": "demo.component.ts",
2701
- "filePath": "/projects/errors/documentation/code-examples/error/embedded/demo.component.ts",
2702
- "rawContents": "import { Component } from '@angular/core';\nimport { SkyErrorModule } from '@skyux/errors';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [SkyErrorModule],\n})\nexport class DemoComponent {\n public customAction(): void {\n alert('action clicked!');\n }\n}\n"
2703
- },
2704
- {
2705
- "fileName": "demo.component.spec.ts",
2706
- "filePath": "/projects/errors/documentation/code-examples/error/embedded/demo.component.spec.ts",
2707
- "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyErrorHarness } from '@skyux/errors/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Embedded error demo', () => {\n async function setupTest(\n options: {\n dataSkyId?: string;\n } = {},\n ): Promise<{\n errorHarness: SkyErrorHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n await TestBed.configureTestingModule({\n imports: [DemoComponent],\n }).compileComponents();\n\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n const errorHarness: SkyErrorHarness = options.dataSkyId\n ? await loader.getHarness(\n SkyErrorHarness.with({\n dataSkyId: options.dataSkyId,\n }),\n )\n : await loader.getHarness(SkyErrorHarness);\n\n return { errorHarness, fixture };\n }\n\n it('should set up the error', async () => {\n const { errorHarness, fixture } = await setupTest({\n dataSkyId: 'broken-error',\n });\n\n await expectAsync(errorHarness.getErrorType()).toBeResolvedTo('broken');\n\n await expectAsync(errorHarness.getTitle()).toBeResolvedTo(\"That's odd...\");\n\n await expectAsync(errorHarness.getDescription()).toBeResolvedTo(\n 'Something went wrong.\\nTry again or come back later.',\n );\n\n await expectAsync(errorHarness.hasImage()).toBeResolvedTo(true);\n\n await expectAsync(errorHarness.getActionButtonText()).toBeResolvedTo(\n 'Try again',\n );\n\n const actionSpy = spyOn(fixture.componentInstance, 'customAction');\n await errorHarness.clickActionButton();\n expect(actionSpy).toHaveBeenCalled();\n });\n});\n"
2708
- },
2709
- {
2710
- "fileName": "demo.component.html",
2711
- "filePath": "/projects/errors/documentation/code-examples/error/embedded/demo.component.html",
2712
- "rawContents": "<sky-error data-sky-id=\"broken-error\" errorType=\"broken\">\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Try again\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error data-sky-id=\"not-found-error\" errorType=\"notfound\">\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error data-sky-id=\"construction-error\" errorType=\"construction\">\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error data-sky-id=\"security-error\" errorType=\"security\">\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error data-sky-id=\"custom-error\">\n <sky-error-image>\n <img\n role=\"presentation\"\n src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABeCAYAAADVA7GfAAAH/klEQVR4Ae2daYgcRRTH3/TuTnbcM0QhwRhQ9IsGlICCIaIiiF88ED+IflBEJDHExIAIgucHQYV4Y8hmYw4jMYcgMYdgEJI1goooxnyIopANJiRsdpLdzfRc3fJ6U7M9vX1V1avuauz60l3dVa/ee//pY35T3VOwbduGjJbmn39B/cgIWKdPOxEYCxZA1x3LoOOG6zMaEUAhk4KYJky9+gbUf/zJN/Fdt90KPa+/AtDd7btf543ZE6RWg8kXX4LGr7+F5rXzlpuh9603AYrF0Ha67TR0cyjUn0YDpl5+LVIMtIGCYVtoNEJN6rYzU4KY27YHnqb8EounNOyTpZIZQezz56G6czd3bqu79gD2zUrJjCDmp1vBNk3uvNqVCmDfrJRMCGKdPAm1AweFc4p90UYWSiYEqWwYBrvZFM4n9kUbWSjaC9L8/RjUvz8qnUu0gbZ0L9oLUlk/RJZDSltkTnkMaS1I/fARaBw/7nFZvIq20KbORV9Bmk0whzaR586xKXE9InfIY1BbQWp790Hz1CmPu/JVtIm2dS16CoLfHbZ+pixnju1KRZl9GcNaCmLu2AnW+LhMXKF90TaOoWPRThBRRMKbXF2RinaCmJvFEAmvIA5S2awfUtFKEAeR7BdHJLyi1Pbrh1S0EkQWkfAKoiNS0UYQKkTCK4puSEUbQdLEGmmO7f0AaSEINSLxBhlV1wmppC+IIkQSJYJ3vy5IJXVBVCESb8Kj6roglXQFUYxIokTw7tcBqaQqiGpE4k14VF0HpJKaIA4i2bUnKkeJ708bqXQmHvHlAR1EwklcC93dYMybx+WyNTbGNVuFIZXS2jVc41A1TmUqKSKSiaee4Zq4ULzvXiitXAGF3l6u2O3JSTA/Xg/Vg9/E7lfo6IC+TRvAWLQodh+qhqmcsngRScEwoLRiObcYmCQUsLTqWcAkxy1pIpXEBRFCJLYNhf6+uPmc3a5U4joa0UBaSCVxQUQwhfMIS70+O9Fxt1SrcVu2tRPxtc2AQCVRQeqHR4RnkYhMI2X5sAUFmUYqI8xMIsvkBHEQicTswWpNPCGm2BGCA5pDwwAJzlJJTBBZRGJX+SdaMwVl+iaNVJIRhAKRSBwhtsQR4hwlOAOG8zsT+zDwLhMRhAKRyHzKQfAawpKZJFJRLggVIrGljhDx0x0TJSmkolwQEUTCktC2FHhYh/UXvcti/XHJkIp7m4p1pYJQziKxa+ncZbmTnsQsFaWCVIbkHrRxJwMkLsxS1x+XEw5SwdtghUWZIA4iGZF/0IbFLnXakRCTjc+W9ZGj0Dym7sEfZYJQYwcZQWT6MiHcy8ondA8Rue3iuhJBZBCJ18FWXeLWVQa7tMZ3rahEKvSCyCISV+DuValPuYSYbh/c66qQCrkgsojEHXTbukRSZb+pt/lxuaIKqdAKQoFI/KLH7wESF2aquyyvaypmqZAKQoFIvEGzul0TJ7Yyt8xsfL+lCqRCJggVIvEL3NkmdYRIiBno0PQOaqRCJggZIglIgNRFXQK7BLjT2kyNVEgEoUQkrUi9KzIXdYm+Xjf86pRIhUQQUkTiFzFe1CWSKnNDEOBO22ZKpCItCDUiaYvUVZERBCR+bXS5ELpKhVSkBaFGJIFRa3yEMJ8pciEliBJEwqLzLGVOO1JHl8ePsGrjD3yXitwsFXFBFCGSoIDt8XGwRvlftdE8cQLg0qUgs+TbHaRiWcJ2hSdb177er+RdJEGR2I0GTK5aDZ1LlkBh7mBQs7bt9tgY1H/+BZJ8VzRDKsUH72/zJW5FbLJ1pQIXH39C6esv4gagYztj7lzo374FoFTidk/olKUSkXBHoGEHGaTCLYhyRKJhgkVcEkUq3IKoRiQiwevYRxSpcAmSCCLRMbuCPjlIZXSUqzeXIEkgEi7vNW88/eDPRi4vY9/2JoVIwrwvFIvQtWwpFAZj3vaWy4BIQ2pOV5hDMfYxpNKxeHGM1hz/HzK5crXwsx2xPInRqO/DdyFuYMwcTtmZWPU8q6ay7LzpRuj96P1YY8c6ZSWJSIK8Nq66klsMtIUCYt80Cw9SiRYkYUQSlLhCcU7QrsjtMn0jjcdsYG4cBoiBVCIFSRqRxIwvc82ao/FeTxsuCM4i2bItc8Hr6rCTy4gHf0IFyREJrbRxkEqgIDkioRWDWYtCKoGC5IiEpZB2GYVUfAXJEQmtCF5rYUjFV5AckXhTSFsPQyqzBMFvtvh1Py9qM8CQineUWYKofBjFO/j/ve43S6VNEB0QSZBI1rlzYF+8GLQ7cDv2sc6eDdyf5g4/pDLzm3qzCRNPPp3oxAXeZHQtvR26H3s0/iSH8TKYn++A+tEfeIdKrH3HNQuhb/MwgDF9bLQEqX21Fy6990FijuQDzWTgijXPAZulMi1LjkhmspPCmoNULs/QdwQxv9iVT+lJQQg2pBupGHa5LPSnv8xYvqTJAP7xMmph1PYdcN7jQWM2tyKaAUQqqIVR+/aQqI28H3EGUAvD+vc0sdncnGgGUAsjzs+KogPk/TgzYFlgGAuv5uyVN1eVAdTCKN51pyr7uV3ODKAWRvGhB8Do7+fsmjenzgBq4GhRGBiAnnVvgzGQi0Kd5Lj2MPeoAWrRYlnW3//A5NoXwLpwIa6dvB1BBoyBAehd9w4Y113rWGsJgjXrzBmo7v4S6oe+A6tcJhguNxGUAWNwELruuRvmPPIwGPPnt5q1CdLaiitTU/nR0pYQugoeFdDT42vwP+C9QYr2FdBDAAAAAElFTkSuQmCC\"\n />\n </sky-error-image>\n <sky-error-title> Custom error with a custom image. </sky-error-title>\n <sky-error-description> Custom description. </sky-error-description>\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Custom action\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error data-sky-id=\"custom-broken-error\" errorType=\"broken\">\n <sky-error-title [replaceDefaultTitle]=\"true\">\n Custom error with a default image.\n </sky-error-title>\n <sky-error-description [replaceDefaultDescription]=\"true\">\n Custom description.\n </sky-error-description>\n <sky-error-action>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"customAction()\">\n Custom action\n </button>\n </sky-error-action>\n</sky-error>\n"
2713
- }
2714
- ],
2715
- "codeExampleDependencies": {
2716
- "/projects/errors/documentation/code-examples/error/modal": {
2717
- "@angular-devkit/core": "19.2.1",
2718
- "@angular-devkit/schematics": "19.2.1",
2719
- "@angular/animations": "19.2.1",
2720
- "@angular/cdk": "19.2.2",
2721
- "@angular/cli": "19.2.1",
2722
- "@angular/common": "19.2.1",
2723
- "@angular/core": "19.2.1",
2724
- "@angular/platform-browser": "19.2.1",
2725
- "@angular/router": "19.2.1",
2726
- "@blackbaud/skyux-design-tokens": "0.0.45",
2727
- "@schematics/angular": "19.2.1",
2728
- "@skyux-sdk/testing": "12.0.0-alpha.12",
2729
- "@skyux/assets": "12.0.0-alpha.12",
2730
- "@skyux/core": "12.0.0-alpha.12",
2731
- "@skyux/errors": "12.0.0-alpha.12",
2732
- "@skyux/help-inline": "12.0.0-alpha.12",
2733
- "@skyux/i18n": "12.0.0-alpha.12",
2734
- "@skyux/icon": "12.0.0-alpha.12",
2735
- "@skyux/icons": "7.16.0",
2736
- "@skyux/indicators": "12.0.0-alpha.12",
2737
- "@skyux/modals": "12.0.0-alpha.12",
2738
- "@skyux/popovers": "12.0.0-alpha.12",
2739
- "@skyux/theme": "12.0.0-alpha.12",
2740
- "@types/node": "20.14.12",
2741
- "ajv": "8.17.1",
2742
- "axe-core": "4.10.3",
2743
- "fontfaceobserver": "2.3.0",
2744
- "jsonc-parser": "3.3.1",
2745
- "minimist": "1.2.8",
2746
- "rxjs": "7.8.1",
2747
- "tslib": "2.8.1",
2748
- "zone.js": "0.15.0"
2749
- },
2750
- "/projects/errors/documentation/code-examples/error/embedded": {
2751
- "@angular-devkit/core": "19.2.1",
2752
- "@angular-devkit/schematics": "19.2.1",
2753
- "@angular/animations": "19.2.1",
2754
- "@angular/cdk": "19.2.2",
2755
- "@angular/cli": "19.2.1",
2756
- "@angular/common": "19.2.1",
2757
- "@angular/core": "19.2.1",
2758
- "@angular/platform-browser": "19.2.1",
2759
- "@angular/router": "19.2.1",
2760
- "@blackbaud/skyux-design-tokens": "0.0.45",
2761
- "@schematics/angular": "19.2.1",
2762
- "@skyux-sdk/testing": "12.0.0-alpha.12",
2763
- "@skyux/assets": "12.0.0-alpha.12",
2764
- "@skyux/core": "12.0.0-alpha.12",
2765
- "@skyux/errors": "12.0.0-alpha.12",
2766
- "@skyux/help-inline": "12.0.0-alpha.12",
2767
- "@skyux/i18n": "12.0.0-alpha.12",
2768
- "@skyux/icon": "12.0.0-alpha.12",
2769
- "@skyux/icons": "7.16.0",
2770
- "@skyux/indicators": "12.0.0-alpha.12",
2771
- "@skyux/modals": "12.0.0-alpha.12",
2772
- "@skyux/popovers": "12.0.0-alpha.12",
2773
- "@skyux/theme": "12.0.0-alpha.12",
2774
- "@types/node": "20.14.12",
2775
- "ajv": "8.17.1",
2776
- "axe-core": "4.10.3",
2777
- "fontfaceobserver": "2.3.0",
2778
- "jsonc-parser": "3.3.1",
2779
- "minimist": "1.2.8",
2780
- "rxjs": "7.8.1",
2781
- "tslib": "2.8.1",
2782
- "zone.js": "0.15.0"
2783
- }
2784
- }
2785
- }