@v-c/input-number 1.0.2 → 1.0.3

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.
@@ -267,7 +267,7 @@ var InputNumber_default = /* @__PURE__ */ defineComponent((props, { attrs, slots
267
267
  });
268
268
  watch(() => inputValue.value, () => {
269
269
  if (props.formatter) restoreCursor();
270
- });
270
+ }, { flush: "post" });
271
271
  return () => {
272
272
  const { prefixCls = defaults.prefixCls, classNames: classNames$1, styles, step = defaults.step, disabled, readOnly, controls = defaults.controls, mode = defaults.mode } = props;
273
273
  const mergedPrefixCls = prefixCls || defaults.prefixCls;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@v-c/input-number",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@v-c/input": "^1.0.2",
28
28
  "@v-c/mini-decimal": "^1.0.1",
29
- "@v-c/util": "^1.0.9"
29
+ "@v-c/util": "^1.0.17"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "vite build",