react-os-shell 4.79.2 → 4.79.4
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 +1 -0
- package/dist/{Browser-XPFSDH27.js → Browser-3Z6IC25F.js} +4 -4
- package/dist/{Browser-XPFSDH27.js.map → Browser-3Z6IC25F.js.map} +1 -1
- package/dist/{Documents-NHWPVRQC.js → Documents-6LSU5BZL.js} +4 -4
- package/dist/{Documents-NHWPVRQC.js.map → Documents-6LSU5BZL.js.map} +1 -1
- package/dist/{Files-4RFGGL6Q.js → Files-6WCC7TQO.js} +4 -4
- package/dist/{Files-4RFGGL6Q.js.map → Files-6WCC7TQO.js.map} +1 -1
- package/dist/{Notepad-K57YAANX.js → Notepad-NOA4XZBK.js} +4 -4
- package/dist/{Notepad-K57YAANX.js.map → Notepad-NOA4XZBK.js.map} +1 -1
- package/dist/{Preview-IOH4HR4P.js → Preview-GEDTZPMG.js} +5 -5
- package/dist/Preview-GEDTZPMG.js.map +1 -0
- package/dist/{Spreadsheet-C5GAX4ZW.js → Spreadsheet-664SZSSQ.js} +4 -4
- package/dist/{Spreadsheet-C5GAX4ZW.js.map → Spreadsheet-664SZSSQ.js.map} +1 -1
- package/dist/apps/index.js +8 -8
- package/dist/{chunk-Z5LURI3C.js → chunk-J46YHNHL.js} +3 -3
- package/dist/{chunk-Z5LURI3C.js.map → chunk-J46YHNHL.js.map} +1 -1
- package/dist/chunk-QKVUOX5N.js +7 -0
- package/dist/{chunk-UWLJI2O7.js.map → chunk-QKVUOX5N.js.map} +1 -1
- package/dist/{chunk-VDKHMCWT.js → chunk-YZVJCHXV.js} +71 -62
- package/dist/chunk-YZVJCHXV.js.map +1 -0
- package/dist/{index-C_uCjbAh.d.ts → index-BjEcKEsJ.d.ts} +6 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
- package/dist/Preview-IOH4HR4P.js.map +0 -1
- package/dist/chunk-UWLJI2O7.js +0 -7
- package/dist/chunk-VDKHMCWT.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ImageAnnotator_default } from './chunk-AXWC3332.js';
|
|
2
|
-
import { AboutApp } from './chunk-
|
|
2
|
+
import { AboutApp } from './chunk-J46YHNHL.js';
|
|
3
3
|
import { peekPdfPreviewStage, claimPdfPreviewStage, PDF_PREVIEW_UPDATE_EVENT } from './chunk-3L463T5H.js';
|
|
4
4
|
import { toast_default } from './chunk-2VM2FRZJ.js';
|
|
5
|
-
import './chunk-
|
|
5
|
+
import './chunk-QKVUOX5N.js';
|
|
6
6
|
import { WindowTitle, getActiveModalId } from './chunk-EXSEW5F3.js';
|
|
7
7
|
import './chunk-BLLINYDD.js';
|
|
8
8
|
import { registerModalEscapeInterceptor } from './chunk-CDR2Q64Q.js';
|
|
@@ -327,7 +327,7 @@ function PdfPanel({ url, filename, onDownload, onEmail }) {
|
|
|
327
327
|
useEffect(() => {
|
|
328
328
|
let cancelled = false;
|
|
329
329
|
setLoading(true);
|
|
330
|
-
pdfjsLib.getDocument(url).promise.then((doc) => {
|
|
330
|
+
pdfjsLib.getDocument({ url }).promise.then((doc) => {
|
|
331
331
|
if (cancelled) return;
|
|
332
332
|
setPdf(doc);
|
|
333
333
|
setTotalPages(doc.numPages);
|
|
@@ -3290,5 +3290,5 @@ function ImagePanel({ url, filename, onDownload, onEmail }) {
|
|
|
3290
3290
|
}
|
|
3291
3291
|
|
|
3292
3292
|
export { Preview as default };
|
|
3293
|
-
//# sourceMappingURL=Preview-
|
|
3294
|
-
//# sourceMappingURL=Preview-
|
|
3293
|
+
//# sourceMappingURL=Preview-GEDTZPMG.js.map
|
|
3294
|
+
//# sourceMappingURL=Preview-GEDTZPMG.js.map
|