@oomol-lab/open-flow 0.1.0-alpha.4 → 0.1.0-alpha.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.
Files changed (37) hide show
  1. package/dist/browser/{addNodeOptions-CGyTkP99.js → addNodeOptions-B6tOfd2Y.js} +53 -53
  2. package/dist/browser/carbon-DMCVsjHo.js +53 -0
  3. package/dist/browser/{createLucideIcon-MmUpJrIU.js → createLucideIcon-BlEx4FzJ.js} +80 -80
  4. package/dist/browser/{createResourceDialog-CIVfStiE.js → createResourceDialog-CrBp3E8P.js} +12 -12
  5. package/dist/browser/{dist-BbyiRq3c.js → dist-B0Q2Mn0n.js} +117 -107
  6. package/dist/browser/{dist-B9OV3YTx.js → dist-Bc9TvHYl.js} +7 -7
  7. package/dist/browser/{dist-0lWKriL5.js → dist-C46JByB-.js} +1 -1
  8. package/dist/browser/{dist-CvcmLAMW.js → dist-CUkceEvN.js} +4 -4
  9. package/dist/browser/{dist-zyY--HOV.js → dist-CVtP-E2c.js} +2 -2
  10. package/dist/browser/{dist-CLZJNoWB.js → dist-D5mdziGP.js} +4 -4
  11. package/dist/browser/{dist-7oZK9QXZ.js → dist-DMi8_lU3.js} +5 -5
  12. package/dist/browser/{dist-DL0SDskM.js → dist-DQVavPcf.js} +9 -8
  13. package/dist/browser/{dist-aWSZx4q1.js → dist-DWzdGVm9.js} +2 -2
  14. package/dist/browser/{dist-Djd02JSy.js → dist-DXgEYMFx.js} +4 -4
  15. package/dist/browser/{dist-o4dBuwiG.js → dist-DhsGR_K3.js} +4 -4
  16. package/dist/browser/{dist-BLk5M0uK.js → dist-Mecbzdl2.js} +3 -3
  17. package/dist/browser/{dist-CIq6ue3I.js → dist-n9WmBm5w.js} +1115 -1103
  18. package/dist/browser/{esm-DXw7EADW.js → esm-CoE5_2w7.js} +5 -5
  19. package/dist/browser/{field-runIpvMd.js → field-Daq9Lk-Y.js} +6 -6
  20. package/dist/browser/{flowRunInputEditorStore-B49C0ZmK.js → flowRunInputEditorStore-DXOyyY7o.js} +850 -675
  21. package/dist/browser/{flowWorkspace-CGsEHe2F.js → flowWorkspace-CylW6hge.js} +6202 -5872
  22. package/dist/browser/{lib-S4ccuMeT.js → lib-GrGxYjsJ.js} +3 -5
  23. package/dist/browser/licenses.md +11 -11
  24. package/dist/browser/{markdownContent-BvYiwIwR.js → markdownContent-ColGUxHy.js} +4046 -4018
  25. package/dist/browser/project-authoring.js +1 -1
  26. package/dist/browser/workbench.css +1 -1
  27. package/dist/browser/workbench.js +6 -6
  28. package/dist/common/connector-action.js +1 -1
  29. package/dist/common/control-api-conformance.js +1 -1
  30. package/dist/common/cron-trigger.js +1 -1
  31. package/dist/common/integration-trigger.js +1 -1
  32. package/dist/common/project-semantics.js +3 -5
  33. package/dist/common/run-lifecycle.js +1 -1
  34. package/dist/common/runtime-contract.js +1 -1
  35. package/dist/common/webhook-trigger.js +1 -1
  36. package/package.json +1 -1
  37. package/dist/browser/carbon-nMY84Amv.js +0 -53
@@ -1,6 +1,6 @@
1
- import { a as e, f as t, i as n } from "./dist-0lWKriL5.js";
2
- import { Ir as r, Rr as i, Wr as a } from "./createLucideIcon-MmUpJrIU.js";
3
- import { _ as o, a as s, c, d as l, dt as u, f as d, g as f, i as p, l as m, m as h, n as g, o as _, p as v, st as y, t as b, u as x, ut as ee, v as S, x as te, y as ne } from "./addNodeOptions-CGyTkP99.js";
1
+ import { a as e, f as t, i as n } from "./dist-C46JByB-.js";
2
+ import { Ir as r, Rr as i, Wr as a } from "./createLucideIcon-BlEx4FzJ.js";
3
+ import { _ as o, a as s, c, d as l, dt as u, f as d, g as f, i as p, l as m, m as h, n as g, o as _, p as v, st as y, t as b, u as x, ut as ee, v as S, x as te, y as ne } from "./addNodeOptions-B6tOfd2Y.js";
4
4
  import { Suspense as re, lazy as ie, useEffect as C, useRef as ae, useState as oe } from "react";
5
5
  import { jsx as w, jsxs as se } from "react/jsx-runtime";
6
6
  //#region src/workbench/browser/runtime/navigation.ts
@@ -475,7 +475,7 @@ function me(e) {
475
475
  return e.node.name == null ? e.kind == "task" || e.kind == "subflow" ? e.definition?.name ?? e.id : e.id : e.node.name;
476
476
  }
477
477
  async function he(e, t, n) {
478
- let { FlowRunInputEditorStore: r } = await import("./flowRunInputEditorStore-B49C0ZmK.js").then((e) => e.n), i = f(e), a = i.graph({
478
+ let { FlowRunInputEditorStore: r } = await import("./flowRunInputEditorStore-DXOyyY7o.js").then((e) => e.n), i = f(e), a = i.graph({
479
479
  id: t,
480
480
  kind: "flow"
481
481
  });
@@ -1232,7 +1232,7 @@ function De(e) {
1232
1232
  //#region src/project/common/moduleChanges.ts
1233
1233
  async function Oe(e) {
1234
1234
  try {
1235
- let { parse: t } = await import("./lib-S4ccuMeT.js"), n = t(e, {
1235
+ let { parse: t } = await import("./lib-GrGxYjsJ.js"), n = t(e, {
1236
1236
  errorRecovery: !0,
1237
1237
  sourceType: "module"
1238
1238
  }).program, r = /* @__PURE__ */ new Set();
@@ -3338,7 +3338,7 @@ var jt = { openExternalPage: async () => !1 }, Mt = class {
3338
3338
  return;
3339
3339
  }
3340
3340
  }
3341
- }, Nt = ie(() => import("./flowWorkspace-CGsEHe2F.js"));
3341
+ }, Nt = ie(() => import("./flowWorkspace-CylW6hge.js"));
3342
3342
  function Pt({ host: e, store: t }) {
3343
3343
  let n = a(t.$.notice);
3344
3344
  return C(() => e.notify(n), [e, n]), C(() => () => e.notify(void 0), [e]), null;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/@wopjs/cast/dist/index.mjs
1
+ //#region ../../node_modules/.bun/@wopjs+cast@0.1.16/node_modules/@wopjs/cast/dist/index.mjs
2
2
  var e = Array.isArray, t = (e) => typeof e == "object" && !!e, n = (n) => t(n) && !e(n), r = (e) => n(e) ? e : void 0;
3
3
  //#endregion
4
4
  //#region src/connector/common/actionSchema.ts
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/dequal/lite/index.mjs
1
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
2
2
  var e = Object.prototype.hasOwnProperty;
3
3
  function t(n, r) {
4
4
  var i, a;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/croner/dist/croner.js
1
+ //#region ../../node_modules/.bun/croner@10.0.1/node_modules/croner/dist/croner.js
2
2
  function e(e) {
3
3
  return Date.UTC(e.y, e.m - 1, e.d, e.h, e.i, e.s);
4
4
  }
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/dequal/lite/index.mjs
1
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
2
2
  var e = Object.prototype.hasOwnProperty;
3
3
  function t(n, r) {
4
4
  var i, a;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/@babel/parser/lib/index.js
1
+ //#region ../../node_modules/.bun/@babel+parser@8.0.4/node_modules/@babel/parser/lib/index.js
2
2
  var e = class {
3
3
  constructor(e, t, n) {
4
4
  this.line = void 0, this.column = void 0, n !== void 0 && (this.index = void 0), this.line = e, this.column = t, n !== void 0 && (this.index = n);
@@ -1348,8 +1348,7 @@ var nt = /\*?\s*@((?:no)?flow)\b/, rt = (e) => class extends e {
1348
1348
  } finally {
1349
1349
  this.state.context = t;
1350
1350
  }
1351
- }
1352
- return e();
1351
+ } else return e();
1353
1352
  }
1354
1353
  flowParseTypeParameterInstantiationInExpression() {
1355
1354
  if (this.reScan_lt() === 43) return this.flowParseTypeParameterInstantiation();
@@ -6695,8 +6694,7 @@ var ln = (e) => class extends e {
6695
6694
  } finally {
6696
6695
  this.state.context = t;
6697
6696
  }
6698
- }
6699
- return e();
6697
+ } else return e();
6700
6698
  }
6701
6699
  tsInType(e) {
6702
6700
  let t = this.state.inType;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/dequal/lite/index.mjs
1
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
2
2
  var e = Object.prototype.hasOwnProperty;
3
3
  function t(n, r) {
4
4
  var i, a;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/dequal/lite/index.mjs
1
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
2
2
  var e = Object.prototype.hasOwnProperty;
3
3
  function t(n, r) {
4
4
  var i, a;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/dequal/lite/index.mjs
1
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
2
2
  var e = Object.prototype.hasOwnProperty;
3
3
  function t(n, r) {
4
4
  var i, a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/open-flow",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "TypeScript contracts and Browser runtime for Open Flow.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {