@sheinx/base 3.7.4-beta.4 → 3.7.4-beta.6

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.
@@ -203,7 +203,7 @@ var DatePicker = function DatePicker(props0) {
203
203
  setFocused(false);
204
204
  (_props$onBlur = props.onBlur) === null || _props$onBlur === void 0 || _props$onBlur.call(props, e, index);
205
205
  if (props.needConfirm) return;
206
- if (props.inputable && index !== undefined) {
206
+ if (props.inputable && !props.quickSelect && index !== undefined) {
207
207
  func.handleInputBlur(e.target.value, index);
208
208
  }
209
209
 
@@ -196,7 +196,7 @@ var DatePicker = function DatePicker(props0) {
196
196
  setFocused(false);
197
197
  (_props$onBlur = props.onBlur) === null || _props$onBlur === void 0 || _props$onBlur.call(props, e, index);
198
198
  if (props.needConfirm) return;
199
- if (props.inputable && index !== undefined) {
199
+ if (props.inputable && !props.quickSelect && index !== undefined) {
200
200
  func.handleInputBlur(e.target.value, index);
201
201
  }
202
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.7.4-beta.4",
3
+ "version": "3.7.4-beta.6",
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.4-beta.4",
13
+ "@sheinx/hooks": "3.7.4-beta.6",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"