@datatechsolutions/ui 2.8.1 → 2.8.2
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/{chunk-5UH7FKFC.mjs → chunk-BMPCP2ME.mjs} +4 -4
- package/dist/chunk-BMPCP2ME.mjs.map +1 -0
- package/dist/{chunk-FJLCYEFL.js → chunk-EBSYPO4E.js} +4 -4
- package/dist/chunk-EBSYPO4E.js.map +1 -0
- package/dist/{chunk-5AXMHSXY.js → chunk-MRKMIFVG.js} +52 -52
- package/dist/{chunk-5AXMHSXY.js.map → chunk-MRKMIFVG.js.map} +1 -1
- package/dist/{chunk-GMCT3H22.mjs → chunk-VYKQP6MP.mjs} +3 -3
- package/dist/{chunk-GMCT3H22.mjs.map → chunk-VYKQP6MP.mjs.map} +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +339 -339
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.mjs +3 -3
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5UH7FKFC.mjs.map +0 -1
- package/dist/chunk-FJLCYEFL.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkEBSYPO4E_js = require('./chunk-EBSYPO4E.js');
|
|
5
5
|
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
6
6
|
var chunkNJ6PBGQM_js = require('./chunk-NJ6PBGQM.js');
|
|
7
7
|
var chunkULPKAD4A_js = require('./chunk-ULPKAD4A.js');
|
|
@@ -2825,7 +2825,7 @@ function WorkspaceDrawer({
|
|
|
2825
2825
|
children
|
|
2826
2826
|
}) {
|
|
2827
2827
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2828
|
-
|
|
2828
|
+
chunkEBSYPO4E_js.EntityDrawer,
|
|
2829
2829
|
{
|
|
2830
2830
|
open,
|
|
2831
2831
|
onClose,
|
|
@@ -2868,7 +2868,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2868
2868
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-xs text-gray-500 dark:text-gray-400", children: t("inputVariablesHelp") }),
|
|
2869
2869
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
2870
2870
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2871
|
-
|
|
2871
|
+
chunkEBSYPO4E_js.Input,
|
|
2872
2872
|
{
|
|
2873
2873
|
value: newVariable,
|
|
2874
2874
|
onChange: (event) => setNewVariable(event.target.value),
|
|
@@ -2878,7 +2878,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2878
2878
|
}
|
|
2879
2879
|
),
|
|
2880
2880
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2881
|
-
|
|
2881
|
+
chunkEBSYPO4E_js.Button,
|
|
2882
2882
|
{
|
|
2883
2883
|
type: "button",
|
|
2884
2884
|
onClick: handleAddVariable,
|
|
@@ -2895,7 +2895,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2895
2895
|
children: [
|
|
2896
2896
|
variable,
|
|
2897
2897
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2898
|
-
|
|
2898
|
+
chunkEBSYPO4E_js.IconButton,
|
|
2899
2899
|
{
|
|
2900
2900
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
2901
2901
|
label: `Remove ${variable}`,
|
|
@@ -2912,7 +2912,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2912
2912
|
] }),
|
|
2913
2913
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
2914
2914
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2915
|
-
|
|
2915
|
+
chunkEBSYPO4E_js.Button,
|
|
2916
2916
|
{
|
|
2917
2917
|
type: "button",
|
|
2918
2918
|
onClick: onCancel,
|
|
@@ -2922,7 +2922,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
2922
2922
|
}
|
|
2923
2923
|
),
|
|
2924
2924
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2925
|
-
|
|
2925
|
+
chunkEBSYPO4E_js.Button,
|
|
2926
2926
|
{
|
|
2927
2927
|
type: "button",
|
|
2928
2928
|
onClick: handleSave,
|
|
@@ -3034,8 +3034,8 @@ function ConfigFormActions({
|
|
|
3034
3034
|
saveDisabled = false
|
|
3035
3035
|
}) {
|
|
3036
3036
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
|
|
3037
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3038
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3037
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkEBSYPO4E_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
|
|
3038
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkEBSYPO4E_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
|
|
3039
3039
|
] });
|
|
3040
3040
|
}
|
|
3041
3041
|
var OPERATOR_OPTIONS = [
|
|
@@ -3084,7 +3084,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3084
3084
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
|
|
3085
3085
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
|
|
3086
3086
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3087
|
-
|
|
3087
|
+
chunkEBSYPO4E_js.Button,
|
|
3088
3088
|
{
|
|
3089
3089
|
type: "button",
|
|
3090
3090
|
onClick: handleAddCondition,
|
|
@@ -3095,7 +3095,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3095
3095
|
/* @__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: [
|
|
3096
3096
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
|
|
3097
3097
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3098
|
-
|
|
3098
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3099
3099
|
{
|
|
3100
3100
|
type: "text",
|
|
3101
3101
|
label: t("variableLabel"),
|
|
@@ -3106,7 +3106,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3106
3106
|
}
|
|
3107
3107
|
) }),
|
|
3108
3108
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3109
|
-
|
|
3109
|
+
chunkEBSYPO4E_js.FormSelect,
|
|
3110
3110
|
{
|
|
3111
3111
|
label: t("operatorLabel"),
|
|
3112
3112
|
value: condition.operator,
|
|
@@ -3116,7 +3116,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3116
3116
|
}
|
|
3117
3117
|
) }),
|
|
3118
3118
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3119
|
-
|
|
3119
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3120
3120
|
{
|
|
3121
3121
|
type: "text",
|
|
3122
3122
|
label: t("valueLabel"),
|
|
@@ -3128,7 +3128,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3128
3128
|
) })
|
|
3129
3129
|
] }),
|
|
3130
3130
|
conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
3131
|
-
|
|
3131
|
+
chunkEBSYPO4E_js.IconButton,
|
|
3132
3132
|
{
|
|
3133
3133
|
onClick: () => handleRemoveCondition(index),
|
|
3134
3134
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -3283,7 +3283,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3283
3283
|
};
|
|
3284
3284
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3285
3285
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3286
|
-
|
|
3286
|
+
chunkEBSYPO4E_js.FormSelect,
|
|
3287
3287
|
{
|
|
3288
3288
|
label: t("methodLabel"),
|
|
3289
3289
|
value: method,
|
|
@@ -3292,7 +3292,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3292
3292
|
}
|
|
3293
3293
|
),
|
|
3294
3294
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3295
|
-
|
|
3295
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3296
3296
|
{
|
|
3297
3297
|
type: "text",
|
|
3298
3298
|
label: t("urlLabel"),
|
|
@@ -3305,7 +3305,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3305
3305
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
|
|
3306
3306
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
|
|
3307
3307
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3308
|
-
|
|
3308
|
+
chunkEBSYPO4E_js.Button,
|
|
3309
3309
|
{
|
|
3310
3310
|
type: "button",
|
|
3311
3311
|
onClick: handleAddHeader,
|
|
@@ -3315,7 +3315,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3315
3315
|
] }),
|
|
3316
3316
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
3317
3317
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3318
|
-
|
|
3318
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3319
3319
|
{
|
|
3320
3320
|
type: "text",
|
|
3321
3321
|
value: entry.key,
|
|
@@ -3325,7 +3325,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3325
3325
|
}
|
|
3326
3326
|
),
|
|
3327
3327
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3328
|
-
|
|
3328
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3329
3329
|
{
|
|
3330
3330
|
type: "text",
|
|
3331
3331
|
value: entry.value,
|
|
@@ -3335,7 +3335,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3335
3335
|
}
|
|
3336
3336
|
),
|
|
3337
3337
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3338
|
-
|
|
3338
|
+
chunkEBSYPO4E_js.IconButton,
|
|
3339
3339
|
{
|
|
3340
3340
|
onClick: () => handleRemoveHeader(index),
|
|
3341
3341
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
|
|
@@ -3347,7 +3347,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3347
3347
|
] }, index)) })
|
|
3348
3348
|
] }),
|
|
3349
3349
|
method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
|
|
3350
|
-
|
|
3350
|
+
chunkEBSYPO4E_js.FormTextarea,
|
|
3351
3351
|
{
|
|
3352
3352
|
label: t("bodyLabel"),
|
|
3353
3353
|
value: body,
|
|
@@ -3358,7 +3358,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3358
3358
|
}
|
|
3359
3359
|
),
|
|
3360
3360
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3361
|
-
|
|
3361
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3362
3362
|
{
|
|
3363
3363
|
type: "number",
|
|
3364
3364
|
label: t("timeoutLabel"),
|
|
@@ -3389,7 +3389,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3389
3389
|
};
|
|
3390
3390
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3391
3391
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3392
|
-
|
|
3392
|
+
chunkEBSYPO4E_js.FormTextarea,
|
|
3393
3393
|
{
|
|
3394
3394
|
label: t("templateLabel"),
|
|
3395
3395
|
value: template,
|
|
@@ -3400,7 +3400,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3400
3400
|
}
|
|
3401
3401
|
),
|
|
3402
3402
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3403
|
-
|
|
3403
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3404
3404
|
{
|
|
3405
3405
|
type: "text",
|
|
3406
3406
|
label: t("outputVariableLabel"),
|
|
@@ -3429,7 +3429,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3429
3429
|
};
|
|
3430
3430
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3431
3431
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3432
|
-
|
|
3432
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3433
3433
|
{
|
|
3434
3434
|
type: "text",
|
|
3435
3435
|
label: t("iteratorVariableLabel"),
|
|
@@ -3439,7 +3439,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3439
3439
|
}
|
|
3440
3440
|
),
|
|
3441
3441
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3442
|
-
|
|
3442
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3443
3443
|
{
|
|
3444
3444
|
type: "number",
|
|
3445
3445
|
label: t("maxIterationsLabel"),
|
|
@@ -3470,7 +3470,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3470
3470
|
};
|
|
3471
3471
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3472
3472
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3473
|
-
|
|
3473
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3474
3474
|
{
|
|
3475
3475
|
type: "text",
|
|
3476
3476
|
label: t("sourceIdLabel"),
|
|
@@ -3480,7 +3480,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3480
3480
|
}
|
|
3481
3481
|
),
|
|
3482
3482
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3483
|
-
|
|
3483
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3484
3484
|
{
|
|
3485
3485
|
type: "number",
|
|
3486
3486
|
label: t("topKLabel"),
|
|
@@ -3491,7 +3491,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3491
3491
|
}
|
|
3492
3492
|
),
|
|
3493
3493
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3494
|
-
|
|
3494
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3495
3495
|
{
|
|
3496
3496
|
type: "number",
|
|
3497
3497
|
label: t("similarityThresholdLabel"),
|
|
@@ -3539,7 +3539,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3539
3539
|
};
|
|
3540
3540
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
3541
3541
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3542
|
-
|
|
3542
|
+
chunkEBSYPO4E_js.FormTextarea,
|
|
3543
3543
|
{
|
|
3544
3544
|
label: t("outputTemplateLabel"),
|
|
3545
3545
|
hint: t("outputTemplateHelp"),
|
|
@@ -3554,7 +3554,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3554
3554
|
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("outputVariablesLabel") }),
|
|
3555
3555
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
3556
3556
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3557
|
-
|
|
3557
|
+
chunkEBSYPO4E_js.FormInput,
|
|
3558
3558
|
{
|
|
3559
3559
|
type: "text",
|
|
3560
3560
|
value: newVariable,
|
|
@@ -3565,7 +3565,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3565
3565
|
}
|
|
3566
3566
|
),
|
|
3567
3567
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3568
|
-
|
|
3568
|
+
chunkEBSYPO4E_js.Button,
|
|
3569
3569
|
{
|
|
3570
3570
|
type: "button",
|
|
3571
3571
|
onClick: handleAddVariable,
|
|
@@ -3580,7 +3580,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
3580
3580
|
children: [
|
|
3581
3581
|
variable,
|
|
3582
3582
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3583
|
-
|
|
3583
|
+
chunkEBSYPO4E_js.IconButton,
|
|
3584
3584
|
{
|
|
3585
3585
|
onClick: () => handleRemoveVariable(variable),
|
|
3586
3586
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
@@ -4016,7 +4016,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4016
4016
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("inputVariablesLabel") }),
|
|
4017
4017
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
|
|
4018
4018
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4019
|
-
|
|
4019
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4020
4020
|
{
|
|
4021
4021
|
type: "text",
|
|
4022
4022
|
value: newVariable,
|
|
@@ -4027,7 +4027,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4027
4027
|
}
|
|
4028
4028
|
),
|
|
4029
4029
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4030
|
-
|
|
4030
|
+
chunkEBSYPO4E_js.Button,
|
|
4031
4031
|
{
|
|
4032
4032
|
type: "button",
|
|
4033
4033
|
onClick: handleAddVariable,
|
|
@@ -4035,10 +4035,10 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4035
4035
|
}
|
|
4036
4036
|
)
|
|
4037
4037
|
] }),
|
|
4038
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4038
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkEBSYPO4E_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkEBSYPO4E_js.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
4039
4039
|
/* @__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 }),
|
|
4040
4040
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4041
|
-
|
|
4041
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4042
4042
|
{
|
|
4043
4043
|
type: "text",
|
|
4044
4044
|
value: variable,
|
|
@@ -4048,7 +4048,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4048
4048
|
}
|
|
4049
4049
|
),
|
|
4050
4050
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4051
|
-
|
|
4051
|
+
chunkEBSYPO4E_js.IconButton,
|
|
4052
4052
|
{
|
|
4053
4053
|
icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
|
|
4054
4054
|
label: `Remove ${variable || index + 1}`,
|
|
@@ -4060,7 +4060,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4060
4060
|
] }) }) }, `${index}-${variable}`)) })
|
|
4061
4061
|
] }),
|
|
4062
4062
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4063
|
-
|
|
4063
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4064
4064
|
{
|
|
4065
4065
|
type: "text",
|
|
4066
4066
|
label: t("outputVariableLabel"),
|
|
@@ -4070,7 +4070,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4070
4070
|
}
|
|
4071
4071
|
),
|
|
4072
4072
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4073
|
-
|
|
4073
|
+
chunkEBSYPO4E_js.FormSelect,
|
|
4074
4074
|
{
|
|
4075
4075
|
label: t("aggregationModeLabel"),
|
|
4076
4076
|
value: aggregationMode,
|
|
@@ -4103,7 +4103,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4103
4103
|
};
|
|
4104
4104
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4105
4105
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4106
|
-
|
|
4106
|
+
chunkEBSYPO4E_js.FormSelect,
|
|
4107
4107
|
{
|
|
4108
4108
|
label: t("extractionModeLabel"),
|
|
4109
4109
|
value: extractionMode,
|
|
@@ -4112,7 +4112,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4112
4112
|
}
|
|
4113
4113
|
),
|
|
4114
4114
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4115
|
-
|
|
4115
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4116
4116
|
{
|
|
4117
4117
|
type: "text",
|
|
4118
4118
|
label: t("outputVariableLabel"),
|
|
@@ -4289,7 +4289,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4289
4289
|
};
|
|
4290
4290
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4291
4291
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4292
|
-
|
|
4292
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4293
4293
|
{
|
|
4294
4294
|
type: "text",
|
|
4295
4295
|
label: t("iteratorVariableLabel"),
|
|
@@ -4299,7 +4299,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4299
4299
|
}
|
|
4300
4300
|
),
|
|
4301
4301
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4302
|
-
|
|
4302
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4303
4303
|
{
|
|
4304
4304
|
type: "text",
|
|
4305
4305
|
label: t("itemVariableLabel"),
|
|
@@ -4309,7 +4309,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4309
4309
|
}
|
|
4310
4310
|
),
|
|
4311
4311
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4312
|
-
|
|
4312
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4313
4313
|
{
|
|
4314
4314
|
type: "text",
|
|
4315
4315
|
label: t("indexVariableLabel"),
|
|
@@ -4581,7 +4581,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4581
4581
|
};
|
|
4582
4582
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
4583
4583
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4584
|
-
|
|
4584
|
+
chunkEBSYPO4E_js.FormInput,
|
|
4585
4585
|
{
|
|
4586
4586
|
type: "text",
|
|
4587
4587
|
label: translations("labelField"),
|
|
@@ -4591,7 +4591,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
|
|
|
4591
4591
|
}
|
|
4592
4592
|
),
|
|
4593
4593
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4594
|
-
|
|
4594
|
+
chunkEBSYPO4E_js.FormTextarea,
|
|
4595
4595
|
{
|
|
4596
4596
|
label: translations("descriptionField"),
|
|
4597
4597
|
value: description,
|
|
@@ -4764,7 +4764,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
|
|
|
4764
4764
|
}
|
|
4765
4765
|
];
|
|
4766
4766
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4767
|
-
|
|
4767
|
+
chunkEBSYPO4E_js.ContextMenu,
|
|
4768
4768
|
{
|
|
4769
4769
|
position,
|
|
4770
4770
|
onClose,
|
|
@@ -4821,7 +4821,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
|
|
|
4821
4821
|
}
|
|
4822
4822
|
];
|
|
4823
4823
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4824
|
-
|
|
4824
|
+
chunkEBSYPO4E_js.ContextMenu,
|
|
4825
4825
|
{
|
|
4826
4826
|
position,
|
|
4827
4827
|
onClose,
|
|
@@ -4968,7 +4968,7 @@ function SelectionContextMenu({
|
|
|
4968
4968
|
}
|
|
4969
4969
|
];
|
|
4970
4970
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4971
|
-
|
|
4971
|
+
chunkEBSYPO4E_js.ContextMenu,
|
|
4972
4972
|
{
|
|
4973
4973
|
position,
|
|
4974
4974
|
onClose,
|
|
@@ -6809,5 +6809,5 @@ exports.useDrawerStore = useDrawerStore;
|
|
|
6809
6809
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
6810
6810
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
6811
6811
|
exports.useWorkflowStore = useWorkflowStore;
|
|
6812
|
-
//# sourceMappingURL=chunk-
|
|
6813
|
-
//# sourceMappingURL=chunk-
|
|
6812
|
+
//# sourceMappingURL=chunk-MRKMIFVG.js.map
|
|
6813
|
+
//# sourceMappingURL=chunk-MRKMIFVG.js.map
|