@react-pdf-kit/viewer 2.7.1-rc.1 → 2.7.1
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/dist/{Button-DBu3SaMk.js → Button-BNlmxWrV.js} +1 -1
- package/dist/{Checkbox-Cl-BpoFJ.js → Checkbox-Brta-YKG.js} +4 -4
- package/dist/{Combination-11kyhTGt.js → Combination-DqNkTtir.js} +15 -15
- package/dist/{Container-BuamPhw4.js → Container-BxNZX82X.js} +1 -1
- package/dist/{DocumentDialog-cRr9sSSH.js → DocumentDialog-C9G7lVTh.js} +4 -4
- package/dist/{DropDown-D6c4mnJL.js → DropDown-DikL-krI.js} +2 -2
- package/dist/{Input-Dpo1Xfxe.js → Input-DjSWOjCI.js} +1 -1
- package/dist/{LoaderIcon-B3ddfd0D.js → LoaderIcon-D9YjinGf.js} +1 -1
- package/dist/{LoadingIndicator-Bzzf28Xv.js → LoadingIndicator-DiWoWs4Y.js} +1 -1
- package/dist/{MenuItem-BP_RjUuW.js → MenuItem-BJDWfzAw.js} +2 -2
- package/dist/{MenuSeparator-Df2Dzzea.js → MenuSeparator-D1H5l8Ej.js} +1 -1
- package/dist/{PasswordModal-BtHVvrMg.js → PasswordModal-CB9Rd2zJ.js} +1 -1
- package/dist/{RPDropFileZone-Bq1bzWmO.js → RPDropFileZone-D1C3ouep.js} +1 -1
- package/dist/{RPPages-DeA52_rv.js → RPPages-CmXHTAqF.js} +10 -10
- package/dist/RPTooltip-ZZoFqP7C.js +381 -0
- package/dist/{Thumbnail-DyRfHsAh.js → Thumbnail-CzclS3h_.js} +2 -2
- package/dist/{Thumbnails-Cbr54TOa.js → Thumbnails-DnAsrttK.js} +1 -1
- package/dist/{clsx-DSGuh5YW.js → clsx-B7LyVm5O.js} +1 -1
- package/dist/components/RPDropFileZone.js +1 -1
- package/dist/components/RPPages.js +1 -1
- package/dist/components/icons/LoaderIcon.js +1 -1
- package/dist/components/layout/Container.js +1 -1
- package/dist/components/layout/LayoutContainer.js +1 -1
- package/dist/components/layout/RPDefaultLayout.js +2 -2
- package/dist/components/layout/RPLayout.js +2 -2
- package/dist/components/layout/sidebar/RPSidebar.js +3 -3
- package/dist/components/layout/sidebar/Thumbnail.js +1 -1
- package/dist/components/layout/sidebar/Thumbnails.js +1 -1
- package/dist/components/layout/toolbar/DarkModeTool.js +2 -2
- package/dist/components/layout/toolbar/DocumentDialog.js +1 -1
- package/dist/components/layout/toolbar/DocumentProperties.js +3 -3
- package/dist/components/layout/toolbar/FileDownloadTool.js +3 -3
- package/dist/components/layout/toolbar/FileUploadTool.js +3 -3
- package/dist/components/layout/toolbar/FullScreenTool.js +3 -3
- package/dist/components/layout/toolbar/MenuItem.js +1 -1
- package/dist/components/layout/toolbar/MenuSeparator.js +1 -1
- package/dist/components/layout/toolbar/MostPageTool.js +4 -4
- package/dist/components/layout/toolbar/OtherTool.js +6 -6
- package/dist/components/layout/toolbar/Paginate.js +3 -3
- package/dist/components/layout/toolbar/PrintTool.js +3 -3
- package/dist/components/layout/toolbar/RPMenuItem.js +3 -3
- package/dist/components/layout/toolbar/RPMoreOptions.js +6 -6
- package/dist/components/layout/toolbar/RPToolbar.js +1 -1
- package/dist/components/layout/toolbar/RotateTool.js +4 -4
- package/dist/components/layout/toolbar/ScrollModeTool.js +3 -3
- package/dist/components/layout/toolbar/SearchCloseButton.js +2 -2
- package/dist/components/layout/toolbar/SearchResultNavigator.js +2 -2
- package/dist/components/layout/toolbar/SearchTool.js +6 -6
- package/dist/components/layout/toolbar/SelectionModeTool.js +4 -4
- package/dist/components/layout/toolbar/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/ToolbarCustom.js +2 -2
- package/dist/components/layout/toolbar/ToolbarDefault.js +2 -2
- package/dist/components/layout/toolbar/ViewModeTool.js +4 -4
- package/dist/components/layout/toolbar/ZoomTool.js +7 -7
- package/dist/components/layout/toolbar/tools/DocumentPropertiesTool.js +3 -3
- package/dist/components/layout/toolbar/tools/DualPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/DualPageWithCoverTool.js +1 -1
- package/dist/components/layout/toolbar/tools/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FileUploadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FirstPageTool.js +1 -1
- package/dist/components/layout/toolbar/tools/FullScreenTool.js +2 -2
- package/dist/components/layout/toolbar/tools/HorizontalScrollingTool.js +2 -2
- package/dist/components/layout/toolbar/tools/InputPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/LastPageTool.js +1 -1
- package/dist/components/layout/toolbar/tools/NextPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/PageScrollingTool.js +2 -2
- package/dist/components/layout/toolbar/tools/PreviousPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/RotateClockwiseTool.js +2 -2
- package/dist/components/layout/toolbar/tools/RotateCounterclockwiseTool.js +2 -2
- package/dist/components/layout/toolbar/tools/SelectionModeSwitcherTool.js +2 -2
- package/dist/components/layout/toolbar/tools/SinglePageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ThemeSwitcherTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/tools/VerticalScrollingTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ZoomInTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ZoomLevelTool.js +6 -6
- package/dist/components/layout/toolbar/tools/ZoomOutTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/DocumentProperties.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FileUploadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FullScreenTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/MostPageTool.js +4 -4
- package/dist/components/layout/toolbar/tools/more-options/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/RotateTool.js +4 -4
- package/dist/components/layout/toolbar/tools/more-options/ScrollModeTool.js +3 -3
- package/dist/components/layout/toolbar/tools/more-options/SelectionModeTool.js +4 -4
- package/dist/components/layout/toolbar/tools/more-options/ViewModeTool.js +4 -4
- package/dist/components/ui/Button.js +1 -1
- package/dist/components/ui/Checkbox.js +1 -1
- package/dist/components/ui/DropDown.js +1 -1
- package/dist/components/ui/Input.js +1 -1
- package/dist/components/ui/LoadingIndicator.js +1 -1
- package/dist/components/ui/PasswordModal.js +1 -1
- package/dist/components/ui/RPTooltip.js +1 -1
- package/dist/contexts/LoaderContext.js +1 -1
- package/dist/dist-7FA4Do6I.js +1286 -0
- package/dist/{dist-BfuBBQ14.js → dist-BRVqFn7R.js} +6 -6
- package/dist/{dist-CHiIt8ey.js → dist-C3WNMuW2.js} +2 -2
- package/dist/dist-CKteKPPA.js +947 -0
- package/dist/{dist-CgoP608h.js → dist-bK-AHWLF.js} +7 -7
- package/dist/icons.js +1 -1
- package/dist/{main-BVY8P7qz.js → main-CKr9unOk.js} +2 -2
- package/dist/main.js +4 -4
- package/dist/utils/hooks/useLicense.js +1 -1
- package/package.json +1 -1
- package/dist/RPTooltip-B4KrW-_f.js +0 -568
- package/dist/dist-Ch2NetCM.js +0 -1134
- package/dist/floating-ui.react-dom-DWNOhDoc.js +0 -1096
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d as e, f as t, i as n, l as r, n as i, t as a } from "./dist-
|
|
2
|
-
import { t as o } from "./dist-
|
|
1
|
+
import { d as e, f as t, i as n, l as r, n as i, t as a } from "./dist-bK-AHWLF.js";
|
|
2
|
+
import { t as o } from "./dist-C3WNMuW2.js";
|
|
3
3
|
import { CheckIcon as s } from "./components/icons/CheckIcon.js";
|
|
4
4
|
import * as c from "react";
|
|
5
5
|
import { Fragment as l, jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
6
|
-
import './assets/Checkbox.css';//#region node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
6
|
+
import './assets/Checkbox.css';//#region node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@18.3.27_react@19.2.0/node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
7
7
|
function f(e) {
|
|
8
8
|
let t = c.useRef({
|
|
9
9
|
value: e,
|
|
@@ -12,7 +12,7 @@ function f(e) {
|
|
|
12
12
|
return c.useMemo(() => (t.current.value !== e && (t.current.previous = t.current.value, t.current.value = e), t.current.previous), [e]);
|
|
13
13
|
}
|
|
14
14
|
//#endregion
|
|
15
|
-
//#region node_modules/@radix-ui/react-checkbox/dist/index.mjs
|
|
15
|
+
//#region node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@18.3.7_@types+react@18.3.27__@types+rea_cb5de23141bd54a8bfa4180b5db14bd0/node_modules/@radix-ui/react-checkbox/dist/index.mjs
|
|
16
16
|
var p = "Checkbox", [m, h] = r(p), [g, _] = m(p);
|
|
17
17
|
function v(e) {
|
|
18
18
|
let { __scopeCheckbox: t, checked: n, children: r, defaultChecked: i, disabled: o, form: s, name: l, onCheckedChange: d, required: f, value: m = "on", internal_do_not_use_render: h } = e, [_, v] = a({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d as e, i as t } from "./dist-
|
|
2
|
-
import { i as n } from "./dist-
|
|
1
|
+
import { d as e, i as t } from "./dist-bK-AHWLF.js";
|
|
2
|
+
import { i as n } from "./dist-BRVqFn7R.js";
|
|
3
3
|
import * as r from "react";
|
|
4
4
|
import { useState as i } from "react";
|
|
5
5
|
import { jsx as a } from "react/jsx-runtime";
|
|
6
|
-
//#region node_modules/@radix-ui/react-focus-guards/dist/index.mjs
|
|
6
|
+
//#region node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.3_@types+react@18.3.27_react@19.2.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs
|
|
7
7
|
var o = 0;
|
|
8
8
|
function s() {
|
|
9
9
|
r.useEffect(() => {
|
|
@@ -18,7 +18,7 @@ function c() {
|
|
|
18
18
|
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
19
19
|
}
|
|
20
20
|
//#endregion
|
|
21
|
-
//#region node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
21
|
+
//#region node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@18.3.7_@types+react@18.3.27__@types+_c9bbb58fdda48c8c67e5a2aa62d74a2f/node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
22
22
|
var l = "focusScope.autoFocusOnMount", u = "focusScope.autoFocusOnUnmount", d = {
|
|
23
23
|
bubbles: !1,
|
|
24
24
|
cancelable: !0
|
|
@@ -157,7 +157,7 @@ function w(e) {
|
|
|
157
157
|
return e.filter((e) => e.tagName !== "A");
|
|
158
158
|
}
|
|
159
159
|
//#endregion
|
|
160
|
-
//#region node_modules/aria-hidden/dist/es2015/index.js
|
|
160
|
+
//#region node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js
|
|
161
161
|
var T = function(e) {
|
|
162
162
|
return typeof document > "u" ? null : (Array.isArray(e) ? e[0] : e).ownerDocument.body;
|
|
163
163
|
}, E = /* @__PURE__ */ new WeakMap(), D = /* @__PURE__ */ new WeakMap(), O = {}, k = 0, A = function(e) {
|
|
@@ -217,15 +217,15 @@ function re(e, t, n) {
|
|
|
217
217
|
return e.concat(a || Array.prototype.slice.call(t));
|
|
218
218
|
}
|
|
219
219
|
//#endregion
|
|
220
|
-
//#region node_modules/react-remove-scroll-bar/dist/es2015/constants.js
|
|
220
|
+
//#region node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@18.3.27_react@19.2.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js
|
|
221
221
|
var N = "right-scroll-bar-position", P = "width-before-scroll-bar", ie = "with-scroll-bars-hidden", ae = "--removed-body-scroll-bar-size";
|
|
222
222
|
//#endregion
|
|
223
|
-
//#region node_modules/use-callback-ref/dist/es2015/assignRef.js
|
|
223
|
+
//#region node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@18.3.27_react@19.2.0/node_modules/use-callback-ref/dist/es2015/assignRef.js
|
|
224
224
|
function F(e, t) {
|
|
225
225
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
226
226
|
}
|
|
227
227
|
//#endregion
|
|
228
|
-
//#region node_modules/use-callback-ref/dist/es2015/useRef.js
|
|
228
|
+
//#region node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@18.3.27_react@19.2.0/node_modules/use-callback-ref/dist/es2015/useRef.js
|
|
229
229
|
function oe(e, t) {
|
|
230
230
|
var n = i(function() {
|
|
231
231
|
return {
|
|
@@ -245,7 +245,7 @@ function oe(e, t) {
|
|
|
245
245
|
return n.callback = t, n.facade;
|
|
246
246
|
}
|
|
247
247
|
//#endregion
|
|
248
|
-
//#region node_modules/use-callback-ref/dist/es2015/useMergeRef.js
|
|
248
|
+
//#region node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@18.3.27_react@19.2.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js
|
|
249
249
|
var se = typeof window < "u" ? r.useLayoutEffect : r.useEffect, ce = /* @__PURE__ */ new WeakMap();
|
|
250
250
|
function le(e, t) {
|
|
251
251
|
var n = oe(t || null, function(t) {
|
|
@@ -267,7 +267,7 @@ function le(e, t) {
|
|
|
267
267
|
}, [e]), n;
|
|
268
268
|
}
|
|
269
269
|
//#endregion
|
|
270
|
-
//#region node_modules/use-sidecar/dist/es2015/medium.js
|
|
270
|
+
//#region node_modules/.pnpm/use-sidecar@1.1.3_@types+react@18.3.27_react@19.2.0/node_modules/use-sidecar/dist/es2015/medium.js
|
|
271
271
|
function ue(e) {
|
|
272
272
|
return e;
|
|
273
273
|
}
|
|
@@ -334,7 +334,7 @@ function fe(e) {
|
|
|
334
334
|
}, e), t;
|
|
335
335
|
}
|
|
336
336
|
//#endregion
|
|
337
|
-
//#region node_modules/use-sidecar/dist/es2015/exports.js
|
|
337
|
+
//#region node_modules/.pnpm/use-sidecar@1.1.3_@types+react@18.3.27_react@19.2.0/node_modules/use-sidecar/dist/es2015/exports.js
|
|
338
338
|
var I = function(e) {
|
|
339
339
|
var t = e.sideCar, n = M(e, ["sideCar"]);
|
|
340
340
|
if (!t) throw Error("Sidecar: please provide `sideCar` property to import the right car");
|
|
@@ -347,7 +347,7 @@ function pe(e, t) {
|
|
|
347
347
|
return e.useMedium(t), I;
|
|
348
348
|
}
|
|
349
349
|
//#endregion
|
|
350
|
-
//#region node_modules/react-remove-scroll/dist/es2015/medium.js
|
|
350
|
+
//#region node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@18.3.27_react@19.2.0/node_modules/react-remove-scroll/dist/es2015/medium.js
|
|
351
351
|
var L = fe(), R = function() {}, z = r.forwardRef(function(e, t) {
|
|
352
352
|
var n = r.useRef(null), i = r.useState({
|
|
353
353
|
onScrollCapture: R,
|
|
@@ -393,13 +393,13 @@ z.defaultProps = {
|
|
|
393
393
|
zeroRight: N
|
|
394
394
|
};
|
|
395
395
|
//#endregion
|
|
396
|
-
//#region node_modules/get-nonce/dist/es2015/index.js
|
|
396
|
+
//#region node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js
|
|
397
397
|
var B, me = function() {
|
|
398
398
|
if (B) return B;
|
|
399
399
|
if (typeof __webpack_nonce__ < "u") return __webpack_nonce__;
|
|
400
400
|
};
|
|
401
401
|
//#endregion
|
|
402
|
-
//#region node_modules/react-style-singleton/dist/es2015/singleton.js
|
|
402
|
+
//#region node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@18.3.27_react@19.2.0/node_modules/react-style-singleton/dist/es2015/singleton.js
|
|
403
403
|
function he() {
|
|
404
404
|
if (!document) return null;
|
|
405
405
|
var e = document.createElement("style");
|
|
@@ -683,7 +683,7 @@ function Be(e) {
|
|
|
683
683
|
return t;
|
|
684
684
|
}
|
|
685
685
|
//#endregion
|
|
686
|
-
//#region node_modules/react-remove-scroll/dist/es2015/sidecar.js
|
|
686
|
+
//#region node_modules/.pnpm/react-remove-scroll@2.7.1_@types+react@18.3.27_react@19.2.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js
|
|
687
687
|
var Ve = pe(L, ze), He = r.forwardRef(function(e, t) {
|
|
688
688
|
return r.createElement(z, j({}, e, {
|
|
689
689
|
ref: t,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useLocalizationContext as e } from "./contexts/LocalizationContext.js";
|
|
2
|
-
import { t } from "./clsx-
|
|
2
|
+
import { t } from "./clsx-B7LyVm5O.js";
|
|
3
3
|
import { jsx as n } from "react/jsx-runtime";
|
|
4
4
|
import './assets/Container.css';//#region lib/components/layout/Container.module.css
|
|
5
5
|
var r = { "rp-container": "_rp-container_f63gc_1" }, i = (e) => e.replace(/_/g, "-"), a = (a) => {
|
|
@@ -3,15 +3,15 @@ import { useLayoutContainer as t } from "./contexts/LayoutContainerContext.js";
|
|
|
3
3
|
import { useLocalizationContext as n } from "./contexts/LocalizationContext.js";
|
|
4
4
|
import { useOtherToolContext as r } from "./contexts/OtherToolContext.js";
|
|
5
5
|
import { dateFormatter as i } from "./utils/dateFormatter.js";
|
|
6
|
-
import { c as a, d as o, f as s, i as c, l, n as u, o as d, t as f } from "./dist-
|
|
7
|
-
import { n as p, r as m, t as h } from "./dist-
|
|
8
|
-
import { i as g, n as ee, r as _, t as v } from "./Combination-
|
|
6
|
+
import { c as a, d as o, f as s, i as c, l, n as u, o as d, t as f } from "./dist-bK-AHWLF.js";
|
|
7
|
+
import { n as p, r as m, t as h } from "./dist-BRVqFn7R.js";
|
|
8
|
+
import { i as g, n as ee, r as _, t as v } from "./Combination-DqNkTtir.js";
|
|
9
9
|
import { CloseIcon as te } from "./components/icons/CloseIcon.js";
|
|
10
10
|
import { t as y } from "./PropertyItem-evJWWmWZ.js";
|
|
11
11
|
import * as b from "react";
|
|
12
12
|
import { useMemo as x } from "react";
|
|
13
13
|
import { Fragment as S, jsx as C, jsxs as w } from "react/jsx-runtime";
|
|
14
|
-
import './assets/DocumentDialog.css';//#region node_modules/@radix-ui/react-dialog/dist/index.mjs
|
|
14
|
+
import './assets/DocumentDialog.css';//#region node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@18.3.7_@types+react@18.3.27__@types+reac_2e279b9f45eaccf149bfa3a9b35ce50c/node_modules/@radix-ui/react-dialog/dist/index.mjs
|
|
15
15
|
var T = "Dialog", [E, ne] = l(T), [D, O] = E(T), k = (e) => {
|
|
16
16
|
let { __scopeDialog: t, children: n, open: r, defaultOpen: i, onOpenChange: a, modal: o = !0 } = e, s = b.useRef(null), c = b.useRef(null), [l, u] = f({
|
|
17
17
|
prop: r,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./clsx-
|
|
2
|
-
import { a as t, i as n, s as r, t as i } from "./dist-
|
|
1
|
+
import { t as e } from "./clsx-B7LyVm5O.js";
|
|
2
|
+
import { a as t, i as n, s as r, t as i } from "./dist-CKteKPPA.js";
|
|
3
3
|
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
4
4
|
import './assets/DropDown.css';var s = {
|
|
5
5
|
"rp-dropdown-content": "_rp-dropdown-content_1vzkq_1",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "./clsx-
|
|
1
|
+
import { t as e } from "./clsx-B7LyVm5O.js";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import './assets/LoaderIcon.css';//#region lib/assets/loader.png
|
|
4
4
|
var n = "data:image/png;base64,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", r = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useLocalizationContext as e } from "./contexts/LocalizationContext.js";
|
|
2
2
|
import { usePrintContext as t } from "./contexts/PrintContext.js";
|
|
3
|
-
import { t as n } from "./clsx-
|
|
3
|
+
import { t as n } from "./clsx-B7LyVm5O.js";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
import './assets/LoadingIndicator.css';var a = {
|
|
6
6
|
"rp-loading-overlay": "_rp-loading-overlay_wazy2_1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./clsx-
|
|
2
|
-
import { r as t } from "./dist-
|
|
1
|
+
import { t as e } from "./clsx-B7LyVm5O.js";
|
|
2
|
+
import { r as t } from "./dist-CKteKPPA.js";
|
|
3
3
|
import { jsx as n } from "react/jsx-runtime";
|
|
4
4
|
import './assets/MenuItem.css';//#region lib/components/layout/toolbar/MenuItem.module.css
|
|
5
5
|
var r = { "rp-menu-item": "_rp-menu-item_cu12j_1" }, i = (i) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e } from "./dist-
|
|
1
|
+
import { o as e } from "./dist-CKteKPPA.js";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import './assets/MenuSeparator.css';//#region lib/components/layout/toolbar/MenuSeparator.module.css
|
|
4
4
|
var n = { "rp-menu-separator": "_rp-menu-separator_17dlz_1" }, r = () => /* @__PURE__ */ t(e, { className: n["rp-menu-separator"] });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDocumentPasswordContext as e } from "./contexts/DocumentPasswordContext.js";
|
|
2
2
|
import { useLocalizationContext as t } from "./contexts/LocalizationContext.js";
|
|
3
|
-
import { t as n } from "./clsx-
|
|
3
|
+
import { t as n } from "./clsx-B7LyVm5O.js";
|
|
4
4
|
import { useState as r } from "react";
|
|
5
5
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
6
6
|
import './assets/PasswordModal.css';//#region lib/components/ui/PasswordModal.module.css
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDarkModeContext as e } from "./contexts/DarkModeContext.js";
|
|
2
2
|
import { useLocalizationContext as t } from "./contexts/LocalizationContext.js";
|
|
3
3
|
import { useDropFileZoneContext as n } from "./contexts/DropFileZoneContext.js";
|
|
4
|
-
import { t as r } from "./clsx-
|
|
4
|
+
import { t as r } from "./clsx-B7LyVm5O.js";
|
|
5
5
|
import { t as i } from "./LightPdfIcon-DL8MYtWQ.js";
|
|
6
6
|
import { t as a } from "./DarkPdfIcon-B5ehd9CV.js";
|
|
7
7
|
import { useDropFileZone as o } from "./utils/hooks/useDropFileZone.js";
|
|
@@ -12,7 +12,7 @@ import { getPageFromPosition as p } from "./utils/calculatePage.js";
|
|
|
12
12
|
import { a as m, r as h } from "./PaginationContext-Cwf8sCpK.js";
|
|
13
13
|
import { useSelectionModeContext as g } from "./contexts/SelectionModeContext.js";
|
|
14
14
|
import { useFullScreenContext as _ } from "./contexts/FullScreenContext.js";
|
|
15
|
-
import { t as v } from "./clsx-
|
|
15
|
+
import { t as v } from "./clsx-B7LyVm5O.js";
|
|
16
16
|
import { useLoaderContext as ee } from "./contexts/LoaderContext.js";
|
|
17
17
|
import { t as y } from "./RPPage-C_r8aeTc.js";
|
|
18
18
|
import { useVirtualReactWindow as te } from "./utils/hooks/useVirtualReactWindow.js";
|
|
@@ -22,7 +22,7 @@ import { SinglePage as ie } from "./components/page/SinglePage.js";
|
|
|
22
22
|
import { useMousePressed as ae } from "./utils/hooks/useMousePressed.js";
|
|
23
23
|
import { useGrabScroll as oe } from "./utils/hooks/useGrabScroll.js";
|
|
24
24
|
import { usePinch as se } from "./utils/hooks/usePinch.js";
|
|
25
|
-
import { t as b } from "./PasswordModal-
|
|
25
|
+
import { t as b } from "./PasswordModal-CB9Rd2zJ.js";
|
|
26
26
|
import { usePresentPage as x } from "./utils/hooks/usePresentPage.js";
|
|
27
27
|
import { LayoutContainer as ce } from "./components/layout/LayoutContainer.js";
|
|
28
28
|
import { LayoutWrapper as le } from "./components/layout/LayoutWrapper.js";
|
|
@@ -49,7 +49,7 @@ var O = {
|
|
|
49
49
|
"rp-load-error-message": "_rp-load-error-message_fn8tz_116"
|
|
50
50
|
};
|
|
51
51
|
//#endregion
|
|
52
|
-
//#region node_modules/@babel/runtime/helpers/esm/extends.js
|
|
52
|
+
//#region node_modules/.pnpm/@babel+runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.js
|
|
53
53
|
function k() {
|
|
54
54
|
return k = Object.assign ? Object.assign.bind() : function(e) {
|
|
55
55
|
for (var t = 1; t < arguments.length; t++) {
|
|
@@ -60,25 +60,25 @@ function k() {
|
|
|
60
60
|
}, k.apply(null, arguments);
|
|
61
61
|
}
|
|
62
62
|
//#endregion
|
|
63
|
-
//#region node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
63
|
+
//#region node_modules/.pnpm/@babel+runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
64
64
|
function A(e) {
|
|
65
65
|
if (e === void 0) throw ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
66
66
|
return e;
|
|
67
67
|
}
|
|
68
68
|
//#endregion
|
|
69
|
-
//#region node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
69
|
+
//#region node_modules/.pnpm/@babel+runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
70
70
|
function be(e, t) {
|
|
71
71
|
return be = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(e, t) {
|
|
72
72
|
return e.__proto__ = t, e;
|
|
73
73
|
}, be(e, t);
|
|
74
74
|
}
|
|
75
75
|
//#endregion
|
|
76
|
-
//#region node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
76
|
+
//#region node_modules/.pnpm/@babel+runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
77
77
|
function xe(e, t) {
|
|
78
78
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, be(e, t);
|
|
79
79
|
}
|
|
80
80
|
//#endregion
|
|
81
|
-
//#region node_modules/memoize-one/dist/memoize-one.esm.js
|
|
81
|
+
//#region node_modules/.pnpm/memoize-one@5.2.1/node_modules/memoize-one/dist/memoize-one.esm.js
|
|
82
82
|
var Se = Number.isNaN || function(e) {
|
|
83
83
|
return typeof e == "number" && e !== e;
|
|
84
84
|
};
|
|
@@ -100,7 +100,7 @@ function M(e, t) {
|
|
|
100
100
|
return o;
|
|
101
101
|
}
|
|
102
102
|
//#endregion
|
|
103
|
-
//#region node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
103
|
+
//#region node_modules/.pnpm/@babel+runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
104
104
|
function N(e, t) {
|
|
105
105
|
if (e == null) return {};
|
|
106
106
|
var n = {};
|
|
@@ -111,7 +111,7 @@ function N(e, t) {
|
|
|
111
111
|
return n;
|
|
112
112
|
}
|
|
113
113
|
//#endregion
|
|
114
|
-
//#region node_modules/react-window/dist/index.esm.js
|
|
114
|
+
//#region node_modules/.pnpm/react-window@1.8.11_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-window/dist/index.esm.js
|
|
115
115
|
var P = typeof performance == "object" && typeof performance.now == "function" ? function() {
|
|
116
116
|
return performance.now();
|
|
117
117
|
} : function() {
|
|
@@ -519,7 +519,7 @@ function q(e, t) {
|
|
|
519
519
|
return !W(n, i) && !W(r, a);
|
|
520
520
|
}
|
|
521
521
|
//#endregion
|
|
522
|
-
//#region node_modules/react-virtualized-auto-sizer/dist/react-virtualized-auto-sizer.esm.js
|
|
522
|
+
//#region node_modules/.pnpm/react-virtualized-auto-sizer@1.0.26_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-virtualized-auto-sizer/dist/react-virtualized-auto-sizer.esm.js
|
|
523
523
|
var J = typeof window < "u" ? window : typeof self < "u" ? self : global, Y = null, X = null, Le = 20, Z = J.clearTimeout, Re = J.setTimeout, Q = J.cancelAnimationFrame || J.mozCancelAnimationFrame || J.webkitCancelAnimationFrame, $ = J.requestAnimationFrame || J.mozRequestAnimationFrame || J.webkitRequestAnimationFrame;
|
|
524
524
|
Q == null || $ == null ? (Y = Z, X = function(e) {
|
|
525
525
|
return Re(e, Le);
|