@skyux/errors 5.0.0-beta.1 → 5.0.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.
Files changed (89) hide show
  1. package/LICENSE +21 -0
  2. package/bundles/skyux-errors-testing.umd.js +8 -4
  3. package/bundles/skyux-errors-testing.umd.js.map +1 -1
  4. package/bundles/skyux-errors.umd.js +191 -346
  5. package/bundles/skyux-errors.umd.js.map +1 -1
  6. package/documentation.json +1187 -0
  7. package/esm2015/modules/error/error-action.component.js +13 -11
  8. package/esm2015/modules/error/error-description.component.js +15 -14
  9. package/esm2015/modules/error/error-image.component.js +13 -11
  10. package/esm2015/modules/error/error-modal-config.js +1 -1
  11. package/esm2015/modules/error/error-modal-form.component.js +16 -18
  12. package/esm2015/modules/error/error-modal.service.js +11 -15
  13. package/esm2015/modules/error/error-title.component.js +15 -14
  14. package/esm2015/modules/error/error-type.js +2 -1
  15. package/esm2015/modules/error/error.component.js +26 -28
  16. package/esm2015/modules/error/error.module.js +48 -31
  17. package/esm2015/modules/shared/sky-errors-resources.module.js +41 -0
  18. package/esm2015/public-api.js +12 -0
  19. package/esm2015/skyux-errors.js +2 -10
  20. package/esm2015/testing/error-fixture.js +1 -1
  21. package/esm2015/testing/public-api.js +2 -0
  22. package/esm2015/testing/skyux-errors-testing.js +2 -2
  23. package/fesm2015/skyux-errors-testing.js.map +1 -1
  24. package/fesm2015/skyux-errors.js +180 -139
  25. package/fesm2015/skyux-errors.js.map +1 -1
  26. package/modules/error/error-action.component.d.ts +3 -0
  27. package/modules/error/error-description.component.d.ts +3 -0
  28. package/modules/error/error-image.component.d.ts +3 -0
  29. package/modules/error/error-modal-form.component.d.ts +3 -0
  30. package/modules/error/error-modal.service.d.ts +3 -0
  31. package/modules/error/error-title.component.d.ts +3 -0
  32. package/modules/error/error.component.d.ts +3 -0
  33. package/modules/error/error.module.d.ts +13 -0
  34. package/modules/shared/sky-errors-resources.module.d.ts +14 -0
  35. package/package.json +8 -23
  36. package/public-api.d.ts +9 -0
  37. package/skyux-errors.d.ts +2 -9
  38. package/testing/package.json +2 -5
  39. package/testing/{public_api.d.ts → public-api.d.ts} +0 -0
  40. package/testing/skyux-errors-testing.d.ts +2 -1
  41. package/CHANGELOG.md +0 -69
  42. package/bundles/skyux-errors-testing.umd.min.js +0 -2
  43. package/bundles/skyux-errors-testing.umd.min.js.map +0 -1
  44. package/bundles/skyux-errors.umd.min.js +0 -16
  45. package/bundles/skyux-errors.umd.min.js.map +0 -1
  46. package/esm2015/modules/shared/errors-resources.module.js +0 -17
  47. package/esm2015/plugin-resources/errors-resources-provider.js +0 -16
  48. package/esm2015/public_api.js +0 -4
  49. package/esm2015/testing/public_api.js +0 -2
  50. package/esm5/modules/error/error-action.component.js +0 -19
  51. package/esm5/modules/error/error-description.component.js +0 -27
  52. package/esm5/modules/error/error-image.component.js +0 -18
  53. package/esm5/modules/error/error-modal-config.js +0 -8
  54. package/esm5/modules/error/error-modal-form.component.js +0 -27
  55. package/esm5/modules/error/error-modal.service.js +0 -37
  56. package/esm5/modules/error/error-title.component.js +0 -27
  57. package/esm5/modules/error/error-type.js +0 -1
  58. package/esm5/modules/error/error.component.js +0 -102
  59. package/esm5/modules/error/error.module.js +0 -46
  60. package/esm5/modules/shared/errors-resources.module.js +0 -20
  61. package/esm5/plugin-resources/errors-resources-provider.js +0 -17
  62. package/esm5/public_api.js +0 -4
  63. package/esm5/skyux-errors.js +0 -13
  64. package/esm5/testing/error-fixture.js +0 -36
  65. package/esm5/testing/public_api.js +0 -2
  66. package/esm5/testing/skyux-errors-testing.js +0 -5
  67. package/fesm5/skyux-errors-testing.js +0 -42
  68. package/fesm5/skyux-errors-testing.js.map +0 -1
  69. package/fesm5/skyux-errors.js +0 -307
  70. package/fesm5/skyux-errors.js.map +0 -1
  71. package/modules/shared/errors-resources.module.d.ts +0 -2
  72. package/plugin-resources/errors-resources-provider.d.ts +0 -5
  73. package/public_api.d.ts +0 -4
  74. package/skyux-errors.metadata.json +0 -1
  75. package/src/assets/img/guidelines/error/error-anatomy.png +0 -0
  76. package/src/assets/img/guidelines/error/error-option-broken.png +0 -0
  77. package/src/assets/img/guidelines/error/error-option-construction.png +0 -0
  78. package/src/assets/img/guidelines/error/error-option-notfound.png +0 -0
  79. package/src/assets/img/guidelines/error/error-option-security.png +0 -0
  80. package/src/assets/img/guidelines/error/error-usage-1.png +0 -0
  81. package/src/assets/img/guidelines/error/error-usage-2.png +0 -0
  82. package/src/assets/img/guidelines/error/error-usage-3.png +0 -0
  83. package/src/assets/img/guidelines/error/error-usage-4.png +0 -0
  84. package/src/assets/img/guidelines/error/error-usage-5.png +0 -0
  85. package/src/assets/img/guidelines/error/error-usage-6.png +0 -0
  86. package/src/assets/img/guidelines/error/error-usage-7.png +0 -0
  87. package/src/assets/img/guidelines/error/error-usage-8.png +0 -0
  88. package/src/assets/locales/resources_en_US.json +0 -34
  89. package/testing/skyux-errors-testing.metadata.json +0 -1
@@ -0,0 +1,1187 @@
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
+ },
13
+ "typedoc": {
14
+ "id": 0,
15
+ "name": "@skyux/errors",
16
+ "kind": 0,
17
+ "kindString": "Project",
18
+ "flags": {},
19
+ "originalName": "",
20
+ "children": [
21
+ {
22
+ "id": 40,
23
+ "name": "ErrorModalConfig",
24
+ "kind": 128,
25
+ "kindString": "Class",
26
+ "flags": {},
27
+ "children": [
28
+ {
29
+ "id": 41,
30
+ "name": "constructor",
31
+ "kind": 512,
32
+ "kindString": "Constructor",
33
+ "flags": {},
34
+ "signatures": [
35
+ {
36
+ "id": 42,
37
+ "name": "new ErrorModalConfig",
38
+ "kind": 16384,
39
+ "kindString": "Constructor signature",
40
+ "flags": {},
41
+ "type": {
42
+ "type": "reference",
43
+ "id": 40,
44
+ "name": "ErrorModalConfig"
45
+ }
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "id": 45,
51
+ "name": "errorCloseText",
52
+ "kind": 1024,
53
+ "kindString": "Property",
54
+ "flags": {
55
+ "isPublic": true
56
+ },
57
+ "comment": {
58
+ "shortText": "Specifies a label for the action button that closes the modal error message.",
59
+ "tags": [
60
+ {
61
+ "tag": "required",
62
+ "text": "\n"
63
+ }
64
+ ]
65
+ },
66
+ "sources": [
67
+ {
68
+ "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
69
+ "line": 17,
70
+ "character": 9
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "intrinsic",
75
+ "name": "string"
76
+ }
77
+ },
78
+ {
79
+ "id": 44,
80
+ "name": "errorDescription",
81
+ "kind": 1024,
82
+ "kindString": "Property",
83
+ "flags": {
84
+ "isPublic": true
85
+ },
86
+ "comment": {
87
+ "shortText": "Specifies a description to provide additional details in the modal error message.",
88
+ "tags": [
89
+ {
90
+ "tag": "required",
91
+ "text": "\n"
92
+ }
93
+ ]
94
+ },
95
+ "sources": [
96
+ {
97
+ "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
98
+ "line": 12,
99
+ "character": 9
100
+ }
101
+ ],
102
+ "type": {
103
+ "type": "intrinsic",
104
+ "name": "string"
105
+ }
106
+ },
107
+ {
108
+ "id": 43,
109
+ "name": "errorTitle",
110
+ "kind": 1024,
111
+ "kindString": "Property",
112
+ "flags": {
113
+ "isPublic": true
114
+ },
115
+ "comment": {
116
+ "shortText": "Specifies a title to display in the modal error message.",
117
+ "tags": [
118
+ {
119
+ "tag": "required",
120
+ "text": "\n"
121
+ }
122
+ ]
123
+ },
124
+ "sources": [
125
+ {
126
+ "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
127
+ "line": 7,
128
+ "character": 9
129
+ }
130
+ ],
131
+ "type": {
132
+ "type": "intrinsic",
133
+ "name": "string"
134
+ }
135
+ }
136
+ ],
137
+ "groups": [
138
+ {
139
+ "title": "Constructors",
140
+ "kind": 512,
141
+ "children": [
142
+ 41
143
+ ]
144
+ },
145
+ {
146
+ "title": "Properties",
147
+ "kind": 1024,
148
+ "children": [
149
+ 45,
150
+ 44,
151
+ 43
152
+ ]
153
+ }
154
+ ],
155
+ "sources": [
156
+ {
157
+ "fileName": "projects/errors/src/modules/error/error-modal-config.ts",
158
+ "line": 2,
159
+ "character": 13
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "id": 46,
165
+ "name": "SkyErrorModalService",
166
+ "kind": 128,
167
+ "kindString": "Class",
168
+ "flags": {},
169
+ "comment": {
170
+ "shortText": "Opens a modal to display a SKY UX-themed error message."
171
+ },
172
+ "decorators": [
173
+ {
174
+ "name": "Injectable",
175
+ "type": {
176
+ "type": "reference",
177
+ "name": "Injectable"
178
+ },
179
+ "arguments": {
180
+ "options": "{\n providedIn: 'root'\n}"
181
+ }
182
+ }
183
+ ],
184
+ "children": [
185
+ {
186
+ "id": 47,
187
+ "name": "constructor",
188
+ "kind": 512,
189
+ "kindString": "Constructor",
190
+ "flags": {},
191
+ "sources": [
192
+ {
193
+ "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
194
+ "line": 24,
195
+ "character": 2
196
+ }
197
+ ],
198
+ "signatures": [
199
+ {
200
+ "id": 48,
201
+ "name": "new SkyErrorModalService",
202
+ "kind": 16384,
203
+ "kindString": "Constructor signature",
204
+ "flags": {},
205
+ "parameters": [
206
+ {
207
+ "id": 49,
208
+ "name": "modal",
209
+ "kind": 32768,
210
+ "kindString": "Parameter",
211
+ "flags": {},
212
+ "type": {
213
+ "type": "reference",
214
+ "name": "SkyModalService"
215
+ }
216
+ }
217
+ ],
218
+ "type": {
219
+ "type": "reference",
220
+ "id": 46,
221
+ "name": "SkyErrorModalService"
222
+ }
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "id": 50,
228
+ "name": "open",
229
+ "kind": 2048,
230
+ "kindString": "Method",
231
+ "flags": {
232
+ "isPublic": true
233
+ },
234
+ "sources": [
235
+ {
236
+ "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
237
+ "line": 30,
238
+ "character": 9
239
+ }
240
+ ],
241
+ "signatures": [
242
+ {
243
+ "id": 51,
244
+ "name": "open",
245
+ "kind": 4096,
246
+ "kindString": "Call signature",
247
+ "flags": {},
248
+ "comment": {
249
+ "shortText": "Specifies text for the the error message, including title, description, and action label."
250
+ },
251
+ "parameters": [
252
+ {
253
+ "id": 52,
254
+ "name": "config",
255
+ "kind": 32768,
256
+ "kindString": "Parameter",
257
+ "flags": {},
258
+ "type": {
259
+ "type": "reference",
260
+ "id": 40,
261
+ "name": "ErrorModalConfig"
262
+ }
263
+ }
264
+ ],
265
+ "type": {
266
+ "type": "intrinsic",
267
+ "name": "void"
268
+ }
269
+ }
270
+ ]
271
+ }
272
+ ],
273
+ "groups": [
274
+ {
275
+ "title": "Constructors",
276
+ "kind": 512,
277
+ "children": [
278
+ 47
279
+ ]
280
+ },
281
+ {
282
+ "title": "Methods",
283
+ "kind": 2048,
284
+ "children": [
285
+ 50
286
+ ]
287
+ }
288
+ ],
289
+ "sources": [
290
+ {
291
+ "fileName": "projects/errors/src/modules/error/error-modal.service.ts",
292
+ "line": 23,
293
+ "character": 13
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "id": 53,
299
+ "name": "SkyErrorModule",
300
+ "kind": 128,
301
+ "kindString": "Class",
302
+ "flags": {},
303
+ "decorators": [
304
+ {
305
+ "name": "NgModule",
306
+ "type": {
307
+ "type": "reference",
308
+ "name": "NgModule"
309
+ },
310
+ "arguments": {
311
+ "obj": "{\n declarations: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent,\n SkyErrorModalFormComponent\n ],\n imports: [\n CommonModule,\n SkyErrorsResourcesModule,\n SkyModalModule\n ],\n exports: [\n SkyErrorComponent,\n SkyErrorImageComponent,\n SkyErrorTitleComponent,\n SkyErrorDescriptionComponent,\n SkyErrorActionComponent\n ],\n entryComponents: [\n SkyErrorModalFormComponent\n ]\n}"
312
+ }
313
+ }
314
+ ],
315
+ "children": [
316
+ {
317
+ "id": 54,
318
+ "name": "constructor",
319
+ "kind": 512,
320
+ "kindString": "Constructor",
321
+ "flags": {},
322
+ "signatures": [
323
+ {
324
+ "id": 55,
325
+ "name": "new SkyErrorModule",
326
+ "kind": 16384,
327
+ "kindString": "Constructor signature",
328
+ "flags": {},
329
+ "type": {
330
+ "type": "reference",
331
+ "id": 53,
332
+ "name": "SkyErrorModule"
333
+ }
334
+ }
335
+ ]
336
+ }
337
+ ],
338
+ "groups": [
339
+ {
340
+ "title": "Constructors",
341
+ "kind": 512,
342
+ "children": [
343
+ 54
344
+ ]
345
+ }
346
+ ],
347
+ "sources": [
348
+ {
349
+ "fileName": "projects/errors/src/modules/error/error.module.ts",
350
+ "line": 66,
351
+ "character": 13
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "id": 1,
357
+ "name": "SkyErrorActionComponent",
358
+ "kind": 128,
359
+ "kindString": "Class",
360
+ "flags": {},
361
+ "comment": {
362
+ "shortText": "Specifies an action to include in the error message.\nFor example, you can include a button to reload the page or to refresh data."
363
+ },
364
+ "decorators": [
365
+ {
366
+ "name": "Component",
367
+ "type": {
368
+ "type": "reference",
369
+ "name": "Component"
370
+ },
371
+ "arguments": {
372
+ "obj": "{\n selector: 'sky-error-action',\n template: '<ng-content></ng-content>'\n}"
373
+ }
374
+ }
375
+ ],
376
+ "children": [
377
+ {
378
+ "id": 2,
379
+ "name": "constructor",
380
+ "kind": 512,
381
+ "kindString": "Constructor",
382
+ "flags": {},
383
+ "signatures": [
384
+ {
385
+ "id": 3,
386
+ "name": "SkyErrorActionComponent",
387
+ "kind": 16384,
388
+ "kindString": "Constructor signature",
389
+ "flags": {},
390
+ "type": {
391
+ "type": "reference",
392
+ "id": 1,
393
+ "name": "SkyErrorActionComponent"
394
+ }
395
+ }
396
+ ]
397
+ }
398
+ ],
399
+ "groups": [
400
+ {
401
+ "title": "Constructors",
402
+ "kind": 512,
403
+ "children": [
404
+ 2
405
+ ]
406
+ }
407
+ ],
408
+ "sources": [
409
+ {
410
+ "fileName": "projects/errors/src/modules/error/error-action.component.ts",
411
+ "line": 13,
412
+ "character": 13
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "id": 4,
418
+ "name": "SkyErrorDescriptionComponent",
419
+ "kind": 128,
420
+ "kindString": "Class",
421
+ "flags": {},
422
+ "comment": {
423
+ "shortText": "Specifies a description to provide additional details in the error message."
424
+ },
425
+ "decorators": [
426
+ {
427
+ "name": "Component",
428
+ "type": {
429
+ "type": "reference",
430
+ "name": "Component"
431
+ },
432
+ "arguments": {
433
+ "obj": "{\n selector: 'sky-error-description',\n template: '<ng-content></ng-content>'\n}"
434
+ }
435
+ }
436
+ ],
437
+ "children": [
438
+ {
439
+ "id": 5,
440
+ "name": "constructor",
441
+ "kind": 512,
442
+ "kindString": "Constructor",
443
+ "flags": {},
444
+ "signatures": [
445
+ {
446
+ "id": 6,
447
+ "name": "SkyErrorDescriptionComponent",
448
+ "kind": 16384,
449
+ "kindString": "Constructor signature",
450
+ "flags": {},
451
+ "type": {
452
+ "type": "reference",
453
+ "id": 4,
454
+ "name": "SkyErrorDescriptionComponent"
455
+ }
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "id": 7,
461
+ "name": "replaceDefaultDescription",
462
+ "kind": 1024,
463
+ "kindString": "Property",
464
+ "flags": {
465
+ "isPublic": true
466
+ },
467
+ "comment": {
468
+ "shortText": "Indicates whether to replace the default description. If `false`, the description\nfrom this component is added after the default description.",
469
+ "tags": [
470
+ {
471
+ "tag": "default",
472
+ "text": "false\n"
473
+ }
474
+ ]
475
+ },
476
+ "decorators": [
477
+ {
478
+ "name": "Input",
479
+ "type": {
480
+ "type": "reference",
481
+ "name": "Input"
482
+ },
483
+ "arguments": {}
484
+ }
485
+ ],
486
+ "sources": [
487
+ {
488
+ "fileName": "projects/errors/src/modules/error/error-description.component.ts",
489
+ "line": 20,
490
+ "character": 9
491
+ }
492
+ ],
493
+ "type": {
494
+ "type": "intrinsic",
495
+ "name": "boolean"
496
+ },
497
+ "defaultValue": "false"
498
+ }
499
+ ],
500
+ "groups": [
501
+ {
502
+ "title": "Constructors",
503
+ "kind": 512,
504
+ "children": [
505
+ 5
506
+ ]
507
+ },
508
+ {
509
+ "title": "Properties",
510
+ "kind": 1024,
511
+ "children": [
512
+ 7
513
+ ]
514
+ }
515
+ ],
516
+ "sources": [
517
+ {
518
+ "fileName": "projects/errors/src/modules/error/error-description.component.ts",
519
+ "line": 13,
520
+ "character": 13
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ "id": 8,
526
+ "name": "SkyErrorImageComponent",
527
+ "kind": 128,
528
+ "kindString": "Class",
529
+ "flags": {},
530
+ "comment": {
531
+ "shortText": "Specifies an image to display in the error message."
532
+ },
533
+ "decorators": [
534
+ {
535
+ "name": "Component",
536
+ "type": {
537
+ "type": "reference",
538
+ "name": "Component"
539
+ },
540
+ "arguments": {
541
+ "obj": "{\n selector: 'sky-error-image',\n template: '<ng-content></ng-content>'\n}"
542
+ }
543
+ }
544
+ ],
545
+ "children": [
546
+ {
547
+ "id": 9,
548
+ "name": "constructor",
549
+ "kind": 512,
550
+ "kindString": "Constructor",
551
+ "flags": {},
552
+ "signatures": [
553
+ {
554
+ "id": 10,
555
+ "name": "SkyErrorImageComponent",
556
+ "kind": 16384,
557
+ "kindString": "Constructor signature",
558
+ "flags": {},
559
+ "type": {
560
+ "type": "reference",
561
+ "id": 8,
562
+ "name": "SkyErrorImageComponent"
563
+ }
564
+ }
565
+ ]
566
+ }
567
+ ],
568
+ "groups": [
569
+ {
570
+ "title": "Constructors",
571
+ "kind": 512,
572
+ "children": [
573
+ 9
574
+ ]
575
+ }
576
+ ],
577
+ "sources": [
578
+ {
579
+ "fileName": "projects/errors/src/modules/error/error-image.component.ts",
580
+ "line": 12,
581
+ "character": 13
582
+ }
583
+ ]
584
+ },
585
+ {
586
+ "id": 11,
587
+ "name": "SkyErrorTitleComponent",
588
+ "kind": 128,
589
+ "kindString": "Class",
590
+ "flags": {},
591
+ "comment": {
592
+ "shortText": "Specifies a title to display in the error message."
593
+ },
594
+ "decorators": [
595
+ {
596
+ "name": "Component",
597
+ "type": {
598
+ "type": "reference",
599
+ "name": "Component"
600
+ },
601
+ "arguments": {
602
+ "obj": "{\n selector: 'sky-error-title',\n template: '<ng-content></ng-content>'\n}"
603
+ }
604
+ }
605
+ ],
606
+ "children": [
607
+ {
608
+ "id": 12,
609
+ "name": "constructor",
610
+ "kind": 512,
611
+ "kindString": "Constructor",
612
+ "flags": {},
613
+ "signatures": [
614
+ {
615
+ "id": 13,
616
+ "name": "SkyErrorTitleComponent",
617
+ "kind": 16384,
618
+ "kindString": "Constructor signature",
619
+ "flags": {},
620
+ "type": {
621
+ "type": "reference",
622
+ "id": 11,
623
+ "name": "SkyErrorTitleComponent"
624
+ }
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "id": 14,
630
+ "name": "replaceDefaultTitle",
631
+ "kind": 1024,
632
+ "kindString": "Property",
633
+ "flags": {
634
+ "isPublic": true
635
+ },
636
+ "comment": {
637
+ "shortText": "Indicates whether to replace the default title. If `false`, the title\nfrom this component is added after the default title.",
638
+ "tags": [
639
+ {
640
+ "tag": "default",
641
+ "text": "false\n"
642
+ }
643
+ ]
644
+ },
645
+ "decorators": [
646
+ {
647
+ "name": "Input",
648
+ "type": {
649
+ "type": "reference",
650
+ "name": "Input"
651
+ },
652
+ "arguments": {}
653
+ }
654
+ ],
655
+ "sources": [
656
+ {
657
+ "fileName": "projects/errors/src/modules/error/error-title.component.ts",
658
+ "line": 20,
659
+ "character": 9
660
+ }
661
+ ],
662
+ "type": {
663
+ "type": "intrinsic",
664
+ "name": "boolean"
665
+ },
666
+ "defaultValue": "false"
667
+ }
668
+ ],
669
+ "groups": [
670
+ {
671
+ "title": "Constructors",
672
+ "kind": 512,
673
+ "children": [
674
+ 12
675
+ ]
676
+ },
677
+ {
678
+ "title": "Properties",
679
+ "kind": 1024,
680
+ "children": [
681
+ 14
682
+ ]
683
+ }
684
+ ],
685
+ "sources": [
686
+ {
687
+ "fileName": "projects/errors/src/modules/error/error-title.component.ts",
688
+ "line": 13,
689
+ "character": 13
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "id": 15,
695
+ "name": "SkyErrorComponent",
696
+ "kind": 128,
697
+ "kindString": "Class",
698
+ "flags": {},
699
+ "comment": {
700
+ "shortText": "Displays a SKY UX-themed error message."
701
+ },
702
+ "decorators": [
703
+ {
704
+ "name": "Component",
705
+ "type": {
706
+ "type": "reference",
707
+ "name": "Component"
708
+ },
709
+ "arguments": {
710
+ "obj": "{\n selector: 'sky-error',\n styleUrls: ['./error.component.scss'],\n templateUrl: './error.component.html'\n}"
711
+ }
712
+ }
713
+ ],
714
+ "children": [
715
+ {
716
+ "id": 16,
717
+ "name": "constructor",
718
+ "kind": 512,
719
+ "kindString": "Constructor",
720
+ "flags": {},
721
+ "sources": [
722
+ {
723
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
724
+ "line": 74,
725
+ "character": 2
726
+ }
727
+ ],
728
+ "signatures": [
729
+ {
730
+ "id": 17,
731
+ "name": "SkyErrorComponent",
732
+ "kind": 16384,
733
+ "kindString": "Constructor signature",
734
+ "flags": {},
735
+ "parameters": [
736
+ {
737
+ "id": 18,
738
+ "name": "resourcesService",
739
+ "kind": 32768,
740
+ "kindString": "Parameter",
741
+ "flags": {},
742
+ "type": {
743
+ "type": "reference",
744
+ "name": "SkyLibResourcesService"
745
+ }
746
+ }
747
+ ],
748
+ "type": {
749
+ "type": "reference",
750
+ "id": 15,
751
+ "name": "SkyErrorComponent"
752
+ }
753
+ }
754
+ ]
755
+ },
756
+ {
757
+ "id": 25,
758
+ "name": "description",
759
+ "kind": 1024,
760
+ "kindString": "Property",
761
+ "flags": {
762
+ "isPublic": true
763
+ },
764
+ "sources": [
765
+ {
766
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
767
+ "line": 56,
768
+ "character": 9
769
+ }
770
+ ],
771
+ "type": {
772
+ "type": "intrinsic",
773
+ "name": "string"
774
+ },
775
+ "defaultValue": "..."
776
+ },
777
+ {
778
+ "id": 23,
779
+ "name": "showImage",
780
+ "kind": 1024,
781
+ "kindString": "Property",
782
+ "flags": {
783
+ "isPublic": true
784
+ },
785
+ "comment": {
786
+ "shortText": "Indicates whether to display the error image.",
787
+ "tags": [
788
+ {
789
+ "tag": "default",
790
+ "text": "true\n"
791
+ }
792
+ ]
793
+ },
794
+ "decorators": [
795
+ {
796
+ "name": "Input",
797
+ "type": {
798
+ "type": "reference",
799
+ "name": "Input"
800
+ },
801
+ "arguments": {}
802
+ }
803
+ ],
804
+ "sources": [
805
+ {
806
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
807
+ "line": 53,
808
+ "character": 9
809
+ }
810
+ ],
811
+ "type": {
812
+ "type": "intrinsic",
813
+ "name": "boolean"
814
+ },
815
+ "defaultValue": "true"
816
+ },
817
+ {
818
+ "id": 24,
819
+ "name": "title",
820
+ "kind": 1024,
821
+ "kindString": "Property",
822
+ "flags": {
823
+ "isPublic": true
824
+ },
825
+ "sources": [
826
+ {
827
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
828
+ "line": 55,
829
+ "character": 9
830
+ }
831
+ ],
832
+ "type": {
833
+ "type": "intrinsic",
834
+ "name": "string"
835
+ },
836
+ "defaultValue": "..."
837
+ },
838
+ {
839
+ "id": 19,
840
+ "name": "errorType",
841
+ "kind": 262144,
842
+ "kindString": "Accessor",
843
+ "flags": {
844
+ "isPublic": true
845
+ },
846
+ "decorators": [
847
+ {
848
+ "name": "Input",
849
+ "type": {
850
+ "type": "reference",
851
+ "name": "Input"
852
+ },
853
+ "arguments": {}
854
+ }
855
+ ],
856
+ "sources": [
857
+ {
858
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
859
+ "line": 39,
860
+ "character": 13
861
+ }
862
+ ],
863
+ "getSignature": [
864
+ {
865
+ "id": 20,
866
+ "name": "errorType",
867
+ "kind": 524288,
868
+ "kindString": "Get signature",
869
+ "flags": {},
870
+ "comment": {
871
+ "shortText": "Specifies an error type to use a set of pre-defined values for the image,\ntitle, and description. The valid options are `'broken'`, `'construction'`,\n`'notfound'`, and `'security'`."
872
+ },
873
+ "type": {
874
+ "type": "reference",
875
+ "id": 56,
876
+ "name": "SkyErrorType"
877
+ }
878
+ }
879
+ ],
880
+ "setSignature": [
881
+ {
882
+ "id": 21,
883
+ "name": "errorType",
884
+ "kind": 1048576,
885
+ "kindString": "Set signature",
886
+ "flags": {},
887
+ "comment": {
888
+ "shortText": "Specifies an error type to use a set of pre-defined values for the image,\ntitle, and description. The valid options are `'broken'`, `'construction'`,\n`'notfound'`, and `'security'`."
889
+ },
890
+ "parameters": [
891
+ {
892
+ "id": 22,
893
+ "name": "value",
894
+ "kind": 32768,
895
+ "kindString": "Parameter",
896
+ "flags": {},
897
+ "type": {
898
+ "type": "reference",
899
+ "id": 56,
900
+ "name": "SkyErrorType"
901
+ }
902
+ }
903
+ ],
904
+ "type": {
905
+ "type": "intrinsic",
906
+ "name": "void"
907
+ }
908
+ }
909
+ ]
910
+ },
911
+ {
912
+ "id": 28,
913
+ "name": "showDescription",
914
+ "kind": 262144,
915
+ "kindString": "Accessor",
916
+ "flags": {
917
+ "isPublic": true
918
+ },
919
+ "sources": [
920
+ {
921
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
922
+ "line": 62,
923
+ "character": 13
924
+ }
925
+ ],
926
+ "getSignature": [
927
+ {
928
+ "id": 29,
929
+ "name": "showDescription",
930
+ "kind": 524288,
931
+ "kindString": "Get signature",
932
+ "flags": {},
933
+ "type": {
934
+ "type": "intrinsic",
935
+ "name": "boolean"
936
+ }
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "id": 26,
942
+ "name": "showTitle",
943
+ "kind": 262144,
944
+ "kindString": "Accessor",
945
+ "flags": {
946
+ "isPublic": true
947
+ },
948
+ "sources": [
949
+ {
950
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
951
+ "line": 58,
952
+ "character": 13
953
+ }
954
+ ],
955
+ "getSignature": [
956
+ {
957
+ "id": 27,
958
+ "name": "showTitle",
959
+ "kind": 524288,
960
+ "kindString": "Get signature",
961
+ "flags": {},
962
+ "type": {
963
+ "type": "intrinsic",
964
+ "name": "boolean"
965
+ }
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "id": 33,
971
+ "name": "ngOnInit",
972
+ "kind": 2048,
973
+ "kindString": "Method",
974
+ "flags": {
975
+ "isPublic": true
976
+ },
977
+ "sources": [
978
+ {
979
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
980
+ "line": 78,
981
+ "character": 9
982
+ }
983
+ ],
984
+ "signatures": [
985
+ {
986
+ "id": 34,
987
+ "name": "ngOnInit",
988
+ "kind": 4096,
989
+ "kindString": "Call signature",
990
+ "flags": {},
991
+ "type": {
992
+ "type": "intrinsic",
993
+ "name": "void"
994
+ },
995
+ "implementationOf": {
996
+ "type": "reference",
997
+ "name": "OnInit.ngOnInit"
998
+ }
999
+ }
1000
+ ],
1001
+ "implementationOf": {
1002
+ "type": "reference",
1003
+ "name": "OnInit.ngOnInit"
1004
+ }
1005
+ },
1006
+ {
1007
+ "id": 35,
1008
+ "name": "setErrorTypeFields",
1009
+ "kind": 2048,
1010
+ "kindString": "Method",
1011
+ "flags": {
1012
+ "isPublic": true
1013
+ },
1014
+ "sources": [
1015
+ {
1016
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
1017
+ "line": 84,
1018
+ "character": 9
1019
+ }
1020
+ ],
1021
+ "signatures": [
1022
+ {
1023
+ "id": 36,
1024
+ "name": "setErrorTypeFields",
1025
+ "kind": 4096,
1026
+ "kindString": "Call signature",
1027
+ "flags": {},
1028
+ "type": {
1029
+ "type": "intrinsic",
1030
+ "name": "void"
1031
+ }
1032
+ }
1033
+ ]
1034
+ }
1035
+ ],
1036
+ "groups": [
1037
+ {
1038
+ "title": "Constructors",
1039
+ "kind": 512,
1040
+ "children": [
1041
+ 16
1042
+ ]
1043
+ },
1044
+ {
1045
+ "title": "Properties",
1046
+ "kind": 1024,
1047
+ "children": [
1048
+ 25,
1049
+ 23,
1050
+ 24
1051
+ ]
1052
+ },
1053
+ {
1054
+ "title": "Accessors",
1055
+ "kind": 262144,
1056
+ "children": [
1057
+ 19,
1058
+ 28,
1059
+ 26
1060
+ ]
1061
+ },
1062
+ {
1063
+ "title": "Methods",
1064
+ "kind": 2048,
1065
+ "children": [
1066
+ 33,
1067
+ 35
1068
+ ]
1069
+ }
1070
+ ],
1071
+ "sources": [
1072
+ {
1073
+ "fileName": "projects/errors/src/modules/error/error.component.ts",
1074
+ "line": 32,
1075
+ "character": 13
1076
+ }
1077
+ ],
1078
+ "implementedTypes": [
1079
+ {
1080
+ "type": "reference",
1081
+ "name": "OnInit"
1082
+ }
1083
+ ]
1084
+ },
1085
+ {
1086
+ "id": 56,
1087
+ "name": "SkyErrorType",
1088
+ "kind": 4194304,
1089
+ "kindString": "Type alias",
1090
+ "flags": {},
1091
+ "comment": {
1092
+ "shortText": "Specifies which error to display."
1093
+ },
1094
+ "sources": [
1095
+ {
1096
+ "fileName": "projects/errors/src/modules/error/error-type.ts",
1097
+ "line": 4,
1098
+ "character": 12
1099
+ }
1100
+ ],
1101
+ "type": {
1102
+ "type": "union",
1103
+ "types": [
1104
+ {
1105
+ "type": "literal",
1106
+ "value": "broken"
1107
+ },
1108
+ {
1109
+ "type": "literal",
1110
+ "value": "construction"
1111
+ },
1112
+ {
1113
+ "type": "literal",
1114
+ "value": "notfound"
1115
+ },
1116
+ {
1117
+ "type": "literal",
1118
+ "value": "security"
1119
+ }
1120
+ ]
1121
+ }
1122
+ }
1123
+ ],
1124
+ "groups": [
1125
+ {
1126
+ "title": "Classes",
1127
+ "kind": 128,
1128
+ "children": [
1129
+ 40,
1130
+ 46,
1131
+ 53,
1132
+ 1,
1133
+ 4,
1134
+ 8,
1135
+ 11,
1136
+ 15
1137
+ ]
1138
+ },
1139
+ {
1140
+ "title": "Type aliases",
1141
+ "kind": 4194304,
1142
+ "children": [
1143
+ 56
1144
+ ]
1145
+ }
1146
+ ],
1147
+ "sources": [
1148
+ {
1149
+ "fileName": "projects/errors/src/public-api.ts",
1150
+ "line": 1,
1151
+ "character": 0
1152
+ }
1153
+ ]
1154
+ },
1155
+ "codeExamples": [
1156
+ {
1157
+ "fileName": "error-demo.component.html",
1158
+ "filePath": "/projects/errors/documentation/code-examples/error/embedded/error-demo.component.html",
1159
+ "rawContents": "<sky-error\n errorType=\"broken\"\n>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Try again\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error\n errorType=\"notfound\"\n>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error\n errorType=\"construction\"\n>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error\n errorType=\"security\"\n>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Go back\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error>\n <sky-error-image>\n <img\n role=\"presentation\"\n src='data:image/png;base64,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'\n />\n </sky-error-image>\n <sky-error-title>\n Custom error with a custom image.\n </sky-error-title>\n <sky-error-description>\n Custom description.\n </sky-error-description>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Custom action\n </button>\n </sky-error-action>\n</sky-error>\n\n<sky-error\n errorType=\"broken\"\n>\n <sky-error-title\n [replaceDefaultTitle]=\"true\"\n >\n Custom error with a default image.\n </sky-error-title>\n <sky-error-description\n [replaceDefaultDescription]=\"true\"\n >\n Custom description.\n </sky-error-description>\n <sky-error-action>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"customAction()\"\n >\n Custom action\n </button>\n </sky-error-action>\n</sky-error>\n"
1160
+ },
1161
+ {
1162
+ "fileName": "error-demo.component.ts",
1163
+ "filePath": "/projects/errors/documentation/code-examples/error/embedded/error-demo.component.ts",
1164
+ "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-error-demo',\n templateUrl: './error-demo.component.html',\n styles: [`\n ::ng-deep .sky-error {\n margin: 40px 0;\n }\n `]\n})\nexport class ErrorDemoComponent {\n\n public customAction(): void {\n alert('action clicked!');\n }\n\n}\n"
1165
+ },
1166
+ {
1167
+ "fileName": "error-demo.module.ts",
1168
+ "filePath": "/projects/errors/documentation/code-examples/error/embedded/error-demo.module.ts",
1169
+ "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyErrorModule\n} from '@skyux/errors';\n\nimport {\n ErrorDemoComponent\n} from './error-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyErrorModule\n ],\n declarations: [\n ErrorDemoComponent\n ],\n exports: [\n ErrorDemoComponent\n ]\n})\nexport class ErrorDemoModule { }\n"
1170
+ },
1171
+ {
1172
+ "fileName": "error-demo.component.html",
1173
+ "filePath": "/projects/errors/documentation/code-examples/error/modal/error-demo.component.html",
1174
+ "rawContents": "<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openErrorModal()\"\n>\n Open error modal\n</button>\n"
1175
+ },
1176
+ {
1177
+ "fileName": "error-demo.component.ts",
1178
+ "filePath": "/projects/errors/documentation/code-examples/error/modal/error-demo.component.ts",
1179
+ "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n ErrorModalConfig,\n SkyErrorModalService\n} from '@skyux/errors';\n\n@Component({\n selector: 'app-error-demo',\n templateUrl: './error-demo.component.html',\n providers: [SkyErrorModalService]\n})\nexport class ErrorDemoComponent {\n\n constructor(\n private errorService: SkyErrorModalService\n ) { }\n\n public openErrorModal(): void {\n const config: ErrorModalConfig = {\n errorTitle: 'Something went wrong.',\n errorDescription: 'Close the modal, and come back later.',\n errorCloseText: 'Close'\n };\n this.errorService.open(config);\n }\n\n}\n"
1180
+ },
1181
+ {
1182
+ "fileName": "error-demo.module.ts",
1183
+ "filePath": "/projects/errors/documentation/code-examples/error/modal/error-demo.module.ts",
1184
+ "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyErrorModule\n} from '@skyux/errors';\n\nimport {\n ErrorDemoComponent\n} from './error-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyErrorModule\n ],\n declarations: [\n ErrorDemoComponent\n ],\n exports: [\n ErrorDemoComponent\n ]\n})\nexport class ErrorDemoModule { }\n"
1185
+ }
1186
+ ]
1187
+ }