@openfin/fdc3-api 39.81.17 → 39.81.18
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 +9 -5
- package/out/fdc3-api-beta.d.ts +9 -5
- package/out/fdc3-api-public.d.ts +9 -5
- package/out/fdc3-api.d.ts +9 -5
- package/out/fdc3-api.js +2 -5
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -1599,11 +1599,8 @@ declare class Base {
|
|
|
1599
1599
|
/* Excluded from this release type: __constructor */
|
|
1600
1600
|
protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
|
|
1601
1601
|
/**
|
|
1602
|
-
*
|
|
1603
|
-
*
|
|
1604
|
-
*
|
|
1605
|
-
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
1606
|
-
* on the context in which the devtools panel was opened.
|
|
1602
|
+
* @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
|
|
1603
|
+
* guaranteed to behave sensibly in all calling contexts.
|
|
1607
1604
|
*/
|
|
1608
1605
|
get me(): Identity;
|
|
1609
1606
|
/* Excluded from this release type: isNodeEnvironment */
|
|
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
|
|
|
5542
5539
|
readonly Platform: PlatformModule;
|
|
5543
5540
|
readonly Interop: InteropModule;
|
|
5544
5541
|
readonly SnapshotSource: SnapshotSourceModule;
|
|
5542
|
+
/**
|
|
5543
|
+
* Provides access to the OpenFin representation of the current code context (usually an entity
|
|
5544
|
+
* such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
|
|
5545
|
+
*
|
|
5546
|
+
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
5547
|
+
* on the context in which the devtools panel was opened.
|
|
5548
|
+
*/
|
|
5545
5549
|
readonly me: Me<MeType>;
|
|
5546
5550
|
}
|
|
5547
5551
|
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -1599,11 +1599,8 @@ declare class Base {
|
|
|
1599
1599
|
/* Excluded from this release type: __constructor */
|
|
1600
1600
|
protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
|
|
1601
1601
|
/**
|
|
1602
|
-
*
|
|
1603
|
-
*
|
|
1604
|
-
*
|
|
1605
|
-
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
1606
|
-
* on the context in which the devtools panel was opened.
|
|
1602
|
+
* @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
|
|
1603
|
+
* guaranteed to behave sensibly in all calling contexts.
|
|
1607
1604
|
*/
|
|
1608
1605
|
get me(): Identity;
|
|
1609
1606
|
/* Excluded from this release type: isNodeEnvironment */
|
|
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
|
|
|
5542
5539
|
readonly Platform: PlatformModule;
|
|
5543
5540
|
readonly Interop: InteropModule;
|
|
5544
5541
|
readonly SnapshotSource: SnapshotSourceModule;
|
|
5542
|
+
/**
|
|
5543
|
+
* Provides access to the OpenFin representation of the current code context (usually an entity
|
|
5544
|
+
* such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
|
|
5545
|
+
*
|
|
5546
|
+
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
5547
|
+
* on the context in which the devtools panel was opened.
|
|
5548
|
+
*/
|
|
5545
5549
|
readonly me: Me<MeType>;
|
|
5546
5550
|
}
|
|
5547
5551
|
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -1599,11 +1599,8 @@ declare class Base {
|
|
|
1599
1599
|
/* Excluded from this release type: __constructor */
|
|
1600
1600
|
protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
|
|
1601
1601
|
/**
|
|
1602
|
-
*
|
|
1603
|
-
*
|
|
1604
|
-
*
|
|
1605
|
-
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
1606
|
-
* on the context in which the devtools panel was opened.
|
|
1602
|
+
* @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
|
|
1603
|
+
* guaranteed to behave sensibly in all calling contexts.
|
|
1607
1604
|
*/
|
|
1608
1605
|
get me(): Identity;
|
|
1609
1606
|
/* Excluded from this release type: isNodeEnvironment */
|
|
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
|
|
|
5542
5539
|
readonly Platform: PlatformModule;
|
|
5543
5540
|
readonly Interop: InteropModule;
|
|
5544
5541
|
readonly SnapshotSource: SnapshotSourceModule;
|
|
5542
|
+
/**
|
|
5543
|
+
* Provides access to the OpenFin representation of the current code context (usually an entity
|
|
5544
|
+
* such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
|
|
5545
|
+
*
|
|
5546
|
+
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
5547
|
+
* on the context in which the devtools panel was opened.
|
|
5548
|
+
*/
|
|
5545
5549
|
readonly me: Me<MeType>;
|
|
5546
5550
|
}
|
|
5547
5551
|
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -1619,11 +1619,8 @@ declare class Base {
|
|
|
1619
1619
|
constructor(wire: Transport);
|
|
1620
1620
|
protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
|
|
1621
1621
|
/**
|
|
1622
|
-
*
|
|
1623
|
-
*
|
|
1624
|
-
*
|
|
1625
|
-
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
1626
|
-
* on the context in which the devtools panel was opened.
|
|
1622
|
+
* @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
|
|
1623
|
+
* guaranteed to behave sensibly in all calling contexts.
|
|
1627
1624
|
*/
|
|
1628
1625
|
get me(): Identity;
|
|
1629
1626
|
/**
|
|
@@ -5627,6 +5624,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
|
|
|
5627
5624
|
readonly Platform: PlatformModule;
|
|
5628
5625
|
readonly Interop: InteropModule;
|
|
5629
5626
|
readonly SnapshotSource: SnapshotSourceModule;
|
|
5627
|
+
/**
|
|
5628
|
+
* Provides access to the OpenFin representation of the current code context (usually an entity
|
|
5629
|
+
* such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
|
|
5630
|
+
*
|
|
5631
|
+
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
5632
|
+
* on the context in which the devtools panel was opened.
|
|
5633
|
+
*/
|
|
5630
5634
|
readonly me: Me<MeType>;
|
|
5631
5635
|
}
|
|
5632
5636
|
|
package/out/fdc3-api.js
CHANGED
|
@@ -486,11 +486,8 @@ class Base {
|
|
|
486
486
|
return this.wire.getFin();
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
492
|
-
* Useful for debugging in the devtools console, where this will intelligently type itself based
|
|
493
|
-
* on the context in which the devtools panel was opened.
|
|
489
|
+
* @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
|
|
490
|
+
* guaranteed to behave sensibly in all calling contexts.
|
|
494
491
|
*/
|
|
495
492
|
get me() {
|
|
496
493
|
return this.wire.me;
|