@progress/telerik-jquery-report-viewer 23.24.924 → 24.24.1112

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.
@@ -16,6 +16,8 @@
16
16
  cannotValidateType: "Cannot validate parameter of type {type}.",
17
17
  loadingFormats: "Loading...",
18
18
  loadingReport: "Loading report...",
19
+ loadingParameters: "Loading parameters...",
20
+ autoRunDisabled: "Please validate the report parameter values and press Preview to generate the report.",
19
21
  preparingDownload: "Preparing document to download. Please wait...",
20
22
  preparingPrint: "Preparing document to print. Please wait...",
21
23
  errorLoadingTemplates: "Error loading the report viewer's templates. (templateUrl = '{0}').",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * TelerikReporting v18.2.24.924 (https://www.telerik.com/products/reporting.aspx)
2
+ * TelerikReporting v18.3.24.1112 (https://www.telerik.com/products/reporting.aspx)
3
3
  * Copyright 2024 Progress Software EAD. All rights reserved.
4
4
  *
5
5
  * Telerik Reporting commercial licenses may be obtained at
@@ -1,5 +1,5 @@
1
1
  /*
2
- * TelerikReporting v18.2.24.924 (https://www.telerik.com/products/reporting.aspx)
2
+ * TelerikReporting v18.3.24.1112 (https://www.telerik.com/products/reporting.aspx)
3
3
  * Copyright 2024 Progress Software EAD. All rights reserved.
4
4
  *
5
5
  * Telerik Reporting commercial licenses may be obtained at
@@ -5,8 +5,8 @@
5
5
  <link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
6
6
 
7
7
  <!--Telerik served resources. For more information see: http://docs.telerik.com/reporting/html5-report-viewer-styling-and-appearance -->
8
- <link href="{service}resources/font/fonticons-18.2.24.924.css/" rel="stylesheet" />
9
- <link href="{service}resources/styles/telerikReportViewer-18.2.24.924.css/" rel="stylesheet" />
8
+ <link href="{service}resources/font/fonticons-18.3.24.1112.css/" rel="stylesheet" />
9
+ <link href="{service}resources/styles/telerikReportViewer-18.3.24.1112.css/" rel="stylesheet" />
10
10
 
11
11
  </head>
12
12
  <body>
@@ -314,4 +314,4 @@
314
314
 
315
315
  </body>
316
316
  </html>
317
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 33cfec7de7b62fab7219ec496c5e140a -->
317
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 80119d09bcfa2f78cb68e62eaf576e3c -->
@@ -4,8 +4,8 @@
4
4
  <title>Telerik HTML5 Report Viewer Templates</title>
5
5
 
6
6
  <!--Telerik served resources. For more information see: http://docs.telerik.com/reporting/html5-report-viewer-styling-and-appearance -->
7
- <link href="{service}resources/font/fonticons-18.2.24.924.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-18.2.24.924.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-18.3.24.1112.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-18.3.24.1112.css/" rel="stylesheet" />
9
9
 
10
10
  </head>
11
11
  <body>
@@ -329,4 +329,4 @@
329
329
 
330
330
  </body>
331
331
  </html>
332
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM f23c7f781a7bed241984c86a0e1fbaba -->
332
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM d2800d0cf0a1cb0c3bc626ab3ef5ec72 -->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/telerik-jquery-report-viewer",
3
3
  "description": "Progress® Telerik® Report Viewer for jQuery",
4
- "version": "23.24.924",
4
+ "version": "24.24.1112",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",
@@ -36,13 +36,14 @@
36
36
  ],
37
37
  "sideEffects": true,
38
38
  "scripts": {
39
- "service": "npm run start --prefix ../rest-service -- --no-build",
40
- "service:ci": "npm run start:ci --prefix ../rest-service -- --no-build",
39
+ "service": "dotnet run --project ../rest-service/RestService.csproj --launch-profile Development",
40
+ "service:ci": "dotnet run --project ../rest-service/RestService.csproj --launch-profile CI",
41
41
  "build:service": "npm run build --prefix ../rest-service",
42
42
  "e2e": "jest --config jest.e2e.config.js",
43
- "e2e-tests": "dotnet test ../../../../Tests/UITests/UITests.Functional/UITests.Functional.csproj --filter \"TestCategory=JQueryCI\"",
43
+ "e2e-tests": "dotnet test ../../../../Tests/UITests/UITests.Functional.Viewers/UITests.Functional.Viewers.csproj --filter \"TestCategory=JQueryViewer\" --logger \"console;verbosity=detailed\"",
44
44
  "dev": "nodemon mock/app.js",
45
45
  "start": "node mock/app.js",
46
+ "start-examples": "npx http-server . --port 3000 --cors='*'",
46
47
  "prebuild": "rimraf dist && node ./scripts/prebuild.js",
47
48
  "build": "rollup -c rollup.config.js",
48
49
  "preview": "",