atr-components 3.0.21 → 3.0.22

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
@@ -1110,6 +1110,7 @@ declare class AtrTableComponent implements OnInit, AfterViewInit {
1110
1110
  compare(value: any, operator: any, target: any): boolean;
1111
1111
  pushTableDatas(tableDatas: any): void;
1112
1112
  removeDatas(key: any, value: any): void;
1113
+ uploadAction(e: any, action: any): void;
1113
1114
  doAction(code: any): void;
1114
1115
  doActionByRow(data: any, code: any, event: MouseEvent): void;
1115
1116
  getAllCheckInfo(): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.21",
3
+ "version": "3.0.22",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"