@stemy/ngx-utils 19.9.53 → 19.9.55

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.
@@ -53,7 +53,7 @@ export declare class DynamicTableComponent implements AfterViewInit, OnChanges,
53
53
  columnDefs: ITableColumns;
54
54
  cols: string[];
55
55
  sortable: boolean;
56
- get items(): any[];
56
+ get items(): ReadonlyArray<object>;
57
57
  protected localData: TableDataItems;
58
58
  protected subscription: Subscription;
59
59
  rowTemplate: TemplateRef<any>;
@@ -6,7 +6,7 @@ export declare class PaginationDirective implements OnChanges {
6
6
  readonly renderer: Renderer2;
7
7
  readonly element: ElementRef;
8
8
  get total(): number;
9
- get items(): any[];
9
+ get items(): ReadonlyArray<object>;
10
10
  loader: PaginationDataLoader;
11
11
  page: number;
12
12
  itemsPerPage: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.9.53",
3
+ "version": "19.9.55",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",