@datatechsolutions/ui 2.8.1 → 2.8.3

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 chunkFJLCYEFL_js = require('./chunk-FJLCYEFL.js');
4
+ var chunkMOYCAJTS_js = require('./chunk-MOYCAJTS.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
- chunkFJLCYEFL_js.EntityDrawer,
2828
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Input,
2871
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
2881
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.IconButton,
2898
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
2915
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
2925
+ chunkMOYCAJTS_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(chunkFJLCYEFL_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3038
- /* @__PURE__ */ jsxRuntime.jsx(chunkFJLCYEFL_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3037
+ /* @__PURE__ */ jsxRuntime.jsx(chunkMOYCAJTS_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3038
+ /* @__PURE__ */ jsxRuntime.jsx(chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
3087
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3098
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormSelect,
3109
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3119
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.IconButton,
3131
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormSelect,
3286
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3295
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
3308
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3318
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3328
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.IconButton,
3338
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormTextarea,
3350
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3361
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormTextarea,
3392
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3403
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3432
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3442
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3473
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3483
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3494
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormTextarea,
3542
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
3557
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
3568
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.IconButton,
3583
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4019
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.Button,
4030
+ chunkMOYCAJTS_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(chunkFJLCYEFL_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkFJLCYEFL_js.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
4038
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-3 space-y-2", children: inputVariables.map((variable, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkMOYCAJTS_js.Card, { className: "border-purple-200/70 dark:border-purple-500/30", children: /* @__PURE__ */ jsxRuntime.jsx(chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4041
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.IconButton,
4051
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4063
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormSelect,
4073
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormSelect,
4106
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4115
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4292
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4302
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4312
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormInput,
4584
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.FormTextarea,
4594
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.ContextMenu,
4767
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.ContextMenu,
4824
+ chunkMOYCAJTS_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
- chunkFJLCYEFL_js.ContextMenu,
4971
+ chunkMOYCAJTS_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-5AXMHSXY.js.map
6813
- //# sourceMappingURL=chunk-5AXMHSXY.js.map
6812
+ //# sourceMappingURL=chunk-FZLXJU4C.js.map
6813
+ //# sourceMappingURL=chunk-FZLXJU4C.js.map