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/fesm2022/atr-components.mjs +12 -4
- package/fesm2022/atr-components.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
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[];
|