@genesislcap/foundation-alerts 14.303.0 → 14.303.2
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/package.json +14 -14
- package/docs/api-report.md +0 -109
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-alerts",
|
|
3
3
|
"description": "Genesis Foundation Alerts",
|
|
4
|
-
"version": "14.303.
|
|
4
|
+
"version": "14.303.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-alerts.d.ts",
|
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@genesislcap/foundation-testing": "14.303.
|
|
73
|
-
"@genesislcap/genx": "14.303.
|
|
74
|
-
"@genesislcap/rollup-builder": "14.303.
|
|
75
|
-
"@genesislcap/ts-builder": "14.303.
|
|
76
|
-
"@genesislcap/uvu-playwright-builder": "14.303.
|
|
77
|
-
"@genesislcap/vite-builder": "14.303.
|
|
78
|
-
"@genesislcap/webpack-builder": "14.303.
|
|
72
|
+
"@genesislcap/foundation-testing": "14.303.2",
|
|
73
|
+
"@genesislcap/genx": "14.303.2",
|
|
74
|
+
"@genesislcap/rollup-builder": "14.303.2",
|
|
75
|
+
"@genesislcap/ts-builder": "14.303.2",
|
|
76
|
+
"@genesislcap/uvu-playwright-builder": "14.303.2",
|
|
77
|
+
"@genesislcap/vite-builder": "14.303.2",
|
|
78
|
+
"@genesislcap/webpack-builder": "14.303.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.303.
|
|
82
|
-
"@genesislcap/foundation-logger": "14.303.
|
|
83
|
-
"@genesislcap/foundation-ui": "14.303.
|
|
84
|
-
"@genesislcap/foundation-utils": "14.303.
|
|
85
|
-
"@genesislcap/foundation-zero": "14.303.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.303.2",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.303.2",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.303.2",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.303.2",
|
|
85
|
+
"@genesislcap/foundation-zero": "14.303.2",
|
|
86
86
|
"@microsoft/fast-components": "2.30.6",
|
|
87
87
|
"@microsoft/fast-element": "1.14.0",
|
|
88
88
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
101
|
"customElements": "dist/custom-elements.json",
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
|
|
103
103
|
}
|
package/docs/api-report.md
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/foundation-alerts"
|
|
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 { Connect } from '@genesislcap/foundation-comms';
|
|
8
|
-
import { Datasource } from '@genesislcap/foundation-comms';
|
|
9
|
-
import { ElementStyles } from '@microsoft/fast-element';
|
|
10
|
-
import { FASTElement } from '@microsoft/fast-element';
|
|
11
|
-
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
12
|
-
import { Message } from '@genesislcap/foundation-comms';
|
|
13
|
-
import { PartialFASTElementDefinition } from '@microsoft/fast-element';
|
|
14
|
-
import { Subscription } from 'rxjs';
|
|
15
|
-
import { SyntheticViewTemplate } from '@microsoft/fast-element';
|
|
16
|
-
import { TemplateElementDependency } from '@genesislcap/foundation-ui';
|
|
17
|
-
import { ViewTemplate } from '@microsoft/fast-element';
|
|
18
|
-
|
|
19
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AlertConfig" because one of its declarations is marked as @internal
|
|
20
|
-
//
|
|
21
|
-
// @public
|
|
22
|
-
export interface AlertConfig extends PartialFASTElementDefinition {
|
|
23
|
-
designSystemPrefix: string;
|
|
24
|
-
// Warning: (ae-forgotten-export) The symbol "TemplateOptions" needs to be exported by the entry point index.d.ts
|
|
25
|
-
templateOptions: TemplateOptions;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @internal
|
|
29
|
-
export const AlertConfig: InterfaceSymbol<AlertConfig>;
|
|
30
|
-
|
|
31
|
-
// Warning: (ae-incompatible-release-tags) The symbol "configure" is marked as @public, but its signature references "FoundationAlerts" which is marked as @beta
|
|
32
|
-
//
|
|
33
|
-
// @public
|
|
34
|
-
export function configure(config: Partial<AlertConfig>): Promise<FoundationAlerts>;
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export const defaultAlertConfig: AlertConfig;
|
|
38
|
-
|
|
39
|
-
// @beta
|
|
40
|
-
export class FoundationAlerts extends FASTElement {
|
|
41
|
-
// (undocumented)
|
|
42
|
-
alertConfig: AlertConfig;
|
|
43
|
-
// (undocumented)
|
|
44
|
-
alertEditItemData: AlertRule;
|
|
45
|
-
// (undocumented)
|
|
46
|
-
connect: Connect;
|
|
47
|
-
// (undocumented)
|
|
48
|
-
connectedCallback(): Promise<void>;
|
|
49
|
-
// (undocumented)
|
|
50
|
-
criteriaFromFilters: Map<string, string>;
|
|
51
|
-
// (undocumented)
|
|
52
|
-
criteriaFromFiltersChanged(): void;
|
|
53
|
-
// (undocumented)
|
|
54
|
-
datasource: Datasource;
|
|
55
|
-
// (undocumented)
|
|
56
|
-
dataSubscription: Subscription;
|
|
57
|
-
// Warning: (ae-forgotten-export) The symbol "AlertRuleRow" needs to be exported by the entry point index.d.ts
|
|
58
|
-
//
|
|
59
|
-
// (undocumented)
|
|
60
|
-
delete(id: AlertRuleRow['DYNAMIC_NOTIFY_RULE_ID']): Promise<Message>;
|
|
61
|
-
// (undocumented)
|
|
62
|
-
disconnectedCallback(): void;
|
|
63
|
-
// Warning: (ae-forgotten-export) The symbol "displayState" needs to be exported by the entry point index.d.ts
|
|
64
|
-
//
|
|
65
|
-
// (undocumented)
|
|
66
|
-
displayState: displayState;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
filters: {
|
|
69
|
-
name: string;
|
|
70
|
-
callback: () => void;
|
|
71
|
-
icon: {
|
|
72
|
-
name: string;
|
|
73
|
-
};
|
|
74
|
-
}[];
|
|
75
|
-
// (undocumented)
|
|
76
|
-
handleAddAlertAction(): void;
|
|
77
|
-
// (undocumented)
|
|
78
|
-
handleEditAlertAction(item: any): void;
|
|
79
|
-
// Warning: (ae-forgotten-export) The symbol "AlertRule" needs to be exported by the entry point index.d.ts
|
|
80
|
-
//
|
|
81
|
-
// (undocumented)
|
|
82
|
-
items: AlertRule[];
|
|
83
|
-
// (undocumented)
|
|
84
|
-
ready: boolean;
|
|
85
|
-
// (undocumented)
|
|
86
|
-
toogleStatus({ RULE_STATUS, DYNAMIC_NOTIFY_RULE_ID: ID, }: AlertRuleRow): Promise<Message>;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public (undocumented)
|
|
90
|
-
export const FoundationAlertsStyles: ElementStyles;
|
|
91
|
-
|
|
92
|
-
// Warning: (ae-incompatible-release-tags) The symbol "FoundationAlertsTemplate" is marked as @public, but its signature references "FoundationAlerts" which is marked as @beta
|
|
93
|
-
//
|
|
94
|
-
// @public (undocumented)
|
|
95
|
-
export const FoundationAlertsTemplate: ViewTemplate<FoundationAlerts, any>;
|
|
96
|
-
|
|
97
|
-
// Warning: (ae-incompatible-release-tags) The symbol "ZeroAlerts" is marked as @public, but its signature references "FoundationAlerts" which is marked as @beta
|
|
98
|
-
//
|
|
99
|
-
// @public
|
|
100
|
-
export class ZeroAlerts extends FoundationAlerts {
|
|
101
|
-
// @internal (undocumented)
|
|
102
|
-
connectedCallback(): Promise<void>;
|
|
103
|
-
// @internal (undocumented)
|
|
104
|
-
protected loadRemotes(): Promise<void>;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// (No @packageDocumentation comment for this package)
|
|
108
|
-
|
|
109
|
-
```
|