@sumaris-net/ngx-components 2.4.90 → 2.4.91

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": "2.4.90",
4
+ "version": "2.4.91",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -61,7 +61,7 @@ export declare function joinProperties<T = any, K extends keyof T = any>(obj: T,
61
61
  export declare function propertyPathComparator<T = any>(path: string | string[]): (a: T, b: T) => number;
62
62
  export declare function propertyComparator<T = any, K extends keyof T = any>(key: K, defaultValue?: any): (a: T, b: T) => number;
63
63
  export declare function propertiesPathComparator<T = any>(keys: string[], defaultValues?: any[]): (a: T, b: T) => number;
64
- export declare function sort<T>(array: T[], attribute: string, opts?: Intl.CollatorOptions): T[];
64
+ export declare function sort<T>(array: T[], attribute?: string, opts?: Intl.CollatorOptions): T[];
65
65
  export declare function isInt(value: string): boolean;
66
66
  export declare function isNumber(value: string): boolean;
67
67
  export declare function isNumberRange(value: string): boolean;