@openfin/fdc3-api 40.104.2 → 40.104.4

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.
@@ -3066,6 +3066,7 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3066
3066
  *
3067
3067
  */
3068
3068
  declare class Clipboard_2 extends Base {
3069
+ #private;
3069
3070
  /**
3070
3071
  * Writes data into the clipboard as plain text
3071
3072
  * @param writeObj The object for writing data into the clipboard
@@ -3218,6 +3219,21 @@ declare class Clipboard_2 extends Base {
3218
3219
  getAvailableFormats(type?: OpenFin.ClipboardSelectionType): Promise<Array<string>>;
3219
3220
  }
3220
3221
 
3222
+ /**
3223
+ * Permissions for {@link Clipboard} APIs.
3224
+ */
3225
+ declare type ClipboardApiPermissions = {
3226
+ writeText: boolean;
3227
+ readText: boolean;
3228
+ writeImage: boolean;
3229
+ readImage: boolean;
3230
+ writeHtml: boolean;
3231
+ readHtml: boolean;
3232
+ writeRtf: boolean;
3233
+ readRtf: boolean;
3234
+ write: boolean;
3235
+ };
3236
+
3221
3237
  /**
3222
3238
  * Generated when a copy operation is blocked through {@link OpenFin.DomainSettings}.
3223
3239
  * @interface
@@ -9861,6 +9877,7 @@ declare namespace OpenFin {
9861
9877
  OpenExternalPermission,
9862
9878
  DeviceInfo,
9863
9879
  Permissions_2 as Permissions,
9880
+ ClipboardApiPermissions,
9864
9881
  PlatformWindowCreationOptions,
9865
9882
  PlatformWindowOptions,
9866
9883
  PlatformViewCreationOptions,
@@ -10370,6 +10387,7 @@ declare type PerformanceReportEvent = Performance & BaseEvent_5 & {
10370
10387
  declare type Permissions_2 = {
10371
10388
  Application?: Partial<ApplicationPermissions>;
10372
10389
  System?: Partial<SystemPermissions>;
10390
+ Clipboard?: Partial<ClipboardApiPermissions>;
10373
10391
  webAPIs?: WebPermission[];
10374
10392
  devices?: DeviceInfo[];
10375
10393
  };
@@ -3066,6 +3066,7 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3066
3066
  *
3067
3067
  */
3068
3068
  declare class Clipboard_2 extends Base {
3069
+ #private;
3069
3070
  /**
3070
3071
  * Writes data into the clipboard as plain text
3071
3072
  * @param writeObj The object for writing data into the clipboard
@@ -3218,6 +3219,21 @@ declare class Clipboard_2 extends Base {
3218
3219
  getAvailableFormats(type?: OpenFin.ClipboardSelectionType): Promise<Array<string>>;
3219
3220
  }
3220
3221
 
3222
+ /**
3223
+ * Permissions for {@link Clipboard} APIs.
3224
+ */
3225
+ declare type ClipboardApiPermissions = {
3226
+ writeText: boolean;
3227
+ readText: boolean;
3228
+ writeImage: boolean;
3229
+ readImage: boolean;
3230
+ writeHtml: boolean;
3231
+ readHtml: boolean;
3232
+ writeRtf: boolean;
3233
+ readRtf: boolean;
3234
+ write: boolean;
3235
+ };
3236
+
3221
3237
  /**
3222
3238
  * Generated when a copy operation is blocked through {@link OpenFin.DomainSettings}.
3223
3239
  * @interface
@@ -9861,6 +9877,7 @@ declare namespace OpenFin {
9861
9877
  OpenExternalPermission,
9862
9878
  DeviceInfo,
9863
9879
  Permissions_2 as Permissions,
9880
+ ClipboardApiPermissions,
9864
9881
  PlatformWindowCreationOptions,
9865
9882
  PlatformWindowOptions,
9866
9883
  PlatformViewCreationOptions,
@@ -10370,6 +10387,7 @@ declare type PerformanceReportEvent = Performance & BaseEvent_5 & {
10370
10387
  declare type Permissions_2 = {
10371
10388
  Application?: Partial<ApplicationPermissions>;
10372
10389
  System?: Partial<SystemPermissions>;
10390
+ Clipboard?: Partial<ClipboardApiPermissions>;
10373
10391
  webAPIs?: WebPermission[];
10374
10392
  devices?: DeviceInfo[];
10375
10393
  };
@@ -3066,6 +3066,7 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3066
3066
  *
3067
3067
  */
3068
3068
  declare class Clipboard_2 extends Base {
3069
+ #private;
3069
3070
  /**
3070
3071
  * Writes data into the clipboard as plain text
3071
3072
  * @param writeObj The object for writing data into the clipboard
@@ -3218,6 +3219,21 @@ declare class Clipboard_2 extends Base {
3218
3219
  getAvailableFormats(type?: OpenFin.ClipboardSelectionType): Promise<Array<string>>;
3219
3220
  }
3220
3221
 
3222
+ /**
3223
+ * Permissions for {@link Clipboard} APIs.
3224
+ */
3225
+ declare type ClipboardApiPermissions = {
3226
+ writeText: boolean;
3227
+ readText: boolean;
3228
+ writeImage: boolean;
3229
+ readImage: boolean;
3230
+ writeHtml: boolean;
3231
+ readHtml: boolean;
3232
+ writeRtf: boolean;
3233
+ readRtf: boolean;
3234
+ write: boolean;
3235
+ };
3236
+
3221
3237
  /**
3222
3238
  * Generated when a copy operation is blocked through {@link OpenFin.DomainSettings}.
3223
3239
  * @interface
@@ -9861,6 +9877,7 @@ declare namespace OpenFin {
9861
9877
  OpenExternalPermission,
9862
9878
  DeviceInfo,
9863
9879
  Permissions_2 as Permissions,
9880
+ ClipboardApiPermissions,
9864
9881
  PlatformWindowCreationOptions,
9865
9882
  PlatformWindowOptions,
9866
9883
  PlatformViewCreationOptions,
@@ -10370,6 +10387,7 @@ declare type PerformanceReportEvent = Performance & BaseEvent_5 & {
10370
10387
  declare type Permissions_2 = {
10371
10388
  Application?: Partial<ApplicationPermissions>;
10372
10389
  System?: Partial<SystemPermissions>;
10390
+ Clipboard?: Partial<ClipboardApiPermissions>;
10373
10391
  webAPIs?: WebPermission[];
10374
10392
  devices?: DeviceInfo[];
10375
10393
  };
package/out/fdc3-api.d.ts CHANGED
@@ -3122,6 +3122,7 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3122
3122
  *
3123
3123
  */
3124
3124
  declare class Clipboard_2 extends Base {
3125
+ #private;
3125
3126
  /**
3126
3127
  * Writes data into the clipboard as plain text
3127
3128
  * @param writeObj The object for writing data into the clipboard
@@ -3274,6 +3275,21 @@ declare class Clipboard_2 extends Base {
3274
3275
  getAvailableFormats(type?: OpenFin.ClipboardSelectionType): Promise<Array<string>>;
3275
3276
  }
3276
3277
 
3278
+ /**
3279
+ * Permissions for {@link Clipboard} APIs.
3280
+ */
3281
+ declare type ClipboardApiPermissions = {
3282
+ writeText: boolean;
3283
+ readText: boolean;
3284
+ writeImage: boolean;
3285
+ readImage: boolean;
3286
+ writeHtml: boolean;
3287
+ readHtml: boolean;
3288
+ writeRtf: boolean;
3289
+ readRtf: boolean;
3290
+ write: boolean;
3291
+ };
3292
+
3277
3293
  /**
3278
3294
  * Generated when a copy operation is blocked through {@link OpenFin.DomainSettings}.
3279
3295
  * @interface
@@ -10179,6 +10195,7 @@ declare namespace OpenFin {
10179
10195
  OpenExternalPermission,
10180
10196
  DeviceInfo,
10181
10197
  Permissions_2 as Permissions,
10198
+ ClipboardApiPermissions,
10182
10199
  PlatformWindowCreationOptions,
10183
10200
  PlatformWindowOptions,
10184
10201
  PlatformViewCreationOptions,
@@ -10688,6 +10705,7 @@ declare type PerformanceReportEvent = Performance & BaseEvent_5 & {
10688
10705
  declare type Permissions_2 = {
10689
10706
  Application?: Partial<ApplicationPermissions>;
10690
10707
  System?: Partial<SystemPermissions>;
10708
+ Clipboard?: Partial<ClipboardApiPermissions>;
10691
10709
  webAPIs?: WebPermission[];
10692
10710
  devices?: DeviceInfo[];
10693
10711
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "40.104.2",
3
+ "version": "40.104.4",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,