@oomol-lab/open-flow 0.1.0-alpha.1 → 0.1.0-alpha.12

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 (78) hide show
  1. package/README.md +5 -1
  2. package/dist/browser/addNodeOptions-BYQXyUmQ.js +9571 -0
  3. package/dist/browser/carbon-DMCVsjHo.js +53 -0
  4. package/dist/browser/{project-change.js → change-7rp2OZLm.js} +16 -46
  5. package/dist/browser/createResourceDialog-CWD62rU0.js +467 -0
  6. package/dist/browser/{dist-o4dBuwiG.js → dist-3Mj8q8Pr.js} +28 -28
  7. package/dist/browser/{dist-CIq6ue3I.js → dist-BKuSVKCC.js} +1115 -1103
  8. package/dist/browser/{dist-DL0SDskM.js → dist-BMqL-qR5.js} +473 -906
  9. package/dist/browser/{dist-CLZJNoWB.js → dist-BN4ZCyOB.js} +10 -10
  10. package/dist/browser/{dist-zyY--HOV.js → dist-BpopSHwP.js} +3 -3
  11. package/dist/browser/dist-C46JByB-.js +252 -0
  12. package/dist/browser/{dist-BbyiRq3c.js → dist-CJpzJrLM.js} +294 -284
  13. package/dist/browser/{dist-Djd02JSy.js → dist-CPuF50D9.js} +198 -198
  14. package/dist/browser/{dist-CvcmLAMW.js → dist-CUSrALSX.js} +115 -115
  15. package/dist/browser/dist-CeSZ2xSM.js +444 -0
  16. package/dist/browser/{dist-7oZK9QXZ.js → dist-DMi8_lU3.js} +5 -5
  17. package/dist/browser/{dist-B9OV3YTx.js → dist-DUzA0Ukh.js} +22 -22
  18. package/dist/browser/{dist-aWSZx4q1.js → dist-DWADUsVB.js} +75 -75
  19. package/dist/browser/{dist-BLk5M0uK.js → dist-Mecbzdl2.js} +3 -3
  20. package/dist/browser/{esm-DXw7EADW.js → esm-DmVDlOEJ.js} +14 -24
  21. package/dist/browser/flow-authoring-edge.d.ts +3 -0
  22. package/dist/browser/flow-authoring-module.d.ts +4 -0
  23. package/dist/browser/flow-authoring-node.d.ts +86 -0
  24. package/dist/browser/flow-authoring.d.ts +4 -0
  25. package/dist/browser/flow-authoring.js +783 -0
  26. package/dist/browser/{project-change.d.ts → flow-change.d.ts} +29 -37
  27. package/dist/browser/flow-change.js +234 -0
  28. package/dist/browser/{project-notifications.d.ts → flow-notifications.d.ts} +6 -3
  29. package/dist/browser/flowRunInputEditorStore-BYxwvHZl.js +8952 -0
  30. package/dist/browser/flowWorkspace-Bwqmoq-c.js +47439 -0
  31. package/dist/browser/languages-DgJehE1g.js +62 -0
  32. package/dist/browser/lib-C5Ipyfps.js +7856 -0
  33. package/dist/browser/{lib-S4ccuMeT.js → lib-GrGxYjsJ.js} +3 -5
  34. package/dist/browser/licenses.md +620 -12
  35. package/dist/browser/main-DmjVyuWr.js +76 -0
  36. package/dist/browser/{markdownContent-ZZFfSRqO.js → markdownContent-0teWaxq8.js} +5188 -5144
  37. package/dist/browser/theme.css +63 -0
  38. package/dist/browser/theme.css.d.ts +1 -0
  39. package/dist/browser/typeScriptSession-D5neIpug.js +2560 -0
  40. package/dist/browser/{composite-7VwgfnXx.js → useOpenInteractionType-CRgOHg5M.js} +2209 -2750
  41. package/dist/browser/workbench-contract.d.ts +6 -6
  42. package/dist/browser/workbench.css +1 -1
  43. package/dist/browser/workbench.d.ts +18 -2
  44. package/dist/browser/workbench.js +4200 -2233
  45. package/dist/common/connector-action.d.ts +6 -0
  46. package/dist/common/connector-action.js +38 -30
  47. package/dist/common/control-api-conformance.js +262 -359
  48. package/dist/common/control-api-errors.d.ts +32 -24
  49. package/dist/common/control-api.d.ts +57 -73
  50. package/dist/common/control-api.js +199 -205
  51. package/dist/common/cron-trigger.d.ts +1 -1
  52. package/dist/common/cron-trigger.js +1 -1
  53. package/dist/common/flow-encoding.d.ts +11 -0
  54. package/dist/common/{project-encoding.js → flow-encoding.js} +14 -13
  55. package/dist/common/{project-notifications.d.ts → flow-notifications.d.ts} +6 -3
  56. package/dist/common/{project-semantics.d.ts → flow-semantics.d.ts} +11 -12
  57. package/dist/common/{project-semantics.js → flow-semantics.js} +959 -934
  58. package/dist/common/integration-trigger.d.ts +2 -1
  59. package/dist/common/integration-trigger.js +1 -1
  60. package/dist/common/licenses.md +1 -25
  61. package/dist/common/localization.d.ts +21 -0
  62. package/dist/common/localization.js +62 -0
  63. package/dist/common/poll-trigger.d.ts +1 -1
  64. package/dist/common/provider-triggers.js +1057 -948
  65. package/dist/common/run-lifecycle.js +1 -1
  66. package/dist/common/runtime-contract.d.ts +1 -1
  67. package/dist/common/runtime-contract.js +1 -1
  68. package/dist/common/scheduler.d.ts +8 -7
  69. package/dist/common/scheduler.js +251 -232
  70. package/dist/common/webhook-trigger.d.ts +1 -1
  71. package/dist/common/webhook-trigger.js +35 -1
  72. package/package.json +23 -10
  73. package/dist/browser/addNodeOptions-DqoIueCR.js +0 -33746
  74. package/dist/browser/carbon-nMY84Amv.js +0 -53
  75. package/dist/browser/createResourceDialog-ByuJWdSL.js +0 -439
  76. package/dist/browser/dist-n-z5HtaO.js +0 -4
  77. package/dist/browser/flowWorkspace-DwVMpcar.js +0 -22092
  78. package/dist/common/project-encoding.d.ts +0 -11
@@ -1,5 +1,5 @@
1
- import { c as e, d as t, l as n, m as r, p as i, s as a, u as o } from "./dist-zyY--HOV.js";
2
- //#region ../../node_modules/@lezer/lr/dist/index.js
1
+ import { c as e, d as t, f as n, h as r, l as i, m as a, u as o } from "./dist-BpopSHwP.js";
2
+ //#region ../../node_modules/.bun/@lezer+lr@1.4.10/node_modules/@lezer/lr/dist/index.js
3
3
  var s = class e {
4
4
  constructor(e, t, n, r, i, a, o, s, c, l = 0, u) {
5
5
  this.p = e, this.stack = t, this.state = n, this.reducePos = r, this.pos = i, this.score = a, this.buffer = o, this.bufferBase = s, this.curContext = c, this.lookAhead = l, this.parent = u;
@@ -435,12 +435,12 @@ function b(e, t, n, r) {
435
435
  return i < 0 || y(n, r, e) < i;
436
436
  }
437
437
  var x = typeof process < "u" && /\bparse\b/.test({}.LOG), S = null;
438
- function C(t, n, r) {
439
- let i = t.cursor(e.IncludeAnonymous);
440
- for (i.moveTo(n);;) if (!(r < 0 ? i.childBefore(n) : i.childAfter(n))) for (;;) {
441
- if ((r < 0 ? i.to < n : i.from > n) && !i.type.isError) return r < 0 ? Math.max(0, Math.min(i.to - 1, n - 25)) : Math.min(t.length, Math.max(i.from + 1, n + 25));
442
- if (r < 0 ? i.prevSibling() : i.nextSibling()) break;
443
- if (!i.parent()) return r < 0 ? 0 : t.length;
438
+ function C(e, t, n) {
439
+ let r = e.cursor(i.IncludeAnonymous);
440
+ for (r.moveTo(t);;) if (!(n < 0 ? r.childBefore(t) : r.childAfter(t))) for (;;) {
441
+ if ((n < 0 ? r.to < t : r.from > t) && !r.type.isError) return n < 0 ? Math.max(0, Math.min(r.to - 1, t - 25)) : Math.min(e.length, Math.max(r.from + 1, t + 25));
442
+ if (n < 0 ? r.prevSibling() : r.nextSibling()) break;
443
+ if (!r.parent()) return n < 0 ? 0 : e.length;
444
444
  }
445
445
  }
446
446
  var w = class {
@@ -461,24 +461,24 @@ var w = class {
461
461
  for (;;) {
462
462
  let t = this.trees.length - 1;
463
463
  if (t < 0) return this.nextFragment(), null;
464
- let i = this.trees[t], a = this.index[t];
465
- if (a == i.children.length) {
464
+ let n = this.trees[t], i = this.index[t];
465
+ if (i == n.children.length) {
466
466
  this.trees.pop(), this.start.pop(), this.index.pop();
467
467
  continue;
468
468
  }
469
- let o = i.children[a], s = this.start[t] + i.positions[a];
469
+ let a = n.children[i], s = this.start[t] + n.positions[i];
470
470
  if (s > e) return this.nextStart = s, null;
471
- if (o instanceof r) {
471
+ if (a instanceof r) {
472
472
  if (s == e) {
473
473
  if (s < this.safeFrom) return null;
474
- let e = s + o.length;
474
+ let e = s + a.length;
475
475
  if (e <= this.safeTo) {
476
- let t = o.prop(n.lookAhead);
477
- if (!t || e + t < this.fragment.to) return o;
476
+ let t = a.prop(o.lookAhead);
477
+ if (!t || e + t < this.fragment.to) return a;
478
478
  }
479
479
  }
480
- this.index[t]++, s + o.length >= Math.max(this.safeFrom, e) && (this.trees.push(o), this.start.push(s), this.index.push(0));
481
- } else this.index[t]++, this.nextStart = s + o.length;
480
+ this.index[t]++, s + a.length >= Math.max(this.safeFrom, e) && (this.trees.push(a), this.start.push(s), this.index.push(0));
481
+ } else this.index[t]++, this.nextStart = s + a.length;
482
482
  }
483
483
  }
484
484
  }, T = class {
@@ -601,28 +601,28 @@ var w = class {
601
601
  if (this.stoppedAt != null && this.stoppedAt < e) throw RangeError("Can't move stoppedAt forward");
602
602
  this.stoppedAt = e;
603
603
  }
604
- advanceStack(e, t, i) {
605
- let a = e.pos, { parser: o } = this, s = x ? this.stackID(e) + " -> " : "";
606
- if (this.stoppedAt != null && a > this.stoppedAt) return e.forceReduce() ? e : null;
604
+ advanceStack(e, t, n) {
605
+ let i = e.pos, { parser: a } = this, s = x ? this.stackID(e) + " -> " : "";
606
+ if (this.stoppedAt != null && i > this.stoppedAt) return e.forceReduce() ? e : null;
607
607
  if (this.fragments) {
608
- let t = e.curContext && e.curContext.tracker.strict, i = t ? e.curContext.hash : 0;
609
- for (let c = this.fragments.nodeAt(a); c;) {
610
- let a = this.parser.nodeSet.types[c.type.id] == c.type ? o.getGoto(e.state, c.type.id) : -1;
611
- if (a > -1 && c.length && (!t || (c.prop(n.contextHash) || 0) == i)) return e.useNode(c, a), x && console.log(s + this.stackID(e) + ` (via reuse of ${o.getName(c.type.id)})`), !0;
608
+ let t = e.curContext && e.curContext.tracker.strict, n = t ? e.curContext.hash : 0;
609
+ for (let c = this.fragments.nodeAt(i); c;) {
610
+ let i = this.parser.nodeSet.types[c.type.id] == c.type ? a.getGoto(e.state, c.type.id) : -1;
611
+ if (i > -1 && c.length && (!t || (c.prop(o.contextHash) || 0) == n)) return e.useNode(c, i), x && console.log(s + this.stackID(e) + ` (via reuse of ${a.getName(c.type.id)})`), !0;
612
612
  if (!(c instanceof r) || c.children.length == 0 || c.positions[0] > 0) break;
613
613
  let l = c.children[0];
614
614
  if (l instanceof r && c.positions[0] == 0) c = l;
615
615
  else break;
616
616
  }
617
617
  }
618
- let c = o.stateSlot(e.state, 4);
619
- if (c > 0) return e.reduce(c), x && console.log(s + this.stackID(e) + ` (via always-reduce ${o.getName(c & 65535)})`), !0;
618
+ let c = a.stateSlot(e.state, 4);
619
+ if (c > 0) return e.reduce(c), x && console.log(s + this.stackID(e) + ` (via always-reduce ${a.getName(c & 65535)})`), !0;
620
620
  if (e.stack.length >= 8400) for (; e.stack.length > 6e3 && e.forceReduce(););
621
621
  let l = this.tokens.getActions(e);
622
- for (let n = 0; n < l.length;) {
623
- let r = l[n++], c = l[n++], u = l[n++], d = n == l.length || !i, f = d ? e : e.split(), p = this.tokens.mainToken;
624
- if (f.apply(r, c, p ? p.start : f.pos, u), x && console.log(s + this.stackID(f) + ` (via ${r & 65536 ? `reduce of ${o.getName(r & 65535)}` : "shift"} for ${o.getName(c)} @ ${a}${f == e ? "" : ", split"})`), d) return !0;
625
- f.pos > a ? t.push(f) : i.push(f);
622
+ for (let r = 0; r < l.length;) {
623
+ let o = l[r++], c = l[r++], u = l[r++], d = r == l.length || !n, f = d ? e : e.split(), p = this.tokens.mainToken;
624
+ if (f.apply(o, c, p ? p.start : f.pos, u), x && console.log(s + this.stackID(f) + ` (via ${o & 65536 ? `reduce of ${a.getName(o & 65535)}` : "shift"} for ${a.getName(c)} @ ${i}${f == e ? "" : ", split"})`), d) return !0;
625
+ f.pos > i ? t.push(f) : n.push(f);
626
626
  }
627
627
  return !1;
628
628
  }
@@ -683,42 +683,42 @@ var O = class {
683
683
  constructor(e) {
684
684
  this.start = e.start, this.shift = e.shift || k, this.reduce = e.reduce || k, this.reuse = e.reuse || k, this.hash = e.hash || (() => 0), this.strict = e.strict !== !1;
685
685
  }
686
- }, j = class e extends i {
687
- constructor(e) {
688
- if (super(), this.wrappers = [], e.version != 14) throw RangeError(`Parser version (${e.version}) doesn't match runtime version (14)`);
689
- let r = e.nodeNames.split(" ");
690
- this.minRepeatTerm = r.length;
691
- for (let t = 0; t < e.repeatNodeCount; t++) r.push("");
692
- let i = Object.keys(e.topRules).map((t) => e.topRules[t][1]), s = [];
693
- for (let e = 0; e < r.length; e++) s.push([]);
686
+ }, j = class r extends a {
687
+ constructor(r) {
688
+ if (super(), this.wrappers = [], r.version != 14) throw RangeError(`Parser version (${r.version}) doesn't match runtime version (14)`);
689
+ let i = r.nodeNames.split(" ");
690
+ this.minRepeatTerm = i.length;
691
+ for (let e = 0; e < r.repeatNodeCount; e++) i.push("");
692
+ let a = Object.keys(r.topRules).map((e) => r.topRules[e][1]), s = [];
693
+ for (let e = 0; e < i.length; e++) s.push([]);
694
694
  function c(e, t, n) {
695
695
  s[e].push([t, t.deserialize(String(n))]);
696
696
  }
697
- if (e.nodeProps) for (let t of e.nodeProps) {
698
- let e = t[0];
699
- typeof e == "string" && (e = n[e]);
700
- for (let n = 1; n < t.length;) {
701
- let r = t[n++];
702
- if (r >= 0) c(r, e, t[n++]);
697
+ if (r.nodeProps) for (let e of r.nodeProps) {
698
+ let t = e[0];
699
+ typeof t == "string" && (t = o[t]);
700
+ for (let n = 1; n < e.length;) {
701
+ let r = e[n++];
702
+ if (r >= 0) c(r, t, e[n++]);
703
703
  else {
704
- let i = t[n + -r];
705
- for (let a = -r; a > 0; a--) c(t[n++], e, i);
704
+ let i = e[n + -r];
705
+ for (let a = -r; a > 0; a--) c(e[n++], t, i);
706
706
  n++;
707
707
  }
708
708
  }
709
709
  }
710
- this.nodeSet = new o(r.map((n, r) => t.define({
711
- name: r >= this.minRepeatTerm ? void 0 : n,
712
- id: r,
713
- props: s[r],
714
- top: i.indexOf(r) > -1,
715
- error: r == 0,
716
- skipped: e.skippedNodes && e.skippedNodes.indexOf(r) > -1
717
- }))), e.propSources && (this.nodeSet = this.nodeSet.extend(...e.propSources)), this.strict = !1, this.bufferLength = a;
718
- let l = d(e.tokenData);
719
- this.context = e.context, this.specializerSpecs = e.specialized || [], this.specialized = new Uint16Array(this.specializerSpecs.length);
710
+ this.nodeSet = new t(i.map((e, t) => n.define({
711
+ name: t >= this.minRepeatTerm ? void 0 : e,
712
+ id: t,
713
+ props: s[t],
714
+ top: a.indexOf(t) > -1,
715
+ error: t == 0,
716
+ skipped: r.skippedNodes && r.skippedNodes.indexOf(t) > -1
717
+ }))), r.propSources && (this.nodeSet = this.nodeSet.extend(...r.propSources)), this.strict = !1, this.bufferLength = e;
718
+ let l = d(r.tokenData);
719
+ this.context = r.context, this.specializerSpecs = r.specialized || [], this.specialized = new Uint16Array(this.specializerSpecs.length);
720
720
  for (let e = 0; e < this.specializerSpecs.length; e++) this.specialized[e] = this.specializerSpecs[e].term;
721
- this.specializers = this.specializerSpecs.map(P), this.states = d(e.states, Uint32Array), this.data = d(e.stateData), this.goto = d(e.goto), this.maxTerm = e.maxTerm, this.tokenizers = e.tokenizers.map((e) => typeof e == "number" ? new h(l, e) : e), this.topRules = e.topRules, this.dialects = e.dialects || {}, this.dynamicPrecedences = e.dynamicPrecedences || null, this.tokenPrecTable = e.tokenPrec, this.termNames = e.termNames || null, this.maxNode = this.nodeSet.types.length - 1, this.dialect = this.parseDialect(), this.top = this.topRules[Object.keys(this.topRules)[0]];
721
+ this.specializers = this.specializerSpecs.map(P), this.states = d(r.states, Uint32Array), this.data = d(r.stateData), this.goto = d(r.goto), this.maxTerm = r.maxTerm, this.tokenizers = r.tokenizers.map((e) => typeof e == "number" ? new h(l, e) : e), this.topRules = r.topRules, this.dialects = r.dialects || {}, this.dynamicPrecedences = r.dynamicPrecedences || null, this.tokenPrecTable = r.tokenPrec, this.termNames = r.termNames || null, this.maxNode = this.nodeSet.types.length - 1, this.dialect = this.parseDialect(), this.top = this.topRules[Object.keys(this.topRules)[0]];
722
722
  }
723
723
  createParse(e, t, n) {
724
724
  let r = new E(this, e, t, n);
@@ -781,22 +781,22 @@ var O = class {
781
781
  }
782
782
  return t;
783
783
  }
784
- configure(t) {
785
- let n = Object.assign(Object.create(e.prototype), this);
786
- if (t.props && (n.nodeSet = this.nodeSet.extend(...t.props)), t.top) {
787
- let e = this.topRules[t.top];
788
- if (!e) throw RangeError(`Invalid top rule name ${t.top}`);
789
- n.top = e;
790
- }
791
- return t.tokenizers && (n.tokenizers = this.tokenizers.map((e) => {
792
- let n = t.tokenizers.find((t) => t.from == e);
793
- return n ? n.to : e;
794
- })), t.specializers && (n.specializers = this.specializers.slice(), n.specializerSpecs = this.specializerSpecs.map((e, r) => {
795
- let i = t.specializers.find((t) => t.from == e.external);
796
- if (!i) return e;
797
- let a = Object.assign(Object.assign({}, e), { external: i.to });
798
- return n.specializers[r] = P(a), a;
799
- })), t.contextTracker && (n.context = t.contextTracker), t.dialect && (n.dialect = this.parseDialect(t.dialect)), t.strict != null && (n.strict = t.strict), t.wrap && (n.wrappers = n.wrappers.concat(t.wrap)), t.bufferLength != null && (n.bufferLength = t.bufferLength), n;
784
+ configure(e) {
785
+ let t = Object.assign(Object.create(r.prototype), this);
786
+ if (e.props && (t.nodeSet = this.nodeSet.extend(...e.props)), e.top) {
787
+ let n = this.topRules[e.top];
788
+ if (!n) throw RangeError(`Invalid top rule name ${e.top}`);
789
+ t.top = n;
790
+ }
791
+ return e.tokenizers && (t.tokenizers = this.tokenizers.map((t) => {
792
+ let n = e.tokenizers.find((e) => e.from == t);
793
+ return n ? n.to : t;
794
+ })), e.specializers && (t.specializers = this.specializers.slice(), t.specializerSpecs = this.specializerSpecs.map((n, r) => {
795
+ let i = e.specializers.find((e) => e.from == n.external);
796
+ if (!i) return n;
797
+ let a = Object.assign(Object.assign({}, n), { external: i.to });
798
+ return t.specializers[r] = P(a), a;
799
+ })), e.contextTracker && (t.context = e.contextTracker), e.dialect && (t.dialect = this.parseDialect(e.dialect)), e.strict != null && (t.strict = e.strict), e.wrap && (t.wrappers = t.wrappers.concat(e.wrap)), e.bufferLength != null && (t.bufferLength = e.bufferLength), t;
800
800
  }
801
801
  hasWrappers() {
802
802
  return this.wrappers.length > 0;
@@ -824,8 +824,8 @@ var O = class {
824
824
  for (let e = 0; e < t.length; e++) if (!n[e]) for (let n = this.dialects[t[e]], i; (i = this.data[n++]) != 65535;) (r ||= new Uint8Array(this.maxTerm + 1))[i] = 1;
825
825
  return new O(e, n, r);
826
826
  }
827
- static deserialize(t) {
828
- return new e(t);
827
+ static deserialize(e) {
828
+ return new r(e);
829
829
  }
830
830
  };
831
831
  function M(e, t) {
@@ -1,8 +1,8 @@
1
1
  import { r as e } from "./rolldown-runtime-CEFd7nDs.js";
2
- //#region ../../node_modules/@marijn/find-cluster-break/src/index.js
2
+ //#region ../../node_modules/.bun/@marijn+find-cluster-break@1.0.4/node_modules/@marijn/find-cluster-break/src/index.js
3
3
  var t = [], n = [];
4
4
  (() => {
5
- let e = "lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map((e) => e ? parseInt(e, 36) : 1);
5
+ let e = "lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,1n,9,16,o,,x,1i,3,,i,,7,a,2,t,3,1k,,,7,2,2,2,3,9,,a,2,q,,2,3,1k,,,5,4,2,2,3,3,,u,2,3,,b,3,1k,,,8,,3,,3,k,2,m,6,,3,1k,,,7,2,2,2,3,7,3,a,2,u,,1n,5,3,3,,4,9,,14,5,1j,,,7,,3,,4,7,2,b,2,t,3,1k,,,7,,3,,4,7,2,b,2,f,,c,4,1j,2,,7,,3,,4,9,,a,2,t,3,1y,,4,6,,,,8,i,2,1p,,,8,c,8,2q,,,a,b,7,21,2,r,,,,,,4,2,1d,k,,2,5,b,,10,9,,2u,b,,6,n,4,4,3,g,4,d,,,3,6,,f,,jj,3,qa,4,s,3,t,2,u,2,1s,w,9,,19,3,,,39,2,y,,3a,c,4,c,63,5,1l,a,,,,,2,o,2,,1c,1a,2,c,k,5,1b,h,12,9,c,3,u,d,1k,e,1c,k,48,3,,l,4,,6,,2,3,5i,1s,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,n,5,4,,2b,2,1e,i,q,i,d,,12,8,p,d,18,4,1b,e,10,,1v,e,c,,8,2,1a,,1f,,,3,2,2,5,2,,,15,5,5,2,6k,8,,2,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,1t,5,8t,2,25,6,1y,b,1d,4,3e,3,1h,f,15,,2,2,a,4,19,b,7,,1p,3,10,e,g,2,18,,c,3,1c,e,8,4,,2,2k,c,6,,2,,4d,c,l,4,1j,2,,7,2,2,2,3,9,,a,2,2,7,3,5,1v,9,,,2,,,4,,5,,,e,2,2a,i,n,,29,k,6j,7,2,9,r,2,2a,h,2y,d,2t,3,2,a,74,f,6t,6,,2,2,4,,,,2,3x,7,2,7,3,,s,a,14,7,,4,8,,9,b,1a,g,5i,8,5j,8,,8,2a,m,,e,3e,6,3,,,2,,7,,,1u,5,,2,,5,9n,4,9,2,,,1c,7,3,5,n,,44l,,6,f,8ug,i,1xc,5,1n,7,t4,,,1j,7,4,29,,b,2,f57,2,3mp,1a,2,n,f2,5,3,6,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,2s,,4g,7,af,,1p,4,e4,4,72,2,6r,,2,,7,2,5,,d6,7,31,7,240,5".split(",").map((e) => e ? parseInt(e, 36) : 1);
6
6
  for (let r = 0, i = 0; r < e.length; r++) (r % 2 ? n : t).push(i += e[r]);
7
7
  })();
8
8
  function r(e) {
@@ -62,7 +62,7 @@ function f(e) {
62
62
  return e < 65536 ? 1 : 2;
63
63
  }
64
64
  //#endregion
65
- //#region ../../node_modules/@codemirror/state/dist/index.js
65
+ //#region ../../node_modules/.bun/@codemirror+state@6.7.1/node_modules/@codemirror/state/dist/index.js
66
66
  var ee = /* @__PURE__ */ e({
67
67
  Annotation: () => B,
68
68
  AnnotationType: () => Ae,
@@ -1,18 +1,8 @@
1
- import { o as e } from "./dist-zyY--HOV.js";
2
- import { r as t } from "./dist-CIq6ue3I.js";
3
- import { A as n, t as r } from "./dist-CvcmLAMW.js";
4
- //#region ../../node_modules/@babel/runtime/helpers/esm/extends.js
5
- function i() {
6
- return i = Object.assign ? Object.assign.bind() : function(e) {
7
- for (var t = 1; t < arguments.length; t++) {
8
- var n = arguments[t];
9
- for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
10
- }
11
- return e;
12
- }, i.apply(null, arguments);
13
- }
14
- //#endregion
15
- //#region ../../node_modules/@uiw/codemirror-themes/esm/index.js
1
+ import { s as e } from "./dist-BpopSHwP.js";
2
+ import { r as t } from "./dist-BKuSVKCC.js";
3
+ import { M as n, t as r } from "./dist-CUSrALSX.js";
4
+ import { n as i } from "./flowWorkspace-Bwqmoq-c.js";
5
+ //#region ../../node_modules/.bun/@uiw+codemirror-themes@4.25.11/node_modules/@uiw/codemirror-themes/esm/index.js
16
6
  var a = (e) => {
17
7
  var i = e.theme, a = e.settings, o = a === void 0 ? {} : a, s = e.styles, c = s === void 0 ? [] : s, l = { ".cm-gutters": {} }, u = {};
18
8
  o.background && (u.backgroundColor = o.background), o.backgroundImage && (u.backgroundImage = o.backgroundImage), o.foreground && (u.color = o.foreground), o.fontSize && (u.fontSize = o.fontSize), (o.background || o.foreground) && (l["&"] = u), o.fontFamily && (l["&.cm-editor .cm-scroller"] = { fontFamily: o.fontFamily }), o.gutterBackground && (l[".cm-gutters"].backgroundColor = o.gutterBackground), o.gutterForeground && (l[".cm-gutters"].color = o.gutterForeground), o.gutterBorder && (l[".cm-gutters"].borderRightColor = o.gutterBorder), o.caret && (l[".cm-content"] = { caretColor: o.caret }, l[".cm-cursor, .cm-dropCursor"] = { borderLeftColor: o.caret });
@@ -114,21 +104,21 @@ var a = (e) => {
114
104
  tag: e.invalid,
115
105
  color: "#cb2431"
116
106
  }
117
- ], c = ((e) => {
107
+ ], c = (e) => {
118
108
  var t = e || {}, n = t.theme, r = n === void 0 ? "light" : n, c = t.settings, l = c === void 0 ? {} : c, u = t.styles, d = u === void 0 ? [] : u;
119
109
  return a({
120
110
  theme: r,
121
111
  settings: i({}, o, l),
122
112
  styles: [...s, ...d]
123
113
  });
124
- })(), l = {
114
+ }, l = c(), u = {
125
115
  background: "#0d1117",
126
116
  foreground: "#c9d1d9",
127
117
  caret: "#c9d1d9",
128
118
  selection: "#003d73",
129
119
  selectionMatch: "#003d73",
130
120
  lineHighlight: "#36334280"
131
- }, u = [
121
+ }, d = [
132
122
  {
133
123
  tag: [e.standard(e.tagName), e.tagName],
134
124
  color: "#7ee787"
@@ -206,13 +196,13 @@ var a = (e) => {
206
196
  tag: e.invalid,
207
197
  color: "#f97583"
208
198
  }
209
- ], d = ((e) => {
210
- var t = e || {}, n = t.theme, r = n === void 0 ? "dark" : n, o = t.settings, s = o === void 0 ? {} : o, c = t.styles, d = c === void 0 ? [] : c;
199
+ ], f = (e) => {
200
+ var t = e || {}, n = t.theme, r = n === void 0 ? "dark" : n, o = t.settings, s = o === void 0 ? {} : o, c = t.styles, l = c === void 0 ? [] : c;
211
201
  return a({
212
202
  theme: r,
213
- settings: i({}, l, s),
214
- styles: [...u, ...d]
203
+ settings: i({}, u, s),
204
+ styles: [...d, ...l]
215
205
  });
216
- })();
206
+ }, p = f();
217
207
  //#endregion
218
- export { d as githubDark, c as githubLight };
208
+ export { u as defaultSettingsGithubDark, o as defaultSettingsGithubLight, p as githubDark, f as githubDarkInit, d as githubDarkStyle, l as githubLight, c as githubLightInit, s as githubLightStyle };
@@ -0,0 +1,3 @@
1
+ import type { ChangeOperation, GraphEdge, GraphTarget, RevisionContent } from './flow-change.js';
2
+ export declare function connect(content: RevisionContent, target: GraphTarget, edge: GraphEdge): readonly ChangeOperation[];
3
+ export declare function disconnect(content: RevisionContent, target: GraphTarget, edge: GraphEdge): readonly ChangeOperation[];
@@ -0,0 +1,4 @@
1
+ import type { ChangeOperation } from './flow-change.js';
2
+ export declare function imports(source: string): Promise<readonly string[]>;
3
+ export declare function replaceSource(moduleId: string, source: string, moduleImports: readonly string[]): readonly ChangeOperation[];
4
+ export declare function rename(moduleId: string, name: string): readonly ChangeOperation[];
@@ -0,0 +1,86 @@
1
+ import type { ChangeOperation, CodeModule, GraphTarget, JsonValue, PortDefinition, RevisionContent, TaskDefinition, TriggerKeySnapshot, TriggerNode, TriggerSchedule, WebhookOptions } from './flow-change.js';
2
+ export interface Settings {
3
+ readonly concurrency: number;
4
+ readonly name?: string;
5
+ readonly timeoutMs?: number;
6
+ }
7
+ export interface LlmTaskOptions {
8
+ readonly inputs?: Readonly<Partial<Record<LlmInputHandle, JsonValue>>>;
9
+ readonly output?: PortDefinition;
10
+ }
11
+ export type LlmInputHandle = 'input' | 'messages' | 'model' | 'template';
12
+ interface TriggerSettingsBase {
13
+ readonly description?: string;
14
+ readonly name: string;
15
+ }
16
+ export type TriggerSettings = (TriggerSettingsBase & {
17
+ readonly inputs: Extract<TriggerNode, {
18
+ readonly kind: 'webhook';
19
+ }>['inputsDef'];
20
+ readonly kind: 'webhook';
21
+ readonly options: WebhookOptions;
22
+ }) | (TriggerSettingsBase & {
23
+ readonly kind: 'cron';
24
+ readonly schedule: readonly TriggerSchedule[];
25
+ }) | (TriggerSettingsBase & {
26
+ readonly config: Readonly<Record<string, JsonValue>>;
27
+ readonly kind: 'poll';
28
+ readonly schedule: readonly TriggerSchedule[];
29
+ }) | (TriggerSettingsBase & {
30
+ readonly config: Readonly<Record<string, JsonValue>>;
31
+ readonly kind: 'integration';
32
+ });
33
+ export declare function createCodeTask(target: GraphTarget, identity: {
34
+ readonly moduleId: string;
35
+ readonly nodeId: string;
36
+ }, name: string, module?: Pick<CodeModule, 'imports' | 'source'> | undefined, ports?: Pick<Extract<TaskDefinition, {
37
+ readonly moduleId: string;
38
+ }>, 'inputs' | 'outputs'>): readonly ChangeOperation[];
39
+ export declare function createManagedTask(target: GraphTarget, identity: {
40
+ readonly nodeId: string;
41
+ readonly taskId: string;
42
+ }, task: Extract<TaskDefinition, {
43
+ readonly executor: unknown;
44
+ }>): readonly ChangeOperation[];
45
+ export declare function createLlmTask(target: GraphTarget, identity: {
46
+ readonly nodeId: string;
47
+ readonly taskId: string;
48
+ }, name: string, mode: 'chat' | 'json', outputDescription: string, options?: LlmTaskOptions): readonly ChangeOperation[];
49
+ export declare function createCondition(target: GraphTarget, nodeId: string, name: string): readonly ChangeOperation[];
50
+ export declare function createValue(target: GraphTarget, nodeId: string, name: string): readonly ChangeOperation[];
51
+ export declare function createBuiltinTrigger(target: Extract<GraphTarget, {
52
+ readonly kind: 'flow';
53
+ }>, nodeId: string, node: Extract<TriggerNode, {
54
+ readonly kind: 'cron' | 'webhook';
55
+ }>): readonly ChangeOperation[];
56
+ export declare function createProviderTrigger(target: Extract<GraphTarget, {
57
+ readonly kind: 'flow';
58
+ }>, identity: {
59
+ readonly bindingId: string;
60
+ readonly nodeId: string;
61
+ }, definition: TriggerKeySnapshot, options: {
62
+ readonly config: Readonly<Record<string, JsonValue>>;
63
+ readonly connectionId: string;
64
+ readonly name?: string;
65
+ readonly schedule?: readonly TriggerSchedule[];
66
+ }): readonly ChangeOperation[];
67
+ export declare function deleteNodes(content: RevisionContent, target: GraphTarget, nodeIds: readonly string[]): readonly ChangeOperation[];
68
+ export declare function updateSettings(content: RevisionContent, target: GraphTarget, nodeId: string, settings: Settings): readonly ChangeOperation[] | undefined;
69
+ export declare function setInputValue(content: RevisionContent, target: GraphTarget, nodeId: string, handle: string, value: JsonValue | undefined): readonly ChangeOperation[] | undefined;
70
+ export declare function setInputValues(content: RevisionContent, target: GraphTarget, nodeId: string, values: Readonly<Record<string, JsonValue | undefined>>): readonly ChangeOperation[] | undefined;
71
+ export declare function setInputVariable(content: RevisionContent, target: GraphTarget, nodeId: string, handle: string, name: string, bindingId: string): readonly ChangeOperation[] | undefined;
72
+ export declare function cleanVariableBindings(content: RevisionContent, operations: readonly ChangeOperation[]): readonly ChangeOperation[];
73
+ export declare function setConnectorConnection(content: RevisionContent, taskId: string, connectionId: string): readonly ChangeOperation[] | undefined;
74
+ export declare function updateTrigger(content: RevisionContent, target: {
75
+ readonly kind: 'flow';
76
+ }, nodeId: string, settings: TriggerSettings): readonly ChangeOperation[] | undefined;
77
+ export declare function updateTriggerConfig(content: RevisionContent, target: {
78
+ readonly kind: 'flow';
79
+ }, nodeId: string, name: string, value: JsonValue | undefined): readonly ChangeOperation[] | undefined;
80
+ export declare function updateTriggerSchedule(content: RevisionContent, target: {
81
+ readonly kind: 'flow';
82
+ }, nodeId: string, schedule: readonly TriggerSchedule[]): readonly ChangeOperation[] | undefined;
83
+ export declare function setTriggerConnection(content: RevisionContent, _target: {
84
+ readonly kind: 'flow';
85
+ }, nodeId: string, connectionId: string): readonly ChangeOperation[] | undefined;
86
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const createAuthoringId: (size?: number) => string;
2
+ export { connect, disconnect } from './flow-authoring-edge.js';
3
+ export { imports as moduleImports, rename as renameModule, replaceSource as replaceModuleSource } from './flow-authoring-module.js';
4
+ export { createBuiltinTrigger, createCodeTask, createCondition, createLlmTask, createManagedTask, createProviderTrigger, createValue, deleteNodes, cleanVariableBindings, setConnectorConnection, setInputVariable, setInputValues, setTriggerConnection, updateSettings, updateTrigger, } from './flow-authoring-node.js';