Flowfile 0.3.1.1__py3-none-any.whl → 0.3.2__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 (65) hide show
  1. flowfile/api.py +10 -4
  2. flowfile/web/static/assets/{AirbyteReader-cb0c1d4a.js → AirbyteReader-2b1cf2d8.js} +10 -9
  3. flowfile/web/static/assets/{CrossJoin-a514fa59.js → CrossJoin-cc3ab73c.js} +8 -8
  4. flowfile/web/static/assets/{DatabaseConnectionSettings-f2cecf33.js → DatabaseConnectionSettings-307c4652.js} +2 -2
  5. flowfile/web/static/assets/{DatabaseManager-83ee3c98.js → DatabaseManager-69faa6e1.js} +10 -6
  6. flowfile/web/static/assets/{DatabaseReader-dc0c6881.js → DatabaseReader-e4134cd0.js} +9 -9
  7. flowfile/web/static/assets/{DatabaseWriter-5afe9f8d.js → DatabaseWriter-d32d75b1.js} +9 -9
  8. flowfile/web/static/assets/{ExploreData-c7ee19cf.js → ExploreData-5eb48389.js} +18639 -18629
  9. flowfile/web/static/assets/{ExternalSource-17b23a01.js → ExternalSource-29489051.js} +8 -21
  10. flowfile/web/static/assets/{Filter-90856b4f.js → Filter-031332bb.js} +9 -9
  11. flowfile/web/static/assets/{Formula-38b71e9e.js → Formula-3b900540.js} +15 -15
  12. flowfile/web/static/assets/{Formula-d60a74f4.css → Formula-b8cefc31.css} +4 -4
  13. flowfile/web/static/assets/{FuzzyMatch-d0f1fe81.js → FuzzyMatch-dee31153.js} +9 -9
  14. flowfile/web/static/assets/{GraphSolver-0c86bbc6.js → GraphSolver-ca74eb47.js} +5 -5
  15. flowfile/web/static/assets/{GroupBy-f2772e9f.js → GroupBy-081b6591.js} +8 -7
  16. flowfile/web/static/assets/{Join-bc3e1cf7.js → Join-b467376f.js} +11 -10
  17. flowfile/web/static/assets/{ManualInput-03aa0245.js → ManualInput-ffffb80a.js} +11 -8
  18. flowfile/web/static/assets/{Output-5b35eee8.js → Output-9a87d4ba.js} +4 -4
  19. flowfile/web/static/assets/{Pivot-7164087c.js → Pivot-ee3e6093.js} +8 -7
  20. flowfile/web/static/assets/{PolarsCode-3abf6507.js → PolarsCode-03921254.js} +13 -11
  21. flowfile/web/static/assets/{PopOver-b37ff9be.js → PopOver-3bdf8951.js} +1 -1
  22. flowfile/web/static/assets/{Read-65966a3e.js → Read-67fee3a0.js} +6 -6
  23. flowfile/web/static/assets/{RecordCount-c66c6d6d.js → RecordCount-a2acd02d.js} +7 -6
  24. flowfile/web/static/assets/{RecordId-826dc095.js → RecordId-0c8bcd77.js} +10 -8
  25. flowfile/web/static/assets/{Sample-4ed555c8.js → Sample-60594a3a.js} +7 -6
  26. flowfile/web/static/assets/{SecretManager-eac1e97d.js → SecretManager-bbcec2ac.js} +2 -2
  27. flowfile/web/static/assets/{Select-085f05cc.js → Select-9540e6ca.js} +8 -8
  28. flowfile/web/static/assets/{SettingsSection-1f5e79c1.js → SettingsSection-48f28104.js} +1 -1
  29. flowfile/web/static/assets/{Sort-3e6cb414.js → Sort-6dbe3633.js} +6 -6
  30. flowfile/web/static/assets/{TextToRows-606349bc.js → TextToRows-27aab4a8.js} +18 -13
  31. flowfile/web/static/assets/{UnavailableFields-b41976ed.js → UnavailableFields-8143044b.js} +2 -2
  32. flowfile/web/static/assets/{Union-fca91665.js → Union-52460248.js} +7 -6
  33. flowfile/web/static/assets/{Unique-a59f830e.js → Unique-f6962644.js} +8 -8
  34. flowfile/web/static/assets/{Unpivot-c3815565.js → Unpivot-1ff1e938.js} +5 -5
  35. flowfile/web/static/assets/{api-22b338bd.js → api-3b345d92.js} +1 -1
  36. flowfile/web/static/assets/{designer-e5bbe26f.js → designer-4736134f.js} +72 -42
  37. flowfile/web/static/assets/{documentation-08045cf2.js → documentation-b9545eba.js} +1 -1
  38. flowfile/web/static/assets/{dropDown-5e7e9a5a.js → dropDown-d5a4014c.js} +1 -1
  39. flowfile/web/static/assets/{dropDownGeneric-50a91b99.js → dropDownGeneric-1f4e32ec.js} +2 -2
  40. flowfile/web/static/assets/{fullEditor-705c6ccb.js → fullEditor-f4791c23.js} +3 -3
  41. flowfile/web/static/assets/{genericNodeSettings-65587f20.js → genericNodeSettings-1d456350.js} +3 -3
  42. flowfile/web/static/assets/{index-552863fd.js → index-f25c9283.js} +2608 -1570
  43. flowfile/web/static/assets/{nodeTitle-cf9bae3c.js → nodeTitle-cad6fd9d.js} +3 -3
  44. flowfile/web/static/assets/{secretApi-3ad510e1.js → secretApi-01f07e2c.js} +1 -1
  45. flowfile/web/static/assets/{selectDynamic-bd644891.js → selectDynamic-f46a4e3f.js} +3 -3
  46. flowfile/web/static/assets/{vue-codemirror.esm-dd17b478.js → vue-codemirror.esm-eb98fc8b.js} +15 -14
  47. flowfile/web/static/assets/{vue-content-loader.es-6b36f05e.js → vue-content-loader.es-860c0380.js} +1 -1
  48. flowfile/web/static/index.html +1 -1
  49. {flowfile-0.3.1.1.dist-info → flowfile-0.3.2.dist-info}/METADATA +1 -3
  50. {flowfile-0.3.1.1.dist-info → flowfile-0.3.2.dist-info}/RECORD +62 -64
  51. flowfile_core/configs/node_store/nodes.py +2 -4
  52. flowfile_core/flowfile/FlowfileFlow.py +72 -12
  53. flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +1 -1
  54. flowfile_core/flowfile/flow_data_engine/polars_code_parser.py +32 -1
  55. flowfile_core/flowfile/flow_graph_utils.py +320 -0
  56. flowfile_core/flowfile/sources/external_sources/custom_external_sources/__init__.py +0 -1
  57. flowfile_core/schemas/input_schema.py +2 -10
  58. flowfile_frame/__init__.py +1 -1
  59. flowfile_frame/flow_frame.py +455 -51
  60. flowfile/web/static/assets/GoogleSheet-854294a4.js +0 -2616
  61. flowfile/web/static/assets/GoogleSheet-92084da7.css +0 -233
  62. flowfile_core/flowfile/sources/external_sources/custom_external_sources/google_sheet.py +0 -74
  63. {flowfile-0.3.1.1.dist-info → flowfile-0.3.2.dist-info}/LICENSE +0 -0
  64. {flowfile-0.3.1.1.dist-info → flowfile-0.3.2.dist-info}/WHEEL +0 -0
  65. {flowfile-0.3.1.1.dist-info → flowfile-0.3.2.dist-info}/entry_points.txt +0 -0
@@ -1,9 +1,9 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
4
- import { d as defineComponent, r as ref, a2 as watchEffect, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, i as createCommentVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
6
- import "./designer-e5bbe26f.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
4
+ import { d as defineComponent, r as ref, a3 as watchEffect, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, i as createCommentVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
6
+ import "./designer-4736134f.js";
7
7
  function get_template_source_type(type, options) {
8
8
  switch (type) {
9
9
  case "SAMPLE_USERS":
@@ -15,20 +15,6 @@ function get_template_source_type(type, options) {
15
15
  // Default orientation is 'ROWS'
16
16
  fields: []
17
17
  };
18
- case "GOOGLE_SHEET":
19
- return {
20
- GOOGLE_SHEET: true,
21
- class_name: "GoogleSheet",
22
- access_token: (options == null ? void 0 : options.access_token) || "",
23
- // Expecting options to have access_token, else default is empty
24
- sheet_id: (options == null ? void 0 : options.sheet_id) || "",
25
- // Expecting options to have sheet_id, else default is empty
26
- worksheet_name: (options == null ? void 0 : options.worksheet_name) || "",
27
- // Default worksheet name is empty if not provided
28
- orientation: (options == null ? void 0 : options.orientation) || "row",
29
- sheet_name: (options == null ? void 0 : options.sheet_name) || "",
30
- fields: []
31
- };
32
18
  default:
33
19
  throw new Error("Unsupported configuration type");
34
20
  }
@@ -142,7 +128,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
142
128
  selectedExternalSource.value === "sample_users" && sampleUsers.value ? (openBlock(), createElementBlock("div", _hoisted_3)) : createCommentVNode("", true)
143
129
  ])) : (openBlock(), createBlock(unref(CodeLoader), { key: 1 }))
144
130
  ]),
145
- _: 1
131
+ _: 1,
132
+ __: [2]
146
133
  }, 8, ["modelValue"])
147
134
  ])) : createCommentVNode("", true);
148
135
  };
@@ -1,12 +1,12 @@
1
- import { d as defineComponent, r as ref, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, u as unref, a4 as withDirectives, a5 as vModelText, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
3
- import { C as ColumnSelector } from "./dropDown-5e7e9a5a.js";
4
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
5
- import mainEditorRef from "./fullEditor-705c6ccb.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
8
- import "./vue-codemirror.esm-dd17b478.js";
9
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, u as unref, a5 as withDirectives, a6 as vModelText, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
3
+ import { C as ColumnSelector } from "./dropDown-d5a4014c.js";
4
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
5
+ import mainEditorRef from "./fullEditor-f4791c23.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
8
+ import "./vue-codemirror.esm-eb98fc8b.js";
9
+ import "./designer-4736134f.js";
10
10
  const _hoisted_1 = { key: 0 };
11
11
  const _hoisted_2 = { class: "listbox-wrapper" };
12
12
  const _hoisted_3 = { style: { "border-radius": "20px" } };
@@ -1,13 +1,13 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import mainEditorRef from "./fullEditor-705c6ccb.js";
4
- import { D as DropDownGeneric } from "./dropDownGeneric-50a91b99.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, u as unref, i as createCommentVNode, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
8
- import "./vue-codemirror.esm-dd17b478.js";
9
- import "./dropDown-5e7e9a5a.js";
10
- import "./designer-e5bbe26f.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import mainEditorRef from "./fullEditor-f4791c23.js";
4
+ import { D as DropDownGeneric } from "./dropDownGeneric-1f4e32ec.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, u as unref, i as createCommentVNode, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
8
+ import "./vue-codemirror.esm-eb98fc8b.js";
9
+ import "./dropDown-d5a4014c.js";
10
+ import "./designer-4736134f.js";
11
11
  const createFormulaInput = (field_name = "", data_type = "String", function_def = "") => {
12
12
  const fieldInput = {
13
13
  name: field_name,
@@ -52,7 +52,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
52
52
  const editorChild = ref(null);
53
53
  const nodeFormula = ref(null);
54
54
  const formulaInput = ref(null);
55
- const dataTypes = nodeStore.getDataTypes();
55
+ const dataTypes = [...nodeStore.getDataTypes(), "Auto"];
56
56
  const nodeData = ref(null);
57
57
  const loadNodeData = async (nodeId) => {
58
58
  var _a, _b;
@@ -104,10 +104,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
104
104
  createVNode(DropDownGeneric, {
105
105
  modelValue: formulaInput.value.field.data_type,
106
106
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => formulaInput.value.field.data_type = $event),
107
- "option-list": unref(dataTypes),
107
+ "option-list": dataTypes,
108
108
  title: "Data type",
109
109
  "allow-other": false
110
- }, null, 8, ["modelValue", "option-list"])
110
+ }, null, 8, ["modelValue"])
111
111
  ])) : createCommentVNode("", true),
112
112
  showEditor.value && formulaInput.value ? (openBlock(), createBlock(mainEditorRef, {
113
113
  key: 1,
@@ -124,8 +124,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
124
124
  };
125
125
  }
126
126
  });
127
- const formula_vue_vue_type_style_index_0_scoped_fc8f2584_lang = "";
128
- const editorInput = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-fc8f2584"]]);
127
+ const formula_vue_vue_type_style_index_0_scoped_710d5b5e_lang = "";
128
+ const editorInput = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-710d5b5e"]]);
129
129
  const _hoisted_1 = { ref: "el" };
130
130
  const _sfc_main = /* @__PURE__ */ defineComponent({
131
131
  __name: "Formula",
@@ -1,15 +1,15 @@
1
- .x-flip[data-v-fc8f2584] {
1
+ .x-flip[data-v-710d5b5e] {
2
2
  transform: scaleX(-1);
3
3
  }
4
- .va-navbar__item[data-v-fc8f2584] {
4
+ .va-navbar__item[data-v-710d5b5e] {
5
5
  cursor: pointer;
6
6
  margin-bottom: 20px; /* Added margin for spacing */
7
7
  }
8
- .data-type-select[data-v-fc8f2584] {
8
+ .data-type-select[data-v-710d5b5e] {
9
9
  margin-top: 10px;
10
10
  margin-bottom: 20px;
11
11
  }
12
- .selector-container[data-v-fc8f2584] {
12
+ .selector-container[data-v-710d5b5e] {
13
13
  display: flex; /* Make children align horizontally */
14
14
  align-items: center; /* Center items vertically */
15
15
  gap: 10px; /* Add space between items */
@@ -1,12 +1,12 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, s as normalizeClass, F as Fragment, q as renderList, h as createBlock, i as createCommentVNode, g as createTextVNode, t as toDisplayString, a4 as withDirectives, a5 as vModelText, ae as vModelSelect, u as unref, _ as _export_sfc, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as ColumnSelector } from "./dropDown-5e7e9a5a.js";
4
- import { s as selectDynamic } from "./selectDynamic-bd644891.js";
5
- import { u as unavailableField } from "./UnavailableFields-b41976ed.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
7
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
8
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
9
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, s as normalizeClass, F as Fragment, q as renderList, h as createBlock, i as createCommentVNode, g as createTextVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, af as vModelSelect, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as ColumnSelector } from "./dropDown-d5a4014c.js";
4
+ import { s as selectDynamic } from "./selectDynamic-f46a4e3f.js";
5
+ import { u as unavailableField } from "./UnavailableFields-8143044b.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
7
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
8
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
9
+ import "./designer-4736134f.js";
10
10
  const _hoisted_1$1 = {
11
11
  key: 0,
12
12
  class: "fuzzy-join-container"
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, f as createVNode, w as withCtx, v as withModifiers, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
5
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, f as createVNode, w as withCtx, v as withModifiers, h as createBlock, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
+ import "./designer-4736134f.js";
6
6
  const _hoisted_1$3 = ["onClick"];
7
7
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
8
8
  __name: "ContextMenu",
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a6 as Teleport } from "./index-552863fd.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
3
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
6
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
3
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
6
+ import "./designer-4736134f.js";
7
7
  const _hoisted_1$1 = { key: 0 };
8
8
  const _hoisted_2 = { class: "listbox-wrapper" };
9
9
  const _hoisted_3 = {
@@ -340,7 +340,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
340
340
  ], 4)) : createCommentVNode("", true)
341
341
  ];
342
342
  }),
343
- _: 1
343
+ _: 1,
344
+ __: [3]
344
345
  }, 8, ["modelValue"])
345
346
  ])) : (openBlock(), createBlock(unref(CodeLoader), { key: 1 }));
346
347
  };
@@ -1,12 +1,12 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as ColumnSelector } from "./dropDown-5e7e9a5a.js";
4
- import { s as selectDynamic } from "./selectDynamic-bd644891.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, i as createCommentVNode, F as Fragment, q as renderList, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
8
- import "./UnavailableFields-b41976ed.js";
9
- import "./designer-e5bbe26f.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as ColumnSelector } from "./dropDown-d5a4014c.js";
4
+ import { s as selectDynamic } from "./selectDynamic-f46a4e3f.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, i as createCommentVNode, F as Fragment, q as renderList, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
8
+ import "./UnavailableFields-8143044b.js";
9
+ import "./designer-4736134f.js";
10
10
  const _hoisted_1$1 = {
11
11
  key: 0,
12
12
  class: "listbox-wrapper"
@@ -167,7 +167,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
167
167
  }, null, 8, ["select-inputs"])
168
168
  ];
169
169
  }),
170
- _: 1
170
+ _: 1,
171
+ __: [6]
171
172
  }, 8, ["modelValue"])
172
173
  ])) : (openBlock(), createBlock(unref(CodeLoader), { key: 1 }));
173
174
  };
@@ -1,8 +1,8 @@
1
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
2
- import { r as ref, d as defineComponent, l as computed, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, a4 as withDirectives, a5 as vModelText, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc, n as onMounted, R as nextTick, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
3
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
5
- import "./designer-e5bbe26f.js";
1
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
2
+ import { r as ref, d as defineComponent, l as computed, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, a5 as withDirectives, a6 as vModelText, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc, n as onMounted, R as nextTick, h as createBlock, a7 as Teleport } from "./index-f25c9283.js";
3
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
5
+ import "./designer-4736134f.js";
6
6
  const createManualInput = (flowId = -1, nodeId = -1, pos_x = 0, pos_y = 0) => {
7
7
  const nodeManualInput = ref({
8
8
  flow_id: flowId,
@@ -246,7 +246,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
246
246
  default: withCtx(() => [
247
247
  _cache[3] || (_cache[3] = createTextVNode(" Add Column "))
248
248
  ]),
249
- _: 1
249
+ _: 1,
250
+ __: [3]
250
251
  }),
251
252
  createVNode(_component_el_button, {
252
253
  type: "primary",
@@ -259,7 +260,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
259
260
  default: withCtx(() => [
260
261
  _cache[5] || (_cache[5] = createTextVNode(" Add Row "))
261
262
  ]),
262
- _: 1
263
+ _: 1,
264
+ __: [5]
263
265
  }),
264
266
  createVNode(_component_el_button, {
265
267
  type: "primary",
@@ -297,7 +299,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
297
299
  default: withCtx(() => _cache[6] || (_cache[6] = [
298
300
  createTextVNode(" Update Table ")
299
301
  ])),
300
- _: 1
302
+ _: 1,
303
+ __: [6]
301
304
  })
302
305
  ])
303
306
  ])) : createCommentVNode("", true)
@@ -1,7 +1,7 @@
1
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
2
- import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, an as ElOption, ao as ElSelect, _ as _export_sfc, b as resolveComponent, i as createCommentVNode, l as computed, g as createTextVNode, a as axios, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
3
- import { w as warning_filled_default, F as FileBrowser } from "./designer-e5bbe26f.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
1
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
2
+ import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, an as ElOption, ao as ElSelect, _ as _export_sfc, b as resolveComponent, i as createCommentVNode, l as computed, g as createTextVNode, a as axios, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
3
+ import { w as warning_filled_default, F as FileBrowser } from "./designer-4736134f.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
5
  const createDefaultParquetSettings = () => {
6
6
  return {
7
7
  file_type: "parquet"
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, u as unref, ap as ElIcon, p as createBaseVNode, e as createElementBlock, i as createCommentVNode, aq as ElPopover, _ as _export_sfc, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-1f5e79c1.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
6
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, u as unref, ap as ElIcon, p as createBaseVNode, e as createElementBlock, i as createCommentVNode, aq as ElPopover, _ as _export_sfc, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-48f28104.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
6
+ import "./designer-4736134f.js";
7
7
  const _hoisted_1$2 = { class: "validation-wrapper" };
8
8
  const _hoisted_2$1 = {
9
9
  key: 0,
@@ -43,7 +43,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
43
43
  default: withCtx(() => _cache[0] || (_cache[0] = [
44
44
  createBaseVNode("i", { class: "el-icon-warning" }, null, -1)
45
45
  ])),
46
- _: 1
46
+ _: 1,
47
+ __: [0]
47
48
  })
48
49
  ]),
49
50
  default: withCtx(() => [
@@ -1,10 +1,10 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { P as Parser, N as NodeSet, b as NodeType, c as DefaultBufferLength, d as NodeProp, e as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, f as syntaxTree, i as ifNotIn, g as LRLanguage, h as indentNodeProp, j as delimitedIndent, k as foldNodeProp, l as foldInside, m as completeFromList, n as NodeWeakMap, o as snippetCompletion, H as HighlightStyle, p as syntaxHighlighting, q as EditorView, r as keymap, u as acceptCompletion, v as indentMore, E as EditorState, a as autocompletion, T } from "./vue-codemirror.esm-dd17b478.js";
4
- import { d as defineComponent, r as ref, al as shallowRef, m as watch, c as openBlock, e as createElementBlock, f as createVNode, u as unref, t as toDisplayString, i as createCommentVNode, w as withCtx, h as createBlock, n as onMounted, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
7
- import "./designer-e5bbe26f.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { P as Parser, N as NodeSet, b as NodeType, c as DefaultBufferLength, d as NodeProp, e as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, f as syntaxTree, i as ifNotIn, g as LRLanguage, h as indentNodeProp, j as delimitedIndent, k as foldNodeProp, l as foldInside, m as completeFromList, n as NodeWeakMap, o as snippetCompletion, H as HighlightStyle, p as syntaxHighlighting, q as EditorView, r as keymap, u as acceptCompletion, v as indentMore, E as EditorState, a as autocompletion, T } from "./vue-codemirror.esm-eb98fc8b.js";
4
+ import { d as defineComponent, r as ref, X as shallowRef, m as watch, c as openBlock, e as createElementBlock, f as createVNode, u as unref, t as toDisplayString, i as createCommentVNode, w as withCtx, h as createBlock, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
7
+ import "./designer-4736134f.js";
8
8
  class Stack {
9
9
  /**
10
10
  @internal
@@ -2369,8 +2369,8 @@ const pythonLanguage = /* @__PURE__ */ LRLanguage.define({
2369
2369
  /* @__PURE__ */ indentNodeProp.add({
2370
2370
  Body: (context) => {
2371
2371
  var _a;
2372
- let inner = innerBody(context);
2373
- return (_a = indentBody(context, inner || context.node)) !== null && _a !== void 0 ? _a : context.continue();
2372
+ let body = /^\s*(#|$)/.test(context.textAfter) && innerBody(context) || context.node;
2373
+ return (_a = indentBody(context, body)) !== null && _a !== void 0 ? _a : context.continue();
2374
2374
  },
2375
2375
  MatchBody: (context) => {
2376
2376
  var _a;
@@ -2379,7 +2379,7 @@ const pythonLanguage = /* @__PURE__ */ LRLanguage.define({
2379
2379
  },
2380
2380
  IfStatement: (cx) => /^\s*(else:|elif )/.test(cx.textAfter) ? cx.baseIndent : cx.continue(),
2381
2381
  "ForStatement WhileStatement": (cx) => /^\s*else:/.test(cx.textAfter) ? cx.baseIndent : cx.continue(),
2382
- TryStatement: (cx) => /^\s*(except |finally:|else:)/.test(cx.textAfter) ? cx.baseIndent : cx.continue(),
2382
+ TryStatement: (cx) => /^\s*(except[ :]|finally:|else:)/.test(cx.textAfter) ? cx.baseIndent : cx.continue(),
2383
2383
  MatchStatement: (cx) => {
2384
2384
  if (/^\s*case /.test(cx.textAfter))
2385
2385
  return cx.baseIndent + cx.unit;
@@ -2388,6 +2388,7 @@ const pythonLanguage = /* @__PURE__ */ LRLanguage.define({
2388
2388
  "TupleExpression ComprehensionExpression ParamList ArgList ParenthesizedExpression": /* @__PURE__ */ delimitedIndent({ closing: ")" }),
2389
2389
  "DictionaryExpression DictionaryComprehensionExpression SetExpression SetComprehensionExpression": /* @__PURE__ */ delimitedIndent({ closing: "}" }),
2390
2390
  "ArrayExpression ArrayComprehensionExpression": /* @__PURE__ */ delimitedIndent({ closing: "]" }),
2391
+ MemberExpression: (cx) => cx.baseIndent + cx.unit,
2391
2392
  "String FormatString": () => null,
2392
2393
  Script: (context) => {
2393
2394
  var _a;
@@ -2397,7 +2398,8 @@ const pythonLanguage = /* @__PURE__ */ LRLanguage.define({
2397
2398
  }),
2398
2399
  /* @__PURE__ */ foldNodeProp.add({
2399
2400
  "ArrayExpression DictionaryExpression SetExpression TupleExpression": foldInside,
2400
- Body: (node, state) => ({ from: node.from + 1, to: node.to - (node.to == state.doc.length ? 0 : 1) })
2401
+ Body: (node, state) => ({ from: node.from + 1, to: node.to - (node.to == state.doc.length ? 0 : 1) }),
2402
+ "String FormatString": (node, state) => ({ from: state.doc.lineAt(node.from).to, to: node.to })
2401
2403
  })
2402
2404
  ]
2403
2405
  }),
@@ -1,4 +1,4 @@
1
- import { r as ref, j as defineStore, a as axios, d as defineComponent, ad as useCssVars, n as onMounted, c as openBlock, e as createElementBlock, p as createBaseVNode, L as renderSlot, h as createBlock, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, s as normalizeClass, a6 as Teleport, R as nextTick, _ as _export_sfc } from "./index-552863fd.js";
1
+ import { r as ref, j as defineStore, a as axios, d as defineComponent, ae as useCssVars, n as onMounted, c as openBlock, e as createElementBlock, p as createBaseVNode, L as renderSlot, h as createBlock, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, s as normalizeClass, a7 as Teleport, R as nextTick, _ as _export_sfc } from "./index-f25c9283.js";
2
2
  const FLOW_ID_STORAGE_KEY = "last_flow_id";
3
3
  ref(null);
4
4
  const getDownstreamNodeIds = async (flow_id, node_id) => {
@@ -1,9 +1,9 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
2
- import { a as axios, d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, i as createCommentVNode, t as toDisplayString, a4 as withDirectives, a5 as vModelText, h as createBlock, u as unref, _ as _export_sfc, ar as ElCheckbox, F as Fragment, q as renderList, an as ElOption, ao as ElSelect, as as ElSlider, R as nextTick, a6 as Teleport } from "./index-552863fd.js";
3
- import { C as ColumnSelector } from "./dropDown-5e7e9a5a.js";
4
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
5
- import { F as FileBrowser } from "./designer-e5bbe26f.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
2
+ import { a as axios, d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, i as createCommentVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, h as createBlock, u as unref, _ as _export_sfc, ar as ElCheckbox, F as Fragment, q as renderList, an as ElOption, ao as ElSelect, as as ElSlider, R as nextTick, a7 as Teleport } from "./index-f25c9283.js";
3
+ import { C as ColumnSelector } from "./dropDown-d5a4014c.js";
4
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
5
+ import { F as FileBrowser } from "./designer-4736134f.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
7
7
  const getXlsxSheetNamesForPath = async (path) => {
8
8
  const response = await axios.get(`/api/get_xlsx_sheet_names?path=${path}`);
9
9
  return response.data;
@@ -1,8 +1,8 @@
1
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
2
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
3
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, i as createCommentVNode, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
5
- import "./designer-e5bbe26f.js";
1
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
3
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-f25c9283.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
+ import "./designer-4736134f.js";
6
6
  const _hoisted_1$1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -44,7 +44,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
44
44
  createBaseVNode("p", null, " This node helps you quickly retrieve the total number of records from the selected table. It's a simple yet powerful tool to keep track of the data volume as you work through your tasks. ", -1),
45
45
  createBaseVNode("p", null, "This node does not need a setup", -1)
46
46
  ])),
47
- _: 1
47
+ _: 1,
48
+ __: [1]
48
49
  }, 8, ["modelValue"])
49
50
  ])) : createCommentVNode("", true);
50
51
  };
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a4 as withDirectives, a5 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-1f5e79c1.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
6
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-48f28104.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
6
+ import "./designer-4736134f.js";
7
7
  const _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -159,7 +159,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
159
159
  default: withCtx(() => _cache[8] || (_cache[8] = [
160
160
  createTextVNode("Offset")
161
161
  ])),
162
- _: 1
162
+ _: 1,
163
+ __: [8]
163
164
  }),
164
165
  createVNode(_component_el_col, {
165
166
  span: 8,
@@ -189,7 +190,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
189
190
  default: withCtx(() => _cache[9] || (_cache[9] = [
190
191
  createTextVNode("Output name")
191
192
  ])),
192
- _: 1
193
+ _: 1,
194
+ __: [9]
193
195
  }),
194
196
  createVNode(_component_el_col, {
195
197
  span: 8,
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a4 as withDirectives, a5 as vModelText, i as createCommentVNode, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
5
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
+ import "./designer-4736134f.js";
6
6
  const _hoisted_1$1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -83,7 +83,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
83
83
  default: withCtx(() => _cache[2] || (_cache[2] = [
84
84
  createTextVNode("Offset")
85
85
  ])),
86
- _: 1
86
+ _: 1,
87
+ __: [2]
87
88
  }),
88
89
  createVNode(_component_el_col, {
89
90
  span: 8,
@@ -1,5 +1,5 @@
1
- import { r as ref, l as computed, d as defineComponent, n as onMounted, e as createElementBlock, p as createBaseVNode, v as withModifiers, a4 as withDirectives, a5 as vModelText, af as vModelDynamic, s as normalizeClass, g as createTextVNode, t as toDisplayString, u as unref, O as isRef, i as createCommentVNode, F as Fragment, q as renderList, c as openBlock } from "./index-552863fd.js";
2
- import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-3ad510e1.js";
1
+ import { r as ref, l as computed, d as defineComponent, n as onMounted, e as createElementBlock, p as createBaseVNode, v as withModifiers, a5 as withDirectives, a6 as vModelText, ag as vModelDynamic, s as normalizeClass, g as createTextVNode, t as toDisplayString, u as unref, O as isRef, i as createCommentVNode, F as Fragment, q as renderList, c as openBlock } from "./index-f25c9283.js";
2
+ import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-01f07e2c.js";
3
3
  function useSecretManager() {
4
4
  const secrets = ref([]);
5
5
  const isLoading = ref(true);
@@ -1,11 +1,11 @@
1
- import { r as ref, d as defineComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, n as onMounted, R as nextTick, a6 as Teleport, i as createCommentVNode } from "./index-552863fd.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
3
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
4
- import { s as selectDynamic } from "./selectDynamic-bd644891.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
7
- import "./UnavailableFields-b41976ed.js";
8
- import "./designer-e5bbe26f.js";
1
+ import { r as ref, d as defineComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, n as onMounted, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-f25c9283.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
3
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
4
+ import { s as selectDynamic } from "./selectDynamic-f46a4e3f.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
7
+ import "./UnavailableFields-8143044b.js";
8
+ import "./designer-4736134f.js";
9
9
  const createSelectInput = (column_name, data_type = void 0, position = void 0, original_position = void 0) => {
10
10
  const selectInput = {
11
11
  old_name: column_name,
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode } from "./index-552863fd.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode } from "./index-f25c9283.js";
2
2
  const _hoisted_1$1 = ["onClick"];
3
3
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
4
4
  __name: "ContextMenu",
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
6
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
6
+ import "./designer-4736134f.js";
7
7
  const _hoisted_1$1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"