@opentinyvue/vue-fluent-editor 3.21.0 → 3.22.0
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/lib/index.js +2 -2
- package/package.json +7 -6
- package/src/index.d.ts +3 -3
- package/src/mobile-first.vue.d.ts +14 -14
- package/src/pc.vue.d.ts +14 -14
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent, $
|
|
10
|
+
import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import PcTemplate from "./pc.js";
|
|
12
12
|
import MobileFirstTemplate from "./mobile-first.js";
|
|
13
13
|
import { defaultToolbar } from "@opentinyvue/vue-renderless/fluent-editor/options";
|
|
@@ -100,7 +100,7 @@ var FluentEditor = defineComponent({
|
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
102
|
});
|
|
103
|
-
var version = "3.
|
|
103
|
+
var version = "3.22.0";
|
|
104
104
|
FluentEditor.model = {
|
|
105
105
|
prop: "modelValue",
|
|
106
106
|
event: "update:modelValue"
|
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-fluent-editor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./lib/index.js",
|
|
8
8
|
"module": "./lib/index.js",
|
|
9
|
+
"type": "module",
|
|
9
10
|
"dependencies": {
|
|
10
11
|
"@opentiny/fluent-editor": "^3.24.0",
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-icon": "~3.
|
|
13
|
-
"@opentinyvue/vue-image-viewer": "~3.
|
|
14
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
12
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-image-viewer": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
16
17
|
},
|
|
17
18
|
"types": "index.d.ts",
|
|
18
19
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -186,13 +186,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
186
186
|
tiny_chart_theme: ObjectConstructor;
|
|
187
187
|
}>>, {
|
|
188
188
|
disabled: boolean;
|
|
189
|
+
options: Record<string, any>;
|
|
190
|
+
zIndex: number;
|
|
189
191
|
tiny_mode_root: boolean;
|
|
190
192
|
_constants: Record<string, any>;
|
|
191
|
-
zIndex: number;
|
|
192
|
-
options: Record<string, any>;
|
|
193
|
-
dataType: boolean;
|
|
194
193
|
mentionObj: Record<string, any>;
|
|
195
194
|
globalOptions: Record<string, any>;
|
|
195
|
+
dataType: boolean;
|
|
196
196
|
dataUpgrade: boolean;
|
|
197
197
|
imagePasteFailCallback: Function;
|
|
198
198
|
beforeEditorInit: Function;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
disabled?: any;
|
|
3
|
+
options?: any;
|
|
4
|
+
zIndex?: any;
|
|
3
5
|
tiny_mode?: any;
|
|
4
6
|
tiny_mode_root?: any;
|
|
5
7
|
tiny_template?: any;
|
|
@@ -8,15 +10,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
10
|
tiny_theme?: any;
|
|
9
11
|
tiny_chart_theme?: any;
|
|
10
12
|
modelValue?: any;
|
|
11
|
-
zIndex?: any;
|
|
12
|
-
options?: any;
|
|
13
13
|
content?: any;
|
|
14
|
-
dataType?: any;
|
|
15
|
-
fileUpload?: any;
|
|
16
14
|
mentionObj?: any;
|
|
15
|
+
fileUpload?: any;
|
|
17
16
|
globalOptions?: any;
|
|
18
17
|
imageUpload?: any;
|
|
19
18
|
picPreview?: any;
|
|
19
|
+
dataType?: any;
|
|
20
20
|
dataUpgrade?: any;
|
|
21
21
|
imagePasteFailCallback?: any;
|
|
22
22
|
beforeEditorInit?: any;
|
|
@@ -29,8 +29,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
29
29
|
dp: (props: any) => void;
|
|
30
30
|
gcls: (key: any) => any;
|
|
31
31
|
m: (...cssClasses: any[]) => string;
|
|
32
|
-
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("
|
|
32
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "ready" | "blur" | "focus" | "update:modelValue")[], "change" | "ready" | "blur" | "focus" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
33
33
|
disabled?: any;
|
|
34
|
+
options?: any;
|
|
35
|
+
zIndex?: any;
|
|
34
36
|
tiny_mode?: any;
|
|
35
37
|
tiny_mode_root?: any;
|
|
36
38
|
tiny_template?: any;
|
|
@@ -39,26 +41,26 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
39
41
|
tiny_theme?: any;
|
|
40
42
|
tiny_chart_theme?: any;
|
|
41
43
|
modelValue?: any;
|
|
42
|
-
zIndex?: any;
|
|
43
|
-
options?: any;
|
|
44
44
|
content?: any;
|
|
45
|
-
dataType?: any;
|
|
46
|
-
fileUpload?: any;
|
|
47
45
|
mentionObj?: any;
|
|
46
|
+
fileUpload?: any;
|
|
48
47
|
globalOptions?: any;
|
|
49
48
|
imageUpload?: any;
|
|
50
49
|
picPreview?: any;
|
|
50
|
+
dataType?: any;
|
|
51
51
|
dataUpgrade?: any;
|
|
52
52
|
imagePasteFailCallback?: any;
|
|
53
53
|
beforeEditorInit?: any;
|
|
54
54
|
}>>> & {
|
|
55
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
56
55
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
readonly disabled?: any;
|
|
62
|
+
readonly options?: any;
|
|
63
|
+
readonly zIndex?: any;
|
|
62
64
|
readonly tiny_mode?: any;
|
|
63
65
|
readonly tiny_mode_root?: any;
|
|
64
66
|
readonly tiny_template?: any;
|
|
@@ -67,15 +69,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
67
69
|
readonly tiny_theme?: any;
|
|
68
70
|
readonly tiny_chart_theme?: any;
|
|
69
71
|
readonly modelValue?: any;
|
|
70
|
-
readonly zIndex?: any;
|
|
71
|
-
readonly options?: any;
|
|
72
72
|
readonly content?: any;
|
|
73
|
-
readonly dataType?: any;
|
|
74
|
-
readonly fileUpload?: any;
|
|
75
73
|
readonly mentionObj?: any;
|
|
74
|
+
readonly fileUpload?: any;
|
|
76
75
|
readonly globalOptions?: any;
|
|
77
76
|
readonly imageUpload?: any;
|
|
78
77
|
readonly picPreview?: any;
|
|
78
|
+
readonly dataType?: any;
|
|
79
79
|
readonly dataUpgrade?: any;
|
|
80
80
|
readonly imagePasteFailCallback?: any;
|
|
81
81
|
readonly beforeEditorInit?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
disabled?: any;
|
|
3
|
+
options?: any;
|
|
4
|
+
zIndex?: any;
|
|
3
5
|
tiny_mode?: any;
|
|
4
6
|
tiny_mode_root?: any;
|
|
5
7
|
tiny_template?: any;
|
|
@@ -8,20 +10,20 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
10
|
tiny_theme?: any;
|
|
9
11
|
tiny_chart_theme?: any;
|
|
10
12
|
modelValue?: any;
|
|
11
|
-
zIndex?: any;
|
|
12
|
-
options?: any;
|
|
13
13
|
content?: any;
|
|
14
|
-
dataType?: any;
|
|
15
|
-
fileUpload?: any;
|
|
16
14
|
mentionObj?: any;
|
|
15
|
+
fileUpload?: any;
|
|
17
16
|
globalOptions?: any;
|
|
18
17
|
imageUpload?: any;
|
|
19
18
|
picPreview?: any;
|
|
19
|
+
dataType?: any;
|
|
20
20
|
dataUpgrade?: any;
|
|
21
21
|
imagePasteFailCallback?: any;
|
|
22
22
|
beforeEditorInit?: any;
|
|
23
|
-
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("
|
|
23
|
+
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "ready" | "blur" | "focus" | "update:modelValue")[], "change" | "ready" | "blur" | "focus" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
24
24
|
disabled?: any;
|
|
25
|
+
options?: any;
|
|
26
|
+
zIndex?: any;
|
|
25
27
|
tiny_mode?: any;
|
|
26
28
|
tiny_mode_root?: any;
|
|
27
29
|
tiny_template?: any;
|
|
@@ -30,26 +32,26 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
30
32
|
tiny_theme?: any;
|
|
31
33
|
tiny_chart_theme?: any;
|
|
32
34
|
modelValue?: any;
|
|
33
|
-
zIndex?: any;
|
|
34
|
-
options?: any;
|
|
35
35
|
content?: any;
|
|
36
|
-
dataType?: any;
|
|
37
|
-
fileUpload?: any;
|
|
38
36
|
mentionObj?: any;
|
|
37
|
+
fileUpload?: any;
|
|
39
38
|
globalOptions?: any;
|
|
40
39
|
imageUpload?: any;
|
|
41
40
|
picPreview?: any;
|
|
41
|
+
dataType?: any;
|
|
42
42
|
dataUpgrade?: any;
|
|
43
43
|
imagePasteFailCallback?: any;
|
|
44
44
|
beforeEditorInit?: any;
|
|
45
45
|
}>>> & {
|
|
46
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
47
46
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
49
49
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
readonly disabled?: any;
|
|
53
|
+
readonly options?: any;
|
|
54
|
+
readonly zIndex?: any;
|
|
53
55
|
readonly tiny_mode?: any;
|
|
54
56
|
readonly tiny_mode_root?: any;
|
|
55
57
|
readonly tiny_template?: any;
|
|
@@ -58,15 +60,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
58
60
|
readonly tiny_theme?: any;
|
|
59
61
|
readonly tiny_chart_theme?: any;
|
|
60
62
|
readonly modelValue?: any;
|
|
61
|
-
readonly zIndex?: any;
|
|
62
|
-
readonly options?: any;
|
|
63
63
|
readonly content?: any;
|
|
64
|
-
readonly dataType?: any;
|
|
65
|
-
readonly fileUpload?: any;
|
|
66
64
|
readonly mentionObj?: any;
|
|
65
|
+
readonly fileUpload?: any;
|
|
67
66
|
readonly globalOptions?: any;
|
|
68
67
|
readonly imageUpload?: any;
|
|
69
68
|
readonly picPreview?: any;
|
|
69
|
+
readonly dataType?: any;
|
|
70
70
|
readonly dataUpgrade?: any;
|
|
71
71
|
readonly imagePasteFailCallback?: any;
|
|
72
72
|
readonly beforeEditorInit?: any;
|