osl-base-extended 8.0.0 → 8.2.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "osl-base-extended",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -1281,6 +1281,7 @@ declare class OslUserLog {
1281
1281
  togglePanel(): void;
1282
1282
  formatDate(date: string | Date | null | undefined): string;
1283
1283
  getInitials(name: string | null | undefined): string;
1284
+ getcleanLog(log: string): string;
1284
1285
  get hasData(): boolean;
1285
1286
  static ɵfac: i0.ɵɵFactoryDeclaration<OslUserLog, never>;
1286
1287
  static ɵcmp: i0.ɵɵComponentDeclaration<OslUserLog, "osl-user-log", never, { "meta": { "alias": "meta"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, never, false, never>;