@openfin/core 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.
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
@@ -5375,6 +5372,10 @@ declare namespace FDC3 {
5375
5372
  }
5376
5373
  }
5377
5374
 
5375
+ declare type FDC3Factory = typeof fdc3Factory;
5376
+
5377
+ declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
5378
+
5378
5379
  /**
5379
5380
  * @interface
5380
5381
  */
@@ -7027,7 +7028,7 @@ declare class InteropBroker extends Base {
7027
7028
  };
7028
7029
  private getClientState;
7029
7030
  private static toObject;
7030
- static checkContextIntegrity(context: OpenFin_2.Context): {
7031
+ static checkContextIntegrity: (context: OpenFin_2.Context) => {
7031
7032
  isValid: true;
7032
7033
  } | {
7033
7034
  isValid: false;
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
@@ -5375,6 +5372,10 @@ declare namespace FDC3 {
5375
5372
  }
5376
5373
  }
5377
5374
 
5375
+ declare type FDC3Factory = typeof fdc3Factory;
5376
+
5377
+ declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
5378
+
5378
5379
  /**
5379
5380
  * @interface
5380
5381
  */
@@ -7027,7 +7028,7 @@ declare class InteropBroker extends Base {
7027
7028
  };
7028
7029
  private getClientState;
7029
7030
  private static toObject;
7030
- static checkContextIntegrity(context: OpenFin_2.Context): {
7031
+ static checkContextIntegrity: (context: OpenFin_2.Context) => {
7031
7032
  isValid: true;
7032
7033
  } | {
7033
7034
  isValid: false;
@@ -4500,10 +4500,7 @@ declare type DomainApiSettings = {
4500
4500
  * @interface
4501
4501
  * Defines application settings that vary by the domain of the current context.
4502
4502
  *
4503
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4504
- * domain should be represented with a single rule.
4505
- *
4506
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4503
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4507
4504
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4508
4505
  * exists.
4509
4506
  */
@@ -5375,6 +5372,10 @@ declare namespace FDC3 {
5375
5372
  }
5376
5373
  }
5377
5374
 
5375
+ declare type FDC3Factory = typeof fdc3Factory;
5376
+
5377
+ declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
5378
+
5378
5379
  /**
5379
5380
  * @interface
5380
5381
  */
@@ -7027,7 +7028,7 @@ declare class InteropBroker extends Base {
7027
7028
  };
7028
7029
  private getClientState;
7029
7030
  private static toObject;
7030
- static checkContextIntegrity(context: OpenFin_2.Context): {
7031
+ static checkContextIntegrity: (context: OpenFin_2.Context) => {
7031
7032
  isValid: true;
7032
7033
  } | {
7033
7034
  isValid: false;
package/out/stub.d.ts CHANGED
@@ -4559,10 +4559,7 @@ declare type DomainApiSettings = {
4559
4559
  * @interface
4560
4560
  * Defines application settings that vary by the domain of the current context.
4561
4561
  *
4562
- * @remarks Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same
4563
- * domain should be represented with a single rule.
4564
- *
4565
- * Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4562
+ * @remarks Renderers opened on `about:blank` are considered to belong to the domain of their opener (or, in the case of iframes,
4566
4563
  * their parent), effective recursively. Domain rules matched to `about:blank` will only apply in cases where no opener
4567
4564
  * exists.
4568
4565
  */
@@ -5460,6 +5457,10 @@ declare namespace FDC3 {
5460
5457
  }
5461
5458
  }
5462
5459
 
5460
+ declare type FDC3Factory = typeof fdc3Factory;
5461
+
5462
+ declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
5463
+
5463
5464
  /**
5464
5465
  * @interface
5465
5466
  */
@@ -7136,7 +7137,7 @@ declare class InteropBroker extends Base {
7136
7137
  };
7137
7138
  private getClientState;
7138
7139
  private static toObject;
7139
- static checkContextIntegrity(context: OpenFin_2.Context): {
7140
+ static checkContextIntegrity: (context: OpenFin_2.Context) => {
7140
7141
  isValid: true;
7141
7142
  } | {
7142
7143
  isValid: false;
@@ -7235,7 +7236,7 @@ declare class InteropClient extends Base {
7235
7236
  /**
7236
7237
  * @internal
7237
7238
  */
7238
- constructor(wire: Transport, clientPromise: Promise<OpenFin_2.ChannelClient>);
7239
+ constructor(wire: Transport, clientPromise: Promise<OpenFin_2.ChannelClient>, fdc3Factory: FDC3Factory);
7239
7240
  /**
7240
7241
  * Sets a context for the context group of the current entity.
7241
7242
  *