(e, t)
| 8204 | return ma(e, { prefix: t, suffix: "sort_index", ...n }); |
| 8205 | } |
| 8206 | function Of(e, t) { |
| 8207 | return p(["top", "bottom"], t) |
| 8208 | ? "column" |
| 8209 | : p(["left", "right"], t) || "row" === e |
| 8210 | ? "row" |
| 8211 | : "column"; |
| 8212 | } |
| 8213 | function zf(e, t, n, i) { |
| 8214 | const r = |
| 8215 | "row" === i |
no test coverage detected