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.
@@ -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
@@ -198,6 +198,7 @@ export interface SpellCheckResponse {
198
198
  status: string;
199
199
  success: boolean;
200
200
  data: SpellCheckData | null;
201
+ code?: string;
201
202
  }
202
203
  export interface IProofreaderInterface {
203
204
  proofreadText(sentence: string): Promise<ITextWithPosition[]>;
@@ -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-CoiD8x6n.mjs";
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,