@sumaris-net/ngx-components 18.10.11 → 18.10.12
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 +7 -1
- package/esm2022/src/app/core/table/async-table.class.mjs +9 -2
- package/esm2022/src/app/core/table/table.class.mjs +9 -1
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +3 -3
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +20 -5
- 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
|
@@ -186,6 +186,7 @@ export declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, I
|
|
|
186
186
|
get pageSize(): number;
|
|
187
187
|
get pageOffset(): number;
|
|
188
188
|
get sortActive(): string;
|
|
189
|
+
set sortActive(sortBy: string);
|
|
189
190
|
get sortDirection(): SortDirection;
|
|
190
191
|
set sortDirection(value: SortDirection);
|
|
191
192
|
private _paginator;
|
|
@@ -191,6 +191,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
|
|
|
191
191
|
get pageSize(): number;
|
|
192
192
|
get pageOffset(): number;
|
|
193
193
|
get sortActive(): string;
|
|
194
|
+
set sortActive(sortBy: string);
|
|
194
195
|
get sortDirection(): SortDirection;
|
|
195
196
|
set sortDirection(value: SortDirection);
|
|
196
197
|
private _paginator;
|
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.10.
|
|
5
|
+
"version": "18.10.12",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|