@keyblade/tinymce-editor-vue2 0.0.12-alpha.51 → 0.0.12-alpha.52
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/es/editor.vue2.js +5 -3
- package/package.json +2 -2
package/es/editor.vue2.js
CHANGED
|
@@ -20,6 +20,8 @@ import "tinymce/plugins/directionality";
|
|
|
20
20
|
import "tinymce/plugins/emoticons";
|
|
21
21
|
import "tinymce/plugins/emoticons/js/emojis.min";
|
|
22
22
|
import "tinymce/plugins/fullscreen";
|
|
23
|
+
import "tinymce/plugins/help";
|
|
24
|
+
import "tinymce/plugins/help/js/i18n/keynav/zh_CN";
|
|
23
25
|
import "tinymce/plugins/image";
|
|
24
26
|
import "tinymce/plugins/insertdatetime";
|
|
25
27
|
import "tinymce/plugins/link";
|
|
@@ -36,7 +38,7 @@ import "tinymce/plugins/visualchars";
|
|
|
36
38
|
import "tinymce/plugins/wordcount";
|
|
37
39
|
import { globalProps as S } from "./index.js";
|
|
38
40
|
import { Message as p } from "element-ui";
|
|
39
|
-
const
|
|
41
|
+
const ha = /* @__PURE__ */ _e({
|
|
40
42
|
__name: "editor",
|
|
41
43
|
props: {
|
|
42
44
|
value: { default: "" },
|
|
@@ -346,7 +348,7 @@ const va = /* @__PURE__ */ _e({
|
|
|
346
348
|
"directionality",
|
|
347
349
|
"emoticons",
|
|
348
350
|
"fullscreen",
|
|
349
|
-
|
|
351
|
+
"help",
|
|
350
352
|
"image",
|
|
351
353
|
// 'importcss'
|
|
352
354
|
"insertdatetime",
|
|
@@ -552,5 +554,5 @@ const va = /* @__PURE__ */ _e({
|
|
|
552
554
|
}
|
|
553
555
|
});
|
|
554
556
|
export {
|
|
555
|
-
|
|
557
|
+
ha as default
|
|
556
558
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@keyblade/tinymce-editor-vue2",
|
|
3
3
|
"description": "KeyBlade Tinymce Editor Vue2",
|
|
4
4
|
"author": "yangshuai <704807396@qq.com>",
|
|
5
|
-
"version": "0.0.12-alpha.
|
|
5
|
+
"version": "0.0.12-alpha.52",
|
|
6
6
|
"private": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "es/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"vue-global-config": "^0.2.6",
|
|
24
24
|
"tinymce": "^7.1.0",
|
|
25
25
|
"element-ui": "^2.15.14",
|
|
26
|
-
"@keyblade/one-travel": "^2.0.
|
|
26
|
+
"@keyblade/one-travel": "^2.0.17"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"vue": "^2.7.0",
|