@datatechsolutions/ui 2.11.27 → 2.11.29

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.
Files changed (35) hide show
  1. package/dist/astrlabe/index.js +133 -133
  2. package/dist/astrlabe/index.mjs +4 -4
  3. package/dist/astrlabe/workflow-canvas.js +4 -4
  4. package/dist/astrlabe/workflow-canvas.mjs +3 -3
  5. package/dist/brand/index.d.mts +85 -0
  6. package/dist/brand/index.d.ts +85 -0
  7. package/dist/brand/index.js +66 -0
  8. package/dist/brand/index.js.map +1 -0
  9. package/dist/brand/index.mjs +64 -0
  10. package/dist/brand/index.mjs.map +1 -0
  11. package/dist/{chunk-NS6EPZOO.mjs → chunk-5ZWN5Q7H.mjs} +3 -3
  12. package/dist/{chunk-NS6EPZOO.mjs.map → chunk-5ZWN5Q7H.mjs.map} +1 -1
  13. package/dist/{chunk-VIZ3MFLZ.js → chunk-KMDY6OLI.js} +59 -76
  14. package/dist/chunk-KMDY6OLI.js.map +1 -0
  15. package/dist/{chunk-TLZ3SAQW.js → chunk-KPHTHSHJ.js} +3 -3
  16. package/dist/{chunk-TLZ3SAQW.js.map → chunk-KPHTHSHJ.js.map} +1 -1
  17. package/dist/{chunk-LCOSRCQA.mjs → chunk-N4G3UXRU.mjs} +14 -31
  18. package/dist/chunk-N4G3UXRU.mjs.map +1 -0
  19. package/dist/index.js +730 -730
  20. package/dist/index.mjs +2 -2
  21. package/package.json +9 -3
  22. package/src/brand/logos/astrlabe-icon.svg +40 -0
  23. package/src/brand/logos/astrlabe-logo-dark.svg +41 -0
  24. package/src/brand/logos/astrlabe-logo.svg +49 -0
  25. package/src/brand/logos/fuel-icon.svg +32 -0
  26. package/src/brand/logos/fuel-logo-dark.svg +43 -0
  27. package/src/brand/logos/fuel-logo.svg +43 -0
  28. package/src/brand/logos/kori-icon.svg +45 -0
  29. package/src/brand/logos/kori-logo-dark.svg +40 -0
  30. package/src/brand/logos/kori-logo.svg +43 -0
  31. package/src/brand/logos/windsock-icon.svg +78 -0
  32. package/src/brand/logos/windsock-logo-dark.svg +66 -0
  33. package/src/brand/logos/windsock-logo.svg +66 -0
  34. package/dist/chunk-LCOSRCQA.mjs.map +0 -1
  35. package/dist/chunk-VIZ3MFLZ.js.map +0 -1
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunkTLZ3SAQW_js = require('./chunk-TLZ3SAQW.js');
4
+ var chunkKPHTHSHJ_js = require('./chunk-KPHTHSHJ.js');
5
+ var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
5
6
  var chunkP4YYEM4B_js = require('./chunk-P4YYEM4B.js');
6
7
  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');
@@ -1601,7 +1601,7 @@ var AgentToolFlowNode = react.memo(function AgentToolFlowNode2({ id, data, selec
1601
1601
  event.stopPropagation();
1602
1602
  },
1603
1603
  children: /* @__PURE__ */ jsxRuntime.jsx(
1604
- chunkTLZ3SAQW_js.ToggleSwitch,
1604
+ chunkKPHTHSHJ_js.ToggleSwitch,
1605
1605
  {
1606
1606
  checked: Boolean(agentTool.enabled),
1607
1607
  onChange: () => data.onToggle?.(agentTool),
@@ -1708,7 +1708,7 @@ var ToolFlowNode = react.memo(function ToolFlowNode2({ id, data, selected }) {
1708
1708
  event.preventDefault();
1709
1709
  },
1710
1710
  children: /* @__PURE__ */ jsxRuntime.jsx(
1711
- chunkTLZ3SAQW_js.ToggleSwitch,
1711
+ chunkKPHTHSHJ_js.ToggleSwitch,
1712
1712
  {
1713
1713
  checked: Boolean(tool.enabled),
1714
1714
  onChange: () => onToggle(tool),
@@ -1859,7 +1859,7 @@ var RuleFlowNode = react.memo(function RuleFlowNode2({ id, data, selected }) {
1859
1859
  event.preventDefault();
1860
1860
  },
1861
1861
  children: /* @__PURE__ */ jsxRuntime.jsx(
1862
- chunkTLZ3SAQW_js.ToggleSwitch,
1862
+ chunkKPHTHSHJ_js.ToggleSwitch,
1863
1863
  {
1864
1864
  checked: Boolean(rule.enabled),
1865
1865
  onChange: () => onToggle(rule),
@@ -2822,8 +2822,6 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
2822
2822
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
2823
2823
  config.dialect && /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-semibold bg-cyan-100 text-cyan-700 dark:bg-cyan-900/30 dark:text-cyan-300", children: config.dialect }),
2824
2824
  readOnly && /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-slate-100 text-slate-700 dark:bg-slate-500/20 dark:text-slate-300", children: "Sample Data" }),
2825
- /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-cyan-100 text-cyan-700 dark:bg-cyan-900/30 dark:text-cyan-300", children: config.table }),
2826
- /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-blue-50 text-blue-700 dark:bg-blue-900/25 dark:text-blue-300", children: config.outputVariable }),
2827
2825
  columnCount > 0 && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: [
2828
2826
  columnCount,
2829
2827
  " ",
@@ -2836,33 +2834,18 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
2836
2834
  t("datasourceFilters")
2837
2835
  ] })
2838
2836
  ] }),
2839
- !isCompact && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-2 flex flex-wrap items-center gap-1.5", children: [
2840
- visibleColumns.map((column) => /* @__PURE__ */ jsxRuntime.jsx(
2841
- NodeCardBadge,
2842
- {
2843
- className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-white/70 text-slate-600 dark:bg-white/5 dark:text-slate-300",
2844
- children: column
2845
- },
2846
- column
2847
- )),
2848
- columnCount > visibleColumns.length && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: [
2849
- "+",
2850
- columnCount - visibleColumns.length,
2851
- " more"
2837
+ !isCompact && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-2 space-y-1", children: [
2838
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "truncate text-[10px] text-gray-500 dark:text-gray-400", children: [
2839
+ config.table,
2840
+ " \u2192 ",
2841
+ config.outputVariable
2842
+ ] }),
2843
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "truncate text-[10px] text-gray-400 dark:text-gray-500", children: [
2844
+ visibleColumns.join(", "),
2845
+ columnCount > visibleColumns.length ? ` +${columnCount - visibleColumns.length} more` : ""
2852
2846
  ] })
2853
2847
  ] }),
2854
- !isCompact && filterEntries.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 flex flex-wrap items-center gap-1.5", children: filterEntries.map(([field, variableName]) => /* @__PURE__ */ jsxRuntime.jsxs(
2855
- NodeCardBadge,
2856
- {
2857
- className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-cyan-50 text-cyan-700 dark:bg-cyan-900/20 dark:text-cyan-300",
2858
- children: [
2859
- field,
2860
- " \u2192 ",
2861
- variableName
2862
- ]
2863
- },
2864
- `${field}:${variableName}`
2865
- )) }),
2848
+ !isCompact && filterEntries.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-2 truncate text-[10px] text-cyan-700 dark:text-cyan-300", children: filterEntries.map(([field, variableName]) => `${field} \u2192 ${variableName}`).join(" \xB7 ") }),
2866
2849
  onRemoveFromCanvas && /* @__PURE__ */ jsxRuntime.jsx(
2867
2850
  "span",
2868
2851
  {
@@ -3167,8 +3150,8 @@ function ConfigFormActions({
3167
3150
  saveDisabled = false
3168
3151
  }) {
3169
3152
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
3170
- /* @__PURE__ */ jsxRuntime.jsx(chunkTLZ3SAQW_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3171
- /* @__PURE__ */ jsxRuntime.jsx(chunkTLZ3SAQW_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3153
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKPHTHSHJ_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3154
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKPHTHSHJ_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3172
3155
  ] });
3173
3156
  }
3174
3157
  var COLOR_CLASSES = {
@@ -3415,7 +3398,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3415
3398
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
3416
3399
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
3417
3400
  /* @__PURE__ */ jsxRuntime.jsx(
3418
- chunkTLZ3SAQW_js.Button,
3401
+ chunkKPHTHSHJ_js.Button,
3419
3402
  {
3420
3403
  type: "button",
3421
3404
  onClick: handleAddCondition,
@@ -3426,7 +3409,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3426
3409
  /* @__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: [
3427
3410
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
3428
3411
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3429
- chunkTLZ3SAQW_js.FormInput,
3412
+ chunkKPHTHSHJ_js.FormInput,
3430
3413
  {
3431
3414
  type: "text",
3432
3415
  label: t("variableLabel"),
@@ -3437,7 +3420,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3437
3420
  }
3438
3421
  ) }),
3439
3422
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3440
- chunkTLZ3SAQW_js.FormSelect,
3423
+ chunkKPHTHSHJ_js.FormSelect,
3441
3424
  {
3442
3425
  label: t("operatorLabel"),
3443
3426
  value: condition.operator,
@@ -3447,7 +3430,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3447
3430
  }
3448
3431
  ) }),
3449
3432
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3450
- chunkTLZ3SAQW_js.FormInput,
3433
+ chunkKPHTHSHJ_js.FormInput,
3451
3434
  {
3452
3435
  type: "text",
3453
3436
  label: t("valueLabel"),
@@ -3459,7 +3442,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3459
3442
  ) })
3460
3443
  ] }),
3461
3444
  conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
3462
- chunkTLZ3SAQW_js.IconButton,
3445
+ chunkKPHTHSHJ_js.IconButton,
3463
3446
  {
3464
3447
  onClick: () => handleRemoveCondition(index),
3465
3448
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3614,7 +3597,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3614
3597
  };
3615
3598
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3616
3599
  /* @__PURE__ */ jsxRuntime.jsx(
3617
- chunkTLZ3SAQW_js.FormSelect,
3600
+ chunkKPHTHSHJ_js.FormSelect,
3618
3601
  {
3619
3602
  label: t("methodLabel"),
3620
3603
  value: method,
@@ -3623,7 +3606,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3623
3606
  }
3624
3607
  ),
3625
3608
  /* @__PURE__ */ jsxRuntime.jsx(
3626
- chunkTLZ3SAQW_js.FormInput,
3609
+ chunkKPHTHSHJ_js.FormInput,
3627
3610
  {
3628
3611
  type: "text",
3629
3612
  label: t("urlLabel"),
@@ -3636,7 +3619,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3636
3619
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
3637
3620
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
3638
3621
  /* @__PURE__ */ jsxRuntime.jsx(
3639
- chunkTLZ3SAQW_js.Button,
3622
+ chunkKPHTHSHJ_js.Button,
3640
3623
  {
3641
3624
  type: "button",
3642
3625
  onClick: handleAddHeader,
@@ -3646,7 +3629,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3646
3629
  ] }),
3647
3630
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
3648
3631
  /* @__PURE__ */ jsxRuntime.jsx(
3649
- chunkTLZ3SAQW_js.FormInput,
3632
+ chunkKPHTHSHJ_js.FormInput,
3650
3633
  {
3651
3634
  type: "text",
3652
3635
  value: entry.key,
@@ -3656,7 +3639,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3656
3639
  }
3657
3640
  ),
3658
3641
  /* @__PURE__ */ jsxRuntime.jsx(
3659
- chunkTLZ3SAQW_js.FormInput,
3642
+ chunkKPHTHSHJ_js.FormInput,
3660
3643
  {
3661
3644
  type: "text",
3662
3645
  value: entry.value,
@@ -3666,7 +3649,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3666
3649
  }
3667
3650
  ),
3668
3651
  /* @__PURE__ */ jsxRuntime.jsx(
3669
- chunkTLZ3SAQW_js.IconButton,
3652
+ chunkKPHTHSHJ_js.IconButton,
3670
3653
  {
3671
3654
  onClick: () => handleRemoveHeader(index),
3672
3655
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3678,7 +3661,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3678
3661
  ] }, index)) })
3679
3662
  ] }),
3680
3663
  method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
3681
- chunkTLZ3SAQW_js.FormTextarea,
3664
+ chunkKPHTHSHJ_js.FormTextarea,
3682
3665
  {
3683
3666
  label: t("bodyLabel"),
3684
3667
  value: body,
@@ -3689,7 +3672,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3689
3672
  }
3690
3673
  ),
3691
3674
  /* @__PURE__ */ jsxRuntime.jsx(
3692
- chunkTLZ3SAQW_js.FormInput,
3675
+ chunkKPHTHSHJ_js.FormInput,
3693
3676
  {
3694
3677
  type: "number",
3695
3678
  label: t("timeoutLabel"),
@@ -3720,7 +3703,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3720
3703
  };
3721
3704
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3722
3705
  /* @__PURE__ */ jsxRuntime.jsx(
3723
- chunkTLZ3SAQW_js.FormTextarea,
3706
+ chunkKPHTHSHJ_js.FormTextarea,
3724
3707
  {
3725
3708
  label: t("templateLabel"),
3726
3709
  value: template,
@@ -3731,7 +3714,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3731
3714
  }
3732
3715
  ),
3733
3716
  /* @__PURE__ */ jsxRuntime.jsx(
3734
- chunkTLZ3SAQW_js.FormInput,
3717
+ chunkKPHTHSHJ_js.FormInput,
3735
3718
  {
3736
3719
  type: "text",
3737
3720
  label: t("outputVariableLabel"),
@@ -3760,7 +3743,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3760
3743
  };
3761
3744
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3762
3745
  /* @__PURE__ */ jsxRuntime.jsx(
3763
- chunkTLZ3SAQW_js.FormInput,
3746
+ chunkKPHTHSHJ_js.FormInput,
3764
3747
  {
3765
3748
  type: "text",
3766
3749
  label: t("iteratorVariableLabel"),
@@ -3770,7 +3753,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3770
3753
  }
3771
3754
  ),
3772
3755
  /* @__PURE__ */ jsxRuntime.jsx(
3773
- chunkTLZ3SAQW_js.FormInput,
3756
+ chunkKPHTHSHJ_js.FormInput,
3774
3757
  {
3775
3758
  type: "number",
3776
3759
  label: t("maxIterationsLabel"),
@@ -3801,7 +3784,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3801
3784
  };
3802
3785
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3803
3786
  /* @__PURE__ */ jsxRuntime.jsx(
3804
- chunkTLZ3SAQW_js.FormInput,
3787
+ chunkKPHTHSHJ_js.FormInput,
3805
3788
  {
3806
3789
  type: "text",
3807
3790
  label: t("sourceIdLabel"),
@@ -3811,7 +3794,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3811
3794
  }
3812
3795
  ),
3813
3796
  /* @__PURE__ */ jsxRuntime.jsx(
3814
- chunkTLZ3SAQW_js.FormInput,
3797
+ chunkKPHTHSHJ_js.FormInput,
3815
3798
  {
3816
3799
  type: "number",
3817
3800
  label: t("topKLabel"),
@@ -3822,7 +3805,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3822
3805
  }
3823
3806
  ),
3824
3807
  /* @__PURE__ */ jsxRuntime.jsx(
3825
- chunkTLZ3SAQW_js.FormInput,
3808
+ chunkKPHTHSHJ_js.FormInput,
3826
3809
  {
3827
3810
  type: "number",
3828
3811
  label: t("similarityThresholdLabel"),
@@ -3853,7 +3836,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3853
3836
  };
3854
3837
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3855
3838
  /* @__PURE__ */ jsxRuntime.jsx(
3856
- chunkTLZ3SAQW_js.FormTextarea,
3839
+ chunkKPHTHSHJ_js.FormTextarea,
3857
3840
  {
3858
3841
  label: t("outputTemplateLabel"),
3859
3842
  hint: t("outputTemplateHelp"),
@@ -4287,7 +4270,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4287
4270
  }
4288
4271
  ),
4289
4272
  /* @__PURE__ */ jsxRuntime.jsx(
4290
- chunkTLZ3SAQW_js.FormInput,
4273
+ chunkKPHTHSHJ_js.FormInput,
4291
4274
  {
4292
4275
  type: "text",
4293
4276
  label: t("outputVariableLabel"),
@@ -4297,7 +4280,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4297
4280
  }
4298
4281
  ),
4299
4282
  /* @__PURE__ */ jsxRuntime.jsx(
4300
- chunkTLZ3SAQW_js.FormSelect,
4283
+ chunkKPHTHSHJ_js.FormSelect,
4301
4284
  {
4302
4285
  label: t("aggregationModeLabel"),
4303
4286
  value: aggregationMode,
@@ -4330,7 +4313,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4330
4313
  };
4331
4314
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4332
4315
  /* @__PURE__ */ jsxRuntime.jsx(
4333
- chunkTLZ3SAQW_js.FormSelect,
4316
+ chunkKPHTHSHJ_js.FormSelect,
4334
4317
  {
4335
4318
  label: t("extractionModeLabel"),
4336
4319
  value: extractionMode,
@@ -4339,7 +4322,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4339
4322
  }
4340
4323
  ),
4341
4324
  /* @__PURE__ */ jsxRuntime.jsx(
4342
- chunkTLZ3SAQW_js.FormInput,
4325
+ chunkKPHTHSHJ_js.FormInput,
4343
4326
  {
4344
4327
  type: "text",
4345
4328
  label: t("outputVariableLabel"),
@@ -4516,7 +4499,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4516
4499
  };
4517
4500
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4518
4501
  /* @__PURE__ */ jsxRuntime.jsx(
4519
- chunkTLZ3SAQW_js.FormInput,
4502
+ chunkKPHTHSHJ_js.FormInput,
4520
4503
  {
4521
4504
  type: "text",
4522
4505
  label: t("iteratorVariableLabel"),
@@ -4526,7 +4509,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4526
4509
  }
4527
4510
  ),
4528
4511
  /* @__PURE__ */ jsxRuntime.jsx(
4529
- chunkTLZ3SAQW_js.FormInput,
4512
+ chunkKPHTHSHJ_js.FormInput,
4530
4513
  {
4531
4514
  type: "text",
4532
4515
  label: t("itemVariableLabel"),
@@ -4536,7 +4519,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4536
4519
  }
4537
4520
  ),
4538
4521
  /* @__PURE__ */ jsxRuntime.jsx(
4539
- chunkTLZ3SAQW_js.FormInput,
4522
+ chunkKPHTHSHJ_js.FormInput,
4540
4523
  {
4541
4524
  type: "text",
4542
4525
  label: t("indexVariableLabel"),
@@ -5130,7 +5113,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
5130
5113
  };
5131
5114
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
5132
5115
  /* @__PURE__ */ jsxRuntime.jsx(
5133
- chunkTLZ3SAQW_js.FormInput,
5116
+ chunkKPHTHSHJ_js.FormInput,
5134
5117
  {
5135
5118
  type: "text",
5136
5119
  label: translations("labelField"),
@@ -5140,7 +5123,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
5140
5123
  }
5141
5124
  ),
5142
5125
  /* @__PURE__ */ jsxRuntime.jsx(
5143
- chunkTLZ3SAQW_js.FormTextarea,
5126
+ chunkKPHTHSHJ_js.FormTextarea,
5144
5127
  {
5145
5128
  label: translations("descriptionField"),
5146
5129
  value: description,
@@ -5298,7 +5281,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5298
5281
  };
5299
5282
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
5300
5283
  /* @__PURE__ */ jsxRuntime.jsx(
5301
- chunkTLZ3SAQW_js.FormInput,
5284
+ chunkKPHTHSHJ_js.FormInput,
5302
5285
  {
5303
5286
  type: "text",
5304
5287
  label: t("nameLabel"),
@@ -5308,7 +5291,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5308
5291
  }
5309
5292
  ),
5310
5293
  /* @__PURE__ */ jsxRuntime.jsx(
5311
- chunkTLZ3SAQW_js.FormSelect,
5294
+ chunkKPHTHSHJ_js.FormSelect,
5312
5295
  {
5313
5296
  label: t("providerTypeLabel"),
5314
5297
  value: providerType,
@@ -5317,7 +5300,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5317
5300
  }
5318
5301
  ),
5319
5302
  showRegion && /* @__PURE__ */ jsxRuntime.jsx(
5320
- chunkTLZ3SAQW_js.FormSelect,
5303
+ chunkKPHTHSHJ_js.FormSelect,
5321
5304
  {
5322
5305
  label: t("regionLabel"),
5323
5306
  value: region,
@@ -5326,7 +5309,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5326
5309
  }
5327
5310
  ),
5328
5311
  showEndpoint && /* @__PURE__ */ jsxRuntime.jsx(
5329
- chunkTLZ3SAQW_js.FormInput,
5312
+ chunkKPHTHSHJ_js.FormInput,
5330
5313
  {
5331
5314
  type: "text",
5332
5315
  label: t("endpointLabel"),
@@ -5336,7 +5319,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5336
5319
  }
5337
5320
  ),
5338
5321
  showApiKey && /* @__PURE__ */ jsxRuntime.jsx(
5339
- chunkTLZ3SAQW_js.FormInput,
5322
+ chunkKPHTHSHJ_js.FormInput,
5340
5323
  {
5341
5324
  type: "password",
5342
5325
  label: t("apiKeyLabel"),
@@ -5346,7 +5329,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5346
5329
  }
5347
5330
  ),
5348
5331
  showCredentialRef && /* @__PURE__ */ jsxRuntime.jsx(
5349
- chunkTLZ3SAQW_js.FormInput,
5332
+ chunkKPHTHSHJ_js.FormInput,
5350
5333
  {
5351
5334
  type: "text",
5352
5335
  label: t("credentialRefLabel"),
@@ -5490,7 +5473,7 @@ function LogicNodeModal({ onSave, entities = [], datasources = [], onLoadTables,
5490
5473
  }
5491
5474
  };
5492
5475
  return /* @__PURE__ */ jsxRuntime.jsx(
5493
- chunkTLZ3SAQW_js.GlassModal,
5476
+ chunkKPHTHSHJ_js.GlassModal,
5494
5477
  {
5495
5478
  open,
5496
5479
  onClose: closeModal,
@@ -5550,7 +5533,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
5550
5533
  }
5551
5534
  ];
5552
5535
  return /* @__PURE__ */ jsxRuntime.jsx(
5553
- chunkTLZ3SAQW_js.ContextMenu,
5536
+ chunkKPHTHSHJ_js.ContextMenu,
5554
5537
  {
5555
5538
  position,
5556
5539
  onClose,
@@ -5607,7 +5590,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
5607
5590
  }
5608
5591
  ];
5609
5592
  return /* @__PURE__ */ jsxRuntime.jsx(
5610
- chunkTLZ3SAQW_js.ContextMenu,
5593
+ chunkKPHTHSHJ_js.ContextMenu,
5611
5594
  {
5612
5595
  position,
5613
5596
  onClose,
@@ -5754,7 +5737,7 @@ function SelectionContextMenu({
5754
5737
  }
5755
5738
  ];
5756
5739
  return /* @__PURE__ */ jsxRuntime.jsx(
5757
- chunkTLZ3SAQW_js.ContextMenu,
5740
+ chunkKPHTHSHJ_js.ContextMenu,
5758
5741
  {
5759
5742
  position,
5760
5743
  onClose,
@@ -7627,5 +7610,5 @@ exports.useModalStore = useModalStore;
7627
7610
  exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
7628
7611
  exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
7629
7612
  exports.useWorkflowStore = useWorkflowStore;
7630
- //# sourceMappingURL=chunk-VIZ3MFLZ.js.map
7631
- //# sourceMappingURL=chunk-VIZ3MFLZ.js.map
7613
+ //# sourceMappingURL=chunk-KMDY6OLI.js.map
7614
+ //# sourceMappingURL=chunk-KMDY6OLI.js.map