@openfin/core 42.100.89 → 42.100.91
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
@@ -4995,6 +4995,9 @@ function requireInstance () {
|
|
4995
4995
|
* ```
|
4996
4996
|
*/
|
4997
4997
|
updateOptions(options) {
|
4998
|
+
if ('frame' in options) {
|
4999
|
+
console.warn(`Deprecation Warning: Starting with version 45 it will not be possible to change the frame value after window has been created.`);
|
5000
|
+
}
|
4998
5001
|
return this.wire.sendAction('update-window-options', { options, ...this.identity }).then(() => undefined);
|
4999
5002
|
}
|
5000
5003
|
/**
|