@notmrabhi/flowforge 0.1.59 → 0.1.60
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.
- package/dist/{SchemaBuilderDrawer-CJHR9dPS.js → SchemaBuilderDrawer-BCZAxB01.js} +2 -2
- package/dist/{SchemaBuilderDrawer-CJHR9dPS.js.map → SchemaBuilderDrawer-BCZAxB01.js.map} +1 -1
- package/dist/{SchemaBuilderDrawer-CfM5EWlM.js → SchemaBuilderDrawer-BozM7nhx.js} +2 -2
- package/dist/{SchemaBuilderDrawer-CfM5EWlM.js.map → SchemaBuilderDrawer-BozM7nhx.js.map} +1 -1
- package/dist/{WorkflowExecutionHistory-CEaTBcS4.js → WorkflowExecutionHistory-B0XHABca.js} +2 -2
- package/dist/{WorkflowExecutionHistory-CEaTBcS4.js.map → WorkflowExecutionHistory-B0XHABca.js.map} +1 -1
- package/dist/{WorkflowExecutionHistory-Bpw-YeJU.js → WorkflowExecutionHistory-BVlQAWW-.js} +3 -3
- package/dist/{WorkflowExecutionHistory-Bpw-YeJU.js.map → WorkflowExecutionHistory-BVlQAWW-.js.map} +1 -1
- package/dist/canvas.cjs +1 -1
- package/dist/canvas.js +1 -1
- package/dist/form.cjs +1 -1
- package/dist/form.js +2 -2
- package/dist/{index-rveXnmm0.js → index-BvPTrU6o.js} +2 -2
- package/dist/{index-rveXnmm0.js.map → index-BvPTrU6o.js.map} +1 -1
- package/dist/{index-CicT49Ft.js → index-CkYzT9Tt.js} +4 -4
- package/dist/index-CkYzT9Tt.js.map +1 -0
- package/dist/{index-Dy4YP_j2.js → index-CxCA0plQ.js} +2 -2
- package/dist/{index-Dy4YP_j2.js.map → index-CxCA0plQ.js.map} +1 -1
- package/dist/{index-D1Z2CD30.js → index-DEGreMhU.js} +2 -2
- package/dist/{index-D1Z2CD30.js.map → index-DEGreMhU.js.map} +1 -1
- package/dist/{index-CQkqNHY-.js → index-DLqj7x9J.js} +2 -2
- package/dist/index-DLqj7x9J.js.map +1 -0
- package/dist/{index-D6vJpiFn.js → index-DaTwRxEL.js} +2 -2
- package/dist/{index-D6vJpiFn.js.map → index-DaTwRxEL.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/index-CQkqNHY-.js.map +0 -1
- package/dist/index-CicT49Ft.js.map +0 -1
|
@@ -5039,7 +5039,7 @@ function Qt(t) {
|
|
|
5039
5039
|
function Pi(t) {
|
|
5040
5040
|
return Object.fromEntries(t.map((e) => {
|
|
5041
5041
|
const n = e.id ?? e.name ?? "";
|
|
5042
|
-
return e.type === "object" && e.children ? [n, Pi(e.children)] : e.type === "array" ? [n, []] : [n, ""];
|
|
5042
|
+
return e.type === "object" && e.children ? [n, Pi(e.children)] : e.type === "array" ? [n, []] : e.isMulti === !0 ? [n, []] : e.defaultValue !== void 0 ? [n, e.defaultValue] : e.type === "toggle" || e.type === "checkbox" ? [n, !1] : [n, ""];
|
|
5043
5043
|
}));
|
|
5044
5044
|
}
|
|
5045
5045
|
function yu(t, e) {
|
|
@@ -6269,7 +6269,7 @@ function Nu({
|
|
|
6269
6269
|
(s || p) && /* @__PURE__ */ d("small", { "data-testid": `${u}-error`, style: pe, children: p ?? r })
|
|
6270
6270
|
] });
|
|
6271
6271
|
}
|
|
6272
|
-
const Pu = tt.lazy(async () => ({ default: (await import("./index-
|
|
6272
|
+
const Pu = tt.lazy(async () => ({ default: (await import("./index-CxCA0plQ.js")).default }));
|
|
6273
6273
|
async function Lu(t) {
|
|
6274
6274
|
switch (t) {
|
|
6275
6275
|
case "python":
|
|
@@ -6478,7 +6478,7 @@ function Xu({
|
|
|
6478
6478
|
] });
|
|
6479
6479
|
}
|
|
6480
6480
|
const ku = tt.lazy(
|
|
6481
|
-
() => import("./index-
|
|
6481
|
+
() => import("./index-DaTwRxEL.js").then((t) => t.i).then((t) => (Promise.resolve({ }), { default: t.default }))
|
|
6482
6482
|
), zu = [
|
|
6483
6483
|
[{ header: [1, 2, 3, !1] }],
|
|
6484
6484
|
["bold", "italic", "underline", "strike"],
|
|
@@ -10584,4 +10584,4 @@ export {
|
|
|
10584
10584
|
Gd as y,
|
|
10585
10585
|
du as z
|
|
10586
10586
|
};
|
|
10587
|
-
//# sourceMappingURL=index-
|
|
10587
|
+
//# sourceMappingURL=index-CkYzT9Tt.js.map
|