@sheinx/base 3.7.6 → 3.7.7-beta.1

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.
@@ -60,6 +60,7 @@ declare const _default: {
60
60
  search: string;
61
61
  urlInvalidMsg: string;
62
62
  invalidAccept: string;
63
+ invalidImage: string;
63
64
  notFound: string;
64
65
  };
65
66
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuFE"}
1
+ {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuFE"}
@@ -66,5 +66,6 @@ var _default = exports.default = {
66
66
  search: 'search',
67
67
  urlInvalidMsg: 'Picture format is incorrect, please upload again',
68
68
  invalidAccept: 'Invalid file format',
69
+ invalidImage: 'Invalid image format',
69
70
  notFound: 'not found'
70
71
  };
@@ -60,6 +60,7 @@ declare const _default: {
60
60
  search: string;
61
61
  urlInvalidMsg: string;
62
62
  invalidAccept: string;
63
+ invalidImage: string;
63
64
  notFound: string;
64
65
  };
65
66
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwFE"}
1
+ {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwFE"}
@@ -66,5 +66,6 @@ var _default = exports.default = {
66
66
  search: '搜索',
67
67
  urlInvalidMsg: '图片格式不正确,请重新上传',
68
68
  invalidAccept: '文件格式不正确',
69
+ invalidImage: '图片格式不正确',
69
70
  notFound: '未找到'
70
71
  };
@@ -60,6 +60,7 @@ declare const _default: {
60
60
  search: string;
61
61
  urlInvalidMsg: string;
62
62
  invalidAccept: string;
63
+ invalidImage: string;
63
64
  notFound: string;
64
65
  };
65
66
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuFE"}
1
+ {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuFE"}
@@ -60,5 +60,6 @@ export default {
60
60
  search: 'search',
61
61
  urlInvalidMsg: 'Picture format is incorrect, please upload again',
62
62
  invalidAccept: 'Invalid file format',
63
+ invalidImage: 'Invalid image format',
63
64
  notFound: 'not found'
64
65
  };
@@ -60,6 +60,7 @@ declare const _default: {
60
60
  search: string;
61
61
  urlInvalidMsg: string;
62
62
  invalidAccept: string;
63
+ invalidImage: string;
63
64
  notFound: string;
64
65
  };
65
66
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwFE"}
1
+ {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwFE"}
@@ -60,5 +60,6 @@ export default {
60
60
  search: '搜索',
61
61
  urlInvalidMsg: '图片格式不正确,请重新上传',
62
62
  invalidAccept: '文件格式不正确',
63
+ invalidImage: '图片格式不正确',
63
64
  notFound: '未找到'
64
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.7.6",
3
+ "version": "3.7.7-beta.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.7.6",
13
+ "@sheinx/hooks": "3.7.7-beta.1",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"