@bizdoc/core 2.4.5 → 2.4.7

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;
@@ -113,5 +113,5 @@ export interface SharedConfig {
113
113
  maps?: GoogleMapsSettings | boolean;
114
114
  formats?: FormatsSettings;
115
115
  routes?: PaneRoute[];
116
- routing?: 'ng' | 'pane';
116
+ routingEngine?: 'ng' | 'pane';
117
117
  }
@@ -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.5",
3
+ "version": "2.4.7",
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",