@bizdoc/core 1.17.19 → 1.17.21

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.
@@ -8,16 +8,16 @@ import { PaneRef } from '../core/slots/pane-ref';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class UtilityPaneComponent implements OnInit {
10
10
  private _session;
11
+ private _vc;
11
12
  private _pane;
12
13
  private _http;
13
14
  private _sb;
14
15
  private _messaging;
15
16
  private _cf;
16
17
  private _injector;
17
- vc: ViewContainerRef;
18
18
  private _utility;
19
19
  /** ctor */
20
- constructor(_session: SessionService, _pane: PaneRef<UtilityPaneComponent>, _http: HttpClient, _sb: PromptService, _messaging: HubService, _cf: BizDocComponentFactoryResolver, _injector: Injector);
20
+ constructor(_session: SessionService, _vc: ViewContainerRef, _pane: PaneRef<UtilityPaneComponent>, _http: HttpClient, _sb: PromptService, _messaging: HubService, _cf: BizDocComponentFactoryResolver, _injector: Injector);
21
21
  ngOnInit(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<UtilityPaneComponent, never>;
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<UtilityPaneComponent, "ng-component", never, {}, {}, never, never, false>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.17.19",
3
+ "version": "1.17.21",
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",