UNPKG

stimulsoft-designer-angular

Version:

The Angular Designer component is developed to create reports and dashboards in web browser.

28 lines (27 loc) 1.12 kB
import { HttpClient, HttpErrorResponse } from '@angular/common/http'; import { Observable } from 'rxjs'; import { FileSaverService } from './file.saver.service'; import * as i0 from "@angular/core"; export declare class ProxyService { private httpClient; fileSaver: FileSaverService; jsObject: any; openReport: boolean; postParametersFunction_: any; constructor(httpClient: HttpClient, fileSaver: FileSaverService); createConnection(): any; catchError(error: HttpErrorResponse, request: any): Observable<never>; error(message: any): void; export(data: any): void; email(data: any): void; print(data: any): void; design(): void; postParametersFunction(data: any): any; private getFormData; getData2(url: any, data: any): Observable<any>; saveData(url: any, params: any, newWindow: any, retrieveFileName: any): void; showData(data: any, fileName: string, newWindow: boolean): void; getText(url: any): Promise<unknown>; static ɵfac: i0.ɵɵFactoryDeclaration<ProxyService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ProxyService>; }