monkey-front-core 0.0.208 → 0.0.211

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,5 +1,6 @@
1
1
  import { ConnectedPosition, FlexibleConnectedPositionStrategyOrigin, Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
2
2
  import { ChangeDetectorRef, ElementRef, NgZone, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
3
+ import { Router } from '@angular/router';
3
4
  import type { PopoverDir, MonkeyEcxPopoverOptions } from './monkeyecx-popover-options.directive';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class MonkeyEcxPopoverDirective implements OnDestroy {
@@ -11,6 +12,7 @@ export declare class MonkeyEcxPopoverDirective implements OnDestroy {
11
12
  private _cd;
12
13
  private overlay;
13
14
  private overlayPositionBuilder;
15
+ private router;
14
16
  private options;
15
17
  private _popover;
16
18
  get popover(): boolean;
@@ -29,10 +31,11 @@ export declare class MonkeyEcxPopoverDirective implements OnDestroy {
29
31
  private positionStrategy;
30
32
  private templatePortal;
31
33
  private subs;
32
- constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, el: ElementRef, zone: NgZone, _viewContainerRef: ViewContainerRef, _cd: ChangeDetectorRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, options: MonkeyEcxPopoverOptions);
34
+ private eventsSubs;
35
+ constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, el: ElementRef, zone: NgZone, _viewContainerRef: ViewContainerRef, _cd: ChangeDetectorRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, router: Router, options: MonkeyEcxPopoverOptions);
33
36
  getDirPositions(dir?: PopoverDir): ConnectedPosition[];
34
37
  createPopover(origin?: FlexibleConnectedPositionStrategyOrigin, options?: MonkeyEcxPopoverOptions): void;
35
38
  ngOnDestroy(): void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverDirective, [null, null, null, null, null, null, null, null, { optional: true; }]>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverDirective, [null, null, null, null, null, null, null, null, null, { optional: true; }]>;
37
40
  static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxPopoverDirective, "[monkeyecxPopover]", never, { "popover": "monkeyecxPopover"; "closed": "monkeyecxPopoverClosed"; "target": "monkeyecxPopoverTarget"; "minwidth": "monkeyecxPopoverMinwidth"; "backdrop": "monkeyecxPopoverBackdrop"; "watch": "monkeyecxPopoverWatch"; "dir": "monkeyecxPopoverDir"; "contextmenu": "monkeyecxPopoverContextmenu"; "height": "monkeyecxPopoverHeight"; }, {}, never>;
38
41
  }
@@ -79,6 +79,7 @@ export interface MonkeyEcxConfigi18n {
79
79
  lang?: string;
80
80
  currency?: string;
81
81
  'google-chart-language'?: string;
82
+ paths: string[];
82
83
  }
83
84
  export interface MonkeyEcxConfigLogs {
84
85
  enabled: boolean;
@@ -10,7 +10,7 @@ export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService
10
10
  private monkeyecxCookieStorageService;
11
11
  private monkeyecxErrorConfigService;
12
12
  constructor(monkeyecxService: MonkeyEcxService, translateService: TranslateService, monkeyecxCookieStorageService: MonkeyEcxCookieStorageService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
13
- apply(params: MonkeyEcxConfig, environment: any, change?: boolean): void;
13
+ apply(params: MonkeyEcxConfig, environment: any, change?: boolean): Promise<void>;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxi18nConfigService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxi18nConfigService>;
16
16
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.208",
3
+ "version": "0.0.211",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file