dotnetreport-ng 6.2.1 → 6.2.2-beta

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.
@@ -1,9 +0,0 @@
1
- /*
2
- * Public API Surface of dotnetreport-lib
3
- */
4
- export * from './lib/dotnetreport-lib.service';
5
- export * from './lib/dotnetreport-lib.module';
6
- export * from './lib/dotnetreport/dotnetreport.component';
7
- export * from './lib/dotnetdashboard/dotnetdashboard.component';
8
- export * from './lib/dotnetsetup/dotnetsetup.component';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2RvdG5ldHJlcG9ydC1saWIvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMseUNBQXlDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgZG90bmV0cmVwb3J0LWxpYlxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvdG5ldHJlcG9ydC1saWIuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvdG5ldHJlcG9ydC1saWIubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG90bmV0cmVwb3J0L2RvdG5ldHJlcG9ydC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb3RuZXRkYXNoYm9hcmQvZG90bmV0ZGFzaGJvYXJkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvdG5ldHNldHVwL2RvdG5ldHNldHVwLmNvbXBvbmVudCc7XHJcblxyXG4iXX0=
@@ -1,24 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
3
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
4
- import { ActivatedRoute } from '@angular/router';
5
- import * as i0 from "@angular/core";
6
- export declare class DotnetdashboardComponent implements OnInit, OnDestroy {
7
- private sanitizer;
8
- private cdref;
9
- private baseUrl;
10
- private http;
11
- private route;
12
- private baseServiceUrl;
13
- reportTemplates: SafeHtml;
14
- private queryParams;
15
- constructor(injector: Injector, sanitizer: DomSanitizer, cdref: ChangeDetectorRef, baseUrl: string, http: HttpClient, route: ActivatedRoute);
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- init(): void;
19
- private renderKOTemplates;
20
- private bindWindowResize;
21
- private bindGridInit;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<DotnetdashboardComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DotnetdashboardComponent, "app-dotnetdashboard", never, {}, {}, never, never, false, never>;
24
- }
@@ -1,23 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
3
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
4
- import { ActivatedRoute } from '@angular/router';
5
- import * as i0 from "@angular/core";
6
- export declare class DotnetreportComponent implements OnInit, OnDestroy {
7
- private sanitizer;
8
- private cdref;
9
- private baseUrl;
10
- private http;
11
- private route;
12
- private baseServiceUrl;
13
- reportTemplates: SafeHtml;
14
- private queryParams;
15
- constructor(injector: Injector, sanitizer: DomSanitizer, cdref: ChangeDetectorRef, baseUrl: string, http: HttpClient, route: ActivatedRoute);
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- init(): void;
19
- private renderKOTemplates;
20
- private bindWindowResize;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<DotnetreportComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<DotnetreportComponent, "app-dotnetreport", never, {}, {}, never, never, false, never>;
23
- }
@@ -1,2 +0,0 @@
1
- import { InjectionToken } from "@angular/core";
2
- export declare const BASE_URL_TOKEN: InjectionToken<string>;
@@ -1,12 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./dotnetreport/dotnetreport.component";
4
- import * as i2 from "./dotnetdashboard/dotnetdashboard.component";
5
- import * as i3 from "./dotnetsetup/dotnetsetup.component";
6
- import * as i4 from "@angular/platform-browser/animations";
7
- export declare class DotnetReportModule {
8
- static forRoot(base_url: string): ModuleWithProviders<DotnetReportModule>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DotnetReportModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DotnetReportModule, [typeof i1.DotnetreportComponent, typeof i2.DotnetdashboardComponent, typeof i3.DotnetsetupComponent], [typeof i4.BrowserAnimationsModule], [typeof i1.DotnetreportComponent, typeof i2.DotnetdashboardComponent, typeof i3.DotnetsetupComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DotnetReportModule>;
12
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DotnetReportService {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<DotnetReportService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<DotnetReportService>;
6
- }
@@ -1,22 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
3
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
4
- import { ActivatedRoute } from '@angular/router';
5
- import * as i0 from "@angular/core";
6
- export declare class DotnetsetupComponent implements OnInit, OnDestroy {
7
- private sanitizer;
8
- private cdref;
9
- private baseUrl;
10
- private http;
11
- private route;
12
- private baseServiceUrl;
13
- reportTemplates: SafeHtml;
14
- private queryParams;
15
- constructor(injector: Injector, sanitizer: DomSanitizer, cdref: ChangeDetectorRef, baseUrl: string, http: HttpClient, route: ActivatedRoute);
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- init(): void;
19
- private renderKOTemplates;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<DotnetsetupComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DotnetsetupComponent, "app-dotnetsetup", never, {}, {}, never, never, false, never>;
22
- }
package/public-api.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from './lib/dotnetreport-lib.service';
2
- export * from './lib/dotnetreport-lib.module';
3
- export * from './lib/dotnetreport/dotnetreport.component';
4
- export * from './lib/dotnetdashboard/dotnetdashboard.component';
5
- export * from './lib/dotnetsetup/dotnetsetup.component';