erl-mathtextx-editor 0.2.4 → 0.3.0
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/CHANGELOG.md +61 -3
- package/README.md +90 -1
- package/dist/{CellPropertiesDialogImpl-CXCZM3NM.js → CellPropertiesDialogImpl-DroCD-qw.js} +1 -1
- package/dist/{ImageInsertDialog-bvVbmn5d.js → ImageInsertDialog-BprAxxIR.js} +1 -1
- package/dist/{InsertTableDialogImpl-DtB4WswI.js → InsertTableDialogImpl-U7g8UMBM.js} +1 -1
- package/dist/{LinkDialogImpl-JAK21VVR.js → LinkDialogImpl-Cs1v0Vgd.js} +1 -1
- package/dist/MathTextXEditor.d.ts +1 -1
- package/dist/{TablePropertiesDialogImpl-CS01MOsn.js → TablePropertiesDialogImpl-BmdThHz3.js} +1 -1
- package/dist/{TableTemplatesDialogImpl-Be0HjzRg.js → TableTemplatesDialogImpl-CglXYCPV.js} +1 -1
- package/dist/assets/erl-mathtextx-editor.css +1 -1
- package/dist/components/TableMenu.d.ts +6 -1
- package/dist/core/extensions.d.ts +2 -6
- package/dist/erl-mathtextx-editor.js +1 -1
- package/dist/{index-ABpo9sfg.js → index-7QYcLP1s.js} +2531 -2404
- package/dist/{index-Dfokkug6.js → index-Cv7EVaSA.js} +1 -1
- package/dist/{index-9ZbVThzh.js → index-DLjIKZ3J.js} +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/utils/pasteHandler.d.ts +33 -5
- package/package.json +1 -1
- package/dist/erl-mathtextx-editor.umd.cjs +0 -3748
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { TableView } from '@tiptap/extension-table';
|
|
2
1
|
import { Extensions } from '@tiptap/core';
|
|
3
2
|
export interface ExtensionsConfig {
|
|
4
3
|
placeholder?: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
constructor(node: any, cellMinWidth: number);
|
|
8
|
-
update(node: any): boolean;
|
|
9
|
-
updateAttributes(node: any): void;
|
|
4
|
+
/** Table styling mode: 'custom' uses mtx-table CSS themes, 'native' uses plain TipTap/ProseMirror table */
|
|
5
|
+
tableStyle?: 'custom' | 'native';
|
|
10
6
|
}
|
|
11
7
|
/**
|
|
12
8
|
* Creates the default set of TipTap extensions for MathTextX editor.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as t, I as s, b as o, L as l, M as i, d as r, e as T, f as g, h as n, i as m, S as p, T as M, j as C, k as b, l as d, W as h, m as y, n as D, o as L, p as c, q as x, r as u, s as E, t as I, v as P, w as S, x as f, y as k } from "./index-
|
|
1
|
+
import { C as t, I as s, b as o, L as l, M as i, d as r, e as T, f as g, h as n, i as m, S as p, T as M, j as C, k as b, l as d, W as h, m as y, n as D, o as L, p as c, q as x, r as u, s as E, t as I, v as P, w as S, x as f, y as k } from "./index-7QYcLP1s.js";
|
|
2
2
|
import { C as H } from "./ContentViewer-RijJ5nlJ.js";
|
|
3
3
|
export {
|
|
4
4
|
t as CellPropertiesDialog,
|