@unifylib/ui-lib 1.1.38 → 1.1.40

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 class AuditLogEntry {
2
- action: number;
2
+ action: string;
3
3
  createdOn: Date;
4
4
  createdBy: string;
5
5
  subject: any;
@@ -1,36 +1,29 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { FieldInfo, PageInfo, TableColumn } from "../../base-model";
3
- import { TranslateService } from "@ngx-translate/core";
2
+ import { FieldInfo, PageInfo } from "../../base-model";
4
3
  import { BackendService } from "../../services";
5
- import { DatePipe } from "@angular/common";
6
4
  import { MatDialog } from "@angular/material/dialog";
7
- import { ActivatedRoute, Router } from "@angular/router";
5
+ import { ActivatedRoute } from "@angular/router";
8
6
  import { AuditLogEntry } from "../../base-model/audit-log-entry";
9
7
  import { Directionality } from "@angular/cdk/bidi";
10
8
  import * as i0 from "@angular/core";
11
9
  export declare class AuditLogComponent implements OnInit {
12
10
  dialog: MatDialog;
13
11
  private activatedRoute;
14
- private datePipe;
15
- private translateService;
16
- private router;
17
12
  private directionality;
18
13
  private securityManager;
19
14
  backendService: BackendService;
20
15
  auditLogEntries: AuditLogEntry[];
21
16
  pageInfo: PageInfo;
17
+ statusName: string;
18
+ module: string;
19
+ identifier: string;
22
20
  fields: FieldInfo[];
23
21
  showHiddenFields: string[];
24
22
  itemId: number;
25
- item: any;
26
- isLoaded: boolean;
27
- columnsDefinition: TableColumn<any>[];
28
23
  currentDirection: 'ltr' | 'rtl';
29
- constructor(dialog: MatDialog, activatedRoute: ActivatedRoute, datePipe: DatePipe, translateService: TranslateService, router: Router, directionality: Directionality, securityManager: any, backendService: BackendService);
24
+ constructor(dialog: MatDialog, activatedRoute: ActivatedRoute, directionality: Directionality, securityManager: any, backendService: BackendService);
30
25
  ngOnInit(): void;
31
26
  private loadItem;
32
- viewObject(auditLog: AuditLogEntry): void;
33
- getDescription(auditLog: AuditLogEntry): string;
34
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogComponent, "app-audit-log", never, { "pageInfo": { "alias": "pageInfo"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "showHiddenFields": { "alias": "showHiddenFields"; "required": false; }; }, {}, never, never, true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogComponent, "app-audit-log", never, { "pageInfo": { "alias": "pageInfo"; "required": false; }; "statusName": { "alias": "statusName"; "required": false; }; "module": { "alias": "module"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "showHiddenFields": { "alias": "showHiddenFields"; "required": false; }; }, {}, never, never, true, never>;
36
29
  }
@@ -92,7 +92,6 @@ export declare class BaseTableComponent extends BaseUtils implements OnInit, OnC
92
92
  noDataFound: boolean;
93
93
  totalRequiredCountItem: number;
94
94
  clickRoutePage: EventEmitter<any>;
95
- private applyingFilters;
96
95
  constructor(backendService: BackendService, translateService: TranslateService, shareDataService: ShareDataService, securityManager: any, router: Router);
97
96
  ngOnDestroy(): void;
98
97
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifylib/ui-lib",
3
- "version": "1.1.38",
3
+ "version": "1.1.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12"
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXEtdWktbGliLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvaW52b2ljZXEvdWktbGliL3NyYy9pcS11aS1saWIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==