@wangeditor-next/editor 5.6.29 → 5.6.31
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/README.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
开源 Web 富文本编辑器,开箱即用,配置简单。支持 JS Vue React 。
|
|
6
6
|
|
|
7
|
-
- [文档](https://
|
|
8
|
-
- [demo](https://
|
|
7
|
+
- [文档](https://wangeditor-next.github.io/docs/)
|
|
8
|
+
- [demo](https://wangeditor-next.github.io/demo/)
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
交流
|
|
13
|
-
- [提交问题和建议](https://github.com/
|
|
13
|
+
- [提交问题和建议](https://github.com/wangeditor-next/wangEditor-next/issues)
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* @description SelectList class
|
|
3
3
|
* @author wangfupeng
|
|
4
4
|
*/
|
|
5
|
+
import { IDomEditor } from '../../editor/interface';
|
|
5
6
|
import { Dom7Array } from '../../utils/dom';
|
|
6
7
|
import { IOption } from '../interface';
|
|
7
8
|
import PanelAndModal from './BaseClass';
|
|
8
|
-
import { IDomEditor } from '../../editor/interface';
|
|
9
9
|
declare class SelectList extends PanelAndModal {
|
|
10
10
|
type: string;
|
|
11
11
|
readonly $elem: Dom7Array;
|