File tree 8 files changed +13
-14
lines changed
init-default-config/config
8 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @wangeditor/ core" ,
3
- "version" : " 1.1.19 " ,
2
+ "name" : " @cxjf/wangeditor- core" ,
3
+ "version" : " 1.1.20 " ,
4
4
"description" : " wangEditor core" ,
5
5
"author" : " wangfupeng1988 <wangfupeng1988@163.com>" ,
6
6
"contributors" : [],
22
22
],
23
23
"publishConfig" : {
24
24
"access" : " public" ,
25
- "registry" : " https ://registry.npmjs.com /"
25
+ "registry" : " http ://49.234.156.39:8081/repository/npm-release /"
26
26
},
27
27
"repository" : {
28
28
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @wangeditor/ editor" ,
2
+ "name" : " @cxjf/wangeditor- editor" ,
3
3
"version" : " 5.1.23" ,
4
4
"description" : " Web rich text editor, Web 富文本编辑器" ,
5
5
"keywords" : [
28
28
" dist"
29
29
],
30
30
"publishConfig" : {
31
- "access" : " public" ,
32
- "registry" : " https://registry.npmjs.com/"
31
+ "access" : " public"
33
32
},
34
33
"repository" : {
35
34
"type" : " git" ,
53
52
"@uppy/xhr-upload" : " ^2.0.3" ,
54
53
"@wangeditor/basic-modules" : " ^1.1.7" ,
55
54
"@wangeditor/code-highlight" : " ^1.0.3" ,
56
- "@wangeditor/ core" : " ^1.1.19 " ,
55
+ "@cxjf/wangeditor- core" : " ^1.1.20 " ,
57
56
"@wangeditor/list-module" : " ^1.0.5" ,
58
57
"@wangeditor/table-module" : " ^1.1.4" ,
59
58
"@wangeditor/upload-image-module" : " ^1.0.2" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import {
35
35
IParseElemHtmlConf ,
36
36
registerParseElemHtmlConf ,
37
37
registerParseStyleHtmlHandler ,
38
- } from '@wangeditor/ core'
38
+ } from '@cxjf/wangeditor- core'
39
39
import registerModule from './register-builtin-modules/register'
40
40
41
41
type PluginType = < T extends IDomEditor > ( editor : T ) => T
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
coreCreateEditor ,
14
14
coreCreateToolbar ,
15
15
Toolbar ,
16
- } from '@wangeditor/ core'
16
+ } from '@cxjf/wangeditor- core'
17
17
18
18
export interface ICreateEditorOption {
19
19
selector : string | DOMElement
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
import './assets/index.less'
7
- import '@wangeditor/ core/dist/css/style.css'
7
+ import '@cxjf/wangeditor- core/dist/css/style.css'
8
8
9
9
// 兼容性(要放在最开始就执行)
10
10
import './utils/browser-polyfill'
@@ -47,7 +47,7 @@ export {
47
47
// 第三方模块 - 上传时用到
48
48
createUploader ,
49
49
IUploadConfig ,
50
- } from '@wangeditor/ core'
50
+ } from '@cxjf/wangeditor- core'
51
51
52
52
// 导出 slate API 和接口 (需重命名,加 `Slate` 前缀)
53
53
export {
Original file line number Diff line number Diff line change 3
3
* @author wangfupeng
4
4
*/
5
5
6
- import { t } from '@wangeditor/ core'
6
+ import { t } from '@cxjf/wangeditor- core'
7
7
import {
8
8
INDENT_RIGHT_SVG ,
9
9
JUSTIFY_LEFT_SVG ,
Original file line number Diff line number Diff line change 3
3
* @author wangfupeng
4
4
*/
5
5
6
- import { i18nAddResources } from '@wangeditor/ core'
6
+ import { i18nAddResources } from '@cxjf/wangeditor- core'
7
7
import enResources from './en'
8
8
import zhResources from './zh-CN'
9
9
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
import Boot from '../Boot'
7
- import { IModuleConf } from '@wangeditor/ core'
7
+ import { IModuleConf } from '@cxjf/wangeditor- core'
8
8
9
9
function registerModule ( module : Partial < IModuleConf > ) {
10
10
const {
You can’t perform that action at this time.
0 commit comments