@openfin/core 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/mock-alpha.d.ts +5 -5
- package/out/mock-beta.d.ts +5 -5
- package/out/mock-public.d.ts +5 -5
- package/out/stub.d.ts +5 -5
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
|
|
|
4052
4052
|
*
|
|
4053
4053
|
* Controls the behavior for copy operations for a matched URL.
|
|
4054
4054
|
*
|
|
4055
|
-
*
|
|
4056
|
-
*
|
|
4057
|
-
*
|
|
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: '
|
|
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 =
|
|
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/mock-beta.d.ts
CHANGED
|
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
|
|
|
4052
4052
|
*
|
|
4053
4053
|
* Controls the behavior for copy operations for a matched URL.
|
|
4054
4054
|
*
|
|
4055
|
-
*
|
|
4056
|
-
*
|
|
4057
|
-
*
|
|
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: '
|
|
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 =
|
|
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/mock-public.d.ts
CHANGED
|
@@ -4052,11 +4052,11 @@ declare type CopyPermissions = {
|
|
|
4052
4052
|
*
|
|
4053
4053
|
* Controls the behavior for copy operations for a matched URL.
|
|
4054
4054
|
*
|
|
4055
|
-
*
|
|
4056
|
-
*
|
|
4057
|
-
*
|
|
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: '
|
|
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 =
|
|
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
|
-
*
|
|
4115
|
-
*
|
|
4116
|
-
*
|
|
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: '
|
|
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 =
|
|
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
|
};
|