@bizdoc/core 3.4.7 → 3.4.9

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.
@@ -1,4 +1,4 @@
1
- import { OnDestroy, SimpleChanges, AfterViewInit } from '@angular/core';
1
+ import { ElementRef, OnDestroy, SimpleChanges, AfterViewInit } from '@angular/core';
2
2
  import { NodeModel, ConnectorModel, LayoutModel, DiagramTools, Diagram, DiagramConstraints, ScrollSettingsModel, SnapSettingsModel, Segments } from '@syncfusion/ej2-angular-diagrams';
3
3
  import { DocumentModel } from "../../core/models";
4
4
  import { TraceBase } from './trace.base';
@@ -12,6 +12,7 @@ export declare class FlowViewComponent extends TraceBase implements AfterViewIni
12
12
  private _accounts;
13
13
  private _translate;
14
14
  private _duration;
15
+ private _elementRef;
15
16
  model: DocumentModel<any>;
16
17
  /** trigger ngOnChanges on document save */
17
18
  version: number;
@@ -35,7 +36,8 @@ export declare class FlowViewComponent extends TraceBase implements AfterViewIni
35
36
  connectors: ConnectorModel[];
36
37
  indicators: NodeModel[];
37
38
  /** workflow-view ctor */
38
- constructor(_accounts: AccountService, _translate: TranslateService, _duration: DurationFormatPipe, session: SessionService, hub: HubService);
39
+ constructor(_accounts: AccountService, _translate: TranslateService, _duration: DurationFormatPipe, _elementRef: ElementRef<HTMLDivElement>, session: SessionService, hub: HubService);
40
+ /** */
39
41
  ngAfterViewInit(): void;
40
42
  ngOnChanges(_changes: SimpleChanges): void;
41
43
  created(): void;
@@ -55,5 +55,5 @@ declare global {
55
55
  * @param args
56
56
  */
57
57
  export declare function queryParams(args: any): {
58
- [key: string]: string | number | Object | string[] | number[];
58
+ [key: string]: string | number | Object | number[] | string[];
59
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.4.7",
3
+ "version": "3.4.9",
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",