@openfin/fdc3-api 40.105.1 → 40.105.4
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/fdc3-api-alpha.d.ts +6 -5
- package/out/fdc3-api-beta.d.ts +6 -5
- package/out/fdc3-api-public.d.ts +6 -5
- package/out/fdc3-api.d.ts +7 -6
- package/out/fdc3-api.js +1452 -1455
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -4497,10 +4497,7 @@ declare type DomainApiSettings = {
|
|
|
4497
4497
|
* @interface
|
|
4498
4498
|
* Defines application settings that vary by the domain of the current context.
|
|
4499
4499
|
*
|
|
4500
|
-
* @remarks
|
|
4501
|
-
* domain should be represented with a single rule.
|
|
4502
|
-
*
|
|
4503
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4500
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4504
4501
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4505
4502
|
* exists.
|
|
4506
4503
|
*/
|
|
@@ -5372,6 +5369,10 @@ declare namespace FDC3 {
|
|
|
5372
5369
|
}
|
|
5373
5370
|
}
|
|
5374
5371
|
|
|
5372
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5373
|
+
|
|
5374
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin.InteropClient, wire: Transport<'unknown'>) => OpenFin.FDC3.v2_0.DesktopAgent | OpenFin.FDC3.v1_2.DesktopAgent;
|
|
5375
|
+
|
|
5375
5376
|
export declare function fdc3FromFin(fin: OpenFin.Fin<OpenFin.EntityType>, { fdc3Version }?: {
|
|
5376
5377
|
fdc3Version?: Fdc3Version;
|
|
5377
5378
|
}): Promise<Fdc3Module | Fdc3Module2>;
|
|
@@ -7369,7 +7370,7 @@ declare class InteropBroker extends Base {
|
|
|
7369
7370
|
};
|
|
7370
7371
|
private getClientState;
|
|
7371
7372
|
private static toObject;
|
|
7372
|
-
static checkContextIntegrity(context: OpenFin.Context)
|
|
7373
|
+
static checkContextIntegrity: (context: OpenFin.Context) => {
|
|
7373
7374
|
isValid: true;
|
|
7374
7375
|
} | {
|
|
7375
7376
|
isValid: false;
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -4497,10 +4497,7 @@ declare type DomainApiSettings = {
|
|
|
4497
4497
|
* @interface
|
|
4498
4498
|
* Defines application settings that vary by the domain of the current context.
|
|
4499
4499
|
*
|
|
4500
|
-
* @remarks
|
|
4501
|
-
* domain should be represented with a single rule.
|
|
4502
|
-
*
|
|
4503
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4500
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4504
4501
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4505
4502
|
* exists.
|
|
4506
4503
|
*/
|
|
@@ -5372,6 +5369,10 @@ declare namespace FDC3 {
|
|
|
5372
5369
|
}
|
|
5373
5370
|
}
|
|
5374
5371
|
|
|
5372
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5373
|
+
|
|
5374
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin.InteropClient, wire: Transport<'unknown'>) => OpenFin.FDC3.v2_0.DesktopAgent | OpenFin.FDC3.v1_2.DesktopAgent;
|
|
5375
|
+
|
|
5375
5376
|
export declare function fdc3FromFin(fin: OpenFin.Fin<OpenFin.EntityType>, { fdc3Version }?: {
|
|
5376
5377
|
fdc3Version?: Fdc3Version;
|
|
5377
5378
|
}): Promise<Fdc3Module | Fdc3Module2>;
|
|
@@ -7369,7 +7370,7 @@ declare class InteropBroker extends Base {
|
|
|
7369
7370
|
};
|
|
7370
7371
|
private getClientState;
|
|
7371
7372
|
private static toObject;
|
|
7372
|
-
static checkContextIntegrity(context: OpenFin.Context)
|
|
7373
|
+
static checkContextIntegrity: (context: OpenFin.Context) => {
|
|
7373
7374
|
isValid: true;
|
|
7374
7375
|
} | {
|
|
7375
7376
|
isValid: false;
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -4497,10 +4497,7 @@ declare type DomainApiSettings = {
|
|
|
4497
4497
|
* @interface
|
|
4498
4498
|
* Defines application settings that vary by the domain of the current context.
|
|
4499
4499
|
*
|
|
4500
|
-
* @remarks
|
|
4501
|
-
* domain should be represented with a single rule.
|
|
4502
|
-
*
|
|
4503
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4500
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4504
4501
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4505
4502
|
* exists.
|
|
4506
4503
|
*/
|
|
@@ -5372,6 +5369,10 @@ declare namespace FDC3 {
|
|
|
5372
5369
|
}
|
|
5373
5370
|
}
|
|
5374
5371
|
|
|
5372
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5373
|
+
|
|
5374
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin.InteropClient, wire: Transport<'unknown'>) => OpenFin.FDC3.v2_0.DesktopAgent | OpenFin.FDC3.v1_2.DesktopAgent;
|
|
5375
|
+
|
|
5375
5376
|
export declare function fdc3FromFin(fin: OpenFin.Fin<OpenFin.EntityType>, { fdc3Version }?: {
|
|
5376
5377
|
fdc3Version?: Fdc3Version;
|
|
5377
5378
|
}): Promise<Fdc3Module | Fdc3Module2>;
|
|
@@ -7369,7 +7370,7 @@ declare class InteropBroker extends Base {
|
|
|
7369
7370
|
};
|
|
7370
7371
|
private getClientState;
|
|
7371
7372
|
private static toObject;
|
|
7372
|
-
static checkContextIntegrity(context: OpenFin.Context)
|
|
7373
|
+
static checkContextIntegrity: (context: OpenFin.Context) => {
|
|
7373
7374
|
isValid: true;
|
|
7374
7375
|
} | {
|
|
7375
7376
|
isValid: false;
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -4556,10 +4556,7 @@ declare type DomainApiSettings = {
|
|
|
4556
4556
|
* @interface
|
|
4557
4557
|
* Defines application settings that vary by the domain of the current context.
|
|
4558
4558
|
*
|
|
4559
|
-
* @remarks
|
|
4560
|
-
* domain should be represented with a single rule.
|
|
4561
|
-
*
|
|
4562
|
-
* Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4559
|
+
* @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
|
|
4563
4560
|
* their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
|
|
4564
4561
|
* exists.
|
|
4565
4562
|
*/
|
|
@@ -5457,6 +5454,10 @@ declare namespace FDC3 {
|
|
|
5457
5454
|
}
|
|
5458
5455
|
}
|
|
5459
5456
|
|
|
5457
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5458
|
+
|
|
5459
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin.InteropClient, wire: Transport<'unknown'>) => OpenFin.FDC3.v2_0.DesktopAgent | OpenFin.FDC3.v1_2.DesktopAgent;
|
|
5460
|
+
|
|
5460
5461
|
export declare function fdc3FromFin(fin: OpenFin.Fin<OpenFin.EntityType>, { fdc3Version }?: {
|
|
5461
5462
|
fdc3Version?: Fdc3Version;
|
|
5462
5463
|
}): Promise<Fdc3Module | Fdc3Module2>;
|
|
@@ -7478,7 +7479,7 @@ declare class InteropBroker extends Base {
|
|
|
7478
7479
|
};
|
|
7479
7480
|
private getClientState;
|
|
7480
7481
|
private static toObject;
|
|
7481
|
-
static checkContextIntegrity(context: OpenFin.Context)
|
|
7482
|
+
static checkContextIntegrity: (context: OpenFin.Context) => {
|
|
7482
7483
|
isValid: true;
|
|
7483
7484
|
} | {
|
|
7484
7485
|
isValid: false;
|
|
@@ -7577,7 +7578,7 @@ declare class InteropClient extends Base {
|
|
|
7577
7578
|
/**
|
|
7578
7579
|
* @internal
|
|
7579
7580
|
*/
|
|
7580
|
-
constructor(wire: Transport, clientPromise: Promise<OpenFin.ChannelClient
|
|
7581
|
+
constructor(wire: Transport, clientPromise: Promise<OpenFin.ChannelClient>, fdc3Factory: FDC3Factory);
|
|
7581
7582
|
/**
|
|
7582
7583
|
* Sets a context for the context group of the current entity.
|
|
7583
7584
|
*
|