@genesislcap/foundation-alerts 14.200.1-alpha-e974201.0 → 14.202.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/dist/esm/main/main.js +2 -1
- package/package.json +14 -14
package/dist/esm/main/main.js
CHANGED
|
@@ -83,6 +83,7 @@ export class FoundationAlerts extends FASTElement {
|
|
|
83
83
|
return this.items.findIndex((item) => item.ROW_REF === rowRef);
|
|
84
84
|
}
|
|
85
85
|
fetchData() {
|
|
86
|
+
var _a;
|
|
86
87
|
return __awaiter(this, void 0, void 0, function* () {
|
|
87
88
|
if (this.dataSubscription) {
|
|
88
89
|
this.dataSubscription.unsubscribe();
|
|
@@ -101,7 +102,7 @@ export class FoundationAlerts extends FASTElement {
|
|
|
101
102
|
return;
|
|
102
103
|
}
|
|
103
104
|
logger.debug(`requesting stream for ${this.resourceName}`);
|
|
104
|
-
this.dataSubscription = this.datasource.stream.subscribe((result) => {
|
|
105
|
+
this.dataSubscription = (_a = this.datasource.stream) === null || _a === void 0 ? void 0 : _a.subscribe((result) => {
|
|
105
106
|
const messageType = result.MESSAGE_TYPE;
|
|
106
107
|
this.sourceRef = result.SOURCE_REF;
|
|
107
108
|
if (messageType && messageType === MessageType.LOGOFF_ACK) {
|
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.
|
|
4
|
+
"version": "14.202.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-alerts.d.ts",
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@genesislcap/foundation-testing": "14.
|
|
73
|
-
"@genesislcap/genx": "14.
|
|
74
|
-
"@genesislcap/rollup-builder": "14.
|
|
75
|
-
"@genesislcap/ts-builder": "14.
|
|
76
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
77
|
-
"@genesislcap/vite-builder": "14.
|
|
78
|
-
"@genesislcap/webpack-builder": "14.
|
|
72
|
+
"@genesislcap/foundation-testing": "14.202.0",
|
|
73
|
+
"@genesislcap/genx": "14.202.0",
|
|
74
|
+
"@genesislcap/rollup-builder": "14.202.0",
|
|
75
|
+
"@genesislcap/ts-builder": "14.202.0",
|
|
76
|
+
"@genesislcap/uvu-playwright-builder": "14.202.0",
|
|
77
|
+
"@genesislcap/vite-builder": "14.202.0",
|
|
78
|
+
"@genesislcap/webpack-builder": "14.202.0",
|
|
79
79
|
"rimraf": "^5.0.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
86
|
-
"@genesislcap/foundation-zero": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.202.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.202.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.202.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.202.0",
|
|
86
|
+
"@genesislcap/foundation-zero": "14.202.0",
|
|
87
87
|
"@microsoft/fast-components": "^2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "^1.12.0",
|
|
89
89
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
103
|
"customElements": "dist/custom-elements.json",
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "73a2550f84344266438432d5c18a567885de548e"
|
|
105
105
|
}
|