@genesislcap/foundation-alerts 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 +7 -17
- package/package.json +14 -14
- package/docs/api/foundation-alerts.alertconfig.designsystemprefix.md +0 -18
- package/docs/api/foundation-alerts.alertconfig.md +0 -78
- package/docs/api/foundation-alerts.alertconfig.templateoptions.md +0 -18
- package/docs/api/foundation-alerts.configure.md +0 -77
- package/docs/api/foundation-alerts.defaultalertconfig.md +0 -13
- package/docs/api/foundation-alerts.foundationalerts.alertconfig.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.alertedititemdata.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.connect.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.connectedcallback.md +0 -18
- package/docs/api/foundation-alerts.foundationalerts.criteriafromfilters.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.criteriafromfilterschanged.md +0 -18
- package/docs/api/foundation-alerts.foundationalerts.datasource.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.datasubscription.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.delete.md +0 -53
- package/docs/api/foundation-alerts.foundationalerts.disconnectedcallback.md +0 -18
- package/docs/api/foundation-alerts.foundationalerts.displaystate.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.filters.md +0 -20
- package/docs/api/foundation-alerts.foundationalerts.handleaddalertaction.md +0 -18
- package/docs/api/foundation-alerts.foundationalerts.handleeditalertaction.md +0 -53
- package/docs/api/foundation-alerts.foundationalerts.items.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.md +0 -351
- package/docs/api/foundation-alerts.foundationalerts.ready.md +0 -14
- package/docs/api/foundation-alerts.foundationalerts.tooglestatus.md +0 -53
- package/docs/api/foundation-alerts.foundationalertsstyles.md +0 -12
- package/docs/api/foundation-alerts.foundationalertstemplate.md +0 -12
- package/docs/api/foundation-alerts.md +0 -141
- package/docs/api/foundation-alerts.zeroalerts.md +0 -39
- package/docs/api/index.md +0 -30
- package/docs/api-report.md.api.md +0 -109
|
@@ -1,351 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [FoundationAlerts](./foundation-alerts.foundationalerts.md)
|
|
4
|
-
|
|
5
|
-
## FoundationAlerts 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 alerts component for handle alerts rules list Allow creating, disabling and deleting alerts
|
|
11
|
-
|
|
12
|
-
**Signature:**
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
export declare class FoundationAlerts extends FASTElement
|
|
16
|
-
```
|
|
17
|
-
**Extends:** FASTElement
|
|
18
|
-
|
|
19
|
-
## Properties
|
|
20
|
-
|
|
21
|
-
<table><thead><tr><th>
|
|
22
|
-
|
|
23
|
-
Property
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</th><th>
|
|
27
|
-
|
|
28
|
-
Modifiers
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</th><th>
|
|
32
|
-
|
|
33
|
-
Type
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</th><th>
|
|
37
|
-
|
|
38
|
-
Description
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</th></tr></thead>
|
|
42
|
-
<tbody><tr><td>
|
|
43
|
-
|
|
44
|
-
[alertConfig](./foundation-alerts.foundationalerts.alertconfig.md)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td><td>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
[AlertConfig](./foundation-alerts.alertconfig.md)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
**_(BETA)_**
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
<tr><td>
|
|
62
|
-
|
|
63
|
-
[alertEditItemData](./foundation-alerts.foundationalerts.alertedititemdata.md)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</td><td>
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
</td><td>
|
|
70
|
-
|
|
71
|
-
AlertRule
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
</td><td>
|
|
75
|
-
|
|
76
|
-
**_(BETA)_**
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</td></tr>
|
|
80
|
-
<tr><td>
|
|
81
|
-
|
|
82
|
-
[connect](./foundation-alerts.foundationalerts.connect.md)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
</td><td>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td><td>
|
|
89
|
-
|
|
90
|
-
Connect
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</td><td>
|
|
94
|
-
|
|
95
|
-
**_(BETA)_**
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
</td></tr>
|
|
99
|
-
<tr><td>
|
|
100
|
-
|
|
101
|
-
[criteriaFromFilters](./foundation-alerts.foundationalerts.criteriafromfilters.md)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
</td><td>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</td><td>
|
|
108
|
-
|
|
109
|
-
Map<string, string>
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</td><td>
|
|
113
|
-
|
|
114
|
-
**_(BETA)_**
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
</td></tr>
|
|
118
|
-
<tr><td>
|
|
119
|
-
|
|
120
|
-
[datasource](./foundation-alerts.foundationalerts.datasource.md)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
</td><td>
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
</td><td>
|
|
127
|
-
|
|
128
|
-
Datasource
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
</td><td>
|
|
132
|
-
|
|
133
|
-
**_(BETA)_**
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</td></tr>
|
|
137
|
-
<tr><td>
|
|
138
|
-
|
|
139
|
-
[dataSubscription](./foundation-alerts.foundationalerts.datasubscription.md)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
</td><td>
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
</td><td>
|
|
146
|
-
|
|
147
|
-
Subscription
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
</td><td>
|
|
151
|
-
|
|
152
|
-
**_(BETA)_**
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
</td></tr>
|
|
156
|
-
<tr><td>
|
|
157
|
-
|
|
158
|
-
[displayState](./foundation-alerts.foundationalerts.displaystate.md)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
</td><td>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
</td><td>
|
|
165
|
-
|
|
166
|
-
displayState
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
</td><td>
|
|
170
|
-
|
|
171
|
-
**_(BETA)_**
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
</td></tr>
|
|
175
|
-
<tr><td>
|
|
176
|
-
|
|
177
|
-
[filters](./foundation-alerts.foundationalerts.filters.md)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
</td><td>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
</td><td>
|
|
184
|
-
|
|
185
|
-
{ name: string; callback: () => void; icon: { name: string; }; }\[\]
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
</td><td>
|
|
189
|
-
|
|
190
|
-
**_(BETA)_**
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
</td></tr>
|
|
194
|
-
<tr><td>
|
|
195
|
-
|
|
196
|
-
[items](./foundation-alerts.foundationalerts.items.md)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
</td><td>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
</td><td>
|
|
203
|
-
|
|
204
|
-
AlertRule\[\]
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
</td><td>
|
|
208
|
-
|
|
209
|
-
**_(BETA)_**
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
</td></tr>
|
|
213
|
-
<tr><td>
|
|
214
|
-
|
|
215
|
-
[ready](./foundation-alerts.foundationalerts.ready.md)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
</td><td>
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
</td><td>
|
|
222
|
-
|
|
223
|
-
boolean
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
</td><td>
|
|
227
|
-
|
|
228
|
-
**_(BETA)_**
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
</td></tr>
|
|
232
|
-
</tbody></table>
|
|
233
|
-
|
|
234
|
-
## Methods
|
|
235
|
-
|
|
236
|
-
<table><thead><tr><th>
|
|
237
|
-
|
|
238
|
-
Method
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
</th><th>
|
|
242
|
-
|
|
243
|
-
Modifiers
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
</th><th>
|
|
247
|
-
|
|
248
|
-
Description
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
</th></tr></thead>
|
|
252
|
-
<tbody><tr><td>
|
|
253
|
-
|
|
254
|
-
[connectedCallback()](./foundation-alerts.foundationalerts.connectedcallback.md)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
</td><td>
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
</td><td>
|
|
261
|
-
|
|
262
|
-
**_(BETA)_**
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
</td></tr>
|
|
266
|
-
<tr><td>
|
|
267
|
-
|
|
268
|
-
[criteriaFromFiltersChanged()](./foundation-alerts.foundationalerts.criteriafromfilterschanged.md)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
</td><td>
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
</td><td>
|
|
275
|
-
|
|
276
|
-
**_(BETA)_**
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
</td></tr>
|
|
280
|
-
<tr><td>
|
|
281
|
-
|
|
282
|
-
[delete(id)](./foundation-alerts.foundationalerts.delete.md)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
</td><td>
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
</td><td>
|
|
289
|
-
|
|
290
|
-
**_(BETA)_**
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
</td></tr>
|
|
294
|
-
<tr><td>
|
|
295
|
-
|
|
296
|
-
[disconnectedCallback()](./foundation-alerts.foundationalerts.disconnectedcallback.md)
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
</td><td>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
</td><td>
|
|
303
|
-
|
|
304
|
-
**_(BETA)_**
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
</td></tr>
|
|
308
|
-
<tr><td>
|
|
309
|
-
|
|
310
|
-
[handleAddAlertAction()](./foundation-alerts.foundationalerts.handleaddalertaction.md)
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
</td><td>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
</td><td>
|
|
317
|
-
|
|
318
|
-
**_(BETA)_**
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
</td></tr>
|
|
322
|
-
<tr><td>
|
|
323
|
-
|
|
324
|
-
[handleEditAlertAction(item)](./foundation-alerts.foundationalerts.handleeditalertaction.md)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
</td><td>
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
</td><td>
|
|
331
|
-
|
|
332
|
-
**_(BETA)_**
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
</td></tr>
|
|
336
|
-
<tr><td>
|
|
337
|
-
|
|
338
|
-
[toogleStatus({ RULE\_STATUS, DYNAMIC\_NOTIFY\_RULE\_ID: ID, })](./foundation-alerts.foundationalerts.tooglestatus.md)
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
</td><td>
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
</td><td>
|
|
345
|
-
|
|
346
|
-
**_(BETA)_**
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
</td></tr>
|
|
350
|
-
</tbody></table>
|
|
351
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [FoundationAlerts](./foundation-alerts.foundationalerts.md) > [ready](./foundation-alerts.foundationalerts.ready.md)
|
|
4
|
-
|
|
5
|
-
## FoundationAlerts.ready property
|
|
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
|
-
ready: boolean;
|
|
14
|
-
```
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [FoundationAlerts](./foundation-alerts.foundationalerts.md) > [toogleStatus](./foundation-alerts.foundationalerts.tooglestatus.md)
|
|
4
|
-
|
|
5
|
-
## FoundationAlerts.toogleStatus() 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
|
-
toogleStatus({ RULE_STATUS, DYNAMIC_NOTIFY_RULE_ID: ID, }: AlertRuleRow): Promise<Message>;
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## Parameters
|
|
17
|
-
|
|
18
|
-
<table><thead><tr><th>
|
|
19
|
-
|
|
20
|
-
Parameter
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
</th><th>
|
|
24
|
-
|
|
25
|
-
Type
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</th><th>
|
|
29
|
-
|
|
30
|
-
Description
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
</th></tr></thead>
|
|
34
|
-
<tbody><tr><td>
|
|
35
|
-
|
|
36
|
-
{ RULE\_STATUS, DYNAMIC\_NOTIFY\_RULE\_ID: ID, }
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</td><td>
|
|
40
|
-
|
|
41
|
-
AlertRuleRow
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td><td>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td></tr>
|
|
48
|
-
</tbody></table>
|
|
49
|
-
|
|
50
|
-
**Returns:**
|
|
51
|
-
|
|
52
|
-
Promise<Message>
|
|
53
|
-
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [FoundationAlertsStyles](./foundation-alerts.foundationalertsstyles.md)
|
|
4
|
-
|
|
5
|
-
## FoundationAlertsStyles variable
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Signature:**
|
|
9
|
-
|
|
10
|
-
```typescript
|
|
11
|
-
FoundationAlertsStyles: import("@microsoft/fast-element").ElementStyles
|
|
12
|
-
```
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [FoundationAlertsTemplate](./foundation-alerts.foundationalertstemplate.md)
|
|
4
|
-
|
|
5
|
-
## FoundationAlertsTemplate variable
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Signature:**
|
|
9
|
-
|
|
10
|
-
```typescript
|
|
11
|
-
FoundationAlertsTemplate: import("@microsoft/fast-element").ViewTemplate<FoundationAlerts, any>
|
|
12
|
-
```
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md)
|
|
4
|
-
|
|
5
|
-
## foundation-alerts 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
|
-
[FoundationAlerts](./foundation-alerts.foundationalerts.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
**_(BETA)_** Foundation alerts component for handle alerts rules list Allow creating, disabling and deleting alerts
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</td></tr>
|
|
31
|
-
<tr><td>
|
|
32
|
-
|
|
33
|
-
[ZeroAlerts](./foundation-alerts.zeroalerts.md)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
ZeroAlerts.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td></tr>
|
|
42
|
-
</tbody></table>
|
|
43
|
-
|
|
44
|
-
## Functions
|
|
45
|
-
|
|
46
|
-
<table><thead><tr><th>
|
|
47
|
-
|
|
48
|
-
Function
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</th><th>
|
|
52
|
-
|
|
53
|
-
Description
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</th></tr></thead>
|
|
57
|
-
<tbody><tr><td>
|
|
58
|
-
|
|
59
|
-
[configure(config)](./foundation-alerts.configure.md)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</td><td>
|
|
63
|
-
|
|
64
|
-
configure.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
</td></tr>
|
|
68
|
-
</tbody></table>
|
|
69
|
-
|
|
70
|
-
## Interfaces
|
|
71
|
-
|
|
72
|
-
<table><thead><tr><th>
|
|
73
|
-
|
|
74
|
-
Interface
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</th><th>
|
|
78
|
-
|
|
79
|
-
Description
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</th></tr></thead>
|
|
83
|
-
<tbody><tr><td>
|
|
84
|
-
|
|
85
|
-
[AlertConfig](./foundation-alerts.alertconfig.md)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td><td>
|
|
89
|
-
|
|
90
|
-
AlertConfig DI interface.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</td></tr>
|
|
94
|
-
</tbody></table>
|
|
95
|
-
|
|
96
|
-
## Variables
|
|
97
|
-
|
|
98
|
-
<table><thead><tr><th>
|
|
99
|
-
|
|
100
|
-
Variable
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</th><th>
|
|
104
|
-
|
|
105
|
-
Description
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</th></tr></thead>
|
|
109
|
-
<tbody><tr><td>
|
|
110
|
-
|
|
111
|
-
[defaultAlertConfig](./foundation-alerts.defaultalertconfig.md)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
</td><td>
|
|
115
|
-
|
|
116
|
-
Default AlertConfig DI implementation.
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</td></tr>
|
|
120
|
-
<tr><td>
|
|
121
|
-
|
|
122
|
-
[FoundationAlertsStyles](./foundation-alerts.foundationalertsstyles.md)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</td><td>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
</td></tr>
|
|
130
|
-
<tr><td>
|
|
131
|
-
|
|
132
|
-
[FoundationAlertsTemplate](./foundation-alerts.foundationalertstemplate.md)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
</td><td>
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</td></tr>
|
|
140
|
-
</tbody></table>
|
|
141
|
-
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-alerts](./foundation-alerts.md) > [ZeroAlerts](./foundation-alerts.zeroalerts.md)
|
|
4
|
-
|
|
5
|
-
## ZeroAlerts class
|
|
6
|
-
|
|
7
|
-
ZeroAlerts.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export declare class ZeroAlerts extends FoundationAlerts
|
|
13
|
-
```
|
|
14
|
-
**Extends:** [FoundationAlerts](./foundation-alerts.foundationalerts.md)
|
|
15
|
-
|
|
16
|
-
## Remarks
|
|
17
|
-
|
|
18
|
-
A zero version that pre-registers zero components and uses the zero design system. ZeroAlerts and its components won't bloat the core bundle as these are only loaded on-demand when in use.
|
|
19
|
-
|
|
20
|
-
## Example 1
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
```ts
|
|
24
|
-
import { ZeroAlerts } from '@genesislcap/foundation-alerts';
|
|
25
|
-
...
|
|
26
|
-
ZeroAlerts
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Example 2
|
|
30
|
-
|
|
31
|
-
Load the micro frontend on-demand
|
|
32
|
-
|
|
33
|
-
```ts
|
|
34
|
-
|
|
35
|
-
const { ZeroAlerts } = await import('@genesislcap/foundation-alerts');
|
|
36
|
-
return ZeroAlerts;
|
|
37
|
-
},
|
|
38
|
-
```
|
|
39
|
-
|
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/foundation-alerts](./foundation-alerts.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</td></tr>
|
|
29
|
-
</tbody></table>
|
|
30
|
-
|