vdc-editor 0.1.142 → 0.1.143
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-CfhWzHER.mjs +657 -0
- package/lib/BulkSpellChecker-CfhWzHER.mjs.map +1 -0
- package/lib/index-D_EtZ_yD.mjs +56239 -0
- package/lib/index-D_EtZ_yD.mjs.map +1 -0
- package/lib/src/constants/bulkSpellChecker.d.ts +3 -0
- package/lib/src/type.d.ts +1 -0
- package/lib/vdc-editor.mjs +1 -1
- package/lib/vdc-editor.umd.js +48 -48
- package/lib/vdc-editor.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,9 @@ export declare const ERROR_TYPE: {
|
|
|
2
2
|
SPACING: number;
|
|
3
3
|
SPELLING: number;
|
|
4
4
|
};
|
|
5
|
+
export declare const SPELL_CHECK_CODE: {
|
|
6
|
+
readonly NOTHING_TO_CHANGE: "NOTHING_TO_CHANGE";
|
|
7
|
+
};
|
|
5
8
|
export declare const SPELL_CHECK_STATUS: {
|
|
6
9
|
readonly LOADING: "loading";
|
|
7
10
|
readonly HAS_ERROR: "hasError";
|
package/lib/src/type.d.ts
CHANGED
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-D_EtZ_yD.mjs";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
export {
|
|
4
4
|
i as ArticleCompareEditor,
|