@sumaris-net/ngx-components 18.27.8 → 18.27.10

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": "18.27.8",
4
+ "version": "18.27.10",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -331,6 +331,7 @@ export declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, I
331
331
  translateFormPath(path: string): string;
332
332
  protected editRow(event: Event | undefined, row: AsyncTableElement<T>, opts?: {
333
333
  focusColumn?: string;
334
+ canceling?: boolean;
334
335
  }): Promise<boolean>;
335
336
  /**
336
337
  * Try to select row, by row.id, or by data. WIll use EntityUtils.equals()
@@ -312,6 +312,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
312
312
  translateFormPath(path: string): string;
313
313
  protected editRow(event: Event | undefined, row: TableElement<T>, opts?: {
314
314
  focusColumn?: string;
315
+ canceling?: boolean;
315
316
  }): boolean;
316
317
  /**
317
318
  * Try to select row, by row.id, or by data. WIll use EntityUtils.equals()
@@ -118,9 +118,9 @@ export declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDe
118
118
  * @deprecated Prefer using the `@Output('enter')` instead
119
119
  */
120
120
  keyupEnter: EventEmitter<Event>;
121
- arrowUp: EventEmitter<KeyboardEvent | Event>;
122
- arrowDown: EventEmitter<KeyboardEvent | Event>;
123
- enter: EventEmitter<KeyboardEvent | Event>;
121
+ arrowUp: EventEmitter<Event | KeyboardEvent>;
122
+ arrowDown: EventEmitter<Event | KeyboardEvent>;
123
+ enter: EventEmitter<Event | KeyboardEvent>;
124
124
  selectionChange: EventEmitter<MatAutocompleteFieldSelectChange>;
125
125
  openedChange: EventEmitter<boolean>;
126
126
  toggleFavorite: EventEmitter<MatAutocompleteFieldToggleFavorite>;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.27.8",
5
+ "version": "18.27.10",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{