lib-portal-angular 0.0.64 → 0.0.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,6 +53,7 @@ export declare class DataTableComponent implements OnInit, OnChanges, OnDestroy
53
53
  ngOnInit(): void;
54
54
  ngOnChanges(changes: SimpleChanges): void;
55
55
  ngOnDestroy(): void;
56
+ protected getNestedProperty(obj: any, path: string): any;
56
57
  fetchData(): void;
57
58
  refreshData(): void;
58
59
  onSort(column: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib-portal-angular",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"