@a2simcode/ui 0.0.230 → 0.0.232
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 +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -5448,7 +5448,7 @@ var zp = class {
|
|
|
5448
5448
|
getTableData: w,
|
|
5449
5449
|
params: oe
|
|
5450
5450
|
}) : [], _e = (oe) => {
|
|
5451
|
-
const Oe = oe.config?.parentTableId, ee = Oe && oe.id && oe.id.startsWith(Oe + ".") ? oe.id.slice(Oe.length + 1) : oe.id, ie = oe.type === "j-layer-form" || oe.type === "j-layerform", Re =
|
|
5451
|
+
const Oe = oe.config?.parentTableId, ee = Oe && oe.id && oe.id.startsWith(Oe + ".") ? oe.id.slice(Oe.length + 1) : oe.id, ie = oe.type === "j-layer-form" || oe.type === "j-layerform", Re = oe.children?.map(_e) || [], Je = ie ? {
|
|
5452
5452
|
...oe.config,
|
|
5453
5453
|
schema: Re
|
|
5454
5454
|
} : oe.config;
|