@underverse-ui/underverse 2.0.34 → 2.0.35
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-OTPC2OTQ.js → chunk-F2P3DJSC.js} +3 -3
- package/dist/{chunk-OTPC2OTQ.js.map → chunk-F2P3DJSC.js.map} +1 -1
- package/dist/{chunk-JYAEYUGM.js → chunk-H4AVZA4K.js} +7 -4
- package/dist/chunk-H4AVZA4K.js.map +1 -0
- package/dist/{chunk-UHUKUI5S.js → chunk-WFQV7XFC.js} +2 -2
- package/dist/index.cjs +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-HZBBRX42.js → menu-bar-MUISXLMR.js} +3 -3
- package/dist/ueditor.cjs +6 -3
- 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-JYAEYUGM.js.map +0 -1
- /package/dist/{chunk-UHUKUI5S.js.map → chunk-WFQV7XFC.js.map} +0 -0
- /package/dist/{menu-bar-HZBBRX42.js.map → menu-bar-MUISXLMR.js.map} +0 -0
package/dist/ueditor.d.cts
CHANGED
|
@@ -103,6 +103,8 @@ interface UEditorProps {
|
|
|
103
103
|
maxCharacters?: number;
|
|
104
104
|
minHeight?: number | string;
|
|
105
105
|
maxHeight?: number | string;
|
|
106
|
+
/** Horizontal padding for table cells in pixels. Defaults to `8`. */
|
|
107
|
+
tableCellHorizontalPadding?: number;
|
|
106
108
|
/** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
|
|
107
109
|
expandWideTables?: boolean;
|
|
108
110
|
variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
|
package/dist/ueditor.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ interface UEditorProps {
|
|
|
103
103
|
maxCharacters?: number;
|
|
104
104
|
minHeight?: number | string;
|
|
105
105
|
maxHeight?: number | string;
|
|
106
|
+
/** Horizontal padding for table cells in pixels. Defaults to `8`. */
|
|
107
|
+
tableCellHorizontalPadding?: number;
|
|
106
108
|
/** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
|
|
107
109
|
expandWideTables?: boolean;
|
|
108
110
|
variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
|
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-H4AVZA4K.js";
|
|
9
9
|
import "./chunk-W3QTP2DM.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-F2P3DJSC.js";
|
|
11
11
|
import "./chunk-6FAHXNDQ.js";
|
|
12
12
|
import "./chunk-NSBPE2FW.js";
|
|
13
13
|
export {
|