@datatechsolutions/ui 2.7.133 → 2.7.135

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.
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunkW224TQQY_js = require('./chunk-W224TQQY.js');
4
+ var chunkJJTJLDBQ_js = require('./chunk-JJTJLDBQ.js');
5
5
  var chunkNJ6PBGQM_js = require('./chunk-NJ6PBGQM.js');
6
6
  var chunkF4FMGGHO_js = require('./chunk-F4FMGGHO.js');
7
7
  var react = require('react');
@@ -2823,7 +2823,7 @@ function WorkspaceDrawer({
2823
2823
  children
2824
2824
  }) {
2825
2825
  return /* @__PURE__ */ jsxRuntime.jsx(
2826
- chunkW224TQQY_js.EntityDrawer,
2826
+ chunkJJTJLDBQ_js.EntityDrawer,
2827
2827
  {
2828
2828
  open,
2829
2829
  onClose,
@@ -2866,7 +2866,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
2866
2866
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-xs text-gray-500 dark:text-gray-400", children: t("inputVariablesHelp") }),
2867
2867
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
2868
2868
  /* @__PURE__ */ jsxRuntime.jsx(
2869
- chunkW224TQQY_js.Input,
2869
+ chunkJJTJLDBQ_js.Input,
2870
2870
  {
2871
2871
  value: newVariable,
2872
2872
  onChange: (event) => setNewVariable(event.target.value),
@@ -2876,7 +2876,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
2876
2876
  }
2877
2877
  ),
2878
2878
  /* @__PURE__ */ jsxRuntime.jsx(
2879
- chunkW224TQQY_js.Button,
2879
+ chunkJJTJLDBQ_js.Button,
2880
2880
  {
2881
2881
  type: "button",
2882
2882
  onClick: handleAddVariable,
@@ -2893,7 +2893,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
2893
2893
  children: [
2894
2894
  variable,
2895
2895
  /* @__PURE__ */ jsxRuntime.jsx(
2896
- chunkW224TQQY_js.IconButton,
2896
+ chunkJJTJLDBQ_js.IconButton,
2897
2897
  {
2898
2898
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
2899
2899
  label: `Remove ${variable}`,
@@ -2910,7 +2910,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
2910
2910
  ] }),
2911
2911
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
2912
2912
  /* @__PURE__ */ jsxRuntime.jsx(
2913
- chunkW224TQQY_js.Button,
2913
+ chunkJJTJLDBQ_js.Button,
2914
2914
  {
2915
2915
  type: "button",
2916
2916
  onClick: onCancel,
@@ -2920,7 +2920,7 @@ function StartNodeConfigForm({ config, onSave, onCancel }) {
2920
2920
  }
2921
2921
  ),
2922
2922
  /* @__PURE__ */ jsxRuntime.jsx(
2923
- chunkW224TQQY_js.Button,
2923
+ chunkJJTJLDBQ_js.Button,
2924
2924
  {
2925
2925
  type: "button",
2926
2926
  onClick: handleSave,
@@ -3032,8 +3032,8 @@ function ConfigFormActions({
3032
3032
  saveDisabled = false
3033
3033
  }) {
3034
3034
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
3035
- /* @__PURE__ */ jsxRuntime.jsx(chunkW224TQQY_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3036
- /* @__PURE__ */ jsxRuntime.jsx(chunkW224TQQY_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3035
+ /* @__PURE__ */ jsxRuntime.jsx(chunkJJTJLDBQ_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3036
+ /* @__PURE__ */ jsxRuntime.jsx(chunkJJTJLDBQ_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3037
3037
  ] });
3038
3038
  }
3039
3039
  var OPERATOR_OPTIONS = [
@@ -3082,7 +3082,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3082
3082
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
3083
3083
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
3084
3084
  /* @__PURE__ */ jsxRuntime.jsx(
3085
- chunkW224TQQY_js.Button,
3085
+ chunkJJTJLDBQ_js.Button,
3086
3086
  {
3087
3087
  type: "button",
3088
3088
  onClick: handleAddCondition,
@@ -3093,7 +3093,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3093
3093
  /* @__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: [
3094
3094
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
3095
3095
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3096
- chunkW224TQQY_js.FormInput,
3096
+ chunkJJTJLDBQ_js.FormInput,
3097
3097
  {
3098
3098
  type: "text",
3099
3099
  label: t("variableLabel"),
@@ -3104,7 +3104,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3104
3104
  }
3105
3105
  ) }),
3106
3106
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3107
- chunkW224TQQY_js.FormSelect,
3107
+ chunkJJTJLDBQ_js.FormSelect,
3108
3108
  {
3109
3109
  label: t("operatorLabel"),
3110
3110
  value: condition.operator,
@@ -3114,7 +3114,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3114
3114
  }
3115
3115
  ) }),
3116
3116
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3117
- chunkW224TQQY_js.FormInput,
3117
+ chunkJJTJLDBQ_js.FormInput,
3118
3118
  {
3119
3119
  type: "text",
3120
3120
  label: t("valueLabel"),
@@ -3126,7 +3126,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3126
3126
  ) })
3127
3127
  ] }),
3128
3128
  conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
3129
- chunkW224TQQY_js.IconButton,
3129
+ chunkJJTJLDBQ_js.IconButton,
3130
3130
  {
3131
3131
  onClick: () => handleRemoveCondition(index),
3132
3132
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3281,7 +3281,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3281
3281
  };
3282
3282
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3283
3283
  /* @__PURE__ */ jsxRuntime.jsx(
3284
- chunkW224TQQY_js.FormSelect,
3284
+ chunkJJTJLDBQ_js.FormSelect,
3285
3285
  {
3286
3286
  label: t("methodLabel"),
3287
3287
  value: method,
@@ -3290,7 +3290,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3290
3290
  }
3291
3291
  ),
3292
3292
  /* @__PURE__ */ jsxRuntime.jsx(
3293
- chunkW224TQQY_js.FormInput,
3293
+ chunkJJTJLDBQ_js.FormInput,
3294
3294
  {
3295
3295
  type: "text",
3296
3296
  label: t("urlLabel"),
@@ -3303,7 +3303,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3303
3303
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
3304
3304
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
3305
3305
  /* @__PURE__ */ jsxRuntime.jsx(
3306
- chunkW224TQQY_js.Button,
3306
+ chunkJJTJLDBQ_js.Button,
3307
3307
  {
3308
3308
  type: "button",
3309
3309
  onClick: handleAddHeader,
@@ -3313,7 +3313,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3313
3313
  ] }),
3314
3314
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
3315
3315
  /* @__PURE__ */ jsxRuntime.jsx(
3316
- chunkW224TQQY_js.FormInput,
3316
+ chunkJJTJLDBQ_js.FormInput,
3317
3317
  {
3318
3318
  type: "text",
3319
3319
  value: entry.key,
@@ -3323,7 +3323,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3323
3323
  }
3324
3324
  ),
3325
3325
  /* @__PURE__ */ jsxRuntime.jsx(
3326
- chunkW224TQQY_js.FormInput,
3326
+ chunkJJTJLDBQ_js.FormInput,
3327
3327
  {
3328
3328
  type: "text",
3329
3329
  value: entry.value,
@@ -3333,7 +3333,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3333
3333
  }
3334
3334
  ),
3335
3335
  /* @__PURE__ */ jsxRuntime.jsx(
3336
- chunkW224TQQY_js.IconButton,
3336
+ chunkJJTJLDBQ_js.IconButton,
3337
3337
  {
3338
3338
  onClick: () => handleRemoveHeader(index),
3339
3339
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3345,7 +3345,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3345
3345
  ] }, index)) })
3346
3346
  ] }),
3347
3347
  method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
3348
- chunkW224TQQY_js.FormTextarea,
3348
+ chunkJJTJLDBQ_js.FormTextarea,
3349
3349
  {
3350
3350
  label: t("bodyLabel"),
3351
3351
  value: body,
@@ -3356,7 +3356,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3356
3356
  }
3357
3357
  ),
3358
3358
  /* @__PURE__ */ jsxRuntime.jsx(
3359
- chunkW224TQQY_js.FormInput,
3359
+ chunkJJTJLDBQ_js.FormInput,
3360
3360
  {
3361
3361
  type: "number",
3362
3362
  label: t("timeoutLabel"),
@@ -3387,7 +3387,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3387
3387
  };
3388
3388
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3389
3389
  /* @__PURE__ */ jsxRuntime.jsx(
3390
- chunkW224TQQY_js.FormTextarea,
3390
+ chunkJJTJLDBQ_js.FormTextarea,
3391
3391
  {
3392
3392
  label: t("templateLabel"),
3393
3393
  value: template,
@@ -3398,7 +3398,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3398
3398
  }
3399
3399
  ),
3400
3400
  /* @__PURE__ */ jsxRuntime.jsx(
3401
- chunkW224TQQY_js.FormInput,
3401
+ chunkJJTJLDBQ_js.FormInput,
3402
3402
  {
3403
3403
  type: "text",
3404
3404
  label: t("outputVariableLabel"),
@@ -3427,7 +3427,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3427
3427
  };
3428
3428
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3429
3429
  /* @__PURE__ */ jsxRuntime.jsx(
3430
- chunkW224TQQY_js.FormInput,
3430
+ chunkJJTJLDBQ_js.FormInput,
3431
3431
  {
3432
3432
  type: "text",
3433
3433
  label: t("iteratorVariableLabel"),
@@ -3437,7 +3437,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3437
3437
  }
3438
3438
  ),
3439
3439
  /* @__PURE__ */ jsxRuntime.jsx(
3440
- chunkW224TQQY_js.FormInput,
3440
+ chunkJJTJLDBQ_js.FormInput,
3441
3441
  {
3442
3442
  type: "number",
3443
3443
  label: t("maxIterationsLabel"),
@@ -3468,7 +3468,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3468
3468
  };
3469
3469
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3470
3470
  /* @__PURE__ */ jsxRuntime.jsx(
3471
- chunkW224TQQY_js.FormInput,
3471
+ chunkJJTJLDBQ_js.FormInput,
3472
3472
  {
3473
3473
  type: "text",
3474
3474
  label: t("sourceIdLabel"),
@@ -3478,7 +3478,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3478
3478
  }
3479
3479
  ),
3480
3480
  /* @__PURE__ */ jsxRuntime.jsx(
3481
- chunkW224TQQY_js.FormInput,
3481
+ chunkJJTJLDBQ_js.FormInput,
3482
3482
  {
3483
3483
  type: "number",
3484
3484
  label: t("topKLabel"),
@@ -3489,7 +3489,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3489
3489
  }
3490
3490
  ),
3491
3491
  /* @__PURE__ */ jsxRuntime.jsx(
3492
- chunkW224TQQY_js.FormInput,
3492
+ chunkJJTJLDBQ_js.FormInput,
3493
3493
  {
3494
3494
  type: "number",
3495
3495
  label: t("similarityThresholdLabel"),
@@ -3537,7 +3537,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3537
3537
  };
3538
3538
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3539
3539
  /* @__PURE__ */ jsxRuntime.jsx(
3540
- chunkW224TQQY_js.FormTextarea,
3540
+ chunkJJTJLDBQ_js.FormTextarea,
3541
3541
  {
3542
3542
  label: t("outputTemplateLabel"),
3543
3543
  hint: t("outputTemplateHelp"),
@@ -3552,7 +3552,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3552
3552
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("outputVariablesLabel") }),
3553
3553
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
3554
3554
  /* @__PURE__ */ jsxRuntime.jsx(
3555
- chunkW224TQQY_js.FormInput,
3555
+ chunkJJTJLDBQ_js.FormInput,
3556
3556
  {
3557
3557
  type: "text",
3558
3558
  value: newVariable,
@@ -3563,7 +3563,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3563
3563
  }
3564
3564
  ),
3565
3565
  /* @__PURE__ */ jsxRuntime.jsx(
3566
- chunkW224TQQY_js.Button,
3566
+ chunkJJTJLDBQ_js.Button,
3567
3567
  {
3568
3568
  type: "button",
3569
3569
  onClick: handleAddVariable,
@@ -3578,7 +3578,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3578
3578
  children: [
3579
3579
  variable,
3580
3580
  /* @__PURE__ */ jsxRuntime.jsx(
3581
- chunkW224TQQY_js.IconButton,
3581
+ chunkJJTJLDBQ_js.IconButton,
3582
3582
  {
3583
3583
  onClick: () => handleRemoveVariable(variable),
3584
3584
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
@@ -4014,7 +4014,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4014
4014
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300", children: t("inputVariablesLabel") }),
4015
4015
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2", children: [
4016
4016
  /* @__PURE__ */ jsxRuntime.jsx(
4017
- chunkW224TQQY_js.FormInput,
4017
+ chunkJJTJLDBQ_js.FormInput,
4018
4018
  {
4019
4019
  type: "text",
4020
4020
  value: newVariable,
@@ -4025,7 +4025,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4025
4025
  }
4026
4026
  ),
4027
4027
  /* @__PURE__ */ jsxRuntime.jsx(
4028
- chunkW224TQQY_js.Button,
4028
+ chunkJJTJLDBQ_js.Button,
4029
4029
  {
4030
4030
  type: "button",
4031
4031
  onClick: handleAddVariable,
@@ -4033,10 +4033,10 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4033
4033
  }
4034
4034
  )
4035
4035
  ] }),
4036
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkW224TQQY_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkW224TQQY_js.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
4036
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkJJTJLDBQ_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkJJTJLDBQ_js.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
4037
4037
  /* @__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 }),
4038
4038
  /* @__PURE__ */ jsxRuntime.jsx(
4039
- chunkW224TQQY_js.FormInput,
4039
+ chunkJJTJLDBQ_js.FormInput,
4040
4040
  {
4041
4041
  type: "text",
4042
4042
  value: variable,
@@ -4046,7 +4046,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4046
4046
  }
4047
4047
  ),
4048
4048
  /* @__PURE__ */ jsxRuntime.jsx(
4049
- chunkW224TQQY_js.IconButton,
4049
+ chunkJJTJLDBQ_js.IconButton,
4050
4050
  {
4051
4051
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.XMarkIcon, { className: "h-3 w-3" }),
4052
4052
  label: `Remove ${variable || index + 1}`,
@@ -4058,7 +4058,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4058
4058
  ] }) }) }, `${index}-${variable}`)) })
4059
4059
  ] }),
4060
4060
  /* @__PURE__ */ jsxRuntime.jsx(
4061
- chunkW224TQQY_js.FormInput,
4061
+ chunkJJTJLDBQ_js.FormInput,
4062
4062
  {
4063
4063
  type: "text",
4064
4064
  label: t("outputVariableLabel"),
@@ -4068,7 +4068,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4068
4068
  }
4069
4069
  ),
4070
4070
  /* @__PURE__ */ jsxRuntime.jsx(
4071
- chunkW224TQQY_js.FormSelect,
4071
+ chunkJJTJLDBQ_js.FormSelect,
4072
4072
  {
4073
4073
  label: t("aggregationModeLabel"),
4074
4074
  value: aggregationMode,
@@ -4101,7 +4101,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4101
4101
  };
4102
4102
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4103
4103
  /* @__PURE__ */ jsxRuntime.jsx(
4104
- chunkW224TQQY_js.FormSelect,
4104
+ chunkJJTJLDBQ_js.FormSelect,
4105
4105
  {
4106
4106
  label: t("extractionModeLabel"),
4107
4107
  value: extractionMode,
@@ -4110,7 +4110,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4110
4110
  }
4111
4111
  ),
4112
4112
  /* @__PURE__ */ jsxRuntime.jsx(
4113
- chunkW224TQQY_js.FormInput,
4113
+ chunkJJTJLDBQ_js.FormInput,
4114
4114
  {
4115
4115
  type: "text",
4116
4116
  label: t("outputVariableLabel"),
@@ -4287,7 +4287,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4287
4287
  };
4288
4288
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4289
4289
  /* @__PURE__ */ jsxRuntime.jsx(
4290
- chunkW224TQQY_js.FormInput,
4290
+ chunkJJTJLDBQ_js.FormInput,
4291
4291
  {
4292
4292
  type: "text",
4293
4293
  label: t("iteratorVariableLabel"),
@@ -4297,7 +4297,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4297
4297
  }
4298
4298
  ),
4299
4299
  /* @__PURE__ */ jsxRuntime.jsx(
4300
- chunkW224TQQY_js.FormInput,
4300
+ chunkJJTJLDBQ_js.FormInput,
4301
4301
  {
4302
4302
  type: "text",
4303
4303
  label: t("itemVariableLabel"),
@@ -4307,7 +4307,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4307
4307
  }
4308
4308
  ),
4309
4309
  /* @__PURE__ */ jsxRuntime.jsx(
4310
- chunkW224TQQY_js.FormInput,
4310
+ chunkJJTJLDBQ_js.FormInput,
4311
4311
  {
4312
4312
  type: "text",
4313
4313
  label: t("indexVariableLabel"),
@@ -4579,7 +4579,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
4579
4579
  };
4580
4580
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4581
4581
  /* @__PURE__ */ jsxRuntime.jsx(
4582
- chunkW224TQQY_js.FormInput,
4582
+ chunkJJTJLDBQ_js.FormInput,
4583
4583
  {
4584
4584
  type: "text",
4585
4585
  label: translations("labelField"),
@@ -4589,7 +4589,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
4589
4589
  }
4590
4590
  ),
4591
4591
  /* @__PURE__ */ jsxRuntime.jsx(
4592
- chunkW224TQQY_js.FormTextarea,
4592
+ chunkJJTJLDBQ_js.FormTextarea,
4593
4593
  {
4594
4594
  label: translations("descriptionField"),
4595
4595
  value: description,
@@ -4762,7 +4762,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
4762
4762
  }
4763
4763
  ];
4764
4764
  return /* @__PURE__ */ jsxRuntime.jsx(
4765
- chunkW224TQQY_js.ContextMenu,
4765
+ chunkJJTJLDBQ_js.ContextMenu,
4766
4766
  {
4767
4767
  position,
4768
4768
  onClose,
@@ -4819,7 +4819,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
4819
4819
  }
4820
4820
  ];
4821
4821
  return /* @__PURE__ */ jsxRuntime.jsx(
4822
- chunkW224TQQY_js.ContextMenu,
4822
+ chunkJJTJLDBQ_js.ContextMenu,
4823
4823
  {
4824
4824
  position,
4825
4825
  onClose,
@@ -4966,7 +4966,7 @@ function SelectionContextMenu({
4966
4966
  }
4967
4967
  ];
4968
4968
  return /* @__PURE__ */ jsxRuntime.jsx(
4969
- chunkW224TQQY_js.ContextMenu,
4969
+ chunkJJTJLDBQ_js.ContextMenu,
4970
4970
  {
4971
4971
  position,
4972
4972
  onClose,
@@ -6826,5 +6826,5 @@ exports.useDrawerStore = useDrawerStore;
6826
6826
  exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
6827
6827
  exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
6828
6828
  exports.useWorkflowStore = useWorkflowStore;
6829
- //# sourceMappingURL=chunk-AH5D2SNG.js.map
6830
- //# sourceMappingURL=chunk-AH5D2SNG.js.map
6829
+ //# sourceMappingURL=chunk-EYUVANPR.js.map
6830
+ //# sourceMappingURL=chunk-EYUVANPR.js.map