@eqproject/eqp-dynamic-module 2.10.30 → 2.10.31

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.
@@ -300,6 +300,10 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
300
300
  private duplicateField;
301
301
  private OrdinatedInsertField;
302
302
  private positionExchangeFields;
303
+ /**
304
+ * Metodo che genera una nuova GUID
305
+ */
306
+ private generateGUID;
303
307
  /**
304
308
  * Metodo per rimuovere un Field all'interno di una Form.
305
309
  * Richiede conferma all'utente prima di rimuoverlo.
@@ -18,8 +18,9 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
18
18
  Fields: Array<BaseField>;
19
19
  fieldBeingDragged: any;
20
20
  formulaObject: any;
21
- fullFieldMap: Record<string, string[]>;
21
+ fullFieldMap: Record<string, string[] | any>;
22
22
  filteredFieldMap: Record<string, string[]>;
23
+ recObj: Array<any>;
23
24
  error: string;
24
25
  constructor(data: any, dialogRef: MatDialogRef<AddFormulaComponent>, dialog: MatDialog);
25
26
  ngOnInit(): void;
@@ -42,6 +43,7 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
42
43
  save(): void;
43
44
  getNestedPropertiesMap(obj: any): Record<string, string[]>;
44
45
  getPropertyPaths(obj: any, prefix: string): string[];
46
+ isKeyValueList(list: any[]): boolean;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AddFormulaComponent, never>;
46
48
  static ɵcmp: i0.ɵɵComponentDeclaration<AddFormulaComponent, "eqp-dynamic-module-add-formula-component", never, {}, {}, never, never, false, never>;
47
49
  }
@@ -27,6 +27,7 @@ export declare class ImageFieldSelectorTemplateComponent {
27
27
  initializeAttachments(): void;
28
28
  /**
29
29
  * Metodo per emettere l'evento che il valore del record è cambiato.
30
+ * @param event ID dell'attachment della lista
30
31
  */
31
32
  onRecordValueChange(event: number): void;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageFieldSelectorTemplateComponent, never>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.30",
7
+ "version": "2.10.31",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",