@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.
@@ -1 +1 @@
1
- "use strict";var e=require("./main-31ac1495.js");require("buffer/"),require("uuid"),require("events"),require("lodash/cloneDeep"),require("lodash/isEqual"),exports.connect=e.connect;
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;
@@ -103,7 +103,9 @@ export declare type WebCreateLayoutOptions = Omit<OpenFin.CreateLayoutOptions, '
103
103
  layout: WebLayoutOptions;
104
104
  };
105
105
 
106
- declare type WebLayoutColumn = OpenFin.LayoutColumn & WebLayoutItemConfig;
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 = OpenFin.LayoutRow & WebLayoutItemConfig;
140
+ declare type WebLayoutRow = WebLayoutItemConfig & {
141
+ type: 'row';
142
+ };
139
143
 
140
144
  export declare type WebLayoutSnapshot = {
141
145
  layouts: Record<string, WebLayoutOptions>;
@@ -1 +1 @@
1
- export{g as connect}from"./main-ce61f509.js";import"buffer/";import"uuid";import"events";import"lodash/cloneDeep";import"lodash/isEqual";
1
+ export{g as connect}from"./main-cebabb17.js";import"buffer/";import"uuid";import"events";import"lodash/cloneDeep";import"lodash/isEqual";