@underverse-ui/underverse 2.0.36 → 2.0.38
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/api-reference.json +1 -1
- package/dist/{chunk-V4VZZHV7.js → chunk-GZ7EDNGF.js} +202 -184
- package/dist/chunk-GZ7EDNGF.js.map +1 -0
- package/dist/{chunk-SCW2XGCE.js → chunk-R27HNUZQ.js} +23 -17
- package/dist/chunk-R27HNUZQ.js.map +1 -0
- package/dist/index.cjs +497 -465
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{menu-bar-MX3LXG6T.js → menu-bar-VXAMTP3E.js} +2 -2
- package/dist/ueditor.cjs +509 -477
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.d.cts +2 -0
- package/dist/ueditor.d.ts +2 -0
- package/dist/ueditor.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-SCW2XGCE.js.map +0 -1
- package/dist/chunk-V4VZZHV7.js.map +0 -1
- /package/dist/{menu-bar-MX3LXG6T.js.map → menu-bar-VXAMTP3E.js.map} +0 -0
package/dist/ueditor.d.cts
CHANGED
|
@@ -97,6 +97,8 @@ interface UEditorProps {
|
|
|
97
97
|
/** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
|
|
98
98
|
bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
|
|
99
99
|
showFloatingMenu?: boolean;
|
|
100
|
+
/** Enables slash, emoji, formula, and typed Markdown-style autocomplete. Defaults to `true`. */
|
|
101
|
+
enableAutocomplete?: boolean;
|
|
100
102
|
showCharacterCount?: boolean;
|
|
101
103
|
/** Whether to show the editor footer. Defaults to `true`. */
|
|
102
104
|
showFooter?: boolean;
|
package/dist/ueditor.d.ts
CHANGED
|
@@ -97,6 +97,8 @@ interface UEditorProps {
|
|
|
97
97
|
/** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
|
|
98
98
|
bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
|
|
99
99
|
showFloatingMenu?: boolean;
|
|
100
|
+
/** Enables slash, emoji, formula, and typed Markdown-style autocomplete. Defaults to `true`. */
|
|
101
|
+
enableAutocomplete?: boolean;
|
|
100
102
|
showCharacterCount?: boolean;
|
|
101
103
|
/** Whether to show the editor footer. Defaults to `true`. */
|
|
102
104
|
showFooter?: boolean;
|
package/dist/ueditor.js
CHANGED
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
extractImageSrcsFromHtml,
|
|
6
6
|
normalizeImageUrl,
|
|
7
7
|
prepareUEditorContentForSave
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-R27HNUZQ.js";
|
|
9
9
|
import "./chunk-TSBKJELM.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-GZ7EDNGF.js";
|
|
11
11
|
import "./chunk-EN33T3LJ.js";
|
|
12
12
|
import "./chunk-5GMQ23IU.js";
|
|
13
13
|
import "./chunk-6XQTRIP6.js";
|