@esfaenza/forms-and-validations 11.2.72 → 11.2.75

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.
@@ -70,6 +70,8 @@ export declare class FormAdaptiveComponent extends BaseFormControl implements Co
70
70
  * @param {string} event Input utente
71
71
  */
72
72
  filterSource(event: string): void;
73
+ /** @ignore */
74
+ private removeFilteredSourceOnDescriptionSelection;
73
75
  /** Metodo richiamato quando viene modificato il modello del campo di input */
74
76
  changed(): void;
75
77
  /** @ignore */
@@ -40,6 +40,11 @@ export declare class FormAutocompleteComponent extends BaseFormControl implement
40
40
  * @param {any} value Valore scritto nell'input di testo
41
41
  */
42
42
  private finalizeValue;
43
+ /**
44
+ * Quando viene scritto un nuovo valore bisogna controllare se per botta di culo fosse un id, in tal caso dev'essere rieffettuato il bind
45
+ * per mostrare solo la descrizione nell'autocomplete
46
+ */
47
+ evaluateIdResearch(): void;
43
48
  /**
44
49
  * Evento di filtro della sorgente dati in base all'input utente
45
50
  *
@@ -47,6 +52,8 @@ export declare class FormAutocompleteComponent extends BaseFormControl implement
47
52
  */
48
53
  filterSource(event: string): void;
49
54
  /** @ignore */
55
+ private removeFilteredSourceOnDescriptionSelection;
56
+ /** @ignore */
50
57
  ngOnChanges(changes: SimpleChanges): void;
51
58
  /** @ignore Override che marca anche il prossimo evento di filterSource da ignorare */
52
59
  changed(forcedValue?: any, markForCheck?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "11.2.72",
3
+ "version": "11.2.75",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"