@eqproject/eqp-dynamic-module 2.10.29 → 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.
@@ -182,6 +182,7 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
182
182
  * case genere un errore (i campi devono avere nomi, e quindi label, univoche - i nomi vengono
183
183
  * ricavati unendo le parole che formano la label tramite "_").
184
184
  * @param field Campo da salvare
185
+ * @param reopen se presente riapre la dialog di modifica del campo pescando dalla lista il prossimo in caso di valore [1] o il precedente in caso di valore [-1]
185
186
  */
186
187
  onSaveField(ev: {
187
188
  field: BaseField;
@@ -297,6 +298,12 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
297
298
  * @param field Campo da modificare
298
299
  */
299
300
  private duplicateField;
301
+ private OrdinatedInsertField;
302
+ private positionExchangeFields;
303
+ /**
304
+ * Metodo che genera una nuova GUID
305
+ */
306
+ private generateGUID;
300
307
  /**
301
308
  * Metodo per rimuovere un Field all'interno di una Form.
302
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.29",
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",