@progress/telerik-angular-report-viewer 26.25.716 → 27.25.813
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.
- package/LICENSE.md +3 -1
- package/README.md +21 -10
- package/dist/dependencies/telerikReportViewer.js +1729 -350
- package/dist/dependencies/telerikReportViewerTemplate.html +8 -11
- package/package.json +2 -2
@@ -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-19.
|
8
|
-
<link href="{service}resources/styles/telerikReportViewer-19.
|
7
|
+
<link href="{service}resources/font/fonticons-19.2.25.813.css/" rel="stylesheet" />
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-19.2.25.813.css/" rel="stylesheet" />
|
9
9
|
|
10
10
|
</head>
|
11
11
|
<body>
|
@@ -285,19 +285,16 @@
|
|
285
285
|
|
286
286
|
<div tabindex="402" class="trv-ai k-hidden" data-role="telerik_ReportViewer_AiPromptDialog" aria-label="ariaLabelAiPromptDialogArea">
|
287
287
|
<div class="trv-ai-consent-dialog k-hidden">
|
288
|
-
<div class="trv-ai-consent-content">
|
289
|
-
The AI will process what you write here. This might include personal or sensitive information you choose to share.
|
290
|
-
By clicking Consent, you agree to let the system process and use your input to generate responses. Your data won’t be used for anything else.
|
291
|
-
</div>
|
288
|
+
<div class="trv-ai-consent-content"></div>
|
292
289
|
<div class="trv-ai-consent-actions k-actions k-actions-end">
|
293
290
|
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary trv-replace-string"
|
294
291
|
data-command="telerik_ReportViewer_aiConsent_Accept"
|
295
|
-
aria-label="
|
296
|
-
title="
|
292
|
+
aria-label="aiPromptDialogConsentAccept"
|
293
|
+
title="aiPromptDialogConsentAccept">aiPromptDialogConsentAccept</button>
|
297
294
|
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base trv-replace-string"
|
298
295
|
data-command="telerik_ReportViewer_aiConsent_Cancel"
|
299
|
-
aria-label="
|
300
|
-
title="
|
296
|
+
aria-label="aiPromptDialogConsentReject"
|
297
|
+
title="aiPromptDialogConsentReject">aiPromptDialogConsentReject</button>
|
301
298
|
</div>
|
302
299
|
</div>
|
303
300
|
<div class="trv-ai-prompt-dialog k-hidden">
|
@@ -390,4 +387,4 @@
|
|
390
387
|
|
391
388
|
</body>
|
392
389
|
</html>
|
393
|
-
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
390
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 55c4c05ec9de875e65d42cedde6678d9 -->
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/telerik-angular-report-viewer",
|
3
3
|
"description": "Progress® Telerik® Report Viewer for Angular",
|
4
|
-
"version": "
|
4
|
+
"version": "27.25.813",
|
5
5
|
"author": "Progress",
|
6
6
|
"license": "See LICENSE.md",
|
7
7
|
"homepage": "https://www.telerik.com/reporting",
|
@@ -47,6 +47,6 @@
|
|
47
47
|
"jquery": "^1.10.0 || ^2.2.0 || ^3.7.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@progress/telerik-jquery-report-viewer": "
|
50
|
+
"@progress/telerik-jquery-report-viewer": "27.25.813"
|
51
51
|
}
|
52
52
|
}
|