@openfin/core-web 0.46.56 → 0.46.57
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 +3 -3
- package/out/api-client.esm.js +1 -1
- package/out/docs/types/_openfin_core_web.WebLayoutOptions.html +1 -1
- package/out/{main-4b2d38f6.js → main-4f4e1fcc.js} +1 -1
- package/out/main-89620a0b.js +3 -0
- package/out/main-addd55f1.js +3 -0
- package/out/{main-297dbd40.js → main-d9c62b11.js} +1 -1
- package/out/styles.css +110 -29
- package/package.json +2 -2
- package/out/main-551e860e.js +0 -3
- package/out/main-d1624501.js +0 -3
package/out/api-client.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("./main-
|
|
1
|
+
"use strict";var e=require("./main-4f4e1fcc.js");require("uuid"),require("events"),require("es-toolkit"),exports.connect=e.connect;
|
package/out/api-client.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare interface CustomLogger {
|
|
|
64
64
|
error: (message: string) => void;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
declare type
|
|
67
|
+
declare type GLWebTypes = OpenFin.LayoutEntityTypes | 'component' | 'root' | 'ground';
|
|
68
68
|
|
|
69
69
|
export declare type InheritModeConnectConfig = BaseConfig & {
|
|
70
70
|
/**
|
|
@@ -155,14 +155,14 @@ export declare type WebLayoutInitOptions = Omit<OpenFin.InitLayoutOptions, 'layo
|
|
|
155
155
|
|
|
156
156
|
declare type WebLayoutItemConfig = Omit<OpenFin.LayoutItemConfig, 'content' | 'type'> & {
|
|
157
157
|
content?: WebLayoutContent;
|
|
158
|
-
type:
|
|
158
|
+
type: GLWebTypes;
|
|
159
159
|
};
|
|
160
160
|
|
|
161
161
|
export declare type WebLayoutManager = OpenFin.LayoutManager<WebLayoutSnapshot>;
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
164
|
* Web-specific extension of {@link OpenFin.LayoutOptions}.
|
|
165
|
-
* Narrows `content` to use {@link
|
|
165
|
+
* Narrows `content` to use {@link GLWebTypes} for stricter item-type checking on the web path,
|
|
166
166
|
* and extends `settings` with web-only favicon options via {@link WebLayoutSettings}.
|
|
167
167
|
*/
|
|
168
168
|
export declare type WebLayoutOptions = Omit<OpenFin.LayoutOptions, 'content' | 'settings'> & {
|
package/out/api-client.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{j as connect}from"./main-
|
|
1
|
+
export{j as connect}from"./main-d9c62b11.js";import"uuid";import"events";import"es-toolkit";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WebLayoutOptions | @openfin/core-web</title><meta name="description" content="Documentation for @openfin/core-web"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@openfin/core-web</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@openfin/core-web</a></li><li><a href="../modules/_openfin_core_web.html">@openfin/core-web</a></li><li><a href="_openfin_core_web.WebLayoutOptions.html">WebLayoutOptions</a></li></ul><h1>Type Alias WebLayoutOptions</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Web<wbr/>Layout<wbr/>Options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">OpenFin.LayoutOptions</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"content"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"settings"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">content</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">WebLayoutContent</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span><a href="_openfin_core_web.WebLayoutSettings.html" class="tsd-signature-type tsd-kind-type-alias">WebLayoutSettings</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>Web-specific extension of OpenFin.LayoutOptions.
|
|
2
|
-
Narrows <code>content</code> to use
|
|
2
|
+
Narrows <code>content</code> to use GLWebTypes for stricter item-type checking on the web path,
|
|
3
3
|
and extends <code>settings</code> with web-only favicon options via <a href="_openfin_core_web.WebLayoutSettings.html" class="tsd-kind-type-alias">WebLayoutSettings</a>.</p>
|
|
4
4
|
</div><div class="tsd-comment tsd-typography"></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@openfin/core-web</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|