@progress/telerik-jquery-report-viewer 28.25.1119 → 29.26.211
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/README.md +5 -5
- package/dist/cjs/accessibility.js +4 -6
- package/dist/cjs/aiPrompt.js +41 -43
- package/dist/cjs/base-component.js +0 -2
- package/dist/cjs/binder.js +0 -2
- package/dist/cjs/command.js +0 -2
- package/dist/cjs/commandSet.js +3 -6
- package/dist/cjs/components/button.js +0 -2
- package/dist/cjs/components/toggle-button.js +0 -2
- package/dist/cjs/constants.js +0 -2
- package/dist/cjs/documentMapArea.js +0 -2
- package/dist/cjs/domUtils.js +0 -2
- package/dist/cjs/enums.js +0 -2
- package/dist/cjs/event-emitter.js +0 -2
- package/dist/cjs/events.js +0 -2
- package/dist/cjs/globalSettings.js +0 -2
- package/dist/cjs/history.js +0 -2
- package/dist/cjs/index.js +0 -2
- package/dist/cjs/mainMenu.js +0 -2
- package/dist/cjs/mem-storage.js +0 -2
- package/dist/cjs/notificationService.js +0 -2
- package/dist/cjs/parameterValidators.js +0 -2
- package/dist/cjs/parameters.js +0 -2
- package/dist/cjs/parametersArea.js +5 -30
- package/dist/cjs/perspectives.js +0 -2
- package/dist/cjs/report-viewer/report-viewer-settings.js +0 -2
- package/dist/cjs/reportViewer.js +4 -7
- package/dist/cjs/search.js +3 -6
- package/dist/cjs/sendEmail.js +0 -2
- package/dist/cjs/service-client-sentinel.js +0 -2
- package/dist/cjs/sideMenu.js +0 -2
- package/dist/cjs/stringResources.js +0 -2
- package/dist/cjs/template-cache.js +0 -2
- package/dist/cjs/toolbar/button.js +0 -2
- package/dist/cjs/toolbar/link-button.js +0 -2
- package/dist/cjs/toolbar/page-count-label.js +0 -2
- package/dist/cjs/toolbar/page-number-input.js +0 -2
- package/dist/cjs/toolbar.js +0 -2
- package/dist/cjs/touch.js +0 -2
- package/dist/cjs/uiController.js +3 -6
- package/dist/cjs/utils.js +4 -6
- package/dist/font/{ReportingIcons-19.3.25.1119.ttf → ReportingIcons-20.0.26.211.ttf} +0 -0
- package/dist/font/font-icons.css +1056 -81
- package/dist/font/font-icons.min.css +4 -4
- package/dist/font/reporting-icons.ttf +0 -0
- package/dist/js/telerikReportViewer.js +419 -432
- package/dist/js/telerikReportViewer.kendo.js +74336 -68574
- package/dist/js/telerikReportViewer.kendo.min.js +1 -1
- package/dist/js/telerikReportViewer.min.js +1 -1
- package/dist/styles/telerikReportViewer.css +4 -4
- package/dist/styles/telerikReportViewer.min.css +4 -4
- package/dist/templates/telerikReportViewerTemplate.html +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Progress® Telerik HTML5 jQuery Report Viewer
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
This package is part of [Telerik Reporting](https://www.telerik.com/reporting).
|
|
4
4
|
|
|
5
5
|
The Telerik Reporting HTML5 Report Viewer is an HTML5/jQuery-based component that enables the display of Telerik Reports within a web page. Its rich preview capabilities, easy customization, and extensive API allow for seamless integration into a wide range of web applications.
|
|
@@ -18,7 +18,7 @@ Major features:
|
|
|
18
18
|
|
|
19
19
|
* Use the viewer's API for customizing and extending its behavior.
|
|
20
20
|
|
|
21
|
-
This version of Telerik jQuery Report Viewer requires either Telerik Report Server or Telerik Reporting REST Service
|
|
21
|
+
This version of Telerik jQuery Report Viewer requires either Telerik Report Server or Telerik Reporting REST Service 20.0.26.211.
|
|
22
22
|
|
|
23
23
|
Learn more about Telerik Reporting Viewers here: [Telerik Report Viewers Overview](https://docs.telerik.com/reporting/embedding-reports/display-reports-in-applications/overview)
|
|
24
24
|
|
|
@@ -29,10 +29,10 @@ Learn more about Telerik Reporting Viewers here: [Telerik Report Viewers Overvie
|
|
|
29
29
|
|
|
30
30
|
If you do not have a commercial license, the usage of this product is governed by the trial license terms.
|
|
31
31
|
|
|
32
|
-
Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
|
|
32
|
+
Telerik Reporting requires activation using a license key — this applies to both the trial and commercial versions of the product.
|
|
33
33
|
|
|
34
34
|
Telerik Reporting licenses can be obtained through the [Telerik Reporting page](https://www.telerik.com/purchase/individual/reporting). For more information on licensing, configuration, and troubleshooting, refer to the product documentation's [License section](https://docs.telerik.com/reporting/licensing/setting-up-your-telerik-reporting-license-key).
|
|
35
35
|
|
|
36
|
-
_Copyright ©
|
|
36
|
+
_Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
|
|
37
37
|
|
|
38
|
-
_Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
|
|
38
|
+
_Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
require('@progress/telerik-common-report-viewer');
|
|
6
4
|
|
|
7
5
|
var defaultOptions = {};
|
|
@@ -36,8 +34,8 @@ function Accessibility(options) {
|
|
|
36
34
|
if (content.length > 0) {
|
|
37
35
|
content.focus();
|
|
38
36
|
}
|
|
39
|
-
}).on("pageReady", (
|
|
40
|
-
initPage(
|
|
37
|
+
}).on("pageReady", (pageInfo) => {
|
|
38
|
+
initPage(pageInfo);
|
|
41
39
|
}).on("error", (event, message) => {
|
|
42
40
|
focusOnErrorMessage();
|
|
43
41
|
window.setTimeout(setAccessibilityUI, 500);
|
|
@@ -58,8 +56,8 @@ function Accessibility(options) {
|
|
|
58
56
|
$errMsg.attr("tabIndex", 0);
|
|
59
57
|
$errMsg.focus();
|
|
60
58
|
}
|
|
61
|
-
function initPage(
|
|
62
|
-
if (!
|
|
59
|
+
function initPage(pageInfo) {
|
|
60
|
+
if (!pageInfo) {
|
|
63
61
|
return;
|
|
64
62
|
}
|
|
65
63
|
setAccessibilityUI();
|
package/dist/cjs/aiPrompt.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var binder = require('./binder.js');
|
|
6
4
|
var command = require('./command.js');
|
|
7
5
|
var stringResources = require('./stringResources.js');
|
|
@@ -173,48 +171,49 @@ class AiPrompt {
|
|
|
173
171
|
promptSuggestions
|
|
174
172
|
});
|
|
175
173
|
this.kendoAiPrompt.activeView(this.kendoAiPrompt.activeView());
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
return;
|
|
190
|
-
}
|
|
191
|
-
that.controller.getAIResponse(event.prompt).then((response) => {
|
|
192
|
-
this.addPromptOutput(that.createPromptOutputFromResponse(response, event));
|
|
193
|
-
this.activeView(1);
|
|
194
|
-
}).catch((error) => {
|
|
195
|
-
this.addPromptOutput(that.createPromptOutputFromResponse(error?._responseJSON?.exceptionMessage || error?._responseJSON?.ExceptionMessage, event));
|
|
196
|
-
this.activeView(1);
|
|
197
|
-
});
|
|
198
|
-
},
|
|
199
|
-
toolbarItems: [
|
|
200
|
-
{ type: "spacer" },
|
|
201
|
-
{ type: "button", icon: "x", fillMode: "flat", themeColor: "primary", click: (e) => {
|
|
202
|
-
this.close();
|
|
203
|
-
} }
|
|
204
|
-
],
|
|
205
|
-
promptSuggestions,
|
|
206
|
-
views: [
|
|
207
|
-
{
|
|
208
|
-
type: "prompt",
|
|
209
|
-
messages: {
|
|
210
|
-
promptPlaceholder: "Enter your prompt"
|
|
174
|
+
} else {
|
|
175
|
+
const aiPromptElement = this.kendoAiPromptDialog?.element?.find("#trv-ai-prompt");
|
|
176
|
+
if (!aiPromptElement) {
|
|
177
|
+
console.warn('Failed to initialize AI prompt dialog due to missing element with id "trv-ai-prompt".');
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
180
|
+
const that = this;
|
|
181
|
+
this.kendoAiPrompt = new kendo.ui.AIPrompt(aiPromptElement, {
|
|
182
|
+
activeView: 0,
|
|
183
|
+
promptRequest: function(event) {
|
|
184
|
+
if (!event.prompt) {
|
|
185
|
+
this.activeView(0);
|
|
186
|
+
return;
|
|
211
187
|
}
|
|
188
|
+
that.controller.getAIResponse(event.prompt).then((response) => {
|
|
189
|
+
this.addPromptOutput(that.createPromptOutputFromResponse(response, event));
|
|
190
|
+
this.activeView(1);
|
|
191
|
+
}).catch((error) => {
|
|
192
|
+
this.addPromptOutput(that.createPromptOutputFromResponse(error?._responseJSON?.exceptionMessage || error?._responseJSON?.ExceptionMessage, event));
|
|
193
|
+
this.activeView(1);
|
|
194
|
+
});
|
|
212
195
|
},
|
|
213
|
-
|
|
214
|
-
type: "
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
196
|
+
toolbarItems: [
|
|
197
|
+
{ type: "spacer" },
|
|
198
|
+
{ type: "button", icon: "x", fillMode: "flat", themeColor: "primary", click: (e) => {
|
|
199
|
+
this.close();
|
|
200
|
+
} }
|
|
201
|
+
],
|
|
202
|
+
promptSuggestions,
|
|
203
|
+
views: [
|
|
204
|
+
{
|
|
205
|
+
type: "prompt",
|
|
206
|
+
messages: {
|
|
207
|
+
promptPlaceholder: "Enter your prompt"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
type: "output"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
});
|
|
215
|
+
this.aiPromptInitialized = true;
|
|
216
|
+
}
|
|
218
217
|
this.disableAiPromptTextArea(promptSuggestions && promptSuggestions.length > 0);
|
|
219
218
|
const aiPromptToolbar = this.kendoAiPrompt.element.find(".k-prompt-header .k-toolbar").data("kendoToolBar");
|
|
220
219
|
aiPromptToolbar && aiPromptToolbar.bind("toggle", (e) => {
|
|
@@ -222,7 +221,6 @@ class AiPrompt {
|
|
|
222
221
|
this.disableAiPromptTextArea(promptSuggestions && promptSuggestions.length > 0);
|
|
223
222
|
}
|
|
224
223
|
});
|
|
225
|
-
this.aiPromptInitialized = true;
|
|
226
224
|
}
|
|
227
225
|
disableAiPromptTextArea(hasPromptSuggestions) {
|
|
228
226
|
if (this.allowCustomPrompts) {
|
package/dist/cjs/binder.js
CHANGED
package/dist/cjs/command.js
CHANGED
package/dist/cjs/commandSet.js
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var command = require('./command.js');
|
|
6
4
|
var RCV = require('@progress/telerik-common-report-viewer');
|
|
7
5
|
|
|
8
|
-
function
|
|
9
|
-
if (e && e.__esModule) return e;
|
|
6
|
+
function _interopNamespaceDefault(e) {
|
|
10
7
|
var n = Object.create(null);
|
|
11
8
|
if (e) {
|
|
12
9
|
Object.keys(e).forEach(function (k) {
|
|
@@ -19,11 +16,11 @@ function _interopNamespace(e) {
|
|
|
19
16
|
}
|
|
20
17
|
});
|
|
21
18
|
}
|
|
22
|
-
n
|
|
19
|
+
n.default = e;
|
|
23
20
|
return Object.freeze(n);
|
|
24
21
|
}
|
|
25
22
|
|
|
26
|
-
var RCV__namespace = /*#__PURE__*/
|
|
23
|
+
var RCV__namespace = /*#__PURE__*/_interopNamespaceDefault(RCV);
|
|
27
24
|
|
|
28
25
|
var scaleTransitionMap = {};
|
|
29
26
|
scaleTransitionMap[RCV__namespace.ScaleMode.FitPage] = RCV__namespace.ScaleMode.FitPageWidth;
|
package/dist/cjs/constants.js
CHANGED
package/dist/cjs/domUtils.js
CHANGED
package/dist/cjs/enums.js
CHANGED
package/dist/cjs/events.js
CHANGED
package/dist/cjs/history.js
CHANGED
package/dist/cjs/index.js
CHANGED
package/dist/cjs/mainMenu.js
CHANGED
package/dist/cjs/mem-storage.js
CHANGED
package/dist/cjs/parameters.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var utils = require('./utils.js');
|
|
6
4
|
var stringResources = require('./stringResources.js');
|
|
7
5
|
var parameterValidators = require('./parameterValidators.js');
|
|
@@ -71,7 +69,7 @@ class ParametersArea {
|
|
|
71
69
|
this.$previewButton.attr("aria-label", stringResources.stringResources[this.$previewButton.attr("aria-label")]);
|
|
72
70
|
this.$previewButton.on("click", (e) => {
|
|
73
71
|
e.preventDefault();
|
|
74
|
-
if (this.
|
|
72
|
+
if (!this.controller.hasInvalidParameter(this.parameters)) {
|
|
75
73
|
this.applyParameters();
|
|
76
74
|
}
|
|
77
75
|
});
|
|
@@ -212,22 +210,7 @@ class ParametersArea {
|
|
|
212
210
|
(error ? $.fn.addClass : $.fn.removeClass).call(this.$element, "trv-error");
|
|
213
211
|
}
|
|
214
212
|
showPreviewButton(parameters) {
|
|
215
|
-
(this.allParametersAutoRefresh(parameters) && this.controller.autoRunEnabled ? $.fn.removeClass : $.fn.addClass).call(this.$element, "preview");
|
|
216
|
-
}
|
|
217
|
-
allParametersAutoRefresh(parameters) {
|
|
218
|
-
if (!parameters) {
|
|
219
|
-
return true;
|
|
220
|
-
}
|
|
221
|
-
var allAuto = Array.from(parameters).every((parameter) => {
|
|
222
|
-
return !parameter.isVisible || parameter.autoRefresh;
|
|
223
|
-
});
|
|
224
|
-
return allAuto;
|
|
225
|
-
}
|
|
226
|
-
allParametersValid() {
|
|
227
|
-
var allValid = Array.from(this.parameters).every((parameter) => {
|
|
228
|
-
return !parameter.Error;
|
|
229
|
-
});
|
|
230
|
-
return allValid;
|
|
213
|
+
(this.controller.allParametersAutoRefresh(parameters) && this.controller.autoRunEnabled ? $.fn.removeClass : $.fn.addClass).call(this.$element, "preview");
|
|
231
214
|
}
|
|
232
215
|
clearEditors() {
|
|
233
216
|
Object.entries(this.editors).forEach(([key, editor]) => {
|
|
@@ -298,7 +281,7 @@ class ParametersArea {
|
|
|
298
281
|
}
|
|
299
282
|
}
|
|
300
283
|
this.showPreviewButton(this.parameters);
|
|
301
|
-
var allValid = this.
|
|
284
|
+
var allValid = !this.controller.hasInvalidParameter(this.parameters);
|
|
302
285
|
this.enablePreviewButton(allValid);
|
|
303
286
|
this.applyProcessedParameters();
|
|
304
287
|
}
|
|
@@ -309,17 +292,9 @@ class ParametersArea {
|
|
|
309
292
|
applyProcessedParameters() {
|
|
310
293
|
this.controller.setProcessedParameterValues($.extend({}, this.processedParameterValues));
|
|
311
294
|
}
|
|
312
|
-
allParametersValidForAutoRefresh() {
|
|
313
|
-
var triggerAutoUpdate = true;
|
|
314
|
-
for (var i = this.parameters.length - 1; triggerAutoUpdate && i >= 0; i--) {
|
|
315
|
-
var p = this.parameters[i];
|
|
316
|
-
triggerAutoUpdate = p.id in this.recentParameterValues && (Boolean(p.autoRefresh) || !p.isVisible);
|
|
317
|
-
}
|
|
318
|
-
return triggerAutoUpdate;
|
|
319
|
-
}
|
|
320
295
|
tryRefreshReport() {
|
|
321
296
|
this.trigger(Events.PARAMETERS_READY, this.recentParameterValues);
|
|
322
|
-
if (this.allParametersValidForAutoRefresh() && this.controller.autoRunEnabled) {
|
|
297
|
+
if (this.controller.allParametersValidForAutoRefresh(this.parameters, this.recentParameterValues) && this.controller.autoRunEnabled) {
|
|
323
298
|
this.applyParameters();
|
|
324
299
|
}
|
|
325
300
|
}
|
|
@@ -358,7 +333,7 @@ class ParametersArea {
|
|
|
358
333
|
if (parameter.childParameters) {
|
|
359
334
|
this.updateParameters(this.tryRefreshReport.bind(this));
|
|
360
335
|
} else {
|
|
361
|
-
var allValid = this.
|
|
336
|
+
var allValid = !this.controller.hasInvalidParameter(this.parameters);
|
|
362
337
|
this.enablePreviewButton(allValid);
|
|
363
338
|
if (allValid) {
|
|
364
339
|
var errorMsg = document.querySelector(".trv-pages-area .trv-error-message");
|
package/dist/cjs/perspectives.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
function PerspectiveManager(element, controller, notificationService) {
|
|
6
4
|
var smallMenu = element.querySelectorAll ? element.querySelectorAll(".trv-menu-small")[0] : false;
|
|
7
5
|
var perspectives = {
|
package/dist/cjs/reportViewer.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var RCV = require('@progress/telerik-common-report-viewer');
|
|
6
4
|
var utils = require('./utils.js');
|
|
7
5
|
var stringResources = require('./stringResources.js');
|
|
@@ -28,8 +26,7 @@ var touch = require('./touch.js');
|
|
|
28
26
|
var toolbar = require('./toolbar.js');
|
|
29
27
|
var aiPrompt = require('./aiPrompt.js');
|
|
30
28
|
|
|
31
|
-
function
|
|
32
|
-
if (e && e.__esModule) return e;
|
|
29
|
+
function _interopNamespaceDefault(e) {
|
|
33
30
|
var n = Object.create(null);
|
|
34
31
|
if (e) {
|
|
35
32
|
Object.keys(e).forEach(function (k) {
|
|
@@ -42,11 +39,11 @@ function _interopNamespace(e) {
|
|
|
42
39
|
}
|
|
43
40
|
});
|
|
44
41
|
}
|
|
45
|
-
n
|
|
42
|
+
n.default = e;
|
|
46
43
|
return Object.freeze(n);
|
|
47
44
|
}
|
|
48
45
|
|
|
49
|
-
var RCV__namespace = /*#__PURE__*/
|
|
46
|
+
var RCV__namespace = /*#__PURE__*/_interopNamespaceDefault(RCV);
|
|
50
47
|
|
|
51
48
|
var viewModeReverseMap = {
|
|
52
49
|
[RCV__namespace.ViewMode.Interactive]: enums.ViewModes.INTERACTIVE,
|
|
@@ -153,7 +150,7 @@ function ReportViewer(dom, options) {
|
|
|
153
150
|
if (!validateOptions(options)) {
|
|
154
151
|
return;
|
|
155
152
|
}
|
|
156
|
-
var version = "
|
|
153
|
+
var version = "20.0.26.211";
|
|
157
154
|
options = $.extend({}, getDefaultOptions(svcApiUrl, version), options);
|
|
158
155
|
settings = new reportViewerSettings.ReportViewerSettings(
|
|
159
156
|
persistanceKey,
|
package/dist/cjs/search.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var utils = require('./utils.js');
|
|
6
4
|
var stringResources = require('./stringResources.js');
|
|
7
5
|
var command = require('./command.js');
|
|
@@ -9,8 +7,7 @@ var button = require('./components/button.js');
|
|
|
9
7
|
var toggleButton = require('./components/toggle-button.js');
|
|
10
8
|
var RCV = require('@progress/telerik-common-report-viewer');
|
|
11
9
|
|
|
12
|
-
function
|
|
13
|
-
if (e && e.__esModule) return e;
|
|
10
|
+
function _interopNamespaceDefault(e) {
|
|
14
11
|
var n = Object.create(null);
|
|
15
12
|
if (e) {
|
|
16
13
|
Object.keys(e).forEach(function (k) {
|
|
@@ -23,11 +20,11 @@ function _interopNamespace(e) {
|
|
|
23
20
|
}
|
|
24
21
|
});
|
|
25
22
|
}
|
|
26
|
-
n
|
|
23
|
+
n.default = e;
|
|
27
24
|
return Object.freeze(n);
|
|
28
25
|
}
|
|
29
26
|
|
|
30
|
-
var RCV__namespace = /*#__PURE__*/
|
|
27
|
+
var RCV__namespace = /*#__PURE__*/_interopNamespaceDefault(RCV);
|
|
31
28
|
|
|
32
29
|
var defaultOptions = {};
|
|
33
30
|
const componentMap = {
|
package/dist/cjs/sendEmail.js
CHANGED
package/dist/cjs/sideMenu.js
CHANGED
package/dist/cjs/toolbar.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var stringResources = require('./stringResources.js');
|
|
6
4
|
var pageCountLabel = require('./toolbar/page-count-label.js');
|
|
7
5
|
var pageNumberInput = require('./toolbar/page-number-input.js');
|