atr-components 3.0.21 → 3.0.23

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
@@ -148,6 +148,7 @@ declare const atr_static_datas: {
148
148
  */
149
149
  login_router: string;
150
150
  SERVER_URL: string;
151
+ AUTH_URL: string;
151
152
  needNormalHeade: boolean;
152
153
  getNormalHeader: (_headers: HttpHeaders) => HttpHeaders;
153
154
  getDefaultHeader: (_headers: HttpHeaders) => HttpHeaders;
@@ -1110,6 +1111,7 @@ declare class AtrTableComponent implements OnInit, AfterViewInit {
1110
1111
  compare(value: any, operator: any, target: any): boolean;
1111
1112
  pushTableDatas(tableDatas: any): void;
1112
1113
  removeDatas(key: any, value: any): void;
1114
+ uploadAction(e: any, action: any): void;
1113
1115
  doAction(code: any): void;
1114
1116
  doActionByRow(data: any, code: any, event: MouseEvent): void;
1115
1117
  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.23",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"