()
| 13379 | return js(e) ? e.vconcat : Es(e) ? e.hconcat : e.concat; |
| 13380 | } |
| 13381 | parseLayoutSize() { |
| 13382 | !(function (e) { |
| 13383 | up(e); |
| 13384 | const t = 1 === e.layout.columns ? "width" : "childWidth", |
| 13385 | n = void 0 === e.layout.columns ? "height" : "childHeight"; |
| 13386 | (fp(e, t), fp(e, n)); |
| 13387 | })(this); |
| 13388 | } |
| 13389 | parseAxisGroup() { |
| 13390 | return null; |
| 13391 | } |