@openfin/fdc3-api 41.100.102 → 41.100.104
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/fdc3-api-alpha.d.ts
CHANGED
|
@@ -4049,11 +4049,11 @@ declare type CopyPermissions = {
|
|
|
4049
4049
|
*
|
|
4050
4050
|
* Controls the behavior for copy operations for a matched URL.
|
|
4051
4051
|
*
|
|
4052
|
-
*
|
|
4053
|
-
*
|
|
4054
|
-
*
|
|
4052
|
+
* allow: Enables all copy operations.
|
|
4053
|
+
* block: Disables all copy operations.
|
|
4054
|
+
* protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
|
|
4055
4055
|
*/
|
|
4056
|
-
behavior: '
|
|
4056
|
+
behavior: 'allow' | 'block' | 'protect';
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Additional copy operation options
|
|
4059
4059
|
*/
|
|
@@ -10199,7 +10199,7 @@ declare type PastePermissions = {
|
|
|
10199
10199
|
* Controls the behavior for paste operations for a matched URL.
|
|
10200
10200
|
*
|
|
10201
10201
|
* non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
|
|
10202
|
-
* all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior =
|
|
10202
|
+
* 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.
|
|
10203
10203
|
*/
|
|
10204
10204
|
behavior: 'non-protected-content' | 'all-content';
|
|
10205
10205
|
};
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -4049,11 +4049,11 @@ declare type CopyPermissions = {
|
|
|
4049
4049
|
*
|
|
4050
4050
|
* Controls the behavior for copy operations for a matched URL.
|
|
4051
4051
|
*
|
|
4052
|
-
*
|
|
4053
|
-
*
|
|
4054
|
-
*
|
|
4052
|
+
* allow: Enables all copy operations.
|
|
4053
|
+
* block: Disables all copy operations.
|
|
4054
|
+
* protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
|
|
4055
4055
|
*/
|
|
4056
|
-
behavior: '
|
|
4056
|
+
behavior: 'allow' | 'block' | 'protect';
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Additional copy operation options
|
|
4059
4059
|
*/
|
|
@@ -10199,7 +10199,7 @@ declare type PastePermissions = {
|
|
|
10199
10199
|
* Controls the behavior for paste operations for a matched URL.
|
|
10200
10200
|
*
|
|
10201
10201
|
* non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
|
|
10202
|
-
* all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior =
|
|
10202
|
+
* 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.
|
|
10203
10203
|
*/
|
|
10204
10204
|
behavior: 'non-protected-content' | 'all-content';
|
|
10205
10205
|
};
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -4049,11 +4049,11 @@ declare type CopyPermissions = {
|
|
|
4049
4049
|
*
|
|
4050
4050
|
* Controls the behavior for copy operations for a matched URL.
|
|
4051
4051
|
*
|
|
4052
|
-
*
|
|
4053
|
-
*
|
|
4054
|
-
*
|
|
4052
|
+
* allow: Enables all copy operations.
|
|
4053
|
+
* block: Disables all copy operations.
|
|
4054
|
+
* protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
|
|
4055
4055
|
*/
|
|
4056
|
-
behavior: '
|
|
4056
|
+
behavior: 'allow' | 'block' | 'protect';
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Additional copy operation options
|
|
4059
4059
|
*/
|
|
@@ -10199,7 +10199,7 @@ declare type PastePermissions = {
|
|
|
10199
10199
|
* Controls the behavior for paste operations for a matched URL.
|
|
10200
10200
|
*
|
|
10201
10201
|
* non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
|
|
10202
|
-
* all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior =
|
|
10202
|
+
* 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.
|
|
10203
10203
|
*/
|
|
10204
10204
|
behavior: 'non-protected-content' | 'all-content';
|
|
10205
10205
|
};
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -4108,11 +4108,11 @@ declare type CopyPermissions = {
|
|
|
4108
4108
|
*
|
|
4109
4109
|
* Controls the behavior for copy operations for a matched URL.
|
|
4110
4110
|
*
|
|
4111
|
-
*
|
|
4112
|
-
*
|
|
4113
|
-
*
|
|
4111
|
+
* allow: Enables all copy operations.
|
|
4112
|
+
* block: Disables all copy operations.
|
|
4113
|
+
* protect: Protects any copied content. Only URLs that have set paste.behavior: 'all-content' will be allowed to paste this content.
|
|
4114
4114
|
*/
|
|
4115
|
-
behavior: '
|
|
4115
|
+
behavior: 'allow' | 'block' | 'protect';
|
|
4116
4116
|
/**
|
|
4117
4117
|
* Additional copy operation options
|
|
4118
4118
|
*/
|
|
@@ -10517,7 +10517,7 @@ declare type PastePermissions = {
|
|
|
10517
10517
|
* Controls the behavior for paste operations for a matched URL.
|
|
10518
10518
|
*
|
|
10519
10519
|
* non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
|
|
10520
|
-
* all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior =
|
|
10520
|
+
* 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.
|
|
10521
10521
|
*/
|
|
10522
10522
|
behavior: 'non-protected-content' | 'all-content';
|
|
10523
10523
|
};
|