@sheinx/base 3.0.0-alpha.12 → 3.0.0-alpha.13
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/cjs/cascader/cascader.js +1 -1
- package/cjs/config/locale/en_US.d.ts +4 -0
- package/cjs/config/locale/en_US.d.ts.map +1 -1
- package/cjs/config/locale/en_US.js +5 -1
- package/cjs/config/locale/zh-CN.d.ts +4 -0
- package/cjs/config/locale/zh-CN.d.ts.map +1 -1
- package/cjs/config/locale/zh-CN.js +5 -1
- package/esm/cascader/cascader.js +1 -1
- package/esm/config/locale/en_US.d.ts +4 -0
- package/esm/config/locale/en_US.d.ts.map +1 -1
- package/esm/config/locale/en_US.js +5 -1
- package/esm/config/locale/zh-CN.d.ts +4 -0
- package/esm/config/locale/zh-CN.d.ts.map +1 -1
- package/esm/config/locale/zh-CN.js +5 -1
- package/package.json +2 -2
package/cjs/cascader/cascader.js
CHANGED
|
@@ -387,7 +387,7 @@ var Cascader = function Cascader(props) {
|
|
|
387
387
|
renderResult: getRenderResult,
|
|
388
388
|
resultClassName: resultClassName,
|
|
389
389
|
renderUnmatched: renderUnmatched,
|
|
390
|
-
renderResultContent: hideTag && multiple
|
|
390
|
+
renderResultContent: hideTag && !multiple ? renderResultContent : undefined,
|
|
391
391
|
allowOnFilter: 'onFilter' in props || 'onAdvancedFilter' in props,
|
|
392
392
|
focusSelected: focusSelected,
|
|
393
393
|
inputText: inputText,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6FE"}
|
|
@@ -67,6 +67,10 @@ var _default = {
|
|
|
67
67
|
search: 'search',
|
|
68
68
|
urlInvalidMsg: 'Picture format is incorrect, please upload again',
|
|
69
69
|
invalidAccept: 'Invalid file format',
|
|
70
|
-
notFound: 'not found'
|
|
70
|
+
notFound: 'not found',
|
|
71
|
+
exmples: 'exmples',
|
|
72
|
+
api: 'API',
|
|
73
|
+
guide: 'guide',
|
|
74
|
+
updateRecord: 'update record'
|
|
71
75
|
};
|
|
72
76
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8FE"}
|
package/esm/cascader/cascader.js
CHANGED
|
@@ -387,7 +387,7 @@ var Cascader = function Cascader(props) {
|
|
|
387
387
|
renderResult: getRenderResult,
|
|
388
388
|
resultClassName: resultClassName,
|
|
389
389
|
renderUnmatched: renderUnmatched,
|
|
390
|
-
renderResultContent: hideTag && multiple
|
|
390
|
+
renderResultContent: hideTag && !multiple ? renderResultContent : undefined,
|
|
391
391
|
allowOnFilter: 'onFilter' in props || 'onAdvancedFilter' in props,
|
|
392
392
|
focusSelected: focusSelected,
|
|
393
393
|
inputText: inputText,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6FE"}
|
|
@@ -67,6 +67,10 @@ var _default = {
|
|
|
67
67
|
search: 'search',
|
|
68
68
|
urlInvalidMsg: 'Picture format is incorrect, please upload again',
|
|
69
69
|
invalidAccept: 'Invalid file format',
|
|
70
|
-
notFound: 'not found'
|
|
70
|
+
notFound: 'not found',
|
|
71
|
+
exmples: 'exmples',
|
|
72
|
+
api: 'API',
|
|
73
|
+
guide: 'guide',
|
|
74
|
+
updateRecord: 'update record'
|
|
71
75
|
};
|
|
72
76
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["zh-CN.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8FE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/base",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"module": "./esm/index.js",
|
|
11
11
|
"typings": "./cjs/index.d.ts",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@sheinx/hooks": "3.0.0-alpha.
|
|
13
|
+
"@sheinx/hooks": "3.0.0-alpha.13",
|
|
14
14
|
"immer": "^10.0.0",
|
|
15
15
|
"classnames": "^2.0.0",
|
|
16
16
|
"valtio": "^1.13.0"
|