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