@openfin/core-web 0.40.46 → 0.40.48
Sign up to get free protection for your applications and to get access to all the features.
- package/out/api-client.cjs.js +1 -1
- package/out/api-client.d.ts +6 -2
- package/out/api-client.esm.js +1 -1
- package/out/{main-c383dfb5.js → main-4d59a4a8.js} +1 -1
- package/out/{main-b7e2060a.js → main-9f9cb068.js} +1 -1
- package/out/{main-811d7e05.js → main-c1122913.js} +2 -2
- package/out/{main-41d4ffff.js → main-e0883f4c.js} +2 -2
- package/package.json +2 -2
package/out/api-client.cjs.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";var e=require("./main-
|
1
|
+
"use strict";var e=require("./main-4d59a4a8.js");require("buffer/"),require("uuid"),require("events"),require("lodash/cloneDeep"),require("lodash/isEqual"),exports.connect=e.connect;
|
package/out/api-client.d.ts
CHANGED
@@ -103,7 +103,9 @@ export declare type WebCreateLayoutOptions = Omit<OpenFin.CreateLayoutOptions, '
|
|
103
103
|
layout: WebLayoutOptions;
|
104
104
|
};
|
105
105
|
|
106
|
-
declare type WebLayoutColumn =
|
106
|
+
declare type WebLayoutColumn = WebLayoutItemConfig & {
|
107
|
+
type: 'column';
|
108
|
+
};
|
107
109
|
|
108
110
|
/**
|
109
111
|
* Web-only component supplied to IframeViewComponent as it's config
|
@@ -135,7 +137,9 @@ export declare type WebLayoutPlatformOptions = {
|
|
135
137
|
layoutSnapshot: WebLayoutSnapshot;
|
136
138
|
};
|
137
139
|
|
138
|
-
declare type WebLayoutRow =
|
140
|
+
declare type WebLayoutRow = WebLayoutItemConfig & {
|
141
|
+
type: 'row';
|
142
|
+
};
|
139
143
|
|
140
144
|
export declare type WebLayoutSnapshot = {
|
141
145
|
layouts: Record<string, WebLayoutOptions>;
|
package/out/api-client.esm.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export{g as connect}from"./main-
|
1
|
+
export{g as connect}from"./main-9f9cb068.js";import"buffer/";import"uuid";import"events";import"lodash/cloneDeep";import"lodash/isEqual";
|