@genesislcap/foundation-openfin 14.226.0 → 14.226.1

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.48.0"
8
+ "packageVersion": "7.34.9"
9
9
  }
10
10
  ]
11
11
  }
@@ -71,8 +71,8 @@ let OpenfinNotificationListener = class OpenfinNotificationListener extends Noti
71
71
  });
72
72
  }
73
73
  showNotificationToast(row) {
74
+ var _a;
74
75
  return __awaiter(this, void 0, void 0, function* () {
75
- var _a;
76
76
  const { HEADER: title, MESSAGE: body, NOTIFY_SEVERITY: type, ALERT_ID } = row;
77
77
  const notification = {
78
78
  title,
@@ -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": {
@@ -185,28 +185,27 @@
185
185
  "preserveMemberOrder": false,
186
186
  "members": [
187
187
  {
188
- "kind": "Function",
189
- "canonicalReference": "@genesislcap/foundation-openfin!isOpenFin:function(1)",
188
+ "kind": "Variable",
189
+ "canonicalReference": "@genesislcap/foundation-openfin!isOpenFin:var",
190
190
  "docComment": "/**\n * @remarks\n *\n * Util method to check whether an application is running in an openfin workspace container\n *\n * @public\n */\n",
191
191
  "excerptTokens": [
192
192
  {
193
193
  "kind": "Content",
194
- "text": "isOpenFin: () => "
194
+ "text": "isOpenFin: "
195
195
  },
196
196
  {
197
197
  "kind": "Content",
198
- "text": "boolean"
198
+ "text": "() => boolean"
199
199
  }
200
200
  ],
201
201
  "fileUrlPath": "src/utils.ts",
202
- "returnTypeTokenRange": {
202
+ "isReadonly": true,
203
+ "releaseTag": "Public",
204
+ "name": "isOpenFin",
205
+ "variableTypeTokenRange": {
203
206
  "startIndex": 1,
204
207
  "endIndex": 2
205
- },
206
- "releaseTag": "Public",
207
- "overloadIndex": 1,
208
- "parameters": [],
209
- "name": "isOpenFin"
208
+ }
210
209
  },
211
210
  {
212
211
  "kind": "Class",
@@ -2,16 +2,13 @@
2
2
 
3
3
  [Home](./index.md) > [@genesislcap/foundation-openfin](./foundation-openfin.md) > [isOpenFin](./foundation-openfin.isopenfin.md)
4
4
 
5
- ## isOpenFin() function
5
+ ## isOpenFin variable
6
6
 
7
7
  **Signature:**
8
8
 
9
9
  ```typescript
10
10
  isOpenFin: () => boolean
11
11
  ```
12
- **Returns:**
13
-
14
- boolean
15
12
 
16
13
  ## Remarks
17
14
 
@@ -10,15 +10,15 @@
10
10
  | --- | --- |
11
11
  | [OpenfinNotificationListener](./foundation-openfin.openfinnotificationlistener.md) | |
12
12
 
13
- ## Functions
14
-
15
- | Function | Description |
16
- | --- | --- |
17
- | [isOpenFin()](./foundation-openfin.isopenfin.md) | |
18
-
19
13
  ## Interfaces
20
14
 
21
15
  | Interface | Description |
22
16
  | --- | --- |
23
17
  | [OpenfinToastButton](./foundation-openfin.openfintoastbutton.md) | |
24
18
 
19
+ ## Variables
20
+
21
+ | Variable | Description |
22
+ | --- | --- |
23
+ | [isOpenFin](./foundation-openfin.isopenfin.md) | |
24
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-openfin",
3
3
  "description": "Genesis Foundation Openfin",
4
- "version": "14.226.0",
4
+ "version": "14.226.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,28 +59,28 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.226.0",
63
- "@genesislcap/genx": "14.226.0",
64
- "@genesislcap/rollup-builder": "14.226.0",
65
- "@genesislcap/ts-builder": "14.226.0",
66
- "@genesislcap/uvu-playwright-builder": "14.226.0",
67
- "@genesislcap/vite-builder": "14.226.0",
68
- "@genesislcap/webpack-builder": "14.226.0",
62
+ "@genesislcap/foundation-testing": "14.226.1",
63
+ "@genesislcap/genx": "14.226.1",
64
+ "@genesislcap/rollup-builder": "14.226.1",
65
+ "@genesislcap/ts-builder": "14.226.1",
66
+ "@genesislcap/uvu-playwright-builder": "14.226.1",
67
+ "@genesislcap/vite-builder": "14.226.1",
68
+ "@genesislcap/webpack-builder": "14.226.1",
69
69
  "rimraf": "^5.0.0",
70
70
  "sinon": "^17.0.1"
71
71
  },
72
72
  "dependencies": {
73
73
  "@finos/fdc3": "2.1.1",
74
- "@genesislcap/foundation-logger": "14.226.0",
75
- "@genesislcap/foundation-notifications": "14.226.0",
76
- "@genesislcap/foundation-ui": "14.226.0",
77
- "@genesislcap/foundation-utils": "14.226.0",
78
- "@genesislcap/web-core": "14.226.0",
74
+ "@genesislcap/foundation-logger": "14.226.1",
75
+ "@genesislcap/foundation-notifications": "14.226.1",
76
+ "@genesislcap/foundation-ui": "14.226.1",
77
+ "@genesislcap/foundation-utils": "14.226.1",
78
+ "@genesislcap/web-core": "14.226.1",
79
79
  "@interopio/desktop": "^6.3.1",
80
80
  "@openfin/workspace": "^19.1.23",
81
81
  "@openfin/workspace-platform": "^19.1.23",
82
82
  "rxjs": "^7.5.4",
83
- "tslib": "2.8.1"
83
+ "tslib": "^2.3.1"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "92b4d205bf702945dbed4e9c998c4fd000d99e4b"
93
+ "gitHead": "e691c1741d135edca5271f338f62df8154efb99c"
94
94
  }
File without changes