@sheinx/base 3.6.1-beta.2 → 3.6.1-beta.4
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/input/input-group.js
CHANGED
|
@@ -65,7 +65,7 @@ var _default = exports.default = function _default(props) {
|
|
|
65
65
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
66
66
|
args[_key] = arguments[_key];
|
|
67
67
|
}
|
|
68
|
-
(_ref$current$propsMap = ref.current.propsMap.get(child)) === null || _ref$current$propsMap === void 0 || (_ref$current$propsMap2 = _ref$current$propsMap.onFocus) === null || _ref$current$propsMap2 === void 0 || _ref$current$propsMap2.call(_ref$current$
|
|
68
|
+
(_ref$current$propsMap = ref.current.propsMap.get(child)) === null || _ref$current$propsMap === void 0 || (_ref$current$propsMap2 = _ref$current$propsMap.onFocus) === null || _ref$current$propsMap2 === void 0 || _ref$current$propsMap2.call.apply(_ref$current$propsMap2, [_ref$current$propsMap].concat(args));
|
|
69
69
|
},
|
|
70
70
|
onBlur: function onBlur() {
|
|
71
71
|
var _ref$current$propsMap3, _ref$current$propsMap4;
|
|
@@ -73,7 +73,7 @@ var _default = exports.default = function _default(props) {
|
|
|
73
73
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
74
74
|
args[_key2] = arguments[_key2];
|
|
75
75
|
}
|
|
76
|
-
(_ref$current$propsMap3 = ref.current.propsMap.get(child)) === null || _ref$current$propsMap3 === void 0 || (_ref$current$propsMap4 = _ref$current$propsMap3.onBlur) === null || _ref$current$propsMap4 === void 0 || _ref$current$propsMap4.call(_ref$current$
|
|
76
|
+
(_ref$current$propsMap3 = ref.current.propsMap.get(child)) === null || _ref$current$propsMap3 === void 0 || (_ref$current$propsMap4 = _ref$current$propsMap3.onBlur) === null || _ref$current$propsMap4 === void 0 || _ref$current$propsMap4.call.apply(_ref$current$propsMap4, [_ref$current$propsMap3].concat(args));
|
|
77
77
|
}
|
|
78
78
|
});
|
|
79
79
|
}
|
package/esm/input/input-group.js
CHANGED
|
@@ -57,7 +57,7 @@ export default (function (props) {
|
|
|
57
57
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
58
58
|
args[_key] = arguments[_key];
|
|
59
59
|
}
|
|
60
|
-
(_ref$current$propsMap = ref.current.propsMap.get(child)) === null || _ref$current$propsMap === void 0 || (_ref$current$propsMap2 = _ref$current$propsMap.onFocus) === null || _ref$current$propsMap2 === void 0 || _ref$current$propsMap2.call(_ref$current$
|
|
60
|
+
(_ref$current$propsMap = ref.current.propsMap.get(child)) === null || _ref$current$propsMap === void 0 || (_ref$current$propsMap2 = _ref$current$propsMap.onFocus) === null || _ref$current$propsMap2 === void 0 || _ref$current$propsMap2.call.apply(_ref$current$propsMap2, [_ref$current$propsMap].concat(args));
|
|
61
61
|
},
|
|
62
62
|
onBlur: function onBlur() {
|
|
63
63
|
var _ref$current$propsMap3, _ref$current$propsMap4;
|
|
@@ -65,7 +65,7 @@ export default (function (props) {
|
|
|
65
65
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
66
66
|
args[_key2] = arguments[_key2];
|
|
67
67
|
}
|
|
68
|
-
(_ref$current$propsMap3 = ref.current.propsMap.get(child)) === null || _ref$current$propsMap3 === void 0 || (_ref$current$propsMap4 = _ref$current$propsMap3.onBlur) === null || _ref$current$propsMap4 === void 0 || _ref$current$propsMap4.call(_ref$current$
|
|
68
|
+
(_ref$current$propsMap3 = ref.current.propsMap.get(child)) === null || _ref$current$propsMap3 === void 0 || (_ref$current$propsMap4 = _ref$current$propsMap3.onBlur) === null || _ref$current$propsMap4 === void 0 || _ref$current$propsMap4.call.apply(_ref$current$propsMap4, [_ref$current$propsMap3].concat(args));
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/base",
|
|
3
|
-
"version": "3.6.1-beta.
|
|
3
|
+
"version": "3.6.1-beta.4",
|
|
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.6.1-beta.
|
|
13
|
+
"@sheinx/hooks": "3.6.1-beta.4",
|
|
14
14
|
"immer": "^10.0.0",
|
|
15
15
|
"classnames": "^2.0.0",
|
|
16
16
|
"@shined/reactive": "^0.1.3-alpha.0"
|