@genesislcap/pbc-notify-ui 14.408.0 → 14.409.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -0
- package/package.json +22 -22
- package/docs/api/index.md +0 -30
- package/docs/api/pbc-notify-ui.foundationinbox.connectedcallback.md +0 -18
- package/docs/api/pbc-notify-ui.foundationinbox.disconnectedcallback.md +0 -18
- package/docs/api/pbc-notify-ui.foundationinbox.md +0 -66
- package/docs/api/pbc-notify-ui.foundationinboxcounter.connect.md +0 -11
- package/docs/api/pbc-notify-ui.foundationinboxcounter.connectedcallback.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxcounter.disconnectedcallback.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxcounter.inboxservice.md +0 -11
- package/docs/api/pbc-notify-ui.foundationinboxcounter.md +0 -133
- package/docs/api/pbc-notify-ui.foundationinboxcounter.value.md +0 -11
- package/docs/api/pbc-notify-ui.foundationinboxflyout.close.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxflyout.connectedcallback.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxflyout.disconnectedcallback.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxflyout.flyout.md +0 -11
- package/docs/api/pbc-notify-ui.foundationinboxflyout.flyoutclosed.md +0 -11
- package/docs/api/pbc-notify-ui.foundationinboxflyout.loadremotes.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxflyout.md +0 -169
- package/docs/api/pbc-notify-ui.foundationinboxflyout.open.md +0 -15
- package/docs/api/pbc-notify-ui.foundationinboxflyout.ready.md +0 -11
- package/docs/api/pbc-notify-ui.foundationnotificationdashboard.auth.md +0 -11
- package/docs/api/pbc-notify-ui.foundationnotificationdashboard.connectedcallback.md +0 -15
- package/docs/api/pbc-notify-ui.foundationnotificationdashboard.haspermissions.md +0 -11
- package/docs/api/pbc-notify-ui.foundationnotificationdashboard.md +0 -122
- package/docs/api/pbc-notify-ui.foundationnotificationdashboard.ready.md +0 -11
- package/docs/api/pbc-notify-ui.md +0 -60
- package/docs/api-report.md.api.md +0 -79
- package/temp/api-report.md.api.md +0 -79
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @genesislcap/pbc-notify-ui
|
|
2
|
+
|
|
3
|
+
Documentation for this package is published on the Genesis docs site:
|
|
4
|
+
|
|
5
|
+
**Docs: [Toast notifications](https://docs.genesis.global/docs/develop/client-capabilities/toast-notifications/)**
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Add the package to your `package.json` dependencies. After changing dependencies, run `npm run bootstrap` (or your project's equivalent). See [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) for more information.
|
|
10
|
+
|
|
11
|
+
```json
|
|
12
|
+
{
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@genesislcap/pbc-notify-ui": "latest"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## License
|
|
20
|
+
|
|
21
|
+
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
22
|
+
|
|
23
|
+
### Licensed components
|
|
24
|
+
|
|
25
|
+
Genesis low-code platform
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-notify-ui",
|
|
3
3
|
"description": "Genesis PBC Notify UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.409.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"workspaces": [
|
|
7
7
|
"client"
|
|
@@ -85,34 +85,34 @@
|
|
|
85
85
|
"@commitlint/format": "^19.0.3",
|
|
86
86
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
87
87
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
88
|
-
"@genesislcap/design-system-configurator": "14.
|
|
89
|
-
"@genesislcap/eslint-config": "14.
|
|
90
|
-
"@genesislcap/eslint-stylelint-builder": "14.
|
|
91
|
-
"@genesislcap/foundation-testing": "14.
|
|
92
|
-
"@genesislcap/genx": "14.
|
|
93
|
-
"@genesislcap/prettier-config": "14.
|
|
94
|
-
"@genesislcap/stylelint-config": "14.
|
|
95
|
-
"@genesislcap/vite-builder": "14.
|
|
96
|
-
"@genesislcap/webpack-builder": "14.
|
|
88
|
+
"@genesislcap/design-system-configurator": "14.409.0",
|
|
89
|
+
"@genesislcap/eslint-config": "14.409.0",
|
|
90
|
+
"@genesislcap/eslint-stylelint-builder": "14.409.0",
|
|
91
|
+
"@genesislcap/foundation-testing": "14.409.0",
|
|
92
|
+
"@genesislcap/genx": "14.409.0",
|
|
93
|
+
"@genesislcap/prettier-config": "14.409.0",
|
|
94
|
+
"@genesislcap/stylelint-config": "14.409.0",
|
|
95
|
+
"@genesislcap/vite-builder": "14.409.0",
|
|
96
|
+
"@genesislcap/webpack-builder": "14.409.0",
|
|
97
97
|
"dayjs": "^1.11.7"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@genesislcap/foundation-comms": "14.
|
|
101
|
-
"@genesislcap/foundation-criteria": "14.
|
|
102
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
103
|
-
"@genesislcap/foundation-forms": "14.
|
|
104
|
-
"@genesislcap/foundation-layout": "14.
|
|
105
|
-
"@genesislcap/foundation-logger": "14.
|
|
106
|
-
"@genesislcap/foundation-notifications": "14.
|
|
107
|
-
"@genesislcap/foundation-utils": "14.
|
|
108
|
-
"@genesislcap/rapid-design-system": "14.
|
|
109
|
-
"@genesislcap/rapid-grid-pro": "14.
|
|
110
|
-
"@genesislcap/web-core": "14.
|
|
100
|
+
"@genesislcap/foundation-comms": "14.409.0",
|
|
101
|
+
"@genesislcap/foundation-criteria": "14.409.0",
|
|
102
|
+
"@genesislcap/foundation-entity-management": "14.409.0",
|
|
103
|
+
"@genesislcap/foundation-forms": "14.409.0",
|
|
104
|
+
"@genesislcap/foundation-layout": "14.409.0",
|
|
105
|
+
"@genesislcap/foundation-logger": "14.409.0",
|
|
106
|
+
"@genesislcap/foundation-notifications": "14.409.0",
|
|
107
|
+
"@genesislcap/foundation-utils": "14.409.0",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.409.0",
|
|
109
|
+
"@genesislcap/rapid-grid-pro": "14.409.0",
|
|
110
|
+
"@genesislcap/web-core": "14.409.0",
|
|
111
111
|
"lodash.debounce": "^4.0.8",
|
|
112
112
|
"rxjs": "^7.5.4"
|
|
113
113
|
},
|
|
114
114
|
"publishConfig": {
|
|
115
115
|
"access": "public"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "cbe0459d170f27c35a7de18cec415947aedf4da5"
|
|
118
118
|
}
|
package/docs/api/index.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md)
|
|
4
|
-
|
|
5
|
-
## API Reference
|
|
6
|
-
|
|
7
|
-
## Packages
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Package
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[@genesislcap/pbc-notify-ui](./pbc-notify-ui.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</td></tr>
|
|
29
|
-
</tbody></table>
|
|
30
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInbox](./pbc-notify-ui.foundationinbox.md) > [connectedCallback](./pbc-notify-ui.foundationinbox.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInbox.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
-
>
|
|
9
|
-
|
|
10
|
-
**Signature:**
|
|
11
|
-
|
|
12
|
-
```typescript
|
|
13
|
-
connectedCallback(): Promise<void>;
|
|
14
|
-
```
|
|
15
|
-
**Returns:**
|
|
16
|
-
|
|
17
|
-
Promise<void>
|
|
18
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInbox](./pbc-notify-ui.foundationinbox.md) > [disconnectedCallback](./pbc-notify-ui.foundationinbox.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInbox.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
-
>
|
|
9
|
-
|
|
10
|
-
**Signature:**
|
|
11
|
-
|
|
12
|
-
```typescript
|
|
13
|
-
disconnectedCallback(): void;
|
|
14
|
-
```
|
|
15
|
-
**Returns:**
|
|
16
|
-
|
|
17
|
-
void
|
|
18
|
-
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInbox](./pbc-notify-ui.foundationinbox.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInbox class
|
|
6
|
-
|
|
7
|
-
> This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
|
|
8
|
-
>
|
|
9
|
-
|
|
10
|
-
Foundation inbox component for displaying notifies list. Allow searching, filtering and deleting notifies
|
|
11
|
-
|
|
12
|
-
**Signature:**
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
export declare class FoundationInbox extends FoundationInboxBase
|
|
16
|
-
```
|
|
17
|
-
**Extends:** FoundationInboxBase
|
|
18
|
-
|
|
19
|
-
## Methods
|
|
20
|
-
|
|
21
|
-
<table><thead><tr><th>
|
|
22
|
-
|
|
23
|
-
Method
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</th><th>
|
|
27
|
-
|
|
28
|
-
Modifiers
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</th><th>
|
|
32
|
-
|
|
33
|
-
Description
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</th></tr></thead>
|
|
37
|
-
<tbody><tr><td>
|
|
38
|
-
|
|
39
|
-
[connectedCallback()](./pbc-notify-ui.foundationinbox.connectedcallback.md)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</td><td>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
**_(BETA)_**
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td></tr>
|
|
51
|
-
<tr><td>
|
|
52
|
-
|
|
53
|
-
[disconnectedCallback()](./pbc-notify-ui.foundationinbox.disconnectedcallback.md)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td><td>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
**_(BETA)_**
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
</tbody></table>
|
|
66
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md) > [connect](./pbc-notify-ui.foundationinboxcounter.connect.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter.connect property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connect: Connect;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md) > [connectedCallback](./pbc-notify-ui.foundationinboxcounter.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md) > [disconnectedCallback](./pbc-notify-ui.foundationinboxcounter.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md) > [inboxService](./pbc-notify-ui.foundationinboxcounter.inboxservice.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter.inboxService property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
inboxService: FoundationInboxService;
|
|
11
|
-
```
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter class
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
export declare class FoundationInboxCounter extends GenesisElement
|
|
11
|
-
```
|
|
12
|
-
**Extends:** GenesisElement
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
<table><thead><tr><th>
|
|
17
|
-
|
|
18
|
-
Property
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
</th><th>
|
|
22
|
-
|
|
23
|
-
Modifiers
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</th><th>
|
|
27
|
-
|
|
28
|
-
Type
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</th><th>
|
|
32
|
-
|
|
33
|
-
Description
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</th></tr></thead>
|
|
37
|
-
<tbody><tr><td>
|
|
38
|
-
|
|
39
|
-
[connect](./pbc-notify-ui.foundationinboxcounter.connect.md)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</td><td>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
Connect
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</td></tr>
|
|
54
|
-
<tr><td>
|
|
55
|
-
|
|
56
|
-
[inboxService](./pbc-notify-ui.foundationinboxcounter.inboxservice.md)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td><td>
|
|
63
|
-
|
|
64
|
-
FoundationInboxService
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
</td><td>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</td></tr>
|
|
71
|
-
<tr><td>
|
|
72
|
-
|
|
73
|
-
[value](./pbc-notify-ui.foundationinboxcounter.value.md)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
</td><td>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</td><td>
|
|
80
|
-
|
|
81
|
-
number
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</td><td>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</td></tr>
|
|
88
|
-
</tbody></table>
|
|
89
|
-
|
|
90
|
-
## Methods
|
|
91
|
-
|
|
92
|
-
<table><thead><tr><th>
|
|
93
|
-
|
|
94
|
-
Method
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</th><th>
|
|
98
|
-
|
|
99
|
-
Modifiers
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</th><th>
|
|
103
|
-
|
|
104
|
-
Description
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</th></tr></thead>
|
|
108
|
-
<tbody><tr><td>
|
|
109
|
-
|
|
110
|
-
[connectedCallback()](./pbc-notify-ui.foundationinboxcounter.connectedcallback.md)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td><td>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</td><td>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</td></tr>
|
|
120
|
-
<tr><td>
|
|
121
|
-
|
|
122
|
-
[disconnectedCallback()](./pbc-notify-ui.foundationinboxcounter.disconnectedcallback.md)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</td><td>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</td><td>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
</td></tr>
|
|
132
|
-
</tbody></table>
|
|
133
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md) > [value](./pbc-notify-ui.foundationinboxcounter.value.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxCounter.value property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
value: number;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [close](./pbc-notify-ui.foundationinboxflyout.close.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.close() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
close(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [connectedCallback](./pbc-notify-ui.foundationinboxflyout.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [disconnectedCallback](./pbc-notify-ui.foundationinboxflyout.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [flyout](./pbc-notify-ui.foundationinboxflyout.flyout.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.flyout property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
flyout: Flyout;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [flyoutClosed](./pbc-notify-ui.foundationinboxflyout.flyoutclosed.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.flyoutClosed property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
flyoutClosed: boolean;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [loadRemotes](./pbc-notify-ui.foundationinboxflyout.loadremotes.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.loadRemotes() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
loadRemotes(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout class
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
export declare class FoundationInboxFlyout extends FoundationInboxBase
|
|
11
|
-
```
|
|
12
|
-
**Extends:** FoundationInboxBase
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
<table><thead><tr><th>
|
|
17
|
-
|
|
18
|
-
Property
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
</th><th>
|
|
22
|
-
|
|
23
|
-
Modifiers
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</th><th>
|
|
27
|
-
|
|
28
|
-
Type
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</th><th>
|
|
32
|
-
|
|
33
|
-
Description
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</th></tr></thead>
|
|
37
|
-
<tbody><tr><td>
|
|
38
|
-
|
|
39
|
-
[flyout](./pbc-notify-ui.foundationinboxflyout.flyout.md)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</td><td>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
Flyout
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</td></tr>
|
|
54
|
-
<tr><td>
|
|
55
|
-
|
|
56
|
-
[flyoutClosed](./pbc-notify-ui.foundationinboxflyout.flyoutclosed.md)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td><td>
|
|
63
|
-
|
|
64
|
-
boolean
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
</td><td>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</td></tr>
|
|
71
|
-
<tr><td>
|
|
72
|
-
|
|
73
|
-
[ready](./pbc-notify-ui.foundationinboxflyout.ready.md)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
</td><td>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</td><td>
|
|
80
|
-
|
|
81
|
-
boolean
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</td><td>
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</td></tr>
|
|
88
|
-
</tbody></table>
|
|
89
|
-
|
|
90
|
-
## Methods
|
|
91
|
-
|
|
92
|
-
<table><thead><tr><th>
|
|
93
|
-
|
|
94
|
-
Method
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</th><th>
|
|
98
|
-
|
|
99
|
-
Modifiers
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</th><th>
|
|
103
|
-
|
|
104
|
-
Description
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</th></tr></thead>
|
|
108
|
-
<tbody><tr><td>
|
|
109
|
-
|
|
110
|
-
[close()](./pbc-notify-ui.foundationinboxflyout.close.md)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td><td>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</td><td>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</td></tr>
|
|
120
|
-
<tr><td>
|
|
121
|
-
|
|
122
|
-
[connectedCallback()](./pbc-notify-ui.foundationinboxflyout.connectedcallback.md)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</td><td>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</td><td>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
</td></tr>
|
|
132
|
-
<tr><td>
|
|
133
|
-
|
|
134
|
-
[disconnectedCallback()](./pbc-notify-ui.foundationinboxflyout.disconnectedcallback.md)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
</td><td>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
</td><td>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
</td></tr>
|
|
144
|
-
<tr><td>
|
|
145
|
-
|
|
146
|
-
[loadRemotes()](./pbc-notify-ui.foundationinboxflyout.loadremotes.md)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</td><td>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td><td>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
</td></tr>
|
|
156
|
-
<tr><td>
|
|
157
|
-
|
|
158
|
-
[open()](./pbc-notify-ui.foundationinboxflyout.open.md)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
</td><td>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
</td><td>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
</td></tr>
|
|
168
|
-
</tbody></table>
|
|
169
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [open](./pbc-notify-ui.foundationinboxflyout.open.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.open() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
open(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md) > [ready](./pbc-notify-ui.foundationinboxflyout.ready.md)
|
|
4
|
-
|
|
5
|
-
## FoundationInboxFlyout.ready property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
ready: boolean;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md) > [auth](./pbc-notify-ui.foundationnotificationdashboard.auth.md)
|
|
4
|
-
|
|
5
|
-
## FoundationNotificationDashboard.auth property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
auth: Auth;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md) > [connectedCallback](./pbc-notify-ui.foundationnotificationdashboard.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationNotificationDashboard.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md) > [hasPermissions](./pbc-notify-ui.foundationnotificationdashboard.haspermissions.md)
|
|
4
|
-
|
|
5
|
-
## FoundationNotificationDashboard.hasPermissions property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
hasPermissions: boolean;
|
|
11
|
-
```
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md)
|
|
4
|
-
|
|
5
|
-
## FoundationNotificationDashboard class
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Signature:**
|
|
9
|
-
|
|
10
|
-
```typescript
|
|
11
|
-
export declare class FoundationNotificationDashboard extends GenesisElement
|
|
12
|
-
```
|
|
13
|
-
**Extends:** GenesisElement
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Property
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Modifiers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Type
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th><th>
|
|
33
|
-
|
|
34
|
-
Description
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</th></tr></thead>
|
|
38
|
-
<tbody><tr><td>
|
|
39
|
-
|
|
40
|
-
[auth](./pbc-notify-ui.foundationnotificationdashboard.auth.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
Auth
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td></tr>
|
|
55
|
-
<tr><td>
|
|
56
|
-
|
|
57
|
-
[hasPermissions](./pbc-notify-ui.foundationnotificationdashboard.haspermissions.md)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td><td>
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
</td><td>
|
|
64
|
-
|
|
65
|
-
boolean
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
</td><td>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
</td></tr>
|
|
72
|
-
<tr><td>
|
|
73
|
-
|
|
74
|
-
[ready](./pbc-notify-ui.foundationnotificationdashboard.ready.md)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</td><td>
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
</td><td>
|
|
81
|
-
|
|
82
|
-
boolean
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
</td><td>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td></tr>
|
|
89
|
-
</tbody></table>
|
|
90
|
-
|
|
91
|
-
## Methods
|
|
92
|
-
|
|
93
|
-
<table><thead><tr><th>
|
|
94
|
-
|
|
95
|
-
Method
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
</th><th>
|
|
99
|
-
|
|
100
|
-
Modifiers
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</th><th>
|
|
104
|
-
|
|
105
|
-
Description
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</th></tr></thead>
|
|
109
|
-
<tbody><tr><td>
|
|
110
|
-
|
|
111
|
-
[connectedCallback()](./pbc-notify-ui.foundationnotificationdashboard.connectedcallback.md)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
</td><td>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
</td><td>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</td></tr>
|
|
121
|
-
</tbody></table>
|
|
122
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md) > [FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md) > [ready](./pbc-notify-ui.foundationnotificationdashboard.ready.md)
|
|
4
|
-
|
|
5
|
-
## FoundationNotificationDashboard.ready property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
ready: boolean;
|
|
11
|
-
```
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-notify-ui](./pbc-notify-ui.md)
|
|
4
|
-
|
|
5
|
-
## pbc-notify-ui package
|
|
6
|
-
|
|
7
|
-
## Classes
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Class
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[FoundationInbox](./pbc-notify-ui.foundationinbox.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
**_(BETA)_** Foundation inbox component for displaying notifies list. Allow searching, filtering and deleting notifies
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</td></tr>
|
|
31
|
-
<tr><td>
|
|
32
|
-
|
|
33
|
-
[FoundationInboxCounter](./pbc-notify-ui.foundationinboxcounter.md)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</td></tr>
|
|
40
|
-
<tr><td>
|
|
41
|
-
|
|
42
|
-
[FoundationInboxFlyout](./pbc-notify-ui.foundationinboxflyout.md)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
[FoundationNotificationDashboard](./pbc-notify-ui.foundationnotificationdashboard.md)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
</td></tr>
|
|
59
|
-
</tbody></table>
|
|
60
|
-
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/pbc-notify-ui"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Auth } from '@genesislcap/foundation-comms';
|
|
8
|
-
import { Connect } from '@genesislcap/foundation-comms';
|
|
9
|
-
import { Expression } from '@genesislcap/foundation-criteria';
|
|
10
|
-
import type { Flyout } from '@genesislcap/rapid-design-system';
|
|
11
|
-
import { GenesisElement } from '@genesislcap/web-core';
|
|
12
|
-
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
13
|
-
import { Message } from '@genesislcap/foundation-comms';
|
|
14
|
-
import { SocketObservable } from '@genesislcap/foundation-comms';
|
|
15
|
-
import type { Tabs } from '@genesislcap/foundation-ui';
|
|
16
|
-
|
|
17
|
-
// Warning: (ae-forgotten-export) The symbol "FoundationInboxBase" needs to be exported by the entry point index.d.ts
|
|
18
|
-
//
|
|
19
|
-
// @beta
|
|
20
|
-
export class FoundationInbox extends FoundationInboxBase {
|
|
21
|
-
// (undocumented)
|
|
22
|
-
connectedCallback(): Promise<void>;
|
|
23
|
-
// (undocumented)
|
|
24
|
-
disconnectedCallback(): void;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// @public (undocumented)
|
|
28
|
-
export class FoundationInboxCounter extends GenesisElement {
|
|
29
|
-
// (undocumented)
|
|
30
|
-
connect: Connect;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
connectedCallback(): Promise<void>;
|
|
33
|
-
// (undocumented)
|
|
34
|
-
disconnectedCallback(): void;
|
|
35
|
-
// Warning: (ae-forgotten-export) The symbol "FoundationInboxService" needs to be exported by the entry point index.d.ts
|
|
36
|
-
//
|
|
37
|
-
// (undocumented)
|
|
38
|
-
inboxService: FoundationInboxService;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
value: number;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// @public (undocumented)
|
|
44
|
-
export class FoundationInboxFlyout extends FoundationInboxBase {
|
|
45
|
-
// (undocumented)
|
|
46
|
-
close(): void;
|
|
47
|
-
// (undocumented)
|
|
48
|
-
connectedCallback(): Promise<void>;
|
|
49
|
-
// (undocumented)
|
|
50
|
-
disconnectedCallback(): void;
|
|
51
|
-
// (undocumented)
|
|
52
|
-
flyout: Flyout;
|
|
53
|
-
// (undocumented)
|
|
54
|
-
flyoutClosed: boolean;
|
|
55
|
-
// (undocumented)
|
|
56
|
-
loadRemotes(): Promise<void>;
|
|
57
|
-
// (undocumented)
|
|
58
|
-
open(): Promise<void>;
|
|
59
|
-
// (undocumented)
|
|
60
|
-
ready: boolean;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// @public (undocumented)
|
|
64
|
-
export class FoundationNotificationDashboard extends GenesisElement {
|
|
65
|
-
// (undocumented)
|
|
66
|
-
auth: Auth;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
connectedCallback(): Promise<void>;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
hasPermissions: boolean;
|
|
71
|
-
// @internal
|
|
72
|
-
loadRemotes(): Promise<void>;
|
|
73
|
-
// (undocumented)
|
|
74
|
-
ready: boolean;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// (No @packageDocumentation comment for this package)
|
|
78
|
-
|
|
79
|
-
```
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/pbc-notify-ui"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Auth } from '@genesislcap/foundation-comms';
|
|
8
|
-
import { Connect } from '@genesislcap/foundation-comms';
|
|
9
|
-
import { Expression } from '@genesislcap/foundation-criteria';
|
|
10
|
-
import type { Flyout } from '@genesislcap/rapid-design-system';
|
|
11
|
-
import { GenesisElement } from '@genesislcap/web-core';
|
|
12
|
-
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
13
|
-
import { Message } from '@genesislcap/foundation-comms';
|
|
14
|
-
import { SocketObservable } from '@genesislcap/foundation-comms';
|
|
15
|
-
import type { Tabs } from '@genesislcap/foundation-ui';
|
|
16
|
-
|
|
17
|
-
// Warning: (ae-forgotten-export) The symbol "FoundationInboxBase" needs to be exported by the entry point index.d.ts
|
|
18
|
-
//
|
|
19
|
-
// @beta
|
|
20
|
-
export class FoundationInbox extends FoundationInboxBase {
|
|
21
|
-
// (undocumented)
|
|
22
|
-
connectedCallback(): Promise<void>;
|
|
23
|
-
// (undocumented)
|
|
24
|
-
disconnectedCallback(): void;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// @public (undocumented)
|
|
28
|
-
export class FoundationInboxCounter extends GenesisElement {
|
|
29
|
-
// (undocumented)
|
|
30
|
-
connect: Connect;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
connectedCallback(): Promise<void>;
|
|
33
|
-
// (undocumented)
|
|
34
|
-
disconnectedCallback(): void;
|
|
35
|
-
// Warning: (ae-forgotten-export) The symbol "FoundationInboxService" needs to be exported by the entry point index.d.ts
|
|
36
|
-
//
|
|
37
|
-
// (undocumented)
|
|
38
|
-
inboxService: FoundationInboxService;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
value: number;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// @public (undocumented)
|
|
44
|
-
export class FoundationInboxFlyout extends FoundationInboxBase {
|
|
45
|
-
// (undocumented)
|
|
46
|
-
close(): void;
|
|
47
|
-
// (undocumented)
|
|
48
|
-
connectedCallback(): Promise<void>;
|
|
49
|
-
// (undocumented)
|
|
50
|
-
disconnectedCallback(): void;
|
|
51
|
-
// (undocumented)
|
|
52
|
-
flyout: Flyout;
|
|
53
|
-
// (undocumented)
|
|
54
|
-
flyoutClosed: boolean;
|
|
55
|
-
// (undocumented)
|
|
56
|
-
loadRemotes(): Promise<void>;
|
|
57
|
-
// (undocumented)
|
|
58
|
-
open(): Promise<void>;
|
|
59
|
-
// (undocumented)
|
|
60
|
-
ready: boolean;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// @public (undocumented)
|
|
64
|
-
export class FoundationNotificationDashboard extends GenesisElement {
|
|
65
|
-
// (undocumented)
|
|
66
|
-
auth: Auth;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
connectedCallback(): Promise<void>;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
hasPermissions: boolean;
|
|
71
|
-
// @internal
|
|
72
|
-
loadRemotes(): Promise<void>;
|
|
73
|
-
// (undocumented)
|
|
74
|
-
ready: boolean;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// (No @packageDocumentation comment for this package)
|
|
78
|
-
|
|
79
|
-
```
|