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, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode } from "./index-387a6f18.js";
1
+ import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode } 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,13 +1,13 @@
1
- import "./nodeInput-ed2ae8d7.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { d as defineComponent, r as ref, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, y as createBlock, e as createCommentVNode, p as createVNode, q as withCtx, x as unref, f as createTextVNode, G as Fragment, H as renderList, k as axios, g as _export_sfc } from "./index-387a6f18.js";
4
- import CsvTableConfig from "./outputCsv-3c1757e8.js";
5
- import ExcelTableConfig from "./outputExcel-686e1f48.js";
6
- import ParquetTableConfig from "./outputParquet-df28faa7.js";
7
- import { w as warning_filled_default, F as FileBrowser } from "./DesignerView-f64749fb.js";
1
+ import "./nodeInput-d478b9ac.js";
2
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, C as createBlock, e as createCommentVNode, z as createVNode, A as withCtx, B as unref, f as createTextVNode, K as Fragment, L as renderList, k as axios, g as _export_sfc } from "./index-ca6799de.js";
3
+ import CsvTableConfig from "./outputCsv-c492b15e.js";
4
+ import ExcelTableConfig from "./outputExcel-13bfa10f.js";
5
+ import ParquetTableConfig from "./outputParquet-9be1523a.js";
6
+ import { w as warning_filled_default, F as FileBrowser } from "./DesignerView-a4466dab.js";
8
7
  import { i as isOutputCsvTable, b as isOutputExcelTable, c as isOutputParquetTable } from "./node.types-2c15bb7e.js";
9
- import "./index-f0a6e5a5.js";
10
- import "./vue-codemirror.esm-31ba0e0b.js";
8
+ import "./PopOver-ddcfe4f6.js";
9
+ import "./index-057d770d.js";
10
+ import "./vue-codemirror.esm-8f46fb36.js";
11
11
  function createDefaultOutputSettings() {
12
12
  return {
13
13
  name: "output.csv",
@@ -1,12 +1,12 @@
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-9f0d1725.js";
6
- import PivotValidation from "./PivotValidation-fba09336.js";
7
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
8
- import "./index-f0a6e5a5.js";
9
- 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-5ce15962.js";
5
+ import PivotValidation from "./PivotValidation-81ec2a33.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
7
+ import "./PopOver-ddcfe4f6.js";
8
+ import "./index-057d770d.js";
9
+ import "./vue-codemirror.esm-8f46fb36.js";
10
10
  const _hoisted_1 = {
11
11
  key: 0,
12
12
  class: "listbox-wrapper"
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, o as openBlock, y as createBlock, q as withCtx, p as createVNode, a as createBaseVNode, x as unref, at as ElIcon, c as createElementBlock, e as createCommentVNode, ax as ElPopover, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, o as openBlock, C as createBlock, A as withCtx, z as createVNode, a as createBaseVNode, B as unref, ay as ElIcon, c as createElementBlock, e as createCommentVNode, aC as ElPopover, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "validation-wrapper" };
3
3
  const _hoisted_2 = {
4
4
  key: 0,
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, o as openBlock, y as createBlock, q as withCtx, p as createVNode, a as createBaseVNode, x as unref, at as ElIcon, c as createElementBlock, e as createCommentVNode, ax as ElPopover, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, o as openBlock, C as createBlock, A as withCtx, z as createVNode, a as createBaseVNode, B as unref, ay as ElIcon, c as createElementBlock, e as createCommentVNode, aC as ElPopover, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "validation-wrapper" };
3
3
  const _hoisted_2 = {
4
4
  key: 0,
@@ -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, a4 as shallowRef, C as watch, o as openBlock, c as createElementBlock, p as createVNode, x as unref, t as toDisplayString, e as createCommentVNode, q as withCtx, y as createBlock } from "./index-387a6f18.js";
4
- import { k as keymap, a as acceptCompletion, i as indentMore, b as indentLess, c as EditorState, d as autocompletion, P as Prec, T } from "./vue-codemirror.esm-31ba0e0b.js";
5
- import { p as python, o as oneDark } from "./index-f0a6e5a5.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./DesignerView-f64749fb.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import { d as defineComponent, r as ref, a8 as shallowRef, H as watch, o as openBlock, c as createElementBlock, z as createVNode, B as unref, t as toDisplayString, e as createCommentVNode, l as useNodeStore, A as withCtx, C as createBlock } from "./index-ca6799de.js";
3
+ import { k as keymap, a as acceptCompletion, i as indentMore, b as indentLess, c as EditorState, d as autocompletion, P as Prec, T } from "./vue-codemirror.esm-8f46fb36.js";
4
+ import { p as python, o as oneDark } from "./index-057d770d.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./DesignerView-a4466dab.js";
7
+ import "./PopOver-ddcfe4f6.js";
8
8
  const polarsCompletionVals = [
9
9
  // Polars basics
10
10
  { label: "pl", type: "variable", info: "Polars main module" },
@@ -0,0 +1,138 @@
1
+ import { d as defineComponent, as as useCssVars, r as ref, J as onMounted, o as openBlock, c as createElementBlock, a as createBaseVNode, X as renderSlot, C as createBlock, t as toDisplayString, e as createCommentVNode, a4 as normalizeStyle, n as normalizeClass, al as Teleport, a2 as nextTick, g as _export_sfc } from "./index-ca6799de.js";
2
+ const _hoisted_1 = { class: "popover-container" };
3
+ const _hoisted_2 = { key: 0 };
4
+ const _hoisted_3 = ["innerHTML"];
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "PopOver",
7
+ props: {
8
+ content: {
9
+ type: String,
10
+ required: true
11
+ },
12
+ title: {
13
+ type: String,
14
+ default: ""
15
+ },
16
+ placement: {
17
+ type: String,
18
+ default: "top"
19
+ },
20
+ minWidth: {
21
+ type: Number,
22
+ default: 100
23
+ },
24
+ zIndex: {
25
+ type: Number,
26
+ default: 9999
27
+ }
28
+ },
29
+ setup(__props) {
30
+ useCssVars((_ctx) => ({
31
+ "355ab648": props.minWidth + "px"
32
+ }));
33
+ const visible = ref(false);
34
+ const referenceEl = ref(null);
35
+ const popoverEl = ref(null);
36
+ const props = __props;
37
+ const popoverStyle = ref({
38
+ top: "0px",
39
+ left: "0px",
40
+ zIndex: props.zIndex.toString()
41
+ });
42
+ const showPopover = () => {
43
+ visible.value = true;
44
+ nextTick(() => {
45
+ updatePosition();
46
+ });
47
+ };
48
+ const hidePopover = () => {
49
+ visible.value = false;
50
+ };
51
+ const updatePosition = () => {
52
+ if (!referenceEl.value || !popoverEl.value)
53
+ return;
54
+ const referenceRect = referenceEl.value.getBoundingClientRect();
55
+ const popoverRect = popoverEl.value.getBoundingClientRect();
56
+ const offset = 20;
57
+ let top = 0;
58
+ let left = 0;
59
+ switch (props.placement) {
60
+ case "top":
61
+ top = referenceRect.top - popoverRect.height - offset;
62
+ left = referenceRect.left + referenceRect.width / 2 - popoverRect.width / 2;
63
+ break;
64
+ case "bottom":
65
+ top = referenceRect.bottom + offset;
66
+ left = referenceRect.left + referenceRect.width / 2 - popoverRect.width / 2;
67
+ break;
68
+ case "left":
69
+ top = referenceRect.top + referenceRect.height / 2 - popoverRect.height / 2;
70
+ left = referenceRect.left - popoverRect.width - offset;
71
+ break;
72
+ case "right":
73
+ top = referenceRect.top + referenceRect.height / 2 - popoverRect.height / 2;
74
+ left = referenceRect.right + offset;
75
+ break;
76
+ }
77
+ const viewportWidth = window.innerWidth;
78
+ const viewportHeight = window.innerHeight;
79
+ if (left < 10)
80
+ left = 10;
81
+ if (left + popoverRect.width > viewportWidth - 10) {
82
+ left = viewportWidth - popoverRect.width - 10;
83
+ }
84
+ if (top < 10)
85
+ top = 10;
86
+ if (top + popoverRect.height > viewportHeight - 10) {
87
+ top = viewportHeight - popoverRect.height - 10;
88
+ }
89
+ popoverStyle.value = {
90
+ top: `${top}px`,
91
+ left: `${left}px`,
92
+ zIndex: props.zIndex.toString()
93
+ };
94
+ };
95
+ onMounted(() => {
96
+ window.addEventListener("resize", () => {
97
+ if (visible.value) {
98
+ updatePosition();
99
+ }
100
+ });
101
+ });
102
+ return (_ctx, _cache) => {
103
+ return openBlock(), createElementBlock("div", _hoisted_1, [
104
+ createBaseVNode("div", {
105
+ ref_key: "referenceEl",
106
+ ref: referenceEl,
107
+ class: "popover-reference",
108
+ onMouseenter: showPopover,
109
+ onMouseleave: hidePopover
110
+ }, [
111
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
112
+ ], 544),
113
+ visible.value ? (openBlock(), createBlock(Teleport, {
114
+ key: 0,
115
+ to: "body"
116
+ }, [
117
+ createBaseVNode("div", {
118
+ ref_key: "popoverEl",
119
+ ref: popoverEl,
120
+ style: normalizeStyle(popoverStyle.value),
121
+ class: normalizeClass(["popover", { "popover--left": props.placement === "left" }])
122
+ }, [
123
+ props.title !== "" ? (openBlock(), createElementBlock("h3", _hoisted_2, toDisplayString(props.title), 1)) : createCommentVNode("", true),
124
+ createBaseVNode("p", {
125
+ class: "content",
126
+ innerHTML: props.content
127
+ }, null, 8, _hoisted_3)
128
+ ], 6)
129
+ ])) : createCommentVNode("", true)
130
+ ]);
131
+ };
132
+ }
133
+ });
134
+ const PopOver_vue_vue_type_style_index_0_scoped_8b5d0b86_lang = "";
135
+ const PopOver = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8b5d0b86"]]);
136
+ export {
137
+ PopOver as P
138
+ };
@@ -1,15 +1,15 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import ExcelTableConfig from "./readExcel-a13f14bb.js";
3
- import CsvTableConfig from "./readCsv-e37eee21.js";
4
- import ParquetTableConfig from "./readParquet-344cf746.js";
5
- import "./nodeInput-ed2ae8d7.js";
6
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
7
- import { d as defineComponent, r as ref, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, x as unref, y as createBlock, e as createCommentVNode, p as createVNode, q as withCtx, g as _export_sfc } from "./index-387a6f18.js";
8
- import { F as FileBrowser } from "./DesignerView-f64749fb.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import ExcelTableConfig from "./readExcel-27c30ad8.js";
3
+ import CsvTableConfig from "./readCsv-5a49a8c9.js";
4
+ import ParquetTableConfig from "./readParquet-446bde68.js";
5
+ import "./nodeInput-d478b9ac.js";
6
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, B as unref, C as createBlock, e as createCommentVNode, z as createVNode, A as withCtx, g as _export_sfc } from "./index-ca6799de.js";
7
+ import { F as FileBrowser } from "./DesignerView-a4466dab.js";
9
8
  import { d as isInputExcelTable, e as isInputCsvTable, f as isInputParquetTable } from "./node.types-2c15bb7e.js";
10
- import "./dropDown-2798a109.js";
11
- import "./index-f0a6e5a5.js";
12
- import "./vue-codemirror.esm-31ba0e0b.js";
9
+ import "./dropDown-7576a76a.js";
10
+ import "./PopOver-ddcfe4f6.js";
11
+ import "./index-057d770d.js";
12
+ import "./vue-codemirror.esm-8f46fb36.js";
13
13
  const _hoisted_1 = {
14
14
  key: 0,
15
15
  class: "listbox-wrapper"
@@ -1,9 +1,9 @@
1
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
2
- import { d as defineComponent, r as ref, F as onMounted, Z as nextTick, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, e as createCommentVNode } from "./index-387a6f18.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 { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, a2 as nextTick, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, e as createCommentVNode } 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 _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, 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, f as createTextVNode, i as withDirectives, v as vModelText, G as Fragment, H as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, y as createBlock, e as createCommentVNode } 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-9f0d1725.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, 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, f as createTextVNode, i as withDirectives, v as vModelText, K as Fragment, L as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, C as createBlock, e as createCommentVNode } 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-5ce15962.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,4 +1,4 @@
1
- import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "query-section" };
3
3
  const _hoisted_2 = { class: "form-group" };
4
4
  const _hoisted_3 = ["value"];
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, 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, f as createTextVNode, i as withDirectives, v as vModelText, e as createCommentVNode } 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 { d as defineComponent, l as useNodeStore, r as ref, 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, f as createTextVNode, i as withDirectives, v as vModelText, e as createCommentVNode } 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 _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,5 +1,5 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock, g as _export_sfc } from "./index-387a6f18.js";
2
- import { S as SecretsApi } from "./secrets.api-ae198c5c.js";
1
+ import { d as defineComponent, r as ref, G as computed, J as onMounted, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { S as SecretsApi } from "./secrets.api-34431884.js";
3
3
  const _hoisted_1 = { class: "component-container" };
4
4
  const _hoisted_2 = { class: "listbox-subtitle" };
5
5
  const _hoisted_3 = {
@@ -1,5 +1,5 @@
1
- import { r as ref, B as computed, d as defineComponent, F as onMounted, c as createElementBlock, a as createBaseVNode, w as withModifiers, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, f as createTextVNode, t as toDisplayString, x as unref, W as isRef, e as createCommentVNode, G as Fragment, H as renderList, o as openBlock, g as _export_sfc } from "./index-387a6f18.js";
2
- import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secrets.api-ae198c5c.js";
1
+ import { r as ref, G as computed, d as defineComponent, J as onMounted, c as createElementBlock, a as createBaseVNode, w as withModifiers, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, f as createTextVNode, t as toDisplayString, B as unref, $ as isRef, e as createCommentVNode, K as Fragment, L as renderList, o as openBlock, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secrets.api-34431884.js";
3
3
  function useSecretManager() {
4
4
  const secrets = ref([]);
5
5
  const isLoading = ref(true);
@@ -1,12 +1,12 @@
1
- import { r as ref, d as defineComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, y as createBlock, x as unref } 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 { s as selectDynamic } from "./selectDynamic-6b4b0767.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
6
- import "./UnavailableFields-b72a2c72.js";
7
- import "./DesignerView-f64749fb.js";
8
- import "./index-f0a6e5a5.js";
9
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { r as ref, d as defineComponent, l as useNodeStore, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, C as createBlock, B as unref } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
5
+ import "./UnavailableFields-f6147968.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./DesignerView-a4466dab.js";
8
+ import "./index-057d770d.js";
9
+ import "./vue-codemirror.esm-8f46fb36.js";
10
10
  const createSelectInput = (column_name, data_type = void 0, position = void 0, original_position = void 0) => {
11
11
  const selectInput = {
12
12
  old_name: column_name,
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, G as Fragment, H as renderList, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, K as Fragment, L as renderList, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "listbox-wrapper" };
3
3
  const _hoisted_2 = { class: "listbox-row" };
4
4
  const _hoisted_3 = { class: "listbox-subtitle" };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, a0 as normalizeStyle, t as toDisplayString, G as Fragment, H as renderList, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, a4 as normalizeStyle, t as toDisplayString, K as Fragment, L as renderList, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "listbox-wrapper" };
3
3
  const _hoisted_2 = { class: "listbox-row" };
4
4
  const _hoisted_3 = { class: "items-container" };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "listbox-wrapper" };
3
3
  const _hoisted_2 = { class: "listbox-row" };
4
4
  const _hoisted_3 = { class: "listbox-subtitle" };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, r as ref, c as createElementBlock, a as createBaseVNode, b as createStaticVNode, t as toDisplayString, e as createCommentVNode, n as normalizeClass, f as createTextVNode, s as setupService, o as openBlock, _ as _imports_1, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, r as ref, c as createElementBlock, a as createBaseVNode, b as createStaticVNode, t as toDisplayString, e as createCommentVNode, n as normalizeClass, f as createTextVNode, s as setupService, o as openBlock, _ as _imports_1, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "setup-container" };
3
3
  const _hoisted_2 = { class: "setup-card" };
4
4
  const _hoisted_3 = { class: "setup-content" };
@@ -73,7 +73,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
73
73
  return (_ctx, _cache) => {
74
74
  return openBlock(), createElementBlock("div", _hoisted_1, [
75
75
  createBaseVNode("div", _hoisted_2, [
76
- _cache[7] || (_cache[7] = createStaticVNode('<div class="setup-header" data-v-04875383><div class="logo-container" data-v-04875383><img src="' + _imports_1 + '" alt="Flowfile" class="logo" data-v-04875383></div><h1 class="setup-title" data-v-04875383>Initial Setup Required</h1><p class="setup-subtitle" data-v-04875383>Configure your master encryption key to get started</p></div>', 1)),
76
+ _cache[7] || (_cache[7] = createStaticVNode('<div class="setup-header" data-v-0c48ff2a><div class="logo-container" data-v-0c48ff2a><img src="' + _imports_1 + '" alt="Flowfile" class="logo" data-v-0c48ff2a></div><h1 class="setup-title" data-v-0c48ff2a>Initial Setup Required</h1><p class="setup-subtitle" data-v-0c48ff2a>Configure your master encryption key to get started</p></div>', 1)),
77
77
  createBaseVNode("div", _hoisted_3, [
78
78
  _cache[6] || (_cache[6] = createBaseVNode("div", { class: "info-box" }, [
79
79
  createBaseVNode("i", { class: "fa-solid fa-shield-halved info-icon" }),
@@ -153,8 +153,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
153
153
  };
154
154
  }
155
155
  });
156
- const SetupView_vue_vue_type_style_index_0_scoped_04875383_lang = "";
157
- const SetupView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-04875383"]]);
156
+ const SetupView_vue_vue_type_style_index_0_scoped_0c48ff2a_lang = "";
157
+ const SetupView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0c48ff2a"]]);
158
158
  export {
159
159
  SetupView as default
160
160
  };