@sumaris-net/ngx-components 18.7.17 → 18.7.18
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/esm2022/src/app/core/table/table.pipes.mjs +1 -1
- package/esm2022/src/app/shared/functions.mjs +2 -2
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +4 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +4 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/table.pipes.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ import { Subscription } from 'rxjs';
|
|
|
6
6
|
import { AppAsyncTable } from './async-table.class';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export type AppTableRowCountProperty = 'visibleRowCount' | 'totalRowCount';
|
|
9
|
-
export declare abstract class AbstractTableSelectionPipe<R, O, T extends AppTable<any> | AppAsyncTable<any> = AppTable<any>> extends AbstractSelectionModelPipe<any, R, O> {
|
|
9
|
+
export declare abstract class AbstractTableSelectionPipe<R, O, T extends AppTable<any> | AppAsyncTable<any> = AppTable<any> | AppAsyncTable<any>> extends AbstractSelectionModelPipe<any, R, O> {
|
|
10
10
|
private _onRowsChanges;
|
|
11
11
|
protected constructor(_ref: ChangeDetectorRef);
|
|
12
12
|
transform(selectionOrTable: SelectionModel<any> | T, tableOrOpts?: T | O, opts?: O): R;
|
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.7.
|
|
5
|
+
"version": "18.7.18",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|