@xiaou66/u-web-ui 0.0.14 → 0.0.15

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -901,7 +901,7 @@ var ht = /* @__PURE__ */ C({
901
901
  i("blur", e);
902
902
  };
903
903
  ie(n, (e) => {
904
- (me(e) || pe(e)) && (e.value = r.uncheckedValue);
904
+ (me(e) || pe(e)) && (n.value = r.uncheckedValue);
905
905
  });
906
906
  let w = h(() => [
907
907
  c,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/u-web-ui",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "web-ui",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",