@genesislcap/foundation-errors 9.0.1-alpha-b5c5eb7.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 (176) hide show
  1. package/README.md +5 -0
  2. package/dist/1.0.0.remoteEntry.js +1 -0
  3. package/dist/145.145.25912f2c12344fb25e16.js +2 -0
  4. package/dist/145.e7ed8da0367f1288ec24cf6472d1f047.js.map +1 -0
  5. package/dist/191.191.da8a5884febca6f1a439.js +2 -0
  6. package/dist/191.efd2fea1a42a47cddbf6e6ab15fbf2bb.js.map +1 -0
  7. package/dist/366.366.82702b77300a9353fc87.js +2 -0
  8. package/dist/366.a181180b871f72ff9f4ad3e3f3ea3734.js.map +1 -0
  9. package/dist/755.62d9698f4e62142b980949b517fded3f.js.map +1 -0
  10. package/dist/755.755.f8db61516204a76477a8.js +2 -0
  11. package/dist/dashboard.json +1 -0
  12. package/dist/dts/banner/error-banner-builder.d.ts +10 -0
  13. package/dist/dts/banner/error-banner-builder.d.ts.map +1 -0
  14. package/dist/dts/banner/index.d.ts +2 -0
  15. package/dist/dts/banner/index.d.ts.map +1 -0
  16. package/dist/dts/dialog/error-dialog-builder.d.ts +10 -0
  17. package/dist/dts/dialog/error-dialog-builder.d.ts.map +1 -0
  18. package/dist/dts/dialog/error-dialog-launcher.d.ts +10 -0
  19. package/dist/dts/dialog/error-dialog-launcher.d.ts.map +1 -0
  20. package/dist/dts/dialog/index.d.ts +3 -0
  21. package/dist/dts/dialog/index.d.ts.map +1 -0
  22. package/dist/dts/error-builder.d.ts +23 -0
  23. package/dist/dts/error-builder.d.ts.map +1 -0
  24. package/dist/dts/error-launcher.d.ts +10 -0
  25. package/dist/dts/error-launcher.d.ts.map +1 -0
  26. package/dist/dts/error-util.d.ts +25 -0
  27. package/dist/dts/error-util.d.ts.map +1 -0
  28. package/dist/dts/index.d.ts +9 -0
  29. package/dist/dts/index.d.ts.map +1 -0
  30. package/dist/dts/index.federated.d.ts +1 -0
  31. package/dist/dts/index.federated.d.ts.map +1 -0
  32. package/dist/dts/logger.d.ts +2 -0
  33. package/dist/dts/logger.d.ts.map +1 -0
  34. package/dist/dts/notification/index.d.ts +3 -0
  35. package/dist/dts/notification/index.d.ts.map +1 -0
  36. package/dist/dts/notification/notification-builder.d.ts +12 -0
  37. package/dist/dts/notification/notification-builder.d.ts.map +1 -0
  38. package/dist/dts/notification/notification-launcher.d.ts +10 -0
  39. package/dist/dts/notification/notification-launcher.d.ts.map +1 -0
  40. package/dist/dts/snackbar/index.d.ts +3 -0
  41. package/dist/dts/snackbar/index.d.ts.map +1 -0
  42. package/dist/dts/snackbar/snackbar-builder.d.ts +27 -0
  43. package/dist/dts/snackbar/snackbar-builder.d.ts.map +1 -0
  44. package/dist/dts/snackbar/snackbar-launcher.d.ts +10 -0
  45. package/dist/dts/snackbar/snackbar-launcher.d.ts.map +1 -0
  46. package/dist/dts/tsdoc-metadata.json +11 -0
  47. package/dist/dts/types.d.ts +52 -0
  48. package/dist/dts/types.d.ts.map +1 -0
  49. package/dist/esm/banner/error-banner-builder.js +25 -0
  50. package/dist/esm/banner/error-banner-builder.js.map +1 -0
  51. package/dist/esm/banner/index.js +2 -0
  52. package/dist/esm/banner/index.js.map +1 -0
  53. package/dist/esm/dialog/error-dialog-builder.js +25 -0
  54. package/dist/esm/dialog/error-dialog-builder.js.map +1 -0
  55. package/dist/esm/dialog/error-dialog-launcher.js +17 -0
  56. package/dist/esm/dialog/error-dialog-launcher.js.map +1 -0
  57. package/dist/esm/dialog/index.js +3 -0
  58. package/dist/esm/dialog/index.js.map +1 -0
  59. package/dist/esm/error-builder.js +74 -0
  60. package/dist/esm/error-builder.js.map +1 -0
  61. package/dist/esm/error-launcher.js +34 -0
  62. package/dist/esm/error-launcher.js.map +1 -0
  63. package/dist/esm/error-util.js +43 -0
  64. package/dist/esm/error-util.js.map +1 -0
  65. package/dist/esm/index.federated.js +2 -0
  66. package/dist/esm/index.federated.js.map +1 -0
  67. package/dist/esm/index.js +9 -0
  68. package/dist/esm/index.js.map +1 -0
  69. package/dist/esm/logger.js +3 -0
  70. package/dist/esm/logger.js.map +1 -0
  71. package/dist/esm/notification/index.js +3 -0
  72. package/dist/esm/notification/index.js.map +1 -0
  73. package/dist/esm/notification/notification-builder.js +29 -0
  74. package/dist/esm/notification/notification-builder.js.map +1 -0
  75. package/dist/esm/notification/notification-launcher.js +40 -0
  76. package/dist/esm/notification/notification-launcher.js.map +1 -0
  77. package/dist/esm/snackbar/index.js +3 -0
  78. package/dist/esm/snackbar/index.js.map +1 -0
  79. package/dist/esm/snackbar/snackbar-builder.js +42 -0
  80. package/dist/esm/snackbar/snackbar-builder.js.map +1 -0
  81. package/dist/esm/snackbar/snackbar-launcher.js +16 -0
  82. package/dist/esm/snackbar/snackbar-launcher.js.map +1 -0
  83. package/dist/esm/types.js +5 -0
  84. package/dist/esm/types.js.map +1 -0
  85. package/dist/favicon.ico +0 -0
  86. package/dist/foundation-errors.api.json +2483 -0
  87. package/dist/foundation-errors.d.ts +205 -0
  88. package/dist/foundation-errors.iife.min.js +1 -0
  89. package/dist/foundation-errors.js +1240 -0
  90. package/dist/foundation-errors.min.js +1 -0
  91. package/dist/foundationErrors.3332a181471a7c01e0521b713cbe35e9.js.map +1 -0
  92. package/dist/index.ejs +23 -0
  93. package/dist/index.html +10 -0
  94. package/dist/info.ejs +13 -0
  95. package/dist/info.html +14 -0
  96. package/dist/main.5ba41fdd245152fbed9605c3b9e25cee.js.map +1 -0
  97. package/dist/main.729daae38fba054a7206.js +2 -0
  98. package/dist/npm.consola.713.6bcc5abc1500250af5f5.js +2 -0
  99. package/dist/npm.consola.de429dd64b8dd7d3424e047e422d6ee1.js.map +1 -0
  100. package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js +3 -0
  101. package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js.LICENSE.txt +14 -0
  102. package/dist/npm.microsoft.4ae729aafa2e074df718ae9a73d16fa1.js.map +1 -0
  103. package/dist/remoteEntry.js +2 -0
  104. package/dist/serve.json +3 -0
  105. package/docs/api/foundation-errors.confirmingaction.action.md +11 -0
  106. package/docs/api/foundation-errors.confirmingaction.label.md +11 -0
  107. package/docs/api/foundation-errors.confirmingaction.md +19 -0
  108. package/docs/api/foundation-errors.dismissingaction.action.md +11 -0
  109. package/docs/api/foundation-errors.dismissingaction.label.md +11 -0
  110. package/docs/api/foundation-errors.dismissingaction.md +19 -0
  111. package/docs/api/foundation-errors.errorbanner.confirmingactions.md +11 -0
  112. package/docs/api/foundation-errors.errorbanner.dismissingaction.md +11 -0
  113. package/docs/api/foundation-errors.errorbanner.md +19 -0
  114. package/docs/api/foundation-errors.errorbannerbuilder.build.md +15 -0
  115. package/docs/api/foundation-errors.errorbannerbuilder.md +20 -0
  116. package/docs/api/foundation-errors.errorbannerbuilder.withconfirmingaction.md +22 -0
  117. package/docs/api/foundation-errors.errorbannerbuilder.withdismissingaction.md +22 -0
  118. package/docs/api/foundation-errors.errorboundaryevent.md +18 -0
  119. package/docs/api/foundation-errors.errorbuilder.build.md +15 -0
  120. package/docs/api/foundation-errors.errorbuilder.md +26 -0
  121. package/docs/api/foundation-errors.errorbuilder.withalert.md +22 -0
  122. package/docs/api/foundation-errors.errorbuilder.withbanner.md +22 -0
  123. package/docs/api/foundation-errors.errorbuilder.withdialog.md +22 -0
  124. package/docs/api/foundation-errors.errorbuilder.witherrordetails.md +22 -0
  125. package/docs/api/foundation-errors.errorbuilder.withloglevel.md +22 -0
  126. package/docs/api/foundation-errors.errorbuilder.withnotification.md +22 -0
  127. package/docs/api/foundation-errors.errorbuilder.withsnackbar.md +22 -0
  128. package/docs/api/foundation-errors.errorbuilder.withtitle.md +22 -0
  129. package/docs/api/foundation-errors.errordialog.confirmingactions.md +11 -0
  130. package/docs/api/foundation-errors.errordialog.dismissingaction.md +11 -0
  131. package/docs/api/foundation-errors.errordialog.md +19 -0
  132. package/docs/api/foundation-errors.errordialogbuilder.build.md +15 -0
  133. package/docs/api/foundation-errors.errordialogbuilder.md +20 -0
  134. package/docs/api/foundation-errors.errordialogbuilder.withconfirmingaction.md +22 -0
  135. package/docs/api/foundation-errors.errordialogbuilder.withdismissingaction.md +22 -0
  136. package/docs/api/foundation-errors.errordialogelement.md +15 -0
  137. package/docs/api/foundation-errors.errorelement.md +15 -0
  138. package/docs/api/foundation-errors.errornotification.autoclose.md +11 -0
  139. package/docs/api/foundation-errors.errornotification.closetimeout.md +11 -0
  140. package/docs/api/foundation-errors.errornotification.md +20 -0
  141. package/docs/api/foundation-errors.errornotification.type.md +11 -0
  142. package/docs/api/foundation-errors.errorstructure.config.md +18 -0
  143. package/docs/api/foundation-errors.errorstructure.errordetails.md +11 -0
  144. package/docs/api/foundation-errors.errorstructure.loglevel.md +11 -0
  145. package/docs/api/foundation-errors.errorstructure.md +21 -0
  146. package/docs/api/foundation-errors.errorstructure.title.md +11 -0
  147. package/docs/api/foundation-errors.geterrorbannerbuilder.md +11 -0
  148. package/docs/api/foundation-errors.geterrorbuilder.md +11 -0
  149. package/docs/api/foundation-errors.geterrorcontainer.md +13 -0
  150. package/docs/api/foundation-errors.geterrordetails.md +13 -0
  151. package/docs/api/foundation-errors.geterrordialogbuilder.md +11 -0
  152. package/docs/api/foundation-errors.getloglevel.md +13 -0
  153. package/docs/api/foundation-errors.getnotificationbuilder.md +11 -0
  154. package/docs/api/foundation-errors.getsnackbarbuilder.md +11 -0
  155. package/docs/api/foundation-errors.md +58 -0
  156. package/docs/api/foundation-errors.notificationbuilder.build.md +15 -0
  157. package/docs/api/foundation-errors.notificationbuilder.md +21 -0
  158. package/docs/api/foundation-errors.notificationbuilder.withautoclose.md +22 -0
  159. package/docs/api/foundation-errors.notificationbuilder.withclosetimeout.md +22 -0
  160. package/docs/api/foundation-errors.notificationbuilder.withtype.md +22 -0
  161. package/docs/api/foundation-errors.showdialog.md +13 -0
  162. package/docs/api/foundation-errors.showerror.md +13 -0
  163. package/docs/api/foundation-errors.shownotification.md +13 -0
  164. package/docs/api/foundation-errors.showsnackbar.md +13 -0
  165. package/docs/api/foundation-errors.snackbar.confirmingactions.md +11 -0
  166. package/docs/api/foundation-errors.snackbar.md +19 -0
  167. package/docs/api/foundation-errors.snackbar.type.md +11 -0
  168. package/docs/api/foundation-errors.snackbarbuilder.build.md +19 -0
  169. package/docs/api/foundation-errors.snackbarbuilder.md +20 -0
  170. package/docs/api/foundation-errors.snackbarbuilder.withconfirmingaction.md +25 -0
  171. package/docs/api/foundation-errors.snackbarbuilder.withtype.md +25 -0
  172. package/docs/api/index.md +12 -0
  173. package/docs/api-report.md +193 -0
  174. package/jsdom.setup.ts +1 -0
  175. package/license.txt +46 -0
  176. package/package.json +101 -0
@@ -0,0 +1,2483 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.4",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@genesislcap/foundation-errors!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/foundation-errors",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/foundation-errors!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface ConfirmingAction "
183
+ }
184
+ ],
185
+ "fileUrlPath": "src/types.ts",
186
+ "releaseTag": "Public",
187
+ "name": "ConfirmingAction",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction#action:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "readonly action: "
198
+ },
199
+ {
200
+ "kind": "Reference",
201
+ "text": "Function",
202
+ "canonicalReference": "!Function:interface"
203
+ },
204
+ {
205
+ "kind": "Content",
206
+ "text": ";"
207
+ }
208
+ ],
209
+ "isReadonly": true,
210
+ "isOptional": false,
211
+ "releaseTag": "Public",
212
+ "name": "action",
213
+ "propertyTypeTokenRange": {
214
+ "startIndex": 1,
215
+ "endIndex": 2
216
+ }
217
+ },
218
+ {
219
+ "kind": "PropertySignature",
220
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction#label:member",
221
+ "docComment": "",
222
+ "excerptTokens": [
223
+ {
224
+ "kind": "Content",
225
+ "text": "readonly label: "
226
+ },
227
+ {
228
+ "kind": "Reference",
229
+ "text": "String",
230
+ "canonicalReference": "!String:interface"
231
+ },
232
+ {
233
+ "kind": "Content",
234
+ "text": ";"
235
+ }
236
+ ],
237
+ "isReadonly": true,
238
+ "isOptional": false,
239
+ "releaseTag": "Public",
240
+ "name": "label",
241
+ "propertyTypeTokenRange": {
242
+ "startIndex": 1,
243
+ "endIndex": 2
244
+ }
245
+ }
246
+ ],
247
+ "extendsTokenRanges": []
248
+ },
249
+ {
250
+ "kind": "Interface",
251
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction:interface",
252
+ "docComment": "",
253
+ "excerptTokens": [
254
+ {
255
+ "kind": "Content",
256
+ "text": "export interface DismissingAction "
257
+ }
258
+ ],
259
+ "fileUrlPath": "src/types.ts",
260
+ "releaseTag": "Public",
261
+ "name": "DismissingAction",
262
+ "preserveMemberOrder": false,
263
+ "members": [
264
+ {
265
+ "kind": "PropertySignature",
266
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction#action:member",
267
+ "docComment": "",
268
+ "excerptTokens": [
269
+ {
270
+ "kind": "Content",
271
+ "text": "readonly action?: "
272
+ },
273
+ {
274
+ "kind": "Reference",
275
+ "text": "Function",
276
+ "canonicalReference": "!Function:interface"
277
+ },
278
+ {
279
+ "kind": "Content",
280
+ "text": ";"
281
+ }
282
+ ],
283
+ "isReadonly": true,
284
+ "isOptional": true,
285
+ "releaseTag": "Public",
286
+ "name": "action",
287
+ "propertyTypeTokenRange": {
288
+ "startIndex": 1,
289
+ "endIndex": 2
290
+ }
291
+ },
292
+ {
293
+ "kind": "PropertySignature",
294
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction#label:member",
295
+ "docComment": "",
296
+ "excerptTokens": [
297
+ {
298
+ "kind": "Content",
299
+ "text": "readonly label: "
300
+ },
301
+ {
302
+ "kind": "Reference",
303
+ "text": "String",
304
+ "canonicalReference": "!String:interface"
305
+ },
306
+ {
307
+ "kind": "Content",
308
+ "text": ";"
309
+ }
310
+ ],
311
+ "isReadonly": true,
312
+ "isOptional": false,
313
+ "releaseTag": "Public",
314
+ "name": "label",
315
+ "propertyTypeTokenRange": {
316
+ "startIndex": 1,
317
+ "endIndex": 2
318
+ }
319
+ }
320
+ ],
321
+ "extendsTokenRanges": []
322
+ },
323
+ {
324
+ "kind": "Interface",
325
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner:interface",
326
+ "docComment": "",
327
+ "excerptTokens": [
328
+ {
329
+ "kind": "Content",
330
+ "text": "export interface ErrorBanner "
331
+ }
332
+ ],
333
+ "fileUrlPath": "src/types.ts",
334
+ "releaseTag": "Public",
335
+ "name": "ErrorBanner",
336
+ "preserveMemberOrder": false,
337
+ "members": [
338
+ {
339
+ "kind": "PropertySignature",
340
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner#confirmingActions:member",
341
+ "docComment": "",
342
+ "excerptTokens": [
343
+ {
344
+ "kind": "Content",
345
+ "text": "readonly confirmingActions?: "
346
+ },
347
+ {
348
+ "kind": "Reference",
349
+ "text": "Array",
350
+ "canonicalReference": "!Array:interface"
351
+ },
352
+ {
353
+ "kind": "Content",
354
+ "text": "<"
355
+ },
356
+ {
357
+ "kind": "Reference",
358
+ "text": "ConfirmingAction",
359
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
360
+ },
361
+ {
362
+ "kind": "Content",
363
+ "text": ">"
364
+ },
365
+ {
366
+ "kind": "Content",
367
+ "text": ";"
368
+ }
369
+ ],
370
+ "isReadonly": true,
371
+ "isOptional": true,
372
+ "releaseTag": "Public",
373
+ "name": "confirmingActions",
374
+ "propertyTypeTokenRange": {
375
+ "startIndex": 1,
376
+ "endIndex": 5
377
+ }
378
+ },
379
+ {
380
+ "kind": "PropertySignature",
381
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner#dismissingAction:member",
382
+ "docComment": "",
383
+ "excerptTokens": [
384
+ {
385
+ "kind": "Content",
386
+ "text": "readonly dismissingAction?: "
387
+ },
388
+ {
389
+ "kind": "Reference",
390
+ "text": "DismissingAction",
391
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction:interface"
392
+ },
393
+ {
394
+ "kind": "Content",
395
+ "text": ";"
396
+ }
397
+ ],
398
+ "isReadonly": true,
399
+ "isOptional": true,
400
+ "releaseTag": "Public",
401
+ "name": "dismissingAction",
402
+ "propertyTypeTokenRange": {
403
+ "startIndex": 1,
404
+ "endIndex": 2
405
+ }
406
+ }
407
+ ],
408
+ "extendsTokenRanges": []
409
+ },
410
+ {
411
+ "kind": "Class",
412
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder:class",
413
+ "docComment": "",
414
+ "excerptTokens": [
415
+ {
416
+ "kind": "Content",
417
+ "text": "export declare class ErrorBannerBuilder "
418
+ }
419
+ ],
420
+ "fileUrlPath": "src/banner/error-banner-builder.ts",
421
+ "releaseTag": "Public",
422
+ "isAbstract": false,
423
+ "name": "ErrorBannerBuilder",
424
+ "preserveMemberOrder": false,
425
+ "members": [
426
+ {
427
+ "kind": "Method",
428
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder#build:member(1)",
429
+ "docComment": "",
430
+ "excerptTokens": [
431
+ {
432
+ "kind": "Content",
433
+ "text": "build(): "
434
+ },
435
+ {
436
+ "kind": "Reference",
437
+ "text": "ErrorBanner",
438
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner:interface"
439
+ },
440
+ {
441
+ "kind": "Content",
442
+ "text": ";"
443
+ }
444
+ ],
445
+ "isStatic": false,
446
+ "returnTypeTokenRange": {
447
+ "startIndex": 1,
448
+ "endIndex": 2
449
+ },
450
+ "releaseTag": "Public",
451
+ "isProtected": false,
452
+ "overloadIndex": 1,
453
+ "parameters": [],
454
+ "isOptional": false,
455
+ "isAbstract": false,
456
+ "name": "build"
457
+ },
458
+ {
459
+ "kind": "Method",
460
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder#withConfirmingAction:member(1)",
461
+ "docComment": "",
462
+ "excerptTokens": [
463
+ {
464
+ "kind": "Content",
465
+ "text": "withConfirmingAction(confirmingAction: "
466
+ },
467
+ {
468
+ "kind": "Reference",
469
+ "text": "ConfirmingAction",
470
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
471
+ },
472
+ {
473
+ "kind": "Content",
474
+ "text": "): "
475
+ },
476
+ {
477
+ "kind": "Reference",
478
+ "text": "ErrorBannerBuilder",
479
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder:class"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": ";"
484
+ }
485
+ ],
486
+ "isStatic": false,
487
+ "returnTypeTokenRange": {
488
+ "startIndex": 3,
489
+ "endIndex": 4
490
+ },
491
+ "releaseTag": "Public",
492
+ "isProtected": false,
493
+ "overloadIndex": 1,
494
+ "parameters": [
495
+ {
496
+ "parameterName": "confirmingAction",
497
+ "parameterTypeTokenRange": {
498
+ "startIndex": 1,
499
+ "endIndex": 2
500
+ },
501
+ "isOptional": false
502
+ }
503
+ ],
504
+ "isOptional": false,
505
+ "isAbstract": false,
506
+ "name": "withConfirmingAction"
507
+ },
508
+ {
509
+ "kind": "Method",
510
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder#withDismissingAction:member(1)",
511
+ "docComment": "",
512
+ "excerptTokens": [
513
+ {
514
+ "kind": "Content",
515
+ "text": "withDismissingAction(dismissingAction: "
516
+ },
517
+ {
518
+ "kind": "Reference",
519
+ "text": "DismissingAction",
520
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction:interface"
521
+ },
522
+ {
523
+ "kind": "Content",
524
+ "text": "): "
525
+ },
526
+ {
527
+ "kind": "Reference",
528
+ "text": "ErrorBannerBuilder",
529
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder:class"
530
+ },
531
+ {
532
+ "kind": "Content",
533
+ "text": ";"
534
+ }
535
+ ],
536
+ "isStatic": false,
537
+ "returnTypeTokenRange": {
538
+ "startIndex": 3,
539
+ "endIndex": 4
540
+ },
541
+ "releaseTag": "Public",
542
+ "isProtected": false,
543
+ "overloadIndex": 1,
544
+ "parameters": [
545
+ {
546
+ "parameterName": "dismissingAction",
547
+ "parameterTypeTokenRange": {
548
+ "startIndex": 1,
549
+ "endIndex": 2
550
+ },
551
+ "isOptional": false
552
+ }
553
+ ],
554
+ "isOptional": false,
555
+ "isAbstract": false,
556
+ "name": "withDismissingAction"
557
+ }
558
+ ],
559
+ "implementsTokenRanges": []
560
+ },
561
+ {
562
+ "kind": "Enum",
563
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBoundaryEvent:enum",
564
+ "docComment": "",
565
+ "excerptTokens": [
566
+ {
567
+ "kind": "Content",
568
+ "text": "export declare enum ErrorBoundaryEvent "
569
+ }
570
+ ],
571
+ "fileUrlPath": "src/types.ts",
572
+ "releaseTag": "Public",
573
+ "name": "ErrorBoundaryEvent",
574
+ "preserveMemberOrder": false,
575
+ "members": [
576
+ {
577
+ "kind": "EnumMember",
578
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBoundaryEvent.ERROR_BOUNDARY_EVENT:member",
579
+ "docComment": "",
580
+ "excerptTokens": [
581
+ {
582
+ "kind": "Content",
583
+ "text": "ERROR_BOUNDARY_EVENT = "
584
+ },
585
+ {
586
+ "kind": "Content",
587
+ "text": "\"error-boundary-event\""
588
+ }
589
+ ],
590
+ "initializerTokenRange": {
591
+ "startIndex": 1,
592
+ "endIndex": 2
593
+ },
594
+ "releaseTag": "Public",
595
+ "name": "ERROR_BOUNDARY_EVENT"
596
+ }
597
+ ]
598
+ },
599
+ {
600
+ "kind": "Class",
601
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class",
602
+ "docComment": "",
603
+ "excerptTokens": [
604
+ {
605
+ "kind": "Content",
606
+ "text": "export declare class ErrorBuilder "
607
+ }
608
+ ],
609
+ "fileUrlPath": "src/error-builder.ts",
610
+ "releaseTag": "Public",
611
+ "isAbstract": false,
612
+ "name": "ErrorBuilder",
613
+ "preserveMemberOrder": false,
614
+ "members": [
615
+ {
616
+ "kind": "Method",
617
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#build:member(1)",
618
+ "docComment": "",
619
+ "excerptTokens": [
620
+ {
621
+ "kind": "Content",
622
+ "text": "build(): "
623
+ },
624
+ {
625
+ "kind": "Reference",
626
+ "text": "ErrorStructure",
627
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
628
+ },
629
+ {
630
+ "kind": "Content",
631
+ "text": ";"
632
+ }
633
+ ],
634
+ "isStatic": false,
635
+ "returnTypeTokenRange": {
636
+ "startIndex": 1,
637
+ "endIndex": 2
638
+ },
639
+ "releaseTag": "Public",
640
+ "isProtected": false,
641
+ "overloadIndex": 1,
642
+ "parameters": [],
643
+ "isOptional": false,
644
+ "isAbstract": false,
645
+ "name": "build"
646
+ },
647
+ {
648
+ "kind": "Method",
649
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withAlert:member(1)",
650
+ "docComment": "",
651
+ "excerptTokens": [
652
+ {
653
+ "kind": "Content",
654
+ "text": "withAlert(alert: "
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": "boolean"
659
+ },
660
+ {
661
+ "kind": "Content",
662
+ "text": "): "
663
+ },
664
+ {
665
+ "kind": "Reference",
666
+ "text": "ErrorBuilder",
667
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
668
+ },
669
+ {
670
+ "kind": "Content",
671
+ "text": ";"
672
+ }
673
+ ],
674
+ "isStatic": false,
675
+ "returnTypeTokenRange": {
676
+ "startIndex": 3,
677
+ "endIndex": 4
678
+ },
679
+ "releaseTag": "Public",
680
+ "isProtected": false,
681
+ "overloadIndex": 1,
682
+ "parameters": [
683
+ {
684
+ "parameterName": "alert",
685
+ "parameterTypeTokenRange": {
686
+ "startIndex": 1,
687
+ "endIndex": 2
688
+ },
689
+ "isOptional": false
690
+ }
691
+ ],
692
+ "isOptional": false,
693
+ "isAbstract": false,
694
+ "name": "withAlert"
695
+ },
696
+ {
697
+ "kind": "Method",
698
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withBanner:member(1)",
699
+ "docComment": "",
700
+ "excerptTokens": [
701
+ {
702
+ "kind": "Content",
703
+ "text": "withBanner(banner: "
704
+ },
705
+ {
706
+ "kind": "Reference",
707
+ "text": "ErrorBanner",
708
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner:interface"
709
+ },
710
+ {
711
+ "kind": "Content",
712
+ "text": "): "
713
+ },
714
+ {
715
+ "kind": "Reference",
716
+ "text": "ErrorBuilder",
717
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
718
+ },
719
+ {
720
+ "kind": "Content",
721
+ "text": ";"
722
+ }
723
+ ],
724
+ "isStatic": false,
725
+ "returnTypeTokenRange": {
726
+ "startIndex": 3,
727
+ "endIndex": 4
728
+ },
729
+ "releaseTag": "Public",
730
+ "isProtected": false,
731
+ "overloadIndex": 1,
732
+ "parameters": [
733
+ {
734
+ "parameterName": "banner",
735
+ "parameterTypeTokenRange": {
736
+ "startIndex": 1,
737
+ "endIndex": 2
738
+ },
739
+ "isOptional": false
740
+ }
741
+ ],
742
+ "isOptional": false,
743
+ "isAbstract": false,
744
+ "name": "withBanner"
745
+ },
746
+ {
747
+ "kind": "Method",
748
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withDialog:member(1)",
749
+ "docComment": "",
750
+ "excerptTokens": [
751
+ {
752
+ "kind": "Content",
753
+ "text": "withDialog(dialog: "
754
+ },
755
+ {
756
+ "kind": "Reference",
757
+ "text": "ErrorDialog",
758
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog:interface"
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": "): "
763
+ },
764
+ {
765
+ "kind": "Reference",
766
+ "text": "ErrorBuilder",
767
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
768
+ },
769
+ {
770
+ "kind": "Content",
771
+ "text": ";"
772
+ }
773
+ ],
774
+ "isStatic": false,
775
+ "returnTypeTokenRange": {
776
+ "startIndex": 3,
777
+ "endIndex": 4
778
+ },
779
+ "releaseTag": "Public",
780
+ "isProtected": false,
781
+ "overloadIndex": 1,
782
+ "parameters": [
783
+ {
784
+ "parameterName": "dialog",
785
+ "parameterTypeTokenRange": {
786
+ "startIndex": 1,
787
+ "endIndex": 2
788
+ },
789
+ "isOptional": false
790
+ }
791
+ ],
792
+ "isOptional": false,
793
+ "isAbstract": false,
794
+ "name": "withDialog"
795
+ },
796
+ {
797
+ "kind": "Method",
798
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withErrorDetails:member(1)",
799
+ "docComment": "",
800
+ "excerptTokens": [
801
+ {
802
+ "kind": "Content",
803
+ "text": "withErrorDetails(errorDetails: "
804
+ },
805
+ {
806
+ "kind": "Content",
807
+ "text": "string"
808
+ },
809
+ {
810
+ "kind": "Content",
811
+ "text": "): "
812
+ },
813
+ {
814
+ "kind": "Reference",
815
+ "text": "ErrorBuilder",
816
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
817
+ },
818
+ {
819
+ "kind": "Content",
820
+ "text": ";"
821
+ }
822
+ ],
823
+ "isStatic": false,
824
+ "returnTypeTokenRange": {
825
+ "startIndex": 3,
826
+ "endIndex": 4
827
+ },
828
+ "releaseTag": "Public",
829
+ "isProtected": false,
830
+ "overloadIndex": 1,
831
+ "parameters": [
832
+ {
833
+ "parameterName": "errorDetails",
834
+ "parameterTypeTokenRange": {
835
+ "startIndex": 1,
836
+ "endIndex": 2
837
+ },
838
+ "isOptional": false
839
+ }
840
+ ],
841
+ "isOptional": false,
842
+ "isAbstract": false,
843
+ "name": "withErrorDetails"
844
+ },
845
+ {
846
+ "kind": "Method",
847
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withLogLevel:member(1)",
848
+ "docComment": "",
849
+ "excerptTokens": [
850
+ {
851
+ "kind": "Content",
852
+ "text": "withLogLevel(logLevel: "
853
+ },
854
+ {
855
+ "kind": "Reference",
856
+ "text": "LogLevel",
857
+ "canonicalReference": "consola!LogLevel:enum"
858
+ },
859
+ {
860
+ "kind": "Content",
861
+ "text": "): "
862
+ },
863
+ {
864
+ "kind": "Reference",
865
+ "text": "ErrorBuilder",
866
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
867
+ },
868
+ {
869
+ "kind": "Content",
870
+ "text": ";"
871
+ }
872
+ ],
873
+ "isStatic": false,
874
+ "returnTypeTokenRange": {
875
+ "startIndex": 3,
876
+ "endIndex": 4
877
+ },
878
+ "releaseTag": "Public",
879
+ "isProtected": false,
880
+ "overloadIndex": 1,
881
+ "parameters": [
882
+ {
883
+ "parameterName": "logLevel",
884
+ "parameterTypeTokenRange": {
885
+ "startIndex": 1,
886
+ "endIndex": 2
887
+ },
888
+ "isOptional": false
889
+ }
890
+ ],
891
+ "isOptional": false,
892
+ "isAbstract": false,
893
+ "name": "withLogLevel"
894
+ },
895
+ {
896
+ "kind": "Method",
897
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withNotification:member(1)",
898
+ "docComment": "",
899
+ "excerptTokens": [
900
+ {
901
+ "kind": "Content",
902
+ "text": "withNotification(notification: "
903
+ },
904
+ {
905
+ "kind": "Reference",
906
+ "text": "ErrorNotification",
907
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification:interface"
908
+ },
909
+ {
910
+ "kind": "Content",
911
+ "text": "): "
912
+ },
913
+ {
914
+ "kind": "Reference",
915
+ "text": "ErrorBuilder",
916
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
917
+ },
918
+ {
919
+ "kind": "Content",
920
+ "text": ";"
921
+ }
922
+ ],
923
+ "isStatic": false,
924
+ "returnTypeTokenRange": {
925
+ "startIndex": 3,
926
+ "endIndex": 4
927
+ },
928
+ "releaseTag": "Public",
929
+ "isProtected": false,
930
+ "overloadIndex": 1,
931
+ "parameters": [
932
+ {
933
+ "parameterName": "notification",
934
+ "parameterTypeTokenRange": {
935
+ "startIndex": 1,
936
+ "endIndex": 2
937
+ },
938
+ "isOptional": false
939
+ }
940
+ ],
941
+ "isOptional": false,
942
+ "isAbstract": false,
943
+ "name": "withNotification"
944
+ },
945
+ {
946
+ "kind": "Method",
947
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withSnackbar:member(1)",
948
+ "docComment": "",
949
+ "excerptTokens": [
950
+ {
951
+ "kind": "Content",
952
+ "text": "withSnackbar(snackbar: "
953
+ },
954
+ {
955
+ "kind": "Reference",
956
+ "text": "Snackbar",
957
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar:interface"
958
+ },
959
+ {
960
+ "kind": "Content",
961
+ "text": "): "
962
+ },
963
+ {
964
+ "kind": "Reference",
965
+ "text": "ErrorBuilder",
966
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
967
+ },
968
+ {
969
+ "kind": "Content",
970
+ "text": ";"
971
+ }
972
+ ],
973
+ "isStatic": false,
974
+ "returnTypeTokenRange": {
975
+ "startIndex": 3,
976
+ "endIndex": 4
977
+ },
978
+ "releaseTag": "Public",
979
+ "isProtected": false,
980
+ "overloadIndex": 1,
981
+ "parameters": [
982
+ {
983
+ "parameterName": "snackbar",
984
+ "parameterTypeTokenRange": {
985
+ "startIndex": 1,
986
+ "endIndex": 2
987
+ },
988
+ "isOptional": false
989
+ }
990
+ ],
991
+ "isOptional": false,
992
+ "isAbstract": false,
993
+ "name": "withSnackbar"
994
+ },
995
+ {
996
+ "kind": "Method",
997
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder#withTitle:member(1)",
998
+ "docComment": "",
999
+ "excerptTokens": [
1000
+ {
1001
+ "kind": "Content",
1002
+ "text": "withTitle(title: "
1003
+ },
1004
+ {
1005
+ "kind": "Content",
1006
+ "text": "string"
1007
+ },
1008
+ {
1009
+ "kind": "Content",
1010
+ "text": "): "
1011
+ },
1012
+ {
1013
+ "kind": "Reference",
1014
+ "text": "ErrorBuilder",
1015
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
1016
+ },
1017
+ {
1018
+ "kind": "Content",
1019
+ "text": ";"
1020
+ }
1021
+ ],
1022
+ "isStatic": false,
1023
+ "returnTypeTokenRange": {
1024
+ "startIndex": 3,
1025
+ "endIndex": 4
1026
+ },
1027
+ "releaseTag": "Public",
1028
+ "isProtected": false,
1029
+ "overloadIndex": 1,
1030
+ "parameters": [
1031
+ {
1032
+ "parameterName": "title",
1033
+ "parameterTypeTokenRange": {
1034
+ "startIndex": 1,
1035
+ "endIndex": 2
1036
+ },
1037
+ "isOptional": false
1038
+ }
1039
+ ],
1040
+ "isOptional": false,
1041
+ "isAbstract": false,
1042
+ "name": "withTitle"
1043
+ }
1044
+ ],
1045
+ "implementsTokenRanges": []
1046
+ },
1047
+ {
1048
+ "kind": "Interface",
1049
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog:interface",
1050
+ "docComment": "",
1051
+ "excerptTokens": [
1052
+ {
1053
+ "kind": "Content",
1054
+ "text": "export interface ErrorDialog "
1055
+ }
1056
+ ],
1057
+ "fileUrlPath": "src/types.ts",
1058
+ "releaseTag": "Public",
1059
+ "name": "ErrorDialog",
1060
+ "preserveMemberOrder": false,
1061
+ "members": [
1062
+ {
1063
+ "kind": "PropertySignature",
1064
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog#confirmingActions:member",
1065
+ "docComment": "",
1066
+ "excerptTokens": [
1067
+ {
1068
+ "kind": "Content",
1069
+ "text": "readonly confirmingActions?: "
1070
+ },
1071
+ {
1072
+ "kind": "Reference",
1073
+ "text": "Array",
1074
+ "canonicalReference": "!Array:interface"
1075
+ },
1076
+ {
1077
+ "kind": "Content",
1078
+ "text": "<"
1079
+ },
1080
+ {
1081
+ "kind": "Reference",
1082
+ "text": "ConfirmingAction",
1083
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
1084
+ },
1085
+ {
1086
+ "kind": "Content",
1087
+ "text": ">"
1088
+ },
1089
+ {
1090
+ "kind": "Content",
1091
+ "text": ";"
1092
+ }
1093
+ ],
1094
+ "isReadonly": true,
1095
+ "isOptional": true,
1096
+ "releaseTag": "Public",
1097
+ "name": "confirmingActions",
1098
+ "propertyTypeTokenRange": {
1099
+ "startIndex": 1,
1100
+ "endIndex": 5
1101
+ }
1102
+ },
1103
+ {
1104
+ "kind": "PropertySignature",
1105
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog#dismissingAction:member",
1106
+ "docComment": "",
1107
+ "excerptTokens": [
1108
+ {
1109
+ "kind": "Content",
1110
+ "text": "readonly dismissingAction?: "
1111
+ },
1112
+ {
1113
+ "kind": "Reference",
1114
+ "text": "DismissingAction",
1115
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction:interface"
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": ";"
1120
+ }
1121
+ ],
1122
+ "isReadonly": true,
1123
+ "isOptional": true,
1124
+ "releaseTag": "Public",
1125
+ "name": "dismissingAction",
1126
+ "propertyTypeTokenRange": {
1127
+ "startIndex": 1,
1128
+ "endIndex": 2
1129
+ }
1130
+ }
1131
+ ],
1132
+ "extendsTokenRanges": []
1133
+ },
1134
+ {
1135
+ "kind": "Class",
1136
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder:class",
1137
+ "docComment": "",
1138
+ "excerptTokens": [
1139
+ {
1140
+ "kind": "Content",
1141
+ "text": "export declare class ErrorDialogBuilder "
1142
+ }
1143
+ ],
1144
+ "fileUrlPath": "src/dialog/error-dialog-builder.ts",
1145
+ "releaseTag": "Public",
1146
+ "isAbstract": false,
1147
+ "name": "ErrorDialogBuilder",
1148
+ "preserveMemberOrder": false,
1149
+ "members": [
1150
+ {
1151
+ "kind": "Method",
1152
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder#build:member(1)",
1153
+ "docComment": "",
1154
+ "excerptTokens": [
1155
+ {
1156
+ "kind": "Content",
1157
+ "text": "build(): "
1158
+ },
1159
+ {
1160
+ "kind": "Reference",
1161
+ "text": "ErrorDialog",
1162
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog:interface"
1163
+ },
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": ";"
1167
+ }
1168
+ ],
1169
+ "isStatic": false,
1170
+ "returnTypeTokenRange": {
1171
+ "startIndex": 1,
1172
+ "endIndex": 2
1173
+ },
1174
+ "releaseTag": "Public",
1175
+ "isProtected": false,
1176
+ "overloadIndex": 1,
1177
+ "parameters": [],
1178
+ "isOptional": false,
1179
+ "isAbstract": false,
1180
+ "name": "build"
1181
+ },
1182
+ {
1183
+ "kind": "Method",
1184
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder#withConfirmingAction:member(1)",
1185
+ "docComment": "",
1186
+ "excerptTokens": [
1187
+ {
1188
+ "kind": "Content",
1189
+ "text": "withConfirmingAction(confirmingAction: "
1190
+ },
1191
+ {
1192
+ "kind": "Reference",
1193
+ "text": "ConfirmingAction",
1194
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
1195
+ },
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": "): "
1199
+ },
1200
+ {
1201
+ "kind": "Reference",
1202
+ "text": "ErrorDialogBuilder",
1203
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder:class"
1204
+ },
1205
+ {
1206
+ "kind": "Content",
1207
+ "text": ";"
1208
+ }
1209
+ ],
1210
+ "isStatic": false,
1211
+ "returnTypeTokenRange": {
1212
+ "startIndex": 3,
1213
+ "endIndex": 4
1214
+ },
1215
+ "releaseTag": "Public",
1216
+ "isProtected": false,
1217
+ "overloadIndex": 1,
1218
+ "parameters": [
1219
+ {
1220
+ "parameterName": "confirmingAction",
1221
+ "parameterTypeTokenRange": {
1222
+ "startIndex": 1,
1223
+ "endIndex": 2
1224
+ },
1225
+ "isOptional": false
1226
+ }
1227
+ ],
1228
+ "isOptional": false,
1229
+ "isAbstract": false,
1230
+ "name": "withConfirmingAction"
1231
+ },
1232
+ {
1233
+ "kind": "Method",
1234
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder#withDismissingAction:member(1)",
1235
+ "docComment": "",
1236
+ "excerptTokens": [
1237
+ {
1238
+ "kind": "Content",
1239
+ "text": "withDismissingAction(dismissingAction: "
1240
+ },
1241
+ {
1242
+ "kind": "Reference",
1243
+ "text": "DismissingAction",
1244
+ "canonicalReference": "@genesislcap/foundation-errors!DismissingAction:interface"
1245
+ },
1246
+ {
1247
+ "kind": "Content",
1248
+ "text": "): "
1249
+ },
1250
+ {
1251
+ "kind": "Reference",
1252
+ "text": "ErrorDialogBuilder",
1253
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder:class"
1254
+ },
1255
+ {
1256
+ "kind": "Content",
1257
+ "text": ";"
1258
+ }
1259
+ ],
1260
+ "isStatic": false,
1261
+ "returnTypeTokenRange": {
1262
+ "startIndex": 3,
1263
+ "endIndex": 4
1264
+ },
1265
+ "releaseTag": "Public",
1266
+ "isProtected": false,
1267
+ "overloadIndex": 1,
1268
+ "parameters": [
1269
+ {
1270
+ "parameterName": "dismissingAction",
1271
+ "parameterTypeTokenRange": {
1272
+ "startIndex": 1,
1273
+ "endIndex": 2
1274
+ },
1275
+ "isOptional": false
1276
+ }
1277
+ ],
1278
+ "isOptional": false,
1279
+ "isAbstract": false,
1280
+ "name": "withDismissingAction"
1281
+ }
1282
+ ],
1283
+ "implementsTokenRanges": []
1284
+ },
1285
+ {
1286
+ "kind": "TypeAlias",
1287
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogElement:type",
1288
+ "docComment": "",
1289
+ "excerptTokens": [
1290
+ {
1291
+ "kind": "Content",
1292
+ "text": "export type ErrorDialogElement = "
1293
+ },
1294
+ {
1295
+ "kind": "Reference",
1296
+ "text": "ErrorElement",
1297
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorElement:type"
1298
+ },
1299
+ {
1300
+ "kind": "Content",
1301
+ "text": " & {\n show: "
1302
+ },
1303
+ {
1304
+ "kind": "Reference",
1305
+ "text": "Function",
1306
+ "canonicalReference": "!Function:interface"
1307
+ },
1308
+ {
1309
+ "kind": "Content",
1310
+ "text": ";\n}"
1311
+ },
1312
+ {
1313
+ "kind": "Content",
1314
+ "text": ";"
1315
+ }
1316
+ ],
1317
+ "fileUrlPath": "src/types.ts",
1318
+ "releaseTag": "Public",
1319
+ "name": "ErrorDialogElement",
1320
+ "typeTokenRange": {
1321
+ "startIndex": 1,
1322
+ "endIndex": 5
1323
+ }
1324
+ },
1325
+ {
1326
+ "kind": "TypeAlias",
1327
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorElement:type",
1328
+ "docComment": "",
1329
+ "excerptTokens": [
1330
+ {
1331
+ "kind": "Content",
1332
+ "text": "export type ErrorElement = "
1333
+ },
1334
+ {
1335
+ "kind": "Reference",
1336
+ "text": "HTMLElement",
1337
+ "canonicalReference": "!HTMLElement:interface"
1338
+ },
1339
+ {
1340
+ "kind": "Content",
1341
+ "text": " & {\n error: "
1342
+ },
1343
+ {
1344
+ "kind": "Reference",
1345
+ "text": "ErrorStructure",
1346
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
1347
+ },
1348
+ {
1349
+ "kind": "Content",
1350
+ "text": ";\n}"
1351
+ },
1352
+ {
1353
+ "kind": "Content",
1354
+ "text": ";"
1355
+ }
1356
+ ],
1357
+ "fileUrlPath": "src/types.ts",
1358
+ "releaseTag": "Public",
1359
+ "name": "ErrorElement",
1360
+ "typeTokenRange": {
1361
+ "startIndex": 1,
1362
+ "endIndex": 5
1363
+ }
1364
+ },
1365
+ {
1366
+ "kind": "Interface",
1367
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification:interface",
1368
+ "docComment": "",
1369
+ "excerptTokens": [
1370
+ {
1371
+ "kind": "Content",
1372
+ "text": "export interface ErrorNotification "
1373
+ }
1374
+ ],
1375
+ "fileUrlPath": "src/types.ts",
1376
+ "releaseTag": "Public",
1377
+ "name": "ErrorNotification",
1378
+ "preserveMemberOrder": false,
1379
+ "members": [
1380
+ {
1381
+ "kind": "PropertySignature",
1382
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification#autoClose:member",
1383
+ "docComment": "",
1384
+ "excerptTokens": [
1385
+ {
1386
+ "kind": "Content",
1387
+ "text": "readonly autoClose?: "
1388
+ },
1389
+ {
1390
+ "kind": "Content",
1391
+ "text": "boolean"
1392
+ },
1393
+ {
1394
+ "kind": "Content",
1395
+ "text": ";"
1396
+ }
1397
+ ],
1398
+ "isReadonly": true,
1399
+ "isOptional": true,
1400
+ "releaseTag": "Public",
1401
+ "name": "autoClose",
1402
+ "propertyTypeTokenRange": {
1403
+ "startIndex": 1,
1404
+ "endIndex": 2
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "PropertySignature",
1409
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification#closeTimeout:member",
1410
+ "docComment": "",
1411
+ "excerptTokens": [
1412
+ {
1413
+ "kind": "Content",
1414
+ "text": "readonly closeTimeout?: "
1415
+ },
1416
+ {
1417
+ "kind": "Content",
1418
+ "text": "number"
1419
+ },
1420
+ {
1421
+ "kind": "Content",
1422
+ "text": ";"
1423
+ }
1424
+ ],
1425
+ "isReadonly": true,
1426
+ "isOptional": true,
1427
+ "releaseTag": "Public",
1428
+ "name": "closeTimeout",
1429
+ "propertyTypeTokenRange": {
1430
+ "startIndex": 1,
1431
+ "endIndex": 2
1432
+ }
1433
+ },
1434
+ {
1435
+ "kind": "PropertySignature",
1436
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification#type:member",
1437
+ "docComment": "",
1438
+ "excerptTokens": [
1439
+ {
1440
+ "kind": "Content",
1441
+ "text": "readonly type?: "
1442
+ },
1443
+ {
1444
+ "kind": "Content",
1445
+ "text": "'warning' | 'success' | ''"
1446
+ },
1447
+ {
1448
+ "kind": "Content",
1449
+ "text": ";"
1450
+ }
1451
+ ],
1452
+ "isReadonly": true,
1453
+ "isOptional": true,
1454
+ "releaseTag": "Public",
1455
+ "name": "type",
1456
+ "propertyTypeTokenRange": {
1457
+ "startIndex": 1,
1458
+ "endIndex": 2
1459
+ }
1460
+ }
1461
+ ],
1462
+ "extendsTokenRanges": []
1463
+ },
1464
+ {
1465
+ "kind": "Interface",
1466
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface",
1467
+ "docComment": "",
1468
+ "excerptTokens": [
1469
+ {
1470
+ "kind": "Content",
1471
+ "text": "export interface ErrorStructure "
1472
+ }
1473
+ ],
1474
+ "fileUrlPath": "src/types.ts",
1475
+ "releaseTag": "Public",
1476
+ "name": "ErrorStructure",
1477
+ "preserveMemberOrder": false,
1478
+ "members": [
1479
+ {
1480
+ "kind": "PropertySignature",
1481
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure#config:member",
1482
+ "docComment": "",
1483
+ "excerptTokens": [
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": "readonly config?: "
1487
+ },
1488
+ {
1489
+ "kind": "Content",
1490
+ "text": "{\n readonly logLevel?: "
1491
+ },
1492
+ {
1493
+ "kind": "Reference",
1494
+ "text": "LogLevel",
1495
+ "canonicalReference": "consola!LogLevel:enum"
1496
+ },
1497
+ {
1498
+ "kind": "Content",
1499
+ "text": ";\n readonly alert?: boolean;\n readonly notification?: "
1500
+ },
1501
+ {
1502
+ "kind": "Reference",
1503
+ "text": "ErrorNotification",
1504
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification:interface"
1505
+ },
1506
+ {
1507
+ "kind": "Content",
1508
+ "text": ";\n readonly banner?: "
1509
+ },
1510
+ {
1511
+ "kind": "Reference",
1512
+ "text": "ErrorBanner",
1513
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBanner:interface"
1514
+ },
1515
+ {
1516
+ "kind": "Content",
1517
+ "text": ";\n readonly snackbar?: "
1518
+ },
1519
+ {
1520
+ "kind": "Reference",
1521
+ "text": "Snackbar",
1522
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar:interface"
1523
+ },
1524
+ {
1525
+ "kind": "Content",
1526
+ "text": ";\n readonly dialog?: "
1527
+ },
1528
+ {
1529
+ "kind": "Reference",
1530
+ "text": "ErrorDialog",
1531
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialog:interface"
1532
+ },
1533
+ {
1534
+ "kind": "Content",
1535
+ "text": ";\n }"
1536
+ },
1537
+ {
1538
+ "kind": "Content",
1539
+ "text": ";"
1540
+ }
1541
+ ],
1542
+ "isReadonly": true,
1543
+ "isOptional": true,
1544
+ "releaseTag": "Public",
1545
+ "name": "config",
1546
+ "propertyTypeTokenRange": {
1547
+ "startIndex": 1,
1548
+ "endIndex": 12
1549
+ }
1550
+ },
1551
+ {
1552
+ "kind": "PropertySignature",
1553
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure#errorDetails:member",
1554
+ "docComment": "",
1555
+ "excerptTokens": [
1556
+ {
1557
+ "kind": "Content",
1558
+ "text": "readonly errorDetails: "
1559
+ },
1560
+ {
1561
+ "kind": "Content",
1562
+ "text": "string"
1563
+ },
1564
+ {
1565
+ "kind": "Content",
1566
+ "text": ";"
1567
+ }
1568
+ ],
1569
+ "isReadonly": true,
1570
+ "isOptional": false,
1571
+ "releaseTag": "Public",
1572
+ "name": "errorDetails",
1573
+ "propertyTypeTokenRange": {
1574
+ "startIndex": 1,
1575
+ "endIndex": 2
1576
+ }
1577
+ },
1578
+ {
1579
+ "kind": "PropertySignature",
1580
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure#logLevel:member",
1581
+ "docComment": "",
1582
+ "excerptTokens": [
1583
+ {
1584
+ "kind": "Content",
1585
+ "text": "readonly logLevel?: "
1586
+ },
1587
+ {
1588
+ "kind": "Reference",
1589
+ "text": "LogLevel",
1590
+ "canonicalReference": "consola!LogLevel:enum"
1591
+ },
1592
+ {
1593
+ "kind": "Content",
1594
+ "text": ";"
1595
+ }
1596
+ ],
1597
+ "isReadonly": true,
1598
+ "isOptional": true,
1599
+ "releaseTag": "Public",
1600
+ "name": "logLevel",
1601
+ "propertyTypeTokenRange": {
1602
+ "startIndex": 1,
1603
+ "endIndex": 2
1604
+ }
1605
+ },
1606
+ {
1607
+ "kind": "PropertySignature",
1608
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure#title:member",
1609
+ "docComment": "",
1610
+ "excerptTokens": [
1611
+ {
1612
+ "kind": "Content",
1613
+ "text": "readonly title: "
1614
+ },
1615
+ {
1616
+ "kind": "Content",
1617
+ "text": "string"
1618
+ },
1619
+ {
1620
+ "kind": "Content",
1621
+ "text": ";"
1622
+ }
1623
+ ],
1624
+ "isReadonly": true,
1625
+ "isOptional": false,
1626
+ "releaseTag": "Public",
1627
+ "name": "title",
1628
+ "propertyTypeTokenRange": {
1629
+ "startIndex": 1,
1630
+ "endIndex": 2
1631
+ }
1632
+ }
1633
+ ],
1634
+ "extendsTokenRanges": []
1635
+ },
1636
+ {
1637
+ "kind": "Variable",
1638
+ "canonicalReference": "@genesislcap/foundation-errors!getErrorBannerBuilder:var",
1639
+ "docComment": "",
1640
+ "excerptTokens": [
1641
+ {
1642
+ "kind": "Content",
1643
+ "text": "getErrorBannerBuilder: "
1644
+ },
1645
+ {
1646
+ "kind": "Content",
1647
+ "text": "() => "
1648
+ },
1649
+ {
1650
+ "kind": "Reference",
1651
+ "text": "ErrorBannerBuilder",
1652
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBannerBuilder:class"
1653
+ }
1654
+ ],
1655
+ "fileUrlPath": "src/banner/error-banner-builder.ts",
1656
+ "isReadonly": true,
1657
+ "releaseTag": "Public",
1658
+ "name": "getErrorBannerBuilder",
1659
+ "variableTypeTokenRange": {
1660
+ "startIndex": 1,
1661
+ "endIndex": 3
1662
+ }
1663
+ },
1664
+ {
1665
+ "kind": "Variable",
1666
+ "canonicalReference": "@genesislcap/foundation-errors!getErrorBuilder:var",
1667
+ "docComment": "",
1668
+ "excerptTokens": [
1669
+ {
1670
+ "kind": "Content",
1671
+ "text": "getErrorBuilder: "
1672
+ },
1673
+ {
1674
+ "kind": "Content",
1675
+ "text": "() => "
1676
+ },
1677
+ {
1678
+ "kind": "Reference",
1679
+ "text": "ErrorBuilder",
1680
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorBuilder:class"
1681
+ }
1682
+ ],
1683
+ "fileUrlPath": "src/error-builder.ts",
1684
+ "isReadonly": true,
1685
+ "releaseTag": "Public",
1686
+ "name": "getErrorBuilder",
1687
+ "variableTypeTokenRange": {
1688
+ "startIndex": 1,
1689
+ "endIndex": 3
1690
+ }
1691
+ },
1692
+ {
1693
+ "kind": "Variable",
1694
+ "canonicalReference": "@genesislcap/foundation-errors!getErrorContainer:var",
1695
+ "docComment": "/**\n * Get/Create the error container in the DOM\n *\n * @param id - The id of the container\n *\n * @param tagName - The tag name to create prefix for the design system provider\n *\n * @returns \n *\n * @public\n */\n",
1696
+ "excerptTokens": [
1697
+ {
1698
+ "kind": "Content",
1699
+ "text": "getErrorContainer: "
1700
+ },
1701
+ {
1702
+ "kind": "Content",
1703
+ "text": "(id: string, tagName: "
1704
+ },
1705
+ {
1706
+ "kind": "Reference",
1707
+ "text": "String",
1708
+ "canonicalReference": "!String:interface"
1709
+ },
1710
+ {
1711
+ "kind": "Content",
1712
+ "text": ") => "
1713
+ },
1714
+ {
1715
+ "kind": "Reference",
1716
+ "text": "HTMLElement",
1717
+ "canonicalReference": "!HTMLElement:interface"
1718
+ }
1719
+ ],
1720
+ "fileUrlPath": "src/error-util.ts",
1721
+ "isReadonly": true,
1722
+ "releaseTag": "Public",
1723
+ "name": "getErrorContainer",
1724
+ "variableTypeTokenRange": {
1725
+ "startIndex": 1,
1726
+ "endIndex": 5
1727
+ }
1728
+ },
1729
+ {
1730
+ "kind": "Variable",
1731
+ "canonicalReference": "@genesislcap/foundation-errors!getErrorDetails:var",
1732
+ "docComment": "/**\n * Retrieves the error details from an ErrorStructure object\n *\n * @param details - The ErrorStructure object\n *\n * @returns The title and error details concatenated as a string, or default values ('Error: Something went wrong') if not present\n *\n * @public\n */\n",
1733
+ "excerptTokens": [
1734
+ {
1735
+ "kind": "Content",
1736
+ "text": "getErrorDetails: "
1737
+ },
1738
+ {
1739
+ "kind": "Content",
1740
+ "text": "(details: "
1741
+ },
1742
+ {
1743
+ "kind": "Reference",
1744
+ "text": "ErrorStructure",
1745
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
1746
+ },
1747
+ {
1748
+ "kind": "Content",
1749
+ "text": ") => string"
1750
+ }
1751
+ ],
1752
+ "fileUrlPath": "src/error-util.ts",
1753
+ "isReadonly": true,
1754
+ "releaseTag": "Public",
1755
+ "name": "getErrorDetails",
1756
+ "variableTypeTokenRange": {
1757
+ "startIndex": 1,
1758
+ "endIndex": 4
1759
+ }
1760
+ },
1761
+ {
1762
+ "kind": "Variable",
1763
+ "canonicalReference": "@genesislcap/foundation-errors!getErrorDialogBuilder:var",
1764
+ "docComment": "",
1765
+ "excerptTokens": [
1766
+ {
1767
+ "kind": "Content",
1768
+ "text": "getErrorDialogBuilder: "
1769
+ },
1770
+ {
1771
+ "kind": "Content",
1772
+ "text": "() => "
1773
+ },
1774
+ {
1775
+ "kind": "Reference",
1776
+ "text": "ErrorDialogBuilder",
1777
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorDialogBuilder:class"
1778
+ }
1779
+ ],
1780
+ "fileUrlPath": "src/dialog/error-dialog-builder.ts",
1781
+ "isReadonly": true,
1782
+ "releaseTag": "Public",
1783
+ "name": "getErrorDialogBuilder",
1784
+ "variableTypeTokenRange": {
1785
+ "startIndex": 1,
1786
+ "endIndex": 3
1787
+ }
1788
+ },
1789
+ {
1790
+ "kind": "Variable",
1791
+ "canonicalReference": "@genesislcap/foundation-errors!getLoglevel:var",
1792
+ "docComment": "/**\n * Retrieves the log level from an ErrorStructure object\n *\n * @param details - The ErrorStructure object\n *\n * @returns The log level or the default value (LogLevel.Error) if not present\n *\n * @public\n */\n",
1793
+ "excerptTokens": [
1794
+ {
1795
+ "kind": "Content",
1796
+ "text": "getLoglevel: "
1797
+ },
1798
+ {
1799
+ "kind": "Content",
1800
+ "text": "(details: "
1801
+ },
1802
+ {
1803
+ "kind": "Reference",
1804
+ "text": "ErrorStructure",
1805
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
1806
+ },
1807
+ {
1808
+ "kind": "Content",
1809
+ "text": ") => "
1810
+ },
1811
+ {
1812
+ "kind": "Reference",
1813
+ "text": "LogLevel",
1814
+ "canonicalReference": "consola!LogLevel:enum"
1815
+ }
1816
+ ],
1817
+ "fileUrlPath": "src/error-util.ts",
1818
+ "isReadonly": true,
1819
+ "releaseTag": "Public",
1820
+ "name": "getLoglevel",
1821
+ "variableTypeTokenRange": {
1822
+ "startIndex": 1,
1823
+ "endIndex": 5
1824
+ }
1825
+ },
1826
+ {
1827
+ "kind": "Variable",
1828
+ "canonicalReference": "@genesislcap/foundation-errors!getNotificationBuilder:var",
1829
+ "docComment": "",
1830
+ "excerptTokens": [
1831
+ {
1832
+ "kind": "Content",
1833
+ "text": "getNotificationBuilder: "
1834
+ },
1835
+ {
1836
+ "kind": "Content",
1837
+ "text": "() => "
1838
+ },
1839
+ {
1840
+ "kind": "Reference",
1841
+ "text": "NotificationBuilder",
1842
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder:class"
1843
+ }
1844
+ ],
1845
+ "fileUrlPath": "src/notification/notification-builder.ts",
1846
+ "isReadonly": true,
1847
+ "releaseTag": "Public",
1848
+ "name": "getNotificationBuilder",
1849
+ "variableTypeTokenRange": {
1850
+ "startIndex": 1,
1851
+ "endIndex": 3
1852
+ }
1853
+ },
1854
+ {
1855
+ "kind": "Variable",
1856
+ "canonicalReference": "@genesislcap/foundation-errors!getSnackbarBuilder:var",
1857
+ "docComment": "",
1858
+ "excerptTokens": [
1859
+ {
1860
+ "kind": "Content",
1861
+ "text": "getSnackbarBuilder: "
1862
+ },
1863
+ {
1864
+ "kind": "Content",
1865
+ "text": "() => "
1866
+ },
1867
+ {
1868
+ "kind": "Reference",
1869
+ "text": "SnackbarBuilder",
1870
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder:class"
1871
+ }
1872
+ ],
1873
+ "fileUrlPath": "src/snackbar/snackbar-builder.ts",
1874
+ "isReadonly": true,
1875
+ "releaseTag": "Public",
1876
+ "name": "getSnackbarBuilder",
1877
+ "variableTypeTokenRange": {
1878
+ "startIndex": 1,
1879
+ "endIndex": 3
1880
+ }
1881
+ },
1882
+ {
1883
+ "kind": "Class",
1884
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder:class",
1885
+ "docComment": "",
1886
+ "excerptTokens": [
1887
+ {
1888
+ "kind": "Content",
1889
+ "text": "export declare class NotificationBuilder "
1890
+ }
1891
+ ],
1892
+ "fileUrlPath": "src/notification/notification-builder.ts",
1893
+ "releaseTag": "Public",
1894
+ "isAbstract": false,
1895
+ "name": "NotificationBuilder",
1896
+ "preserveMemberOrder": false,
1897
+ "members": [
1898
+ {
1899
+ "kind": "Method",
1900
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder#build:member(1)",
1901
+ "docComment": "",
1902
+ "excerptTokens": [
1903
+ {
1904
+ "kind": "Content",
1905
+ "text": "build(): "
1906
+ },
1907
+ {
1908
+ "kind": "Reference",
1909
+ "text": "ErrorNotification",
1910
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorNotification:interface"
1911
+ },
1912
+ {
1913
+ "kind": "Content",
1914
+ "text": ";"
1915
+ }
1916
+ ],
1917
+ "isStatic": false,
1918
+ "returnTypeTokenRange": {
1919
+ "startIndex": 1,
1920
+ "endIndex": 2
1921
+ },
1922
+ "releaseTag": "Public",
1923
+ "isProtected": false,
1924
+ "overloadIndex": 1,
1925
+ "parameters": [],
1926
+ "isOptional": false,
1927
+ "isAbstract": false,
1928
+ "name": "build"
1929
+ },
1930
+ {
1931
+ "kind": "Method",
1932
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder#withAutoClose:member(1)",
1933
+ "docComment": "",
1934
+ "excerptTokens": [
1935
+ {
1936
+ "kind": "Content",
1937
+ "text": "withAutoClose(autoClose: "
1938
+ },
1939
+ {
1940
+ "kind": "Content",
1941
+ "text": "boolean"
1942
+ },
1943
+ {
1944
+ "kind": "Content",
1945
+ "text": "): "
1946
+ },
1947
+ {
1948
+ "kind": "Reference",
1949
+ "text": "NotificationBuilder",
1950
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder:class"
1951
+ },
1952
+ {
1953
+ "kind": "Content",
1954
+ "text": ";"
1955
+ }
1956
+ ],
1957
+ "isStatic": false,
1958
+ "returnTypeTokenRange": {
1959
+ "startIndex": 3,
1960
+ "endIndex": 4
1961
+ },
1962
+ "releaseTag": "Public",
1963
+ "isProtected": false,
1964
+ "overloadIndex": 1,
1965
+ "parameters": [
1966
+ {
1967
+ "parameterName": "autoClose",
1968
+ "parameterTypeTokenRange": {
1969
+ "startIndex": 1,
1970
+ "endIndex": 2
1971
+ },
1972
+ "isOptional": false
1973
+ }
1974
+ ],
1975
+ "isOptional": false,
1976
+ "isAbstract": false,
1977
+ "name": "withAutoClose"
1978
+ },
1979
+ {
1980
+ "kind": "Method",
1981
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder#withCloseTimeout:member(1)",
1982
+ "docComment": "",
1983
+ "excerptTokens": [
1984
+ {
1985
+ "kind": "Content",
1986
+ "text": "withCloseTimeout(closeTimeout: "
1987
+ },
1988
+ {
1989
+ "kind": "Content",
1990
+ "text": "number"
1991
+ },
1992
+ {
1993
+ "kind": "Content",
1994
+ "text": "): "
1995
+ },
1996
+ {
1997
+ "kind": "Reference",
1998
+ "text": "NotificationBuilder",
1999
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder:class"
2000
+ },
2001
+ {
2002
+ "kind": "Content",
2003
+ "text": ";"
2004
+ }
2005
+ ],
2006
+ "isStatic": false,
2007
+ "returnTypeTokenRange": {
2008
+ "startIndex": 3,
2009
+ "endIndex": 4
2010
+ },
2011
+ "releaseTag": "Public",
2012
+ "isProtected": false,
2013
+ "overloadIndex": 1,
2014
+ "parameters": [
2015
+ {
2016
+ "parameterName": "closeTimeout",
2017
+ "parameterTypeTokenRange": {
2018
+ "startIndex": 1,
2019
+ "endIndex": 2
2020
+ },
2021
+ "isOptional": false
2022
+ }
2023
+ ],
2024
+ "isOptional": false,
2025
+ "isAbstract": false,
2026
+ "name": "withCloseTimeout"
2027
+ },
2028
+ {
2029
+ "kind": "Method",
2030
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder#withType:member(1)",
2031
+ "docComment": "",
2032
+ "excerptTokens": [
2033
+ {
2034
+ "kind": "Content",
2035
+ "text": "withType(type: "
2036
+ },
2037
+ {
2038
+ "kind": "Content",
2039
+ "text": "'warning' | 'success' | ''"
2040
+ },
2041
+ {
2042
+ "kind": "Content",
2043
+ "text": "): "
2044
+ },
2045
+ {
2046
+ "kind": "Reference",
2047
+ "text": "NotificationBuilder",
2048
+ "canonicalReference": "@genesislcap/foundation-errors!NotificationBuilder:class"
2049
+ },
2050
+ {
2051
+ "kind": "Content",
2052
+ "text": ";"
2053
+ }
2054
+ ],
2055
+ "isStatic": false,
2056
+ "returnTypeTokenRange": {
2057
+ "startIndex": 3,
2058
+ "endIndex": 4
2059
+ },
2060
+ "releaseTag": "Public",
2061
+ "isProtected": false,
2062
+ "overloadIndex": 1,
2063
+ "parameters": [
2064
+ {
2065
+ "parameterName": "type",
2066
+ "parameterTypeTokenRange": {
2067
+ "startIndex": 1,
2068
+ "endIndex": 2
2069
+ },
2070
+ "isOptional": false
2071
+ }
2072
+ ],
2073
+ "isOptional": false,
2074
+ "isAbstract": false,
2075
+ "name": "withType"
2076
+ }
2077
+ ],
2078
+ "implementsTokenRanges": []
2079
+ },
2080
+ {
2081
+ "kind": "Variable",
2082
+ "canonicalReference": "@genesislcap/foundation-errors!showDialog:var",
2083
+ "docComment": "/**\n * Shows the error dialog\n *\n * @param error - The ErrorStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider & error component\n *\n * @returns \n *\n * @public\n */\n",
2084
+ "excerptTokens": [
2085
+ {
2086
+ "kind": "Content",
2087
+ "text": "showDialog: "
2088
+ },
2089
+ {
2090
+ "kind": "Content",
2091
+ "text": "(error: "
2092
+ },
2093
+ {
2094
+ "kind": "Reference",
2095
+ "text": "ErrorStructure",
2096
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
2097
+ },
2098
+ {
2099
+ "kind": "Content",
2100
+ "text": ", tagName: "
2101
+ },
2102
+ {
2103
+ "kind": "Reference",
2104
+ "text": "String",
2105
+ "canonicalReference": "!String:interface"
2106
+ },
2107
+ {
2108
+ "kind": "Content",
2109
+ "text": ") => void"
2110
+ }
2111
+ ],
2112
+ "fileUrlPath": "src/dialog/error-dialog-launcher.ts",
2113
+ "isReadonly": true,
2114
+ "releaseTag": "Public",
2115
+ "name": "showDialog",
2116
+ "variableTypeTokenRange": {
2117
+ "startIndex": 1,
2118
+ "endIndex": 6
2119
+ }
2120
+ },
2121
+ {
2122
+ "kind": "Variable",
2123
+ "canonicalReference": "@genesislcap/foundation-errors!showError:var",
2124
+ "docComment": "/**\n * Shows the error in the appropriate component\n *\n * @param error - The ErrorStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider *\n *\n * @returns \n *\n * @public\n */\n",
2125
+ "excerptTokens": [
2126
+ {
2127
+ "kind": "Content",
2128
+ "text": "showError: "
2129
+ },
2130
+ {
2131
+ "kind": "Content",
2132
+ "text": "(error: "
2133
+ },
2134
+ {
2135
+ "kind": "Reference",
2136
+ "text": "ErrorStructure",
2137
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
2138
+ },
2139
+ {
2140
+ "kind": "Content",
2141
+ "text": ", tagName: "
2142
+ },
2143
+ {
2144
+ "kind": "Reference",
2145
+ "text": "String",
2146
+ "canonicalReference": "!String:interface"
2147
+ },
2148
+ {
2149
+ "kind": "Content",
2150
+ "text": ") => void"
2151
+ }
2152
+ ],
2153
+ "fileUrlPath": "src/error-launcher.ts",
2154
+ "isReadonly": true,
2155
+ "releaseTag": "Public",
2156
+ "name": "showError",
2157
+ "variableTypeTokenRange": {
2158
+ "startIndex": 1,
2159
+ "endIndex": 6
2160
+ }
2161
+ },
2162
+ {
2163
+ "kind": "Variable",
2164
+ "canonicalReference": "@genesislcap/foundation-errors!showNotification:var",
2165
+ "docComment": "/**\n * Shows the error notification\n *\n * @param error - The ErrorStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider & error component\n *\n * @returns \n *\n * @public\n */\n",
2166
+ "excerptTokens": [
2167
+ {
2168
+ "kind": "Content",
2169
+ "text": "showNotification: "
2170
+ },
2171
+ {
2172
+ "kind": "Content",
2173
+ "text": "(error: "
2174
+ },
2175
+ {
2176
+ "kind": "Reference",
2177
+ "text": "ErrorStructure",
2178
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
2179
+ },
2180
+ {
2181
+ "kind": "Content",
2182
+ "text": ", tagName: "
2183
+ },
2184
+ {
2185
+ "kind": "Reference",
2186
+ "text": "String",
2187
+ "canonicalReference": "!String:interface"
2188
+ },
2189
+ {
2190
+ "kind": "Content",
2191
+ "text": ") => void"
2192
+ }
2193
+ ],
2194
+ "fileUrlPath": "src/notification/notification-launcher.ts",
2195
+ "isReadonly": true,
2196
+ "releaseTag": "Public",
2197
+ "name": "showNotification",
2198
+ "variableTypeTokenRange": {
2199
+ "startIndex": 1,
2200
+ "endIndex": 6
2201
+ }
2202
+ },
2203
+ {
2204
+ "kind": "Variable",
2205
+ "canonicalReference": "@genesislcap/foundation-errors!showSnackbar:var",
2206
+ "docComment": "/**\n * Shows the snackbar\n *\n * @param error - The ErrorStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider & error component\n *\n * @returns \n *\n * @public\n */\n",
2207
+ "excerptTokens": [
2208
+ {
2209
+ "kind": "Content",
2210
+ "text": "showSnackbar: "
2211
+ },
2212
+ {
2213
+ "kind": "Content",
2214
+ "text": "(error: "
2215
+ },
2216
+ {
2217
+ "kind": "Reference",
2218
+ "text": "ErrorStructure",
2219
+ "canonicalReference": "@genesislcap/foundation-errors!ErrorStructure:interface"
2220
+ },
2221
+ {
2222
+ "kind": "Content",
2223
+ "text": ", tagName: "
2224
+ },
2225
+ {
2226
+ "kind": "Reference",
2227
+ "text": "String",
2228
+ "canonicalReference": "!String:interface"
2229
+ },
2230
+ {
2231
+ "kind": "Content",
2232
+ "text": ") => void"
2233
+ }
2234
+ ],
2235
+ "fileUrlPath": "src/snackbar/snackbar-launcher.ts",
2236
+ "isReadonly": true,
2237
+ "releaseTag": "Public",
2238
+ "name": "showSnackbar",
2239
+ "variableTypeTokenRange": {
2240
+ "startIndex": 1,
2241
+ "endIndex": 6
2242
+ }
2243
+ },
2244
+ {
2245
+ "kind": "Interface",
2246
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar:interface",
2247
+ "docComment": "",
2248
+ "excerptTokens": [
2249
+ {
2250
+ "kind": "Content",
2251
+ "text": "export interface Snackbar "
2252
+ }
2253
+ ],
2254
+ "fileUrlPath": "src/types.ts",
2255
+ "releaseTag": "Public",
2256
+ "name": "Snackbar",
2257
+ "preserveMemberOrder": false,
2258
+ "members": [
2259
+ {
2260
+ "kind": "PropertySignature",
2261
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar#confirmingActions:member",
2262
+ "docComment": "",
2263
+ "excerptTokens": [
2264
+ {
2265
+ "kind": "Content",
2266
+ "text": "readonly confirmingActions?: "
2267
+ },
2268
+ {
2269
+ "kind": "Reference",
2270
+ "text": "Array",
2271
+ "canonicalReference": "!Array:interface"
2272
+ },
2273
+ {
2274
+ "kind": "Content",
2275
+ "text": "<"
2276
+ },
2277
+ {
2278
+ "kind": "Reference",
2279
+ "text": "ConfirmingAction",
2280
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
2281
+ },
2282
+ {
2283
+ "kind": "Content",
2284
+ "text": ">"
2285
+ },
2286
+ {
2287
+ "kind": "Content",
2288
+ "text": ";"
2289
+ }
2290
+ ],
2291
+ "isReadonly": true,
2292
+ "isOptional": true,
2293
+ "releaseTag": "Public",
2294
+ "name": "confirmingActions",
2295
+ "propertyTypeTokenRange": {
2296
+ "startIndex": 1,
2297
+ "endIndex": 5
2298
+ }
2299
+ },
2300
+ {
2301
+ "kind": "PropertySignature",
2302
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar#type:member",
2303
+ "docComment": "",
2304
+ "excerptTokens": [
2305
+ {
2306
+ "kind": "Content",
2307
+ "text": "readonly type?: "
2308
+ },
2309
+ {
2310
+ "kind": "Content",
2311
+ "text": "'error' | ''"
2312
+ },
2313
+ {
2314
+ "kind": "Content",
2315
+ "text": ";"
2316
+ }
2317
+ ],
2318
+ "isReadonly": true,
2319
+ "isOptional": true,
2320
+ "releaseTag": "Public",
2321
+ "name": "type",
2322
+ "propertyTypeTokenRange": {
2323
+ "startIndex": 1,
2324
+ "endIndex": 2
2325
+ }
2326
+ }
2327
+ ],
2328
+ "extendsTokenRanges": []
2329
+ },
2330
+ {
2331
+ "kind": "Class",
2332
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder:class",
2333
+ "docComment": "",
2334
+ "excerptTokens": [
2335
+ {
2336
+ "kind": "Content",
2337
+ "text": "export declare class SnackbarBuilder "
2338
+ }
2339
+ ],
2340
+ "fileUrlPath": "src/snackbar/snackbar-builder.ts",
2341
+ "releaseTag": "Public",
2342
+ "isAbstract": false,
2343
+ "name": "SnackbarBuilder",
2344
+ "preserveMemberOrder": false,
2345
+ "members": [
2346
+ {
2347
+ "kind": "Method",
2348
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder#build:member(1)",
2349
+ "docComment": "/**\n * Build snackbar\n *\n * @returns Snackbar\n *\n * @public\n */\n",
2350
+ "excerptTokens": [
2351
+ {
2352
+ "kind": "Content",
2353
+ "text": "build(): "
2354
+ },
2355
+ {
2356
+ "kind": "Reference",
2357
+ "text": "Snackbar",
2358
+ "canonicalReference": "@genesislcap/foundation-errors!Snackbar:interface"
2359
+ },
2360
+ {
2361
+ "kind": "Content",
2362
+ "text": ";"
2363
+ }
2364
+ ],
2365
+ "isStatic": false,
2366
+ "returnTypeTokenRange": {
2367
+ "startIndex": 1,
2368
+ "endIndex": 2
2369
+ },
2370
+ "releaseTag": "Public",
2371
+ "isProtected": false,
2372
+ "overloadIndex": 1,
2373
+ "parameters": [],
2374
+ "isOptional": false,
2375
+ "isAbstract": false,
2376
+ "name": "build"
2377
+ },
2378
+ {
2379
+ "kind": "Method",
2380
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder#withConfirmingAction:member(1)",
2381
+ "docComment": "/**\n * Add confirming action to snackbar\n *\n * @param confirmingAction - \n *\n * @returns \n *\n * @public\n */\n",
2382
+ "excerptTokens": [
2383
+ {
2384
+ "kind": "Content",
2385
+ "text": "withConfirmingAction(confirmingAction: "
2386
+ },
2387
+ {
2388
+ "kind": "Reference",
2389
+ "text": "ConfirmingAction",
2390
+ "canonicalReference": "@genesislcap/foundation-errors!ConfirmingAction:interface"
2391
+ },
2392
+ {
2393
+ "kind": "Content",
2394
+ "text": "): "
2395
+ },
2396
+ {
2397
+ "kind": "Reference",
2398
+ "text": "SnackbarBuilder",
2399
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder:class"
2400
+ },
2401
+ {
2402
+ "kind": "Content",
2403
+ "text": ";"
2404
+ }
2405
+ ],
2406
+ "isStatic": false,
2407
+ "returnTypeTokenRange": {
2408
+ "startIndex": 3,
2409
+ "endIndex": 4
2410
+ },
2411
+ "releaseTag": "Public",
2412
+ "isProtected": false,
2413
+ "overloadIndex": 1,
2414
+ "parameters": [
2415
+ {
2416
+ "parameterName": "confirmingAction",
2417
+ "parameterTypeTokenRange": {
2418
+ "startIndex": 1,
2419
+ "endIndex": 2
2420
+ },
2421
+ "isOptional": false
2422
+ }
2423
+ ],
2424
+ "isOptional": false,
2425
+ "isAbstract": false,
2426
+ "name": "withConfirmingAction"
2427
+ },
2428
+ {
2429
+ "kind": "Method",
2430
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder#withType:member(1)",
2431
+ "docComment": "/**\n * Add type to snackbar\n *\n * @param type - \n *\n * @returns \n *\n * @public\n */\n",
2432
+ "excerptTokens": [
2433
+ {
2434
+ "kind": "Content",
2435
+ "text": "withType(type: "
2436
+ },
2437
+ {
2438
+ "kind": "Content",
2439
+ "text": "'error' | ''"
2440
+ },
2441
+ {
2442
+ "kind": "Content",
2443
+ "text": "): "
2444
+ },
2445
+ {
2446
+ "kind": "Reference",
2447
+ "text": "SnackbarBuilder",
2448
+ "canonicalReference": "@genesislcap/foundation-errors!SnackbarBuilder:class"
2449
+ },
2450
+ {
2451
+ "kind": "Content",
2452
+ "text": ";"
2453
+ }
2454
+ ],
2455
+ "isStatic": false,
2456
+ "returnTypeTokenRange": {
2457
+ "startIndex": 3,
2458
+ "endIndex": 4
2459
+ },
2460
+ "releaseTag": "Public",
2461
+ "isProtected": false,
2462
+ "overloadIndex": 1,
2463
+ "parameters": [
2464
+ {
2465
+ "parameterName": "type",
2466
+ "parameterTypeTokenRange": {
2467
+ "startIndex": 1,
2468
+ "endIndex": 2
2469
+ },
2470
+ "isOptional": false
2471
+ }
2472
+ ],
2473
+ "isOptional": false,
2474
+ "isAbstract": false,
2475
+ "name": "withType"
2476
+ }
2477
+ ],
2478
+ "implementsTokenRanges": []
2479
+ }
2480
+ ]
2481
+ }
2482
+ ]
2483
+ }