@openfin/core 41.100.102 → 41.100.105

Sign up to get free protection for your applications and to get access to all the features.
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
4052
4052
  *
4053
4053
  * Controls the behavior for copy operations for a matched URL.
4054
4054
  *
4055
- * allowed: Enables all copy operations.
4056
- * blocked: Disables all copy operations.
4057
- * protected: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4055
+ * allow: Enables all copy operations.
4056
+ * block: Disables all copy operations.
4057
+ * protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4058
4058
  */
4059
- behavior: 'allowed' | 'blocked' | 'protected';
4059
+ behavior: 'allow' | 'block' | 'protect';
4060
4060
  /**
4061
4061
  * Additional copy operation options
4062
4062
  */
@@ -9859,7 +9859,7 @@ declare type PastePermissions = {
9859
9859
  * Controls the behavior for paste operations for a matched URL.
9860
9860
  *
9861
9861
  * non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
9862
- * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = ‘protected') and non-protected (copy.behavior = 'allowed') URLs.
9862
+ * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.
9863
9863
  */
9864
9864
  behavior: 'non-protected-content' | 'all-content';
9865
9865
  };
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
4052
4052
  *
4053
4053
  * Controls the behavior for copy operations for a matched URL.
4054
4054
  *
4055
- * allowed: Enables all copy operations.
4056
- * blocked: Disables all copy operations.
4057
- * protected: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4055
+ * allow: Enables all copy operations.
4056
+ * block: Disables all copy operations.
4057
+ * protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4058
4058
  */
4059
- behavior: 'allowed' | 'blocked' | 'protected';
4059
+ behavior: 'allow' | 'block' | 'protect';
4060
4060
  /**
4061
4061
  * Additional copy operation options
4062
4062
  */
@@ -9859,7 +9859,7 @@ declare type PastePermissions = {
9859
9859
  * Controls the behavior for paste operations for a matched URL.
9860
9860
  *
9861
9861
  * non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
9862
- * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = ‘protected') and non-protected (copy.behavior = 'allowed') URLs.
9862
+ * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.
9863
9863
  */
9864
9864
  behavior: 'non-protected-content' | 'all-content';
9865
9865
  };
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
4052
4052
  *
4053
4053
  * Controls the behavior for copy operations for a matched URL.
4054
4054
  *
4055
- * allowed: Enables all copy operations.
4056
- * blocked: Disables all copy operations.
4057
- * protected: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4055
+ * allow: Enables all copy operations.
4056
+ * block: Disables all copy operations.
4057
+ * protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4058
4058
  */
4059
- behavior: 'allowed' | 'blocked' | 'protected';
4059
+ behavior: 'allow' | 'block' | 'protect';
4060
4060
  /**
4061
4061
  * Additional copy operation options
4062
4062
  */
@@ -9859,7 +9859,7 @@ declare type PastePermissions = {
9859
9859
  * Controls the behavior for paste operations for a matched URL.
9860
9860
  *
9861
9861
  * non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
9862
- * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = ‘protected') and non-protected (copy.behavior = 'allowed') URLs.
9862
+ * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.
9863
9863
  */
9864
9864
  behavior: 'non-protected-content' | 'all-content';
9865
9865
  };
package/out/stub.d.ts CHANGED
@@ -4111,11 +4111,11 @@ declare type CopyPermissions = {
4111
4111
  *
4112
4112
  * Controls the behavior for copy operations for a matched URL.
4113
4113
  *
4114
- * allowed: Enables all copy operations.
4115
- * blocked: Disables all copy operations.
4116
- * protected: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4114
+ * allow: Enables all copy operations.
4115
+ * block: Disables all copy operations.
4116
+ * protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
4117
4117
  */
4118
- behavior: 'allowed' | 'blocked' | 'protected';
4118
+ behavior: 'allow' | 'block' | 'protect';
4119
4119
  /**
4120
4120
  * Additional copy operation options
4121
4121
  */
@@ -10177,7 +10177,7 @@ declare type PastePermissions = {
10177
10177
  * Controls the behavior for paste operations for a matched URL.
10178
10178
  *
10179
10179
  * non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
10180
- * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = ‘protected') and non-protected (copy.behavior = 'allowed') URLs.
10180
+ * all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.
10181
10181
  */
10182
10182
  behavior: 'non-protected-content' | 'all-content';
10183
10183
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "41.100.102",
3
+ "version": "41.100.105",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",