@okyiww/form 0.0.18 → 0.0.20

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.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4520,7 +4520,7 @@ class I_ {
4520
4520
  triggerLookup() {
4521
4521
  for (const [i] of this.runtime.lookups.value.entries()) {
4522
4522
  const r = m.get(this.model.value, i);
4523
- r !== void 0 && fs(i, r, this.runtime);
4523
+ fs(i, r, this.runtime);
4524
4524
  }
4525
4525
  }
4526
4526
  // 默认是记录关系,如果检测到同 path 的 defaultValue 和 field 都已经稳定 processed,那么则可以消费记录
@@ -5603,7 +5603,7 @@ class g0 {
5603
5603
  }
5604
5604
  function S0(u) {
5605
5605
  const i = new g0(u);
5606
- return console.log("new version"), [
5606
+ return [
5607
5607
  i.render(),
5608
5608
  {
5609
5609
  submit: i.submit.bind(i),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okyiww/form",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",