@genesislcap/foundation-alerts 14.226.0 → 14.226.2-alpha-bcda968.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.
@@ -83,8 +83,8 @@ 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
- var _a;
88
88
  if (this.dataSubscription) {
89
89
  this.dataSubscription.unsubscribe();
90
90
  this.dataSubscription = undefined;
@@ -175,8 +175,8 @@ export class FoundationAlerts extends FASTElement {
175
175
  });
176
176
  });
177
177
  }
178
- toogleStatus(_a) {
179
- return __awaiter(this, arguments, void 0, function* ({ RULE_STATUS, DYNAMIC_NOTIFY_RULE_ID: ID, }) {
178
+ toogleStatus({ RULE_STATUS, DYNAMIC_NOTIFY_RULE_ID: ID, }) {
179
+ return __awaiter(this, void 0, void 0, function* () {
180
180
  const eventName = RULE_STATUS === 'ENABLED' ? 'EVENT_DYNAMIC_RULE_DISABLE' : 'EVENT_DYNAMIC_RULE_ENABLE';
181
181
  return this.connect.commitEvent(eventName, { DETAILS: { ID } });
182
182
  });
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.48.0",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
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.226.0",
4
+ "version": "14.226.2-alpha-bcda968.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,28 +69,28 @@
69
69
  }
70
70
  },
71
71
  "devDependencies": {
72
- "@genesislcap/foundation-testing": "14.226.0",
73
- "@genesislcap/genx": "14.226.0",
74
- "@genesislcap/rollup-builder": "14.226.0",
75
- "@genesislcap/ts-builder": "14.226.0",
76
- "@genesislcap/uvu-playwright-builder": "14.226.0",
77
- "@genesislcap/vite-builder": "14.226.0",
78
- "@genesislcap/webpack-builder": "14.226.0",
72
+ "@genesislcap/foundation-testing": "14.226.2-alpha-bcda968.0",
73
+ "@genesislcap/genx": "14.226.2-alpha-bcda968.0",
74
+ "@genesislcap/rollup-builder": "14.226.2-alpha-bcda968.0",
75
+ "@genesislcap/ts-builder": "14.226.2-alpha-bcda968.0",
76
+ "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-bcda968.0",
77
+ "@genesislcap/vite-builder": "14.226.2-alpha-bcda968.0",
78
+ "@genesislcap/webpack-builder": "14.226.2-alpha-bcda968.0",
79
79
  "rimraf": "^5.0.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.226.0",
83
- "@genesislcap/foundation-logger": "14.226.0",
84
- "@genesislcap/foundation-ui": "14.226.0",
85
- "@genesislcap/foundation-utils": "14.226.0",
86
- "@genesislcap/foundation-zero": "14.226.0",
82
+ "@genesislcap/foundation-comms": "14.226.2-alpha-bcda968.0",
83
+ "@genesislcap/foundation-logger": "14.226.2-alpha-bcda968.0",
84
+ "@genesislcap/foundation-ui": "14.226.2-alpha-bcda968.0",
85
+ "@genesislcap/foundation-utils": "14.226.2-alpha-bcda968.0",
86
+ "@genesislcap/foundation-zero": "14.226.2-alpha-bcda968.0",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
89
89
  "@microsoft/fast-foundation": "2.49.6",
90
90
  "@microsoft/fast-router": "0.4.8",
91
91
  "@microsoft/fast-web-utilities": "5.4.1",
92
92
  "rxjs": "^7.5.4",
93
- "tslib": "2.8.1"
93
+ "tslib": "^2.3.1"
94
94
  },
95
95
  "repository": {
96
96
  "type": "git",
@@ -101,5 +101,5 @@
101
101
  "access": "public"
102
102
  },
103
103
  "customElements": "dist/custom-elements.json",
104
- "gitHead": "92b4d205bf702945dbed4e9c998c4fd000d99e4b"
104
+ "gitHead": "9af9df8ba21d267f9bb916dcdc29796cd9f3e007"
105
105
  }
File without changes