@progress/telerik-angular-report-viewer 25.25.313 → 26.25.521
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.
@@ -4,59 +4,59 @@
|
|
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.1.25.521.css/" rel="stylesheet" />
|
8
|
+
<link href="{service}resources/styles/telerikReportViewer-19.1.25.521.css/" rel="stylesheet" />
|
9
9
|
|
10
10
|
</head>
|
11
11
|
<body>
|
12
12
|
<template id="trv-parameter">
|
13
|
-
<div class=
|
14
|
-
<div class=
|
15
|
-
<div class=
|
13
|
+
<div class="trv-parameter-container k-card">
|
14
|
+
<div class="trv-parameter-header k-card-header">
|
15
|
+
<div class="trv-parameter-title k-card-title"></div>
|
16
16
|
</div>
|
17
|
-
<div class=
|
18
|
-
<span class=
|
19
|
-
<span class=
|
17
|
+
<div class="trv-parameter-error k-notification k-notificaiton-error">
|
18
|
+
<span class="k-notification-status k-icon k-i-x-outline"></span>
|
19
|
+
<span class="trv-parameter-error-message k-notification-content"></span>
|
20
20
|
</div>
|
21
|
-
<div class=
|
21
|
+
<div class="trv-parameter-value k-card-body"></div>
|
22
22
|
</div>
|
23
23
|
</template>
|
24
24
|
|
25
25
|
<template id="trv-parameter-editor-available-values-multiselect">
|
26
26
|
<div class="trv-parameter-editor-available-values-multiselect">
|
27
|
-
<div class="trv-parameter-actions k-content">
|
28
|
-
<a class="trv-select-all k-link" href="#">parameterEditorSelectAll</a>
|
29
|
-
<a tabindex="-1" class="trv-select-none k-link" href="#">parameterEditorSelectNone</a>
|
30
|
-
</div>
|
31
27
|
<div class="trv-list"></div>
|
28
|
+
<div class="trv-parameter-actions k-actions k-actions-end">
|
29
|
+
<button class="trv-select-all">parameterEditorSelectAll</button>
|
30
|
+
<button class="trv-select-none">parameterEditorSelectNone</button>
|
31
|
+
</div>
|
32
32
|
</div>
|
33
33
|
</template>
|
34
34
|
|
35
35
|
<template id="trv-parameter-editor-available-values-multiselect-combo">
|
36
36
|
<div class="trv-parameter-editor-available-values-multiselect">
|
37
|
-
<div class="trv-parameter-actions k-content">
|
38
|
-
<a class="trv-select-all k-link" href="#">parameterEditorSelectAll</a>
|
39
|
-
<a tabindex="-1" class="trv-select-none k-link" href="#">parameterEditorSelectNone</a>
|
40
|
-
</div>
|
41
37
|
<div class="trv-combo"></div>
|
38
|
+
<div class="trv-parameter-actions k-actions k-actions-end">
|
39
|
+
<button class="trv-select-all">parameterEditorSelectAll</button>
|
40
|
+
<button class="trv-select-none">parameterEditorSelectNone</button>
|
41
|
+
</div>
|
42
42
|
</div>
|
43
43
|
</template>
|
44
44
|
|
45
45
|
<template id="trv-parameter-editor-available-values">
|
46
46
|
<div class="trv-parameter-editor-available-values">
|
47
|
-
<div class="trv-parameter-actions k-content">
|
48
|
-
<a tabindex="-1" class="trv-select-none k-link" href="#">parameterEditorSelectNone</a>
|
49
|
-
</div>
|
50
47
|
<div class="trv-list" id="trv-parameter-editor-singleselect-list"></div>
|
48
|
+
<div class="trv-parameter-actions k-actions k-actions-end">
|
49
|
+
<button class="trv-select-none">parameterEditorSelectNone</button>
|
50
|
+
</div>
|
51
51
|
</div>
|
52
52
|
</template>
|
53
53
|
|
54
54
|
<template id="trv-parameter-editor-available-values-combo">
|
55
55
|
<div class="trv-parameter-editor-available-values">
|
56
|
-
<div class="trv-parameter-actions k-content">
|
57
|
-
<a tabindex="-1" class="trv-select-none k-link" href="#">parameterEditorSelectNone</a>
|
58
|
-
</div>
|
59
56
|
<div class="trv-combo" id="trv-parameter-editor-singleselect-combo"></div>
|
57
|
+
<div class="trv-parameter-actions k-actions k-actions-end">
|
58
|
+
<button class="trv-select-none">parameterEditorSelectNone</button>
|
59
|
+
</div>
|
60
60
|
</div>
|
61
61
|
</template>
|
62
62
|
|
@@ -83,238 +83,299 @@
|
|
83
83
|
</template>
|
84
84
|
|
85
85
|
<template id="trv-report-viewer">
|
86
|
-
<div class="trv-
|
87
|
-
<div
|
88
|
-
|
89
|
-
|
90
|
-
<
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
<
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
86
|
+
<div class="trv-content-wrapper">
|
87
|
+
<div class="trv-nav trv-toolbar k-widget" data-role="telerik_ReportViewer_Toolbar" tabindex="-1">
|
88
|
+
|
89
|
+
<span data-role="buttonGroup">
|
90
|
+
<button data-role="button"
|
91
|
+
data-icon="undo" data-command="telerik_ReportViewer_historyBack"
|
92
|
+
title="menuNavigateBackwardTitle" aria-label="ariaLabelMenuNavigateBackward">
|
93
|
+
</button>
|
94
|
+
<button data-role="button"
|
95
|
+
data-icon="redo" data-command="telerik_ReportViewer_historyForward"
|
96
|
+
title="menuNavigateForwardTitle" aria-label="ariaLabelMenuNavigateForward">
|
97
|
+
</button>
|
98
|
+
</span>
|
99
|
+
|
100
|
+
<button data-role="button"
|
101
|
+
data-icon="x" data-command="telerik_ReportViewer_stopRendering"
|
102
|
+
title="menuStopRenderingTitle" aria-label="ariaLabelMenuStopRendering">
|
103
|
+
</button>
|
104
|
+
<button data-role="button"
|
105
|
+
data-icon="arrow-rotate-cw" data-command="telerik_ReportViewer_refresh"
|
106
|
+
title="menuRefreshTitle" aria-label="ariaLabelMenuRefresh">
|
107
|
+
</button>
|
108
|
+
|
109
|
+
<span data-role="separator" data-overflow="never"></span>
|
110
|
+
|
111
|
+
<span data-role="buttonGroup" data-overflow="never">
|
112
|
+
<button data-role="button"
|
113
|
+
data-icon="caret-alt-to-left" data-command="telerik_ReportViewer_goToFirstPage"
|
114
|
+
title="menuFirstPageTitle" aria-label="ariaLabelMenuFirstPage">
|
115
|
+
</button>
|
116
|
+
<button data-role="button"
|
117
|
+
data-icon="caret-alt-left" data-command="telerik_ReportViewer_goToPrevPage"
|
118
|
+
title="menuPreviousPageTitle" aria-label="ariaLabelMenuPreviousPage">
|
119
|
+
</button>
|
120
|
+
</span>
|
121
|
+
|
122
|
+
<span data-role="custom-element" aria-label="ariaLabelMenuPageNumber" title="menuPageNumberTitle">
|
123
|
+
<span>Page </span>
|
124
|
+
<input data-role="telerik_ReportViewer_PageNumberInput" type="number" />
|
125
|
+
<span> of </span>
|
126
|
+
<span data-role="telerik_ReportViewer_PageCountLabel"></span>
|
127
|
+
</span>
|
128
|
+
|
129
|
+
<span data-role="buttonGroup" data-overflow="never">
|
130
|
+
<button data-role="button"
|
131
|
+
data-icon="caret-alt-right" data-command="telerik_ReportViewer_goToNextPage"
|
132
|
+
title="menuNextPageTitle" aria-label="ariaLabelMenuNextPage">
|
133
|
+
</button>
|
134
|
+
<button data-role="button"
|
135
|
+
data-icon="caret-alt-to-right" data-command="telerik_ReportViewer_goToLastPage"
|
136
|
+
title="menuLastPageTitle" aria-label="ariaLabelMenuLastPage">
|
137
|
+
</button>
|
138
|
+
</span>
|
139
|
+
|
140
|
+
<span data-role="separator" data-overflow="never"></span>
|
141
|
+
|
142
|
+
<span data-role="buttonGroup">
|
143
|
+
<button data-role="button"
|
144
|
+
data-icon="zoom-in" data-command="telerik_ReportViewer_zoomIn"
|
145
|
+
title="menuZoomInTitle" aria-label="ariaLabelMenuZoomIn">
|
146
|
+
</button>
|
147
|
+
<button data-role="button"
|
148
|
+
data-icon="zoom-out" data-command="telerik_ReportViewer_zoomOut"
|
149
|
+
title="menuZoomOutTitle" aria-label="ariaLabelMenuZoomOut">
|
150
|
+
</button>
|
151
|
+
</span>
|
152
|
+
|
153
|
+
<button data-role="toggle-button"
|
154
|
+
data-icon="toggle-full-screen-mode" data-command="telerik_ReportViewer_toggleZoomMode"
|
155
|
+
title="menuPageStateTitle" aria-label="ariaLabelMenuPageState">
|
156
|
+
</button>
|
157
|
+
|
158
|
+
<button data-role="toggle-button"
|
159
|
+
data-icon="file" data-command="telerik_ReportViewer_togglePrintPreview"
|
160
|
+
title="menuPrintPreviewTitle" aria-label="ariaLabelMenuPrintPreview">
|
161
|
+
</button>
|
162
|
+
|
163
|
+
<span data-role="separator"></span>
|
164
|
+
|
165
|
+
<button data-role="button"
|
166
|
+
data-icon="print" data-command="telerik_ReportViewer_print"
|
167
|
+
title="menuPrintTitle" aria-label="ariaLabelMenuPrint">
|
168
|
+
</button>
|
169
|
+
|
170
|
+
<button data-role="toggle-button"
|
171
|
+
data-icon="envelop" data-command="telerik_ReportViewer_toggleSendEmailDialog"
|
172
|
+
title="menuSendMailTitle" aria-label="ariaLabelMenuSendMail">
|
173
|
+
</button>
|
174
|
+
|
175
|
+
<button data-role="menu-button" id="export-dropdown"
|
176
|
+
data-icon="download" data-command="telerik_ReportViewer_export"
|
177
|
+
title="menuExportTitle" aria-label="ariaLabelMenuExport">
|
178
|
+
</button>
|
179
|
+
|
180
|
+
<span data-role="separator"></span>
|
181
|
+
|
182
|
+
<span data-role="buttonGroup">
|
183
|
+
<button data-role="toggle-button"
|
184
|
+
data-icon="book" data-command="telerik_ReportViewer_toggleDocumentMap"
|
185
|
+
title="menuDocumentMapTitle" aria-label="ariaLabelMenuDocumentMap">
|
186
|
+
</button>
|
187
|
+
<button data-role="toggle-button"
|
188
|
+
data-icon="filter" data-command="telerik_ReportViewer_toggleParametersArea"
|
189
|
+
title="menuParametersAreaTitle" aria-label="ariaLabelMenuParametersArea">
|
190
|
+
</button>
|
191
|
+
</span>
|
192
|
+
|
193
|
+
<span data-role="separator"></span>
|
194
|
+
|
195
|
+
<button data-role="toggle-button"
|
196
|
+
data-icon="search" data-command="telerik_ReportViewer_toggleSearchDialog"
|
197
|
+
title="menuSearchTitle" aria-label="ariaLabelMenuSearch">
|
198
|
+
</button>
|
199
|
+
|
200
|
+
<button data-role="toggle-button"
|
201
|
+
data-icon="sparkles" data-command="telerik_ReportViewer_toggleAiPromptDialog"
|
202
|
+
title="menuAiPromptTitle" aria-label="ariaLabelMenuAiPrompt">
|
203
|
+
</button>
|
107
204
|
</div>
|
108
|
-
<div class="trv-content-wrapper k-content">
|
109
|
-
<div class="trv-nav k-widget">
|
110
|
-
<ul tabindex="1" aria-label="ariaLabelMainMenu" class="trv-menu-large" data-role="telerik_ReportViewer_MainMenu">
|
111
|
-
<li aria-label="ariaLabelMenuNavigateBackward"><a data-command="telerik_ReportViewer_historyBack" title="menuNavigateBackwardTitle" href="#"><i class="k-icon k-i-undo"></i></a></li>
|
112
|
-
<li aria-label="ariaLabelMenuNavigateForward"><a data-command="telerik_ReportViewer_historyForward" title="menuNavigateForwardTitle" href="#"><i class="k-icon k-i-redo"></i></a></li>
|
113
|
-
|
114
|
-
<li aria-label="ariaLabelMenuStopRendering"><a data-command="telerik_ReportViewer_stopRendering" title="menuStopRenderingTitle" href="#"><i class="k-icon k-i-x"></i></a></li>
|
115
|
-
<li aria-label="ariaLabelMenuRefresh"><a data-command="telerik_ReportViewer_refresh" href="#" title="menuRefreshTitle"><i class="k-icon k-i-refresh"></i></a></li>
|
116
|
-
|
117
|
-
<li aria-label="ariaLabelMenuFirstPage"><a data-command="telerik_ReportViewer_goToFirstPage" title="menuFirstPageTitle" href="#"><i class="k-icon k-i-arrow-double-60-left"></i></a></li>
|
118
|
-
<li aria-label="ariaLabelMenuPreviousPage"><a data-command="telerik_ReportViewer_goToPrevPage" title="menuPreviousPageTitle" href="#"><i class="k-icon k-i-seek-w"></i></a></li>
|
119
|
-
|
120
|
-
<li aria-label="ariaLabelMenuPageNumber" title="menuPageNumberTitle" class="trv-report-pager">
|
121
|
-
<input data-role="telerik_ReportViewer_PageNumberInput" type="number" />
|
122
|
-
<span> / </span>
|
123
|
-
<span data-role="telerik_ReportViewer_PageCountLabel"></span>
|
124
|
-
</li>
|
125
|
-
|
126
|
-
<li aria-label="ariaLabelMenuNextPage"><a data-command="telerik_ReportViewer_goToNextPage" title="menuNextPageTitle" href="#"><i class="k-icon k-i-seek-e"></i></a></li>
|
127
|
-
<li aria-label="ariaLabelMenuLastPage"><a data-command="telerik_ReportViewer_goToLastPage" title="menuLastPageTitle" href="#"><i class="k-icon k-i-arrow-double-60-right"></i></a></li>
|
128
|
-
|
129
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuPrintPreview"><a data-command="telerik_ReportViewer_togglePrintPreview" title="menuPrintPreviewTitle" href="#"><i class="k-icon k-i-file"></i></a></li>
|
130
|
-
|
131
|
-
<li aria-label="ariaLabelMenuExport" id="trv-main-menu-export-command">
|
132
|
-
<a title="menuExportTitle" href="#" data-command="telerik_ReportViewer_export">
|
133
|
-
<i class="k-icon k-i-download"></i>
|
134
|
-
</a>
|
135
|
-
<ul data-command-list="export-format-list" id="trv-main-menu-export-format-list"></ul>
|
136
|
-
</li>
|
137
|
-
|
138
|
-
<li aria-label="ariaLabelMenuPrint"><a data-command="telerik_ReportViewer_print" title="menuPrintTitle" href="#"><i class="k-icon k-i-print"></i></a></li>
|
139
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuSendMail"><a data-command="telerik_ReportViewer_toggleSendEmailDialog" title="menuSendMailTitle" href="#"><i class="k-icon k-i-email"></i></a></li>
|
140
|
-
|
141
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuDocumentMap"><a data-command="telerik_ReportViewer_toggleDocumentMap" title="menuDocumentMapTitle" href="#"><i class="k-icon k-i-dictionary-add"></i></a></li>
|
142
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuParametersArea"><a data-command="telerik_ReportViewer_toggleParametersArea" title="menuParametersAreaTitle" href="#"><i class="k-icon k-i-filter"></i></a></li>
|
143
|
-
|
144
|
-
<li aria-label="ariaLabelMenuZoomIn"><a title="menuZoomInTitle" href="#" data-command="telerik_ReportViewer_zoomIn"><i class="k-icon k-i-zoom-in"></i></a></li>
|
145
|
-
<li aria-label="ariaLabelMenuZoomOut"><a title="menuZoomOutTitle" href="#" data-command="telerik_ReportViewer_zoomOut"><i class="k-icon k-i-zoom-out"></i></a></li>
|
146
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuPageState"><a title="menuPageStateTitle" href="#" data-command="telerik_ReportViewer_toggleZoomMode"><i class="k-icon k-i-toggle-full-screen-mode"></i></a></li>
|
147
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuSearch"><a title="menuSearchTitle" href="#" data-command="telerik_ReportViewer_toggleSearchDialog"><i class="k-icon k-i-search"></i></a></li>
|
148
|
-
</ul>
|
149
|
-
<ul tabindex="2" aria-label="ariaLabelCompactMenu" class="trv-menu-small" data-role="telerik_ReportViewer_MainMenu">
|
150
|
-
<li aria-label="ariaLabelMenuSideMenu"><a data-command="telerik_ReportViewer_toggleSideMenu" title="menuSideMenuTitle" href="#"><i class="k-icon k-i-reorder"></i></a></li>
|
151
|
-
|
152
|
-
<li aria-label="ariaLabelMenuPreviousPage"><a data-command="telerik_ReportViewer_goToPrevPage" title="menuPreviousPageTitle" href="#"><i class="k-icon k-i-seek-w"></i></a></li>
|
153
|
-
<li aria-label="ariaLabelMenuPageNumber" title="menuPageNumberTitle" class="trv-report-pager">
|
154
|
-
<input data-role="telerik_ReportViewer_PageNumberInput" type="number" />
|
155
|
-
<span> / </span>
|
156
|
-
<span data-role="telerik_ReportViewer_PageCountLabel"></span>
|
157
|
-
</li>
|
158
|
-
<li aria-label="ariaLabelMenuNextPage"><a data-command="telerik_ReportViewer_goToNextPage" title="menuNextPageTitle" href="#"><i class="k-icon k-i-seek-e"></i></a></li>
|
159
|
-
|
160
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuDocumentMap"><a data-command="telerik_ReportViewer_toggleDocumentMap" title="menuDocumentMapTitle" href="#"><i class="k-icon k-i-dictionary-add"></i></a></li>
|
161
|
-
<li class="trv-menu-toggleable" aria-label="ariaLabelMenuParametersArea"><a data-command="telerik_ReportViewer_toggleParametersArea" title="menuParametersAreaTitle" href="#"><i class="k-icon k-i-filter"></i></a></li>
|
162
|
-
</ul>
|
163
|
-
</div>
|
164
205
|
|
165
|
-
|
206
|
+
<div class="trv-content trv-parameters-splitter" role="form">
|
166
207
|
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
208
|
+
<div class="trv-content trv-document-map-splitter" role="form">
|
209
|
+
<div data-id="trv-document-map" class="trv-document-map k-widget" data-role="telerik_ReportViewer_DocumentMapArea">
|
210
|
+
<div tabindex="200" class="trv-document-map-overlay" role="navigation" aria-label="ariaLabelDocumentMap"></div>
|
211
|
+
</div>
|
171
212
|
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<div style="clear: both;"></div>
|
213
|
+
<div data-id="trv-pages-area" class="trv-pages-area trv-pages-pane k-widget" tabindex="1000" data-role="telerik_ReportViewer_PagesArea" role="main" aria-label="ariaLabelPagesArea">
|
214
|
+
<div class="trv-page-container">
|
215
|
+
<div class="trv-page-wrapper active"></div>
|
216
|
+
</div>
|
217
|
+
<div class="k-notification k-hidden trv-notification">
|
218
|
+
<div class="k-notification-wrap">
|
219
|
+
<span class="k-icon k-i-warning"></span>
|
220
|
+
<div class="k-notification-content trv-error-message"></div>
|
181
221
|
</div>
|
182
222
|
</div>
|
183
223
|
</div>
|
224
|
+
</div>
|
184
225
|
|
185
|
-
|
186
|
-
|
187
|
-
<div class=
|
188
|
-
|
189
|
-
|
190
|
-
<
|
191
|
-
<div class='trv-error-message'></div>
|
192
|
-
</div>
|
193
|
-
<div class="trv-parameters-area-overlay"></div>
|
226
|
+
<div data-id="trv-parameters-area" class="trv-parameters-area k-widget" data-role="telerik_ReportViewer_ParametersArea">
|
227
|
+
<div class="trv-parameters-area-content" role="complementary">
|
228
|
+
<div tabindex="300" class="trv-parameters-wrapper"></div>
|
229
|
+
</div>
|
230
|
+
<div class="trv-parameters-area-footer">
|
231
|
+
<button tabindex="399" aria-label="ariaLabelParametersAreaPreviewButton" class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary trv-parameters-area-preview-button">parametersAreaPreviewButton</button>
|
194
232
|
</div>
|
233
|
+
<div class="trv-error-pane k-tooltip-validation k-widget">
|
234
|
+
<div class="trv-error-message"></div>
|
235
|
+
</div>
|
236
|
+
<div class="trv-parameters-area-overlay"></div>
|
195
237
|
</div>
|
238
|
+
</div>
|
196
239
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
<
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
</
|
233
|
-
<
|
234
|
-
|
240
|
+
<div tabindex="400" class="trv-search-dialog k-hidden" data-role="telerik_ReportViewer_SearchDialog" aria-label="ariaLabelSearchDialogArea">
|
241
|
+
<div class="trv-search-dialog-input-area k-hstack k-gap-2" role="search">
|
242
|
+
<div class="!k-flex">
|
243
|
+
<input class="trv-search-dialog-input-box" />
|
244
|
+
</div>
|
245
|
+
<div class="!k-flex-none">
|
246
|
+
<button data-role="button" data-fill-mode="flat"
|
247
|
+
data-icon="x" data-command="telerik_ReportViewer_searchDialog_StopSearch"
|
248
|
+
title="searchDialogStopTitle" aria-label="ariaLabelSearchDialogStop">
|
249
|
+
</button>
|
250
|
+
</div>
|
251
|
+
</div>
|
252
|
+
<div class="trv-search-dialog-search-options trv-mt-2 k-hstack k-gap-2" aria-label="ariaLabelSearchDialogOptions">
|
253
|
+
<button data-role="toggle-button"
|
254
|
+
data-icon="convert-lowercase" data-command="telerik_ReportViewer_searchDialog_MatchCase"
|
255
|
+
title="searchDialogMatchCaseTitle" aria-label="ariaLabelSearchDialogMatchCase">
|
256
|
+
</button>
|
257
|
+
<button data-role="toggle-button"
|
258
|
+
data-icon="whole-word" data-command="telerik_ReportViewer_searchDialog_MatchWholeWord"
|
259
|
+
data-icon="convert-uppercase" data-command="telerik_ReportViewer_searchDialog_MatchWholeWord"
|
260
|
+
title="searchDialogMatchWholeWordTitle" aria-label="ariaLabelSearchDialogMatchWholeWord">
|
261
|
+
</button>
|
262
|
+
<button data-role="toggle-button"
|
263
|
+
data-icon="regular-expression" data-command="telerik_ReportViewer_searchDialog_UseRegex"
|
264
|
+
title="searchDialogUseRegexTitle" aria-label="ariaLabelSearchDialogUseRegex">
|
265
|
+
</button>
|
266
|
+
<i data-role="telerik_ReportViewer_SearchDialog_Error" class="k-icon k-i-exclamation"></i>
|
267
|
+
</div>
|
268
|
+
<div class="trv-search-dialog-results k-hstack k-gap-2 k-align-items-center k-mt-4">
|
269
|
+
<span class="trv-search-dialog-results-label"></span>
|
270
|
+
<span class="k-spacer"></span>
|
271
|
+
<div class="trv-search-dialog-navigational-buttons k-button-group">
|
272
|
+
<button data-role="button" data-fill-mode="flat"
|
273
|
+
data-icon="chevron-up" data-command="telerik_ReportViewer_searchDialog_NavigateUp"
|
274
|
+
title="searchDialogNavigateUpTitle" aria-label="ariaLabelSearchDialogNavigateUp">
|
275
|
+
</button>
|
276
|
+
<button data-role="button" data-fill-mode="flat"
|
277
|
+
data-icon="chevron-down" data-command="telerik_ReportViewer_searchDialog_NavigateDown"
|
278
|
+
title="searchDialogNavigateDownTitle" aria-label="ariaLabelSearchDialogNavigateDown">
|
279
|
+
</button>
|
235
280
|
</div>
|
236
281
|
</div>
|
282
|
+
<div class="trv-search-dialog-results-area !k-flex" role="list">
|
283
|
+
</div>
|
284
|
+
</div>
|
237
285
|
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
<input name="to"
|
260
|
-
class='k-textbox k-input k-input-solid k-input-md k-rounded-md trv-input-box'
|
261
|
-
aria-label="ariaLabelSendEmailTo"
|
262
|
-
data-required-msg="sendEmailValidationEmailRequired"
|
263
|
-
data-email-msg="sendEmailValidationEmailFormat"
|
264
|
-
type="email" />
|
265
|
-
<span class="k-form-error k-invalid-msg" data-for="to"></span>
|
266
|
-
</span>
|
267
|
-
</div>
|
268
|
-
<div class="k-form-field trv-send-email-field">
|
269
|
-
<label for="cc" class="k-form-label trv-replace-string">sendEmailCCLabel</label>
|
270
|
-
<span class="k-form-field-wrap">
|
271
|
-
<input name="cc"
|
272
|
-
class='k-textbox k-input k-input-solid k-input-md k-rounded-md trv-input-box'
|
273
|
-
type="email"
|
274
|
-
aria-label="ariaLabelSendEmailCC"
|
275
|
-
data-email-msg="sendEmailValidationEmailFormat" />
|
276
|
-
<span class="k-form-error k-invalid-msg" data-for="cc"></span>
|
277
|
-
</span>
|
278
|
-
</div>
|
279
|
-
<div class="k-form-field k-form-field trv-send-email-field">
|
280
|
-
<label for="subject" class="k-form-label trv-replace-string">sendEmailSubjectLabel</label>
|
281
|
-
<span class="k-form-field-wrap">
|
282
|
-
<input name="subject"
|
283
|
-
aria-label="ariaLabelSendEmailSubject"
|
284
|
-
class='k-textbox k-input k-input-solid k-input-md k-rounded-md trv-input-box'
|
285
|
-
type="text" />
|
286
|
-
</span>
|
287
|
-
</div>
|
288
|
-
<div class="k-form-field trv-send-email-field">
|
289
|
-
<label for="format" class="k-form-label trv-replace-string">sendEmailFormatLabel</label>
|
290
|
-
<span class="k-form-field-wrap">
|
291
|
-
<input name="format"
|
292
|
-
aria-label="ariaLabelSendEmailFormat"
|
293
|
-
data-required-msg="sendEmailValidationFormatRequired"
|
294
|
-
class='trv-input-box'
|
295
|
-
type="text" />
|
296
|
-
<span class="k-form-error k-invalid-msg" data-for="format"></span>
|
297
|
-
</span>
|
298
|
-
</div>
|
286
|
+
<div tabindex="402" class="trv-ai k-hidden" data-role="telerik_ReportViewer_AiPromptDialog" aria-label="ariaLabelAiPromptDialogArea">
|
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>
|
292
|
+
<div class="trv-ai-consent-actions k-actions k-actions-end">
|
293
|
+
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary trv-replace-string"
|
294
|
+
data-command="telerik_ReportViewer_aiConsent_Accept"
|
295
|
+
aria-label="aiPromptConsentAgreeLabel"
|
296
|
+
title="aiPromptConsentAgreeLabel">aiPromptConsentAgreeLabel</button>
|
297
|
+
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base trv-replace-string"
|
298
|
+
data-command="telerik_ReportViewer_aiConsent_Cancel"
|
299
|
+
aria-label="aiPromptConsentRejectLabel"
|
300
|
+
title="aiPromptConsentRejectLabel">aiPromptConsentRejectLabel</button>
|
301
|
+
</div>
|
302
|
+
</div>
|
303
|
+
<div class="trv-ai-prompt-dialog k-hidden">
|
304
|
+
<div id="trv-ai-prompt"></div>
|
305
|
+
</div>
|
306
|
+
</div>
|
299
307
|
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
308
|
+
<div tabindex="401" class="trv-send-email-dialog k-hidden" data-role="telerik_ReportViewer_SendEmail" aria-label="ariaLabelSendEmailDialogArea">
|
309
|
+
<div class="trv-send-email-fields k-form k-form-vertical k-form-md">
|
310
|
+
|
311
|
+
<div class="trv-send-email-field k-form-field">
|
312
|
+
<label for="from" class="k-form-label trv-replace-string">sendEmailFromLabel</label>
|
313
|
+
<span class="k-form-field-wrap">
|
314
|
+
<input type="email" name="from" required
|
315
|
+
placeholder="from@example.com"
|
316
|
+
aria-label="ariaLabelSendEmailFrom"
|
317
|
+
data-required-msg="sendEmailValidationEmailRequired"
|
318
|
+
data-email-msg="sendEmailValidationEmailFormat"
|
319
|
+
data-single-email-msg="sendEmailValidationSingleEmail" />
|
320
|
+
</span>
|
321
|
+
</div>
|
305
322
|
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
323
|
+
<div class="trv-send-email-field k-form-field">
|
324
|
+
<label for="to" class="k-form-label trv-replace-string">sendEmailToLabel</label>
|
325
|
+
<span class="k-form-field-wrap">
|
326
|
+
<input type="email" name="to" required multiple
|
327
|
+
placeholder="to@example.com"
|
328
|
+
aria-label="ariaLabelSendEmailTo"
|
329
|
+
data-required-msg="sendEmailValidationEmailRequired"
|
330
|
+
data-email-msg="sendEmailValidationEmailFormat" />
|
331
|
+
</span>
|
332
|
+
</div>
|
333
|
+
|
334
|
+
<div class="k-form-field trv-send-email-field">
|
335
|
+
<label for="cc" class="k-form-label trv-replace-string">sendEmailCCLabel</label>
|
336
|
+
<span class="k-form-field-wrap">
|
337
|
+
<input type="email" name="cc" multiple
|
338
|
+
placeholder="cc@example.com"
|
339
|
+
aria-label="ariaLabelSendEmailCC"
|
340
|
+
data-email-msg="sendEmailValidationEmailFormat" />
|
341
|
+
<span class="k-form-error k-invalid-msg" data-for="cc"></span>
|
342
|
+
</span>
|
343
|
+
</div>
|
344
|
+
|
345
|
+
<div class="trv-send-email-field k-form-field">
|
346
|
+
<label for="subject" class="k-form-label trv-replace-string">sendEmailSubjectLabel</label>
|
347
|
+
<span class="k-form-field-wrap">
|
348
|
+
<input type="text" name="subject" required
|
349
|
+
aria-label="ariaLabelSendEmailSubject" />
|
350
|
+
</span>
|
351
|
+
</div>
|
352
|
+
|
353
|
+
<div class="trv-send-email-field k-form-field">
|
354
|
+
<label for="format" class="k-form-label trv-replace-string">sendEmailFormatLabel</label>
|
355
|
+
<span class="k-form-field-wrap">
|
356
|
+
<input type="text" name="format" required
|
357
|
+
aria-label="ariaLabelSendEmailFormat"
|
358
|
+
data-required-msg="sendEmailValidationFormatRequired" />
|
359
|
+
</span>
|
360
|
+
</div>
|
361
|
+
|
362
|
+
<div class="trv-send-email-field k-form-field">
|
363
|
+
<div class="k-form-field-wrap">
|
364
|
+
<textarea name="emailBody"></textarea>
|
316
365
|
</div>
|
317
366
|
</div>
|
367
|
+
|
368
|
+
<div class="trv-send-email-actions k-actions k-actions-end">
|
369
|
+
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary trv-replace-string"
|
370
|
+
data-command="telerik_ReportViewer_sendEmail_Send"
|
371
|
+
aria-label="ariaLabelSendEmailSend"
|
372
|
+
title="ariaLabelSendEmailSend">sendEmailSendLabel</button>
|
373
|
+
<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base trv-replace-string"
|
374
|
+
data-command="telerik_ReportViewer_sendEmail_Cancel"
|
375
|
+
aria-label="ariaLabelSendEmailCancel"
|
376
|
+
title="ariaLabelSendEmailCancel">sendEmailCancelLabel</button>
|
377
|
+
</div>
|
378
|
+
|
318
379
|
</div>
|
319
380
|
</div>
|
320
381
|
</div>
|
@@ -329,4 +390,4 @@
|
|
329
390
|
|
330
391
|
</body>
|
331
392
|
</html>
|
332
|
-
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM
|
393
|
+
<!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 7af4428ac00afda26cc9bb890ad0b3ae -->
|