stimulsoft-viewer-angular
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ import { OnInit } from '@angular/core'; | ||
setTimeInterval(firstDate: Date, secondDate: Date): void; | ||
getFirstDayOfWeek(): 1 | 0; | ||
getFirstDayOfWeek(): 0 | 1; | ||
getWeekInterval(now: Date): Date[]; | ||
@@ -17,0 +17,0 @@ getValuesByDateRangeName(item: string): void; |
import { HttpClient } from '@angular/common/http'; | ||
import { Observable } from 'rxjs'; | ||
import { ControllerService } from './controller.service'; | ||
import { ModelService } from './model.service'; | ||
import { FileSaverService } from './file.saver.service'; | ||
import * as i0 from "@angular/core"; | ||
@@ -9,5 +11,6 @@ export declare class DashboardProxyService { | ||
controller: ControllerService; | ||
fileSaver: FileSaverService; | ||
jsObject: any; | ||
openReport: boolean; | ||
constructor(httpClient: HttpClient, model: ModelService, controller: ControllerService); | ||
constructor(httpClient: HttpClient, model: ModelService, controller: ControllerService, fileSaver: FileSaverService); | ||
createConnection(): any; | ||
@@ -20,2 +23,7 @@ error(message: any): void; | ||
getText(url: any): Promise<unknown>; | ||
getData(url: any, params: any): Promise<unknown>; | ||
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; | ||
postParametersFunction(data: any): any; | ||
@@ -22,0 +30,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<DashboardProxyService, never>; |
@@ -28,3 +28,3 @@ import { ExportFormSettings, ExportComponent } from './objects'; | ||
getStoredSettings(format?: string): any; | ||
getDefaultSettings(): any; | ||
getDefaultSettings(update: boolean): any; | ||
updateTypes(defaultExportSettings: any): void; | ||
@@ -31,0 +31,0 @@ getCommonExportFormat(format?: string): string; |
@@ -5,2 +5,3 @@ import { HttpClient } from '@angular/common/http'; | ||
import { HelperService } from './helper.service'; | ||
import { FileSaverService } from './file.saver.service'; | ||
import * as i0 from "@angular/core"; | ||
@@ -11,8 +12,13 @@ export declare class StiHttpClientService { | ||
private helper; | ||
constructor(httpClient: HttpClient, model: ModelService, helper: HelperService); | ||
private fileSaver; | ||
constructor(httpClient: HttpClient, model: ModelService, helper: HelperService, fileSaver: FileSaverService); | ||
post(url: string, data: any, responseType?: string): Observable<any>; | ||
private getFormData; | ||
postForm(url: string, data: any, doc: any, postOnlyData?: boolean): void; | ||
private getParams; | ||
getData(url: any, data: any): Observable<any>; | ||
postForm(url: string, data: any, doc: any, postOnlyData?: boolean, retrieveFileName?: boolean): void; | ||
showData(url: string, params: any, doc: any, fileName: string): void; | ||
postForm2(url: string, data: any, doc: any, postOnlyData?: boolean): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<StiHttpClientService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<StiHttpClientService>; | ||
} |
@@ -18,2 +18,3 @@ import { ModelService } from './model.service'; | ||
printAsPdf(url: string, data: any): void; | ||
blobToBase64(blob: any): Promise<unknown>; | ||
printAsPopup(text: string): void; | ||
@@ -20,0 +21,0 @@ printAsHtml(text: string): void; |
{ | ||
"name": "stimulsoft-viewer-angular", | ||
"version": "2025.1.5", | ||
"version": "2025.1.6", | ||
"description": "Stimulsoft Viewer Angular", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.stimulsoft.com/en/products/reports-angular", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4134725
2.09%182
1.11%33522
1.88%