@openfin/core 43.100.26 → 43.100.27
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 +1 -0
- package/out/mock-beta.d.ts +1 -0
- package/out/mock-public.d.ts +1 -0
- package/out/stub.d.ts +1 -0
- package/out/stub.js +3 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
package/out/mock-beta.d.ts
CHANGED
package/out/mock-public.d.ts
CHANGED
package/out/stub.d.ts
CHANGED
package/out/stub.js
CHANGED
@@ -5026,6 +5026,9 @@ function requireInstance () {
|
|
5026
5026
|
* ```
|
5027
5027
|
*/
|
5028
5028
|
updateOptions(options) {
|
5029
|
+
if ('frame' in options) {
|
5030
|
+
console.warn(`Deprecation Warning: Starting with version 45 it will not be possible to change the frame value after window has been created.`);
|
5031
|
+
}
|
5029
5032
|
return this.wire.sendAction('update-window-options', { options, ...this.identity }).then(() => undefined);
|
5030
5033
|
}
|
5031
5034
|
/**
|