@eqproject/eqp-dynamic-module 1.1.1 → 1.1.2

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.
@@ -79,7 +79,6 @@ export declare class AddFormFieldComponent implements OnInit {
79
79
  * @summary Aggiorna l'elenco dei suggerimenti per l'autocomplete se l'utente esegue il focus sull'input
80
80
  * oppure al keyup sulla tastiera di un tasto diverso dalle frecce.
81
81
  */
82
- setFormulaAutocompleteOptions(keyboardEvent: KeyboardEvent): void;
83
82
  setVisibleIfAutocompleteOptions(keyboardEvent: KeyboardEvent): void;
84
83
  omit_special_char(event: any): boolean;
85
84
  /**
@@ -13,6 +13,7 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
13
13
  fieldNull: boolean;
14
14
  formula: Formula;
15
15
  stringaFormula: string;
16
+ counter: number;
16
17
  Fields: Array<BaseField>;
17
18
  constructor(data: any, dialogRef: MatDialogRef<AddFormulaComponent>, dialog: MatDialog);
18
19
  ngOnInit(): void;
@@ -21,6 +22,7 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
21
22
  lostFocus(textArea: any): void;
22
23
  back(): void;
23
24
  addSymbol(value: string): void;
25
+ addArrayList(): void;
24
26
  addNumber(value: string): void;
25
27
  save(): void;
26
28
  drag_handler(event: any): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "1.1.1",
7
+ "version": "1.1.2",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "~14.2.8",
10
10
  "@angular/core": "~14.2.8",
@@ -16,7 +16,7 @@
16
16
  "sweetalert2": "^9.10.9"
17
17
  },
18
18
  "dependencies": {
19
- "@eqproject/eqp-attachments": "2.0.0",
19
+ "@eqproject/eqp-attachments": " 2.0.0",
20
20
  "@eqproject/eqp-datetimepicker": "2.0.1",
21
21
  "@eqproject/eqp-filters": "2.0.1",
22
22
  "@eqproject/eqp-img-drawing": "2.0.0",