@bizdoc/core 2.4.7 → 2.4.10

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.
@@ -17,7 +17,6 @@ export declare class OverlayFormComponent implements OnInit, OnDestroy {
17
17
  container: ViewContainerRef;
18
18
  private _formRef;
19
19
  form: Form;
20
- creating: boolean;
21
20
  private readonly _destroy;
22
21
  constructor(session: SessionService, _router: RouterImpl, _injector: Injector, _cf: BizDocComponentFactoryResolver, _guide: GuideService, _messaging: HubService, formId: string);
23
22
  ngOnInit(): void;
@@ -1,20 +1,24 @@
1
- import { RouterImpl } from './router';
1
+ import { Directionality } from '@angular/cdk/bidi';
2
2
  import { Overlay } from '@angular/cdk/overlay';
3
3
  import { Observable } from 'rxjs';
4
- import { Directionality } from '@angular/cdk/bidi';
5
- import { MailboxService } from './mailbox.service';
6
- import { RecipientModel } from './models';
7
4
  import { PromptService } from './prompt.service';
8
5
  import { SessionService } from './session.service';
6
+ import { RouterImpl } from './router';
7
+ import { BizDocComponentFactoryResolver } from './component-factory-resolver';
8
+ import { HubService } from './hub.service';
9
+ import { MailboxService } from './mailbox.service';
10
+ import { RecipientModel } from './models';
9
11
  import * as i0 from "@angular/core";
10
12
  export declare class DocumentFactory {
11
13
  private _session;
12
14
  private _mailbox;
15
+ private _cf;
16
+ private _messaging;
13
17
  private _ps;
14
18
  private _overlay;
15
19
  private _dir;
16
20
  private _router;
17
- constructor(_session: SessionService, _mailbox: MailboxService, _ps: PromptService, _overlay: Overlay, _dir: Directionality, _router: RouterImpl);
21
+ constructor(_session: SessionService, _mailbox: MailboxService, _cf: BizDocComponentFactoryResolver, _messaging: HubService, _ps: PromptService, _overlay: Overlay, _dir: Directionality, _router: RouterImpl);
18
22
  create(formId: string): Observable<RecipientModel<any>>;
19
23
  private _nav;
20
24
  copy(documentId: number): Observable<RecipientModel<any>>;
@@ -14,4 +14,4 @@ export declare class ToNowPipe implements PipeTransform {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
15
15
  static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
16
16
  }
17
- export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 300 | 30 | 3600;
17
+ export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 3600 | 300 | 30;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.4.7",
3
+ "version": "2.4.10",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",