@skyux/errors 6.18.0 → 6.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +262 -188
- package/esm2020/lib/modules/error/error-description.component.mjs +20 -10
- package/esm2020/lib/modules/error/error-modal-config.mjs +1 -1
- package/esm2020/lib/modules/error/error-modal.service.mjs +10 -9
- package/esm2020/lib/modules/error/error-title.component.mjs +20 -10
- package/esm2020/lib/modules/error/error.component.mjs +39 -44
- package/esm2020/lib/modules/error/error.service.mjs +18 -0
- package/esm2020/testing/error-fixture.mjs +1 -1
- package/fesm2015/skyux-errors-testing.mjs.map +1 -1
- package/fesm2015/skyux-errors.mjs +93 -67
- package/fesm2015/skyux-errors.mjs.map +1 -1
- package/fesm2020/skyux-errors-testing.mjs.map +1 -1
- package/fesm2020/skyux-errors.mjs +92 -67
- package/fesm2020/skyux-errors.mjs.map +1 -1
- package/lib/modules/error/error-description.component.d.ts +4 -1
- package/lib/modules/error/error-modal-config.d.ts +3 -3
- package/lib/modules/error/error-modal.service.d.ts +1 -2
- package/lib/modules/error/error-title.component.d.ts +4 -1
- package/lib/modules/error/error.component.d.ts +10 -13
- package/lib/modules/error/error.service.d.ts +11 -0
- package/package.json +5 -5
- package/testing/error-fixture.d.ts +2 -2
package/documentation.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"originalName": "",
|
|
19
19
|
"children": [
|
|
20
20
|
{
|
|
21
|
-
"id":
|
|
21
|
+
"id": 47,
|
|
22
22
|
"name": "ErrorModalConfig",
|
|
23
23
|
"kind": 128,
|
|
24
24
|
"kindString": "Class",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"children": [
|
|
35
35
|
{
|
|
36
|
-
"id":
|
|
36
|
+
"id": 52,
|
|
37
37
|
"name": "errorCloseText",
|
|
38
38
|
"kind": 1024,
|
|
39
39
|
"kindString": "Property",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"id":
|
|
65
|
+
"id": 51,
|
|
66
66
|
"name": "errorDescription",
|
|
67
67
|
"kind": 1024,
|
|
68
68
|
"kindString": "Property",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
"id":
|
|
94
|
+
"id": 50,
|
|
95
95
|
"name": "errorTitle",
|
|
96
96
|
"kind": 1024,
|
|
97
97
|
"kindString": "Property",
|
|
@@ -125,16 +125,16 @@
|
|
|
125
125
|
"title": "Constructors",
|
|
126
126
|
"kind": 512,
|
|
127
127
|
"children": [
|
|
128
|
-
|
|
128
|
+
48
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"title": "Properties",
|
|
133
133
|
"kind": 1024,
|
|
134
134
|
"children": [
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
135
|
+
52,
|
|
136
|
+
51,
|
|
137
|
+
50
|
|
138
138
|
]
|
|
139
139
|
}
|
|
140
140
|
],
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
]
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
"id":
|
|
150
|
+
"id": 53,
|
|
151
151
|
"name": "SkyErrorModalService",
|
|
152
152
|
"kind": 128,
|
|
153
153
|
"kindString": "Class",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
],
|
|
178
178
|
"children": [
|
|
179
179
|
{
|
|
180
|
-
"id":
|
|
180
|
+
"id": 54,
|
|
181
181
|
"name": "constructor",
|
|
182
182
|
"kind": 512,
|
|
183
183
|
"kindString": "Constructor",
|
|
@@ -185,21 +185,21 @@
|
|
|
185
185
|
"sources": [
|
|
186
186
|
{
|
|
187
187
|
"fileName": "projects/errors/src/modules/error/error-modal.service.ts",
|
|
188
|
-
"line":
|
|
188
|
+
"line": 19,
|
|
189
189
|
"character": 2
|
|
190
190
|
}
|
|
191
191
|
],
|
|
192
192
|
"signatures": [
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 55,
|
|
195
195
|
"name": "new SkyErrorModalService",
|
|
196
196
|
"kind": 16384,
|
|
197
197
|
"kindString": "Constructor signature",
|
|
198
198
|
"flags": {},
|
|
199
199
|
"parameters": [
|
|
200
200
|
{
|
|
201
|
-
"id":
|
|
202
|
-
"name": "
|
|
201
|
+
"id": 56,
|
|
202
|
+
"name": "modalSvc",
|
|
203
203
|
"kind": 32768,
|
|
204
204
|
"kindString": "Parameter",
|
|
205
205
|
"flags": {},
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"id":
|
|
212
|
+
"id": 57,
|
|
213
213
|
"name": "logService",
|
|
214
214
|
"kind": 32768,
|
|
215
215
|
"kindString": "Parameter",
|
|
@@ -236,14 +236,14 @@
|
|
|
236
236
|
],
|
|
237
237
|
"type": {
|
|
238
238
|
"type": "reference",
|
|
239
|
-
"id":
|
|
239
|
+
"id": 53,
|
|
240
240
|
"name": "SkyErrorModalService"
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
]
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"id":
|
|
246
|
+
"id": 60,
|
|
247
247
|
"name": "open",
|
|
248
248
|
"kind": 2048,
|
|
249
249
|
"kindString": "Method",
|
|
@@ -253,13 +253,13 @@
|
|
|
253
253
|
"sources": [
|
|
254
254
|
{
|
|
255
255
|
"fileName": "projects/errors/src/modules/error/error-modal.service.ts",
|
|
256
|
-
"line":
|
|
256
|
+
"line": 30,
|
|
257
257
|
"character": 9
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"signatures": [
|
|
261
261
|
{
|
|
262
|
-
"id":
|
|
262
|
+
"id": 61,
|
|
263
263
|
"name": "open",
|
|
264
264
|
"kind": 4096,
|
|
265
265
|
"kindString": "Call signature",
|
|
@@ -275,14 +275,14 @@
|
|
|
275
275
|
},
|
|
276
276
|
"parameters": [
|
|
277
277
|
{
|
|
278
|
-
"id":
|
|
278
|
+
"id": 62,
|
|
279
279
|
"name": "config",
|
|
280
280
|
"kind": 32768,
|
|
281
281
|
"kindString": "Parameter",
|
|
282
282
|
"flags": {},
|
|
283
283
|
"type": {
|
|
284
284
|
"type": "reference",
|
|
285
|
-
"id":
|
|
285
|
+
"id": 47,
|
|
286
286
|
"name": "ErrorModalConfig"
|
|
287
287
|
}
|
|
288
288
|
}
|
|
@@ -300,14 +300,14 @@
|
|
|
300
300
|
"title": "Constructors",
|
|
301
301
|
"kind": 512,
|
|
302
302
|
"children": [
|
|
303
|
-
|
|
303
|
+
54
|
|
304
304
|
]
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
"title": "Methods",
|
|
308
308
|
"kind": 2048,
|
|
309
309
|
"children": [
|
|
310
|
-
|
|
310
|
+
60
|
|
311
311
|
]
|
|
312
312
|
}
|
|
313
313
|
],
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
]
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
|
-
"id":
|
|
323
|
+
"id": 63,
|
|
324
324
|
"name": "SkyErrorModule",
|
|
325
325
|
"kind": 128,
|
|
326
326
|
"kindString": "Class",
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"title": "Constructors",
|
|
346
346
|
"kind": 512,
|
|
347
347
|
"children": [
|
|
348
|
-
|
|
348
|
+
64
|
|
349
349
|
]
|
|
350
350
|
}
|
|
351
351
|
],
|
|
@@ -423,22 +423,54 @@
|
|
|
423
423
|
],
|
|
424
424
|
"children": [
|
|
425
425
|
{
|
|
426
|
-
"id":
|
|
426
|
+
"id": 7,
|
|
427
|
+
"name": "constructor",
|
|
428
|
+
"kind": 512,
|
|
429
|
+
"kindString": "Constructor",
|
|
430
|
+
"flags": {},
|
|
431
|
+
"sources": [
|
|
432
|
+
{
|
|
433
|
+
"fileName": "projects/errors/src/modules/error/error-description.component.ts",
|
|
434
|
+
"line": 25,
|
|
435
|
+
"character": 2
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"signatures": [
|
|
439
|
+
{
|
|
440
|
+
"id": 8,
|
|
441
|
+
"name": "SkyErrorDescriptionComponent",
|
|
442
|
+
"kind": 16384,
|
|
443
|
+
"kindString": "Constructor signature",
|
|
444
|
+
"flags": {},
|
|
445
|
+
"parameters": [
|
|
446
|
+
{
|
|
447
|
+
"id": 9,
|
|
448
|
+
"name": "errorSvc",
|
|
449
|
+
"kind": 32768,
|
|
450
|
+
"kindString": "Parameter",
|
|
451
|
+
"flags": {},
|
|
452
|
+
"type": {
|
|
453
|
+
"type": "reference",
|
|
454
|
+
"name": "SkyErrorService"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"type": {
|
|
459
|
+
"type": "reference",
|
|
460
|
+
"id": 6,
|
|
461
|
+
"name": "SkyErrorDescriptionComponent"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": 10,
|
|
427
468
|
"name": "replaceDefaultDescription",
|
|
428
|
-
"kind":
|
|
429
|
-
"kindString": "
|
|
469
|
+
"kind": 262144,
|
|
470
|
+
"kindString": "Accessor",
|
|
430
471
|
"flags": {
|
|
431
472
|
"isPublic": true
|
|
432
473
|
},
|
|
433
|
-
"comment": {
|
|
434
|
-
"shortText": "Indicates whether to replace the default description. If `false`, the content\nfrom this component is added after the default description.",
|
|
435
|
-
"tags": [
|
|
436
|
-
{
|
|
437
|
-
"tag": "default",
|
|
438
|
-
"text": "false\n"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
474
|
"decorators": [
|
|
443
475
|
{
|
|
444
476
|
"name": "Input",
|
|
@@ -454,15 +486,45 @@
|
|
|
454
486
|
"sources": [
|
|
455
487
|
{
|
|
456
488
|
"fileName": "projects/errors/src/modules/error/error-description.component.ts",
|
|
457
|
-
"line":
|
|
458
|
-
"character":
|
|
489
|
+
"line": 19,
|
|
490
|
+
"character": 13
|
|
459
491
|
}
|
|
460
492
|
],
|
|
461
|
-
"
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
493
|
+
"setSignature": [
|
|
494
|
+
{
|
|
495
|
+
"id": 11,
|
|
496
|
+
"name": "replaceDefaultDescription",
|
|
497
|
+
"kind": 1048576,
|
|
498
|
+
"kindString": "Set signature",
|
|
499
|
+
"flags": {},
|
|
500
|
+
"comment": {
|
|
501
|
+
"shortText": "Indicates 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": [
|
|
510
|
+
{
|
|
511
|
+
"id": 12,
|
|
512
|
+
"name": "value",
|
|
513
|
+
"kind": 32768,
|
|
514
|
+
"kindString": "Parameter",
|
|
515
|
+
"flags": {},
|
|
516
|
+
"type": {
|
|
517
|
+
"type": "intrinsic",
|
|
518
|
+
"name": "boolean"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"type": {
|
|
523
|
+
"type": "intrinsic",
|
|
524
|
+
"name": "void"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
]
|
|
466
528
|
}
|
|
467
529
|
],
|
|
468
530
|
"groups": [
|
|
@@ -474,23 +536,23 @@
|
|
|
474
536
|
]
|
|
475
537
|
},
|
|
476
538
|
{
|
|
477
|
-
"title": "
|
|
478
|
-
"kind":
|
|
539
|
+
"title": "Accessors",
|
|
540
|
+
"kind": 262144,
|
|
479
541
|
"children": [
|
|
480
|
-
|
|
542
|
+
10
|
|
481
543
|
]
|
|
482
544
|
}
|
|
483
545
|
],
|
|
484
546
|
"sources": [
|
|
485
547
|
{
|
|
486
548
|
"fileName": "projects/errors/src/modules/error/error-description.component.ts",
|
|
487
|
-
"line":
|
|
549
|
+
"line": 12,
|
|
488
550
|
"character": 13
|
|
489
551
|
}
|
|
490
552
|
]
|
|
491
553
|
},
|
|
492
554
|
{
|
|
493
|
-
"id":
|
|
555
|
+
"id": 14,
|
|
494
556
|
"name": "SkyErrorImageComponent",
|
|
495
557
|
"kind": 128,
|
|
496
558
|
"kindString": "Class",
|
|
@@ -518,7 +580,7 @@
|
|
|
518
580
|
"title": "Constructors",
|
|
519
581
|
"kind": 512,
|
|
520
582
|
"children": [
|
|
521
|
-
|
|
583
|
+
15
|
|
522
584
|
]
|
|
523
585
|
}
|
|
524
586
|
],
|
|
@@ -531,7 +593,7 @@
|
|
|
531
593
|
]
|
|
532
594
|
},
|
|
533
595
|
{
|
|
534
|
-
"id":
|
|
596
|
+
"id": 17,
|
|
535
597
|
"name": "SkyErrorTitleComponent",
|
|
536
598
|
"kind": 128,
|
|
537
599
|
"kindString": "Class",
|
|
@@ -555,22 +617,54 @@
|
|
|
555
617
|
],
|
|
556
618
|
"children": [
|
|
557
619
|
{
|
|
558
|
-
"id":
|
|
620
|
+
"id": 18,
|
|
621
|
+
"name": "constructor",
|
|
622
|
+
"kind": 512,
|
|
623
|
+
"kindString": "Constructor",
|
|
624
|
+
"flags": {},
|
|
625
|
+
"sources": [
|
|
626
|
+
{
|
|
627
|
+
"fileName": "projects/errors/src/modules/error/error-title.component.ts",
|
|
628
|
+
"line": 25,
|
|
629
|
+
"character": 2
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"signatures": [
|
|
633
|
+
{
|
|
634
|
+
"id": 19,
|
|
635
|
+
"name": "SkyErrorTitleComponent",
|
|
636
|
+
"kind": 16384,
|
|
637
|
+
"kindString": "Constructor signature",
|
|
638
|
+
"flags": {},
|
|
639
|
+
"parameters": [
|
|
640
|
+
{
|
|
641
|
+
"id": 20,
|
|
642
|
+
"name": "errorSvc",
|
|
643
|
+
"kind": 32768,
|
|
644
|
+
"kindString": "Parameter",
|
|
645
|
+
"flags": {},
|
|
646
|
+
"type": {
|
|
647
|
+
"type": "reference",
|
|
648
|
+
"name": "SkyErrorService"
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"type": {
|
|
653
|
+
"type": "reference",
|
|
654
|
+
"id": 17,
|
|
655
|
+
"name": "SkyErrorTitleComponent"
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"id": 21,
|
|
559
662
|
"name": "replaceDefaultTitle",
|
|
560
|
-
"kind":
|
|
561
|
-
"kindString": "
|
|
663
|
+
"kind": 262144,
|
|
664
|
+
"kindString": "Accessor",
|
|
562
665
|
"flags": {
|
|
563
666
|
"isPublic": true
|
|
564
667
|
},
|
|
565
|
-
"comment": {
|
|
566
|
-
"shortText": "Indicates whether to replace the default title. If `false`, the content\nfrom this component is added after the default title.",
|
|
567
|
-
"tags": [
|
|
568
|
-
{
|
|
569
|
-
"tag": "default",
|
|
570
|
-
"text": "false\n"
|
|
571
|
-
}
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
668
|
"decorators": [
|
|
575
669
|
{
|
|
576
670
|
"name": "Input",
|
|
@@ -586,15 +680,45 @@
|
|
|
586
680
|
"sources": [
|
|
587
681
|
{
|
|
588
682
|
"fileName": "projects/errors/src/modules/error/error-title.component.ts",
|
|
589
|
-
"line":
|
|
590
|
-
"character":
|
|
683
|
+
"line": 19,
|
|
684
|
+
"character": 13
|
|
591
685
|
}
|
|
592
686
|
],
|
|
593
|
-
"
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
687
|
+
"setSignature": [
|
|
688
|
+
{
|
|
689
|
+
"id": 22,
|
|
690
|
+
"name": "replaceDefaultTitle",
|
|
691
|
+
"kind": 1048576,
|
|
692
|
+
"kindString": "Set signature",
|
|
693
|
+
"flags": {},
|
|
694
|
+
"comment": {
|
|
695
|
+
"shortText": "Indicates 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": [
|
|
704
|
+
{
|
|
705
|
+
"id": 23,
|
|
706
|
+
"name": "value",
|
|
707
|
+
"kind": 32768,
|
|
708
|
+
"kindString": "Parameter",
|
|
709
|
+
"flags": {},
|
|
710
|
+
"type": {
|
|
711
|
+
"type": "intrinsic",
|
|
712
|
+
"name": "boolean"
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"type": {
|
|
717
|
+
"type": "intrinsic",
|
|
718
|
+
"name": "void"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
]
|
|
598
722
|
}
|
|
599
723
|
],
|
|
600
724
|
"groups": [
|
|
@@ -602,27 +726,27 @@
|
|
|
602
726
|
"title": "Constructors",
|
|
603
727
|
"kind": 512,
|
|
604
728
|
"children": [
|
|
605
|
-
|
|
729
|
+
18
|
|
606
730
|
]
|
|
607
731
|
},
|
|
608
732
|
{
|
|
609
|
-
"title": "
|
|
610
|
-
"kind":
|
|
733
|
+
"title": "Accessors",
|
|
734
|
+
"kind": 262144,
|
|
611
735
|
"children": [
|
|
612
|
-
|
|
736
|
+
21
|
|
613
737
|
]
|
|
614
738
|
}
|
|
615
739
|
],
|
|
616
740
|
"sources": [
|
|
617
741
|
{
|
|
618
742
|
"fileName": "projects/errors/src/modules/error/error-title.component.ts",
|
|
619
|
-
"line":
|
|
743
|
+
"line": 12,
|
|
620
744
|
"character": 13
|
|
621
745
|
}
|
|
622
746
|
]
|
|
623
747
|
},
|
|
624
748
|
{
|
|
625
|
-
"id":
|
|
749
|
+
"id": 25,
|
|
626
750
|
"name": "SkyErrorComponent",
|
|
627
751
|
"kind": 128,
|
|
628
752
|
"kindString": "Class",
|
|
@@ -640,13 +764,13 @@
|
|
|
640
764
|
"name": "Component"
|
|
641
765
|
},
|
|
642
766
|
"arguments": {
|
|
643
|
-
"obj": "{\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html',\n}"
|
|
767
|
+
"obj": "{\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html',\n providers: [SkyErrorService],\n}"
|
|
644
768
|
}
|
|
645
769
|
}
|
|
646
770
|
],
|
|
647
771
|
"children": [
|
|
648
772
|
{
|
|
649
|
-
"id":
|
|
773
|
+
"id": 26,
|
|
650
774
|
"name": "constructor",
|
|
651
775
|
"kind": 512,
|
|
652
776
|
"kindString": "Constructor",
|
|
@@ -654,21 +778,21 @@
|
|
|
654
778
|
"sources": [
|
|
655
779
|
{
|
|
656
780
|
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
657
|
-
"line":
|
|
781
|
+
"line": 45,
|
|
658
782
|
"character": 2
|
|
659
783
|
}
|
|
660
784
|
],
|
|
661
785
|
"signatures": [
|
|
662
786
|
{
|
|
663
|
-
"id":
|
|
787
|
+
"id": 27,
|
|
664
788
|
"name": "SkyErrorComponent",
|
|
665
789
|
"kind": 16384,
|
|
666
790
|
"kindString": "Constructor signature",
|
|
667
791
|
"flags": {},
|
|
668
792
|
"parameters": [
|
|
669
793
|
{
|
|
670
|
-
"id":
|
|
671
|
-
"name": "
|
|
794
|
+
"id": 28,
|
|
795
|
+
"name": "resourcesSvc",
|
|
672
796
|
"kind": 32768,
|
|
673
797
|
"kindString": "Parameter",
|
|
674
798
|
"flags": {},
|
|
@@ -676,19 +800,30 @@
|
|
|
676
800
|
"type": "reference",
|
|
677
801
|
"name": "SkyLibResourcesService"
|
|
678
802
|
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"id": 29,
|
|
806
|
+
"name": "errorSvc",
|
|
807
|
+
"kind": 32768,
|
|
808
|
+
"kindString": "Parameter",
|
|
809
|
+
"flags": {},
|
|
810
|
+
"type": {
|
|
811
|
+
"type": "reference",
|
|
812
|
+
"name": "SkyErrorService"
|
|
813
|
+
}
|
|
679
814
|
}
|
|
680
815
|
],
|
|
681
816
|
"type": {
|
|
682
817
|
"type": "reference",
|
|
683
|
-
"id":
|
|
818
|
+
"id": 25,
|
|
684
819
|
"name": "SkyErrorComponent"
|
|
685
820
|
}
|
|
686
821
|
}
|
|
687
822
|
]
|
|
688
823
|
},
|
|
689
824
|
{
|
|
690
|
-
"id":
|
|
691
|
-
"name": "
|
|
825
|
+
"id": 36,
|
|
826
|
+
"name": "defaultDescription",
|
|
692
827
|
"kind": 1024,
|
|
693
828
|
"kindString": "Property",
|
|
694
829
|
"flags": {
|
|
@@ -704,11 +839,30 @@
|
|
|
704
839
|
"type": {
|
|
705
840
|
"type": "intrinsic",
|
|
706
841
|
"name": "string"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"id": 35,
|
|
846
|
+
"name": "defaultTitle",
|
|
847
|
+
"kind": 1024,
|
|
848
|
+
"kindString": "Property",
|
|
849
|
+
"flags": {
|
|
850
|
+
"isPublic": true
|
|
707
851
|
},
|
|
708
|
-
"
|
|
852
|
+
"sources": [
|
|
853
|
+
{
|
|
854
|
+
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
855
|
+
"line": 38,
|
|
856
|
+
"character": 9
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"type": {
|
|
860
|
+
"type": "intrinsic",
|
|
861
|
+
"name": "string"
|
|
862
|
+
}
|
|
709
863
|
},
|
|
710
864
|
{
|
|
711
|
-
"id":
|
|
865
|
+
"id": 34,
|
|
712
866
|
"name": "showImage",
|
|
713
867
|
"kind": 1024,
|
|
714
868
|
"kindString": "Property",
|
|
@@ -750,28 +904,7 @@
|
|
|
750
904
|
"defaultValue": "true"
|
|
751
905
|
},
|
|
752
906
|
{
|
|
753
|
-
"id":
|
|
754
|
-
"name": "title",
|
|
755
|
-
"kind": 1024,
|
|
756
|
-
"kindString": "Property",
|
|
757
|
-
"flags": {
|
|
758
|
-
"isPublic": true
|
|
759
|
-
},
|
|
760
|
-
"sources": [
|
|
761
|
-
{
|
|
762
|
-
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
763
|
-
"line": 38,
|
|
764
|
-
"character": 9
|
|
765
|
-
}
|
|
766
|
-
],
|
|
767
|
-
"type": {
|
|
768
|
-
"type": "intrinsic",
|
|
769
|
-
"name": "string"
|
|
770
|
-
},
|
|
771
|
-
"defaultValue": "undefined"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"id": 21,
|
|
907
|
+
"id": 30,
|
|
775
908
|
"name": "errorType",
|
|
776
909
|
"kind": 262144,
|
|
777
910
|
"kindString": "Accessor",
|
|
@@ -799,7 +932,7 @@
|
|
|
799
932
|
],
|
|
800
933
|
"getSignature": [
|
|
801
934
|
{
|
|
802
|
-
"id":
|
|
935
|
+
"id": 31,
|
|
803
936
|
"name": "errorType",
|
|
804
937
|
"kind": 524288,
|
|
805
938
|
"kindString": "Get signature",
|
|
@@ -809,14 +942,14 @@
|
|
|
809
942
|
},
|
|
810
943
|
"type": {
|
|
811
944
|
"type": "reference",
|
|
812
|
-
"id":
|
|
945
|
+
"id": 66,
|
|
813
946
|
"name": "SkyErrorType"
|
|
814
947
|
}
|
|
815
948
|
}
|
|
816
949
|
],
|
|
817
950
|
"setSignature": [
|
|
818
951
|
{
|
|
819
|
-
"id":
|
|
952
|
+
"id": 32,
|
|
820
953
|
"name": "errorType",
|
|
821
954
|
"kind": 1048576,
|
|
822
955
|
"kindString": "Set signature",
|
|
@@ -826,14 +959,14 @@
|
|
|
826
959
|
},
|
|
827
960
|
"parameters": [
|
|
828
961
|
{
|
|
829
|
-
"id":
|
|
962
|
+
"id": 33,
|
|
830
963
|
"name": "value",
|
|
831
964
|
"kind": 32768,
|
|
832
965
|
"kindString": "Parameter",
|
|
833
966
|
"flags": {},
|
|
834
967
|
"type": {
|
|
835
968
|
"type": "reference",
|
|
836
|
-
"id":
|
|
969
|
+
"id": 66,
|
|
837
970
|
"name": "SkyErrorType"
|
|
838
971
|
}
|
|
839
972
|
}
|
|
@@ -846,65 +979,7 @@
|
|
|
846
979
|
]
|
|
847
980
|
},
|
|
848
981
|
{
|
|
849
|
-
"id":
|
|
850
|
-
"name": "showDescription",
|
|
851
|
-
"kind": 262144,
|
|
852
|
-
"kindString": "Accessor",
|
|
853
|
-
"flags": {
|
|
854
|
-
"isPublic": true
|
|
855
|
-
},
|
|
856
|
-
"sources": [
|
|
857
|
-
{
|
|
858
|
-
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
859
|
-
"line": 45,
|
|
860
|
-
"character": 13
|
|
861
|
-
}
|
|
862
|
-
],
|
|
863
|
-
"getSignature": [
|
|
864
|
-
{
|
|
865
|
-
"id": 31,
|
|
866
|
-
"name": "showDescription",
|
|
867
|
-
"kind": 524288,
|
|
868
|
-
"kindString": "Get signature",
|
|
869
|
-
"flags": {},
|
|
870
|
-
"type": {
|
|
871
|
-
"type": "intrinsic",
|
|
872
|
-
"name": "boolean"
|
|
873
|
-
}
|
|
874
|
-
}
|
|
875
|
-
]
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"id": 28,
|
|
879
|
-
"name": "showTitle",
|
|
880
|
-
"kind": 262144,
|
|
881
|
-
"kindString": "Accessor",
|
|
882
|
-
"flags": {
|
|
883
|
-
"isPublic": true
|
|
884
|
-
},
|
|
885
|
-
"sources": [
|
|
886
|
-
{
|
|
887
|
-
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
888
|
-
"line": 41,
|
|
889
|
-
"character": 13
|
|
890
|
-
}
|
|
891
|
-
],
|
|
892
|
-
"getSignature": [
|
|
893
|
-
{
|
|
894
|
-
"id": 29,
|
|
895
|
-
"name": "showTitle",
|
|
896
|
-
"kind": 524288,
|
|
897
|
-
"kindString": "Get signature",
|
|
898
|
-
"flags": {},
|
|
899
|
-
"type": {
|
|
900
|
-
"type": "intrinsic",
|
|
901
|
-
"name": "boolean"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
]
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"id": 35,
|
|
982
|
+
"id": 40,
|
|
908
983
|
"name": "ngOnInit",
|
|
909
984
|
"kind": 2048,
|
|
910
985
|
"kindString": "Method",
|
|
@@ -914,13 +989,13 @@
|
|
|
914
989
|
"sources": [
|
|
915
990
|
{
|
|
916
991
|
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
917
|
-
"line":
|
|
992
|
+
"line": 52,
|
|
918
993
|
"character": 9
|
|
919
994
|
}
|
|
920
995
|
],
|
|
921
996
|
"signatures": [
|
|
922
997
|
{
|
|
923
|
-
"id":
|
|
998
|
+
"id": 41,
|
|
924
999
|
"name": "ngOnInit",
|
|
925
1000
|
"kind": 4096,
|
|
926
1001
|
"kindString": "Call signature",
|
|
@@ -941,7 +1016,7 @@
|
|
|
941
1016
|
}
|
|
942
1017
|
},
|
|
943
1018
|
{
|
|
944
|
-
"id":
|
|
1019
|
+
"id": 42,
|
|
945
1020
|
"name": "setErrorTypeFields",
|
|
946
1021
|
"kind": 2048,
|
|
947
1022
|
"kindString": "Method",
|
|
@@ -951,13 +1026,13 @@
|
|
|
951
1026
|
"sources": [
|
|
952
1027
|
{
|
|
953
1028
|
"fileName": "projects/errors/src/modules/error/error.component.ts",
|
|
954
|
-
"line":
|
|
1029
|
+
"line": 58,
|
|
955
1030
|
"character": 9
|
|
956
1031
|
}
|
|
957
1032
|
],
|
|
958
1033
|
"signatures": [
|
|
959
1034
|
{
|
|
960
|
-
"id":
|
|
1035
|
+
"id": 43,
|
|
961
1036
|
"name": "setErrorTypeFields",
|
|
962
1037
|
"kind": 4096,
|
|
963
1038
|
"kindString": "Call signature",
|
|
@@ -975,33 +1050,32 @@
|
|
|
975
1050
|
"title": "Constructors",
|
|
976
1051
|
"kind": 512,
|
|
977
1052
|
"children": [
|
|
978
|
-
|
|
1053
|
+
26
|
|
979
1054
|
]
|
|
980
1055
|
},
|
|
981
1056
|
{
|
|
982
1057
|
"title": "Properties",
|
|
983
1058
|
"kind": 1024,
|
|
984
1059
|
"children": [
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1060
|
+
36,
|
|
1061
|
+
35,
|
|
1062
|
+
39,
|
|
1063
|
+
34
|
|
988
1064
|
]
|
|
989
1065
|
},
|
|
990
1066
|
{
|
|
991
1067
|
"title": "Accessors",
|
|
992
1068
|
"kind": 262144,
|
|
993
1069
|
"children": [
|
|
994
|
-
|
|
995
|
-
30,
|
|
996
|
-
28
|
|
1070
|
+
30
|
|
997
1071
|
]
|
|
998
1072
|
},
|
|
999
1073
|
{
|
|
1000
1074
|
"title": "Methods",
|
|
1001
1075
|
"kind": 2048,
|
|
1002
1076
|
"children": [
|
|
1003
|
-
|
|
1004
|
-
|
|
1077
|
+
40,
|
|
1078
|
+
42
|
|
1005
1079
|
]
|
|
1006
1080
|
}
|
|
1007
1081
|
],
|
|
@@ -1022,7 +1096,7 @@
|
|
|
1022
1096
|
]
|
|
1023
1097
|
},
|
|
1024
1098
|
{
|
|
1025
|
-
"id":
|
|
1099
|
+
"id": 66,
|
|
1026
1100
|
"name": "SkyErrorType",
|
|
1027
1101
|
"kind": 4194304,
|
|
1028
1102
|
"kindString": "Type alias",
|