atr-components 3.0.25 → 3.0.26
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 +11 -0
- package/fesm2022/atr-components.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -518,6 +518,7 @@ declare class HttpService {
|
|
|
518
518
|
private parseObj;
|
|
519
519
|
getOss: (url: string, params?: {}, responseType?: any, noError?: boolean) => Observable<any>;
|
|
520
520
|
downloadXls(url: string, params?: any): void;
|
|
521
|
+
downloadXls2(url: string, params?: any): void;
|
|
521
522
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpService, never>;
|
|
522
523
|
static ɵprov: i0.ɵɵInjectableDeclaration<HttpService>;
|
|
523
524
|
}
|