app-v3-scripts-editor 1.37.4 → 1.37.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114534,7 +114534,7 @@ const yw = {
|
|
|
114534
114534
|
}
|
|
114535
114535
|
}), b = ze(
|
|
114536
114536
|
() => lt.orderBy(
|
|
114537
|
-
((y == null ? void 0 : y.data) ?? []).filter((I) =>
|
|
114537
|
+
((y == null ? void 0 : y.data) ?? []).filter((I) => I.allow_in_form),
|
|
114538
114538
|
["order_default"],
|
|
114539
114539
|
["asc"]
|
|
114540
114540
|
),
|
|
@@ -127723,7 +127723,7 @@ const rIt = (e) => ze(() => e.map((t, n) => {
|
|
|
127723
127723
|
function yme(e) {
|
|
127724
127724
|
return Rr({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }, child: [] }, { tag: "path", attr: { d: "M8 11h8" }, child: [] }, { tag: "path", attr: { d: "M8 7h6" }, child: [] }] })(e);
|
|
127725
127725
|
}
|
|
127726
|
-
const oIt = "1.37.
|
|
127726
|
+
const oIt = "1.37.5", iIt = {
|
|
127727
127727
|
version: oIt
|
|
127728
127728
|
};
|
|
127729
127729
|
var Hm = /* @__PURE__ */ ((e) => (e.BOT = "bot", e.CLONE = "clone", e))(Hm || {});
|