@esfaenza/forms-and-validations 15.2.32 → 15.2.33

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.
@@ -53,13 +53,14 @@ export declare class FormAutocompleteComponent extends BaseFormControl implement
53
53
  * Quando viene scritto un nuovo valore bisogna controllare se per botta di culo fosse un id, in tal caso dev'essere rieffettuato il bind
54
54
  * per mostrare solo la descrizione nell'autocomplete
55
55
  */
56
- evaluateIdResearch(): void;
56
+ evaluateIdResearch(onFailure: Function): void;
57
57
  /**
58
58
  * Evento di filtro della sorgente dati in base all'input utente
59
59
  *
60
60
  * @param {string} event Input utente
61
61
  */
62
62
  filterSource(event: string): void;
63
+ doFilterSource(event: string): void;
63
64
  timer: any;
64
65
  maxCallsPerSecond: number;
65
66
  callsDoneThisThreeSeconds: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "15.2.32",
3
+ "version": "15.2.33",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"