@openfin/fdc3-api 41.100.71 → 41.100.73

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.
@@ -8003,7 +8003,7 @@ declare type LaunchIntoPlatformPayload = {
8003
8003
  *
8004
8004
  * @remarks The built-in event emitter is not an OpenFin event emitter so it doesn't share propagation semantics.
8005
8005
  *
8006
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener addEventListener(type, listener [, options]);}
8006
+ * #### [addEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
8007
8007
  * Adds a listener to the end of the listeners array for the specified event.
8008
8008
  * @example
8009
8009
  * ```js
@@ -8020,7 +8020,7 @@ declare type LaunchIntoPlatformPayload = {
8020
8020
  * });
8021
8021
  * ```
8022
8022
  *
8023
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener removeEventListener(type, listener [, options]);}
8023
+ * #### [removeEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener)
8024
8024
  * Adds a listener to the end of the listeners array for the specified event.
8025
8025
  * @example
8026
8026
  * ```js
@@ -8284,7 +8284,7 @@ declare class Layout extends Base {
8284
8284
  */
8285
8285
  applyPreset: (options: PresetLayoutOptions) => Promise<void>;
8286
8286
  /**
8287
- * Adds a view to the platform layout. Behaves like @link{Platform#createView} with the current layout as the target.
8287
+ * Adds a view to the platform layout. Behaves like {@link Platform#createView Platform.createView} with the current layout as the target.
8288
8288
  *
8289
8289
  * @param viewOptions - The options for creating the view.
8290
8290
  * @param options - Optional parameters for adding the view.
@@ -8300,7 +8300,7 @@ declare class Layout extends Base {
8300
8300
  }>;
8301
8301
  /**
8302
8302
  * Closes a view by its identity. Throws an error if the view does not belong to the current layout.
8303
- * Behaves like @link{Platform#closeView} but only closes the view if it belongs the current layout.
8303
+ * Behaves like {@link Platform#closeView Platform.closeView} but only closes the view if it belongs the current layout.
8304
8304
  *
8305
8305
  * @param viewIdentity - The identity of the view to close.
8306
8306
  * @returns A promise that resolves when the view is closed.
@@ -13874,6 +13874,7 @@ declare type Snapshot = {
13874
13874
  declare type SnapshotAppliedEvent = BaseEvents.BaseEvent & {
13875
13875
  topic: 'application';
13876
13876
  type: 'platform-snapshot-applied';
13877
+ snapshot: Snapshot;
13877
13878
  };
13878
13879
 
13879
13880
  /**
@@ -8003,7 +8003,7 @@ declare type LaunchIntoPlatformPayload = {
8003
8003
  *
8004
8004
  * @remarks The built-in event emitter is not an OpenFin event emitter so it doesn't share propagation semantics.
8005
8005
  *
8006
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener addEventListener(type, listener [, options]);}
8006
+ * #### [addEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
8007
8007
  * Adds a listener to the end of the listeners array for the specified event.
8008
8008
  * @example
8009
8009
  * ```js
@@ -8020,7 +8020,7 @@ declare type LaunchIntoPlatformPayload = {
8020
8020
  * });
8021
8021
  * ```
8022
8022
  *
8023
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener removeEventListener(type, listener [, options]);}
8023
+ * #### [removeEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener)
8024
8024
  * Adds a listener to the end of the listeners array for the specified event.
8025
8025
  * @example
8026
8026
  * ```js
@@ -8284,7 +8284,7 @@ declare class Layout extends Base {
8284
8284
  */
8285
8285
  applyPreset: (options: PresetLayoutOptions) => Promise<void>;
8286
8286
  /**
8287
- * Adds a view to the platform layout. Behaves like @link{Platform#createView} with the current layout as the target.
8287
+ * Adds a view to the platform layout. Behaves like {@link Platform#createView Platform.createView} with the current layout as the target.
8288
8288
  *
8289
8289
  * @param viewOptions - The options for creating the view.
8290
8290
  * @param options - Optional parameters for adding the view.
@@ -8300,7 +8300,7 @@ declare class Layout extends Base {
8300
8300
  }>;
8301
8301
  /**
8302
8302
  * Closes a view by its identity. Throws an error if the view does not belong to the current layout.
8303
- * Behaves like @link{Platform#closeView} but only closes the view if it belongs the current layout.
8303
+ * Behaves like {@link Platform#closeView Platform.closeView} but only closes the view if it belongs the current layout.
8304
8304
  *
8305
8305
  * @param viewIdentity - The identity of the view to close.
8306
8306
  * @returns A promise that resolves when the view is closed.
@@ -13874,6 +13874,7 @@ declare type Snapshot = {
13874
13874
  declare type SnapshotAppliedEvent = BaseEvents.BaseEvent & {
13875
13875
  topic: 'application';
13876
13876
  type: 'platform-snapshot-applied';
13877
+ snapshot: Snapshot;
13877
13878
  };
13878
13879
 
13879
13880
  /**
@@ -8003,7 +8003,7 @@ declare type LaunchIntoPlatformPayload = {
8003
8003
  *
8004
8004
  * @remarks The built-in event emitter is not an OpenFin event emitter so it doesn't share propagation semantics.
8005
8005
  *
8006
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener addEventListener(type, listener [, options]);}
8006
+ * #### [addEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
8007
8007
  * Adds a listener to the end of the listeners array for the specified event.
8008
8008
  * @example
8009
8009
  * ```js
@@ -8020,7 +8020,7 @@ declare type LaunchIntoPlatformPayload = {
8020
8020
  * });
8021
8021
  * ```
8022
8022
  *
8023
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener removeEventListener(type, listener [, options]);}
8023
+ * #### [removeEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener)
8024
8024
  * Adds a listener to the end of the listeners array for the specified event.
8025
8025
  * @example
8026
8026
  * ```js
@@ -8284,7 +8284,7 @@ declare class Layout extends Base {
8284
8284
  */
8285
8285
  applyPreset: (options: PresetLayoutOptions) => Promise<void>;
8286
8286
  /**
8287
- * Adds a view to the platform layout. Behaves like @link{Platform#createView} with the current layout as the target.
8287
+ * Adds a view to the platform layout. Behaves like {@link Platform#createView Platform.createView} with the current layout as the target.
8288
8288
  *
8289
8289
  * @param viewOptions - The options for creating the view.
8290
8290
  * @param options - Optional parameters for adding the view.
@@ -8300,7 +8300,7 @@ declare class Layout extends Base {
8300
8300
  }>;
8301
8301
  /**
8302
8302
  * Closes a view by its identity. Throws an error if the view does not belong to the current layout.
8303
- * Behaves like @link{Platform#closeView} but only closes the view if it belongs the current layout.
8303
+ * Behaves like {@link Platform#closeView Platform.closeView} but only closes the view if it belongs the current layout.
8304
8304
  *
8305
8305
  * @param viewIdentity - The identity of the view to close.
8306
8306
  * @returns A promise that resolves when the view is closed.
@@ -13874,6 +13874,7 @@ declare type Snapshot = {
13874
13874
  declare type SnapshotAppliedEvent = BaseEvents.BaseEvent & {
13875
13875
  topic: 'application';
13876
13876
  type: 'platform-snapshot-applied';
13877
+ snapshot: Snapshot;
13877
13878
  };
13878
13879
 
13879
13880
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -8120,7 +8120,7 @@ declare type LaunchIntoPlatformPayload = {
8120
8120
  *
8121
8121
  * @remarks The built-in event emitter is not an OpenFin event emitter so it doesn't share propagation semantics.
8122
8122
  *
8123
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener addEventListener(type, listener [, options]);}
8123
+ * #### [addEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
8124
8124
  * Adds a listener to the end of the listeners array for the specified event.
8125
8125
  * @example
8126
8126
  * ```js
@@ -8137,7 +8137,7 @@ declare type LaunchIntoPlatformPayload = {
8137
8137
  * });
8138
8138
  * ```
8139
8139
  *
8140
- * #### {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener removeEventListener(type, listener [, options]);}
8140
+ * #### [removeEventListener(type, listener [, options]);](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener)
8141
8141
  * Adds a listener to the end of the listeners array for the specified event.
8142
8142
  * @example
8143
8143
  * ```js
@@ -8410,7 +8410,7 @@ declare class Layout extends Base {
8410
8410
  */
8411
8411
  applyPreset: (options: PresetLayoutOptions) => Promise<void>;
8412
8412
  /**
8413
- * Adds a view to the platform layout. Behaves like @link{Platform#createView} with the current layout as the target.
8413
+ * Adds a view to the platform layout. Behaves like {@link Platform#createView Platform.createView} with the current layout as the target.
8414
8414
  *
8415
8415
  * @param viewOptions - The options for creating the view.
8416
8416
  * @param options - Optional parameters for adding the view.
@@ -8426,7 +8426,7 @@ declare class Layout extends Base {
8426
8426
  }>;
8427
8427
  /**
8428
8428
  * Closes a view by its identity. Throws an error if the view does not belong to the current layout.
8429
- * Behaves like @link{Platform#closeView} but only closes the view if it belongs the current layout.
8429
+ * Behaves like {@link Platform#closeView Platform.closeView} but only closes the view if it belongs the current layout.
8430
8430
  *
8431
8431
  * @param viewIdentity - The identity of the view to close.
8432
8432
  * @returns A promise that resolves when the view is closed.
@@ -14275,6 +14275,7 @@ declare type Snapshot = {
14275
14275
  declare type SnapshotAppliedEvent = BaseEvents.BaseEvent & {
14276
14276
  topic: 'application';
14277
14277
  type: 'platform-snapshot-applied';
14278
+ snapshot: Snapshot;
14278
14279
  };
14279
14280
 
14280
14281
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "41.100.71",
3
+ "version": "41.100.73",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,