@sumaris-net/ngx-components 2.6.20-beta.2 → 2.6.20-beta.4

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": "2.6.20-beta.2",
4
+ "version": "2.6.20-beta.4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -18,6 +18,7 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
18
18
  protected _deleteDisabled: boolean;
19
19
  entityName: string;
20
20
  filterContentProvider: () => any;
21
+ filterImportCallback: (namedFilter: Partial<NamedFilter>) => Promise<NamedFilter>;
21
22
  filterFormDirty: boolean;
22
23
  showButtons: boolean;
23
24
  exportFileNamePrefix: string;
@@ -39,5 +40,5 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
39
40
  protected onFilterChanges(value: NamedFilter | string): Promise<void>;
40
41
  protected setControlValue(value: NamedFilter): void;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelector, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector[entityName]", never, { "entityName": "entityName"; "filterContentProvider": "filterContentProvider"; "filterFormDirty": "filterFormDirty"; "showButtons": "showButtons"; "exportFileNamePrefix": "exportFileNamePrefix"; "autocompleteConfig": "autocompleteConfig"; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector[entityName]", never, { "entityName": "entityName"; "filterContentProvider": "filterContentProvider"; "filterImportCallback": "filterImportCallback"; "filterFormDirty": "filterFormDirty"; "showButtons": "showButtons"; "exportFileNamePrefix": "exportFileNamePrefix"; "autocompleteConfig": "autocompleteConfig"; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false>;
43
44
  }