@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/dist/index.cjs
CHANGED
|
@@ -50323,6 +50323,7 @@ var UEditor = import_react88.default.forwardRef(({
|
|
|
50323
50323
|
showBubbleMenu = true,
|
|
50324
50324
|
bubbleMenuPlacement = "auto",
|
|
50325
50325
|
showFloatingMenu = false,
|
|
50326
|
+
enableAutocomplete = true,
|
|
50326
50327
|
showCharacterCount = true,
|
|
50327
50328
|
showFooter = true,
|
|
50328
50329
|
maxCharacters,
|
|
@@ -50421,6 +50422,7 @@ var UEditor = import_react88.default.forwardRef(({
|
|
|
50421
50422
|
content,
|
|
50422
50423
|
editable,
|
|
50423
50424
|
autofocus,
|
|
50425
|
+
enableInputRules: enableAutocomplete,
|
|
50424
50426
|
editorProps: {
|
|
50425
50427
|
handleDOMEvents: {
|
|
50426
50428
|
mousedown: (view, event) => {
|