@openfin/core-web 0.42.12 → 0.42.14
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/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-a486f04f.js → main-7aae29f2.js} +2 -2
- package/out/{main-31ac1495.js → main-cd859d4e.js} +1 -1
- package/out/{main-ce61f509.js → main-cebabb17.js} +1 -1
- package/out/{main-d695c2d4.js → main-d334aea3.js} +2 -2
- package/out/styles.css +1 -0
- 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-cd859d4e.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-cebabb17.js";import"buffer/";import"uuid";import"events";import"lodash/cloneDeep";import"lodash/isEqual";
|