(e)
| 8382 | return o; |
| 8383 | } |
| 8384 | function Wf(e) { |
| 8385 | return [ |
| 8386 | ...If(e, "width"), |
| 8387 | ...If(e, "height"), |
| 8388 | ...If(e, "childWidth"), |
| 8389 | ...If(e, "childHeight"), |
| 8390 | ]; |
| 8391 | } |
| 8392 | function If(e, t) { |
| 8393 | const n = "width" === t ? "x" : "y", |
| 8394 | i = e.component.layoutSize.get(t); |
no test coverage detected