@progress/telerik-angular-report-viewer 19.23.718 → 19.23.1010

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,46 +1,46 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { TelerikReportViewerComponent } from './telerik-report-viewer.component';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Represents the [NgModule](https://angular.io/docs/ts/latest/guide/ngmodule.html)
7
- * definition for the Telerik Report Viewer component.
8
- *
9
- * @example
10
- *
11
- * ```ts-no-run
12
- * // Import the Grid module
13
- * import { TelerikReportingModule } from './telerik-reporting/telerik-reporting.module';
14
- *
15
- * import { NgModule } from '@angular/core';
16
- *
17
- * // Import the app component
18
- * import { AppComponent } from './app.component';
19
- *
20
- * // Define the app module
21
- * @@NgModule({
22
- * declarations: [AppComponent], // declare app component
23
- * imports: [BrowserModule, TelerikReportingModule], // import Grid module
24
- * bootstrap: [AppComponent]
25
- * })
26
- * export class AppModule {}
27
- *
28
- * ```
29
- */
30
- var TelerikReportingModule = /** @class */ (function () {
31
- function TelerikReportingModule() {
32
- }
33
- TelerikReportingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
34
- TelerikReportingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, declarations: [TelerikReportViewerComponent], imports: [CommonModule], exports: [TelerikReportViewerComponent] });
35
- TelerikReportingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, imports: [[CommonModule]] });
36
- return TelerikReportingModule;
37
- }());
38
- export { TelerikReportingModule };
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, decorators: [{
40
- type: NgModule,
41
- args: [{
42
- imports: [CommonModule],
43
- exports: [TelerikReportViewerComponent],
44
- declarations: [TelerikReportViewerComponent],
45
- }]
46
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { TelerikReportViewerComponent } from './telerik-report-viewer.component';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Represents the [NgModule](https://angular.io/docs/ts/latest/guide/ngmodule.html)
7
+ * definition for the Telerik Report Viewer component.
8
+ *
9
+ * @example
10
+ *
11
+ * ```ts-no-run
12
+ * // Import the Grid module
13
+ * import { TelerikReportingModule } from './telerik-reporting/telerik-reporting.module';
14
+ *
15
+ * import { NgModule } from '@angular/core';
16
+ *
17
+ * // Import the app component
18
+ * import { AppComponent } from './app.component';
19
+ *
20
+ * // Define the app module
21
+ * @@NgModule({
22
+ * declarations: [AppComponent], // declare app component
23
+ * imports: [BrowserModule, TelerikReportingModule], // import Grid module
24
+ * bootstrap: [AppComponent]
25
+ * })
26
+ * export class AppModule {}
27
+ *
28
+ * ```
29
+ */
30
+ var TelerikReportingModule = /** @class */ (function () {
31
+ function TelerikReportingModule() {
32
+ }
33
+ TelerikReportingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
34
+ TelerikReportingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, declarations: [TelerikReportViewerComponent], imports: [CommonModule], exports: [TelerikReportViewerComponent] });
35
+ TelerikReportingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, imports: [[CommonModule]] });
36
+ return TelerikReportingModule;
37
+ }());
38
+ export { TelerikReportingModule };
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TelerikReportingModule, decorators: [{
40
+ type: NgModule,
41
+ args: [{
42
+ imports: [CommonModule],
43
+ exports: [TelerikReportViewerComponent],
44
+ declarations: [TelerikReportViewerComponent],
45
+ }]
46
+ }] });
package/package.json CHANGED
@@ -1,65 +1,46 @@
1
- {
2
- "name": "@progress/telerik-angular-report-viewer",
3
- "description": "Progress® Telerik® Report Viewer for Angular",
4
- "version": "19.23.718",
5
- "author": "Progress® Telerik® Reporting",
6
- "homepage": "https://www.telerik.com/reporting",
7
- "license": "https://www.telerik.com/purchase/license-agreement/reporting-dlw-s",
8
- "publishConfig": {
9
- "registry": "https://registry.npm.telerik.com"
10
- },
11
- "main": "dist/cjs/main.js",
12
- "module": "dist/es/main.js",
13
- "typings": "dist/es/main.d.ts",
14
- "scripts": {
15
- "test": "gulp test",
16
- "start": "gulp start",
17
- "lint": "gulp lint",
18
- "api-check": "gulp api-check",
19
- "build": "rimraf dist && gulp build-package"
20
- },
21
- "keywords": [
22
- "report",
23
- "reports",
24
- "reporting",
25
- "embedded",
26
- "ReportViewer",
27
- "Report Viewer",
28
- "Telerik",
29
- "Kendo",
30
- "KendoUI",
31
- "Angular",
32
- "html5",
33
- "Progress"
34
- ],
35
- "files": [
36
- "dist/"
37
- ],
38
- "peerDependencies": {
39
- "@angular/common": ">=13.0.0",
40
- "@angular/core": ">=13.0.0",
41
- "rxjs": ">=6.5.0"
42
- },
43
- "devDependencies": {
44
- "@angular/animations": "^13.0.0",
45
- "@angular/common": "^13.0.0",
46
- "@angular/compiler": "^13.0.0",
47
- "@angular/compiler-cli": "^13.0.0",
48
- "@angular/core": "^13.0.0",
49
- "@angular/platform-browser": "^13.0.0",
50
- "@angular/platform-browser-dynamic": "^13.0.0",
51
- "@angular/platform-server": "^13.0.0",
52
- "@types/core-js": "0.9.35",
53
- "@types/jasmine": "2.2.34",
54
- "@types/node": "16.11.7",
55
- "@types/zone.js": "0.0.27",
56
- "core-js": "^3.23.3",
57
- "del": "^2.2.2",
58
- "gulp": "^4.0.0",
59
- "rimraf": "^2.6.1",
60
- "rxjs": "^6.5.3 || ^7.0.0",
61
- "eslint": "~8.12.0",
62
- "typescript": "~4.6.2",
63
- "zone.js": "^0.11.4"
64
- }
65
- }
1
+ {
2
+ "name": "@progress/telerik-angular-report-viewer",
3
+ "description": "Progress® Telerik® Report Viewer for Angular",
4
+ "version": "19.23.1010",
5
+ "author": "Progress",
6
+ "license": "See LICENSE.md",
7
+ "homepage": "https://www.telerik.com/reporting",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/telerik/reporting.git",
11
+ "directory": "Source/Code/Telerik.ReportViewer.Web/angular-viewer"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/telerik/reporting/issues/new?labels=bug,FW:angular&template=bug_report.md"
15
+ },
16
+ "keywords": [
17
+ "Progress",
18
+ "Telerik",
19
+ "report",
20
+ "reports",
21
+ "reporting",
22
+ "ReportViewer",
23
+ "Report Viewer",
24
+ "Angular"
25
+ ],
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "main": "dist/cjs/main.js",
30
+ "module": "dist/es/main.js",
31
+ "types": "dist/es/main.d.ts",
32
+ "files": [
33
+ "dist/"
34
+ ],
35
+ "scripts": {
36
+ "prebuild": "rimraf dist && node ./scripts/prebuild.js",
37
+ "build:csj": "ngc --p tsconfig.cjs.json",
38
+ "build:esm": "ngc --p tsconfig.esm.json",
39
+ "build": "npm run build:csj && npm run build:esm"
40
+ },
41
+ "peerDependencies": {
42
+ "@angular/common": ">=13.0.0",
43
+ "@angular/core": ">=13.0.0",
44
+ "jquery": "^1.10.0 || ^2.2.0 || ^3.7.0"
45
+ }
46
+ }