@esfaenza/forms-and-validations 11.2.133 → 11.2.135

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.
@@ -10,8 +10,10 @@ export declare class FormAutocompleteComponent extends BaseFormControl implement
10
10
  lc: LocalizationService;
11
11
  /** Permette di specificare il testo della Label flottante material-style */
12
12
  SelectLabel: string;
13
+ /** Contesto per la funzione di ricerca */
14
+ SearchFunctionContext: any;
13
15
  /** Funzione di ricerca che verrà chiamata dal componente */
14
- SearchFunction: (search: string, byid: boolean) => Observable<{
16
+ SearchFunction: (search: string, byid: boolean, context?: any) => Observable<{
15
17
  id: string;
16
18
  description: string;
17
19
  }[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "11.2.133",
3
+ "version": "11.2.135",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"