@datatechsolutions/ui 2.11.41 → 2.11.42

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 chunk2IOPJ5BM_js = require('./chunk-2IOPJ5BM.js');
4
+ var chunkKEUOCEOO_js = require('./chunk-KEUOCEOO.js');
5
5
  var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
6
6
  var chunkP4YYEM4B_js = require('./chunk-P4YYEM4B.js');
7
7
  var chunkPWBWP5FJ_js = require('./chunk-PWBWP5FJ.js');
@@ -1656,7 +1656,7 @@ var AgentToolFlowNode = react.memo(function AgentToolFlowNode2({ id, data, selec
1656
1656
  event.stopPropagation();
1657
1657
  },
1658
1658
  children: /* @__PURE__ */ jsxRuntime.jsx(
1659
- chunk2IOPJ5BM_js.ToggleSwitch,
1659
+ chunkKEUOCEOO_js.ToggleSwitch,
1660
1660
  {
1661
1661
  checked: Boolean(agentTool.enabled),
1662
1662
  onChange: () => data.onToggle?.(agentTool),
@@ -1764,7 +1764,7 @@ var ToolFlowNode = react.memo(function ToolFlowNode2({ id, data, selected }) {
1764
1764
  event.preventDefault();
1765
1765
  },
1766
1766
  children: /* @__PURE__ */ jsxRuntime.jsx(
1767
- chunk2IOPJ5BM_js.ToggleSwitch,
1767
+ chunkKEUOCEOO_js.ToggleSwitch,
1768
1768
  {
1769
1769
  checked: Boolean(tool.enabled),
1770
1770
  onChange: () => onToggle(tool),
@@ -1916,7 +1916,7 @@ var RuleFlowNode = react.memo(function RuleFlowNode2({ id, data, selected }) {
1916
1916
  event.preventDefault();
1917
1917
  },
1918
1918
  children: /* @__PURE__ */ jsxRuntime.jsx(
1919
- chunk2IOPJ5BM_js.ToggleSwitch,
1919
+ chunkKEUOCEOO_js.ToggleSwitch,
1920
1920
  {
1921
1921
  checked: Boolean(rule.enabled),
1922
1922
  onChange: () => onToggle(rule),
@@ -2849,7 +2849,18 @@ var DATASOURCE_LOGOS = {
2849
2849
  mysql: "/logos/datasources/mysql.svg",
2850
2850
  clickhouse: "/logos/datasources/clickhouse.svg",
2851
2851
  elasticsearch: "/logos/datasources/elasticsearch.svg",
2852
- duckdb: "/logos/datasources/duckdb.svg"
2852
+ duckdb: "/logos/datasources/duckdb.svg",
2853
+ sqlite: "/logos/datasources/sqlite.svg",
2854
+ mariadb: "/logos/datasources/mariadb.svg",
2855
+ oracle: "/logos/datasources/oracle.svg",
2856
+ mssql: "/logos/datasources/mssql.svg",
2857
+ sqlserver: "/logos/datasources/mssql.svg",
2858
+ cassandra: "/logos/datasources/cassandra.svg",
2859
+ dynamodb: "/logos/datasources/dynamodb.svg",
2860
+ cockroach: "/logos/datasources/cockroachdb.svg",
2861
+ supabase: "/logos/datasources/supabase.svg",
2862
+ firebase: "/logos/datasources/firebase.svg",
2863
+ neo4j: "/logos/datasources/neo4j.svg"
2853
2864
  };
2854
2865
  function getDatasourceLogo(datasourceId, dialect) {
2855
2866
  const search = (dialect ?? datasourceId).toLowerCase();
@@ -2884,7 +2895,7 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
2884
2895
  const content = /* @__PURE__ */ jsxRuntime.jsxs(NodeCard, { compact: isCompact, selected, nodeType: "datasource", children: [
2885
2896
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start justify-between", children: [
2886
2897
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start gap-3", children: [
2887
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl bg-gradient-to-br from-cyan-500 to-blue-600 shadow-lg", children: logo ? /* @__PURE__ */ jsxRuntime.jsx("img", { src: logo, alt: config.dialect ?? "", className: "h-5 w-5" }) : /* @__PURE__ */ jsxRuntime.jsx(outline.ServerStackIcon, { className: "h-5 w-5 text-white" }) }),
2898
+ logo ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl", children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: logo, alt: config.dialect ?? "", className: "h-8 w-8" }) }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-10 w-10 items-center justify-center rounded-xl bg-gradient-to-br from-cyan-500 to-blue-600 shadow-lg", children: /* @__PURE__ */ jsxRuntime.jsx(outline.ServerStackIcon, { className: "h-5 w-5 text-white" }) }),
2888
2899
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1", children: [
2889
2900
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-sm font-semibold text-gray-900 dark:text-white", children: label }),
2890
2901
  !isCompact && /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-0.5 line-clamp-1 text-xs text-gray-500 dark:text-gray-400", children: [
@@ -2903,7 +2914,7 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
2903
2914
  event.preventDefault();
2904
2915
  },
2905
2916
  children: /* @__PURE__ */ jsxRuntime.jsx(
2906
- chunk2IOPJ5BM_js.ToggleSwitch,
2917
+ chunkKEUOCEOO_js.ToggleSwitch,
2907
2918
  {
2908
2919
  checked: true,
2909
2920
  onChange: () => {
@@ -3231,8 +3242,8 @@ function ConfigFormActions({
3231
3242
  saveDisabled = false
3232
3243
  }) {
3233
3244
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-end gap-2 border-t border-gray-200 pt-4 dark:border-gray-700", children: [
3234
- /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3235
- /* @__PURE__ */ jsxRuntime.jsx(chunk2IOPJ5BM_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3245
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.Button, { type: "button", outline: true, onClick: onCancel, children: cancelLabel }),
3246
+ /* @__PURE__ */ jsxRuntime.jsx(chunkKEUOCEOO_js.Button, { type: "button", onClick: onSave, disabled: saveDisabled, children: saveLabel })
3236
3247
  ] });
3237
3248
  }
3238
3249
  var COLOR_CLASSES = {
@@ -3479,7 +3490,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3479
3490
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between", children: [
3480
3491
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("conditionsLabel") }),
3481
3492
  /* @__PURE__ */ jsxRuntime.jsx(
3482
- chunk2IOPJ5BM_js.Button,
3493
+ chunkKEUOCEOO_js.Button,
3483
3494
  {
3484
3495
  type: "button",
3485
3496
  onClick: handleAddCondition,
@@ -3490,7 +3501,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3490
3501
  /* @__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: [
3491
3502
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid flex-1 grid-cols-3 gap-2", children: [
3492
3503
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3493
- chunk2IOPJ5BM_js.FormInput,
3504
+ chunkKEUOCEOO_js.FormInput,
3494
3505
  {
3495
3506
  type: "text",
3496
3507
  label: t("variableLabel"),
@@ -3501,7 +3512,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3501
3512
  }
3502
3513
  ) }),
3503
3514
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3504
- chunk2IOPJ5BM_js.FormSelect,
3515
+ chunkKEUOCEOO_js.FormSelect,
3505
3516
  {
3506
3517
  label: t("operatorLabel"),
3507
3518
  value: condition.operator,
@@ -3511,7 +3522,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3511
3522
  }
3512
3523
  ) }),
3513
3524
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(
3514
- chunk2IOPJ5BM_js.FormInput,
3525
+ chunkKEUOCEOO_js.FormInput,
3515
3526
  {
3516
3527
  type: "text",
3517
3528
  label: t("valueLabel"),
@@ -3523,7 +3534,7 @@ function IfElseNodeConfigForm({ config, onSave, onCancel }) {
3523
3534
  ) })
3524
3535
  ] }),
3525
3536
  conditions.length > 1 && /* @__PURE__ */ jsxRuntime.jsx(
3526
- chunk2IOPJ5BM_js.IconButton,
3537
+ chunkKEUOCEOO_js.IconButton,
3527
3538
  {
3528
3539
  onClick: () => handleRemoveCondition(index),
3529
3540
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3678,7 +3689,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3678
3689
  };
3679
3690
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3680
3691
  /* @__PURE__ */ jsxRuntime.jsx(
3681
- chunk2IOPJ5BM_js.FormSelect,
3692
+ chunkKEUOCEOO_js.FormSelect,
3682
3693
  {
3683
3694
  label: t("methodLabel"),
3684
3695
  value: method,
@@ -3687,7 +3698,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3687
3698
  }
3688
3699
  ),
3689
3700
  /* @__PURE__ */ jsxRuntime.jsx(
3690
- chunk2IOPJ5BM_js.FormInput,
3701
+ chunkKEUOCEOO_js.FormInput,
3691
3702
  {
3692
3703
  type: "text",
3693
3704
  label: t("urlLabel"),
@@ -3700,7 +3711,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3700
3711
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between", children: [
3701
3712
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-sm font-medium text-gray-700 dark:text-gray-300", children: t("headersLabel") }),
3702
3713
  /* @__PURE__ */ jsxRuntime.jsx(
3703
- chunk2IOPJ5BM_js.Button,
3714
+ chunkKEUOCEOO_js.Button,
3704
3715
  {
3705
3716
  type: "button",
3706
3717
  onClick: handleAddHeader,
@@ -3710,7 +3721,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3710
3721
  ] }),
3711
3722
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: headerEntries.map((entry, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
3712
3723
  /* @__PURE__ */ jsxRuntime.jsx(
3713
- chunk2IOPJ5BM_js.FormInput,
3724
+ chunkKEUOCEOO_js.FormInput,
3714
3725
  {
3715
3726
  type: "text",
3716
3727
  value: entry.key,
@@ -3720,7 +3731,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3720
3731
  }
3721
3732
  ),
3722
3733
  /* @__PURE__ */ jsxRuntime.jsx(
3723
- chunk2IOPJ5BM_js.FormInput,
3734
+ chunkKEUOCEOO_js.FormInput,
3724
3735
  {
3725
3736
  type: "text",
3726
3737
  value: entry.value,
@@ -3730,7 +3741,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3730
3741
  }
3731
3742
  ),
3732
3743
  /* @__PURE__ */ jsxRuntime.jsx(
3733
- chunk2IOPJ5BM_js.IconButton,
3744
+ chunkKEUOCEOO_js.IconButton,
3734
3745
  {
3735
3746
  onClick: () => handleRemoveHeader(index),
3736
3747
  icon: /* @__PURE__ */ jsxRuntime.jsx(outline.TrashIcon, { className: "h-4 w-4" }),
@@ -3742,7 +3753,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3742
3753
  ] }, index)) })
3743
3754
  ] }),
3744
3755
  method !== "GET" && /* @__PURE__ */ jsxRuntime.jsx(
3745
- chunk2IOPJ5BM_js.FormTextarea,
3756
+ chunkKEUOCEOO_js.FormTextarea,
3746
3757
  {
3747
3758
  label: t("bodyLabel"),
3748
3759
  value: body,
@@ -3753,7 +3764,7 @@ function HttpRequestNodeConfigForm({ config, onSave, onCancel }) {
3753
3764
  }
3754
3765
  ),
3755
3766
  /* @__PURE__ */ jsxRuntime.jsx(
3756
- chunk2IOPJ5BM_js.FormInput,
3767
+ chunkKEUOCEOO_js.FormInput,
3757
3768
  {
3758
3769
  type: "number",
3759
3770
  label: t("timeoutLabel"),
@@ -3784,7 +3795,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3784
3795
  };
3785
3796
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3786
3797
  /* @__PURE__ */ jsxRuntime.jsx(
3787
- chunk2IOPJ5BM_js.FormTextarea,
3798
+ chunkKEUOCEOO_js.FormTextarea,
3788
3799
  {
3789
3800
  label: t("templateLabel"),
3790
3801
  value: template,
@@ -3795,7 +3806,7 @@ function TemplateTransformNodeConfigForm({ config, onSave, onCancel }) {
3795
3806
  }
3796
3807
  ),
3797
3808
  /* @__PURE__ */ jsxRuntime.jsx(
3798
- chunk2IOPJ5BM_js.FormInput,
3809
+ chunkKEUOCEOO_js.FormInput,
3799
3810
  {
3800
3811
  type: "text",
3801
3812
  label: t("outputVariableLabel"),
@@ -3824,7 +3835,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3824
3835
  };
3825
3836
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3826
3837
  /* @__PURE__ */ jsxRuntime.jsx(
3827
- chunk2IOPJ5BM_js.FormInput,
3838
+ chunkKEUOCEOO_js.FormInput,
3828
3839
  {
3829
3840
  type: "text",
3830
3841
  label: t("iteratorVariableLabel"),
@@ -3834,7 +3845,7 @@ function IterationNodeConfigForm({ config, onSave, onCancel }) {
3834
3845
  }
3835
3846
  ),
3836
3847
  /* @__PURE__ */ jsxRuntime.jsx(
3837
- chunk2IOPJ5BM_js.FormInput,
3848
+ chunkKEUOCEOO_js.FormInput,
3838
3849
  {
3839
3850
  type: "number",
3840
3851
  label: t("maxIterationsLabel"),
@@ -3865,7 +3876,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3865
3876
  };
3866
3877
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3867
3878
  /* @__PURE__ */ jsxRuntime.jsx(
3868
- chunk2IOPJ5BM_js.FormInput,
3879
+ chunkKEUOCEOO_js.FormInput,
3869
3880
  {
3870
3881
  type: "text",
3871
3882
  label: t("sourceIdLabel"),
@@ -3875,7 +3886,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3875
3886
  }
3876
3887
  ),
3877
3888
  /* @__PURE__ */ jsxRuntime.jsx(
3878
- chunk2IOPJ5BM_js.FormInput,
3889
+ chunkKEUOCEOO_js.FormInput,
3879
3890
  {
3880
3891
  type: "number",
3881
3892
  label: t("topKLabel"),
@@ -3886,7 +3897,7 @@ function KnowledgeBaseNodeConfigForm({ config, onSave, onCancel }) {
3886
3897
  }
3887
3898
  ),
3888
3899
  /* @__PURE__ */ jsxRuntime.jsx(
3889
- chunk2IOPJ5BM_js.FormInput,
3900
+ chunkKEUOCEOO_js.FormInput,
3890
3901
  {
3891
3902
  type: "number",
3892
3903
  label: t("similarityThresholdLabel"),
@@ -3917,7 +3928,7 @@ function AnswerNodeConfigForm({ config, onSave, onCancel }) {
3917
3928
  };
3918
3929
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
3919
3930
  /* @__PURE__ */ jsxRuntime.jsx(
3920
- chunk2IOPJ5BM_js.FormTextarea,
3931
+ chunkKEUOCEOO_js.FormTextarea,
3921
3932
  {
3922
3933
  label: t("outputTemplateLabel"),
3923
3934
  hint: t("outputTemplateHelp"),
@@ -4351,7 +4362,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4351
4362
  }
4352
4363
  ),
4353
4364
  /* @__PURE__ */ jsxRuntime.jsx(
4354
- chunk2IOPJ5BM_js.FormInput,
4365
+ chunkKEUOCEOO_js.FormInput,
4355
4366
  {
4356
4367
  type: "text",
4357
4368
  label: t("outputVariableLabel"),
@@ -4361,7 +4372,7 @@ function VariableAggregatorNodeConfigForm({ config, onSave, onCancel }) {
4361
4372
  }
4362
4373
  ),
4363
4374
  /* @__PURE__ */ jsxRuntime.jsx(
4364
- chunk2IOPJ5BM_js.FormSelect,
4375
+ chunkKEUOCEOO_js.FormSelect,
4365
4376
  {
4366
4377
  label: t("aggregationModeLabel"),
4367
4378
  value: aggregationMode,
@@ -4394,7 +4405,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4394
4405
  };
4395
4406
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4396
4407
  /* @__PURE__ */ jsxRuntime.jsx(
4397
- chunk2IOPJ5BM_js.FormSelect,
4408
+ chunkKEUOCEOO_js.FormSelect,
4398
4409
  {
4399
4410
  label: t("extractionModeLabel"),
4400
4411
  value: extractionMode,
@@ -4403,7 +4414,7 @@ function DocumentExtractorNodeConfigForm({ config, onSave, onCancel }) {
4403
4414
  }
4404
4415
  ),
4405
4416
  /* @__PURE__ */ jsxRuntime.jsx(
4406
- chunk2IOPJ5BM_js.FormInput,
4417
+ chunkKEUOCEOO_js.FormInput,
4407
4418
  {
4408
4419
  type: "text",
4409
4420
  label: t("outputVariableLabel"),
@@ -4580,7 +4591,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4580
4591
  };
4581
4592
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
4582
4593
  /* @__PURE__ */ jsxRuntime.jsx(
4583
- chunk2IOPJ5BM_js.FormInput,
4594
+ chunkKEUOCEOO_js.FormInput,
4584
4595
  {
4585
4596
  type: "text",
4586
4597
  label: t("iteratorVariableLabel"),
@@ -4590,7 +4601,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4590
4601
  }
4591
4602
  ),
4592
4603
  /* @__PURE__ */ jsxRuntime.jsx(
4593
- chunk2IOPJ5BM_js.FormInput,
4604
+ chunkKEUOCEOO_js.FormInput,
4594
4605
  {
4595
4606
  type: "text",
4596
4607
  label: t("itemVariableLabel"),
@@ -4600,7 +4611,7 @@ function IterationStartNodeConfigForm({ config, onSave, onCancel }) {
4600
4611
  }
4601
4612
  ),
4602
4613
  /* @__PURE__ */ jsxRuntime.jsx(
4603
- chunk2IOPJ5BM_js.FormInput,
4614
+ chunkKEUOCEOO_js.FormInput,
4604
4615
  {
4605
4616
  type: "text",
4606
4617
  label: t("indexVariableLabel"),
@@ -5194,7 +5205,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
5194
5205
  };
5195
5206
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
5196
5207
  /* @__PURE__ */ jsxRuntime.jsx(
5197
- chunk2IOPJ5BM_js.FormInput,
5208
+ chunkKEUOCEOO_js.FormInput,
5198
5209
  {
5199
5210
  type: "text",
5200
5211
  label: translations("labelField"),
@@ -5204,7 +5215,7 @@ function GroupNodeConfigForm({ config, onSave, onCancel }) {
5204
5215
  }
5205
5216
  ),
5206
5217
  /* @__PURE__ */ jsxRuntime.jsx(
5207
- chunk2IOPJ5BM_js.FormTextarea,
5218
+ chunkKEUOCEOO_js.FormTextarea,
5208
5219
  {
5209
5220
  label: translations("descriptionField"),
5210
5221
  value: description,
@@ -5362,7 +5373,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5362
5373
  };
5363
5374
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
5364
5375
  /* @__PURE__ */ jsxRuntime.jsx(
5365
- chunk2IOPJ5BM_js.FormInput,
5376
+ chunkKEUOCEOO_js.FormInput,
5366
5377
  {
5367
5378
  type: "text",
5368
5379
  label: t("nameLabel"),
@@ -5372,7 +5383,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5372
5383
  }
5373
5384
  ),
5374
5385
  /* @__PURE__ */ jsxRuntime.jsx(
5375
- chunk2IOPJ5BM_js.FormSelect,
5386
+ chunkKEUOCEOO_js.FormSelect,
5376
5387
  {
5377
5388
  label: t("providerTypeLabel"),
5378
5389
  value: providerType,
@@ -5381,7 +5392,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5381
5392
  }
5382
5393
  ),
5383
5394
  showRegion && /* @__PURE__ */ jsxRuntime.jsx(
5384
- chunk2IOPJ5BM_js.FormSelect,
5395
+ chunkKEUOCEOO_js.FormSelect,
5385
5396
  {
5386
5397
  label: t("regionLabel"),
5387
5398
  value: region,
@@ -5390,7 +5401,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5390
5401
  }
5391
5402
  ),
5392
5403
  showEndpoint && /* @__PURE__ */ jsxRuntime.jsx(
5393
- chunk2IOPJ5BM_js.FormInput,
5404
+ chunkKEUOCEOO_js.FormInput,
5394
5405
  {
5395
5406
  type: "text",
5396
5407
  label: t("endpointLabel"),
@@ -5400,7 +5411,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5400
5411
  }
5401
5412
  ),
5402
5413
  showApiKey && /* @__PURE__ */ jsxRuntime.jsx(
5403
- chunk2IOPJ5BM_js.FormInput,
5414
+ chunkKEUOCEOO_js.FormInput,
5404
5415
  {
5405
5416
  type: "password",
5406
5417
  label: t("apiKeyLabel"),
@@ -5410,7 +5421,7 @@ function ModelProviderNodeConfigForm({ config, onSave, onCancel }) {
5410
5421
  }
5411
5422
  ),
5412
5423
  showCredentialRef && /* @__PURE__ */ jsxRuntime.jsx(
5413
- chunk2IOPJ5BM_js.FormInput,
5424
+ chunkKEUOCEOO_js.FormInput,
5414
5425
  {
5415
5426
  type: "text",
5416
5427
  label: t("credentialRefLabel"),
@@ -5554,7 +5565,7 @@ function LogicNodeModal({ onSave, entities = [], datasources = [], onLoadTables,
5554
5565
  }
5555
5566
  };
5556
5567
  return /* @__PURE__ */ jsxRuntime.jsx(
5557
- chunk2IOPJ5BM_js.GlassModal,
5568
+ chunkKEUOCEOO_js.GlassModal,
5558
5569
  {
5559
5570
  open,
5560
5571
  onClose: closeModal,
@@ -5614,7 +5625,7 @@ function NodeContextMenu({ position, targetId, onClose, onEdit, onDuplicate, onC
5614
5625
  }
5615
5626
  ];
5616
5627
  return /* @__PURE__ */ jsxRuntime.jsx(
5617
- chunk2IOPJ5BM_js.ContextMenu,
5628
+ chunkKEUOCEOO_js.ContextMenu,
5618
5629
  {
5619
5630
  position,
5620
5631
  onClose,
@@ -5671,7 +5682,7 @@ function PanelContextMenu({ position, onClose, onPaste, onSelectAll, onFitView,
5671
5682
  }
5672
5683
  ];
5673
5684
  return /* @__PURE__ */ jsxRuntime.jsx(
5674
- chunk2IOPJ5BM_js.ContextMenu,
5685
+ chunkKEUOCEOO_js.ContextMenu,
5675
5686
  {
5676
5687
  position,
5677
5688
  onClose,
@@ -5818,7 +5829,7 @@ function SelectionContextMenu({
5818
5829
  }
5819
5830
  ];
5820
5831
  return /* @__PURE__ */ jsxRuntime.jsx(
5821
- chunk2IOPJ5BM_js.ContextMenu,
5832
+ chunkKEUOCEOO_js.ContextMenu,
5822
5833
  {
5823
5834
  position,
5824
5835
  onClose,
@@ -7707,5 +7718,5 @@ exports.useModalStore = useModalStore;
7707
7718
  exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
7708
7719
  exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
7709
7720
  exports.useWorkflowStore = useWorkflowStore;
7710
- //# sourceMappingURL=chunk-XFYGRDN3.js.map
7711
- //# sourceMappingURL=chunk-XFYGRDN3.js.map
7721
+ //# sourceMappingURL=chunk-YI6QMBKC.js.map
7722
+ //# sourceMappingURL=chunk-YI6QMBKC.js.map