@a2simcode/ui 0.0.201 → 0.0.202
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/simcode-ui.es.js
CHANGED
|
@@ -13275,7 +13275,7 @@ var zc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13275
13275
|
const { children: ze } = me;
|
|
13276
13276
|
Si(Te, me, ["children", "config"]), Si(Te.config, me.config || {}, []), a.config.size && Te.config.size === void 0 && (Te.config.size = a.config.size), R[me.id] && console.warn("有重复的组件id:" + me.id), R[me.id] = Te, a.readonly === !0 && (Te.config.readonly = !0);
|
|
13277
13277
|
let at = !1, Ct;
|
|
13278
|
-
ie !== "" && E(ie) && (at = !0, Te.config
|
|
13278
|
+
ie !== "" && E(ie) && (at = !0, Te.config.parentTableId = ie, Ct = R[ie]?.config?.table);
|
|
13279
13279
|
const dt = Te.config || {};
|
|
13280
13280
|
if (j(me.id))
|
|
13281
13281
|
!ae && at === !1 && (dt?.defaultValue === 0 ? y[me.id] = dt?.defaultValue : y[me.id] = dt?.defaultValue || void 0), dt.table && dt.field ? T[`${dt.table}_${dt.field}`.toLowerCase()] = me.id : dt.field && (at ? T[`${Ct}_${dt.field}`.toLowerCase()] = me.id : T[`${dt.field}`.toLowerCase()] = me.id);
|
|
@@ -13491,7 +13491,6 @@ var zc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13491
13491
|
u && u(ce);
|
|
13492
13492
|
break;
|
|
13493
13493
|
}
|
|
13494
|
-
console.log("showMsg", ce, ae);
|
|
13495
13494
|
}, K), ln = async (K, ce) => {
|
|
13496
13495
|
if (K && K.trim()) {
|
|
13497
13496
|
K = `async (jcode) => {${K}}`;
|