@sumaris-net/ngx-components 18.0.2-alpha5 → 18.0.2-alpha6
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/form/properties/properties.utils.mjs +14 -8
- package/esm2022/src/app/shared/services/entity-service.class.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +13 -7
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/services/entity-service.class.d.ts +2 -0
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -17,6 +17,8 @@ export declare interface LoadResult<T> {
|
|
|
17
17
|
}
|
|
18
18
|
export declare type SuggestFn<T, F> = (value: any, filter?: F, sortBy?: string | keyof T, sortDirection?: SortDirection, opts?: {
|
|
19
19
|
fetchPolicy?: FetchPolicy;
|
|
20
|
+
offset?: number;
|
|
21
|
+
size?: number;
|
|
20
22
|
[key: string]: any;
|
|
21
23
|
}) => Promise<T[] | LoadResult<T>>;
|
|
22
24
|
export declare interface SuggestService<T, F> {
|
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.0.2-
|
|
5
|
+
"version": "18.0.2-alpha6",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|