barsa-sap-ui 1.0.287 → 1.0.288

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.
@@ -1,5 +1,5 @@
1
1
  export declare function insertAvatar(elementRef: any, headerAvatarRef: any, titleRef: any, avatar: any): void;
2
- export declare const sort: <T extends object>(a: T, b: T, key: string | null) => number;
2
+ export declare const sort: <T extends object>(a: T, b: T, key: string | null, isNumber?: boolean) => number;
3
3
  export declare function _trimEnd(value: string): string;
4
4
  export declare function getNestedValue<T extends Record<string, any>>(key: string, object: T): any;
5
5
  export declare const IconTNT: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "1.0.287",
3
+ "version": "1.0.288",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"