eddyter 1.4.12-beta.1 → 1.4.13
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 +3 -2
- package/dist/{CommentBubblePlugin-Dys_vAAy.js → CommentBubblePlugin-DDCERFQO.js} +1 -1
- package/dist/{LazySignatureCanvas-mBBsNrXo.js → LazySignatureCanvas-D5P1189T.js} +1 -1
- package/dist/assets/style.css +1 -1
- package/dist/components/ConfigurableEditorWithAuth.d.ts +2 -2
- package/dist/{generateDocxThumbnail-B6OCB4Ex.js → generateDocxThumbnail-BVFpoKUP.js} +1 -1
- package/dist/{generatePdfThumbnail-BpEbP0LM.js → generatePdfThumbnail-Pvt57kGy.js} +1 -1
- package/dist/{generateXlsxThumbnail-BnNE7FNs.js → generateXlsxThumbnail-DRggrLYK.js} +1 -1
- package/dist/{html2pdf.bundle.min-BV_DMorG.js → html2pdf.bundle.min-DElEIEzd.js} +1 -1
- package/dist/{index-BeO2Yk36.js → index-C9Dld3-L.js} +4 -4
- package/dist/{index-B-jQTjl2.js → index-Cojy1w7r.js} +206 -205
- package/dist/{index-spVoyGjR.js → index-D11sRTul.js} +1 -1
- package/dist/{index-BMOkFC_x.js → index-DFEFJp4J.js} +11681 -14686
- package/dist/{index-9xc3C9Vp.js → index-D_izLqTY.js} +1 -1
- package/dist/{index-RfRAAbqs.js → index-ZBDns08-.js} +64 -63
- package/dist/index.js +1 -1
- package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +1 -1
- package/package.json +1 -1
|
@@ -27,13 +27,13 @@ interface ConfigurableEditorWithAuthProps {
|
|
|
27
27
|
*/
|
|
28
28
|
mode?: "edit" | "preview";
|
|
29
29
|
/** Additional class name for the preview container (only used in preview mode) */
|
|
30
|
-
|
|
30
|
+
containerClassName?: string;
|
|
31
31
|
/** Additional class name for the editor wrapper container */
|
|
32
32
|
className?: string;
|
|
33
33
|
/** Additional style for the editor wrapper container */
|
|
34
34
|
style?: React.CSSProperties;
|
|
35
35
|
/** Additional class name for the editor content area */
|
|
36
|
-
|
|
36
|
+
contentClassName?: string;
|
|
37
37
|
/** Editor container options */
|
|
38
38
|
editor?: {
|
|
39
39
|
/** Max height for editor content area / preview content */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Tt, i as Se,
|
|
1
|
+
import { m as Tt, i as Se, V as Ce, z as xe } from "./index-DFEFJp4J.js";
|
|
2
2
|
import { h as Ee } from "./html2canvas.esm-BD_Vwvv8.js";
|
|
3
3
|
function Ft(c) {
|
|
4
4
|
throw new Error('Could not dynamically require "' + c + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as Ci } from "./html2canvas.esm-BD_Vwvv8.js";
|
|
2
|
-
import {
|
|
2
|
+
import { V as yi, z as Di } from "./index-DFEFJp4J.js";
|
|
3
3
|
var In = 1252, Oi = [874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1e4], Zt = {
|
|
4
4
|
/*::[*/
|
|
5
5
|
0: 1252,
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { useLexicalComposerContext as T } from "@lexical/react/LexicalComposerContext";
|
|
3
3
|
import { $getNodeByKey as g } from "lexical";
|
|
4
4
|
import { useState as B, useEffect as D } from "react";
|
|
5
|
-
import { j as k, D as y, T as E, F as h, k as I, l as W } from "./index-
|
|
5
|
+
import { j as k, D as y, T as E, F as h, k as I, l as W } from "./index-DFEFJp4J.js";
|
|
6
6
|
function $(e, t) {
|
|
7
7
|
const d = e.split(".").pop()?.toLowerCase();
|
|
8
8
|
return d === "pdf" || t.startsWith("data:application/pdf") ? "pdf" : d === "docx" || t.startsWith("data:application/vnd.openxmlformats") && e.toLowerCase().endsWith(".docx") ? "docx" : d === "xlsx" || d === "xls" || t.startsWith("data:application/vnd.openxmlformats-officedocument.spreadsheetml") || t.startsWith("data:application/vnd.ms-excel") ? "xlsx" : null;
|
|
@@ -16,15 +16,15 @@ function z(e, t) {
|
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
18
|
let l = !1;
|
|
19
|
-
return c === "pdf" ? import("./generatePdfThumbnail-
|
|
19
|
+
return c === "pdf" ? import("./generatePdfThumbnail-Pvt57kGy.js").then(({ generatePdfThumbnail: o }) => o(e)).then((o) => {
|
|
20
20
|
l || n(o);
|
|
21
21
|
}).catch(() => {
|
|
22
22
|
l || n(null);
|
|
23
|
-
}) : c === "docx" ? import("./generateDocxThumbnail-
|
|
23
|
+
}) : c === "docx" ? import("./generateDocxThumbnail-BVFpoKUP.js").then(({ generateDocxThumbnail: o }) => o(e)).then((o) => {
|
|
24
24
|
l || n(o);
|
|
25
25
|
}).catch(() => {
|
|
26
26
|
l || n(null);
|
|
27
|
-
}) : c === "xlsx" && import("./generateXlsxThumbnail-
|
|
27
|
+
}) : c === "xlsx" && import("./generateXlsxThumbnail-DRggrLYK.js").then(({ generateXlsxThumbnail: o }) => o(e)).then((o) => {
|
|
28
28
|
l || n(o);
|
|
29
29
|
}).catch(() => {
|
|
30
30
|
l || n(null);
|