cnhis-design-vue 3.1.34-beta.8 → 3.1.34-beta.9

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.
@@ -107,8 +107,7 @@ var EditSelect = defineComponent({
107
107
  }
108
108
  function onBlur() {
109
109
  var _a, _b;
110
- if (!state.keyupValue)
111
- onUpdateValue((_b = (_a = state.options) == null ? void 0 : _a[0]) == null ? void 0 : _b.value);
110
+ onUpdateValue((_b = (_a = state.options) == null ? void 0 : _a[0]) == null ? void 0 : _b.value);
112
111
  }
113
112
  init();
114
113
  return () => createVNode(NSelect, mergeProps({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.1.34-beta.8",
3
+ "version": "3.1.34-beta.9",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -61,5 +61,5 @@
61
61
  "iOS 7",
62
62
  "last 3 iOS versions"
63
63
  ],
64
- "gitHead": "b2883bec2aadcf06a8e4552fb11cec3b86539b88"
64
+ "gitHead": "26c99554848d060368051db9cc34ea769d67a9a6"
65
65
  }