@opentiny/vue-search-box 0.1.3 → 0.1.5

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.
@@ -35,7 +35,8 @@ const enUS = {
35
35
  equal: "Equal",
36
36
  notEqual: "Not equal",
37
37
  contain: "Contain",
38
- notContain: "Does not contain"
38
+ notContain: "Does not contain",
39
+ initUse: "Search"
39
40
  }
40
41
  }
41
42
  };
@@ -35,7 +35,8 @@ const zhCN = {
35
35
  equal: "等于",
36
36
  notEqual: "不等于",
37
37
  contain: "包含",
38
- notContain: "不包含"
38
+ notContain: "不包含",
39
+ initUse: "搜索"
39
40
  }
40
41
  }
41
42
  };
@@ -37,7 +37,8 @@ const enUS = {
37
37
  equal: "Equal",
38
38
  notEqual: "Not equal",
39
39
  contain: "Contain",
40
- notContain: "Does not contain"
40
+ notContain: "Does not contain",
41
+ initUse: "Search"
41
42
  }
42
43
  }
43
44
  };
@@ -37,7 +37,8 @@ const zhCN = {
37
37
  equal: "等于",
38
38
  notEqual: "不等于",
39
39
  contain: "包含",
40
- notContain: "不包含"
40
+ notContain: "不包含",
41
+ initUse: "搜索"
41
42
  }
42
43
  }
43
44
  };
@@ -36,6 +36,7 @@ declare const _default: {
36
36
  notEqual: string;
37
37
  contain: string;
38
38
  notContain: string;
39
+ initUse: string;
39
40
  };
40
41
  };
41
42
  };
@@ -36,6 +36,7 @@ declare const _default: {
36
36
  notEqual: string;
37
37
  contain: string;
38
38
  notContain: string;
39
+ initUse: string;
39
40
  };
40
41
  };
41
42
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-search-box",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/opentiny/tiny-search-box#readme",
6
6
  "bugs": {
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "author": "",
15
15
  "type": "module",
16
- "main": "dist/lib/index.cjs.js",
16
+ "main": "dist/es/index.es.js",
17
17
  "module": "dist/es/index.es.js",
18
18
  "types": "dist/types/index.d.ts",
19
19
  "style": "src/index.less",