@sumaris-net/ngx-components 18.27.9 → 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/doc/changelog.md +3 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +8 -4
- package/esm2022/src/app/core/table/table.class.mjs +8 -5
- package/fesm2022/sumaris-net.ngx-components.mjs +14 -7
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +1 -0
- package/src/app/core/table/table.class.d.ts +1 -0
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -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()
|
package/src/assets/manifest.json
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "18.27.10",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|