@openfin/core 42.100.85 → 43.100.3
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/mock-alpha.d.ts +4 -0
- package/out/mock-beta.d.ts +4 -0
- package/out/mock-public.d.ts +4 -0
- package/out/stub.d.ts +4 -0
- package/out/stub.js +1157 -1136
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
|
|
8476
8476
|
* Represents a potential ways to customize behavior of your Layout
|
8477
8477
|
*/
|
8478
8478
|
settings?: {
|
8479
|
+
/**
|
8480
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8481
|
+
*/
|
8482
|
+
newTabButtonUrl?: string;
|
8479
8483
|
/**
|
8480
8484
|
* @defaultValue false
|
8481
8485
|
*
|
package/out/mock-beta.d.ts
CHANGED
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
|
|
8476
8476
|
* Represents a potential ways to customize behavior of your Layout
|
8477
8477
|
*/
|
8478
8478
|
settings?: {
|
8479
|
+
/**
|
8480
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8481
|
+
*/
|
8482
|
+
newTabButtonUrl?: string;
|
8479
8483
|
/**
|
8480
8484
|
* @defaultValue false
|
8481
8485
|
*
|
package/out/mock-public.d.ts
CHANGED
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
|
|
8476
8476
|
* Represents a potential ways to customize behavior of your Layout
|
8477
8477
|
*/
|
8478
8478
|
settings?: {
|
8479
|
+
/**
|
8480
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8481
|
+
*/
|
8482
|
+
newTabButtonUrl?: string;
|
8479
8483
|
/**
|
8480
8484
|
* @defaultValue false
|
8481
8485
|
*
|
package/out/stub.d.ts
CHANGED
@@ -8772,6 +8772,10 @@ declare type LayoutOptions = {
|
|
8772
8772
|
* Represents a potential ways to customize behavior of your Layout
|
8773
8773
|
*/
|
8774
8774
|
settings?: {
|
8775
|
+
/**
|
8776
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8777
|
+
*/
|
8778
|
+
newTabButtonUrl?: string;
|
8775
8779
|
/**
|
8776
8780
|
* @defaultValue false
|
8777
8781
|
*
|