@tindtechnologies/pdfjs-viewer 5.4.624-tind.2 → 5.4.624-tind.3
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/build/pdf.mjs
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* pdfjsVersion = 5.4.0
|
|
25
|
-
* pdfjsBuild =
|
|
25
|
+
* pdfjsBuild = ea39462
|
|
26
26
|
*/
|
|
27
27
|
/******/ // The require scope
|
|
28
28
|
/******/ var __webpack_require__ = {};
|
|
@@ -16121,7 +16121,7 @@ class InternalRenderTask {
|
|
|
16121
16121
|
}
|
|
16122
16122
|
}
|
|
16123
16123
|
const version = "5.4.0";
|
|
16124
|
-
const build = "
|
|
16124
|
+
const build = "ea39462";
|
|
16125
16125
|
|
|
16126
16126
|
;// ./src/display/editor/color_picker.js
|
|
16127
16127
|
|
package/build/pdf.sandbox.mjs
CHANGED
package/build/pdf.worker.mjs
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ function patchPDFViewerApplicationOpen(evt) {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
const params = new URLSearchParams(win.location.search);
|
|
9
|
-
const rangeChunkSize = Number(params.get("
|
|
9
|
+
const rangeChunkSize = Number(params.get("chunksize"));
|
|
10
10
|
if (!Number.isInteger(rangeChunkSize) || rangeChunkSize <= 0) {
|
|
11
11
|
return;
|
|
12
12
|
}
|