@openfin/node-adapter 34.78.52 → 35.78.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.
- package/out/node-adapter-alpha.d.ts +358 -647
- package/out/node-adapter-beta.d.ts +358 -647
- package/out/node-adapter-public.d.ts +358 -647
- package/out/node-adapter.d.ts +363 -664
- package/out/node-adapter.js +0 -12
- package/package.json +1 -1
package/out/node-adapter.js
CHANGED
@@ -18044,18 +18044,6 @@ var application = {};
|
|
18044
18044
|
* @packageDocumentation
|
18045
18045
|
*/
|
18046
18046
|
Object.defineProperty(application, "__esModule", { value: true });
|
18047
|
-
application.ApplicationWindowEventTypes = void 0;
|
18048
|
-
/**
|
18049
|
-
* Array of valid `type` values for an {@link ApplicationWindowEvent}.
|
18050
|
-
*/
|
18051
|
-
application.ApplicationWindowEventTypes = [
|
18052
|
-
'window-alert-requested',
|
18053
|
-
'window-created',
|
18054
|
-
'window-end-load',
|
18055
|
-
'window-not-responding',
|
18056
|
-
'window-responding',
|
18057
|
-
'window-start-load'
|
18058
|
-
];
|
18059
18047
|
|
18060
18048
|
var base = {};
|
18061
18049
|
|