@genesislcap/pbc-notify-ui 1.0.64 → 14.308.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 (132) hide show
  1. package/api-extractor.json +4 -0
  2. package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.d.ts.map +1 -1
  3. package/dist/dts/components/foundation-inbox/inbox.utils.d.ts.map +1 -1
  4. package/dist/dts/components/foundation-notification-dashboard/components/rules/columns.d.ts.map +1 -1
  5. package/dist/dts/components/foundation-notification-dashboard/components/templates/columns.d.ts.map +1 -1
  6. package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts.map +1 -1
  7. package/dist/dts/tsdoc-metadata.json +11 -0
  8. package/dist/dts/utils/gridConfig.d.ts.map +1 -1
  9. package/dist/dts/utils/humanize.d.ts.map +1 -1
  10. package/dist/dts/utils/toBoolean.d.ts.map +1 -1
  11. package/dist/dts/utils/updateArray.d.ts.map +1 -1
  12. package/dist/esm/index.federated.js +0 -1
  13. package/dist/pbc-notify-ui.api.json +889 -0
  14. package/dist/pbc-notify-ui.d.ts +252 -0
  15. package/dist/tsconfig.tsbuildinfo +1 -0
  16. package/docs/api/index.md +30 -0
  17. package/docs/api/pbc-notify-ui.foundationinbox.connectedcallback.md +18 -0
  18. package/docs/api/pbc-notify-ui.foundationinbox.disconnectedcallback.md +18 -0
  19. package/docs/api/pbc-notify-ui.foundationinbox.md +66 -0
  20. package/docs/api/pbc-notify-ui.foundationinboxcounter.connectedcallback.md +15 -0
  21. package/docs/api/pbc-notify-ui.foundationinboxcounter.disconnectedcallback.md +15 -0
  22. package/docs/api/pbc-notify-ui.foundationinboxcounter.inboxservice.md +11 -0
  23. package/docs/api/pbc-notify-ui.foundationinboxcounter.md +116 -0
  24. package/docs/api/pbc-notify-ui.foundationinboxcounter.value.md +11 -0
  25. package/docs/api/pbc-notify-ui.foundationinboxflyout.close.md +15 -0
  26. package/docs/api/pbc-notify-ui.foundationinboxflyout.connectedcallback.md +15 -0
  27. package/docs/api/pbc-notify-ui.foundationinboxflyout.disconnectedcallback.md +15 -0
  28. package/docs/api/pbc-notify-ui.foundationinboxflyout.flyout.md +11 -0
  29. package/docs/api/pbc-notify-ui.foundationinboxflyout.flyoutclosed.md +11 -0
  30. package/docs/api/pbc-notify-ui.foundationinboxflyout.loadremotes.md +15 -0
  31. package/docs/api/pbc-notify-ui.foundationinboxflyout.md +169 -0
  32. package/docs/api/pbc-notify-ui.foundationinboxflyout.open.md +15 -0
  33. package/docs/api/pbc-notify-ui.foundationinboxflyout.ready.md +11 -0
  34. package/docs/api/pbc-notify-ui.foundationnotificationdashboard.auth.md +11 -0
  35. package/docs/api/pbc-notify-ui.foundationnotificationdashboard.connectedcallback.md +15 -0
  36. package/docs/api/pbc-notify-ui.foundationnotificationdashboard.haspermissions.md +11 -0
  37. package/docs/api/pbc-notify-ui.foundationnotificationdashboard.md +122 -0
  38. package/docs/api/pbc-notify-ui.foundationnotificationdashboard.ready.md +11 -0
  39. package/docs/api/pbc-notify-ui.md +60 -0
  40. package/docs/api-report.md.api.md +76 -0
  41. package/license.txt +46 -0
  42. package/package.json +26 -39
  43. package/src/components/components.ts +54 -0
  44. package/src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.styles.ts +30 -0
  45. package/src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.template.ts +16 -0
  46. package/src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.ts +33 -0
  47. package/src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.styles.ts +18 -0
  48. package/src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.ts +22 -0
  49. package/src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.ts +43 -0
  50. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.ts +37 -0
  51. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.ts +50 -0
  52. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.ts +81 -0
  53. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.ts +25 -0
  54. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.template.ts +96 -0
  55. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.ts +55 -0
  56. package/src/components/foundation-inbox/inbox-base/inbox-base.ts +320 -0
  57. package/src/components/foundation-inbox/inbox.styles.ts +309 -0
  58. package/src/components/foundation-inbox/inbox.template.ts +317 -0
  59. package/src/components/foundation-inbox/inbox.ts +26 -0
  60. package/src/components/foundation-inbox/inbox.types.ts +84 -0
  61. package/src/components/foundation-inbox/inbox.utils.ts +33 -0
  62. package/src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts +96 -0
  63. package/src/components/foundation-notification-dashboard/components/routes/route-management.ts +56 -0
  64. package/src/components/foundation-notification-dashboard/components/routes/tabs/email-distribution-route-management.ts +58 -0
  65. package/src/components/foundation-notification-dashboard/components/routes/tabs/email-user-route-management.ts +68 -0
  66. package/src/components/foundation-notification-dashboard/components/routes/tabs/log-route-management.ts +43 -0
  67. package/src/components/foundation-notification-dashboard/components/routes/tabs/ms-teams-route-management.ts +48 -0
  68. package/src/components/foundation-notification-dashboard/components/routes/tabs/screen-route-management.ts +73 -0
  69. package/src/components/foundation-notification-dashboard/components/rules/columns.ts +48 -0
  70. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts +139 -0
  71. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.ts +255 -0
  72. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.types.ts +4 -0
  73. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.ts +159 -0
  74. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.ts +202 -0
  75. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.ts +28 -0
  76. package/src/components/foundation-notification-dashboard/components/rules/rule-management.ts +72 -0
  77. package/src/components/foundation-notification-dashboard/components/templates/columns.ts +48 -0
  78. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts +59 -0
  79. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts +95 -0
  80. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts +124 -0
  81. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.ts +107 -0
  82. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.ts +185 -0
  83. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.ts +139 -0
  84. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.ts +246 -0
  85. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.types.ts +38 -0
  86. package/src/components/foundation-notification-dashboard/components/templates/template-management.ts +72 -0
  87. package/src/components/foundation-notification-dashboard/index.ts +1 -0
  88. package/src/components/foundation-notification-dashboard/notification-dashboard.styles.ts +21 -0
  89. package/src/components/foundation-notification-dashboard/notification-dashboard.tabs.ts +35 -0
  90. package/src/components/foundation-notification-dashboard/notification-dashboard.template.ts +58 -0
  91. package/src/components/foundation-notification-dashboard/notification-dashboard.ts +40 -0
  92. package/src/components/foundation-notification-dashboard/notification-dashboard.utils.ts +295 -0
  93. package/src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts +66 -0
  94. package/src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts +159 -0
  95. package/src/components/foundation-notification-dashboard/styles/management.styles.ts +21 -0
  96. package/src/components/foundation-notification-dashboard/types/expression-type.ts +13 -0
  97. package/src/components/foundation-notification-dashboard/types/logical-operator.ts +18 -0
  98. package/src/components/foundation-notification-dashboard/types/param-source-type.ts +11 -0
  99. package/src/components/foundation-notification-dashboard/types/param-type.ts +13 -0
  100. package/src/components/foundation-notification-dashboard/types/right-criteria.ts +6 -0
  101. package/src/components/foundation-notification-dashboard/types/rule-execution-strategy.ts +6 -0
  102. package/src/components/foundation-notification-dashboard/types/severity.ts +13 -0
  103. package/src/globals.d.ts +7 -0
  104. package/src/index.federated.ts +1 -0
  105. package/src/index.ts +4 -0
  106. package/src/notify.types.ts +143 -0
  107. package/src/sandbox.ts +83 -0
  108. package/src/services/alert.service.ts +36 -0
  109. package/src/services/inbox.service.ts +85 -0
  110. package/src/services/notify.service.ts +21 -0
  111. package/src/services/rule.service.ts +129 -0
  112. package/src/services/system.service.ts +43 -0
  113. package/src/services/template.service.ts +71 -0
  114. package/src/styles/scrollbar.styles.ts +15 -0
  115. package/src/utils/eventDetail.ts +5 -0
  116. package/src/utils/gridConfig.ts +14 -0
  117. package/src/utils/humanize.ts +14 -0
  118. package/src/utils/icons.ts +15 -0
  119. package/src/utils/index.ts +6 -0
  120. package/src/utils/logger.ts +3 -0
  121. package/src/utils/notifyPermissions.ts +6 -0
  122. package/src/utils/toBoolean.ts +7 -0
  123. package/src/utils/updateArray.ts +33 -0
  124. package/temp/api-report.md.api.md +76 -0
  125. package/tsconfig.json +11 -0
  126. package/.husky/commit-msg +0 -3
  127. package/.husky/pre-commit +0 -4
  128. package/README.md +0 -31
  129. package/commitlint.config.js +0 -25
  130. package/index.html +0 -28
  131. package/scripts/commitlint.js +0 -24
  132. package/sonar-project.properties +0 -5
@@ -0,0 +1,889 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.10",
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/pbc-notify-ui!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/pbc-notify-ui",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/pbc-notify-ui!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Class",
177
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInbox:class",
178
+ "docComment": "/**\n * Foundation inbox component for displaying notifies list. Allow searching, filtering and deleting notifies\n *\n * @beta\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class FoundationInbox extends "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "FoundationInboxBase",
187
+ "canonicalReference": "@genesislcap/pbc-notify-ui!~FoundationInboxBase:class"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " "
192
+ }
193
+ ],
194
+ "fileUrlPath": "src/components/foundation-inbox/inbox.ts",
195
+ "releaseTag": "Beta",
196
+ "isAbstract": false,
197
+ "name": "FoundationInbox",
198
+ "preserveMemberOrder": false,
199
+ "members": [
200
+ {
201
+ "kind": "Method",
202
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInbox#connectedCallback:member(1)",
203
+ "docComment": "",
204
+ "excerptTokens": [
205
+ {
206
+ "kind": "Content",
207
+ "text": "connectedCallback(): "
208
+ },
209
+ {
210
+ "kind": "Reference",
211
+ "text": "Promise",
212
+ "canonicalReference": "!Promise:interface"
213
+ },
214
+ {
215
+ "kind": "Content",
216
+ "text": "<void>"
217
+ },
218
+ {
219
+ "kind": "Content",
220
+ "text": ";"
221
+ }
222
+ ],
223
+ "isStatic": false,
224
+ "returnTypeTokenRange": {
225
+ "startIndex": 1,
226
+ "endIndex": 3
227
+ },
228
+ "releaseTag": "Beta",
229
+ "isProtected": false,
230
+ "overloadIndex": 1,
231
+ "parameters": [],
232
+ "isOptional": false,
233
+ "isAbstract": false,
234
+ "name": "connectedCallback"
235
+ },
236
+ {
237
+ "kind": "Method",
238
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInbox#disconnectedCallback:member(1)",
239
+ "docComment": "",
240
+ "excerptTokens": [
241
+ {
242
+ "kind": "Content",
243
+ "text": "disconnectedCallback(): "
244
+ },
245
+ {
246
+ "kind": "Content",
247
+ "text": "void"
248
+ },
249
+ {
250
+ "kind": "Content",
251
+ "text": ";"
252
+ }
253
+ ],
254
+ "isStatic": false,
255
+ "returnTypeTokenRange": {
256
+ "startIndex": 1,
257
+ "endIndex": 2
258
+ },
259
+ "releaseTag": "Beta",
260
+ "isProtected": false,
261
+ "overloadIndex": 1,
262
+ "parameters": [],
263
+ "isOptional": false,
264
+ "isAbstract": false,
265
+ "name": "disconnectedCallback"
266
+ }
267
+ ],
268
+ "extendsTokenRange": {
269
+ "startIndex": 1,
270
+ "endIndex": 2
271
+ },
272
+ "implementsTokenRanges": []
273
+ },
274
+ {
275
+ "kind": "Class",
276
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxCounter:class",
277
+ "docComment": "",
278
+ "excerptTokens": [
279
+ {
280
+ "kind": "Content",
281
+ "text": "export declare class FoundationInboxCounter extends "
282
+ },
283
+ {
284
+ "kind": "Reference",
285
+ "text": "GenesisElement",
286
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
287
+ },
288
+ {
289
+ "kind": "Content",
290
+ "text": " "
291
+ }
292
+ ],
293
+ "fileUrlPath": "src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.ts",
294
+ "releaseTag": "Public",
295
+ "isAbstract": false,
296
+ "name": "FoundationInboxCounter",
297
+ "preserveMemberOrder": false,
298
+ "members": [
299
+ {
300
+ "kind": "Method",
301
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxCounter#connectedCallback:member(1)",
302
+ "docComment": "",
303
+ "excerptTokens": [
304
+ {
305
+ "kind": "Content",
306
+ "text": "connectedCallback(): "
307
+ },
308
+ {
309
+ "kind": "Reference",
310
+ "text": "Promise",
311
+ "canonicalReference": "!Promise:interface"
312
+ },
313
+ {
314
+ "kind": "Content",
315
+ "text": "<void>"
316
+ },
317
+ {
318
+ "kind": "Content",
319
+ "text": ";"
320
+ }
321
+ ],
322
+ "isStatic": false,
323
+ "returnTypeTokenRange": {
324
+ "startIndex": 1,
325
+ "endIndex": 3
326
+ },
327
+ "releaseTag": "Public",
328
+ "isProtected": false,
329
+ "overloadIndex": 1,
330
+ "parameters": [],
331
+ "isOptional": false,
332
+ "isAbstract": false,
333
+ "name": "connectedCallback"
334
+ },
335
+ {
336
+ "kind": "Method",
337
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxCounter#disconnectedCallback:member(1)",
338
+ "docComment": "",
339
+ "excerptTokens": [
340
+ {
341
+ "kind": "Content",
342
+ "text": "disconnectedCallback(): "
343
+ },
344
+ {
345
+ "kind": "Content",
346
+ "text": "void"
347
+ },
348
+ {
349
+ "kind": "Content",
350
+ "text": ";"
351
+ }
352
+ ],
353
+ "isStatic": false,
354
+ "returnTypeTokenRange": {
355
+ "startIndex": 1,
356
+ "endIndex": 2
357
+ },
358
+ "releaseTag": "Public",
359
+ "isProtected": false,
360
+ "overloadIndex": 1,
361
+ "parameters": [],
362
+ "isOptional": false,
363
+ "isAbstract": false,
364
+ "name": "disconnectedCallback"
365
+ },
366
+ {
367
+ "kind": "Property",
368
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxCounter#inboxService:member",
369
+ "docComment": "",
370
+ "excerptTokens": [
371
+ {
372
+ "kind": "Content",
373
+ "text": "inboxService: "
374
+ },
375
+ {
376
+ "kind": "Reference",
377
+ "text": "FoundationInboxService",
378
+ "canonicalReference": "@genesislcap/pbc-notify-ui!~FoundationInboxService:interface"
379
+ },
380
+ {
381
+ "kind": "Content",
382
+ "text": ";"
383
+ }
384
+ ],
385
+ "isReadonly": false,
386
+ "isOptional": false,
387
+ "releaseTag": "Public",
388
+ "name": "inboxService",
389
+ "propertyTypeTokenRange": {
390
+ "startIndex": 1,
391
+ "endIndex": 2
392
+ },
393
+ "isStatic": false,
394
+ "isProtected": false,
395
+ "isAbstract": false
396
+ },
397
+ {
398
+ "kind": "Property",
399
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxCounter#value:member",
400
+ "docComment": "",
401
+ "excerptTokens": [
402
+ {
403
+ "kind": "Content",
404
+ "text": "value: "
405
+ },
406
+ {
407
+ "kind": "Content",
408
+ "text": "number"
409
+ },
410
+ {
411
+ "kind": "Content",
412
+ "text": ";"
413
+ }
414
+ ],
415
+ "isReadonly": false,
416
+ "isOptional": false,
417
+ "releaseTag": "Public",
418
+ "name": "value",
419
+ "propertyTypeTokenRange": {
420
+ "startIndex": 1,
421
+ "endIndex": 2
422
+ },
423
+ "isStatic": false,
424
+ "isProtected": false,
425
+ "isAbstract": false
426
+ }
427
+ ],
428
+ "extendsTokenRange": {
429
+ "startIndex": 1,
430
+ "endIndex": 2
431
+ },
432
+ "implementsTokenRanges": []
433
+ },
434
+ {
435
+ "kind": "Class",
436
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout:class",
437
+ "docComment": "",
438
+ "excerptTokens": [
439
+ {
440
+ "kind": "Content",
441
+ "text": "export declare class FoundationInboxFlyout extends "
442
+ },
443
+ {
444
+ "kind": "Reference",
445
+ "text": "FoundationInboxBase",
446
+ "canonicalReference": "@genesislcap/pbc-notify-ui!~FoundationInboxBase:class"
447
+ },
448
+ {
449
+ "kind": "Content",
450
+ "text": " "
451
+ }
452
+ ],
453
+ "fileUrlPath": "src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.ts",
454
+ "releaseTag": "Public",
455
+ "isAbstract": false,
456
+ "name": "FoundationInboxFlyout",
457
+ "preserveMemberOrder": false,
458
+ "members": [
459
+ {
460
+ "kind": "Method",
461
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#close:member(1)",
462
+ "docComment": "",
463
+ "excerptTokens": [
464
+ {
465
+ "kind": "Content",
466
+ "text": "close(): "
467
+ },
468
+ {
469
+ "kind": "Content",
470
+ "text": "void"
471
+ },
472
+ {
473
+ "kind": "Content",
474
+ "text": ";"
475
+ }
476
+ ],
477
+ "isStatic": false,
478
+ "returnTypeTokenRange": {
479
+ "startIndex": 1,
480
+ "endIndex": 2
481
+ },
482
+ "releaseTag": "Public",
483
+ "isProtected": false,
484
+ "overloadIndex": 1,
485
+ "parameters": [],
486
+ "isOptional": false,
487
+ "isAbstract": false,
488
+ "name": "close"
489
+ },
490
+ {
491
+ "kind": "Method",
492
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#connectedCallback:member(1)",
493
+ "docComment": "",
494
+ "excerptTokens": [
495
+ {
496
+ "kind": "Content",
497
+ "text": "connectedCallback(): "
498
+ },
499
+ {
500
+ "kind": "Reference",
501
+ "text": "Promise",
502
+ "canonicalReference": "!Promise:interface"
503
+ },
504
+ {
505
+ "kind": "Content",
506
+ "text": "<void>"
507
+ },
508
+ {
509
+ "kind": "Content",
510
+ "text": ";"
511
+ }
512
+ ],
513
+ "isStatic": false,
514
+ "returnTypeTokenRange": {
515
+ "startIndex": 1,
516
+ "endIndex": 3
517
+ },
518
+ "releaseTag": "Public",
519
+ "isProtected": false,
520
+ "overloadIndex": 1,
521
+ "parameters": [],
522
+ "isOptional": false,
523
+ "isAbstract": false,
524
+ "name": "connectedCallback"
525
+ },
526
+ {
527
+ "kind": "Method",
528
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#disconnectedCallback:member(1)",
529
+ "docComment": "",
530
+ "excerptTokens": [
531
+ {
532
+ "kind": "Content",
533
+ "text": "disconnectedCallback(): "
534
+ },
535
+ {
536
+ "kind": "Content",
537
+ "text": "void"
538
+ },
539
+ {
540
+ "kind": "Content",
541
+ "text": ";"
542
+ }
543
+ ],
544
+ "isStatic": false,
545
+ "returnTypeTokenRange": {
546
+ "startIndex": 1,
547
+ "endIndex": 2
548
+ },
549
+ "releaseTag": "Public",
550
+ "isProtected": false,
551
+ "overloadIndex": 1,
552
+ "parameters": [],
553
+ "isOptional": false,
554
+ "isAbstract": false,
555
+ "name": "disconnectedCallback"
556
+ },
557
+ {
558
+ "kind": "Property",
559
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#flyout:member",
560
+ "docComment": "",
561
+ "excerptTokens": [
562
+ {
563
+ "kind": "Content",
564
+ "text": "flyout: "
565
+ },
566
+ {
567
+ "kind": "Reference",
568
+ "text": "Flyout",
569
+ "canonicalReference": "@genesislcap/rapid-design-system!Flyout:class"
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": ";"
574
+ }
575
+ ],
576
+ "isReadonly": false,
577
+ "isOptional": false,
578
+ "releaseTag": "Public",
579
+ "name": "flyout",
580
+ "propertyTypeTokenRange": {
581
+ "startIndex": 1,
582
+ "endIndex": 2
583
+ },
584
+ "isStatic": false,
585
+ "isProtected": false,
586
+ "isAbstract": false
587
+ },
588
+ {
589
+ "kind": "Property",
590
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#flyoutClosed:member",
591
+ "docComment": "",
592
+ "excerptTokens": [
593
+ {
594
+ "kind": "Content",
595
+ "text": "flyoutClosed: "
596
+ },
597
+ {
598
+ "kind": "Content",
599
+ "text": "boolean"
600
+ },
601
+ {
602
+ "kind": "Content",
603
+ "text": ";"
604
+ }
605
+ ],
606
+ "isReadonly": false,
607
+ "isOptional": false,
608
+ "releaseTag": "Public",
609
+ "name": "flyoutClosed",
610
+ "propertyTypeTokenRange": {
611
+ "startIndex": 1,
612
+ "endIndex": 2
613
+ },
614
+ "isStatic": false,
615
+ "isProtected": false,
616
+ "isAbstract": false
617
+ },
618
+ {
619
+ "kind": "Method",
620
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#loadRemotes:member(1)",
621
+ "docComment": "",
622
+ "excerptTokens": [
623
+ {
624
+ "kind": "Content",
625
+ "text": "loadRemotes(): "
626
+ },
627
+ {
628
+ "kind": "Reference",
629
+ "text": "Promise",
630
+ "canonicalReference": "!Promise:interface"
631
+ },
632
+ {
633
+ "kind": "Content",
634
+ "text": "<void>"
635
+ },
636
+ {
637
+ "kind": "Content",
638
+ "text": ";"
639
+ }
640
+ ],
641
+ "isStatic": false,
642
+ "returnTypeTokenRange": {
643
+ "startIndex": 1,
644
+ "endIndex": 3
645
+ },
646
+ "releaseTag": "Public",
647
+ "isProtected": false,
648
+ "overloadIndex": 1,
649
+ "parameters": [],
650
+ "isOptional": false,
651
+ "isAbstract": false,
652
+ "name": "loadRemotes"
653
+ },
654
+ {
655
+ "kind": "Method",
656
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#open:member(1)",
657
+ "docComment": "",
658
+ "excerptTokens": [
659
+ {
660
+ "kind": "Content",
661
+ "text": "open(): "
662
+ },
663
+ {
664
+ "kind": "Reference",
665
+ "text": "Promise",
666
+ "canonicalReference": "!Promise:interface"
667
+ },
668
+ {
669
+ "kind": "Content",
670
+ "text": "<void>"
671
+ },
672
+ {
673
+ "kind": "Content",
674
+ "text": ";"
675
+ }
676
+ ],
677
+ "isStatic": false,
678
+ "returnTypeTokenRange": {
679
+ "startIndex": 1,
680
+ "endIndex": 3
681
+ },
682
+ "releaseTag": "Public",
683
+ "isProtected": false,
684
+ "overloadIndex": 1,
685
+ "parameters": [],
686
+ "isOptional": false,
687
+ "isAbstract": false,
688
+ "name": "open"
689
+ },
690
+ {
691
+ "kind": "Property",
692
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationInboxFlyout#ready:member",
693
+ "docComment": "",
694
+ "excerptTokens": [
695
+ {
696
+ "kind": "Content",
697
+ "text": "ready: "
698
+ },
699
+ {
700
+ "kind": "Content",
701
+ "text": "boolean"
702
+ },
703
+ {
704
+ "kind": "Content",
705
+ "text": ";"
706
+ }
707
+ ],
708
+ "isReadonly": false,
709
+ "isOptional": false,
710
+ "releaseTag": "Public",
711
+ "name": "ready",
712
+ "propertyTypeTokenRange": {
713
+ "startIndex": 1,
714
+ "endIndex": 2
715
+ },
716
+ "isStatic": false,
717
+ "isProtected": false,
718
+ "isAbstract": false
719
+ }
720
+ ],
721
+ "extendsTokenRange": {
722
+ "startIndex": 1,
723
+ "endIndex": 2
724
+ },
725
+ "implementsTokenRanges": []
726
+ },
727
+ {
728
+ "kind": "Class",
729
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationNotificationDashboard:class",
730
+ "docComment": "/**\n * @public\n */\n",
731
+ "excerptTokens": [
732
+ {
733
+ "kind": "Content",
734
+ "text": "export declare class FoundationNotificationDashboard extends "
735
+ },
736
+ {
737
+ "kind": "Reference",
738
+ "text": "GenesisElement",
739
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
740
+ },
741
+ {
742
+ "kind": "Content",
743
+ "text": " "
744
+ }
745
+ ],
746
+ "fileUrlPath": "src/components/foundation-notification-dashboard/notification-dashboard.ts",
747
+ "releaseTag": "Public",
748
+ "isAbstract": false,
749
+ "name": "FoundationNotificationDashboard",
750
+ "preserveMemberOrder": false,
751
+ "members": [
752
+ {
753
+ "kind": "Property",
754
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationNotificationDashboard#auth:member",
755
+ "docComment": "",
756
+ "excerptTokens": [
757
+ {
758
+ "kind": "Content",
759
+ "text": "auth: "
760
+ },
761
+ {
762
+ "kind": "Reference",
763
+ "text": "Auth",
764
+ "canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
765
+ },
766
+ {
767
+ "kind": "Content",
768
+ "text": ";"
769
+ }
770
+ ],
771
+ "isReadonly": false,
772
+ "isOptional": false,
773
+ "releaseTag": "Public",
774
+ "name": "auth",
775
+ "propertyTypeTokenRange": {
776
+ "startIndex": 1,
777
+ "endIndex": 2
778
+ },
779
+ "isStatic": false,
780
+ "isProtected": false,
781
+ "isAbstract": false
782
+ },
783
+ {
784
+ "kind": "Method",
785
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationNotificationDashboard#connectedCallback:member(1)",
786
+ "docComment": "",
787
+ "excerptTokens": [
788
+ {
789
+ "kind": "Content",
790
+ "text": "connectedCallback(): "
791
+ },
792
+ {
793
+ "kind": "Reference",
794
+ "text": "Promise",
795
+ "canonicalReference": "!Promise:interface"
796
+ },
797
+ {
798
+ "kind": "Content",
799
+ "text": "<void>"
800
+ },
801
+ {
802
+ "kind": "Content",
803
+ "text": ";"
804
+ }
805
+ ],
806
+ "isStatic": false,
807
+ "returnTypeTokenRange": {
808
+ "startIndex": 1,
809
+ "endIndex": 3
810
+ },
811
+ "releaseTag": "Public",
812
+ "isProtected": false,
813
+ "overloadIndex": 1,
814
+ "parameters": [],
815
+ "isOptional": false,
816
+ "isAbstract": false,
817
+ "name": "connectedCallback"
818
+ },
819
+ {
820
+ "kind": "Property",
821
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationNotificationDashboard#hasPermissions:member",
822
+ "docComment": "",
823
+ "excerptTokens": [
824
+ {
825
+ "kind": "Content",
826
+ "text": "hasPermissions: "
827
+ },
828
+ {
829
+ "kind": "Content",
830
+ "text": "boolean"
831
+ },
832
+ {
833
+ "kind": "Content",
834
+ "text": ";"
835
+ }
836
+ ],
837
+ "isReadonly": false,
838
+ "isOptional": false,
839
+ "releaseTag": "Public",
840
+ "name": "hasPermissions",
841
+ "propertyTypeTokenRange": {
842
+ "startIndex": 1,
843
+ "endIndex": 2
844
+ },
845
+ "isStatic": false,
846
+ "isProtected": false,
847
+ "isAbstract": false
848
+ },
849
+ {
850
+ "kind": "Property",
851
+ "canonicalReference": "@genesislcap/pbc-notify-ui!FoundationNotificationDashboard#ready:member",
852
+ "docComment": "",
853
+ "excerptTokens": [
854
+ {
855
+ "kind": "Content",
856
+ "text": "ready: "
857
+ },
858
+ {
859
+ "kind": "Content",
860
+ "text": "boolean"
861
+ },
862
+ {
863
+ "kind": "Content",
864
+ "text": ";"
865
+ }
866
+ ],
867
+ "isReadonly": false,
868
+ "isOptional": false,
869
+ "releaseTag": "Public",
870
+ "name": "ready",
871
+ "propertyTypeTokenRange": {
872
+ "startIndex": 1,
873
+ "endIndex": 2
874
+ },
875
+ "isStatic": false,
876
+ "isProtected": false,
877
+ "isAbstract": false
878
+ }
879
+ ],
880
+ "extendsTokenRange": {
881
+ "startIndex": 1,
882
+ "endIndex": 2
883
+ },
884
+ "implementsTokenRanges": []
885
+ }
886
+ ]
887
+ }
888
+ ]
889
+ }