@datatechsolutions/ui 2.11.50 → 2.11.52
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.d.mts +2 -18
- package/dist/astrlabe/index.d.ts +2 -18
- package/dist/astrlabe/index.js +132 -175
- package/dist/astrlabe/index.js.map +1 -1
- package/dist/astrlabe/index.mjs +5 -47
- package/dist/astrlabe/index.mjs.map +1 -1
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-KEUOCEOO.js → chunk-2BUYACAN.js} +224 -3
- package/dist/chunk-2BUYACAN.js.map +1 -0
- package/dist/{chunk-YDZRHVCW.js → chunk-AFVXNLGI.js} +53 -53
- package/dist/{chunk-YDZRHVCW.js.map → chunk-AFVXNLGI.js.map} +1 -1
- package/dist/{chunk-DNGI4ASL.mjs → chunk-F2V7GC3Y.mjs} +220 -4
- package/dist/chunk-F2V7GC3Y.mjs.map +1 -0
- package/dist/{chunk-DFOPQKPU.mjs → chunk-HOCGFL5J.mjs} +4 -4
- package/dist/{chunk-DFOPQKPU.mjs.map → chunk-HOCGFL5J.mjs.map} +1 -1
- package/dist/dynamic-island-confirm-BKsZkAEP.d.mts +17 -0
- package/dist/dynamic-island-confirm-BKsZkAEP.d.ts +17 -0
- package/dist/index.d.mts +164 -7
- package/dist/index.d.ts +164 -7
- package/dist/index.js +746 -726
- package/dist/index.mjs +2 -2
- package/package.json +2 -1
- package/src/brand/logos/fakhir-icon.svg +38 -0
- package/src/brand/logos/fakhir-logo-dark.svg +47 -0
- package/src/brand/logos/fakhir-logo.svg +43 -0
- package/dist/chunk-DNGI4ASL.mjs.map +0 -1
- package/dist/chunk-KEUOCEOO.js.map +0 -1
- package/dist/dynamic-island-confirm-Bw24Ll2r.d.mts +0 -114
- package/dist/dynamic-island-confirm-Bw24Ll2r.d.ts +0 -114
|
@@ -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 chunk2BUYACAN_js = require('./chunk-2BUYACAN.js');
|
|
6
5
|
var chunkP4YYEM4B_js = require('./chunk-P4YYEM4B.js');
|
|
7
6
|
var chunkPWBWP5FJ_js = require('./chunk-PWBWP5FJ.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');
|
|
@@ -1620,7 +1620,7 @@ function DatasourceNodeConfigForm({
|
|
|
1620
1620
|
}
|
|
1621
1621
|
const logo = getDatasourceLogo(selectedDatasourceId, selectedDatasource?.dialect);
|
|
1622
1622
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1623
|
-
|
|
1623
|
+
chunk2BUYACAN_js.GlassModal,
|
|
1624
1624
|
{
|
|
1625
1625
|
open,
|
|
1626
1626
|
onClose: onCancel,
|
|
@@ -1635,8 +1635,8 @@ function DatasourceNodeConfigForm({
|
|
|
1635
1635
|
onSectionChange: setActiveSectionId
|
|
1636
1636
|
},
|
|
1637
1637
|
footer: readOnly ? void 0 : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 px-6 py-3", children: [
|
|
1638
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1639
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1638
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunk2BUYACAN_js.Button, { outline: true, onClick: onCancel, children: t("cancel") }),
|
|
1639
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunk2BUYACAN_js.Button, { color: "cyan", onClick: handleSave, disabled: !canSave, children: t("save") })
|
|
1640
1640
|
] }),
|
|
1641
1641
|
children: renderSection()
|
|
1642
1642
|
}
|
|
@@ -2143,7 +2143,7 @@ var AgentToolFlowNode = react.memo(function AgentToolFlowNode2({ id, data, selec
|
|
|
2143
2143
|
event.stopPropagation();
|
|
2144
2144
|
},
|
|
2145
2145
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2146
|
-
|
|
2146
|
+
chunk2BUYACAN_js.ToggleSwitch,
|
|
2147
2147
|
{
|
|
2148
2148
|
checked: Boolean(agentTool.enabled),
|
|
2149
2149
|
onChange: () => data.onToggle?.(agentTool),
|
|
@@ -2251,7 +2251,7 @@ var ToolFlowNode = react.memo(function ToolFlowNode2({ id, data, selected }) {
|
|
|
2251
2251
|
event.preventDefault();
|
|
2252
2252
|
},
|
|
2253
2253
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2254
|
-
|
|
2254
|
+
chunk2BUYACAN_js.ToggleSwitch,
|
|
2255
2255
|
{
|
|
2256
2256
|
checked: Boolean(tool.enabled),
|
|
2257
2257
|
onChange: () => onToggle(tool),
|
|
@@ -2403,7 +2403,7 @@ var RuleFlowNode = react.memo(function RuleFlowNode2({ id, data, selected }) {
|
|
|
2403
2403
|
event.preventDefault();
|
|
2404
2404
|
},
|
|
2405
2405
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2406
|
-
|
|
2406
|
+
chunk2BUYACAN_js.ToggleSwitch,
|
|
2407
2407
|
{
|
|
2408
2408
|
checked: Boolean(rule.enabled),
|
|
2409
2409
|
onChange: () => onToggle(rule),
|
|
@@ -3401,7 +3401,7 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
|
|
|
3401
3401
|
event.preventDefault();
|
|
3402
3402
|
},
|
|
3403
3403
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3404
|
-
|
|
3404
|
+
chunk2BUYACAN_js.ToggleSwitch,
|
|
3405
3405
|
{
|
|
3406
3406
|
checked: true,
|
|
3407
3407
|
onChange: () => {
|
|
@@ -3729,8 +3729,8 @@ function ConfigFormActions({
|
|
|
3729
3729
|
saveDisabled = false
|
|
3730
3730
|
}) {
|
|
3731
3731
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
3732
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3733
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3732
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunk2BUYACAN_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
|
|
3733
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunk2BUYACAN_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
|
|
3734
3734
|
] });
|
|
3735
3735
|
}
|
|
3736
3736
|
var COLOR_CLASSES = {
|
|
@@ -3977,7 +3977,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3977
3977
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
|
|
3978
3978
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
|
|
3979
3979
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3980
|
-
|
|
3980
|
+
chunk2BUYACAN_js.Button,
|
|
3981
3981
|
{
|
|
3982
3982
|
type: "button",
|
|
3983
3983
|
onClick: handleAddCondition,
|
|
@@ -3988,7 +3988,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3988
3988
|
/* @__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: [
|
|
3989
3989
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
|
|
3990
3990
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3991
|
-
|
|
3991
|
+
chunk2BUYACAN_js.FormInput,
|
|
3992
3992
|
{
|
|
3993
3993
|
type: "text",
|
|
3994
3994
|
label: t("variableLabel"),
|
|
@@ -3999,7 +3999,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3999
3999
|
}
|
|
4000
4000
|
) }),
|
|
4001
4001
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4002
|
-
|
|
4002
|
+
chunk2BUYACAN_js.FormSelect,
|
|
4003
4003
|
{
|
|
4004
4004
|
label: t("operatorLabel"),
|
|
4005
4005
|
value: condition.operator,
|
|
@@ -4009,7 +4009,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4009
4009
|
}
|
|
4010
4010
|
) }),
|
|
4011
4011
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4012
|
-
|
|
4012
|
+
chunk2BUYACAN_js.FormInput,
|
|
4013
4013
|
{
|
|
4014
4014
|
type: "text",
|
|
4015
4015
|
label: t("valueLabel"),
|
|
@@ -4021,7 +4021,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4021
4021
|
) })
|
|
4022
4022
|
] }),
|
|
4023
4023
|
conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4024
|
-
|
|
4024
|
+
chunk2BUYACAN_js.IconButton,
|
|
4025
4025
|
{
|
|
4026
4026
|
onClick: () => handleRemoveCondition(index),
|
|
4027
4027
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -4176,7 +4176,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4176
4176
|
};
|
|
4177
4177
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4178
4178
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4179
|
-
|
|
4179
|
+
chunk2BUYACAN_js.FormSelect,
|
|
4180
4180
|
{
|
|
4181
4181
|
label: t("methodLabel"),
|
|
4182
4182
|
value: method,
|
|
@@ -4185,7 +4185,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4185
4185
|
}
|
|
4186
4186
|
),
|
|
4187
4187
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4188
|
-
|
|
4188
|
+
chunk2BUYACAN_js.FormInput,
|
|
4189
4189
|
{
|
|
4190
4190
|
type: "text",
|
|
4191
4191
|
label: t("urlLabel"),
|
|
@@ -4198,7 +4198,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4198
4198
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
|
|
4199
4199
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
|
|
4200
4200
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4201
|
-
|
|
4201
|
+
chunk2BUYACAN_js.Button,
|
|
4202
4202
|
{
|
|
4203
4203
|
type: "button",
|
|
4204
4204
|
onClick: handleAddHeader,
|
|
@@ -4208,7 +4208,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4208
4208
|
] }),
|
|
4209
4209
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
4210
4210
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4211
|
-
|
|
4211
|
+
chunk2BUYACAN_js.FormInput,
|
|
4212
4212
|
{
|
|
4213
4213
|
type: "text",
|
|
4214
4214
|
value: entry.key,
|
|
@@ -4218,7 +4218,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4218
4218
|
}
|
|
4219
4219
|
),
|
|
4220
4220
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4221
|
-
|
|
4221
|
+
chunk2BUYACAN_js.FormInput,
|
|
4222
4222
|
{
|
|
4223
4223
|
type: "text",
|
|
4224
4224
|
value: entry.value,
|
|
@@ -4228,7 +4228,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4228
4228
|
}
|
|
4229
4229
|
),
|
|
4230
4230
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4231
|
-
|
|
4231
|
+
chunk2BUYACAN_js.IconButton,
|
|
4232
4232
|
{
|
|
4233
4233
|
onClick: () => handleRemoveHeader(index),
|
|
4234
4234
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -4240,7 +4240,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4240
4240
|
] }, index)) })
|
|
4241
4241
|
] }),
|
|
4242
4242
|
method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4243
|
-
|
|
4243
|
+
chunk2BUYACAN_js.FormTextarea,
|
|
4244
4244
|
{
|
|
4245
4245
|
label: t("bodyLabel"),
|
|
4246
4246
|
value: body,
|
|
@@ -4251,7 +4251,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4251
4251
|
}
|
|
4252
4252
|
),
|
|
4253
4253
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4254
|
-
|
|
4254
|
+
chunk2BUYACAN_js.FormInput,
|
|
4255
4255
|
{
|
|
4256
4256
|
type: "number",
|
|
4257
4257
|
label: t("timeoutLabel"),
|
|
@@ -4282,7 +4282,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4282
4282
|
};
|
|
4283
4283
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4284
4284
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4285
|
-
|
|
4285
|
+
chunk2BUYACAN_js.FormTextarea,
|
|
4286
4286
|
{
|
|
4287
4287
|
label: t("templateLabel"),
|
|
4288
4288
|
value: template,
|
|
@@ -4293,7 +4293,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4293
4293
|
}
|
|
4294
4294
|
),
|
|
4295
4295
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4296
|
-
|
|
4296
|
+
chunk2BUYACAN_js.FormInput,
|
|
4297
4297
|
{
|
|
4298
4298
|
type: "text",
|
|
4299
4299
|
label: t("outputVariableLabel"),
|
|
@@ -4322,7 +4322,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4322
4322
|
};
|
|
4323
4323
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4324
4324
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4325
|
-
|
|
4325
|
+
chunk2BUYACAN_js.FormInput,
|
|
4326
4326
|
{
|
|
4327
4327
|
type: "text",
|
|
4328
4328
|
label: t("iteratorVariableLabel"),
|
|
@@ -4332,7 +4332,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4332
4332
|
}
|
|
4333
4333
|
),
|
|
4334
4334
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4335
|
-
|
|
4335
|
+
chunk2BUYACAN_js.FormInput,
|
|
4336
4336
|
{
|
|
4337
4337
|
type: "number",
|
|
4338
4338
|
label: t("maxIterationsLabel"),
|
|
@@ -4363,7 +4363,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4363
4363
|
};
|
|
4364
4364
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4365
4365
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4366
|
-
|
|
4366
|
+
chunk2BUYACAN_js.FormInput,
|
|
4367
4367
|
{
|
|
4368
4368
|
type: "text",
|
|
4369
4369
|
label: t("sourceIdLabel"),
|
|
@@ -4373,7 +4373,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4373
4373
|
}
|
|
4374
4374
|
),
|
|
4375
4375
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4376
|
-
|
|
4376
|
+
chunk2BUYACAN_js.FormInput,
|
|
4377
4377
|
{
|
|
4378
4378
|
type: "number",
|
|
4379
4379
|
label: t("topKLabel"),
|
|
@@ -4384,7 +4384,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4384
4384
|
}
|
|
4385
4385
|
),
|
|
4386
4386
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4387
|
-
|
|
4387
|
+
chunk2BUYACAN_js.FormInput,
|
|
4388
4388
|
{
|
|
4389
4389
|
type: "number",
|
|
4390
4390
|
label: t("similarityThresholdLabel"),
|
|
@@ -4415,7 +4415,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4415
4415
|
};
|
|
4416
4416
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4417
4417
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4418
|
-
|
|
4418
|
+
chunk2BUYACAN_js.FormTextarea,
|
|
4419
4419
|
{
|
|
4420
4420
|
label: t("outputTemplateLabel"),
|
|
4421
4421
|
hint: t("outputTemplateHelp"),
|
|
@@ -4849,7 +4849,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4849
4849
|
}
|
|
4850
4850
|
),
|
|
4851
4851
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4852
|
-
|
|
4852
|
+
chunk2BUYACAN_js.FormInput,
|
|
4853
4853
|
{
|
|
4854
4854
|
type: "text",
|
|
4855
4855
|
label: t("outputVariableLabel"),
|
|
@@ -4859,7 +4859,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4859
4859
|
}
|
|
4860
4860
|
),
|
|
4861
4861
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4862
|
-
|
|
4862
|
+
chunk2BUYACAN_js.FormSelect,
|
|
4863
4863
|
{
|
|
4864
4864
|
label: t("aggregationModeLabel"),
|
|
4865
4865
|
value: aggregationMode,
|
|
@@ -4892,7 +4892,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4892
4892
|
};
|
|
4893
4893
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4894
4894
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4895
|
-
|
|
4895
|
+
chunk2BUYACAN_js.FormSelect,
|
|
4896
4896
|
{
|
|
4897
4897
|
label: t("extractionModeLabel"),
|
|
4898
4898
|
value: extractionMode,
|
|
@@ -4901,7 +4901,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4901
4901
|
}
|
|
4902
4902
|
),
|
|
4903
4903
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4904
|
-
|
|
4904
|
+
chunk2BUYACAN_js.FormInput,
|
|
4905
4905
|
{
|
|
4906
4906
|
type: "text",
|
|
4907
4907
|
label: t("outputVariableLabel"),
|
|
@@ -5078,7 +5078,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5078
5078
|
};
|
|
5079
5079
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5080
5080
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5081
|
-
|
|
5081
|
+
chunk2BUYACAN_js.FormInput,
|
|
5082
5082
|
{
|
|
5083
5083
|
type: "text",
|
|
5084
5084
|
label: t("iteratorVariableLabel"),
|
|
@@ -5088,7 +5088,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5088
5088
|
}
|
|
5089
5089
|
),
|
|
5090
5090
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5091
|
-
|
|
5091
|
+
chunk2BUYACAN_js.FormInput,
|
|
5092
5092
|
{
|
|
5093
5093
|
type: "text",
|
|
5094
5094
|
label: t("itemVariableLabel"),
|
|
@@ -5098,7 +5098,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5098
5098
|
}
|
|
5099
5099
|
),
|
|
5100
5100
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5101
|
-
|
|
5101
|
+
chunk2BUYACAN_js.FormInput,
|
|
5102
5102
|
{
|
|
5103
5103
|
type: "text",
|
|
5104
5104
|
label: t("indexVariableLabel"),
|
|
@@ -5370,7 +5370,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5370
5370
|
};
|
|
5371
5371
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5372
5372
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5373
|
-
|
|
5373
|
+
chunk2BUYACAN_js.FormInput,
|
|
5374
5374
|
{
|
|
5375
5375
|
type: "text",
|
|
5376
5376
|
label: translations("labelField"),
|
|
@@ -5380,7 +5380,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5380
5380
|
}
|
|
5381
5381
|
),
|
|
5382
5382
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5383
|
-
|
|
5383
|
+
chunk2BUYACAN_js.FormTextarea,
|
|
5384
5384
|
{
|
|
5385
5385
|
label: translations("descriptionField"),
|
|
5386
5386
|
value: description,
|
|
@@ -5538,7 +5538,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5538
5538
|
};
|
|
5539
5539
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
5540
5540
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5541
|
-
|
|
5541
|
+
chunk2BUYACAN_js.FormInput,
|
|
5542
5542
|
{
|
|
5543
5543
|
type: "text",
|
|
5544
5544
|
label: t("nameLabel"),
|
|
@@ -5548,7 +5548,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5548
5548
|
}
|
|
5549
5549
|
),
|
|
5550
5550
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5551
|
-
|
|
5551
|
+
chunk2BUYACAN_js.FormSelect,
|
|
5552
5552
|
{
|
|
5553
5553
|
label: t("providerTypeLabel"),
|
|
5554
5554
|
value: providerType,
|
|
@@ -5557,7 +5557,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5557
5557
|
}
|
|
5558
5558
|
),
|
|
5559
5559
|
showRegion && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5560
|
-
|
|
5560
|
+
chunk2BUYACAN_js.FormSelect,
|
|
5561
5561
|
{
|
|
5562
5562
|
label: t("regionLabel"),
|
|
5563
5563
|
value: region,
|
|
@@ -5566,7 +5566,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5566
5566
|
}
|
|
5567
5567
|
),
|
|
5568
5568
|
showEndpoint && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5569
|
-
|
|
5569
|
+
chunk2BUYACAN_js.FormInput,
|
|
5570
5570
|
{
|
|
5571
5571
|
type: "text",
|
|
5572
5572
|
label: t("endpointLabel"),
|
|
@@ -5576,7 +5576,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
),
|
|
5578
5578
|
showApiKey && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5579
|
-
|
|
5579
|
+
chunk2BUYACAN_js.FormInput,
|
|
5580
5580
|
{
|
|
5581
5581
|
type: "password",
|
|
5582
5582
|
label: t("apiKeyLabel"),
|
|
@@ -5586,7 +5586,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
5586
5586
|
}
|
|
5587
5587
|
),
|
|
5588
5588
|
showCredentialRef && /* @__PURE__ */ jsxRuntime.jsx(
|
|
5589
|
-
|
|
5589
|
+
chunk2BUYACAN_js.FormInput,
|
|
5590
5590
|
{
|
|
5591
5591
|
type: "text",
|
|
5592
5592
|
label: t("credentialRefLabel"),
|
|
@@ -5718,7 +5718,7 @@ function LogicNodeModal({ onSave, entities = [], datasources = [], onLoadTables,
|
|
|
5718
5718
|
}
|
|
5719
5719
|
};
|
|
5720
5720
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5721
|
-
|
|
5721
|
+
chunk2BUYACAN_js.GlassModal,
|
|
5722
5722
|
{
|
|
5723
5723
|
open,
|
|
5724
5724
|
onClose: closeModal,
|
|
@@ -5778,7 +5778,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
|
|
|
5778
5778
|
}
|
|
5779
5779
|
];
|
|
5780
5780
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5781
|
-
|
|
5781
|
+
chunk2BUYACAN_js.ContextMenu,
|
|
5782
5782
|
{
|
|
5783
5783
|
position,
|
|
5784
5784
|
onClose,
|
|
@@ -5835,7 +5835,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
|
|
|
5835
5835
|
}
|
|
5836
5836
|
];
|
|
5837
5837
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5838
|
-
|
|
5838
|
+
chunk2BUYACAN_js.ContextMenu,
|
|
5839
5839
|
{
|
|
5840
5840
|
position,
|
|
5841
5841
|
onClose,
|
|
@@ -5982,7 +5982,7 @@ function SelectionContextMenu({
|
|
|
5982
5982
|
}
|
|
5983
5983
|
];
|
|
5984
5984
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5985
|
-
|
|
5985
|
+
chunk2BUYACAN_js.ContextMenu,
|
|
5986
5986
|
{
|
|
5987
5987
|
position,
|
|
5988
5988
|
onClose,
|
|
@@ -7890,5 +7890,5 @@ exports.useModalStore = useModalStore;
|
|
|
7890
7890
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
7891
7891
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
7892
7892
|
exports.useWorkflowStore = useWorkflowStore;
|
|
7893
|
-
//# sourceMappingURL=chunk-
|
|
7894
|
-
//# sourceMappingURL=chunk-
|
|
7893
|
+
//# sourceMappingURL=chunk-AFVXNLGI.js.map
|
|
7894
|
+
//# sourceMappingURL=chunk-AFVXNLGI.js.map
|