@underverse-ui/underverse 2.0.37 → 2.0.39
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-6K6CKZUL.js → chunk-BGCDAFGB.js} +3 -1
- package/dist/chunk-BGCDAFGB.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -26
- package/dist/index.d.ts +25 -26
- package/dist/index.js +1 -1
- package/dist/ueditor.cjs +2 -0
- 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 +1 -1
- package/package.json +1 -1
- package/dist/chunk-6K6CKZUL.js.map +0 -1
package/api-reference.json
CHANGED
|
@@ -15026,6 +15026,7 @@ var UEditor = React17.forwardRef(({
|
|
|
15026
15026
|
showBubbleMenu = true,
|
|
15027
15027
|
bubbleMenuPlacement = "auto",
|
|
15028
15028
|
showFloatingMenu = false,
|
|
15029
|
+
enableAutocomplete = true,
|
|
15029
15030
|
showCharacterCount = true,
|
|
15030
15031
|
showFooter = true,
|
|
15031
15032
|
maxCharacters,
|
|
@@ -15124,6 +15125,7 @@ var UEditor = React17.forwardRef(({
|
|
|
15124
15125
|
content,
|
|
15125
15126
|
editable,
|
|
15126
15127
|
autofocus,
|
|
15128
|
+
enableInputRules: enableAutocomplete,
|
|
15127
15129
|
editorProps: {
|
|
15128
15130
|
handleDOMEvents: {
|
|
15129
15131
|
mousedown: (view, event) => {
|
|
@@ -15491,4 +15493,4 @@ export {
|
|
|
15491
15493
|
prepareUEditorContentForSave,
|
|
15492
15494
|
UEditor_default
|
|
15493
15495
|
};
|
|
15494
|
-
//# sourceMappingURL=chunk-
|
|
15496
|
+
//# sourceMappingURL=chunk-BGCDAFGB.js.map
|