@oomol-lab/open-flow 0.1.0-beta.21 → 0.1.0-beta.23

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 (46) hide show
  1. package/dist/browser/{createResourceDialog-CjuJryCv.js → createResourceDialog-PKbMMpEk.js} +29 -29
  2. package/dist/browser/event-sources.d.ts +30 -0
  3. package/dist/browser/{flowChanges-Tg1duLry.js → flowChanges-BUlMz4iC.js} +4236 -3019
  4. package/dist/browser/{flowWorkspace-CoK10XHY.js → flowWorkspace-DLArN17T.js} +49585 -42617
  5. package/dist/browser/{i18n-CVBh0Ni1.js → input-group-C2frNYAx.js} +1801 -75
  6. package/dist/browser/{inputValues-CDiBMKu8.js → inputValues-CcGVt51C.js} +10 -10
  7. package/dist/browser/licenses.md +60 -0
  8. package/dist/browser/lite-Cy6aeiL6.js +8538 -0
  9. package/dist/browser/{markdownContent-BBgH9ZIV.js → markdownContent-SIlWuHve.js} +17 -17
  10. package/dist/browser/theme.css +45 -5
  11. package/dist/browser/ui.css +1 -1
  12. package/dist/browser/ui.d.ts +23 -1
  13. package/dist/browser/ui.js +59 -27
  14. package/dist/browser/workbench-contract.d.ts +19 -0
  15. package/dist/browser/workbench.css +1 -1
  16. package/dist/browser/workbench.d.ts +1 -0
  17. package/dist/browser/workbench.js +1176 -734
  18. package/dist/browser/workbenchSelect-CPRUXKbf.js +6088 -0
  19. package/dist/common/control-api-conformance.js +273 -232
  20. package/dist/common/control-api-errors.d.ts +20 -0
  21. package/dist/common/control-api.d.ts +50 -10
  22. package/dist/common/control-api.js +899 -661
  23. package/dist/common/control-requests.d.ts +23 -0
  24. package/dist/common/control-requests.js +377 -351
  25. package/dist/common/event-sources.d.ts +50 -0
  26. package/dist/common/feishu-events.d.ts +20 -0
  27. package/dist/common/feishu-subscriptions.d.ts +10 -0
  28. package/dist/common/fr-iv1541dF.js +93 -0
  29. package/dist/common/integration-trigger.d.ts +4 -0
  30. package/dist/common/ja-Bq-ZDOD4.js +93 -0
  31. package/dist/common/ko-Z-k9R2c6.js +93 -0
  32. package/dist/common/localization.d.ts +2 -0
  33. package/dist/common/localization.js +37 -1
  34. package/dist/common/mcp.js +615 -382
  35. package/dist/common/poll-trigger.d.ts +2 -0
  36. package/dist/common/provider-triggers.d.ts +4 -0
  37. package/dist/common/provider-triggers.js +3229 -2692
  38. package/dist/common/ru-B4gFecYZ.js +93 -0
  39. package/dist/common/trigger-catalog.d.ts +17 -0
  40. package/dist/common/trigger-config-options.d.ts +13 -0
  41. package/dist/common/trigger-localization.d.ts +7 -0
  42. package/dist/common/zh-CN-ByQ6nYam.js +93 -0
  43. package/dist/common/zh-TW-QjIarvX9.js +93 -0
  44. package/package.json +1 -1
  45. package/dist/browser/useValueChanged-BY05Usw-.js +0 -2944
  46. package/dist/browser/workbenchSelect-DEmv7SLW.js +0 -11666
@@ -1,17 +1,17 @@
1
1
  import { l as e } from "./dist-Dz6Nglsd.js";
2
2
  import { a as t } from "./main-BDnNHhkU.js";
3
3
  import { t as n } from "./flowRunInputEditorStore-BBqQIOCR.js";
4
- import { n as r } from "./flowWorkspace-CoK10XHY.js";
5
- import { useEffect as i, useRef as a, useState as o } from "react";
6
- import { jsx as s } from "react/jsx-runtime";
4
+ import { n as r } from "./flowWorkspace-DLArN17T.js";
5
+ import { jsx as i } from "react/jsx-runtime";
6
+ import { useEffect as a, useRef as o, useState as s } from "react";
7
7
  //#region src/workbench/browser/runtime/editor/inputValues.tsx
8
8
  function c({ definitions: c, labelledBy: l, language: u, onChange: d, onCommit: f, onValidChange: p, showErrors: m, theme: h, values: g }) {
9
- let _ = a({
9
+ let _ = o({
10
10
  definitions: c,
11
11
  language: u,
12
12
  values: g
13
- }), [v, y] = o();
14
- i(() => {
13
+ }), [v, y] = s();
14
+ a(() => {
15
15
  let t = e(_.current.language), r = new n(_.current.definitions, t);
16
16
  return r.replaceValues(_.current.values), y({
17
17
  store: r,
@@ -21,17 +21,17 @@ function c({ definitions: c, labelledBy: l, language: u, onChange: d, onCommit:
21
21
  };
22
22
  }, []);
23
23
  let b = v?.store, x = t(b?.values$), S = t(b?.valid$);
24
- return i(() => v?.language$.set(u), [u, v]), i(() => {
24
+ return a(() => v?.language$.set(u), [u, v]), a(() => {
25
25
  b && d(b.values());
26
26
  }, [
27
27
  x,
28
28
  d,
29
29
  b
30
- ]), i(() => {
30
+ ]), a(() => {
31
31
  S != null && p(S);
32
- }, [p, S]), b ? /* @__PURE__ */ s("div", {
32
+ }, [p, S]), b ? /* @__PURE__ */ i("div", {
33
33
  onBlur: () => f(b.values(), b.valid$.value),
34
- children: /* @__PURE__ */ s(r, {
34
+ children: /* @__PURE__ */ i(r, {
35
35
  labelledBy: l,
36
36
  showErrors: m,
37
37
  store: b,
@@ -457,6 +457,18 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
457
457
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
458
458
  THE SOFTWARE.
459
459
 
460
+ ## @date-fns/tz - 1.5.0 (MIT)
461
+
462
+ MIT License
463
+
464
+ Copyright © 2024 Sasha Koss
465
+
466
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
467
+
468
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
469
+
470
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
471
+
460
472
  ## @floating-ui/core - 1.8.0 (MIT)
461
473
 
462
474
  MIT License
@@ -1599,6 +1611,30 @@ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1599
1611
  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1600
1612
  THIS SOFTWARE.
1601
1613
 
1614
+ ## date-fns - 4.4.0 (MIT)
1615
+
1616
+ MIT License
1617
+
1618
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
1619
+
1620
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1621
+ of this software and associated documentation files (the "Software"), to deal
1622
+ in the Software without restriction, including without limitation the rights
1623
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1624
+ copies of the Software, and to permit persons to whom the Software is
1625
+ furnished to do so, subject to the following conditions:
1626
+
1627
+ The above copyright notice and this permission notice shall be included in all
1628
+ copies or substantial portions of the Software.
1629
+
1630
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1631
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1632
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1633
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1634
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1635
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1636
+ SOFTWARE.
1637
+
1602
1638
  ## dayjs - 1.11.23 (MIT)
1603
1639
 
1604
1640
  MIT License
@@ -4016,6 +4052,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4016
4052
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4017
4053
  SOFTWARE.
4018
4054
 
4055
+ ## react-day-picker - 9.14.0 (MIT)
4056
+
4057
+ The MIT License (MIT)
4058
+
4059
+ Copyright (c) 2014-2025 Giampaolo Bellavite <io@gpbl.dev> and contributors
4060
+
4061
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4062
+ of this software and associated documentation files (the "Software"), to deal
4063
+ in the Software without restriction, including without limitation the rights
4064
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4065
+ copies of the Software, and to permit persons to whom the Software is
4066
+ furnished to do so, subject to the following conditions:
4067
+
4068
+ The above copyright notice and this permission notice shall be included in all
4069
+ copies or substantial portions of the Software.
4070
+
4071
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4072
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4073
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4074
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4075
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4076
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4077
+ SOFTWARE.
4078
+
4019
4079
  ## react-markdown - 10.1.0 (MIT)
4020
4080
 
4021
4081
  The MIT License (MIT)