@eqproject/eqp-dynamic-module 2.0.6 → 2.0.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.
@@ -42,6 +42,8 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
42
42
  downloadJsonHref: any;
43
43
  stringifiedForm: string;
44
44
  importedModule: string;
45
+ dialogImportRef: MatDialogRef<TemplateRef<any>>;
46
+ dialogImport: TemplateRef<any>;
45
47
  form: Form;
46
48
  orgaID: string;
47
49
  UserID: number;
@@ -98,6 +100,7 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
98
100
  omit_special_char(event: any): boolean;
99
101
  onImport(event: any): void;
100
102
  importModule(): void;
103
+ closeImport(): void;
101
104
  /**
102
105
  * Metodo per recuperare tutti i record salvati per una particolare Form.
103
106
  * La chiamata viene effettuata solo se è stato configurato l'endPoint da usare.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.0.6",
7
+ "version": "2.0.7",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "~14.2.8",
10
10
  "@angular/core": "~14.2.8",