@datatechsolutions/ui 2.10.4 → 2.10.5
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 +119 -119
- package/dist/astrlabe/index.mjs +3 -3
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-MRXTY7XN.js → chunk-DAAXCGC3.js} +3 -3
- package/dist/{chunk-MRXTY7XN.js.map → chunk-DAAXCGC3.js.map} +1 -1
- package/dist/{chunk-CTE5XQJR.mjs → chunk-IBVJVWHM.mjs} +3 -3
- package/dist/{chunk-CTE5XQJR.mjs.map → chunk-IBVJVWHM.mjs.map} +1 -1
- package/dist/{chunk-OQAALOP2.js → chunk-L7XTIXFU.js} +52 -52
- package/dist/{chunk-OQAALOP2.js.map → chunk-L7XTIXFU.js.map} +1 -1
- package/dist/{chunk-NOTM2YHN.mjs → chunk-XMJPTH6U.mjs} +3 -3
- package/dist/{chunk-NOTM2YHN.mjs.map → chunk-XMJPTH6U.mjs.map} +1 -1
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkDAAXCGC3_js = require('./chunk-DAAXCGC3.js');
|
|
5
5
|
var chunkP4YYEM4B_js = require('./chunk-P4YYEM4B.js');
|
|
6
6
|
var chunkDFR6CMJH_js = require('./chunk-DFR6CMJH.js');
|
|
7
7
|
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
@@ -2902,7 +2902,7 @@ function WorkspaceDrawer({
|
|
|
2902
2902
|
children
|
|
2903
2903
|
}) {
|
|
2904
2904
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2905
|
-
|
|
2905
|
+
chunkDAAXCGC3_js.EntityDrawer,
|
|
2906
2906
|
{
|
|
2907
2907
|
open,
|
|
2908
2908
|
onClose,
|
|
@@ -2945,7 +2945,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2945
2945
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-xs text-gray-500 dark:text-gray-400", children: t("inputVariablesHelp") }),
|
|
2946
2946
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
2947
2947
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2948
|
-
|
|
2948
|
+
chunkDAAXCGC3_js.Input,
|
|
2949
2949
|
{
|
|
2950
2950
|
value: newVariable,
|
|
2951
2951
|
onChange: (event) => setNewVariable(event.target.value),
|
|
@@ -2955,7 +2955,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2955
2955
|
}
|
|
2956
2956
|
),
|
|
2957
2957
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2958
|
-
|
|
2958
|
+
chunkDAAXCGC3_js.Button,
|
|
2959
2959
|
{
|
|
2960
2960
|
type: "button",
|
|
2961
2961
|
onClick: handleAddVariable,
|
|
@@ -2972,7 +2972,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2972
2972
|
children: [
|
|
2973
2973
|
variable,
|
|
2974
2974
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2975
|
-
|
|
2975
|
+
chunkDAAXCGC3_js.IconButton,
|
|
2976
2976
|
{
|
|
2977
2977
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
2978
2978
|
label: `Remove ${variable}`,
|
|
@@ -2989,7 +2989,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2989
2989
|
] }),
|
|
2990
2990
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
2991
2991
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2992
|
-
|
|
2992
|
+
chunkDAAXCGC3_js.Button,
|
|
2993
2993
|
{
|
|
2994
2994
|
type: "button",
|
|
2995
2995
|
onClick: onCancel,
|
|
@@ -2999,7 +2999,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2999
2999
|
}
|
|
3000
3000
|
),
|
|
3001
3001
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3002
|
-
|
|
3002
|
+
chunkDAAXCGC3_js.Button,
|
|
3003
3003
|
{
|
|
3004
3004
|
type: "button",
|
|
3005
3005
|
onClick: handleSave,
|
|
@@ -3111,8 +3111,8 @@ function ConfigFormActions({
|
|
|
3111
3111
|
saveDisabled = false
|
|
3112
3112
|
}) {
|
|
3113
3113
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
3114
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3115
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3114
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkDAAXCGC3_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
|
|
3115
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkDAAXCGC3_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
|
|
3116
3116
|
] });
|
|
3117
3117
|
}
|
|
3118
3118
|
var OPERATOR_OPTIONS = [
|
|
@@ -3161,7 +3161,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3161
3161
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
|
|
3162
3162
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
|
|
3163
3163
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3164
|
-
|
|
3164
|
+
chunkDAAXCGC3_js.Button,
|
|
3165
3165
|
{
|
|
3166
3166
|
type: "button",
|
|
3167
3167
|
onClick: handleAddCondition,
|
|
@@ -3172,7 +3172,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3172
3172
|
/* @__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: [
|
|
3173
3173
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
|
|
3174
3174
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3175
|
-
|
|
3175
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3176
3176
|
{
|
|
3177
3177
|
type: "text",
|
|
3178
3178
|
label: t("variableLabel"),
|
|
@@ -3183,7 +3183,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3183
3183
|
}
|
|
3184
3184
|
) }),
|
|
3185
3185
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3186
|
-
|
|
3186
|
+
chunkDAAXCGC3_js.FormSelect,
|
|
3187
3187
|
{
|
|
3188
3188
|
label: t("operatorLabel"),
|
|
3189
3189
|
value: condition.operator,
|
|
@@ -3193,7 +3193,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3193
3193
|
}
|
|
3194
3194
|
) }),
|
|
3195
3195
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3196
|
-
|
|
3196
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3197
3197
|
{
|
|
3198
3198
|
type: "text",
|
|
3199
3199
|
label: t("valueLabel"),
|
|
@@ -3205,7 +3205,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3205
3205
|
) })
|
|
3206
3206
|
] }),
|
|
3207
3207
|
conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
3208
|
-
|
|
3208
|
+
chunkDAAXCGC3_js.IconButton,
|
|
3209
3209
|
{
|
|
3210
3210
|
onClick: () => handleRemoveCondition(index),
|
|
3211
3211
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -3360,7 +3360,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3360
3360
|
};
|
|
3361
3361
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3362
3362
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3363
|
-
|
|
3363
|
+
chunkDAAXCGC3_js.FormSelect,
|
|
3364
3364
|
{
|
|
3365
3365
|
label: t("methodLabel"),
|
|
3366
3366
|
value: method,
|
|
@@ -3369,7 +3369,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3369
3369
|
}
|
|
3370
3370
|
),
|
|
3371
3371
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3372
|
-
|
|
3372
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3373
3373
|
{
|
|
3374
3374
|
type: "text",
|
|
3375
3375
|
label: t("urlLabel"),
|
|
@@ -3382,7 +3382,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3382
3382
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
|
|
3383
3383
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
|
|
3384
3384
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3385
|
-
|
|
3385
|
+
chunkDAAXCGC3_js.Button,
|
|
3386
3386
|
{
|
|
3387
3387
|
type: "button",
|
|
3388
3388
|
onClick: handleAddHeader,
|
|
@@ -3392,7 +3392,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3392
3392
|
] }),
|
|
3393
3393
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
3394
3394
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3395
|
-
|
|
3395
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3396
3396
|
{
|
|
3397
3397
|
type: "text",
|
|
3398
3398
|
value: entry.key,
|
|
@@ -3402,7 +3402,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3402
3402
|
}
|
|
3403
3403
|
),
|
|
3404
3404
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3405
|
-
|
|
3405
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3406
3406
|
{
|
|
3407
3407
|
type: "text",
|
|
3408
3408
|
value: entry.value,
|
|
@@ -3412,7 +3412,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3412
3412
|
}
|
|
3413
3413
|
),
|
|
3414
3414
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3415
|
-
|
|
3415
|
+
chunkDAAXCGC3_js.IconButton,
|
|
3416
3416
|
{
|
|
3417
3417
|
onClick: () => handleRemoveHeader(index),
|
|
3418
3418
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -3424,7 +3424,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3424
3424
|
] }, index)) })
|
|
3425
3425
|
] }),
|
|
3426
3426
|
method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
|
|
3427
|
-
|
|
3427
|
+
chunkDAAXCGC3_js.FormTextarea,
|
|
3428
3428
|
{
|
|
3429
3429
|
label: t("bodyLabel"),
|
|
3430
3430
|
value: body,
|
|
@@ -3435,7 +3435,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3435
3435
|
}
|
|
3436
3436
|
),
|
|
3437
3437
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3438
|
-
|
|
3438
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3439
3439
|
{
|
|
3440
3440
|
type: "number",
|
|
3441
3441
|
label: t("timeoutLabel"),
|
|
@@ -3466,7 +3466,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3466
3466
|
};
|
|
3467
3467
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3468
3468
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3469
|
-
|
|
3469
|
+
chunkDAAXCGC3_js.FormTextarea,
|
|
3470
3470
|
{
|
|
3471
3471
|
label: t("templateLabel"),
|
|
3472
3472
|
value: template,
|
|
@@ -3477,7 +3477,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3477
3477
|
}
|
|
3478
3478
|
),
|
|
3479
3479
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3480
|
-
|
|
3480
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3481
3481
|
{
|
|
3482
3482
|
type: "text",
|
|
3483
3483
|
label: t("outputVariableLabel"),
|
|
@@ -3506,7 +3506,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3506
3506
|
};
|
|
3507
3507
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3508
3508
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3509
|
-
|
|
3509
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3510
3510
|
{
|
|
3511
3511
|
type: "text",
|
|
3512
3512
|
label: t("iteratorVariableLabel"),
|
|
@@ -3516,7 +3516,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3516
3516
|
}
|
|
3517
3517
|
),
|
|
3518
3518
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3519
|
-
|
|
3519
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3520
3520
|
{
|
|
3521
3521
|
type: "number",
|
|
3522
3522
|
label: t("maxIterationsLabel"),
|
|
@@ -3547,7 +3547,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3547
3547
|
};
|
|
3548
3548
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3549
3549
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3550
|
-
|
|
3550
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3551
3551
|
{
|
|
3552
3552
|
type: "text",
|
|
3553
3553
|
label: t("sourceIdLabel"),
|
|
@@ -3557,7 +3557,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3557
3557
|
}
|
|
3558
3558
|
),
|
|
3559
3559
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3560
|
-
|
|
3560
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3561
3561
|
{
|
|
3562
3562
|
type: "number",
|
|
3563
3563
|
label: t("topKLabel"),
|
|
@@ -3568,7 +3568,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3568
3568
|
}
|
|
3569
3569
|
),
|
|
3570
3570
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3571
|
-
|
|
3571
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3572
3572
|
{
|
|
3573
3573
|
type: "number",
|
|
3574
3574
|
label: t("similarityThresholdLabel"),
|
|
@@ -3616,7 +3616,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3616
3616
|
};
|
|
3617
3617
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3618
3618
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3619
|
-
|
|
3619
|
+
chunkDAAXCGC3_js.FormTextarea,
|
|
3620
3620
|
{
|
|
3621
3621
|
label: t("outputTemplateLabel"),
|
|
3622
3622
|
hint: t("outputTemplateHelp"),
|
|
@@ -3631,7 +3631,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3631
3631
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("outputVariablesLabel") }),
|
|
3632
3632
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
3633
3633
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3634
|
-
|
|
3634
|
+
chunkDAAXCGC3_js.FormInput,
|
|
3635
3635
|
{
|
|
3636
3636
|
type: "text",
|
|
3637
3637
|
value: newVariable,
|
|
@@ -3642,7 +3642,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3642
3642
|
}
|
|
3643
3643
|
),
|
|
3644
3644
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3645
|
-
|
|
3645
|
+
chunkDAAXCGC3_js.Button,
|
|
3646
3646
|
{
|
|
3647
3647
|
type: "button",
|
|
3648
3648
|
onClick: handleAddVariable,
|
|
@@ -3657,7 +3657,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3657
3657
|
children: [
|
|
3658
3658
|
variable,
|
|
3659
3659
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3660
|
-
|
|
3660
|
+
chunkDAAXCGC3_js.IconButton,
|
|
3661
3661
|
{
|
|
3662
3662
|
onClick: () => handleRemoveVariable(variable),
|
|
3663
3663
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
@@ -4093,7 +4093,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4093
4093
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("inputVariablesLabel") }),
|
|
4094
4094
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
4095
4095
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4096
|
-
|
|
4096
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4097
4097
|
{
|
|
4098
4098
|
type: "text",
|
|
4099
4099
|
value: newVariable,
|
|
@@ -4104,7 +4104,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4104
4104
|
}
|
|
4105
4105
|
),
|
|
4106
4106
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4107
|
-
|
|
4107
|
+
chunkDAAXCGC3_js.Button,
|
|
4108
4108
|
{
|
|
4109
4109
|
type: "button",
|
|
4110
4110
|
onClick: handleAddVariable,
|
|
@@ -4112,10 +4112,10 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4112
4112
|
}
|
|
4113
4113
|
)
|
|
4114
4114
|
] }),
|
|
4115
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4115
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkDAAXCGC3_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkDAAXCGC3_js.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
4116
4116
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-flex min-w-6 items-center justify-center rounded-full bg-purple-100 px-1.5 py-0.5 text-[10px] font-semibold text-purple-700 dark:bg-purple-500/20 dark:text-purple-300", children: index + 1 }),
|
|
4117
4117
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4118
|
-
|
|
4118
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4119
4119
|
{
|
|
4120
4120
|
type: "text",
|
|
4121
4121
|
value: variable,
|
|
@@ -4125,7 +4125,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4125
4125
|
}
|
|
4126
4126
|
),
|
|
4127
4127
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4128
|
-
|
|
4128
|
+
chunkDAAXCGC3_js.IconButton,
|
|
4129
4129
|
{
|
|
4130
4130
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
4131
4131
|
label: `Remove ${variable || index + 1}`,
|
|
@@ -4137,7 +4137,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4137
4137
|
] }) }) }, `${index}-${variable}`)) })
|
|
4138
4138
|
] }),
|
|
4139
4139
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4140
|
-
|
|
4140
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4141
4141
|
{
|
|
4142
4142
|
type: "text",
|
|
4143
4143
|
label: t("outputVariableLabel"),
|
|
@@ -4147,7 +4147,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4147
4147
|
}
|
|
4148
4148
|
),
|
|
4149
4149
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4150
|
-
|
|
4150
|
+
chunkDAAXCGC3_js.FormSelect,
|
|
4151
4151
|
{
|
|
4152
4152
|
label: t("aggregationModeLabel"),
|
|
4153
4153
|
value: aggregationMode,
|
|
@@ -4180,7 +4180,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4180
4180
|
};
|
|
4181
4181
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4182
4182
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4183
|
-
|
|
4183
|
+
chunkDAAXCGC3_js.FormSelect,
|
|
4184
4184
|
{
|
|
4185
4185
|
label: t("extractionModeLabel"),
|
|
4186
4186
|
value: extractionMode,
|
|
@@ -4189,7 +4189,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
),
|
|
4191
4191
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4192
|
-
|
|
4192
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4193
4193
|
{
|
|
4194
4194
|
type: "text",
|
|
4195
4195
|
label: t("outputVariableLabel"),
|
|
@@ -4366,7 +4366,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4366
4366
|
};
|
|
4367
4367
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4368
4368
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4369
|
-
|
|
4369
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4370
4370
|
{
|
|
4371
4371
|
type: "text",
|
|
4372
4372
|
label: t("iteratorVariableLabel"),
|
|
@@ -4376,7 +4376,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4376
4376
|
}
|
|
4377
4377
|
),
|
|
4378
4378
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4379
|
-
|
|
4379
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4380
4380
|
{
|
|
4381
4381
|
type: "text",
|
|
4382
4382
|
label: t("itemVariableLabel"),
|
|
@@ -4386,7 +4386,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4386
4386
|
}
|
|
4387
4387
|
),
|
|
4388
4388
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4389
|
-
|
|
4389
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4390
4390
|
{
|
|
4391
4391
|
type: "text",
|
|
4392
4392
|
label: t("indexVariableLabel"),
|
|
@@ -4980,7 +4980,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4980
4980
|
};
|
|
4981
4981
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4982
4982
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4983
|
-
|
|
4983
|
+
chunkDAAXCGC3_js.FormInput,
|
|
4984
4984
|
{
|
|
4985
4985
|
type: "text",
|
|
4986
4986
|
label: translations("labelField"),
|
|
@@ -4990,7 +4990,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4990
4990
|
}
|
|
4991
4991
|
),
|
|
4992
4992
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4993
|
-
|
|
4993
|
+
chunkDAAXCGC3_js.FormTextarea,
|
|
4994
4994
|
{
|
|
4995
4995
|
label: translations("descriptionField"),
|
|
4996
4996
|
value: description,
|
|
@@ -5177,7 +5177,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
|
|
|
5177
5177
|
}
|
|
5178
5178
|
];
|
|
5179
5179
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5180
|
-
|
|
5180
|
+
chunkDAAXCGC3_js.ContextMenu,
|
|
5181
5181
|
{
|
|
5182
5182
|
position,
|
|
5183
5183
|
onClose,
|
|
@@ -5234,7 +5234,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
|
|
|
5234
5234
|
}
|
|
5235
5235
|
];
|
|
5236
5236
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5237
|
-
|
|
5237
|
+
chunkDAAXCGC3_js.ContextMenu,
|
|
5238
5238
|
{
|
|
5239
5239
|
position,
|
|
5240
5240
|
onClose,
|
|
@@ -5381,7 +5381,7 @@ function SelectionContextMenu({
|
|
|
5381
5381
|
}
|
|
5382
5382
|
];
|
|
5383
5383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5384
|
-
|
|
5384
|
+
chunkDAAXCGC3_js.ContextMenu,
|
|
5385
5385
|
{
|
|
5386
5386
|
position,
|
|
5387
5387
|
onClose,
|
|
@@ -7224,5 +7224,5 @@ exports.useDrawerStore = useDrawerStore;
|
|
|
7224
7224
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
7225
7225
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
7226
7226
|
exports.useWorkflowStore = useWorkflowStore;
|
|
7227
|
-
//# sourceMappingURL=chunk-
|
|
7228
|
-
//# sourceMappingURL=chunk-
|
|
7227
|
+
//# sourceMappingURL=chunk-L7XTIXFU.js.map
|
|
7228
|
+
//# sourceMappingURL=chunk-L7XTIXFU.js.map
|