@bizdoc/core 2.4.6 → 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.
@@ -12,6 +12,8 @@ export declare const FAMILY_SVG: {
12
12
  ActiveDirectory: string;
13
13
  Amazon: string;
14
14
  Google: string;
15
+ Hadoop: string;
16
+ Workday: string;
15
17
  Okta: string;
16
18
  };
17
19
  /** */
@@ -50,6 +50,8 @@ export declare class DesignerItemComponent implements AfterViewInit, OnChanges,
50
50
  ActiveDirectory: string;
51
51
  Amazon: string;
52
52
  Google: string;
53
+ Hadoop: string;
54
+ Workday: string;
53
55
  Okta: string;
54
56
  };
55
57
  privileges: boolean;
@@ -12,12 +12,11 @@ export declare class FormSelectorSheet {
12
12
  private _sb;
13
13
  private _factory;
14
14
  private _router;
15
- private _session;
16
15
  private readonly _done;
17
16
  readonly done: import("rxjs").Observable<RecipientModel<any>>;
18
17
  readonly forms: Form[];
19
18
  /** form selector ctor */
20
- constructor(_dialog: MatDialog, _bsRef: MatBottomSheetRef<FormSelectorSheet>, _sb: PromptService, _factory: DocumentFactory, _router: Router, _session: SessionService);
19
+ constructor(_dialog: MatDialog, _bsRef: MatBottomSheetRef<FormSelectorSheet>, _sb: PromptService, _factory: DocumentFactory, _router: Router, session: SessionService);
21
20
  open(form: string): void;
22
21
  copy(event: MouseEvent): void;
23
22
  private _nav;
@@ -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;
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "@syncfusion/ej2-angular-charts";
3
3
  export declare class SyncfusionChartModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionChartModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionChartModule>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.4.6",
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",