poro-editor 1.7.5 → 1.7.6
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/config.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export namespace DEFAULT_CONFIG {
|
|
|
44
44
|
export let theme: string;
|
|
45
45
|
export let locale: string;
|
|
46
46
|
export { DEFAULT_EXPORT_FORMATS as exportFormats };
|
|
47
|
-
export let maxLength:
|
|
47
|
+
export let maxLength: null;
|
|
48
48
|
export let showCharCount: boolean;
|
|
49
49
|
export let readonly: boolean;
|
|
50
50
|
export { DEFAULT_VARIABLE_CONFIG as variables };
|
package/dist/poro-editor.js
CHANGED
|
@@ -64512,11 +64512,12 @@ const woe = () => /* @__PURE__ */ P("div", { className: "menu-separator" }), Eoe
|
|
|
64512
64512
|
theme: "light",
|
|
64513
64513
|
locale: MP(),
|
|
64514
64514
|
exportFormats: Zoe,
|
|
64515
|
+
maxLength: null,
|
|
64515
64516
|
readonly: !1,
|
|
64516
64517
|
variables: tie,
|
|
64517
64518
|
injectStyles: !1,
|
|
64518
64519
|
placeholder: "请输入内容",
|
|
64519
|
-
maxLength: 10,
|
|
64520
|
+
// maxLength: 10,
|
|
64520
64521
|
showCharCount: !0
|
|
64521
64522
|
}, Mm = new gn("poroFloatingMenu"), Cn = Xo(null), die = ({ content: e = "<p>Ola!</p>", onChange: t, config: n }) => {
|
|
64522
64523
|
var s, l;
|