stimulsoft-designer-angular
Advanced tools
Comparing version 2024.3.6 to 2024.4.1
import { OnInit, ElementRef, OnChanges, EventEmitter, OnDestroy } from '@angular/core'; | ||
import { ProxyService } from './proxy.service'; | ||
import { HttpClient } from '@angular/common/http'; | ||
import * as i0 from "@angular/core"; | ||
export declare class StimulsoftDesignerComponent implements OnInit, OnChanges, OnDestroy { | ||
private proxy; | ||
private httpClient; | ||
designerEl: ElementRef; | ||
@@ -28,4 +30,5 @@ /** | ||
chartScripts: any; | ||
scriptLoading: boolean; | ||
private loaded; | ||
constructor(proxy: ProxyService); | ||
constructor(proxy: ProxyService, httpClient: HttpClient); | ||
ngOnDestroy(): void; | ||
@@ -32,0 +35,0 @@ ngOnInit(): void; |
{ | ||
"name": "stimulsoft-designer-angular", | ||
"version": "2024.3.6", | ||
"version": "2024.4.1", | ||
"description": "Stimulsoft Designer 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
66124
566