@sumaris-net/ngx-components 1.18.2 → 1.18.3

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.18.2",
4
+ "version": "1.18.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -340,7 +340,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
340
340
  protected updateColumns(): void;
341
341
  protected registerSubscription(sub: Subscription): void;
342
342
  protected unregisterSubscription(sub: Subscription): void;
343
- protected registerAutocompleteField(fieldName: string, options?: MatAutocompleteFieldAddOptions): MatAutocompleteFieldConfig;
343
+ protected registerAutocompleteField<T = any, F = any>(fieldName: string, options?: MatAutocompleteFieldAddOptions<T, F>): MatAutocompleteFieldConfig<T, F>;
344
344
  protected getI18nColumnName(columnName: string): string;
345
345
  protected generateTableId(): string;
346
346
  protected addRowToTable(insertAt?: number): Promise<TableElement<T>>;