atr-components 3.0.6 → 3.0.8

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/index.d.ts CHANGED
@@ -1127,6 +1127,8 @@ declare class AtrTableComponent implements OnInit, AfterViewInit {
1127
1127
  setDefaultParams(params: any, reset?: boolean): void;
1128
1128
  getSortInfo(): string;
1129
1129
  queryTime: string;
1130
+ PageSizeChange(e: any): void;
1131
+ PageIndexChange(e: any): void;
1130
1132
  query(reset?: boolean): void;
1131
1133
  contextMenu($event: any, menu: NzDropdownMenuComponent): void;
1132
1134
  log(value: string[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"