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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"