@openfin/core 35.78.19 → 35.78.21
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 +2 -2
- package/out/mock-beta.d.ts +2 -2
- package/out/mock-public.d.ts +2 -2
- package/out/mock.d.ts +2 -2
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -9520,7 +9520,7 @@ declare type MutableWindowOptions = {
|
|
|
9520
9520
|
showTaskbarIcon: boolean;
|
|
9521
9521
|
interop: InteropConfig;
|
|
9522
9522
|
/* Excluded from this release type: _internalWorkspaceData */
|
|
9523
|
-
workspacePlatform:
|
|
9523
|
+
workspacePlatform: unknown;
|
|
9524
9524
|
};
|
|
9525
9525
|
|
|
9526
9526
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
@@ -11019,7 +11019,7 @@ declare interface PlatformProvider {
|
|
|
11019
11019
|
* @experimental
|
|
11020
11020
|
*
|
|
11021
11021
|
* This API is called during the {@link PlatformProvider.getSnapshot()} call.
|
|
11022
|
-
*
|
|
11022
|
+
* Gets the current state of a particular window and its views and returns an object that
|
|
11023
11023
|
* can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
|
|
11024
11024
|
* you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
|
|
11025
11025
|
* @param identity
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -9520,7 +9520,7 @@ declare type MutableWindowOptions = {
|
|
|
9520
9520
|
showTaskbarIcon: boolean;
|
|
9521
9521
|
interop: InteropConfig;
|
|
9522
9522
|
/* Excluded from this release type: _internalWorkspaceData */
|
|
9523
|
-
workspacePlatform:
|
|
9523
|
+
workspacePlatform: unknown;
|
|
9524
9524
|
};
|
|
9525
9525
|
|
|
9526
9526
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
@@ -11019,7 +11019,7 @@ declare interface PlatformProvider {
|
|
|
11019
11019
|
* @experimental
|
|
11020
11020
|
*
|
|
11021
11021
|
* This API is called during the {@link PlatformProvider.getSnapshot()} call.
|
|
11022
|
-
*
|
|
11022
|
+
* Gets the current state of a particular window and its views and returns an object that
|
|
11023
11023
|
* can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
|
|
11024
11024
|
* you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
|
|
11025
11025
|
* @param identity
|
package/out/mock-public.d.ts
CHANGED
|
@@ -9520,7 +9520,7 @@ declare type MutableWindowOptions = {
|
|
|
9520
9520
|
showTaskbarIcon: boolean;
|
|
9521
9521
|
interop: InteropConfig;
|
|
9522
9522
|
/* Excluded from this release type: _internalWorkspaceData */
|
|
9523
|
-
workspacePlatform:
|
|
9523
|
+
workspacePlatform: unknown;
|
|
9524
9524
|
};
|
|
9525
9525
|
|
|
9526
9526
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
@@ -11019,7 +11019,7 @@ declare interface PlatformProvider {
|
|
|
11019
11019
|
* @experimental
|
|
11020
11020
|
*
|
|
11021
11021
|
* This API is called during the {@link PlatformProvider.getSnapshot()} call.
|
|
11022
|
-
*
|
|
11022
|
+
* Gets the current state of a particular window and its views and returns an object that
|
|
11023
11023
|
* can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
|
|
11024
11024
|
* you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
|
|
11025
11025
|
* @param identity
|
package/out/mock.d.ts
CHANGED
|
@@ -9800,7 +9800,7 @@ declare type MutableWindowOptions = {
|
|
|
9800
9800
|
* Used by Workspace to store custom data. Overwriting or modifying this field may impact the functionality of Workspace
|
|
9801
9801
|
*/
|
|
9802
9802
|
_internalWorkspaceData: any;
|
|
9803
|
-
workspacePlatform:
|
|
9803
|
+
workspacePlatform: unknown;
|
|
9804
9804
|
};
|
|
9805
9805
|
|
|
9806
9806
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
@@ -11351,7 +11351,7 @@ declare interface PlatformProvider {
|
|
|
11351
11351
|
* @experimental
|
|
11352
11352
|
*
|
|
11353
11353
|
* This API is called during the {@link PlatformProvider.getSnapshot()} call.
|
|
11354
|
-
*
|
|
11354
|
+
* Gets the current state of a particular window and its views and returns an object that
|
|
11355
11355
|
* can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
|
|
11356
11356
|
* you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
|
|
11357
11357
|
* @param identity
|