@underverse-ui/underverse 2.0.38 → 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-R27HNUZQ.js → chunk-BGCDAFGB.js} +8 -12
- package/dist/chunk-BGCDAFGB.js.map +1 -0
- package/dist/index.cjs +7 -11
- 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 +7 -11
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.d.cts +1 -1
- package/dist/ueditor.d.ts +1 -1
- package/dist/ueditor.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-R27HNUZQ.js.map +0 -1
package/dist/ueditor.d.cts
CHANGED
|
@@ -97,7 +97,7 @@ interface UEditorProps {
|
|
|
97
97
|
/** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
|
|
98
98
|
bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
|
|
99
99
|
showFloatingMenu?: boolean;
|
|
100
|
-
/** Enables
|
|
100
|
+
/** Enables typed Markdown-style autocomplete such as headings, lists, quotes, dividers, and to-do lists. Defaults to `true`. */
|
|
101
101
|
enableAutocomplete?: boolean;
|
|
102
102
|
showCharacterCount?: boolean;
|
|
103
103
|
/** Whether to show the editor footer. Defaults to `true`. */
|
package/dist/ueditor.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ interface UEditorProps {
|
|
|
97
97
|
/** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
|
|
98
98
|
bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
|
|
99
99
|
showFloatingMenu?: boolean;
|
|
100
|
-
/** Enables
|
|
100
|
+
/** Enables typed Markdown-style autocomplete such as headings, lists, quotes, dividers, and to-do lists. Defaults to `true`. */
|
|
101
101
|
enableAutocomplete?: boolean;
|
|
102
102
|
showCharacterCount?: boolean;
|
|
103
103
|
/** Whether to show the editor footer. Defaults to `true`. */
|
package/dist/ueditor.js
CHANGED