simple-ime 1.0.0-beta.9 → 1.0.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.
@@ -8,8 +8,8 @@ export declare class SimpleIme {
8
8
  private convertedPinyin;
9
9
  private chiMode;
10
10
  private flag;
11
- private method;
12
11
  private newIn;
12
+ private method;
13
13
  /**
14
14
  * punct = 0 => full width punctuation
15
15
  * shape = 1 => half width punctuation
@@ -10,9 +10,6 @@ export interface SimpleImeInstance {
10
10
  /** 销毁输入法实例 */
11
11
  dispose: () => void;
12
12
  }
13
- export interface SimpleImeOptions {
14
- experimentalAutoSegment: boolean;
15
- }
16
13
  export interface Candidate {
17
14
  w: string;
18
15
  f: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "simple-ime",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.9",
4
+ "version": "1.0.0",
5
5
  "description": "A simple browser tool to use Chinese Pinyin Input Method (IME).",
6
6
  "author": "nieyuyao <nieyuyao0826@hotmail.com>",
7
7
  "license": "MIT",