Flowfile 0.5.4__py3-none-any.whl → 0.5.6__py3-none-any.whl

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 (105) hide show
  1. flowfile/__main__.py +94 -1
  2. flowfile/web/static/assets/{AdminView-f9847d67.js → AdminView-c2c7942b.js} +1 -1
  3. flowfile/web/static/assets/{CloudConnectionView-faace55b.js → CloudConnectionView-7a3042c6.js} +2 -2
  4. flowfile/web/static/assets/{CloudStorageReader-d86ecaa7.js → CloudStorageReader-709c4037.js} +8 -8
  5. flowfile/web/static/assets/{CloudStorageWriter-0f4d9a44.js → CloudStorageWriter-604c51a8.js} +8 -8
  6. flowfile/web/static/assets/{ColumnActionInput-f4189ae0.js → ColumnActionInput-d63d6746.js} +5 -5
  7. flowfile/web/static/assets/{ColumnSelector-e66b33da.js → ColumnSelector-0c8cd1cd.js} +1 -1
  8. flowfile/web/static/assets/ContextMenu-366bf1b4.js +9 -0
  9. flowfile/web/static/assets/ContextMenu-85cf5b44.js +9 -0
  10. flowfile/web/static/assets/ContextMenu-9d28ae6d.js +9 -0
  11. flowfile/web/static/assets/{ContextMenu.vue_vue_type_script_setup_true_lang-a1bd6314.js → ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js} +1 -1
  12. flowfile/web/static/assets/{CrossJoin-24694b8f.js → CrossJoin-38e5b99a.js} +9 -9
  13. flowfile/web/static/assets/{CustomNode-569d45ff.js → CustomNode-76e8f3f5.js} +16 -16
  14. flowfile/web/static/assets/{DatabaseConnectionSettings-cfc08938.js → DatabaseConnectionSettings-38155669.js} +2 -2
  15. flowfile/web/static/assets/{DatabaseReader-701feabb.js → DatabaseReader-2e549c8f.js} +11 -11
  16. flowfile/web/static/assets/{DatabaseView-0482e5b5.js → DatabaseView-dc877c29.js} +2 -2
  17. flowfile/web/static/assets/{DatabaseWriter-16721989.js → DatabaseWriter-ffb91864.js} +10 -10
  18. flowfile/web/static/assets/{DesignerView-49abb835.css → DesignerView-71d4e9a1.css} +83 -82
  19. flowfile/web/static/assets/{DesignerView-f64749fb.js → DesignerView-a4466dab.js} +133 -80
  20. flowfile/web/static/assets/{DocumentationView-61bd2990.js → DocumentationView-979afc84.js} +1 -1
  21. flowfile/web/static/assets/{ExploreData-e2735b13.js → ExploreData-e4b92aaf.js} +7 -7
  22. flowfile/web/static/assets/{ExternalSource-2535c3b2.js → ExternalSource-d08e7227.js} +7 -7
  23. flowfile/web/static/assets/{Filter-2cdbc93c.js → Filter-7add806d.js} +9 -9
  24. flowfile/web/static/assets/{Formula-fcda3c2c.js → Formula-36ab24d2.js} +9 -9
  25. flowfile/web/static/assets/{FuzzyMatch-f8d3b7d3.js → FuzzyMatch-cc01bb04.js} +10 -10
  26. flowfile/web/static/assets/{GraphSolver-72eaa695.js → GraphSolver-4fb98f3b.js} +8 -8
  27. flowfile/web/static/assets/{GroupBy-8aa0598b.js → GroupBy-b3c8f429.js} +7 -7
  28. flowfile/web/static/assets/{Join-e40f0ffa.js → Join-096b7b26.js} +10 -10
  29. flowfile/web/static/assets/{LoginView-5111c9ae.js → LoginView-c33a246a.js} +1 -1
  30. flowfile/web/static/assets/{ManualInput-3702e677.css → ManualInput-39111f19.css} +48 -48
  31. flowfile/web/static/assets/{ManualInput-9b6f3224.js → ManualInput-7307e9b1.js} +55 -13
  32. flowfile/web/static/assets/{MultiSelect-ef28e19e.js → MultiSelect-14822c48.js} +2 -2
  33. flowfile/web/static/assets/{MultiSelect.vue_vue_type_script_setup_true_lang-83b3bbfd.js → MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js} +1 -1
  34. flowfile/web/static/assets/{NodeDesigner-d2b7ee2b.js → NodeDesigner-5036c392.js} +3 -3
  35. flowfile/web/static/assets/{NumericInput-1d789794.js → NumericInput-15cf3b72.js} +2 -2
  36. flowfile/web/static/assets/{NumericInput.vue_vue_type_script_setup_true_lang-7775f83e.js → NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js} +1 -1
  37. flowfile/web/static/assets/{Output-cefef801.js → Output-1f8ed42c.js} +9 -9
  38. flowfile/web/static/assets/{Pivot-bab1b75b.js → Pivot-0e153f4e.js} +9 -9
  39. flowfile/web/static/assets/{PivotValidation-e7941f91.js → PivotValidation-5a4f7c79.js} +1 -1
  40. flowfile/web/static/assets/{PivotValidation-fba09336.js → PivotValidation-81ec2a33.js} +1 -1
  41. flowfile/web/static/assets/{PolarsCode-740e40fa.js → PolarsCode-a39f15ac.js} +7 -7
  42. flowfile/web/static/assets/PopOver-ddcfe4f6.js +138 -0
  43. flowfile/web/static/assets/{Read-225cc63f.js → Read-39b63932.js} +11 -11
  44. flowfile/web/static/assets/{RecordCount-ffc71eca.js → RecordCount-e9048ccd.js} +6 -6
  45. flowfile/web/static/assets/{RecordId-a70bb8df.js → RecordId-ad02521d.js} +8 -8
  46. flowfile/web/static/assets/{SQLQueryComponent-15a421f5.js → SQLQueryComponent-2eeecf0b.js} +1 -1
  47. flowfile/web/static/assets/{Sample-6c26afc7.js → Sample-9a68c23d.js} +6 -6
  48. flowfile/web/static/assets/{SecretSelector-ceed9496.js → SecretSelector-2429f35a.js} +2 -2
  49. flowfile/web/static/assets/{SecretsView-214d255a.js → SecretsView-c6afc915.js} +2 -2
  50. flowfile/web/static/assets/{Select-8fc29999.js → Select-fcd002b6.js} +9 -9
  51. flowfile/web/static/assets/{SettingsSection-9f0d1725.js → SettingsSection-5ce15962.js} +1 -1
  52. flowfile/web/static/assets/{SettingsSection-83090218.js → SettingsSection-c6b1362c.js} +1 -1
  53. flowfile/web/static/assets/{SettingsSection-3f70e4c3.js → SettingsSection-cebb91d5.js} +1 -1
  54. flowfile/web/static/assets/{SetupView-3fa0aa03.js → SetupView-2d12e01f.js} +4 -4
  55. flowfile/web/static/assets/{SetupView-e2da3442.css → SetupView-ec26f76a.css} +38 -38
  56. flowfile/web/static/assets/{SingleSelect-a4a568cb.js → SingleSelect-b67de4eb.js} +2 -2
  57. flowfile/web/static/assets/{SingleSelect.vue_vue_type_script_setup_true_lang-c8ebdd33.js → SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js} +1 -1
  58. flowfile/web/static/assets/{SliderInput-be533e71.js → SliderInput-fd8134ac.js} +1 -1
  59. flowfile/web/static/assets/{Sort-154dad81.js → Sort-c005a573.js} +7 -7
  60. flowfile/web/static/assets/{TextInput-454e2bda.js → TextInput-1bb31dab.js} +2 -2
  61. flowfile/web/static/assets/{TextInput.vue_vue_type_script_setup_true_lang-e86510d0.js → TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js} +1 -1
  62. flowfile/web/static/assets/{TextToRows-ea73433d.js → TextToRows-4f363753.js} +9 -9
  63. flowfile/web/static/assets/{ToggleSwitch-9d7b30f1.js → ToggleSwitch-ca0f2e5e.js} +2 -2
  64. flowfile/web/static/assets/{ToggleSwitch.vue_vue_type_script_setup_true_lang-00f2580e.js → ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js} +1 -1
  65. flowfile/web/static/assets/{UnavailableFields-b72a2c72.js → UnavailableFields-f6147968.js} +2 -2
  66. flowfile/web/static/assets/{Union-1e44f263.js → Union-c65f17b7.js} +6 -6
  67. flowfile/web/static/assets/{Unique-a3bc6d0a.js → Unique-a1d96fb2.js} +10 -10
  68. flowfile/web/static/assets/{Unpivot-e27935fc.js → Unpivot-c2657ff3.js} +8 -8
  69. flowfile/web/static/assets/{UnpivotValidation-72497680.js → UnpivotValidation-28e29a3b.js} +1 -1
  70. flowfile/web/static/assets/{VueGraphicWalker-d9ab70a3.js → VueGraphicWalker-2fc3ddd4.js} +1 -1
  71. flowfile/web/static/assets/{api-a2102880.js → api-df48ec50.js} +1 -1
  72. flowfile/web/static/assets/{api-f75042b0.js → api-ee542cf7.js} +1 -1
  73. flowfile/web/static/assets/{dropDown-2798a109.js → dropDown-7576a76a.js} +1 -1
  74. flowfile/web/static/assets/{fullEditor-cf7d7d93.js → fullEditor-7583bef5.js} +3 -3
  75. flowfile/web/static/assets/{genericNodeSettings-14eac1c3.js → genericNodeSettings-0155288b.js} +2 -3
  76. flowfile/web/static/assets/{index-f0a6e5a5.js → index-057d770d.js} +2 -2
  77. flowfile/web/static/assets/{index-6b367bb5.js → index-aeec439d.js} +1 -1
  78. flowfile/web/static/assets/{index-387a6f18.js → index-ca6799de.js} +2207 -199
  79. flowfile/web/static/assets/{index-e96ab018.css → index-d60c9dd4.css} +311 -0
  80. flowfile/web/static/assets/nodeInput-d478b9ac.js +2 -0
  81. flowfile/web/static/assets/{outputCsv-3c1757e8.js → outputCsv-c492b15e.js} +3 -3
  82. flowfile/web/static/assets/outputCsv-cc84e09f.css +2499 -0
  83. flowfile/web/static/assets/{outputExcel-686e1f48.js → outputExcel-13bfa10f.js} +1 -1
  84. flowfile/web/static/assets/{outputParquet-df28faa7.js → outputParquet-9be1523a.js} +1 -1
  85. flowfile/web/static/assets/{readCsv-e37eee21.js → readCsv-5a49a8c9.js} +1 -1
  86. flowfile/web/static/assets/{readExcel-a13f14bb.js → readExcel-27c30ad8.js} +3 -3
  87. flowfile/web/static/assets/{readParquet-344cf746.js → readParquet-446bde68.js} +1 -1
  88. flowfile/web/static/assets/{secrets.api-ae198c5c.js → secrets.api-34431884.js} +1 -1
  89. flowfile/web/static/assets/{selectDynamic-6b4b0767.js → selectDynamic-5754a2b1.js} +2 -3
  90. flowfile/web/static/assets/{vue-codemirror.esm-31ba0e0b.js → vue-codemirror.esm-8f46fb36.js} +1 -1
  91. flowfile/web/static/assets/{vue-content-loader.es-4469c8ff.js → vue-content-loader.es-808fe33a.js} +1 -1
  92. flowfile/web/static/index.html +2 -2
  93. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/METADATA +1 -1
  94. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/RECORD +99 -99
  95. flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +12 -0
  96. flowfile_core/main.py +2 -4
  97. flowfile/web/static/assets/ContextMenu-49463352.js +0 -9
  98. flowfile/web/static/assets/ContextMenu-dd5f3f25.js +0 -9
  99. flowfile/web/static/assets/ContextMenu-f709b884.js +0 -9
  100. flowfile/web/static/assets/PopOver-862d7e28.js +0 -939
  101. flowfile/web/static/assets/nodeInput-ed2ae8d7.js +0 -2
  102. flowfile/web/static/assets/outputCsv-b9a072af.css +0 -2499
  103. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/WHEEL +0 -0
  104. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/entry_points.txt +0 -0
  105. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, c as createElementBlock, a as createBaseVNode, o as openBlock, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, c as createElementBlock, a as createBaseVNode, o as openBlock, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "doc-wrapper" };
3
3
  const _hoisted_2 = ["src"];
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,10 +1,10 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import VueGraphicWalker from "./VueGraphicWalker-d9ab70a3.js";
3
- import { k as axios, d as defineComponent, r as ref, av as useThemeStore, B as computed, o as openBlock, c as createElementBlock, y as createBlock, x as unref, a as createBaseVNode, t as toDisplayString, g as _export_sfc } from "./index-387a6f18.js";
4
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
5
- import { u as useItemStore } from "./DesignerView-f64749fb.js";
6
- import "./index-f0a6e5a5.js";
7
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import VueGraphicWalker from "./VueGraphicWalker-2fc3ddd4.js";
3
+ import { k as axios, d as defineComponent, r as ref, l as useNodeStore, aA as useThemeStore, G as computed, o as openBlock, c as createElementBlock, C as createBlock, B as unref, a as createBaseVNode, t as toDisplayString, g as _export_sfc } from "./index-ca6799de.js";
4
+ import { u as useItemStore } from "./DesignerView-a4466dab.js";
5
+ import "./PopOver-ddcfe4f6.js";
6
+ import "./index-057d770d.js";
7
+ import "./vue-codemirror.esm-8f46fb36.js";
8
8
  const fetchGraphicWalkerData = async (flowId, nodeId) => {
9
9
  var _a, _b;
10
10
  console.log(`[GraphicWalker] Fetching data for flow ${flowId}, node ${nodeId}`);
@@ -1,10 +1,10 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { d as defineComponent, r as ref, ab as watchEffect, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, e as createCommentVNode, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
5
- import "./DesignerView-f64749fb.js";
6
- import "./index-f0a6e5a5.js";
7
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import { d as defineComponent, l as useNodeStore, r as ref, af as watchEffect, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, e as createCommentVNode, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
4
+ import "./DesignerView-a4466dab.js";
5
+ import "./PopOver-ddcfe4f6.js";
6
+ import "./index-057d770d.js";
7
+ import "./vue-codemirror.esm-8f46fb36.js";
8
8
  function get_template_source_type(type, options) {
9
9
  switch (type) {
10
10
  case "SAMPLE_USERS":
@@ -1,13 +1,13 @@
1
- import { d as defineComponent, r as ref, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, f as createTextVNode, e as createCommentVNode, x as unref, i as withDirectives, v as vModelText, t as toDisplayString, y as createBlock, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { C as ColumnSelector } from "./dropDown-2798a109.js";
4
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
5
- import mainEditorRef from "./fullEditor-cf7d7d93.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
1
+ import { d as defineComponent, r as ref, l as useNodeStore, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, f as createTextVNode, e as createCommentVNode, B as unref, i as withDirectives, v as vModelText, t as toDisplayString, C as createBlock, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { C as ColumnSelector } from "./dropDown-7576a76a.js";
4
+ import mainEditorRef from "./fullEditor-7583bef5.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
7
6
  import { F as FILTER_OPERATOR_LABELS, g as getFilterOperatorLabel, O as OPERATORS_NO_VALUE, a as OPERATORS_WITH_VALUE2 } from "./node.types-2c15bb7e.js";
8
- import "./vue-codemirror.esm-31ba0e0b.js";
9
- import "./DesignerView-f64749fb.js";
10
- import "./index-f0a6e5a5.js";
7
+ import "./PopOver-ddcfe4f6.js";
8
+ import "./vue-codemirror.esm-8f46fb36.js";
9
+ import "./DesignerView-a4466dab.js";
10
+ import "./index-057d770d.js";
11
11
  const _hoisted_1 = { key: 0 };
12
12
  const _hoisted_2 = { class: "listbox-wrapper" };
13
13
  const _hoisted_3 = { style: { "border-radius": "20px" } };
@@ -1,12 +1,12 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { d as defineComponent, r as ref, C as watch, o as openBlock, c as createElementBlock, t as toDisplayString, e as createCommentVNode, a as createBaseVNode, p as createVNode, g as _export_sfc, q as withCtx, x as unref, y as createBlock } from "./index-387a6f18.js";
4
- import mainEditorRef from "./fullEditor-cf7d7d93.js";
5
- import { C as ColumnSelector } from "./dropDown-2798a109.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./vue-codemirror.esm-31ba0e0b.js";
8
- import "./DesignerView-f64749fb.js";
9
- import "./index-f0a6e5a5.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import { d as defineComponent, r as ref, H as watch, o as openBlock, c as createElementBlock, t as toDisplayString, e as createCommentVNode, a as createBaseVNode, z as createVNode, g as _export_sfc, l as useNodeStore, A as withCtx, B as unref, C as createBlock } from "./index-ca6799de.js";
3
+ import mainEditorRef from "./fullEditor-7583bef5.js";
4
+ import { C as ColumnSelector } from "./dropDown-7576a76a.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./vue-codemirror.esm-8f46fb36.js";
8
+ import "./DesignerView-a4466dab.js";
9
+ import "./index-057d770d.js";
10
10
  const _hoisted_1$1 = {
11
11
  key: 0,
12
12
  class: "label"
@@ -1,13 +1,13 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, Z as nextTick, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, n as normalizeClass, G as Fragment, H as renderList, y as createBlock, e as createCommentVNode, f as createTextVNode, t as toDisplayString, i as withDirectives, v as vModelText, ao as vModelSelect, x as unref, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { C as ColumnSelector } from "./dropDown-2798a109.js";
4
- import { s as selectDynamic } from "./selectDynamic-6b4b0767.js";
5
- import { u as unavailableField } from "./UnavailableFields-b72a2c72.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
8
- import "./DesignerView-f64749fb.js";
9
- import "./index-f0a6e5a5.js";
10
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, r as ref, l as useNodeStore, G as computed, J as onMounted, a2 as nextTick, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, n as normalizeClass, K as Fragment, L as renderList, C as createBlock, e as createCommentVNode, f as createTextVNode, t as toDisplayString, i as withDirectives, v as vModelText, at as vModelSelect, B as unref, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as ColumnSelector } from "./dropDown-7576a76a.js";
3
+ import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
4
+ import { u as unavailableField } from "./UnavailableFields-f6147968.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
7
+ import "./PopOver-ddcfe4f6.js";
8
+ import "./DesignerView-a4466dab.js";
9
+ import "./index-057d770d.js";
10
+ import "./vue-codemirror.esm-8f46fb36.js";
11
11
  const _hoisted_1 = {
12
12
  key: 0,
13
13
  class: "fuzzy-join-container"
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, Z as nextTick, l as onUnmounted, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, y as createBlock, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import "./DesignerView-f64749fb.js";
4
- import { _ as _sfc_main$1 } from "./ContextMenu.vue_vue_type_script_setup_true_lang-a1bd6314.js";
5
- import SettingsSection from "./SettingsSection-3f70e4c3.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./index-f0a6e5a5.js";
8
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, J as onMounted, a2 as nextTick, q as onUnmounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, C as createBlock, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
+ import "./DesignerView-a4466dab.js";
3
+ import { _ as _sfc_main$1 } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
4
+ import SettingsSection from "./SettingsSection-cebb91d5.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./index-057d770d.js";
8
+ import "./vue-codemirror.esm-8f46fb36.js";
9
9
  const _hoisted_1 = {
10
10
  key: 0,
11
11
  class: "listbox-wrapper"
@@ -1,10 +1,10 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, Z as nextTick, l as onUnmounted, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, t as toDisplayString, e as createCommentVNode, a0 as normalizeStyle, w as withModifiers, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
5
- import "./DesignerView-f64749fb.js";
6
- import "./index-f0a6e5a5.js";
7
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, J as onMounted, a2 as nextTick, q as onUnmounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, t as toDisplayString, e as createCommentVNode, a4 as normalizeStyle, w as withModifiers, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
4
+ import "./DesignerView-a4466dab.js";
5
+ import "./PopOver-ddcfe4f6.js";
6
+ import "./index-057d770d.js";
7
+ import "./vue-codemirror.esm-8f46fb36.js";
8
8
  const _hoisted_1 = { key: 0 };
9
9
  const _hoisted_2 = { class: "listbox-wrapper" };
10
10
  const _hoisted_3 = {
@@ -1,13 +1,13 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { d as defineComponent, r as ref, B as computed, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, y as createBlock, e as createCommentVNode, G as Fragment, H as renderList, x as unref, g as _export_sfc } from "./index-387a6f18.js";
4
- import { C as ColumnSelector } from "./dropDown-2798a109.js";
5
- import { s as selectDynamic } from "./selectDynamic-6b4b0767.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./UnavailableFields-b72a2c72.js";
8
- import "./DesignerView-f64749fb.js";
9
- import "./index-f0a6e5a5.js";
10
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import { d as defineComponent, r as ref, l as useNodeStore, G as computed, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, C as createBlock, e as createCommentVNode, K as Fragment, L as renderList, B as unref, g as _export_sfc } from "./index-ca6799de.js";
3
+ import { C as ColumnSelector } from "./dropDown-7576a76a.js";
4
+ import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./UnavailableFields-f6147968.js";
7
+ import "./PopOver-ddcfe4f6.js";
8
+ import "./DesignerView-a4466dab.js";
9
+ import "./index-057d770d.js";
10
+ import "./vue-codemirror.esm-8f46fb36.js";
11
11
  const _hoisted_1 = {
12
12
  key: 0,
13
13
  class: "listbox-wrapper"
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, u as useRouter, h as useAuthStore, r as ref, c as createElementBlock, a as createBaseVNode, b as createStaticVNode, w as withModifiers, t as toDisplayString, e as createCommentVNode, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, o as openBlock, _ as _imports_1, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, u as useRouter, h as useAuthStore, r as ref, c as createElementBlock, a as createBaseVNode, b as createStaticVNode, w as withModifiers, t as toDisplayString, e as createCommentVNode, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, o as openBlock, _ as _imports_1, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "login-container" };
3
3
  const _hoisted_2 = { class: "login-card" };
4
4
  const _hoisted_3 = {
@@ -1,31 +1,31 @@
1
1
 
2
- .settings-section[data-v-933b703f] {
2
+ .settings-section[data-v-4ce8edce] {
3
3
  padding: var(--spacing-4);
4
4
  background: var(--color-background-primary);
5
5
  border-radius: var(--border-radius-lg);
6
6
  }
7
7
 
8
8
  /* Controls Section */
9
- .controls-section[data-v-933b703f] {
9
+ .controls-section[data-v-4ce8edce] {
10
10
  margin-bottom: var(--spacing-3);
11
11
  }
12
- .controls-top[data-v-933b703f] {
12
+ .controls-top[data-v-4ce8edce] {
13
13
  display: flex;
14
14
  justify-content: space-between;
15
15
  align-items: center;
16
16
  flex-wrap: wrap;
17
17
  gap: var(--spacing-2);
18
18
  }
19
- .button-group[data-v-933b703f] {
19
+ .button-group[data-v-4ce8edce] {
20
20
  display: flex;
21
21
  gap: var(--spacing-2);
22
22
  flex-wrap: wrap;
23
23
  }
24
- .table-info[data-v-933b703f] {
24
+ .table-info[data-v-4ce8edce] {
25
25
  display: flex;
26
26
  gap: var(--spacing-2);
27
27
  }
28
- .info-badge[data-v-933b703f] {
28
+ .info-badge[data-v-4ce8edce] {
29
29
  font-size: var(--font-size-xs);
30
30
  color: var(--color-text-secondary);
31
31
  background: var(--color-background-muted);
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  /* Table Container */
37
- .table-container[data-v-933b703f] {
37
+ .table-container[data-v-4ce8edce] {
38
38
  max-height: 350px;
39
39
  overflow: auto;
40
40
  border: 1px solid var(--color-border-light);
@@ -43,20 +43,20 @@
43
43
  }
44
44
 
45
45
  /* Modern Table */
46
- .modern-table[data-v-933b703f] {
46
+ .modern-table[data-v-4ce8edce] {
47
47
  width: 100%;
48
48
  border-collapse: collapse;
49
49
  table-layout: fixed;
50
50
  }
51
51
 
52
52
  /* Header Row */
53
- .header-row[data-v-933b703f] {
53
+ .header-row[data-v-4ce8edce] {
54
54
  position: sticky;
55
55
  top: 0;
56
56
  z-index: 10;
57
57
  background: var(--color-background-muted);
58
58
  }
59
- .row-number-header[data-v-933b703f] {
59
+ .row-number-header[data-v-4ce8edce] {
60
60
  width: 40px;
61
61
  min-width: 40px;
62
62
  max-width: 40px;
@@ -71,7 +71,7 @@
71
71
  left: 0;
72
72
  z-index: 11;
73
73
  }
74
- .column-header-cell[data-v-933b703f] {
74
+ .column-header-cell[data-v-4ce8edce] {
75
75
  min-width: 140px;
76
76
  width: 140px;
77
77
  padding: 0;
@@ -79,19 +79,19 @@
79
79
  border-right: 1px solid var(--color-border-light);
80
80
  vertical-align: top;
81
81
  }
82
- .column-header[data-v-933b703f] {
82
+ .column-header[data-v-4ce8edce] {
83
83
  display: flex;
84
84
  flex-direction: column;
85
85
  height: 100%;
86
86
  }
87
- .header-top[data-v-933b703f] {
87
+ .header-top[data-v-4ce8edce] {
88
88
  display: flex;
89
89
  align-items: center;
90
90
  gap: var(--spacing-1);
91
91
  padding: var(--spacing-2);
92
92
  padding-bottom: var(--spacing-1);
93
93
  }
94
- .input-header[data-v-933b703f] {
94
+ .input-header[data-v-4ce8edce] {
95
95
  flex: 1;
96
96
  min-width: 0;
97
97
  border: none;
@@ -103,14 +103,14 @@
103
103
  border-radius: var(--border-radius-sm);
104
104
  outline: none;
105
105
  }
106
- .input-header[data-v-933b703f]:focus {
106
+ .input-header[data-v-4ce8edce]:focus {
107
107
  background: var(--color-background-primary);
108
108
  box-shadow: 0 0 0 1px var(--color-primary);
109
109
  }
110
- .input-header[data-v-933b703f]::placeholder {
110
+ .input-header[data-v-4ce8edce]::placeholder {
111
111
  color: var(--color-text-muted);
112
112
  }
113
- .delete-column-btn[data-v-933b703f] {
113
+ .delete-column-btn[data-v-4ce8edce] {
114
114
  width: 20px;
115
115
  height: 20px;
116
116
  padding: 0;
@@ -125,32 +125,32 @@
125
125
  transition: all var(--transition-fast);
126
126
  flex-shrink: 0;
127
127
  }
128
- .delete-column-btn[data-v-933b703f]:hover {
128
+ .delete-column-btn[data-v-4ce8edce]:hover {
129
129
  color: var(--color-danger);
130
130
  background: var(--color-danger-bg, rgba(239, 68, 68, 0.1));
131
131
  }
132
- .delete-column-btn i[data-v-933b703f] {
132
+ .delete-column-btn i[data-v-4ce8edce] {
133
133
  font-size: 10px;
134
134
  }
135
- .header-type[data-v-933b703f] {
135
+ .header-type[data-v-4ce8edce] {
136
136
  padding: 0 var(--spacing-2) var(--spacing-2);
137
137
  }
138
- .type-select[data-v-933b703f] {
138
+ .type-select[data-v-4ce8edce] {
139
139
  width: 100%;
140
140
  }
141
- .type-select[data-v-933b703f] .el-input__wrapper {
141
+ .type-select[data-v-4ce8edce] .el-input__wrapper {
142
142
  background: var(--color-background-primary);
143
143
  box-shadow: none;
144
144
  border: 1px solid var(--color-border-light);
145
145
  }
146
- .type-select[data-v-933b703f] .el-input__inner {
146
+ .type-select[data-v-4ce8edce] .el-input__inner {
147
147
  font-size: var(--font-size-xs);
148
148
  height: 24px;
149
149
  }
150
- .type-select[data-v-933b703f] .el-select__caret {
150
+ .type-select[data-v-4ce8edce] .el-select__caret {
151
151
  font-size: 10px;
152
152
  }
153
- .actions-header[data-v-933b703f] {
153
+ .actions-header[data-v-4ce8edce] {
154
154
  width: 36px;
155
155
  min-width: 36px;
156
156
  max-width: 36px;
@@ -159,16 +159,16 @@
159
159
  }
160
160
 
161
161
  /* Data Rows */
162
- .data-row[data-v-933b703f] {
162
+ .data-row[data-v-4ce8edce] {
163
163
  transition: background var(--transition-fast);
164
164
  }
165
- .data-row[data-v-933b703f]:hover {
165
+ .data-row[data-v-4ce8edce]:hover {
166
166
  background: var(--color-background-hover);
167
167
  }
168
- .data-row:hover .row-number[data-v-933b703f] {
168
+ .data-row:hover .row-number[data-v-4ce8edce] {
169
169
  background: var(--color-background-hover);
170
170
  }
171
- .row-number[data-v-933b703f] {
171
+ .row-number[data-v-4ce8edce] {
172
172
  width: 40px;
173
173
  min-width: 40px;
174
174
  max-width: 40px;
@@ -182,14 +182,14 @@
182
182
  left: 0;
183
183
  z-index: 5;
184
184
  }
185
- .data-cell[data-v-933b703f] {
185
+ .data-cell[data-v-4ce8edce] {
186
186
  min-width: 140px;
187
187
  width: 140px;
188
188
  padding: 0;
189
189
  border-bottom: 1px solid var(--color-border-light);
190
190
  border-right: 1px solid var(--color-border-light);
191
191
  }
192
- .input-cell[data-v-933b703f] {
192
+ .input-cell[data-v-4ce8edce] {
193
193
  width: 100%;
194
194
  height: 100%;
195
195
  border: none;
@@ -199,11 +199,11 @@
199
199
  padding: var(--spacing-2);
200
200
  outline: none;
201
201
  }
202
- .input-cell[data-v-933b703f]:focus {
202
+ .input-cell[data-v-4ce8edce]:focus {
203
203
  background: var(--color-background-primary);
204
204
  box-shadow: inset 0 0 0 2px var(--color-primary);
205
205
  }
206
- .row-actions[data-v-933b703f] {
206
+ .row-actions[data-v-4ce8edce] {
207
207
  width: 36px;
208
208
  min-width: 36px;
209
209
  max-width: 36px;
@@ -211,7 +211,7 @@
211
211
  border-bottom: 1px solid var(--color-border-light);
212
212
  padding: var(--spacing-1);
213
213
  }
214
- .delete-row-btn[data-v-933b703f] {
214
+ .delete-row-btn[data-v-4ce8edce] {
215
215
  width: 24px;
216
216
  height: 24px;
217
217
  padding: 0;
@@ -226,68 +226,68 @@
226
226
  transition: all var(--transition-fast);
227
227
  opacity: 0;
228
228
  }
229
- .data-row:hover .delete-row-btn[data-v-933b703f] {
229
+ .data-row:hover .delete-row-btn[data-v-4ce8edce] {
230
230
  opacity: 1;
231
231
  }
232
- .delete-row-btn[data-v-933b703f]:hover {
232
+ .delete-row-btn[data-v-4ce8edce]:hover {
233
233
  color: var(--color-danger);
234
234
  background: var(--color-danger-bg, rgba(239, 68, 68, 0.1));
235
235
  }
236
- .delete-row-btn i[data-v-933b703f] {
236
+ .delete-row-btn i[data-v-4ce8edce] {
237
237
  font-size: 10px;
238
238
  }
239
239
 
240
240
  /* Raw Data Section */
241
- .raw-data-section[data-v-933b703f] {
241
+ .raw-data-section[data-v-4ce8edce] {
242
242
  margin-top: var(--spacing-4);
243
243
  padding: var(--spacing-4);
244
244
  background: var(--color-background-muted);
245
245
  border-radius: var(--border-radius-lg);
246
246
  border: 1px solid var(--color-border-light);
247
247
  }
248
- .raw-data-header[data-v-933b703f] {
248
+ .raw-data-header[data-v-4ce8edce] {
249
249
  display: flex;
250
250
  align-items: baseline;
251
251
  gap: var(--spacing-2);
252
252
  margin-bottom: var(--spacing-3);
253
253
  }
254
- .raw-data-title[data-v-933b703f] {
254
+ .raw-data-title[data-v-4ce8edce] {
255
255
  font-size: var(--font-size-sm);
256
256
  font-weight: var(--font-weight-semibold);
257
257
  color: var(--color-text-primary);
258
258
  }
259
- .raw-data-hint[data-v-933b703f] {
259
+ .raw-data-hint[data-v-4ce8edce] {
260
260
  font-size: var(--font-size-xs);
261
261
  color: var(--color-text-muted);
262
262
  }
263
- .json-editor[data-v-933b703f] .el-textarea__inner {
263
+ .json-editor[data-v-4ce8edce] .el-textarea__inner {
264
264
  font-family: var(--font-mono);
265
265
  font-size: var(--font-size-xs);
266
266
  line-height: 1.5;
267
267
  background: var(--color-background-primary);
268
268
  }
269
- .raw-data-controls[data-v-933b703f] {
269
+ .raw-data-controls[data-v-4ce8edce] {
270
270
  margin-top: var(--spacing-3);
271
271
  display: flex;
272
272
  justify-content: flex-end;
273
273
  }
274
274
 
275
275
  /* Custom Scrollbar */
276
- .table-container[data-v-933b703f]::-webkit-scrollbar {
276
+ .table-container[data-v-4ce8edce]::-webkit-scrollbar {
277
277
  width: 8px;
278
278
  height: 8px;
279
279
  }
280
- .table-container[data-v-933b703f]::-webkit-scrollbar-track {
280
+ .table-container[data-v-4ce8edce]::-webkit-scrollbar-track {
281
281
  background: var(--color-background-muted);
282
282
  border-radius: 4px;
283
283
  }
284
- .table-container[data-v-933b703f]::-webkit-scrollbar-thumb {
284
+ .table-container[data-v-4ce8edce]::-webkit-scrollbar-thumb {
285
285
  background-color: var(--color-gray-400);
286
286
  border-radius: 4px;
287
287
  }
288
- .table-container[data-v-933b703f]::-webkit-scrollbar-thumb:hover {
288
+ .table-container[data-v-4ce8edce]::-webkit-scrollbar-thumb:hover {
289
289
  background-color: var(--color-gray-500);
290
290
  }
291
- .table-container[data-v-933b703f]::-webkit-scrollbar-corner {
291
+ .table-container[data-v-4ce8edce]::-webkit-scrollbar-corner {
292
292
  background: var(--color-background-muted);
293
293
  }
@@ -1,9 +1,9 @@
1
- import { r as ref, d as defineComponent, B as computed, C as watch, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, f as createTextVNode, n as normalizeClass, t as toDisplayString, G as Fragment, H as renderList, i as withDirectives, v as vModelText, x as unref, y as createBlock, e as createCommentVNode, E as ElNotification, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
4
- import "./DesignerView-f64749fb.js";
5
- import "./index-f0a6e5a5.js";
6
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { r as ref, d as defineComponent, l as useNodeStore, G as computed, H as watch, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, f as createTextVNode, n as normalizeClass, t as toDisplayString, K as Fragment, L as renderList, i as withDirectives, v as vModelText, B as unref, C as createBlock, e as createCommentVNode, E as ElNotification, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
3
+ import "./DesignerView-a4466dab.js";
4
+ import "./PopOver-ddcfe4f6.js";
5
+ import "./index-057d770d.js";
6
+ import "./vue-codemirror.esm-8f46fb36.js";
7
7
  const createManualInput = (flowId = -1, nodeId = -1, pos_x = 0, pos_y = 0) => {
8
8
  const nodeManualInput = ref({
9
9
  flow_id: flowId,
@@ -54,6 +54,35 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
54
  let nextColumnId = 1;
55
55
  let nextRowId = 1;
56
56
  const dataTypes = nodeStore.getDataTypes();
57
+ const inferDataType = (values) => {
58
+ const validValues = values.filter((v) => v !== null && v !== void 0 && v !== "");
59
+ if (validValues.length === 0) {
60
+ return "String";
61
+ }
62
+ const allBooleans = validValues.every(
63
+ (v) => typeof v === "boolean" || v === "true" || v === "false"
64
+ );
65
+ if (allBooleans) {
66
+ return "Boolean";
67
+ }
68
+ const allNumeric = validValues.every((v) => {
69
+ if (typeof v === "number")
70
+ return true;
71
+ if (typeof v === "string") {
72
+ const parsed = Number(v);
73
+ return !isNaN(parsed) && v.trim() !== "";
74
+ }
75
+ return false;
76
+ });
77
+ if (allNumeric) {
78
+ const allIntegers = validValues.every((v) => {
79
+ const num = typeof v === "number" ? v : Number(v);
80
+ return Number.isInteger(num);
81
+ });
82
+ return allIntegers ? "Int64" : "Float64";
83
+ }
84
+ return "String";
85
+ };
57
86
  const rawData = computed(() => {
58
87
  return rows.value.map((row) => {
59
88
  const obj = {};
@@ -85,13 +114,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
85
114
  const populateTableFromData = (data) => {
86
115
  rows.value = [];
87
116
  columns.value = [];
117
+ if (data.length === 0) {
118
+ return;
119
+ }
120
+ const columnNames = Object.keys(data[0]);
121
+ const columnValues = {};
122
+ columnNames.forEach((name) => {
123
+ columnValues[name] = data.map((item) => item[name]);
124
+ });
125
+ columnNames.forEach((name, colIndex) => {
126
+ const inferredType = inferDataType(columnValues[name]);
127
+ columns.value.push({
128
+ id: colIndex + 1,
129
+ name,
130
+ dataType: inferredType
131
+ });
132
+ });
88
133
  data.forEach((item, rowIndex) => {
89
134
  const row = { id: rowIndex + 1, values: {} };
90
- Object.keys(item).forEach((key, colIndex) => {
91
- if (rowIndex === 0) {
92
- columns.value.push({ id: colIndex + 1, name: key, dataType: "String" });
93
- }
94
- row.values[colIndex + 1] = item[key];
135
+ columnNames.forEach((key, colIndex) => {
136
+ row.values[colIndex + 1] = String(item[key] ?? "");
95
137
  });
96
138
  rows.value.push(row);
97
139
  });
@@ -442,8 +484,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
442
484
  };
443
485
  }
444
486
  });
445
- const ManualInput_vue_vue_type_style_index_0_scoped_933b703f_lang = "";
446
- const ManualInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-933b703f"]]);
487
+ const ManualInput_vue_vue_type_style_index_0_scoped_4ce8edce_lang = "";
488
+ const ManualInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4ce8edce"]]);
447
489
  export {
448
490
  ManualInput as default
449
491
  };
@@ -1,5 +1,5 @@
1
- import { _ as _sfc_main } from "./MultiSelect.vue_vue_type_script_setup_true_lang-83b3bbfd.js";
2
- import "./index-387a6f18.js";
1
+ import { _ as _sfc_main } from "./MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js";
2
+ import "./index-ca6799de.js";
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
- import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, t as toDisplayString, x as unref, g as _export_sfc, w as withModifiers, e as createCommentVNode, r as ref, f as createTextVNode, b as createStaticVNode, p as createVNode, F as onMounted, k as axios, U as reactive, B as computed, C as watch, i as withDirectives, v as vModelText, W as isRef, y as createBlock } from "./index-387a6f18.js";
2
- import { T, k as keymap, a as acceptCompletion, i as indentMore, b as indentLess, c as EditorState, d as autocompletion, P as Prec, E as EditorView } from "./vue-codemirror.esm-31ba0e0b.js";
3
- import { g as getImageUrl, _ as __vite_glob_0_0, a as __vite_glob_0_1, b as __vite_glob_0_2, c as __vite_glob_0_3, d as __vite_glob_0_4, e as __vite_glob_0_5, h as __vite_glob_0_6, i as __vite_glob_0_7, j as __vite_glob_0_8, k as __vite_glob_0_9, l as __vite_glob_0_10, m as __vite_glob_0_11, n as __vite_glob_0_12, q as __vite_glob_0_13, r as __vite_glob_0_14, s as __vite_glob_0_15, t as __vite_glob_0_16, u as __vite_glob_0_17, v as __vite_glob_0_18, w as __vite_glob_0_19, x as __vite_glob_0_20, y as __vite_glob_0_21, z as __vite_glob_0_22, A as __vite_glob_0_23, B as __vite_glob_0_24, C as __vite_glob_0_25, D as __vite_glob_0_26, E as __vite_glob_0_27, F as __vite_glob_0_28, G as __vite_glob_0_29, H as __vite_glob_0_30, I as __vite_glob_0_31, J as __vite_glob_0_32, K as __vite_glob_0_33, L as getDefaultIconUrl, M as getCustomIconUrl, p as python, o as oneDark } from "./index-f0a6e5a5.js";
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, t as toDisplayString, B as unref, g as _export_sfc, w as withModifiers, e as createCommentVNode, r as ref, f as createTextVNode, b as createStaticVNode, z as createVNode, J as onMounted, k as axios, Y as reactive, G as computed, H as watch, i as withDirectives, v as vModelText, $ as isRef, C as createBlock } from "./index-ca6799de.js";
2
+ import { T, k as keymap, a as acceptCompletion, i as indentMore, b as indentLess, c as EditorState, d as autocompletion, P as Prec, E as EditorView } from "./vue-codemirror.esm-8f46fb36.js";
3
+ import { g as getImageUrl, _ as __vite_glob_0_0, a as __vite_glob_0_1, b as __vite_glob_0_2, c as __vite_glob_0_3, d as __vite_glob_0_4, e as __vite_glob_0_5, h as __vite_glob_0_6, i as __vite_glob_0_7, j as __vite_glob_0_8, k as __vite_glob_0_9, l as __vite_glob_0_10, m as __vite_glob_0_11, n as __vite_glob_0_12, q as __vite_glob_0_13, r as __vite_glob_0_14, s as __vite_glob_0_15, t as __vite_glob_0_16, u as __vite_glob_0_17, v as __vite_glob_0_18, w as __vite_glob_0_19, x as __vite_glob_0_20, y as __vite_glob_0_21, z as __vite_glob_0_22, A as __vite_glob_0_23, B as __vite_glob_0_24, C as __vite_glob_0_25, D as __vite_glob_0_26, E as __vite_glob_0_27, F as __vite_glob_0_28, G as __vite_glob_0_29, H as __vite_glob_0_30, I as __vite_glob_0_31, J as __vite_glob_0_32, K as __vite_glob_0_33, L as getDefaultIconUrl, M as getCustomIconUrl, p as python, o as oneDark } from "./index-057d770d.js";
4
4
  const STORAGE_KEY = "nodeDesigner_state";
5
5
  const availableComponents = [
6
6
  { type: "TextInput", label: "Text Input", icon: "fa-solid fa-font" },
@@ -1,5 +1,5 @@
1
- import { _ as _sfc_main } from "./NumericInput.vue_vue_type_script_setup_true_lang-7775f83e.js";
2
- import "./index-387a6f18.js";
1
+ import { _ as _sfc_main } from "./NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js";
2
+ import "./index-ca6799de.js";
3
3
  export {
4
4
  _sfc_main as default
5
5
  };