@openfin/core 28.71.23 → 28.72.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "28.71.23",
3
+ "version": "28.72.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",
@@ -1,4 +1,5 @@
1
1
  /**
2
+ * @ignore
2
3
  * Observes the bounding client box rectangle of the given element for changes.
3
4
  *
4
5
  * This solution only works for 2 scenarios, though could be updated to support more
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.observeBounds = void 0;
4
4
  /**
5
+ * @ignore
5
6
  * Observes the bounding client box rectangle of the given element for changes.
6
7
  *
7
8
  * This solution only works for 2 scenarios, though could be updated to support more
@@ -4,6 +4,7 @@ export declare type SplitterItem = GoldenLayout.ContentItem & {
4
4
  isVertical: boolean;
5
5
  };
6
6
  /**
7
+ * @ignore
7
8
  * Utility class for managing Golden Layout splitter drag interactions.
8
9
  */
9
10
  export declare class SplitterController {
@@ -14,6 +14,7 @@ const applyBoundsOffset = (bounds, offsets = {}) => {
14
14
  };
15
15
  };
16
16
  /**
17
+ * @ignore
17
18
  * Utility class for managing Golden Layout splitter drag interactions.
18
19
  */
19
20
  class SplitterController {
@@ -1,5 +1,6 @@
1
1
  import Transport from "../../../../transport/transport";
2
2
  /**
3
+ * @ignore
3
4
  * Api client allowing an empty electron BrowserView to be rendered
4
5
  * in the current window with the specified bounds.
5
6
  *
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ViewOverlay = void 0;
4
4
  /**
5
+ * @ignore
5
6
  * Api client allowing an empty electron BrowserView to be rendered
6
7
  * in the current window with the specified bounds.
7
8
  *