eddyter 1.3.77 → 1.3.78
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/{generateDocxThumbnail-Du6zd_sv.js → generateDocxThumbnail-DI95OEXG.js} +1 -1
- package/dist/{generatePdfThumbnail-DdNHlnr8.js → generatePdfThumbnail-B7hHlIu1.js} +1 -1
- package/dist/{generateXlsxThumbnail-VFzuEJln.js → generateXlsxThumbnail-L2Rxm_uB.js} +1 -1
- package/dist/{html2pdf.bundle.min-4S-fQVxW.js → html2pdf.bundle.min-D1aH-6LZ.js} +1 -1
- package/dist/{index-DSNo50FN.js → index-BBPa4rFJ.js} +1 -1
- package/dist/{index-Dh3DFyBT.js → index-BDzAe_Dw.js} +8394 -8360
- package/dist/{index-BUrH5xJk.js → index-Bl_jnnhX.js} +1 -1
- package/dist/{index-DCBdbL8A.js → index-Bzbg5ykO.js} +4 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import { useLexicalNodeSelection as $e } from "@lexical/react/useLexicalNodeSele
|
|
|
16
16
|
import { mergeRegister as _e } from "@lexical/utils";
|
|
17
17
|
import { RootNode as qt, TextNode as Vt, LineBreakNode as Jt, ParagraphNode as Qt, $getSelection as st, $isNodeSelection as dt, $isParagraphNode as Et, $setSelection as bt, $isRangeSelection as Te, SELECTION_CHANGE_COMMAND as We, COMMAND_PRIORITY_LOW as U, CLICK_COMMAND as Ye, DRAGSTART_COMMAND as je, KEY_DELETE_COMMAND as Oe, KEY_BACKSPACE_COMMAND as He, KEY_ENTER_COMMAND as Fe, KEY_ESCAPE_COMMAND as Xe, $getNodeByKey as ct, createCommand as Be } from "lexical";
|
|
18
18
|
import mt, { useState as P, useRef as G, useMemo as $t, useCallback as S, useEffect as q, useLayoutEffect as Ke, Suspense as Ue } from "react";
|
|
19
|
-
import { a as gt, D as Zt, b as te, d as ee, e as re, f as oe, h as ae, B as _t, L as ie, i as ne, C as yt, I as Ge, u as qe, $ as tt, t as z, j as Ve, k as Je, W as Qe, l as Ze, A as tr, m as er, n as rr, T as or, o as ar, S as ir, E as nr, p as sr, q as dr, r as cr, s as lr } from "./index-
|
|
19
|
+
import { a as gt, D as Zt, b as te, d as ee, e as re, f as oe, h as ae, B as _t, L as ie, i as ne, C as yt, I as Ge, u as qe, $ as tt, t as z, j as Ve, k as Je, W as Qe, l as Ze, A as tr, m as er, n as rr, T as or, o as ar, S as ir, E as nr, p as sr, q as dr, r as cr, s as lr } from "./index-BDzAe_Dw.js";
|
|
20
20
|
import "react-dom";
|
|
21
21
|
const se = gt("Crop", [
|
|
22
22
|
["path", { d: "M6 2v14a2 2 0 0 0 2 2h14", key: "ron5a4" }],
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { useLexicalComposerContext as U } from "@lexical/react/LexicalComposerContext";
|
|
3
3
|
import { $getNodeByKey as v } from "lexical";
|
|
4
4
|
import { useState as N, useEffect as y } from "react";
|
|
5
|
-
import { v as w, w as L, x as E, F as g, y as j, z as B } from "./index-
|
|
5
|
+
import { v as w, w as L, x as E, F as g, y as j, z as B } from "./index-BDzAe_Dw.js";
|
|
6
6
|
function W(t, e) {
|
|
7
7
|
const l = t.split(".").pop()?.toLowerCase();
|
|
8
8
|
return l === "pdf" || e.startsWith("data:application/pdf") ? "pdf" : l === "docx" || e.startsWith("data:application/vnd.openxmlformats") && t.toLowerCase().endsWith(".docx") ? "docx" : l === "xlsx" || l === "xls" || e.startsWith("data:application/vnd.openxmlformats-officedocument.spreadsheetml") || e.startsWith("data:application/vnd.ms-excel") ? "xlsx" : null;
|
|
@@ -16,15 +16,15 @@ function $(t, e) {
|
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
18
|
let c = !1;
|
|
19
|
-
return s === "pdf" ? import("./generatePdfThumbnail-
|
|
19
|
+
return s === "pdf" ? import("./generatePdfThumbnail-B7hHlIu1.js").then(({ generatePdfThumbnail: o }) => o(t)).then((o) => {
|
|
20
20
|
c || d(o);
|
|
21
21
|
}).catch(() => {
|
|
22
22
|
c || d(null);
|
|
23
|
-
}) : s === "docx" ? import("./generateDocxThumbnail-
|
|
23
|
+
}) : s === "docx" ? import("./generateDocxThumbnail-DI95OEXG.js").then(({ generateDocxThumbnail: o }) => o(t)).then((o) => {
|
|
24
24
|
c || d(o);
|
|
25
25
|
}).catch(() => {
|
|
26
26
|
c || d(null);
|
|
27
|
-
}) : s === "xlsx" && import("./generateXlsxThumbnail-
|
|
27
|
+
}) : s === "xlsx" && import("./generateXlsxThumbnail-L2Rxm_uB.js").then(({ generateXlsxThumbnail: o }) => o(t)).then((o) => {
|
|
28
28
|
c || d(o);
|
|
29
29
|
}).catch(() => {
|
|
30
30
|
c || d(null);
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as a, K as r, M as t, N as s, O as o, P as d, Q as v, R as u, U as f, V as n, X as l, Y as w } from "./index-
|
|
1
|
+
import { J as a, K as r, M as t, N as s, O as o, P as d, Q as v, R as u, U as f, V as n, X as l, Y as w } from "./index-BDzAe_Dw.js";
|
|
2
2
|
export {
|
|
3
3
|
a as ConfigurableEditor,
|
|
4
4
|
r as ConfigurableEditorWithAuth,
|