(e, t, n)
| 12799 | } |
| 12800 | } |
| 12801 | function lp(e, t, n) { |
| 12802 | const i = "row" === t ? "height" : "width"; |
| 12803 | return { |
| 12804 | labels: n, |
| 12805 | sizeSignal: e.child.component.layoutSize.get(i) |
| 12806 | ? e.child.getSizeSignalRef(i) |
| 12807 | : void 0, |
| 12808 | axes: [], |
| 12809 | }; |
| 12810 | } |
| 12811 | function cp(e, t) { |
| 12812 | const { child: n } = e; |
| 12813 | if (n.component.axes[t]) { |
no test coverage detected