@esfaenza/extensions 19.2.32 → 19.2.39

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
+ import { EventEmitter } from "@angular/core";
1
2
  import { Location } from "@angular/common";
2
- import { Router } from "@angular/router";
3
+ import { ActivatedRoute, Router } from "@angular/router";
3
4
  import { MessageService } from "./extensions.messages.service";
4
5
  import { ReplaySubject, Subject } from "rxjs";
5
6
  import * as i0 from "@angular/core";
@@ -29,6 +30,38 @@ export declare class AppEmbeddingExtensions {
29
30
  private onNavigateBack;
30
31
  replaceState(basePath: string, url: string): void;
31
32
  refreshBoundariesOnMenuCollapse(): void;
33
+ onEmbeddedDialogShow(dialog: {
34
+ onHidden: EventEmitter<any>;
35
+ _element: any;
36
+ _renderer: any;
37
+ _config: any;
38
+ backdrop: any;
39
+ }): void;
40
+ private doFixBody;
41
+ onEmbeddedDialogHide(dialog: {
42
+ onHidden: EventEmitter<any>;
43
+ _element: any;
44
+ _renderer: any;
45
+ _config: any;
46
+ backdrop: any;
47
+ }): void;
48
+ private doHide;
49
+ onComponentCreation(CompletePath: string, InternalNavigation: boolean, NavigationTitle: string): void;
50
+ handleBack(): void;
51
+ handleNavigation(command: any[], extras: any, EMBEDDED_ROUTE: string, ROUTE: string, basePath: string): void;
52
+ private LocalhostModuleMap;
53
+ private Reloading;
54
+ setupEmbedding(route: ActivatedRoute, ParametersRetrieveFunction: () => {
55
+ [name: string]: string;
56
+ }, QueryParametersRetrieveFunction: () => {
57
+ [name: string]: string;
58
+ }, completePathRetrieveFunction: () => string, currentModuleRetrieveFunction: () => string, currentPageRetrieveFunction: () => string, onEmbeddingSuccesful: (EmbeddingSuccesfull: boolean, Page: string, Pars: string, QueryPars: string, Module: string, Localhost: string) => void): void;
59
+ private performNewEmbeddingOperations;
60
+ private assignPageLoadParameters;
61
+ navigate(url: string): void;
62
+ loadExternalPage(Username: string, Password: string, Tenant: string, EmbeddingSource: string, _state: any, currentIdentity: any, aac: any): void;
63
+ private afterModulesRetrieve;
64
+ getPageRoute(): "pages_ext/" | "pages/";
32
65
  static ɵfac: i0.ɵɵFactoryDeclaration<AppEmbeddingExtensions, never>;
33
66
  static ɵprov: i0.ɵɵInjectableDeclaration<AppEmbeddingExtensions>;
34
67
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "19.2.32",
3
+ "version": "19.2.39",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@esfaenza/localizations": "^19.2.23",
9
- "@angular/common": "^19.2.15",
10
- "@angular/core": "^19.2.15",
11
- "sweetalert2": "11.26.3",
8
+ "@esfaenza/localizations": "^19.2.28",
9
+ "@angular/common": "^19.2.25",
10
+ "@angular/core": "^19.2.25",
11
+ "sweetalert2": "11.26.25",
12
12
  "ngx-toastr": "19.0.0",
13
- "dayjs": "1.11.19",
13
+ "dayjs": "1.11.21",
14
14
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
15
15
  "stream": "0.0.3"
16
16
  },