(e, t)
| 1944 | ); |
| 1945 | } |
| 1946 | function ko(e, t) { |
| 1947 | return p(["x", "x2"], e) && "width" === t |
| 1948 | ? { field: { group: "width" } } |
| 1949 | : p(["y", "y2"], e) && "height" === t |
| 1950 | ? { field: { group: "height" } } |
| 1951 | : Pn(t); |
| 1952 | } |
| 1953 | function So(e) { |
| 1954 | return e && "number" !== e && "time" !== e; |
| 1955 | } |