@progress/telerik-jquery-report-viewer 20.23.1010 → 21.24.116

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*
2
- * TelerikReporting v17.2.23.1010 (https://www.telerik.com/products/reporting.aspx)
3
- * Copyright 2023 Progress Software EAD. All rights reserved.
2
+ * TelerikReporting v18.0.24.116 (https://www.telerik.com/products/reporting.aspx)
3
+ * Copyright 2024 Progress Software EAD. All rights reserved.
4
4
  *
5
5
  * Telerik Reporting commercial licenses may be obtained at
6
6
  * https://www.telerik.com/purchase/license-agreement/reporting.aspx
@@ -168,7 +168,7 @@
168
168
  errorSendingDocument: "Error sending report document (Report = '{0}')."
169
169
  };
170
170
  window.telerikReportViewer ||= {};
171
- window.telerikReportViewer.sr = sr;
171
+ window.telerikReportViewer.sr ||= sr;
172
172
  })();
173
173
 
174
- /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 936f17950fccdf27d1c141d7b6bdac21 */
174
+ /* DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 64dcedc4da9ad9fb55e00a30b37c70a1 */
@@ -1,6 +1,6 @@
1
1
  /*
2
- * TelerikReporting v17.2.23.1010 (https://www.telerik.com/products/reporting.aspx)
3
- * Copyright 2023 Progress Software EAD. All rights reserved.
2
+ * TelerikReporting v18.0.24.116 (https://www.telerik.com/products/reporting.aspx)
3
+ * Copyright 2024 Progress Software EAD. All rights reserved.
4
4
  *
5
5
  * Telerik Reporting commercial licenses may be obtained at
6
6
  * https://www.telerik.com/purchase/license-agreement/reporting.aspx
@@ -1,6 +1,6 @@
1
1
  /*
2
- * TelerikReporting v17.2.23.1010 (https://www.telerik.com/products/reporting.aspx)
3
- * Copyright 2023 Progress Software EAD. All rights reserved.
2
+ * TelerikReporting v18.0.24.116 (https://www.telerik.com/products/reporting.aspx)
3
+ * Copyright 2024 Progress Software EAD. All rights reserved.
4
4
  *
5
5
  * Telerik Reporting commercial licenses may be obtained at
6
6
  * https://www.telerik.com/purchase/license-agreement/reporting.aspx
@@ -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-17.2.23.1010.css/" rel="stylesheet" />
9
- <link href="{service}resources/styles/telerikReportViewer-17.2.23.1010.css/" rel="stylesheet" />
8
+ <link href="{service}resources/font/fonticons-18.0.24.116.css/" rel="stylesheet" />
9
+ <link href="{service}resources/styles/telerikReportViewer-18.0.24.116.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 b7776e1ce4a52b41e732af76b37626c1 -->
317
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 9ecb2faf2f20cdb4fff45661896e70cc -->
@@ -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-17.2.23.1010.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-17.2.23.1010.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-18.0.24.116.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-18.0.24.116.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 a9fd4697dd2001761d080ecd226b83e3 -->
332
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 1c1b6b254bc960722558f9294a39b516 -->
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": "20.23.1010",
4
+ "version": "21.24.116",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",
@@ -35,7 +35,8 @@
35
35
  ],
36
36
  "sideEffects": true,
37
37
  "scripts": {
38
- "dev": "",
38
+ "dev": "nodemon mock/app.js",
39
+ "start": "node mock/app.js",
39
40
  "prebuild": "rimraf dist && node ./scripts/prebuild.js",
40
41
  "build": "echo Done",
41
42
  "preview": "",