@openfin/fdc3-api 38.81.42 → 38.81.46
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 +10 -1
- package/out/fdc3-api-beta.d.ts +10 -1
- package/out/fdc3-api-public.d.ts +10 -1
- package/out/fdc3-api.d.ts +10 -1
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -4196,6 +4196,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
|
|
|
4196
4196
|
type: 'did-finish-load';
|
|
4197
4197
|
};
|
|
4198
4198
|
|
|
4199
|
+
/**
|
|
4200
|
+
* Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
|
|
4201
|
+
* @interface
|
|
4202
|
+
*/
|
|
4203
|
+
declare type DidStartLoadingEvent = NamedEvent & {
|
|
4204
|
+
type: 'did-start-loading';
|
|
4205
|
+
};
|
|
4206
|
+
|
|
4199
4207
|
/**
|
|
4200
4208
|
* @interface
|
|
4201
4209
|
*/
|
|
@@ -4732,7 +4740,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
|
|
|
4732
4740
|
*/
|
|
4733
4741
|
declare type Event_5<Topic extends string> = {
|
|
4734
4742
|
topic: Topic;
|
|
4735
|
-
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4743
|
+
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | DidStartLoadingEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4736
4744
|
|
|
4737
4745
|
/**
|
|
4738
4746
|
* [Union](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) containing every possible event that can be emitted by a {@link Window}. Events are
|
|
@@ -16593,6 +16601,7 @@ declare namespace WebContentsEvents {
|
|
|
16593
16601
|
FaviconUpdatedEvent,
|
|
16594
16602
|
NavigationRejectedEvent,
|
|
16595
16603
|
UrlChangedEvent,
|
|
16604
|
+
DidStartLoadingEvent,
|
|
16596
16605
|
DidFinishLoadEvent,
|
|
16597
16606
|
DidFailLoadEvent,
|
|
16598
16607
|
FoundInPageEvent,
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -4196,6 +4196,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
|
|
|
4196
4196
|
type: 'did-finish-load';
|
|
4197
4197
|
};
|
|
4198
4198
|
|
|
4199
|
+
/**
|
|
4200
|
+
* Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
|
|
4201
|
+
* @interface
|
|
4202
|
+
*/
|
|
4203
|
+
declare type DidStartLoadingEvent = NamedEvent & {
|
|
4204
|
+
type: 'did-start-loading';
|
|
4205
|
+
};
|
|
4206
|
+
|
|
4199
4207
|
/**
|
|
4200
4208
|
* @interface
|
|
4201
4209
|
*/
|
|
@@ -4732,7 +4740,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
|
|
|
4732
4740
|
*/
|
|
4733
4741
|
declare type Event_5<Topic extends string> = {
|
|
4734
4742
|
topic: Topic;
|
|
4735
|
-
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4743
|
+
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | DidStartLoadingEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4736
4744
|
|
|
4737
4745
|
/**
|
|
4738
4746
|
* [Union](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) containing every possible event that can be emitted by a {@link Window}. Events are
|
|
@@ -16593,6 +16601,7 @@ declare namespace WebContentsEvents {
|
|
|
16593
16601
|
FaviconUpdatedEvent,
|
|
16594
16602
|
NavigationRejectedEvent,
|
|
16595
16603
|
UrlChangedEvent,
|
|
16604
|
+
DidStartLoadingEvent,
|
|
16596
16605
|
DidFinishLoadEvent,
|
|
16597
16606
|
DidFailLoadEvent,
|
|
16598
16607
|
FoundInPageEvent,
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -4196,6 +4196,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
|
|
|
4196
4196
|
type: 'did-finish-load';
|
|
4197
4197
|
};
|
|
4198
4198
|
|
|
4199
|
+
/**
|
|
4200
|
+
* Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
|
|
4201
|
+
* @interface
|
|
4202
|
+
*/
|
|
4203
|
+
declare type DidStartLoadingEvent = NamedEvent & {
|
|
4204
|
+
type: 'did-start-loading';
|
|
4205
|
+
};
|
|
4206
|
+
|
|
4199
4207
|
/**
|
|
4200
4208
|
* @interface
|
|
4201
4209
|
*/
|
|
@@ -4732,7 +4740,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
|
|
|
4732
4740
|
*/
|
|
4733
4741
|
declare type Event_5<Topic extends string> = {
|
|
4734
4742
|
topic: Topic;
|
|
4735
|
-
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4743
|
+
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | DidStartLoadingEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4736
4744
|
|
|
4737
4745
|
/**
|
|
4738
4746
|
* [Union](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) containing every possible event that can be emitted by a {@link Window}. Events are
|
|
@@ -16593,6 +16601,7 @@ declare namespace WebContentsEvents {
|
|
|
16593
16601
|
FaviconUpdatedEvent,
|
|
16594
16602
|
NavigationRejectedEvent,
|
|
16595
16603
|
UrlChangedEvent,
|
|
16604
|
+
DidStartLoadingEvent,
|
|
16596
16605
|
DidFinishLoadEvent,
|
|
16597
16606
|
DidFailLoadEvent,
|
|
16598
16607
|
FoundInPageEvent,
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -4255,6 +4255,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
|
|
|
4255
4255
|
type: 'did-finish-load';
|
|
4256
4256
|
};
|
|
4257
4257
|
|
|
4258
|
+
/**
|
|
4259
|
+
* Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
|
|
4260
|
+
* @interface
|
|
4261
|
+
*/
|
|
4262
|
+
declare type DidStartLoadingEvent = NamedEvent & {
|
|
4263
|
+
type: 'did-start-loading';
|
|
4264
|
+
};
|
|
4265
|
+
|
|
4258
4266
|
/**
|
|
4259
4267
|
* @interface
|
|
4260
4268
|
*/
|
|
@@ -4796,7 +4804,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
|
|
|
4796
4804
|
*/
|
|
4797
4805
|
declare type Event_5<Topic extends string> = {
|
|
4798
4806
|
topic: Topic;
|
|
4799
|
-
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4807
|
+
} & (BlurredEvent | CertificateSelectionShownEvent | CrashedEvent_2 | DidChangeThemeColorEvent | FocusedEvent | NavigationRejectedEvent | UrlChangedEvent | DidFailLoadEvent | DidFinishLoadEvent | DidStartLoadingEvent | PageFaviconUpdatedEvent | PageTitleUpdatedEvent | ResourceLoadFailedEvent | ResourceResponseReceivedEvent | ChildContentBlockedEvent | ChildContentOpenedInBrowserEvent | ChildViewCreatedEvent | ChildWindowCreatedEvent | FileDownloadStartedEvent | FileDownloadProgressEvent | FileDownloadCompletedEvent | FoundInPageEvent | CertificateErrorEvent | ContentBlockedEvent | WillRedirectEvent);
|
|
4800
4808
|
|
|
4801
4809
|
/**
|
|
4802
4810
|
* [Union](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types) containing every possible event that can be emitted by a {@link Window}. Events are
|
|
@@ -17036,6 +17044,7 @@ declare namespace WebContentsEvents {
|
|
|
17036
17044
|
FaviconUpdatedEvent,
|
|
17037
17045
|
NavigationRejectedEvent,
|
|
17038
17046
|
UrlChangedEvent,
|
|
17047
|
+
DidStartLoadingEvent,
|
|
17039
17048
|
DidFinishLoadEvent,
|
|
17040
17049
|
DidFailLoadEvent,
|
|
17041
17050
|
FoundInPageEvent,
|