@scx-js/scx-admin 0.0.6 → 0.0.8

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.
@@ -194,6 +194,7 @@ const defaultEditorConfig = {
194
194
  ],
195
195
  },
196
196
  translations: [zhCNTranslations],
197
+ licenseKey:"GPL"
197
198
  };
198
199
 
199
200
  export {defaultEditorConfig};
@@ -8,7 +8,7 @@
8
8
  import "./easy-ckeditor-lazy.css";
9
9
  import {onMounted, ref, watch} from "vue";
10
10
  import {createScxUploadAdapterPlugin} from "./plugins/scx-upload-adapter.js";
11
- import {useScxFSS} from "scx-ui/scx/scx-fss";
11
+ import {useScxFSS} from "@scx-js/scx-app-x";
12
12
  import {InlineEditor} from "ckeditor5";
13
13
  import {debounce} from "lodash-es";
14
14
  import {defaultEditorConfig} from "./default-editor-config.js";
@@ -10,7 +10,7 @@ import {createScxUploadAdapterPlugin} from "./plugins/scx-upload-adapter.js";
10
10
  import {ClassicEditor, InlineEditor} from "ckeditor5";
11
11
  import "ckeditor5/ckeditor5.css";
12
12
  import {defaultEditorConfig} from "./default-editor-config.js";
13
- import {useScxFSS} from "scx-ui/scx/scx-fss";
13
+ import {useScxFSS} from "@scx-js/scx-app-x";
14
14
 
15
15
  export default {
16
16
  name: "easy-ckeditor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scx-js/scx-admin",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "SCX Admin",
5
5
  "license": "MIT",
6
6
  "author": "scx567888",
@@ -16,12 +16,17 @@
16
16
  "url": "https://github.com/scx567888/scx-js.git"
17
17
  },
18
18
  "dependencies": {
19
- "@scx-js/scx-app-x": "0.0.6",
20
- "@scx-js/scx-common": "0.0.6",
21
- "@scx-js/scx-dom": "0.0.6",
22
- "@scx-js/scx-http": "0.0.6",
19
+ "@ckeditor/ckeditor5-vue": "^7.0.0",
20
+ "@scx-js/scx-app-x": "0.0.8",
21
+ "@scx-js/scx-common": "0.0.8",
22
+ "@scx-js/scx-dom": "0.0.8",
23
+ "@scx-js/scx-http": "0.0.8",
24
+ "ckeditor5": "^44.0.0",
23
25
  "element-plus": "^2.9.3",
24
- "nprogress": "^0.2.0"
26
+ "lodash-es": "^4.17.21",
27
+ "monaco-editor": "^0.52.2",
28
+ "nprogress": "^0.2.0",
29
+ "vue": "^3.0.0"
25
30
  },
26
31
  "devDependencies": {
27
32
  "@vitejs/plugin-vue": "^5.0.0",