@oomol-lab/open-flow 0.1.0-beta.16 → 0.1.0-beta.18
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/browser/{createResourceDialog-DRUIXBbz.js → createResourceDialog-DlrAMxmo.js} +2 -2
- package/dist/browser/flow-authoring.js +1464 -1463
- package/dist/browser/flow-change.js +1 -0
- package/dist/browser/{flowChanges-iuoam3Bx.js → flowChanges-DR6bsnz-.js} +1745 -1484
- package/dist/browser/{flowWorkspace-B0UAQ-s7.js → flowWorkspace-fsNhVe8S.js} +32429 -29399
- package/dist/browser/{i18n-JtW9O5x3.js → i18n-9ypjMjOo.js} +167 -27
- package/dist/browser/{inputValues-DICmJoN-.js → inputValues-MIPdGucY.js} +2 -2
- package/dist/browser/licenses.md +48 -0
- package/dist/browser/{markdownContent-tWc7bRAs.js → markdownContent-BBgH9ZIV.js} +13 -13
- package/dist/browser/theme.css +9 -9
- package/dist/browser/ui.css +1 -1
- package/dist/browser/ui.d.ts +9 -0
- package/dist/browser/ui.js +1219 -1022
- package/dist/browser/{useValueChanged-DSookOEC.js → useValueChanged-BY05Usw-.js} +3 -3
- package/dist/browser/workbench.css +1 -1
- package/dist/browser/workbench.js +931 -629
- package/dist/browser/{workbenchSelect-DgxXqCAa.js → workbenchSelect-CwP6rphY.js} +4 -3
- package/dist/common/control-api-conformance.js +389 -394
- package/dist/common/control-api-errors.d.ts +5 -0
- package/dist/common/control-api.d.ts +1 -6
- package/dist/common/control-api.js +1019 -1003
- package/dist/common/control-requests.js +1 -0
- package/dist/common/engine-contract.d.ts +2 -0
- package/dist/common/flow-encoding.js +1 -0
- package/dist/common/flow-semantics.js +2802 -2767
- package/dist/common/integration-trigger.d.ts +23 -1
- package/dist/common/integration-trigger.js +188 -52
- package/dist/common/mcp.js +409 -391
- package/dist/common/provider-triggers.js +890 -842
- package/dist/common/runtime-contract.d.ts +2 -1
- package/dist/common/runtime-contract.js +99 -28
- package/dist/common/scheduler.js +1255 -1254
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as e, l as t, r as n } from "./dist-Dz6Nglsd.js";
|
|
2
|
-
import { H as r, lt as i } from "./useValueChanged-
|
|
2
|
+
import { H as r, lt as i } from "./useValueChanged-BY05Usw-.js";
|
|
3
3
|
import { i as a, n as o } from "./languages-C0zQ4GSo.js";
|
|
4
4
|
import * as s from "react";
|
|
5
5
|
//#region ../../node_modules/.bun/@base-ui+react@1.4.1+b87d06724be9db7a/node_modules/@base-ui/react/esm/internals/labelable-provider/useAriaLabelledBy.js
|
|
@@ -825,8 +825,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
825
825
|
triggerChooseConnection: "Choose the Connection for this Trigger.",
|
|
826
826
|
triggerNeedsConnection: "Add this Trigger now, then connect {{provider}} before publishing.",
|
|
827
827
|
triggers: "Triggers",
|
|
828
|
-
value: "
|
|
829
|
-
valueDescription: "
|
|
828
|
+
value: "Fixed Values",
|
|
829
|
+
valueDescription: "Set fixed values, such as text and numbers, for downstream nodes to use.",
|
|
830
830
|
wait: "Wait",
|
|
831
831
|
waitDescription: "Pause the Run until an operator continues or approves it.",
|
|
832
832
|
webhook: "Webhook",
|
|
@@ -864,7 +864,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
864
864
|
executorConnector: "connector",
|
|
865
865
|
executorJavaScript: "javascript",
|
|
866
866
|
executorLlm: "llm",
|
|
867
|
-
|
|
867
|
+
flowCanvas: "Flow Designer",
|
|
868
868
|
openBlocks: "Browse blocks",
|
|
869
869
|
quickSearchHint: "Press A for quick search.",
|
|
870
870
|
toggleInspector: "Toggle inspector",
|
|
@@ -1659,6 +1659,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
1659
1659
|
variable: "Variable",
|
|
1660
1660
|
mode: "Type",
|
|
1661
1661
|
connected: "Connected to an upstream source. Use Input sources to change it."
|
|
1662
|
+
},
|
|
1663
|
+
history: {
|
|
1664
|
+
undo: "Undo",
|
|
1665
|
+
redo: "Redo",
|
|
1666
|
+
add: "Add {{count}} nodes",
|
|
1667
|
+
delete: "Delete {{count}} nodes",
|
|
1668
|
+
paste: "Paste {{count}} nodes",
|
|
1669
|
+
connect: "Connect nodes",
|
|
1670
|
+
disconnect: "Disconnect nodes",
|
|
1671
|
+
move: "Move {{count}} nodes",
|
|
1672
|
+
cleared: "Canvas history cleared after content editing.",
|
|
1673
|
+
tooLarge: "This action exceeds the history limit and cannot be undone.",
|
|
1674
|
+
external: "Canvas history cleared after an external update.",
|
|
1675
|
+
resynced: "Saving did not complete. Canvas history was cleared and the saved state has been reloaded. Some changes may have been saved.",
|
|
1676
|
+
syncFailed: "Could not reload the saved state. Undo is disabled. Retry synchronization.",
|
|
1677
|
+
retry: "Retry synchronization",
|
|
1678
|
+
addOne: "Add 1 node",
|
|
1679
|
+
deleteOne: "Delete 1 node",
|
|
1680
|
+
pasteOne: "Paste 1 node",
|
|
1681
|
+
moveOne: "Move 1 node"
|
|
1662
1682
|
}
|
|
1663
1683
|
},
|
|
1664
1684
|
"zh-CN": {
|
|
@@ -1693,8 +1713,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
1693
1713
|
triggerChooseConnection: "选择用于此 Trigger 的 Connection。",
|
|
1694
1714
|
triggerNeedsConnection: "可以先添加此 Trigger;发布前需连接 {{provider}}。",
|
|
1695
1715
|
triggers: "触发器",
|
|
1696
|
-
value: "
|
|
1697
|
-
valueDescription: "
|
|
1716
|
+
value: "固定值",
|
|
1717
|
+
valueDescription: "设置固定的文本、数字等值,供下游节点使用。",
|
|
1698
1718
|
wait: "等待",
|
|
1699
1719
|
waitDescription: "暂停 Run,直到 Operator 继续、审批或拒绝。",
|
|
1700
1720
|
webhook: "Webhook",
|
|
@@ -1732,7 +1752,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
1732
1752
|
executorConnector: "连接器",
|
|
1733
1753
|
executorJavaScript: "JavaScript",
|
|
1734
1754
|
executorLlm: "LLM",
|
|
1735
|
-
|
|
1755
|
+
flowCanvas: "Flow 设计器",
|
|
1736
1756
|
openBlocks: "浏览节点",
|
|
1737
1757
|
quickSearchHint: "按 A 快速搜索。",
|
|
1738
1758
|
toggleInspector: "切换检查器",
|
|
@@ -2329,7 +2349,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
2329
2349
|
editReady: "修改已保存的测试数据",
|
|
2330
2350
|
remembered: "测试数据会在本次编辑会话中保留,不会修改工作流。",
|
|
2331
2351
|
startTest: "开始测试",
|
|
2332
|
-
testTrigger: "测试{{name}}",
|
|
2352
|
+
testTrigger: "测试 {{name}}",
|
|
2333
2353
|
triggerCount: "共 {{count}} 个起始节点",
|
|
2334
2354
|
triggerDataHint: "填写这个 Trigger 的模拟数据,然后开始测试。",
|
|
2335
2355
|
triggerData: "触发数据",
|
|
@@ -2527,6 +2547,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
2527
2547
|
variable: "Variable",
|
|
2528
2548
|
mode: "类型",
|
|
2529
2549
|
connected: "已连接上游来源,可在输入来源中修改。"
|
|
2550
|
+
},
|
|
2551
|
+
history: {
|
|
2552
|
+
undo: "撤销",
|
|
2553
|
+
redo: "重做",
|
|
2554
|
+
add: "新增 {{count}} 个节点",
|
|
2555
|
+
delete: "删除 {{count}} 个节点",
|
|
2556
|
+
paste: "粘贴 {{count}} 个节点",
|
|
2557
|
+
connect: "连接节点",
|
|
2558
|
+
disconnect: "断开连线",
|
|
2559
|
+
move: "移动 {{count}} 个节点",
|
|
2560
|
+
cleared: "内容已修改,画布操作历史已清空。",
|
|
2561
|
+
tooLarge: "本次操作超出历史容量限制,无法撤销。",
|
|
2562
|
+
external: "检测到外部更新,画布操作历史已清空。",
|
|
2563
|
+
resynced: "保存未完成,操作历史已清空并重新载入实际保存状态。部分修改可能已保存。",
|
|
2564
|
+
syncFailed: "无法重新载入保存状态,撤销已禁用。请重试同步。",
|
|
2565
|
+
retry: "重试同步",
|
|
2566
|
+
addOne: "新增 1 个节点",
|
|
2567
|
+
deleteOne: "删除 1 个节点",
|
|
2568
|
+
pasteOne: "粘贴 1 个节点",
|
|
2569
|
+
moveOne: "移动 1 个节点"
|
|
2530
2570
|
}
|
|
2531
2571
|
},
|
|
2532
2572
|
"zh-TW": {
|
|
@@ -2561,8 +2601,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
2561
2601
|
triggerChooseConnection: "選擇這個 Trigger 要使用的 Connection。",
|
|
2562
2602
|
triggerNeedsConnection: "可以先新增此 Trigger;發布前需連接 {{provider}}。",
|
|
2563
2603
|
triggers: "Trigger",
|
|
2564
|
-
value: "
|
|
2565
|
-
valueDescription: "
|
|
2604
|
+
value: "固定值",
|
|
2605
|
+
valueDescription: "設定固定的文字、數字等值,供下游節點使用。",
|
|
2566
2606
|
wait: "等待",
|
|
2567
2607
|
waitDescription: "暫停 Run,直到 Operator 繼續或審批。",
|
|
2568
2608
|
webhook: "Webhook",
|
|
@@ -2600,7 +2640,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
2600
2640
|
executorConnector: "Connector",
|
|
2601
2641
|
executorJavaScript: "JavaScript",
|
|
2602
2642
|
executorLlm: "LLM",
|
|
2603
|
-
|
|
2643
|
+
flowCanvas: "Flow 設計工具",
|
|
2604
2644
|
openBlocks: "瀏覽節點",
|
|
2605
2645
|
quickSearchHint: "按 A 可快速搜尋。",
|
|
2606
2646
|
toggleInspector: "切換檢查器",
|
|
@@ -3197,7 +3237,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
3197
3237
|
editReady: "修改已儲存的測試資料",
|
|
3198
3238
|
remembered: "測試資料會在本次編輯工作階段中保留,不會修改工作流程。",
|
|
3199
3239
|
startTest: "開始測試",
|
|
3200
|
-
testTrigger: "測試{{name}}",
|
|
3240
|
+
testTrigger: "測試 {{name}}",
|
|
3201
3241
|
triggerCount: "共 {{count}} 個起始節點",
|
|
3202
3242
|
triggerDataHint: "填寫這個 Trigger 的模擬資料,然後開始測試。",
|
|
3203
3243
|
triggerData: "觸發資料",
|
|
@@ -3395,6 +3435,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
3395
3435
|
variable: "Variable",
|
|
3396
3436
|
mode: "類型",
|
|
3397
3437
|
connected: "已連接上游來源,可在輸入來源中修改。"
|
|
3438
|
+
},
|
|
3439
|
+
history: {
|
|
3440
|
+
undo: "復原",
|
|
3441
|
+
redo: "重做",
|
|
3442
|
+
add: "新增 {{count}} 個節點",
|
|
3443
|
+
delete: "刪除 {{count}} 個節點",
|
|
3444
|
+
paste: "貼上 {{count}} 個節點",
|
|
3445
|
+
connect: "連接節點",
|
|
3446
|
+
disconnect: "中斷連線",
|
|
3447
|
+
move: "移動 {{count}} 個節點",
|
|
3448
|
+
cleared: "內容已修改,畫布操作歷史已清空。",
|
|
3449
|
+
tooLarge: "本次操作超出歷史容量限制,無法復原。",
|
|
3450
|
+
external: "偵測到外部更新,畫布操作歷史已清空。",
|
|
3451
|
+
resynced: "儲存未完成,操作歷史已清空並重新載入實際儲存狀態。部分修改可能已儲存。",
|
|
3452
|
+
syncFailed: "無法重新載入儲存狀態,復原已停用。請重試同步。",
|
|
3453
|
+
retry: "重試同步",
|
|
3454
|
+
addOne: "新增 1 個節點",
|
|
3455
|
+
deleteOne: "刪除 1 個節點",
|
|
3456
|
+
pasteOne: "貼上 1 個節點",
|
|
3457
|
+
moveOne: "移動 1 個節點"
|
|
3398
3458
|
}
|
|
3399
3459
|
},
|
|
3400
3460
|
ja: {
|
|
@@ -3429,8 +3489,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
3429
3489
|
triggerChooseConnection: "この Trigger で使用する Connection を選択してください。",
|
|
3430
3490
|
triggerNeedsConnection: "この Trigger は今すぐ追加できます。公開前に {{provider}} を接続してください。",
|
|
3431
3491
|
triggers: "Trigger",
|
|
3432
|
-
value: "
|
|
3433
|
-
valueDescription: "
|
|
3492
|
+
value: "固定値",
|
|
3493
|
+
valueDescription: "テキストや数値などの固定値を設定し、下流のノードで使用します。",
|
|
3434
3494
|
wait: "待機",
|
|
3435
3495
|
waitDescription: "オペレーターが続行または承認するまで Run を一時停止します。",
|
|
3436
3496
|
webhook: "Webhook",
|
|
@@ -3468,7 +3528,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
3468
3528
|
executorConnector: "Connector",
|
|
3469
3529
|
executorJavaScript: "JavaScript",
|
|
3470
3530
|
executorLlm: "LLM",
|
|
3471
|
-
|
|
3531
|
+
flowCanvas: "Flow デザイナー",
|
|
3472
3532
|
openBlocks: "ノードを参照",
|
|
3473
3533
|
quickSearchHint: "A キーでクイック検索できます。",
|
|
3474
3534
|
toggleInspector: "インスペクターを切り替え",
|
|
@@ -4065,7 +4125,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
4065
4125
|
editReady: "保存済みのテストデータを編集",
|
|
4066
4126
|
remembered: "テストデータはこの編集セッション中に保持され、ワークフローは変更されません。",
|
|
4067
4127
|
startTest: "テストを開始",
|
|
4068
|
-
testTrigger: "{{name}}
|
|
4128
|
+
testTrigger: "テスト {{name}}",
|
|
4069
4129
|
triggerCount: "開始ノード {{count}} 件",
|
|
4070
4130
|
triggerDataHint: "この Trigger のサンプルデータを入力して、テストを開始します。",
|
|
4071
4131
|
triggerData: "トリガーデータ",
|
|
@@ -4263,6 +4323,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
4263
4323
|
variable: "Variable",
|
|
4264
4324
|
mode: "型",
|
|
4265
4325
|
connected: "上流の入力元に接続されています。入力元で変更できます。"
|
|
4326
|
+
},
|
|
4327
|
+
history: {
|
|
4328
|
+
undo: "元に戻す",
|
|
4329
|
+
redo: "やり直す",
|
|
4330
|
+
add: "ノードを {{count}} 個追加",
|
|
4331
|
+
delete: "ノードを {{count}} 個削除",
|
|
4332
|
+
paste: "ノードを {{count}} 個貼り付け",
|
|
4333
|
+
connect: "ノードを接続",
|
|
4334
|
+
disconnect: "接続を解除",
|
|
4335
|
+
move: "ノードを {{count}} 個移動",
|
|
4336
|
+
cleared: "内容の編集によりキャンバスの操作履歴を消去しました。",
|
|
4337
|
+
tooLarge: "この操作は履歴の容量制限を超えるため元に戻せません。",
|
|
4338
|
+
external: "外部更新によりキャンバスの操作履歴を消去しました。",
|
|
4339
|
+
resynced: "保存が完了しませんでした。操作履歴を消去し、保存済みの状態を再読み込みしました。一部の変更は保存されている可能性があります。",
|
|
4340
|
+
syncFailed: "保存済みの状態を再読み込みできませんでした。元に戻す操作は無効です。同期を再試行してください。",
|
|
4341
|
+
retry: "同期を再試行",
|
|
4342
|
+
addOne: "ノードを 1 個追加",
|
|
4343
|
+
deleteOne: "ノードを 1 個削除",
|
|
4344
|
+
pasteOne: "ノードを 1 個貼り付け",
|
|
4345
|
+
moveOne: "ノードを 1 個移動"
|
|
4266
4346
|
}
|
|
4267
4347
|
},
|
|
4268
4348
|
ko: {
|
|
@@ -4297,8 +4377,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
4297
4377
|
triggerChooseConnection: "이 Trigger에 사용할 Connection을 선택하세요.",
|
|
4298
4378
|
triggerNeedsConnection: "이 Trigger를 먼저 추가할 수 있습니다. 게시하기 전에 {{provider}}에 연결하세요.",
|
|
4299
4379
|
triggers: "Trigger",
|
|
4300
|
-
value: "값",
|
|
4301
|
-
valueDescription: "다운스트림
|
|
4380
|
+
value: "고정 값",
|
|
4381
|
+
valueDescription: "다운스트림 노드에서 사용할 텍스트, 숫자 등의 고정 값을 설정합니다.",
|
|
4302
4382
|
wait: "대기",
|
|
4303
4383
|
waitDescription: "운영자가 계속하거나 승인할 때까지 Run을 일시 중지합니다.",
|
|
4304
4384
|
webhook: "Webhook",
|
|
@@ -4336,7 +4416,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
4336
4416
|
executorConnector: "Connector",
|
|
4337
4417
|
executorJavaScript: "JavaScript",
|
|
4338
4418
|
executorLlm: "LLM",
|
|
4339
|
-
|
|
4419
|
+
flowCanvas: "Flow 디자이너",
|
|
4340
4420
|
openBlocks: "블록 찾아보기",
|
|
4341
4421
|
quickSearchHint: "A 키를 누르면 빠른 검색이 열립니다.",
|
|
4342
4422
|
toggleInspector: "인스펙터 표시 전환",
|
|
@@ -4933,7 +5013,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
4933
5013
|
editReady: "저장된 테스트 데이터 편집",
|
|
4934
5014
|
remembered: "테스트 데이터는 이 편집 세션 동안 유지되며 워크플로를 변경하지 않습니다.",
|
|
4935
5015
|
startTest: "테스트 시작",
|
|
4936
|
-
testTrigger: "{{name}}
|
|
5016
|
+
testTrigger: "테스트 {{name}}",
|
|
4937
5017
|
triggerCount: "시작 노드 {{count}}개",
|
|
4938
5018
|
triggerDataHint: "이 Trigger의 샘플 데이터를 입력한 뒤 테스트를 시작하세요.",
|
|
4939
5019
|
triggerData: "트리거 데이터",
|
|
@@ -5131,6 +5211,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
5131
5211
|
variable: "Variable",
|
|
5132
5212
|
mode: "타입",
|
|
5133
5213
|
connected: "상위 입력 소스에 연결되어 있습니다. 입력 소스에서 변경할 수 있습니다."
|
|
5214
|
+
},
|
|
5215
|
+
history: {
|
|
5216
|
+
undo: "실행 취소",
|
|
5217
|
+
redo: "다시 실행",
|
|
5218
|
+
add: "노드 {{count}}개 추가",
|
|
5219
|
+
delete: "노드 {{count}}개 삭제",
|
|
5220
|
+
paste: "노드 {{count}}개 붙여넣기",
|
|
5221
|
+
connect: "노드 연결",
|
|
5222
|
+
disconnect: "연결 해제",
|
|
5223
|
+
move: "노드 {{count}}개 이동",
|
|
5224
|
+
cleared: "내용이 수정되어 캔버스 작업 기록을 지웠습니다.",
|
|
5225
|
+
tooLarge: "이 작업은 기록 용량 제한을 초과하여 취소할 수 없습니다.",
|
|
5226
|
+
external: "외부 업데이트로 캔버스 작업 기록을 지웠습니다.",
|
|
5227
|
+
resynced: "저장이 완료되지 않았습니다. 기록을 지우고 저장된 상태를 다시 불러왔습니다. 일부 변경 사항은 저장되었을 수 있습니다.",
|
|
5228
|
+
syncFailed: "저장된 상태를 불러오지 못했습니다. 실행 취소가 비활성화되었습니다. 동기화를 다시 시도하세요.",
|
|
5229
|
+
retry: "동기화 다시 시도",
|
|
5230
|
+
addOne: "노드 1개 추가",
|
|
5231
|
+
deleteOne: "노드 1개 삭제",
|
|
5232
|
+
pasteOne: "노드 1개 붙여넣기",
|
|
5233
|
+
moveOne: "노드 1개 이동"
|
|
5134
5234
|
}
|
|
5135
5235
|
},
|
|
5136
5236
|
ru: {
|
|
@@ -5165,8 +5265,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
5165
5265
|
triggerChooseConnection: "Выберите Connection для этого Trigger.",
|
|
5166
5266
|
triggerNeedsConnection: "Добавьте этот Trigger сейчас, затем подключите {{provider}} перед публикацией.",
|
|
5167
5267
|
triggers: "Triggers",
|
|
5168
|
-
value: "
|
|
5169
|
-
valueDescription: "
|
|
5268
|
+
value: "Фиксированные значения",
|
|
5269
|
+
valueDescription: "Задайте фиксированные значения, например текст или числа, для использования в последующих узлах.",
|
|
5170
5270
|
wait: "Ожидание",
|
|
5171
5271
|
waitDescription: "Приостановить Run, пока оператор не продолжит, не одобрит или не отклонит его.",
|
|
5172
5272
|
webhook: "Webhook",
|
|
@@ -5204,7 +5304,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
5204
5304
|
executorConnector: "Connector",
|
|
5205
5305
|
executorJavaScript: "JavaScript",
|
|
5206
5306
|
executorLlm: "LLM",
|
|
5207
|
-
|
|
5307
|
+
flowCanvas: "Конструктор Flow",
|
|
5208
5308
|
openBlocks: "Обзор узлов",
|
|
5209
5309
|
quickSearchHint: "Нажмите A для быстрого поиска.",
|
|
5210
5310
|
toggleInspector: "Переключить инспектор",
|
|
@@ -5801,7 +5901,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
5801
5901
|
editReady: "Изменить сохранённые тестовые данные",
|
|
5802
5902
|
remembered: "Тестовые данные сохраняются в течение сеанса редактирования и не изменяют workflow.",
|
|
5803
5903
|
startTest: "Запустить тест",
|
|
5804
|
-
testTrigger: "
|
|
5904
|
+
testTrigger: "Тест {{name}}",
|
|
5805
5905
|
triggerCount: "Стартовых узлов: {{count}}",
|
|
5806
5906
|
triggerDataHint: "Введите пример данных для этого Trigger, затем запустите тест.",
|
|
5807
5907
|
triggerData: "Данные триггера",
|
|
@@ -5999,6 +6099,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
5999
6099
|
variable: "Variable",
|
|
6000
6100
|
mode: "Тип",
|
|
6001
6101
|
connected: "Подключён к источнику данных. Измените его в разделе источников входных данных."
|
|
6102
|
+
},
|
|
6103
|
+
history: {
|
|
6104
|
+
undo: "Отменить",
|
|
6105
|
+
redo: "Повторить",
|
|
6106
|
+
add: "Добавить узлы: {{count}}",
|
|
6107
|
+
delete: "Удалить узлы: {{count}}",
|
|
6108
|
+
paste: "Вставить узлы: {{count}}",
|
|
6109
|
+
connect: "Соединить узлы",
|
|
6110
|
+
disconnect: "Удалить соединение",
|
|
6111
|
+
move: "Переместить узлы: {{count}}",
|
|
6112
|
+
cleared: "История действий очищена после изменения содержимого.",
|
|
6113
|
+
tooLarge: "Действие превышает лимит истории и не может быть отменено.",
|
|
6114
|
+
external: "История действий очищена после внешнего обновления.",
|
|
6115
|
+
resynced: "Сохранение не завершено. История очищена, сохранённое состояние загружено заново. Часть изменений могла сохраниться.",
|
|
6116
|
+
syncFailed: "Не удалось загрузить сохранённое состояние. Отмена недоступна. Повторите синхронизацию.",
|
|
6117
|
+
retry: "Повторить синхронизацию",
|
|
6118
|
+
addOne: "Добавить узлы: 1",
|
|
6119
|
+
deleteOne: "Удалить узлы: 1",
|
|
6120
|
+
pasteOne: "Вставить узлы: 1",
|
|
6121
|
+
moveOne: "Переместить узлы: 1"
|
|
6002
6122
|
}
|
|
6003
6123
|
},
|
|
6004
6124
|
fr: {
|
|
@@ -6033,8 +6153,8 @@ var d = (e, t = {}, n = "") => {
|
|
|
6033
6153
|
triggerChooseConnection: "Choisissez la Connection de ce Trigger.",
|
|
6034
6154
|
triggerNeedsConnection: "Ajoutez ce Trigger maintenant, puis connectez {{provider}} avant de le publier.",
|
|
6035
6155
|
triggers: "Triggers",
|
|
6036
|
-
value: "
|
|
6037
|
-
valueDescription: "
|
|
6156
|
+
value: "Valeurs fixes",
|
|
6157
|
+
valueDescription: "Définir des valeurs fixes, comme du texte ou des nombres, à utiliser par les nœuds en aval.",
|
|
6038
6158
|
wait: "Attente",
|
|
6039
6159
|
waitDescription: "Mettre le Run en pause jusqu’à ce qu’un opérateur le poursuive ou l’approuve.",
|
|
6040
6160
|
webhook: "Webhook",
|
|
@@ -6072,7 +6192,7 @@ var d = (e, t = {}, n = "") => {
|
|
|
6072
6192
|
executorConnector: "Connector",
|
|
6073
6193
|
executorJavaScript: "JavaScript",
|
|
6074
6194
|
executorLlm: "LLM",
|
|
6075
|
-
|
|
6195
|
+
flowCanvas: "Designer de Flow",
|
|
6076
6196
|
openBlocks: "Parcourir les blocs",
|
|
6077
6197
|
quickSearchHint: "Appuyez sur A pour la recherche rapide.",
|
|
6078
6198
|
toggleInspector: "Afficher ou masquer l'inspecteur",
|
|
@@ -6867,6 +6987,26 @@ var d = (e, t = {}, n = "") => {
|
|
|
6867
6987
|
variable: "Variable",
|
|
6868
6988
|
mode: "Type",
|
|
6869
6989
|
connected: "Relié à une source en amont. Modifiez-la dans les sources d’entrée."
|
|
6990
|
+
},
|
|
6991
|
+
history: {
|
|
6992
|
+
undo: "Annuler",
|
|
6993
|
+
redo: "Rétablir",
|
|
6994
|
+
add: "Ajouter {{count}} nœuds",
|
|
6995
|
+
delete: "Supprimer {{count}} nœuds",
|
|
6996
|
+
paste: "Coller {{count}} nœuds",
|
|
6997
|
+
connect: "Connecter les nœuds",
|
|
6998
|
+
disconnect: "Déconnecter les nœuds",
|
|
6999
|
+
move: "Déplacer {{count}} nœuds",
|
|
7000
|
+
cleared: "L’historique du canevas a été effacé après la modification du contenu.",
|
|
7001
|
+
tooLarge: "Cette action dépasse la capacité de l’historique et ne peut pas être annulée.",
|
|
7002
|
+
external: "L’historique du canevas a été effacé après une mise à jour externe.",
|
|
7003
|
+
resynced: "L’enregistrement n’a pas abouti. L’historique a été effacé et l’état enregistré a été rechargé. Certaines modifications ont pu être enregistrées.",
|
|
7004
|
+
syncFailed: "Impossible de recharger l’état enregistré. L’annulation est désactivée. Relancez la synchronisation.",
|
|
7005
|
+
retry: "Relancer la synchronisation",
|
|
7006
|
+
addOne: "Ajouter 1 nœuds",
|
|
7007
|
+
deleteOne: "Supprimer 1 nœuds",
|
|
7008
|
+
pasteOne: "Coller 1 nœuds",
|
|
7009
|
+
moveOne: "Déplacer 1 nœuds"
|
|
6870
7010
|
}
|
|
6871
7011
|
}
|
|
6872
7012
|
}, _ = Object.fromEntries(a.map((e) => [e, {
|
|
@@ -1,10 +1,10 @@
|
|
|
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-
|
|
4
|
+
import { n as r } from "./flowWorkspace-fsNhVe8S.js";
|
|
5
5
|
import { useEffect as i, useRef as a, useState as o } from "react";
|
|
6
6
|
import { jsx as s } from "react/jsx-runtime";
|
|
7
|
-
//#region src/workbench/browser/runtime/
|
|
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
9
|
let _ = a({
|
|
10
10
|
definitions: c,
|
package/dist/browser/licenses.md
CHANGED
|
@@ -1370,6 +1370,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1370
1370
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1371
1371
|
THE SOFTWARE.
|
|
1372
1372
|
|
|
1373
|
+
## croner - 10.0.1 (MIT)
|
|
1374
|
+
|
|
1375
|
+
The MIT License (MIT)
|
|
1376
|
+
|
|
1377
|
+
Copyright (c) 2015-2021 Hexagon <github.com/Hexagon>
|
|
1378
|
+
|
|
1379
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1380
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1381
|
+
in the Software without restriction, including without limitation the rights
|
|
1382
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1383
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1384
|
+
furnished to do so, subject to the following conditions:
|
|
1385
|
+
|
|
1386
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1387
|
+
copies or substantial portions of the Software.
|
|
1388
|
+
|
|
1389
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1390
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1391
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1392
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1393
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1394
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1395
|
+
SOFTWARE.
|
|
1396
|
+
|
|
1397
|
+
## cronstrue - 3.25.0 (MIT)
|
|
1398
|
+
|
|
1399
|
+
The MIT License (MIT)
|
|
1400
|
+
|
|
1401
|
+
Copyright (c) 2017 Brady Holt
|
|
1402
|
+
|
|
1403
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1404
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1405
|
+
in the Software without restriction, including without limitation the rights
|
|
1406
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1407
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1408
|
+
furnished to do so, subject to the following conditions:
|
|
1409
|
+
|
|
1410
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1411
|
+
copies or substantial portions of the Software.
|
|
1412
|
+
|
|
1413
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1414
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1415
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1416
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1417
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1418
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1419
|
+
SOFTWARE.
|
|
1420
|
+
|
|
1373
1421
|
## css-selector-parser - 3.3.0 (MIT)
|
|
1374
1422
|
|
|
1375
1423
|
Copyright (c) 2013 Dulin Marat
|
|
@@ -44544,10 +44544,10 @@ function GE(e, t, n) {
|
|
|
44544
44544
|
}, e.children = [];
|
|
44545
44545
|
}
|
|
44546
44546
|
}
|
|
44547
|
-
var KE = /* @__PURE__ */ a(function({ dark: e,
|
|
44548
|
-
let
|
|
44547
|
+
var KE = /* @__PURE__ */ a(function({ dark: e, unstyled: t, text: n, className: i = "", components: a, mermaid: l }) {
|
|
44548
|
+
let d = r(), f = s(() => RE(d), [d]), p = c(null), m = c(/* @__PURE__ */ new WeakMap());
|
|
44549
44549
|
return o(() => {
|
|
44550
|
-
let t =
|
|
44550
|
+
let t = l ? [...p.current?.querySelectorAll("pre code.language-mermaid") ?? []] : [];
|
|
44551
44551
|
if (t.length == 0) return;
|
|
44552
44552
|
let n = !1;
|
|
44553
44553
|
return (async () => {
|
|
@@ -44555,8 +44555,8 @@ var KE = /* @__PURE__ */ a(function({ dark: e, text: t, className: n = "", compo
|
|
|
44555
44555
|
if (n) return;
|
|
44556
44556
|
let a = i[e ? "github-dark" : "github-light"];
|
|
44557
44557
|
for (let e of t) {
|
|
44558
|
-
let t =
|
|
44559
|
-
|
|
44558
|
+
let t = m.current.get(e), i = e.querySelector("svg") && t != null ? t : e.textContent || "";
|
|
44559
|
+
m.current.set(e, i);
|
|
44560
44560
|
try {
|
|
44561
44561
|
let t = r(i, {
|
|
44562
44562
|
...a,
|
|
@@ -44571,17 +44571,17 @@ var KE = /* @__PURE__ */ a(function({ dark: e, text: t, className: n = "", compo
|
|
|
44571
44571
|
n = !0;
|
|
44572
44572
|
};
|
|
44573
44573
|
}, [
|
|
44574
|
-
|
|
44574
|
+
l,
|
|
44575
44575
|
e,
|
|
44576
|
-
|
|
44577
|
-
]),
|
|
44578
|
-
ref:
|
|
44579
|
-
className: `open-flow-markdown-${e ? "dark" : "light"} ${
|
|
44576
|
+
n
|
|
44577
|
+
]), n ? /* @__PURE__ */ u("div", {
|
|
44578
|
+
ref: p,
|
|
44579
|
+
className: `${t ? "" : `open-flow-markdown-${e ? "dark" : "light"}`} ${i}`,
|
|
44580
44580
|
children: /* @__PURE__ */ u(wo, {
|
|
44581
|
-
rehypePlugins:
|
|
44581
|
+
rehypePlugins: f,
|
|
44582
44582
|
remarkPlugins: IE,
|
|
44583
|
-
components:
|
|
44584
|
-
children:
|
|
44583
|
+
components: a,
|
|
44584
|
+
children: n
|
|
44585
44585
|
})
|
|
44586
44586
|
}) : null;
|
|
44587
44587
|
});
|
package/dist/browser/theme.css
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--open-flow-destructive: #dc2626;
|
|
18
18
|
--open-flow-border: #dedede;
|
|
19
19
|
--open-flow-input: #d2d2d2;
|
|
20
|
-
--open-flow-ring: #
|
|
20
|
+
--open-flow-ring: #777777;
|
|
21
21
|
--open-flow-radius: 10px;
|
|
22
22
|
--ui-background: var(--open-flow-background);
|
|
23
23
|
--ui-foreground: var(--open-flow-foreground);
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
--open-flow-destructive: #f87171;
|
|
60
60
|
--open-flow-border: #3c3c3c;
|
|
61
61
|
--open-flow-input: #484848;
|
|
62
|
-
--open-flow-ring: #
|
|
62
|
+
--open-flow-ring: #b4b4b4;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* Canvas surfaces preserve the approved node and floating-control palette.
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
--ui-destructive: var(--accent-red-1);
|
|
195
195
|
--ui-border: var(--border-2);
|
|
196
196
|
--ui-input: var(--border-2);
|
|
197
|
-
--ui-ring: var(--
|
|
197
|
+
--ui-ring: var(--open-flow-ring);
|
|
198
198
|
--ui-radius: 6px;
|
|
199
199
|
|
|
200
200
|
--brand-color: #3d3d3d;
|
|
@@ -312,10 +312,10 @@
|
|
|
312
312
|
|
|
313
313
|
--pseudo-outline-color: var(--brand-3);
|
|
314
314
|
|
|
315
|
-
--comment-bg: #
|
|
315
|
+
--comment-bg: #f3eddc;
|
|
316
316
|
--comment-head-bg: #e8d7b3;
|
|
317
|
-
--comment-border: #
|
|
318
|
-
--comment-selected-border: #
|
|
317
|
+
--comment-border: #e3d8ba;
|
|
318
|
+
--comment-selected-border: #a58b50;
|
|
319
319
|
--comment-hover-bg: color-mix(in srgb, var(--comment-head-bg) 70%, #ffffff);
|
|
320
320
|
--comment-active-bg: color-mix(in srgb, var(--comment-head-bg) 93%, #000000);
|
|
321
321
|
}
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
--ui-destructive: var(--accent-red-1);
|
|
368
368
|
--ui-border: var(--border-2);
|
|
369
369
|
--ui-input: var(--border-2);
|
|
370
|
-
--ui-ring: var(--
|
|
370
|
+
--ui-ring: var(--open-flow-ring);
|
|
371
371
|
--ui-radius: 6px;
|
|
372
372
|
|
|
373
373
|
--node-background-color: var(--fill-1);
|
|
@@ -481,9 +481,9 @@
|
|
|
481
481
|
|
|
482
482
|
--pseudo-outline-color: var(--brand-7);
|
|
483
483
|
|
|
484
|
-
--comment-bg: #
|
|
484
|
+
--comment-bg: #343128;
|
|
485
485
|
--comment-head-bg: #504837;
|
|
486
|
-
--comment-border: #
|
|
486
|
+
--comment-border: #514a38;
|
|
487
487
|
--comment-selected-border: #bba165;
|
|
488
488
|
--comment-hover-bg: color-mix(in srgb, var(--comment-head-bg) 89%, #ffffff);
|
|
489
489
|
--comment-active-bg: color-mix(in srgb, var(--comment-head-bg) 90%, #000000);
|