vdc-editor 0.1.280 → 0.1.281
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/BulkSpellChecker-Dj6uQbF9.mjs +5 -0
- package/lib/BulkSpellChecker-Dj6uQbF9.mjs.map +1 -0
- package/lib/{index-DmYSs5R2.mjs → index-DdSjvp30.mjs} +11006 -10995
- package/lib/{index-DmYSs5R2.mjs.map → index-DdSjvp30.mjs.map} +1 -1
- package/lib/src/components/editor/CoreEditorMoblie.vue.d.ts +3 -0
- package/lib/src/components/editor/CoreEditorV2.vue.d.ts +3 -0
- package/lib/src/components/editor/SuperViewMobileEditor.vue.d.ts +3 -0
- package/lib/src/type.d.ts +4 -0
- package/lib/src/utils/node-names.d.ts +2 -0
- package/lib/vdc-editor.mjs +1 -1
- package/lib/vdc-editor.umd.js +81 -81
- package/lib/vdc-editor.umd.js.map +1 -1
- package/package.json +1 -1
- package/lib/BulkSpellChecker-B6r4DAk1.mjs +0 -5
- package/lib/BulkSpellChecker-B6r4DAk1.mjs.map +0 -1
|
@@ -25,6 +25,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
contentTextStyle: string;
|
|
26
26
|
fontSizeDefault: string;
|
|
27
27
|
fontFamilyDefault: string;
|
|
28
|
+
fontWeightDefault: undefined;
|
|
28
29
|
customClassFormatControlBar: string;
|
|
29
30
|
isScreenSplit: boolean;
|
|
30
31
|
isShowLineNumber: boolean;
|
|
@@ -84,6 +85,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
85
|
contentTextStyle: string;
|
|
85
86
|
fontSizeDefault: string;
|
|
86
87
|
fontFamilyDefault: string;
|
|
88
|
+
fontWeightDefault: undefined;
|
|
87
89
|
customClassFormatControlBar: string;
|
|
88
90
|
isScreenSplit: boolean;
|
|
89
91
|
isShowLineNumber: boolean;
|
|
@@ -138,6 +140,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
140
|
hideComment: boolean;
|
|
139
141
|
fontSizeDefault: string;
|
|
140
142
|
fontFamilyDefault: string;
|
|
143
|
+
fontWeightDefault: string;
|
|
141
144
|
contentTextStyle: string;
|
|
142
145
|
dark: boolean;
|
|
143
146
|
hideToolbar: boolean;
|
|
@@ -23,6 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
contentClass: undefined;
|
|
24
24
|
fontSizeDefault: string;
|
|
25
25
|
fontFamilyDefault: string;
|
|
26
|
+
fontWeightDefault: undefined;
|
|
26
27
|
customClassToolbar: string;
|
|
27
28
|
readonly: boolean;
|
|
28
29
|
canEditSuperReadOnly: boolean;
|
|
@@ -87,6 +88,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
88
|
contentClass: undefined;
|
|
88
89
|
fontSizeDefault: string;
|
|
89
90
|
fontFamilyDefault: string;
|
|
91
|
+
fontWeightDefault: undefined;
|
|
90
92
|
customClassToolbar: string;
|
|
91
93
|
readonly: boolean;
|
|
92
94
|
canEditSuperReadOnly: boolean;
|
|
@@ -150,6 +152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
150
152
|
hideComment: boolean;
|
|
151
153
|
fontSizeDefault: string;
|
|
152
154
|
fontFamilyDefault: string;
|
|
155
|
+
fontWeightDefault: string;
|
|
153
156
|
dark: boolean;
|
|
154
157
|
hideToolbar: boolean;
|
|
155
158
|
fieldNameComment: import('../../type').FieldName | null;
|
|
@@ -16,6 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
editorClass: undefined;
|
|
17
17
|
fontSizeDefault: string;
|
|
18
18
|
fontFamilyDefault: string;
|
|
19
|
+
fontWeightDefault: undefined;
|
|
19
20
|
fieldNameSuper: null;
|
|
20
21
|
fieldNameContent: null;
|
|
21
22
|
customClassToolbar: string;
|
|
@@ -60,6 +61,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
61
|
editorClass: undefined;
|
|
61
62
|
fontSizeDefault: string;
|
|
62
63
|
fontFamilyDefault: string;
|
|
64
|
+
fontWeightDefault: undefined;
|
|
63
65
|
fieldNameSuper: null;
|
|
64
66
|
fieldNameContent: null;
|
|
65
67
|
customClassToolbar: string;
|
|
@@ -101,6 +103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
103
|
customClassToolbar: string;
|
|
102
104
|
fontSizeDefault: string;
|
|
103
105
|
fontFamilyDefault: string;
|
|
106
|
+
fontWeightDefault: string;
|
|
104
107
|
hideToolbar: boolean;
|
|
105
108
|
fieldNameContent: import('../../type').FieldName | null;
|
|
106
109
|
fieldNameSuper: import('../../type').FieldName | null;
|
package/lib/src/type.d.ts
CHANGED
|
@@ -325,6 +325,10 @@ export interface EditorProps {
|
|
|
325
325
|
* font family default editor for extension select font-family
|
|
326
326
|
*/
|
|
327
327
|
fontFamilyDefault?: string;
|
|
328
|
+
/**
|
|
329
|
+
* font weight default editor for extension font-weight
|
|
330
|
+
*/
|
|
331
|
+
fontWeightDefault?: string;
|
|
328
332
|
/**
|
|
329
333
|
* content text style (mobile)
|
|
330
334
|
*/
|
|
@@ -46,6 +46,7 @@ export declare const SUPER_TEXT = "superText";
|
|
|
46
46
|
export declare const CONFIG_PLAN = "configPlan";
|
|
47
47
|
export declare const FONT_SIZE = "fontSize";
|
|
48
48
|
export declare const FONT_FAMILY = "fontFamily";
|
|
49
|
+
export declare const FONT_WEIGHT = "fontWeight";
|
|
49
50
|
export declare const BOLD = "bold";
|
|
50
51
|
export declare const ITALIC = "italic";
|
|
51
52
|
export declare const UNDERLINE = "underline";
|
|
@@ -110,6 +111,7 @@ declare const EXTENSION_NAMES: {
|
|
|
110
111
|
readonly CONFIG_PLAN: "configPlan";
|
|
111
112
|
readonly FONT_SIZE: "fontSize";
|
|
112
113
|
readonly FONT_FAMILY: "fontFamily";
|
|
114
|
+
readonly FONT_WEIGHT: "fontWeight";
|
|
113
115
|
readonly BOLD: "bold";
|
|
114
116
|
readonly ITALIC: "italic";
|
|
115
117
|
readonly UNDERLINE: "underline";
|
package/lib/vdc-editor.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as i, b as o, a as t, D as r, c as E, E as d, S as p, g as S, d as u, S as C, j as H, i as L, k as n, n as l, u as T, e as _, h as f, f as g } from "./index-
|
|
1
|
+
import { A as i, b as o, a as t, D as r, c as E, E as d, S as p, g as S, d as u, S as C, j as H, i as L, k as n, n as l, u as T, e as _, h as f, f as g } from "./index-DdSjvp30.mjs";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
export {
|
|
4
4
|
i as ArticleCompareEditor,
|