vdc-editor 0.1.232 → 0.1.233
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-Bc-uhlZV.mjs → BulkSpellChecker-DCitRq-u.mjs} +2 -2
- package/lib/{BulkSpellChecker-Bc-uhlZV.mjs.map → BulkSpellChecker-DCitRq-u.mjs.map} +1 -1
- package/lib/{index-Dq8pMd1o.mjs → index-c5vBpBBl.mjs} +4175 -4174
- package/lib/{index-Dq8pMd1o.mjs.map → index-c5vBpBBl.mjs.map} +1 -1
- package/lib/src/utils/node-names.d.ts +1 -0
- package/lib/vdc-editor.mjs +1 -1
- package/lib/vdc-editor.umd.js +63 -63
- package/lib/vdc-editor.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ export declare const COLUMNS = "columns";
|
|
|
19
19
|
export declare const TEXT_BOX = "textBox";
|
|
20
20
|
export declare const IMAGE = "image";
|
|
21
21
|
export declare const IMAGE_UPLOAD = "imageUpload";
|
|
22
|
+
export declare const VIDEO_UPLOAD = "videoUpload";
|
|
22
23
|
export declare const IFRAME = "iframe";
|
|
23
24
|
export declare const FILE = "file";
|
|
24
25
|
export declare const CODE_BLOCK = "codeBlock";
|
package/lib/vdc-editor.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as i, r as t, q as o, s as r, E as d, p, t as u, p as E, B as l, v as n, F as S, y as m, u as w, w as x, z as f, x as g } from "./index-
|
|
1
|
+
import { A as i, r as t, q as o, s as r, E as d, p, t as u, p as E, B as l, v as n, F as S, y as m, u as w, w as x, z as f, x as g } from "./index-c5vBpBBl.mjs";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
export {
|
|
4
4
|
i as ArticleCompareEditor,
|