@wangeditor-next/plugin-formula 1.0.2 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ declare class CellProperty extends TableProperty implements IButtonMenu {
6
6
  readonly tag = "button";
7
7
  readonly showModal = true;
8
8
  readonly modalWidth = 300;
9
+ readonly menu = "cell";
9
10
  getModalContentNode(editor: IDomEditor): import("slate").NodeEntry<import("../../utils").WithType<import("packages/custom-types").CustomElement>>;
10
11
  }
11
12
  export default CellProperty;
@@ -9,6 +9,7 @@ declare class TableProperty implements IButtonMenu {
9
9
  readonly tag = "button";
10
10
  readonly showModal = true;
11
11
  readonly modalWidth = 300;
12
+ readonly menu: string;
12
13
  readonly borderStyle: {
13
14
  value: string;
14
15
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/plugin-formula",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "wangEditor next formula 公式",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "katex": "^0.16.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "@wangeditor-next/editor": "5.6.17",
47
+ "@wangeditor-next/editor": "5.6.19",
48
48
  "katex": "^0.16.0",
49
49
  "snabbdom": "^3.1.0"
50
50
  },