@datatechsolutions/ui 2.11.57 → 2.11.59
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/astrlabe/index.js +132 -132
- package/dist/astrlabe/index.mjs +4 -4
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-7L2ASZLV.mjs → chunk-F4TRCO3M.mjs} +287 -5
- package/dist/chunk-F4TRCO3M.mjs.map +1 -0
- package/dist/{chunk-JGVH3R46.js → chunk-GA72TPLH.js} +286 -3
- package/dist/chunk-GA72TPLH.js.map +1 -0
- package/dist/{chunk-ESC5OVLF.mjs → chunk-XWORZXP2.mjs} +4 -4
- package/dist/{chunk-ESC5OVLF.mjs.map → chunk-XWORZXP2.mjs.map} +1 -1
- package/dist/{chunk-G77XRUWZ.js → chunk-ZXDCFAFG.js} +54 -54
- package/dist/{chunk-G77XRUWZ.js.map → chunk-ZXDCFAFG.js.map} +1 -1
- package/dist/index.d.mts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +742 -738
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
- package/dist/chunk-7L2ASZLV.mjs.map +0 -1
- package/dist/chunk-JGVH3R46.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
4
|
+
var chunkGA72TPLH_js = require('./chunk-GA72TPLH.js');
|
|
6
5
|
var chunkP4YYEM4B_js = require('./chunk-P4YYEM4B.js');
|
|
7
6
|
var chunkC7BI5LQ6_js = require('./chunk-C7BI5LQ6.js');
|
|
7
|
+
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
8
8
|
var react = require('react');
|
|
9
9
|
var react$1 = require('@xyflow/react');
|
|
10
10
|
require('@xyflow/react/dist/style.css');
|
|
@@ -1624,7 +1624,7 @@ function DatasourceNodeConfigForm({
|
|
|
1624
1624
|
}
|
|
1625
1625
|
const logo = getDatasourceLogo(selectedDatasourceId, selectedDatasource?.dialect);
|
|
1626
1626
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1627
|
-
|
|
1627
|
+
chunkGA72TPLH_js.GlassModal,
|
|
1628
1628
|
{
|
|
1629
1629
|
open,
|
|
1630
1630
|
onClose: onCancel,
|
|
@@ -1639,8 +1639,8 @@ function DatasourceNodeConfigForm({
|
|
|
1639
1639
|
onSectionChange: setActiveSectionId
|
|
1640
1640
|
},
|
|
1641
1641
|
footer: readOnly ? void 0 : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 px-6 py-3", children: [
|
|
1642
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1643
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1642
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkGA72TPLH_js.Button, { outline: true, onClick: onCancel, children: t("cancel") }),
|
|
1643
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkGA72TPLH_js.Button, { color: "cyan", onClick: handleSave, disabled: !canSave, children: t("save") })
|
|
1644
1644
|
] }),
|
|
1645
1645
|
children: renderSection()
|
|
1646
1646
|
}
|
|
@@ -2147,7 +2147,7 @@ var AgentToolFlowNode = react.memo(function AgentToolFlowNode2({ id, data, selec
|
|
|
2147
2147
|
event.stopPropagation();
|
|
2148
2148
|
},
|
|
2149
2149
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2150
|
-
|
|
2150
|
+
chunkGA72TPLH_js.ToggleSwitch,
|
|
2151
2151
|
{
|
|
2152
2152
|
checked: Boolean(agentTool.enabled),
|
|
2153
2153
|
onChange: () => data.onToggle?.(agentTool),
|
|
@@ -2255,7 +2255,7 @@ var ToolFlowNode = react.memo(function ToolFlowNode2({ id, data, selected }) {
|
|
|
2255
2255
|
event.preventDefault();
|
|
2256
2256
|
},
|
|
2257
2257
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2258
|
-
|
|
2258
|
+
chunkGA72TPLH_js.ToggleSwitch,
|
|
2259
2259
|
{
|
|
2260
2260
|
checked: Boolean(tool.enabled),
|
|
2261
2261
|
onChange: () => onToggle(tool),
|
|
@@ -2407,7 +2407,7 @@ var RuleFlowNode = react.memo(function RuleFlowNode2({ id, data, selected }) {
|
|
|
2407
2407
|
event.preventDefault();
|
|
2408
2408
|
},
|
|
2409
2409
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2410
|
-
|
|
2410
|
+
chunkGA72TPLH_js.ToggleSwitch,
|
|
2411
2411
|
{
|
|
2412
2412
|
checked: Boolean(rule.enabled),
|
|
2413
2413
|
onChange: () => onToggle(rule),
|
|
@@ -3405,7 +3405,7 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
|
|
|
3405
3405
|
event.preventDefault();
|
|
3406
3406
|
},
|
|
3407
3407
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3408
|
-
|
|
3408
|
+
chunkGA72TPLH_js.ToggleSwitch,
|
|
3409
3409
|
{
|
|
3410
3410
|
checked: true,
|
|
3411
3411
|
onChange: () => {
|
|
@@ -3733,8 +3733,8 @@ function ConfigFormActions({
|
|
|
3733
3733
|
saveDisabled = false
|
|
3734
3734
|
}) {
|
|
3735
3735
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
3736
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3737
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3736
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkGA72TPLH_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
|
|
3737
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkGA72TPLH_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
|
|
3738
3738
|
] });
|
|
3739
3739
|
}
|
|
3740
3740
|
var COLOR_CLASSES = {
|
|
@@ -3981,7 +3981,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3981
3981
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
|
|
3982
3982
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
|
|
3983
3983
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3984
|
-
|
|
3984
|
+
chunkGA72TPLH_js.Button,
|
|
3985
3985
|
{
|
|
3986
3986
|
type: "button",
|
|
3987
3987
|
onClick: handleAddCondition,
|
|
@@ -3992,7 +3992,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3992
3992
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: conditions.map((condition, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start gap-2 rounded-lg border border-gray-200 bg-gray-50 p-3 dark:border-gray-700 dark:bg-gray-800/50", children: [
|
|
3993
3993
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
|
|
3994
3994
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3995
|
-
|
|
3995
|
+
chunkGA72TPLH_js.FormInput,
|
|
3996
3996
|
{
|
|
3997
3997
|
type: "text",
|
|
3998
3998
|
label: t("variableLabel"),
|
|
@@ -4003,7 +4003,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4003
4003
|
}
|
|
4004
4004
|
) }),
|
|
4005
4005
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4006
|
-
|
|
4006
|
+
chunkGA72TPLH_js.FormSelect,
|
|
4007
4007
|
{
|
|
4008
4008
|
label: t("operatorLabel"),
|
|
4009
4009
|
value: condition.operator,
|
|
@@ -4013,7 +4013,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4013
4013
|
}
|
|
4014
4014
|
) }),
|
|
4015
4015
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4016
|
-
|
|
4016
|
+
chunkGA72TPLH_js.FormInput,
|
|
4017
4017
|
{
|
|
4018
4018
|
type: "text",
|
|
4019
4019
|
label: t("valueLabel"),
|
|
@@ -4025,7 +4025,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4025
4025
|
) })
|
|
4026
4026
|
] }),
|
|
4027
4027
|
conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4028
|
-
|
|
4028
|
+
chunkGA72TPLH_js.IconButton,
|
|
4029
4029
|
{
|
|
4030
4030
|
onClick: () => handleRemoveCondition(index),
|
|
4031
4031
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -4182,7 +4182,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4182
4182
|
};
|
|
4183
4183
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4184
4184
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4185
|
-
|
|
4185
|
+
chunkGA72TPLH_js.FormSelect,
|
|
4186
4186
|
{
|
|
4187
4187
|
label: t("methodLabel"),
|
|
4188
4188
|
value: method,
|
|
@@ -4191,7 +4191,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4191
4191
|
}
|
|
4192
4192
|
),
|
|
4193
4193
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4194
|
-
|
|
4194
|
+
chunkGA72TPLH_js.FormInput,
|
|
4195
4195
|
{
|
|
4196
4196
|
type: "text",
|
|
4197
4197
|
label: t("urlLabel"),
|
|
@@ -4204,7 +4204,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4204
4204
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
|
|
4205
4205
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
|
|
4206
4206
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4207
|
-
|
|
4207
|
+
chunkGA72TPLH_js.Button,
|
|
4208
4208
|
{
|
|
4209
4209
|
type: "button",
|
|
4210
4210
|
onClick: handleAddHeader,
|
|
@@ -4214,7 +4214,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4214
4214
|
] }),
|
|
4215
4215
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
4216
4216
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4217
|
-
|
|
4217
|
+
chunkGA72TPLH_js.FormInput,
|
|
4218
4218
|
{
|
|
4219
4219
|
type: "text",
|
|
4220
4220
|
value: entry.key,
|
|
@@ -4224,7 +4224,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4224
4224
|
}
|
|
4225
4225
|
),
|
|
4226
4226
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4227
|
-
|
|
4227
|
+
chunkGA72TPLH_js.FormInput,
|
|
4228
4228
|
{
|
|
4229
4229
|
type: "text",
|
|
4230
4230
|
value: entry.value,
|
|
@@ -4234,7 +4234,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4234
4234
|
}
|
|
4235
4235
|
),
|
|
4236
4236
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4237
|
-
|
|
4237
|
+
chunkGA72TPLH_js.IconButton,
|
|
4238
4238
|
{
|
|
4239
4239
|
onClick: () => handleRemoveHeader(index),
|
|
4240
4240
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -4246,7 +4246,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4246
4246
|
] }, index)) })
|
|
4247
4247
|
] }),
|
|
4248
4248
|
method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4249
|
-
|
|
4249
|
+
chunkGA72TPLH_js.FormTextarea,
|
|
4250
4250
|
{
|
|
4251
4251
|
label: t("bodyLabel"),
|
|
4252
4252
|
value: body,
|
|
@@ -4257,7 +4257,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4257
4257
|
}
|
|
4258
4258
|
),
|
|
4259
4259
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4260
|
-
|
|
4260
|
+
chunkGA72TPLH_js.FormInput,
|
|
4261
4261
|
{
|
|
4262
4262
|
type: "number",
|
|
4263
4263
|
label: t("timeoutLabel"),
|
|
@@ -4269,7 +4269,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4269
4269
|
}
|
|
4270
4270
|
),
|
|
4271
4271
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4272
|
-
|
|
4272
|
+
chunkGA72TPLH_js.FormSelect,
|
|
4273
4273
|
{
|
|
4274
4274
|
label: t("parseResponseLabel"),
|
|
4275
4275
|
value: parseResponse,
|
|
@@ -4300,7 +4300,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4300
4300
|
};
|
|
4301
4301
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4302
4302
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4303
|
-
|
|
4303
|
+
chunkGA72TPLH_js.FormTextarea,
|
|
4304
4304
|
{
|
|
4305
4305
|
label: t("templateLabel"),
|
|
4306
4306
|
value: template,
|
|
@@ -4311,7 +4311,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4311
4311
|
}
|
|
4312
4312
|
),
|
|
4313
4313
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4314
|
-
|
|
4314
|
+
chunkGA72TPLH_js.FormInput,
|
|
4315
4315
|
{
|
|
4316
4316
|
type: "text",
|
|
4317
4317
|
label: t("outputVariableLabel"),
|
|
@@ -4340,7 +4340,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4340
4340
|
};
|
|
4341
4341
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4342
4342
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4343
|
-
|
|
4343
|
+
chunkGA72TPLH_js.FormInput,
|
|
4344
4344
|
{
|
|
4345
4345
|
type: "text",
|
|
4346
4346
|
label: t("iteratorVariableLabel"),
|
|
@@ -4350,7 +4350,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4350
4350
|
}
|
|
4351
4351
|
),
|
|
4352
4352
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4353
|
-
|
|
4353
|
+
chunkGA72TPLH_js.FormInput,
|
|
4354
4354
|
{
|
|
4355
4355
|
type: "number",
|
|
4356
4356
|
label: t("maxIterationsLabel"),
|
|
@@ -4381,7 +4381,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4381
4381
|
};
|
|
4382
4382
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4383
4383
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4384
|
-
|
|
4384
|
+
chunkGA72TPLH_js.FormInput,
|
|
4385
4385
|
{
|
|
4386
4386
|
type: "text",
|
|
4387
4387
|
label: t("sourceIdLabel"),
|
|
@@ -4391,7 +4391,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4391
4391
|
}
|
|
4392
4392
|
),
|
|
4393
4393
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4394
|
-
|
|
4394
|
+
chunkGA72TPLH_js.FormInput,
|
|
4395
4395
|
{
|
|
4396
4396
|
type: "number",
|
|
4397
4397
|
label: t("topKLabel"),
|
|
@@ -4402,7 +4402,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4402
4402
|
}
|
|
4403
4403
|
),
|
|
4404
4404
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4405
|
-
|
|
4405
|
+
chunkGA72TPLH_js.FormInput,
|
|
4406
4406
|
{
|
|
4407
4407
|
type: "number",
|
|
4408
4408
|
label: t("similarityThresholdLabel"),
|
|
@@ -4433,7 +4433,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4433
4433
|
};
|
|
4434
4434
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4435
4435
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4436
|
-
|
|
4436
|
+
chunkGA72TPLH_js.FormTextarea,
|
|
4437
4437
|
{
|
|
4438
4438
|
label: t("outputTemplateLabel"),
|
|
4439
4439
|
hint: t("outputTemplateHelp"),
|
|
@@ -4867,7 +4867,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4867
4867
|
}
|
|
4868
4868
|
),
|
|
4869
4869
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4870
|
-
|
|
4870
|
+
chunkGA72TPLH_js.FormInput,
|
|
4871
4871
|
{
|
|
4872
4872
|
type: "text",
|
|
4873
4873
|
label: t("outputVariableLabel"),
|
|
@@ -4877,7 +4877,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4877
4877
|
}
|
|
4878
4878
|
),
|
|
4879
4879
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4880
|
-
|
|
4880
|
+
chunkGA72TPLH_js.FormSelect,
|
|
4881
4881
|
{
|
|
4882
4882
|
label: t("aggregationModeLabel"),
|
|
4883
4883
|
value: aggregationMode,
|
|
@@ -4910,7 +4910,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4910
4910
|
};
|
|
4911
4911
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4912
4912
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4913
|
-
|
|
4913
|
+
chunkGA72TPLH_js.FormSelect,
|
|
4914
4914
|
{
|
|
4915
4915
|
label: t("extractionModeLabel"),
|
|
4916
4916
|
value: extractionMode,
|
|
@@ -4919,7 +4919,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4919
4919
|
}
|
|
4920
4920
|
),
|
|
4921
4921
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4922
|
-
|
|
4922
|
+
chunkGA72TPLH_js.FormInput,
|
|
4923
4923
|
{
|
|
4924
4924
|
type: "text",
|
|
4925
4925
|
label: t("outputVariableLabel"),
|
|
@@ -5096,7 +5096,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5096
5096
|
};
|
|
5097
5097
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5098
5098
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5099
|
-
|
|
5099
|
+
chunkGA72TPLH_js.FormInput,
|
|
5100
5100
|
{
|
|
5101
5101
|
type: "text",
|
|
5102
5102
|
label: t("iteratorVariableLabel"),
|
|
@@ -5106,7 +5106,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5106
5106
|
}
|
|
5107
5107
|
),
|
|
5108
5108
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5109
|
-
|
|
5109
|
+
chunkGA72TPLH_js.FormInput,
|
|
5110
5110
|
{
|
|
5111
5111
|
type: "text",
|
|
5112
5112
|
label: t("itemVariableLabel"),
|
|
@@ -5116,7 +5116,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5116
5116
|
}
|
|
5117
5117
|
),
|
|
5118
5118
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5119
|
-
|
|
5119
|
+
chunkGA72TPLH_js.FormInput,
|
|
5120
5120
|
{
|
|
5121
5121
|
type: "text",
|
|
5122
5122
|
label: t("indexVariableLabel"),
|
|
@@ -5388,7 +5388,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5388
5388
|
};
|
|
5389
5389
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5390
5390
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5391
|
-
|
|
5391
|
+
chunkGA72TPLH_js.FormInput,
|
|
5392
5392
|
{
|
|
5393
5393
|
type: "text",
|
|
5394
5394
|
label: translations("labelField"),
|
|
@@ -5398,7 +5398,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5398
5398
|
}
|
|
5399
5399
|
),
|
|
5400
5400
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5401
|
-
|
|
5401
|
+
chunkGA72TPLH_js.FormTextarea,
|
|
5402
5402
|
{
|
|
5403
5403
|
label: translations("descriptionField"),
|
|
5404
5404
|
value: description,
|
|
@@ -5556,7 +5556,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5556
5556
|
};
|
|
5557
5557
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5558
5558
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5559
|
-
|
|
5559
|
+
chunkGA72TPLH_js.FormInput,
|
|
5560
5560
|
{
|
|
5561
5561
|
type: "text",
|
|
5562
5562
|
label: t("nameLabel"),
|
|
@@ -5566,7 +5566,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5566
5566
|
}
|
|
5567
5567
|
),
|
|
5568
5568
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5569
|
-
|
|
5569
|
+
chunkGA72TPLH_js.FormSelect,
|
|
5570
5570
|
{
|
|
5571
5571
|
label: t("providerTypeLabel"),
|
|
5572
5572
|
value: providerType,
|
|
@@ -5575,7 +5575,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5575
5575
|
}
|
|
5576
5576
|
),
|
|
5577
5577
|
showRegion && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5578
|
-
|
|
5578
|
+
chunkGA72TPLH_js.FormSelect,
|
|
5579
5579
|
{
|
|
5580
5580
|
label: t("regionLabel"),
|
|
5581
5581
|
value: region,
|
|
@@ -5584,7 +5584,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5584
5584
|
}
|
|
5585
5585
|
),
|
|
5586
5586
|
showEndpoint && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5587
|
-
|
|
5587
|
+
chunkGA72TPLH_js.FormInput,
|
|
5588
5588
|
{
|
|
5589
5589
|
type: "text",
|
|
5590
5590
|
label: t("endpointLabel"),
|
|
@@ -5594,7 +5594,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5594
5594
|
}
|
|
5595
5595
|
),
|
|
5596
5596
|
showApiKey && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5597
|
-
|
|
5597
|
+
chunkGA72TPLH_js.FormInput,
|
|
5598
5598
|
{
|
|
5599
5599
|
type: "password",
|
|
5600
5600
|
label: t("apiKeyLabel"),
|
|
@@ -5604,7 +5604,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5604
5604
|
}
|
|
5605
5605
|
),
|
|
5606
5606
|
showCredentialRef && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5607
|
-
|
|
5607
|
+
chunkGA72TPLH_js.FormInput,
|
|
5608
5608
|
{
|
|
5609
5609
|
type: "text",
|
|
5610
5610
|
label: t("credentialRefLabel"),
|
|
@@ -5736,7 +5736,7 @@ function LogicNodeModal({ onSave, entities = [], datasources = [], onLoadTables,
|
|
|
5736
5736
|
}
|
|
5737
5737
|
};
|
|
5738
5738
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5739
|
-
|
|
5739
|
+
chunkGA72TPLH_js.GlassModal,
|
|
5740
5740
|
{
|
|
5741
5741
|
open,
|
|
5742
5742
|
onClose: closeModal,
|
|
@@ -5796,7 +5796,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
|
|
|
5796
5796
|
}
|
|
5797
5797
|
];
|
|
5798
5798
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5799
|
-
|
|
5799
|
+
chunkGA72TPLH_js.ContextMenu,
|
|
5800
5800
|
{
|
|
5801
5801
|
position,
|
|
5802
5802
|
onClose,
|
|
@@ -5853,7 +5853,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
|
|
|
5853
5853
|
}
|
|
5854
5854
|
];
|
|
5855
5855
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5856
|
-
|
|
5856
|
+
chunkGA72TPLH_js.ContextMenu,
|
|
5857
5857
|
{
|
|
5858
5858
|
position,
|
|
5859
5859
|
onClose,
|
|
@@ -6000,7 +6000,7 @@ function SelectionContextMenu({
|
|
|
6000
6000
|
}
|
|
6001
6001
|
];
|
|
6002
6002
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
6003
|
-
|
|
6003
|
+
chunkGA72TPLH_js.ContextMenu,
|
|
6004
6004
|
{
|
|
6005
6005
|
position,
|
|
6006
6006
|
onClose,
|
|
@@ -7908,5 +7908,5 @@ exports.useModalStore = useModalStore;
|
|
|
7908
7908
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
7909
7909
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
7910
7910
|
exports.useWorkflowStore = useWorkflowStore;
|
|
7911
|
-
//# sourceMappingURL=chunk-
|
|
7912
|
-
//# sourceMappingURL=chunk-
|
|
7911
|
+
//# sourceMappingURL=chunk-ZXDCFAFG.js.map
|
|
7912
|
+
//# sourceMappingURL=chunk-ZXDCFAFG.js.map
|