@openfin/core 43.100.58 → 43.100.59

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.
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
9410
9410
  /**
9411
9411
  * Shows the window's icon in the taskbar.
9412
9412
  *
9413
+ * @remarks
9414
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9415
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9416
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9417
+ * {@link Window._Window.showPopupWindow}.
9418
+ *
9413
9419
  * @default true
9414
9420
  */
9415
9421
  showTaskbarIcon: boolean;
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
9410
9410
  /**
9411
9411
  * Shows the window's icon in the taskbar.
9412
9412
  *
9413
+ * @remarks
9414
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9415
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9416
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9417
+ * {@link Window._Window.showPopupWindow}.
9418
+ *
9413
9419
  * @default true
9414
9420
  */
9415
9421
  showTaskbarIcon: boolean;
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
9410
9410
  /**
9411
9411
  * Shows the window's icon in the taskbar.
9412
9412
  *
9413
+ * @remarks
9414
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9415
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9416
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9417
+ * {@link Window._Window.showPopupWindow}.
9418
+ *
9413
9419
  * @default true
9414
9420
  */
9415
9421
  showTaskbarIcon: boolean;
package/out/stub.d.ts CHANGED
@@ -9723,6 +9723,12 @@ declare type MutableWindowOptions = {
9723
9723
  /**
9724
9724
  * Shows the window's icon in the taskbar.
9725
9725
  *
9726
+ * @remarks
9727
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9728
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9729
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9730
+ * {@link Window._Window.showPopupWindow}.
9731
+ *
9726
9732
  * @default true
9727
9733
  */
9728
9734
  showTaskbarIcon: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "43.100.58",
3
+ "version": "43.100.59",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",