@openfin/fdc3-api 44.100.52 → 44.100.53
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
|
@@ -13762,7 +13762,7 @@ declare type ProtocolMap = ExternalAdapterOnlyCallsMap & AnalyticsProtocolMap &
|
|
|
13762
13762
|
'find-in-page': IdentityCall<{
|
|
13763
13763
|
searchTerm: string;
|
|
13764
13764
|
options?: OpenFin.FindInPageOptions;
|
|
13765
|
-
},
|
|
13765
|
+
}, OpenFin.FindInPageResult>;
|
|
13766
13766
|
'stop-find-in-page': IdentityCall<{
|
|
13767
13767
|
action: 'clearSelection' | 'keepSelection' | 'activateSelection';
|
|
13768
13768
|
}, void>;
|
|
@@ -18502,7 +18502,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
|
18502
18502
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
|
18503
18503
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
|
18504
18504
|
*/
|
|
18505
|
-
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<
|
|
18505
|
+
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<OpenFin.FindInPageResult>;
|
|
18506
18506
|
/**
|
|
18507
18507
|
* Stop a {@link View#findInPage findInPage} call by specifying any of these actions:
|
|
18508
18508
|
*
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -13762,7 +13762,7 @@ declare type ProtocolMap = ExternalAdapterOnlyCallsMap & AnalyticsProtocolMap &
|
|
|
13762
13762
|
'find-in-page': IdentityCall<{
|
|
13763
13763
|
searchTerm: string;
|
|
13764
13764
|
options?: OpenFin.FindInPageOptions;
|
|
13765
|
-
},
|
|
13765
|
+
}, OpenFin.FindInPageResult>;
|
|
13766
13766
|
'stop-find-in-page': IdentityCall<{
|
|
13767
13767
|
action: 'clearSelection' | 'keepSelection' | 'activateSelection';
|
|
13768
13768
|
}, void>;
|
|
@@ -18502,7 +18502,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
|
18502
18502
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
|
18503
18503
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
|
18504
18504
|
*/
|
|
18505
|
-
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<
|
|
18505
|
+
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<OpenFin.FindInPageResult>;
|
|
18506
18506
|
/**
|
|
18507
18507
|
* Stop a {@link View#findInPage findInPage} call by specifying any of these actions:
|
|
18508
18508
|
*
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -13762,7 +13762,7 @@ declare type ProtocolMap = ExternalAdapterOnlyCallsMap & AnalyticsProtocolMap &
|
|
|
13762
13762
|
'find-in-page': IdentityCall<{
|
|
13763
13763
|
searchTerm: string;
|
|
13764
13764
|
options?: OpenFin.FindInPageOptions;
|
|
13765
|
-
},
|
|
13765
|
+
}, OpenFin.FindInPageResult>;
|
|
13766
13766
|
'stop-find-in-page': IdentityCall<{
|
|
13767
13767
|
action: 'clearSelection' | 'keepSelection' | 'activateSelection';
|
|
13768
13768
|
}, void>;
|
|
@@ -18502,7 +18502,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
|
18502
18502
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
|
18503
18503
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
|
18504
18504
|
*/
|
|
18505
|
-
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<
|
|
18505
|
+
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<OpenFin.FindInPageResult>;
|
|
18506
18506
|
/**
|
|
18507
18507
|
* Stop a {@link View#findInPage findInPage} call by specifying any of these actions:
|
|
18508
18508
|
*
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -14179,7 +14179,7 @@ declare type ProtocolMap = ExternalAdapterOnlyCallsMap & AnalyticsProtocolMap &
|
|
|
14179
14179
|
'find-in-page': IdentityCall<{
|
|
14180
14180
|
searchTerm: string;
|
|
14181
14181
|
options?: OpenFin.FindInPageOptions;
|
|
14182
|
-
},
|
|
14182
|
+
}, OpenFin.FindInPageResult>;
|
|
14183
14183
|
'stop-find-in-page': IdentityCall<{
|
|
14184
14184
|
action: 'clearSelection' | 'keepSelection' | 'activateSelection';
|
|
14185
14185
|
}, void>;
|
|
@@ -18969,7 +18969,7 @@ declare class WebContents<T extends BaseEvent> extends EmitterBase<T> {
|
|
|
18969
18969
|
* We do not expose an explicit superclass for this functionality, but it does have its own
|
|
18970
18970
|
* {@link OpenFin.WebContentsEvents event namespace}.
|
|
18971
18971
|
*/
|
|
18972
|
-
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<
|
|
18972
|
+
findInPage(searchTerm: string, options?: OpenFin.FindInPageOptions): Promise<OpenFin.FindInPageResult>;
|
|
18973
18973
|
/**
|
|
18974
18974
|
* Stop a {@link View#findInPage findInPage} call by specifying any of these actions:
|
|
18975
18975
|
*
|