@oomol-lab/open-flow 0.1.0-beta.11 → 0.1.0-beta.13

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 (52) hide show
  1. package/dist/browser/{DesignerIcon-ckcKnxxJ.js → DesignerIcon-Bzpx8BtG.js} +7 -2
  2. package/dist/browser/{_virtual_open-flow-twemoji-DJwKsM_w.js → _virtual_open-flow-twemoji-CpHJOEsk.js} +4028 -2
  3. package/dist/browser/carbon-Cn-DTyjG.js +54 -0
  4. package/dist/browser/{createResourceDialog-DhIU-HYW.js → createResourceDialog-Cdixb0WC.js} +16 -16
  5. package/dist/browser/{dist-BZ5PTFAs.js → dist-D1VYgicl.js} +426 -305
  6. package/dist/browser/{dist-Bmb2mZvW.js → dist-DYjIVIZC.js} +22 -22
  7. package/dist/browser/{dist-Ce71Szg7.js → dist-DwvhuMxw.js} +15 -15
  8. package/dist/browser/{dist-DY4qlXTK.js → dist-TJfrvoIQ.js} +21 -21
  9. package/dist/browser/{esm-C64_h7HF.js → esm-nAA6DHox.js} +1 -1
  10. package/dist/browser/flow-authoring-node.d.ts +4 -0
  11. package/dist/browser/flow-authoring.d.ts +1 -1
  12. package/dist/browser/flow-authoring.js +1528 -1443
  13. package/dist/browser/flow-change-schema.d.ts +4 -1
  14. package/dist/browser/flow-change.d.ts +42 -0
  15. package/dist/browser/flow-change.js +457 -403
  16. package/dist/browser/{flowChanges-BINNGoug.js → flowChanges-CX0dLRzD.js} +2817 -1613
  17. package/dist/browser/{flowWorkspace-Dp_b8KXF.js → flowWorkspace-BhpxeXhY.js} +51950 -50685
  18. package/dist/browser/host-conformance.d.ts +7 -0
  19. package/dist/browser/host-conformance.js +33 -0
  20. package/dist/browser/inputValues-CFlfnXlS.js +30 -0
  21. package/dist/browser/licenses.md +3 -1
  22. package/dist/browser/{select-CbQHq-GM.js → select-DCGY8Lom.js} +2580 -2003
  23. package/dist/browser/{typeScriptSession-BoV-FDl3.js → typeScriptSession-DnAmJCzu.js} +6 -6
  24. package/dist/browser/workbench.css +1 -1
  25. package/dist/browser/workbench.js +847 -780
  26. package/dist/browser/workbenchSelect-DdXtOYD1.js +30 -0
  27. package/dist/common/control-api-conformance.d.ts +6 -0
  28. package/dist/common/control-api-conformance.js +5379 -192
  29. package/dist/common/control-api.d.ts +244 -11
  30. package/dist/common/control-api.js +5535 -460
  31. package/dist/common/control-requests.d.ts +68 -0
  32. package/dist/common/control-requests.js +4949 -0
  33. package/dist/common/flow-agent.d.ts +10 -0
  34. package/dist/common/flow-encoding.d.ts +3 -1
  35. package/dist/common/flow-encoding.js +4790 -59
  36. package/dist/common/flow-json.d.ts +2 -0
  37. package/dist/common/flow-semantics.d.ts +4 -2
  38. package/dist/common/flow-semantics.js +4517 -3456
  39. package/dist/common/mcp-conformance.d.ts +2 -0
  40. package/dist/common/mcp.d.ts +545 -0
  41. package/dist/common/mcp.js +5007 -0
  42. package/dist/common/run-events.js +2 -1
  43. package/dist/common/run-lifecycle.d.ts +4 -0
  44. package/dist/common/run-lifecycle.js +30 -0
  45. package/dist/common/run-results.d.ts +56 -0
  46. package/dist/common/runtime-contract.d.ts +24 -0
  47. package/dist/common/scheduler.d.ts +29 -9
  48. package/dist/common/scheduler.js +3249 -2312
  49. package/package.json +13 -1
  50. package/dist/browser/carbon-DMCVsjHo.js +0 -53
  51. package/dist/browser/waitNotificationInputs-fzyKN6mk.js +0 -29
  52. package/dist/browser/workbenchSelect-BjbJjlNd.js +0 -435
@@ -1,7 +1,7 @@
1
1
  import { a as e } from "./main-DmjVyuWr.js";
2
2
  import { Vn as t, jt as n } from "./getPseudoElementBounds-Dfqo78k7.js";
3
- import { C as r, S as i, b as a, c as o, g as s, x as c, y as l } from "./select-CbQHq-GM.js";
4
- import { c as u, i as d, n as f, o as p, r as m, s as h, t as g } from "./workbenchSelect-BjbJjlNd.js";
3
+ import { B as r, H as i, L as a, U as o, V as s, W as c, c as l, d as u, h as d, l as f, m as p, p as m, u as h } from "./select-DCGY8Lom.js";
4
+ import { t as g } from "./workbenchSelect-DdXtOYD1.js";
5
5
  import { useEffect as _, useRef as v, useState as y } from "react";
6
6
  import { Fragment as b, jsx as x, jsxs as S } from "react/jsx-runtime";
7
7
  //#region src/workbench/browser/runtime/shell/createResourceDialog.tsx
@@ -13,7 +13,7 @@ function C({ disabled: C, field: w, id: T, issue: E, label: D, name: O, onNameCh
13
13
  e || A(!1);
14
14
  },
15
15
  open: L,
16
- children: /* @__PURE__ */ x(d, {
16
+ children: /* @__PURE__ */ x(u, {
17
17
  container: I.current,
18
18
  initialFocus: () => F.current,
19
19
  showCloseButton: !1,
@@ -21,24 +21,24 @@ function C({ disabled: C, field: w, id: T, issue: E, label: D, name: O, onNameCh
21
21
  className: "flex flex-col gap-4",
22
22
  onSubmit: j,
23
23
  children: [
24
- /* @__PURE__ */ S(h, {
24
+ /* @__PURE__ */ S(p, {
25
25
  className: "flex-row items-center justify-between",
26
- children: [/* @__PURE__ */ x(u, { children: N }), /* @__PURE__ */ x(m, {
26
+ children: [/* @__PURE__ */ x(d, { children: N }), /* @__PURE__ */ x(h, {
27
27
  "aria-label": P("common.cancel"),
28
28
  render: /* @__PURE__ */ x(t, {
29
29
  size: "icon-sm",
30
30
  variant: "ghost"
31
31
  }),
32
32
  type: "button",
33
- children: /* @__PURE__ */ x(o, { name: "close" })
33
+ children: /* @__PURE__ */ x(l, { name: "close" })
34
34
  })]
35
35
  }),
36
- /* @__PURE__ */ S(i, {
36
+ /* @__PURE__ */ S(o, {
37
37
  className: "gap-4",
38
- children: [/* @__PURE__ */ S(l, {
38
+ children: [/* @__PURE__ */ S(r, {
39
39
  "data-invalid": z,
40
40
  children: [
41
- /* @__PURE__ */ x(r, {
41
+ /* @__PURE__ */ x(c, {
42
42
  htmlFor: T,
43
43
  children: D
44
44
  }),
@@ -53,13 +53,13 @@ function C({ disabled: C, field: w, id: T, issue: E, label: D, name: O, onNameCh
53
53
  required: !0,
54
54
  value: O
55
55
  }),
56
- x(z ? c : a, {
56
+ x(z ? i : s, {
57
57
  id: V,
58
58
  children: B
59
59
  })
60
60
  ]
61
- }), w != null && /* @__PURE__ */ S(l, { children: [
62
- /* @__PURE__ */ x(r, {
61
+ }), w != null && /* @__PURE__ */ S(r, { children: [
62
+ /* @__PURE__ */ x(c, {
63
63
  htmlFor: w.state == "ready" ? H : void 0,
64
64
  children: w.label
65
65
  }),
@@ -75,7 +75,7 @@ function C({ disabled: C, field: w, id: T, issue: E, label: D, name: O, onNameCh
75
75
  className: "flex min-h-9 items-center gap-2 rounded-lg border bg-muted/30 px-3 py-2 text-sm text-muted-foreground",
76
76
  role: w.state == "error" ? "alert" : "status",
77
77
  children: [
78
- w.state == "loading" && /* @__PURE__ */ x(s, { "aria-hidden": "true" }),
78
+ w.state == "loading" && /* @__PURE__ */ x(a, { "aria-hidden": "true" }),
79
79
  /* @__PURE__ */ x("span", { children: w.status }),
80
80
  w.state == "error" && /* @__PURE__ */ x(t, {
81
81
  className: "ml-auto bg-background",
@@ -87,12 +87,12 @@ function C({ disabled: C, field: w, id: T, issue: E, label: D, name: O, onNameCh
87
87
  })
88
88
  ]
89
89
  }),
90
- /* @__PURE__ */ x(a, { children: w.description })
90
+ /* @__PURE__ */ x(s, { children: w.description })
91
91
  ] })]
92
92
  }),
93
- /* @__PURE__ */ S(p, {
93
+ /* @__PURE__ */ S(m, {
94
94
  className: "mx-0 mb-0 border-0 bg-transparent p-0 pt-1",
95
- children: [/* @__PURE__ */ x(m, {
95
+ children: [/* @__PURE__ */ x(h, {
96
96
  render: /* @__PURE__ */ x(t, { variant: "outline" }),
97
97
  type: "button",
98
98
  children: P("common.cancel")