@openfin/core 38.81.44 → 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.
@@ -4199,6 +4199,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
4199
4199
  type: 'did-finish-load';
4200
4200
  };
4201
4201
 
4202
+ /**
4203
+ * Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
4204
+ * @interface
4205
+ */
4206
+ declare type DidStartLoadingEvent = NamedEvent & {
4207
+ type: 'did-start-loading';
4208
+ };
4209
+
4202
4210
  /**
4203
4211
  * @interface
4204
4212
  */
@@ -4735,7 +4743,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
4735
4743
  */
4736
4744
  declare type Event_5<Topic extends string> = {
4737
4745
  topic: Topic;
4738
- } & (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);
4746
+ } & (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);
4739
4747
 
4740
4748
  /**
4741
4749
  * [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
@@ -16147,6 +16155,7 @@ declare namespace WebContentsEvents {
16147
16155
  FaviconUpdatedEvent,
16148
16156
  NavigationRejectedEvent,
16149
16157
  UrlChangedEvent,
16158
+ DidStartLoadingEvent,
16150
16159
  DidFinishLoadEvent,
16151
16160
  DidFailLoadEvent,
16152
16161
  FoundInPageEvent,
@@ -4199,6 +4199,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
4199
4199
  type: 'did-finish-load';
4200
4200
  };
4201
4201
 
4202
+ /**
4203
+ * Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
4204
+ * @interface
4205
+ */
4206
+ declare type DidStartLoadingEvent = NamedEvent & {
4207
+ type: 'did-start-loading';
4208
+ };
4209
+
4202
4210
  /**
4203
4211
  * @interface
4204
4212
  */
@@ -4735,7 +4743,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
4735
4743
  */
4736
4744
  declare type Event_5<Topic extends string> = {
4737
4745
  topic: Topic;
4738
- } & (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);
4746
+ } & (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);
4739
4747
 
4740
4748
  /**
4741
4749
  * [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
@@ -16147,6 +16155,7 @@ declare namespace WebContentsEvents {
16147
16155
  FaviconUpdatedEvent,
16148
16156
  NavigationRejectedEvent,
16149
16157
  UrlChangedEvent,
16158
+ DidStartLoadingEvent,
16150
16159
  DidFinishLoadEvent,
16151
16160
  DidFailLoadEvent,
16152
16161
  FoundInPageEvent,
@@ -4199,6 +4199,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
4199
4199
  type: 'did-finish-load';
4200
4200
  };
4201
4201
 
4202
+ /**
4203
+ * Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
4204
+ * @interface
4205
+ */
4206
+ declare type DidStartLoadingEvent = NamedEvent & {
4207
+ type: 'did-start-loading';
4208
+ };
4209
+
4202
4210
  /**
4203
4211
  * @interface
4204
4212
  */
@@ -4735,7 +4743,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
4735
4743
  */
4736
4744
  declare type Event_5<Topic extends string> = {
4737
4745
  topic: Topic;
4738
- } & (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);
4746
+ } & (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);
4739
4747
 
4740
4748
  /**
4741
4749
  * [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
@@ -16147,6 +16155,7 @@ declare namespace WebContentsEvents {
16147
16155
  FaviconUpdatedEvent,
16148
16156
  NavigationRejectedEvent,
16149
16157
  UrlChangedEvent,
16158
+ DidStartLoadingEvent,
16150
16159
  DidFinishLoadEvent,
16151
16160
  DidFailLoadEvent,
16152
16161
  FoundInPageEvent,
package/out/mock.d.ts CHANGED
@@ -4258,6 +4258,14 @@ declare type DidFinishLoadEvent = NamedEvent & {
4258
4258
  type: 'did-finish-load';
4259
4259
  };
4260
4260
 
4261
+ /**
4262
+ * Generated when the navigation starts loading, i.e. the spinner of the tab starts spinning.
4263
+ * @interface
4264
+ */
4265
+ declare type DidStartLoadingEvent = NamedEvent & {
4266
+ type: 'did-start-loading';
4267
+ };
4268
+
4261
4269
  /**
4262
4270
  * @interface
4263
4271
  */
@@ -4799,7 +4807,7 @@ declare type Event_4 = (WebContentsEvents.Event<'view'> & {
4799
4807
  */
4800
4808
  declare type Event_5<Topic extends string> = {
4801
4809
  topic: Topic;
4802
- } & (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);
4810
+ } & (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);
4803
4811
 
4804
4812
  /**
4805
4813
  * [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
@@ -16590,6 +16598,7 @@ declare namespace WebContentsEvents {
16590
16598
  FaviconUpdatedEvent,
16591
16599
  NavigationRejectedEvent,
16592
16600
  UrlChangedEvent,
16601
+ DidStartLoadingEvent,
16593
16602
  DidFinishLoadEvent,
16594
16603
  DidFailLoadEvent,
16595
16604
  FoundInPageEvent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "38.81.44",
3
+ "version": "38.81.46",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",