@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.
- package/dist/index.js +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
|
-
|
|
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
|
|
5606
|
+
return [
|
|
5607
5607
|
i.render(),
|
|
5608
5608
|
{
|
|
5609
5609
|
submit: i.submit.bind(i),
|