@a2simcode/ui 0.0.200 → 0.0.201
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 +1 -1
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -13244,7 +13244,7 @@ var zc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13244
13244
|
}, b = z(!1), x = H(() => a.config?.gutter || 16), m = H(() => a.config?.span || 24), v = H(() => a.config?.labelWidth), w = H(() => a.config?.labelPosition || "right"), C = H(() => k.length === 1 && (k[0].type === "j-tabs" || k[0].type === "j-layout" || k[0].config?.isAutoWindow)), y = aa({}), _ = z({}), k = [], R = {};
|
|
13245
13245
|
let T = {}, A = {}, P = [], L = {};
|
|
13246
13246
|
const I = async (K) => {
|
|
13247
|
-
b.value && V && (K.getTableData || Ol(V, K.id, K.formData[K.id])), o("change", K), R[K.id]?.config?.codeChange && await Nt(JSON.parse(R[K.id]?.config?.codeChange), { param: K }), a.config?.codeChange && await Nt(JSON.parse(a.config?.codeChange), { param: K });
|
|
13247
|
+
b.value && V && (K.getTableData || Ol(V, K.config.valueIdKey || K.id, K.formData[K.config.valueIdKey || K.id])), o("change", K), R[K.id]?.config?.codeChange && await Nt(JSON.parse(R[K.id]?.config?.codeChange), { param: K }), a.config?.codeChange && await Nt(JSON.parse(a.config?.codeChange), { param: K });
|
|
13248
13248
|
}, j = (K) => Ur(R[K]?.type || "") && !R[K]?.config?.notInput || R[K]?.config?.isInput, E = (K) => [
|
|
13249
13249
|
"j-table",
|
|
13250
13250
|
"j-input-rows",
|