Flowfile 0.3.9__py3-none-any.whl → 0.5.1__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 (201) hide show
  1. flowfile/__init__.py +8 -1
  2. flowfile/api.py +1 -3
  3. flowfile/web/static/assets/{CloudConnectionManager-c97c25f8.js → CloudConnectionManager-0dfba9f2.js} +2 -2
  4. flowfile/web/static/assets/{CloudStorageReader-f1ff509e.js → CloudStorageReader-d5b1b6c9.js} +11 -78
  5. flowfile/web/static/assets/{CloudStorageWriter-034f8b78.js → CloudStorageWriter-00d87aad.js} +12 -79
  6. flowfile/web/static/assets/{CloudStorageWriter-49c9a4b2.css → CloudStorageWriter-b0ee067f.css} +24 -24
  7. flowfile/web/static/assets/ColumnSelector-4685e75d.js +83 -0
  8. flowfile/web/static/assets/ColumnSelector-47996a16.css +10 -0
  9. flowfile/web/static/assets/ContextMenu-23e909da.js +41 -0
  10. flowfile/web/static/assets/{SettingsSection-9c836ecc.css → ContextMenu-4c74eef1.css} +0 -21
  11. flowfile/web/static/assets/ContextMenu-63cfa99b.css +26 -0
  12. flowfile/web/static/assets/ContextMenu-70ae0c79.js +41 -0
  13. flowfile/web/static/assets/ContextMenu-c13f91d0.css +26 -0
  14. flowfile/web/static/assets/ContextMenu-f149cf7c.js +41 -0
  15. flowfile/web/static/assets/{CrossJoin-41efa4cb.css → CrossJoin-1119d18e.css} +18 -18
  16. flowfile/web/static/assets/{CrossJoin-9e156ebe.js → CrossJoin-702a3edd.js} +14 -84
  17. flowfile/web/static/assets/CustomNode-74a37f74.css +32 -0
  18. flowfile/web/static/assets/CustomNode-b1519993.js +211 -0
  19. flowfile/web/static/assets/{DatabaseConnectionSettings-d5c625b3.js → DatabaseConnectionSettings-6f3e4ea5.js} +3 -3
  20. flowfile/web/static/assets/{DatabaseManager-265adc5e.js → DatabaseManager-cf5ef661.js} +2 -2
  21. flowfile/web/static/assets/{DatabaseReader-f50c6558.css → DatabaseReader-ae61773c.css} +0 -27
  22. flowfile/web/static/assets/{DatabaseReader-0b10551e.js → DatabaseReader-d38c7295.js} +14 -114
  23. flowfile/web/static/assets/{DatabaseWriter-c17c6916.js → DatabaseWriter-b04ef46a.js} +13 -74
  24. flowfile/web/static/assets/{ExploreData-5bdae813.css → ExploreData-2d0cf4db.css} +8 -14
  25. flowfile/web/static/assets/ExploreData-5fa10ed8.js +192 -0
  26. flowfile/web/static/assets/{ExternalSource-3a66556c.js → ExternalSource-d39af878.js} +8 -79
  27. flowfile/web/static/assets/{Filter-91ad87e7.js → Filter-9b6d08db.js} +12 -85
  28. flowfile/web/static/assets/{Filter-a9d08ba1.css → Filter-f62091b3.css} +3 -3
  29. flowfile/web/static/assets/{Formula-3c395ab1.js → Formula-6b04fb1d.js} +20 -87
  30. flowfile/web/static/assets/{Formula-29f19d21.css → Formula-bb96803d.css} +4 -4
  31. flowfile/web/static/assets/{FuzzyMatch-6857de82.css → FuzzyMatch-1010f966.css} +42 -42
  32. flowfile/web/static/assets/{FuzzyMatch-2df0d230.js → FuzzyMatch-999521f4.js} +16 -87
  33. flowfile/web/static/assets/{GraphSolver-d285877f.js → GraphSolver-17dd2198.js} +13 -159
  34. flowfile/web/static/assets/GraphSolver-f0cb7bfb.css +22 -0
  35. flowfile/web/static/assets/{GroupBy-0bd1cc6b.js → GroupBy-6b039e18.js} +12 -75
  36. flowfile/web/static/assets/{Unique-b5615727.css → GroupBy-b9505323.css} +8 -8
  37. flowfile/web/static/assets/{Join-5a78a203.js → Join-24d0f113.js} +15 -85
  38. flowfile/web/static/assets/{Join-f45eff22.css → Join-fd79b451.css} +20 -20
  39. flowfile/web/static/assets/{ManualInput-a71b52c6.css → ManualInput-3246a08d.css} +20 -20
  40. flowfile/web/static/assets/{ManualInput-93aef9d6.js → ManualInput-34639209.js} +11 -82
  41. flowfile/web/static/assets/MultiSelect-0e8724a3.js +5 -0
  42. flowfile/web/static/assets/MultiSelect.vue_vue_type_script_setup_true_lang-b0e538c2.js +63 -0
  43. flowfile/web/static/assets/NumericInput-3d63a470.js +5 -0
  44. flowfile/web/static/assets/NumericInput.vue_vue_type_script_setup_true_lang-e0edeccc.js +35 -0
  45. flowfile/web/static/assets/Output-283fe388.css +37 -0
  46. flowfile/web/static/assets/{Output-411ecaee.js → Output-edea9802.js} +62 -273
  47. flowfile/web/static/assets/{Pivot-89db4b04.js → Pivot-61d19301.js} +14 -138
  48. flowfile/web/static/assets/Pivot-cf333e3d.css +22 -0
  49. flowfile/web/static/assets/PivotValidation-891ddfb0.css +13 -0
  50. flowfile/web/static/assets/PivotValidation-c46cd420.css +13 -0
  51. flowfile/web/static/assets/PivotValidation-de9f43fe.js +61 -0
  52. flowfile/web/static/assets/PivotValidation-f97fec5b.js +61 -0
  53. flowfile/web/static/assets/{PolarsCode-a9f974f8.js → PolarsCode-bc3c9984.js} +13 -80
  54. flowfile/web/static/assets/Read-64a3f259.js +218 -0
  55. flowfile/web/static/assets/Read-e808b239.css +62 -0
  56. flowfile/web/static/assets/RecordCount-3d5039be.js +53 -0
  57. flowfile/web/static/assets/{RecordId-55ae7d36.js → RecordId-597510e0.js} +8 -80
  58. flowfile/web/static/assets/SQLQueryComponent-36cef432.css +27 -0
  59. flowfile/web/static/assets/SQLQueryComponent-df51adbe.js +38 -0
  60. flowfile/web/static/assets/{Sample-b4a18476.js → Sample-4be0a507.js} +8 -77
  61. flowfile/web/static/assets/{SecretManager-b066d13a.js → SecretManager-4839be57.js} +2 -2
  62. flowfile/web/static/assets/{Select-727688dc.js → Select-9b72f201.js} +11 -85
  63. flowfile/web/static/assets/SettingsSection-2e4d03c4.css +21 -0
  64. flowfile/web/static/assets/SettingsSection-5c696bee.css +20 -0
  65. flowfile/web/static/assets/SettingsSection-71e6b7e3.css +21 -0
  66. flowfile/web/static/assets/SettingsSection-7ded385d.js +45 -0
  67. flowfile/web/static/assets/{SettingsSection-695ac487.js → SettingsSection-e1e9c953.js} +2 -40
  68. flowfile/web/static/assets/SettingsSection-f0f75a42.js +53 -0
  69. flowfile/web/static/assets/SingleSelect-6c777aac.js +5 -0
  70. flowfile/web/static/assets/SingleSelect.vue_vue_type_script_setup_true_lang-33e3ff9b.js +62 -0
  71. flowfile/web/static/assets/SliderInput-7cb93e62.js +40 -0
  72. flowfile/web/static/assets/SliderInput-b8fb6a8c.css +4 -0
  73. flowfile/web/static/assets/{GroupBy-ab1ea74b.css → Sort-3643d625.css} +8 -8
  74. flowfile/web/static/assets/{Sort-be3339a8.js → Sort-6cbde21a.js} +12 -97
  75. flowfile/web/static/assets/TextInput-d9a40c11.js +5 -0
  76. flowfile/web/static/assets/TextInput.vue_vue_type_script_setup_true_lang-5896c375.js +32 -0
  77. flowfile/web/static/assets/{TextToRows-c92d1ec2.css → TextToRows-5d2c1190.css} +9 -9
  78. flowfile/web/static/assets/{TextToRows-7b8998da.js → TextToRows-c4fcbf4d.js} +14 -83
  79. flowfile/web/static/assets/ToggleSwitch-4ef91d19.js +5 -0
  80. flowfile/web/static/assets/ToggleSwitch.vue_vue_type_script_setup_true_lang-38478c20.js +31 -0
  81. flowfile/web/static/assets/{UnavailableFields-8b0cb48e.js → UnavailableFields-a03f512c.js} +2 -2
  82. flowfile/web/static/assets/{Union-8d9ac7f9.css → Union-af6c3d9b.css} +6 -6
  83. flowfile/web/static/assets/Union-bfe9b996.js +77 -0
  84. flowfile/web/static/assets/{Unique-af5a80b4.js → Unique-5d023a27.js} +23 -104
  85. flowfile/web/static/assets/{Sort-7ccfa0fe.css → Unique-f9fb0809.css} +8 -8
  86. flowfile/web/static/assets/Unpivot-1e422df3.css +30 -0
  87. flowfile/web/static/assets/{Unpivot-5195d411.js → Unpivot-91cc5354.js} +12 -166
  88. flowfile/web/static/assets/UnpivotValidation-0d240eeb.css +13 -0
  89. flowfile/web/static/assets/UnpivotValidation-7ee2de44.js +51 -0
  90. flowfile/web/static/assets/{ExploreData-18a4fe52.js → VueGraphicWalker-e51b9924.js} +4 -264
  91. flowfile/web/static/assets/VueGraphicWalker-ed5ab88b.css +6 -0
  92. flowfile/web/static/assets/{api-cb00cce6.js → api-c1bad5ca.js} +1 -1
  93. flowfile/web/static/assets/{api-023d1733.js → api-cf1221f0.js} +1 -1
  94. flowfile/web/static/assets/{designer-2197d782.css → designer-8da3ba3a.css} +859 -201
  95. flowfile/web/static/assets/{designer-6c322d8e.js → designer-9633482a.js} +2297 -733
  96. flowfile/web/static/assets/{documentation-4d1fafe1.js → documentation-ca400224.js} +1 -1
  97. flowfile/web/static/assets/{dropDown-0b46dd77.js → dropDown-614b998d.js} +1 -1
  98. flowfile/web/static/assets/{fullEditor-ec4e4f95.js → fullEditor-f7971590.js} +2 -2
  99. flowfile/web/static/assets/{genericNodeSettings-def5879b.js → genericNodeSettings-4fe5f36b.js} +3 -3
  100. flowfile/web/static/assets/{index-681a3ed0.css → index-50508d4d.css} +8 -0
  101. flowfile/web/static/assets/{index-683fc198.js → index-5429bbf8.js} +208 -31
  102. flowfile/web/static/assets/nodeInput-5d0d6b79.js +41 -0
  103. flowfile/web/static/assets/outputCsv-076b85ab.js +86 -0
  104. flowfile/web/static/assets/{Output-48f81019.css → outputCsv-9cc59e0b.css} +0 -143
  105. flowfile/web/static/assets/outputExcel-0fd17dbe.js +56 -0
  106. flowfile/web/static/assets/outputExcel-b41305c0.css +102 -0
  107. flowfile/web/static/assets/outputParquet-b61e0847.js +31 -0
  108. flowfile/web/static/assets/outputParquet-cf8cf3f2.css +4 -0
  109. flowfile/web/static/assets/readCsv-a8bb8b61.js +179 -0
  110. flowfile/web/static/assets/readCsv-c767cb37.css +52 -0
  111. flowfile/web/static/assets/readExcel-67b4aee0.js +201 -0
  112. flowfile/web/static/assets/readExcel-806d2826.css +64 -0
  113. flowfile/web/static/assets/readParquet-48c81530.css +19 -0
  114. flowfile/web/static/assets/readParquet-92ce1dbc.js +23 -0
  115. flowfile/web/static/assets/{secretApi-baceb6f9.js → secretApi-68435402.js} +1 -1
  116. flowfile/web/static/assets/{selectDynamic-de91449a.js → selectDynamic-92e25ee3.js} +7 -7
  117. flowfile/web/static/assets/{selectDynamic-b062bc9b.css → selectDynamic-aa913ff4.css} +16 -16
  118. flowfile/web/static/assets/user-defined-icon-0ae16c90.png +0 -0
  119. flowfile/web/static/assets/{vue-codemirror.esm-dc5e3348.js → vue-codemirror.esm-41b0e0d7.js} +65 -36
  120. flowfile/web/static/assets/{vue-content-loader.es-ba94b82f.js → vue-content-loader.es-2c8e608f.js} +1 -1
  121. flowfile/web/static/index.html +2 -2
  122. {flowfile-0.3.9.dist-info → flowfile-0.5.1.dist-info}/METADATA +5 -3
  123. {flowfile-0.3.9.dist-info → flowfile-0.5.1.dist-info}/RECORD +191 -121
  124. {flowfile-0.3.9.dist-info → flowfile-0.5.1.dist-info}/WHEEL +1 -1
  125. {flowfile-0.3.9.dist-info → flowfile-0.5.1.dist-info}/entry_points.txt +1 -0
  126. flowfile_core/__init__.py +3 -0
  127. flowfile_core/configs/flow_logger.py +5 -13
  128. flowfile_core/configs/node_store/__init__.py +30 -0
  129. flowfile_core/configs/node_store/nodes.py +383 -99
  130. flowfile_core/configs/node_store/user_defined_node_registry.py +193 -0
  131. flowfile_core/configs/settings.py +2 -1
  132. flowfile_core/database/connection.py +5 -21
  133. flowfile_core/fileExplorer/funcs.py +239 -121
  134. flowfile_core/flowfile/analytics/analytics_processor.py +1 -0
  135. flowfile_core/flowfile/code_generator/code_generator.py +62 -64
  136. flowfile_core/flowfile/flow_data_engine/create/funcs.py +73 -56
  137. flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +77 -86
  138. flowfile_core/flowfile/flow_data_engine/flow_file_column/interface.py +4 -0
  139. flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py +19 -34
  140. flowfile_core/flowfile/flow_data_engine/flow_file_column/type_registry.py +36 -0
  141. flowfile_core/flowfile/flow_data_engine/fuzzy_matching/prepare_for_fuzzy_match.py +23 -23
  142. flowfile_core/flowfile/flow_data_engine/join/utils.py +1 -1
  143. flowfile_core/flowfile/flow_data_engine/join/verify_integrity.py +9 -4
  144. flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +212 -86
  145. flowfile_core/flowfile/flow_data_engine/utils.py +2 -0
  146. flowfile_core/flowfile/flow_graph.py +240 -54
  147. flowfile_core/flowfile/flow_node/flow_node.py +48 -13
  148. flowfile_core/flowfile/flow_node/models.py +2 -1
  149. flowfile_core/flowfile/handler.py +24 -5
  150. flowfile_core/flowfile/manage/compatibility_enhancements.py +404 -41
  151. flowfile_core/flowfile/manage/io_flowfile.py +394 -0
  152. flowfile_core/flowfile/node_designer/__init__.py +47 -0
  153. flowfile_core/flowfile/node_designer/_type_registry.py +197 -0
  154. flowfile_core/flowfile/node_designer/custom_node.py +371 -0
  155. flowfile_core/flowfile/node_designer/ui_components.py +277 -0
  156. flowfile_core/flowfile/schema_callbacks.py +17 -10
  157. flowfile_core/flowfile/setting_generator/settings.py +15 -10
  158. flowfile_core/main.py +5 -1
  159. flowfile_core/routes/routes.py +73 -30
  160. flowfile_core/routes/user_defined_components.py +55 -0
  161. flowfile_core/schemas/cloud_storage_schemas.py +0 -2
  162. flowfile_core/schemas/input_schema.py +228 -65
  163. flowfile_core/schemas/output_model.py +5 -2
  164. flowfile_core/schemas/schemas.py +153 -35
  165. flowfile_core/schemas/transform_schema.py +1083 -412
  166. flowfile_core/schemas/yaml_types.py +103 -0
  167. flowfile_core/types.py +156 -0
  168. flowfile_core/utils/validate_setup.py +3 -1
  169. flowfile_frame/__init__.py +3 -1
  170. flowfile_frame/flow_frame.py +31 -24
  171. flowfile_frame/flow_frame_methods.py +12 -9
  172. flowfile_worker/__init__.py +9 -35
  173. flowfile_worker/create/__init__.py +3 -21
  174. flowfile_worker/create/funcs.py +68 -56
  175. flowfile_worker/create/models.py +130 -62
  176. flowfile_worker/main.py +5 -2
  177. flowfile_worker/routes.py +52 -13
  178. shared/__init__.py +15 -0
  179. shared/storage_config.py +258 -0
  180. tools/migrate/README.md +56 -0
  181. tools/migrate/__init__.py +12 -0
  182. tools/migrate/__main__.py +131 -0
  183. tools/migrate/legacy_schemas.py +621 -0
  184. tools/migrate/migrate.py +598 -0
  185. tools/migrate/tests/__init__.py +0 -0
  186. tools/migrate/tests/conftest.py +23 -0
  187. tools/migrate/tests/test_migrate.py +627 -0
  188. tools/migrate/tests/test_migration_e2e.py +1010 -0
  189. tools/migrate/tests/test_node_migrations.py +813 -0
  190. flowfile/web/static/assets/GraphSolver-17fd26db.css +0 -68
  191. flowfile/web/static/assets/Pivot-f415e85f.css +0 -35
  192. flowfile/web/static/assets/Read-80dc1675.css +0 -197
  193. flowfile/web/static/assets/Read-c3b1929c.js +0 -701
  194. flowfile/web/static/assets/RecordCount-4e95f98e.js +0 -122
  195. flowfile/web/static/assets/Union-89fd73dc.js +0 -146
  196. flowfile/web/static/assets/Unpivot-246e9bbd.css +0 -77
  197. flowfile/web/static/assets/nodeTitle-a16db7c3.js +0 -227
  198. flowfile/web/static/assets/nodeTitle-f4b12bcb.css +0 -134
  199. flowfile_core/flowfile/manage/open_flowfile.py +0 -135
  200. {flowfile-0.3.9.dist-info → flowfile-0.5.1.dist-info/licenses}/LICENSE +0 -0
  201. /flowfile_core/flowfile/manage/manage_flowfile.py → /tools/__init__.py +0 -0
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, l as computed, e as createElementBlock, p as createBaseVNode, c as openBlock, _ as _export_sfc } from "./index-683fc198.js";
1
+ import { d as defineComponent, l as computed, e as createElementBlock, p as createBaseVNode, c as openBlock, _ as _export_sfc } from "./index-5429bbf8.js";
2
2
  const _hoisted_1 = { class: "doc-wrapper" };
3
3
  const _hoisted_2 = ["src"];
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, o as onUnmounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, s as normalizeClass, f as createVNode, w as withCtx, F as Fragment, q as renderList, v as withModifiers, i as createCommentVNode, at as Transition, _ as _export_sfc } from "./index-683fc198.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, o as onUnmounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, a8 as withDirectives, a9 as vModelText, s as normalizeClass, f as createVNode, w as withCtx, F as Fragment, q as renderList, v as withModifiers, i as createCommentVNode, ac as Transition, _ as _export_sfc } from "./index-5429bbf8.js";
2
2
  const _hoisted_1 = { class: "input-wrapper" };
3
3
  const _hoisted_2 = ["placeholder", "aria-expanded", "aria-controls", "aria-activedescendant", "disabled"];
4
4
  const _hoisted_3 = { class: "icon-container" };
@@ -4,8 +4,8 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { u as useNodeStore, P as PopOver, V as ViewPlugin, p as Decoration, q as EditorState, r as autocompletion, R as RangeSetBuilder, o as T } from "./vue-codemirror.esm-dc5e3348.js";
8
- import { d as defineComponent, r as ref, m as watch, n as onMounted, c as openBlock, e as createElementBlock, q as renderList, p as createBaseVNode, t as toDisplayString, F as Fragment, _ as _export_sfc, s as normalizeClass, f as createVNode, w as withCtx, X as shallowRef, u as unref, a as axios, R as nextTick, i as createCommentVNode, l as computed, am as debounce, T as normalizeStyle, h as createBlock } from "./index-683fc198.js";
7
+ import { u as useNodeStore, P as PopOver, V as ViewPlugin, p as Decoration, q as EditorState, r as autocompletion, R as RangeSetBuilder, o as T } from "./vue-codemirror.esm-41b0e0d7.js";
8
+ import { d as defineComponent, r as ref, m as watch, n as onMounted, c as openBlock, e as createElementBlock, q as renderList, p as createBaseVNode, t as toDisplayString, F as Fragment, _ as _export_sfc, s as normalizeClass, f as createVNode, w as withCtx, X as shallowRef, u as unref, a as axios, R as nextTick, i as createCommentVNode, l as computed, aq as debounce, T as normalizeStyle, h as createBlock } from "./index-5429bbf8.js";
9
9
  const _hoisted_1$5 = { class: "cool-button-container" };
10
10
  const _hoisted_2$4 = ["onClick"];
11
11
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
- import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
2
- import { i as info_filled_default } from "./designer-6c322d8e.js";
3
- import { d as defineComponent, r as ref, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, L as renderSlot, p as createBaseVNode, g as createTextVNode, u as unref, _ as _export_sfc } from "./index-683fc198.js";
1
+ import { u as useNodeStore } from "./vue-codemirror.esm-41b0e0d7.js";
2
+ import { i as info_filled_default } from "./designer-9633482a.js";
3
+ import { d as defineComponent, r as ref, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, L as renderSlot, p as createBaseVNode, g as createTextVNode, u as unref, _ as _export_sfc } from "./index-5429bbf8.js";
4
4
  const _hoisted_1 = { class: "settings-wrapper" };
5
5
  const _hoisted_2 = { class: "settings-section" };
6
6
  const _hoisted_3 = { class: "setting-group" };
@@ -8103,6 +8103,14 @@ readers do not read off random characters that represent icons */
8103
8103
  z-index: 1;
8104
8104
  }
8105
8105
 
8106
+ .custom-component-container {
8107
+ display: flex;
8108
+ flex-direction: column;
8109
+ gap: 8px;
8110
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
8111
+ border-radius: 8px;
8112
+ }
8113
+
8106
8114
  .listbox-subtitle {
8107
8115
  display: flex;
8108
8116
  align-items: center;
@@ -3080,9 +3080,180 @@ function setRef(rawRef, oldRawRef, parentSuspense, vnode, isUnmount = false) {
3080
3080
  }
3081
3081
  }
3082
3082
  }
3083
+ const isComment$1 = (node) => node.nodeType === 8;
3083
3084
  getGlobalThis$1().requestIdleCallback || ((cb) => setTimeout(cb, 1));
3084
3085
  getGlobalThis$1().cancelIdleCallback || ((id2) => clearTimeout(id2));
3086
+ function forEachElement(node, cb) {
3087
+ if (isComment$1(node) && node.data === "[") {
3088
+ let depth = 1;
3089
+ let next = node.nextSibling;
3090
+ while (next) {
3091
+ if (next.nodeType === 1) {
3092
+ const result = cb(next);
3093
+ if (result === false) {
3094
+ break;
3095
+ }
3096
+ } else if (isComment$1(next)) {
3097
+ if (next.data === "]") {
3098
+ if (--depth === 0)
3099
+ break;
3100
+ } else if (next.data === "[") {
3101
+ depth++;
3102
+ }
3103
+ }
3104
+ next = next.nextSibling;
3105
+ }
3106
+ } else {
3107
+ cb(node);
3108
+ }
3109
+ }
3085
3110
  const isAsyncWrapper = (i) => !!i.type.__asyncLoader;
3111
+ /*! #__NO_SIDE_EFFECTS__ */
3112
+ // @__NO_SIDE_EFFECTS__
3113
+ function defineAsyncComponent(source) {
3114
+ if (isFunction$5(source)) {
3115
+ source = { loader: source };
3116
+ }
3117
+ const {
3118
+ loader,
3119
+ loadingComponent,
3120
+ errorComponent,
3121
+ delay = 200,
3122
+ hydrate: hydrateStrategy,
3123
+ timeout,
3124
+ // undefined = never times out
3125
+ suspensible = true,
3126
+ onError: userOnError
3127
+ } = source;
3128
+ let pendingRequest = null;
3129
+ let resolvedComp;
3130
+ let retries = 0;
3131
+ const retry = () => {
3132
+ retries++;
3133
+ pendingRequest = null;
3134
+ return load();
3135
+ };
3136
+ const load = () => {
3137
+ let thisRequest;
3138
+ return pendingRequest || (thisRequest = pendingRequest = loader().catch((err) => {
3139
+ err = err instanceof Error ? err : new Error(String(err));
3140
+ if (userOnError) {
3141
+ return new Promise((resolve2, reject) => {
3142
+ const userRetry = () => resolve2(retry());
3143
+ const userFail = () => reject(err);
3144
+ userOnError(err, userRetry, userFail, retries + 1);
3145
+ });
3146
+ } else {
3147
+ throw err;
3148
+ }
3149
+ }).then((comp) => {
3150
+ if (thisRequest !== pendingRequest && pendingRequest) {
3151
+ return pendingRequest;
3152
+ }
3153
+ if (comp && (comp.__esModule || comp[Symbol.toStringTag] === "Module")) {
3154
+ comp = comp.default;
3155
+ }
3156
+ resolvedComp = comp;
3157
+ return comp;
3158
+ }));
3159
+ };
3160
+ return /* @__PURE__ */ defineComponent({
3161
+ name: "AsyncComponentWrapper",
3162
+ __asyncLoader: load,
3163
+ __asyncHydrate(el, instance, hydrate) {
3164
+ const doHydrate = hydrateStrategy ? () => {
3165
+ const teardown = hydrateStrategy(
3166
+ hydrate,
3167
+ (cb) => forEachElement(el, cb)
3168
+ );
3169
+ if (teardown) {
3170
+ (instance.bum || (instance.bum = [])).push(teardown);
3171
+ }
3172
+ } : hydrate;
3173
+ if (resolvedComp) {
3174
+ doHydrate();
3175
+ } else {
3176
+ load().then(() => !instance.isUnmounted && doHydrate());
3177
+ }
3178
+ },
3179
+ get __asyncResolved() {
3180
+ return resolvedComp;
3181
+ },
3182
+ setup() {
3183
+ const instance = currentInstance;
3184
+ markAsyncBoundary(instance);
3185
+ if (resolvedComp) {
3186
+ return () => createInnerComp(resolvedComp, instance);
3187
+ }
3188
+ const onError = (err) => {
3189
+ pendingRequest = null;
3190
+ handleError(
3191
+ err,
3192
+ instance,
3193
+ 13,
3194
+ !errorComponent
3195
+ );
3196
+ };
3197
+ if (suspensible && instance.suspense || isInSSRComponentSetup) {
3198
+ return load().then((comp) => {
3199
+ return () => createInnerComp(comp, instance);
3200
+ }).catch((err) => {
3201
+ onError(err);
3202
+ return () => errorComponent ? createVNode(errorComponent, {
3203
+ error: err
3204
+ }) : null;
3205
+ });
3206
+ }
3207
+ const loaded = ref(false);
3208
+ const error = ref();
3209
+ const delayed = ref(!!delay);
3210
+ if (delay) {
3211
+ setTimeout(() => {
3212
+ delayed.value = false;
3213
+ }, delay);
3214
+ }
3215
+ if (timeout != null) {
3216
+ setTimeout(() => {
3217
+ if (!loaded.value && !error.value) {
3218
+ const err = new Error(
3219
+ `Async component timed out after ${timeout}ms.`
3220
+ );
3221
+ onError(err);
3222
+ error.value = err;
3223
+ }
3224
+ }, timeout);
3225
+ }
3226
+ load().then(() => {
3227
+ loaded.value = true;
3228
+ if (instance.parent && isKeepAlive(instance.parent.vnode)) {
3229
+ instance.parent.update();
3230
+ }
3231
+ }).catch((err) => {
3232
+ onError(err);
3233
+ error.value = err;
3234
+ });
3235
+ return () => {
3236
+ if (loaded.value && resolvedComp) {
3237
+ return createInnerComp(resolvedComp, instance);
3238
+ } else if (error.value && errorComponent) {
3239
+ return createVNode(errorComponent, {
3240
+ error: error.value
3241
+ });
3242
+ } else if (loadingComponent && !delayed.value) {
3243
+ return createVNode(loadingComponent);
3244
+ }
3245
+ };
3246
+ }
3247
+ });
3248
+ }
3249
+ function createInnerComp(comp, parent) {
3250
+ const { ref: ref2, props, children, ce } = parent.vnode;
3251
+ const vnode = createVNode(comp, props, children);
3252
+ vnode.ref = ref2;
3253
+ vnode.ce = ce;
3254
+ delete parent.vnode.ce;
3255
+ return vnode;
3256
+ }
3086
3257
  const isKeepAlive = (vnode) => vnode.type.__isKeepAlive;
3087
3258
  function onActivated(hook, target) {
3088
3259
  registerKeepAliveHook(hook, "a", target);
@@ -6379,6 +6550,11 @@ function cloneVNode(vnode, extraProps, mergeRef = false, cloneTransition = false
6379
6550
  function createTextVNode(text = " ", flag = 0) {
6380
6551
  return createVNode(Text, null, text, flag);
6381
6552
  }
6553
+ function createStaticVNode(content, numberOfNodes) {
6554
+ const vnode = createVNode(Static, null, content);
6555
+ vnode.staticCount = numberOfNodes;
6556
+ return vnode;
6557
+ }
6382
6558
  function createCommentVNode(text = "", asBlock = false) {
6383
6559
  return asBlock ? (openBlock(), createBlock(Comment, null, text)) : createVNode(Comment, null, text);
6384
6560
  }
@@ -15667,32 +15843,32 @@ const routes = [
15667
15843
  {
15668
15844
  path: "designer",
15669
15845
  name: "designer",
15670
- component: () => __vitePreload(() => import("./designer-6c322d8e.js").then((n) => n.d), true ? ["assets/designer-6c322d8e.js","assets/vue-codemirror.esm-dc5e3348.js","assets/vue-codemirror-bccfde04.css","assets/designer-2197d782.css"] : void 0)
15846
+ component: () => __vitePreload(() => import("./designer-9633482a.js").then((n) => n.d), true ? ["assets/designer-9633482a.js","assets/vue-codemirror.esm-41b0e0d7.js","assets/vue-codemirror-bccfde04.css","assets/designer-8da3ba3a.css"] : void 0)
15671
15847
  },
15672
15848
  {
15673
15849
  name: "nodeData",
15674
15850
  path: "nodeData",
15675
- component: () => __vitePreload(() => import("./fullEditor-ec4e4f95.js"), true ? ["assets/fullEditor-ec4e4f95.js","assets/vue-codemirror.esm-dc5e3348.js","assets/vue-codemirror-bccfde04.css","assets/fullEditor-178376bb.css"] : void 0)
15851
+ component: () => __vitePreload(() => import("./fullEditor-f7971590.js"), true ? ["assets/fullEditor-f7971590.js","assets/vue-codemirror.esm-41b0e0d7.js","assets/vue-codemirror-bccfde04.css","assets/fullEditor-178376bb.css"] : void 0)
15676
15852
  },
15677
15853
  {
15678
15854
  name: "documentation",
15679
15855
  path: "documentation",
15680
- component: () => __vitePreload(() => import("./documentation-4d1fafe1.js"), true ? ["assets/documentation-4d1fafe1.js","assets/documentation-12216a74.css"] : void 0)
15856
+ component: () => __vitePreload(() => import("./documentation-ca400224.js"), true ? ["assets/documentation-ca400224.js","assets/documentation-12216a74.css"] : void 0)
15681
15857
  },
15682
15858
  {
15683
15859
  name: "databaseManager",
15684
15860
  path: "databaseManager",
15685
- component: () => __vitePreload(() => import("./DatabaseManager-265adc5e.js"), true ? ["assets/DatabaseManager-265adc5e.js","assets/api-023d1733.js","assets/DatabaseManager-30fa27e5.css"] : void 0)
15861
+ component: () => __vitePreload(() => import("./DatabaseManager-cf5ef661.js"), true ? ["assets/DatabaseManager-cf5ef661.js","assets/api-cf1221f0.js","assets/DatabaseManager-30fa27e5.css"] : void 0)
15686
15862
  },
15687
15863
  {
15688
15864
  name: "cloudConnectionManager",
15689
15865
  path: "cloudConnectionManager",
15690
- component: () => __vitePreload(() => import("./CloudConnectionManager-c97c25f8.js"), true ? ["assets/CloudConnectionManager-c97c25f8.js","assets/api-cb00cce6.js","assets/CloudConnectionManager-2dfdce2f.css"] : void 0)
15866
+ component: () => __vitePreload(() => import("./CloudConnectionManager-0dfba9f2.js"), true ? ["assets/CloudConnectionManager-0dfba9f2.js","assets/api-c1bad5ca.js","assets/CloudConnectionManager-2dfdce2f.css"] : void 0)
15691
15867
  },
15692
15868
  {
15693
15869
  name: "secretManager",
15694
15870
  path: "secretManager",
15695
- component: () => __vitePreload(() => import("./SecretManager-b066d13a.js"), true ? ["assets/SecretManager-b066d13a.js","assets/secretApi-baceb6f9.js"] : void 0)
15871
+ component: () => __vitePreload(() => import("./SecretManager-4839be57.js"), true ? ["assets/SecretManager-4839be57.js","assets/secretApi-68435402.js"] : void 0)
15696
15872
  }
15697
15873
  ]
15698
15874
  },
@@ -59674,31 +59850,32 @@ export {
59674
59850
  resolveDynamicComponent as a2,
59675
59851
  watchEffect as a3,
59676
59852
  normalizeProps as a4,
59677
- withDirectives as a5,
59678
- vModelText as a6,
59679
- Teleport as a7,
59680
- guardReactiveProps as a8,
59681
- __vitePreload as a9,
59682
- render$$ as aa,
59683
- vShow as ab,
59684
- authService as ac,
59685
- flowfileCorebaseURL as ad,
59686
- useCssVars as ae,
59687
- toRaw as af,
59688
- vModelSelect as ag,
59689
- vModelDynamic as ah,
59690
- vModelCheckbox as ai,
59691
- ElDialog as aj,
59692
- ElButton as ak,
59693
- ElRadio as al,
59694
- debounce$2 as am,
59695
- ElOption$1 as an,
59696
- ElSelect as ao,
59697
- ElIcon as ap,
59698
- ElPopover as aq,
59699
- ElCheckbox as ar,
59700
- ElSlider as as,
59701
- Transition as at,
59853
+ defineAsyncComponent as a5,
59854
+ onErrorCaptured as a6,
59855
+ __vitePreload as a7,
59856
+ withDirectives as a8,
59857
+ vModelText as a9,
59858
+ Teleport as aa,
59859
+ guardReactiveProps as ab,
59860
+ Transition as ac,
59861
+ createStaticVNode as ad,
59862
+ render$$ as ae,
59863
+ vShow as af,
59864
+ authService as ag,
59865
+ flowfileCorebaseURL as ah,
59866
+ useCssVars as ai,
59867
+ toRaw as aj,
59868
+ vModelSelect as ak,
59869
+ vModelDynamic as al,
59870
+ vModelCheckbox as am,
59871
+ ElDialog as an,
59872
+ ElButton as ao,
59873
+ ElRadio as ap,
59874
+ debounce$2 as aq,
59875
+ ElIcon as ar,
59876
+ ElPopover as as,
59877
+ ElOption$1 as at,
59878
+ ElSelect as au,
59702
59879
  resolveComponent as b,
59703
59880
  openBlock as c,
59704
59881
  defineComponent as d,
@@ -0,0 +1,41 @@
1
+ import { r as ref } from "./index-5429bbf8.js";
2
+ function isInputCsvTable(settings) {
3
+ return settings.file_type === "csv";
4
+ }
5
+ function isInputExcelTable(settings) {
6
+ return settings.file_type === "excel";
7
+ }
8
+ function isInputParquetTable(settings) {
9
+ return settings.file_type === "parquet";
10
+ }
11
+ const createSelectInputFromName = (columnName, keep = true) => {
12
+ return {
13
+ old_name: columnName,
14
+ new_name: columnName,
15
+ keep,
16
+ is_altered: false,
17
+ data_type_change: false,
18
+ is_available: true,
19
+ position: 0,
20
+ original_position: 0
21
+ };
22
+ };
23
+ function isOutputCsvTable(settings) {
24
+ return settings.file_type === "csv";
25
+ }
26
+ function isOutputParquetTable(settings) {
27
+ return settings.file_type === "parquet";
28
+ }
29
+ function isOutputExcelTable(settings) {
30
+ return settings.file_type === "excel";
31
+ }
32
+ ref(null);
33
+ export {
34
+ isOutputExcelTable as a,
35
+ isOutputParquetTable as b,
36
+ isInputExcelTable as c,
37
+ isInputCsvTable as d,
38
+ isInputParquetTable as e,
39
+ createSelectInputFromName as f,
40
+ isOutputCsvTable as i
41
+ };
@@ -0,0 +1,86 @@
1
+ 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, at as ElOption, au as ElSelect, _ as _export_sfc } from "./index-5429bbf8.js";
2
+ const _hoisted_1 = { class: "csv-table-settings" };
3
+ const _hoisted_2 = { class: "input-group" };
4
+ const _hoisted_3 = { class: "input-group" };
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "outputCsv",
7
+ props: {
8
+ modelValue: {
9
+ type: Object,
10
+ required: true
11
+ }
12
+ },
13
+ emits: ["update:modelValue"],
14
+ setup(__props, { emit: __emit }) {
15
+ const props = __props;
16
+ const emit = __emit;
17
+ const localCsvTable = ref(props.modelValue);
18
+ const csv_settings = {
19
+ delimiter_options: [",", ";", "|", "tab"],
20
+ encoding_options: ["utf-8", "ISO-8859-1", "ASCII"]
21
+ };
22
+ const updateParent = () => {
23
+ emit("update:modelValue", localCsvTable.value);
24
+ };
25
+ watch(
26
+ () => props.modelValue,
27
+ (newVal) => {
28
+ localCsvTable.value = newVal;
29
+ },
30
+ { deep: true }
31
+ );
32
+ return (_ctx, _cache) => {
33
+ return openBlock(), createElementBlock("div", _hoisted_1, [
34
+ createBaseVNode("div", _hoisted_2, [
35
+ _cache[2] || (_cache[2] = createBaseVNode("label", { for: "delimiter" }, "File delimiter:", -1)),
36
+ createVNode(unref(ElSelect), {
37
+ modelValue: localCsvTable.value.delimiter,
38
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => localCsvTable.value.delimiter = $event),
39
+ placeholder: "Select delimiter",
40
+ size: "small",
41
+ style: { "max-width": "200px" },
42
+ onChange: updateParent
43
+ }, {
44
+ default: withCtx(() => [
45
+ (openBlock(true), createElementBlock(Fragment, null, renderList(csv_settings.delimiter_options, (option) => {
46
+ return openBlock(), createBlock(unref(ElOption), {
47
+ key: option,
48
+ label: option,
49
+ value: option
50
+ }, null, 8, ["label", "value"]);
51
+ }), 128))
52
+ ]),
53
+ _: 1
54
+ }, 8, ["modelValue"])
55
+ ]),
56
+ createBaseVNode("div", _hoisted_3, [
57
+ _cache[3] || (_cache[3] = createBaseVNode("label", { for: "encoding" }, "File encoding:", -1)),
58
+ createVNode(unref(ElSelect), {
59
+ modelValue: localCsvTable.value.encoding,
60
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => localCsvTable.value.encoding = $event),
61
+ placeholder: "Select encoding",
62
+ size: "small",
63
+ style: { "max-width": "200px" },
64
+ onChange: updateParent
65
+ }, {
66
+ default: withCtx(() => [
67
+ (openBlock(true), createElementBlock(Fragment, null, renderList(csv_settings.encoding_options, (option) => {
68
+ return openBlock(), createBlock(unref(ElOption), {
69
+ key: option,
70
+ label: option,
71
+ value: option
72
+ }, null, 8, ["label", "value"]);
73
+ }), 128))
74
+ ]),
75
+ _: 1
76
+ }, 8, ["modelValue"])
77
+ ])
78
+ ]);
79
+ };
80
+ }
81
+ });
82
+ const outputCsv_vue_vue_type_style_index_0_scoped_9ecfb42a_lang = "";
83
+ const CsvTableConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9ecfb42a"]]);
84
+ export {
85
+ CsvTableConfig as default
86
+ };
@@ -2497,146 +2497,3 @@
2497
2497
  .el-select[data-v-9ecfb42a] {
2498
2498
  width: 100%;
2499
2499
  }
2500
-
2501
- .excel-table-settings[data-v-45248953] {
2502
- width: 100%;
2503
- max-width: 600px; /* Set a maximum width for better layout */
2504
- margin: auto; /* Center align the form */
2505
- }
2506
- .excel-table-settings label[data-v-45248953] {
2507
- display: block;
2508
- margin-bottom: 10px;
2509
- color: #333;
2510
- font-size: 16px;
2511
- font-weight: 500;
2512
- }
2513
- .excel-table-settings input[type="text"][data-v-45248953],
2514
- .excel-table-settings input[type="number"][data-v-45248953] {
2515
- width: 100%;
2516
- padding: 10px 15px;
2517
- border: 1px solid #ddd;
2518
- border-radius: 4px;
2519
- font-size: 16px;
2520
- color: #333;
2521
- background-color: #f5f5f5;
2522
- transition: background-color 0.3s ease;
2523
- }
2524
- .excel-table-settings input[type="text"][data-v-45248953]:hover,
2525
- .excel-table-settings input[type="number"][data-v-45248953]:hover {
2526
- background-color: #e4e4e4;
2527
- }
2528
- .excel-table-settings .checkbox-container[data-v-45248953] {
2529
- display: flex;
2530
- align-items: center;
2531
- margin-bottom: 10px;
2532
- }
2533
- .excel-table-settings .checkbox-label[data-v-45248953] {
2534
- margin-left: 10px;
2535
- font-size: 16px;
2536
- }
2537
- .excel-table-settings input[type="checkbox"][data-v-45248953] {
2538
- accent-color: #333; /* Customize the checkbox color */
2539
- }
2540
- .excel-table-settings button[data-v-45248953] {
2541
- padding: 10px 15px;
2542
- border: 1px solid #ddd;
2543
- border-radius: 4px;
2544
- font-size: 16px;
2545
- font-weight: 500;
2546
- color: #333;
2547
- background-color: #f5f5f5;
2548
- cursor: pointer;
2549
- transition: background-color 0.3s ease;
2550
- margin-top: 20px; /* Additional spacing above the button */
2551
- }
2552
- .excel-table-settings button[data-v-45248953]:hover {
2553
- background-color: #e4e4e4;
2554
- }
2555
- .optional-section[data-v-45248953] {
2556
- margin-top: 20px;
2557
- }
2558
- .row-inputs[data-v-45248953] {
2559
- display: flex;
2560
- justify-content: space-between;
2561
- margin-bottom: 20px;
2562
- }
2563
- .input-group[data-v-45248953] {
2564
- display: flex;
2565
- flex-direction: column;
2566
- flex-basis: 48%; /* Adjusts the width of each group */
2567
- }
2568
- .input-group label[data-v-45248953] {
2569
- margin-bottom: 5px;
2570
- }
2571
- .input-group input[type="number"][data-v-45248953] {
2572
- padding: 10px;
2573
- border: 1px solid #ddd;
2574
- border-radius: 4px;
2575
- background-color: #f5f5f5;
2576
- }
2577
- .section-divider[data-v-45248953] {
2578
- border: none;
2579
- height: 1px;
2580
- background-color: #999999; /* Color of the divider */
2581
- margin: 20px 0; /* Spacing around the divider */
2582
- }
2583
- .checkbox-row[data-v-45248953] {
2584
- display: flex;
2585
- justify-content: space-between;
2586
- align-items: center;
2587
- margin-bottom: 20px;
2588
- }
2589
- .checkbox-group[data-v-45248953] {
2590
- display: flex;
2591
- align-items: center;
2592
- margin-bottom: 20px;
2593
- }
2594
- .checkbox-group label[data-v-45248953] {
2595
- margin-left: 10px;
2596
- font-size: 16px;
2597
- font-weight: 500;
2598
- }
2599
- .checkbox-group input[type="checkbox"][data-v-45248953] {
2600
- accent-color: #333; /* Customize the checkbox color */
2601
- }
2602
-
2603
- .parquet-table-settings button[data-v-7db0128e]:hover {
2604
- background-color: #e4e4e4;
2605
- }
2606
-
2607
- .main-part[data-v-3955fb0e] {
2608
- display: flex;
2609
- flex-direction: column;
2610
- padding: 20px;
2611
- border: 1px solid #ddd;
2612
- border-radius: 8px;
2613
- background-color: #fff;
2614
- margin-top: 20px;
2615
- }
2616
- .file-upload-row[data-v-3955fb0e] {
2617
- display: flex;
2618
- align-items: center;
2619
- gap: 10px;
2620
- margin-bottom: 20px;
2621
- }
2622
- .file-upload-label[data-v-3955fb0e] {
2623
- display: inline-flex;
2624
- align-items: center;
2625
- justify-content: center;
2626
- background-color: #3498db;
2627
- border: 1px solid transparent;
2628
- border-radius: 4px;
2629
- padding: 10px 20px;
2630
- color: white;
2631
- font-size: 16px;
2632
- cursor: pointer;
2633
- transition: all 0.3s ease;
2634
- }
2635
- .file-upload-label[data-v-3955fb0e]:hover {
2636
- background-color: #2980b9;
2637
- }
2638
- .warning-message[data-v-3955fb0e] {
2639
- color: #e74c3c;
2640
- display: flex;
2641
- align-items: center;
2642
- }
@@ -0,0 +1,56 @@
1
+ import { d as defineComponent, r as ref, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, i as createCommentVNode, _ as _export_sfc } from "./index-5429bbf8.js";
2
+ const _hoisted_1 = { class: "excel-table-settings" };
3
+ const _hoisted_2 = { class: "mandatory-section" };
4
+ const _hoisted_3 = {
5
+ key: 0,
6
+ class: "section-divider"
7
+ };
8
+ const _sfc_main = /* @__PURE__ */ defineComponent({
9
+ __name: "outputExcel",
10
+ props: {
11
+ modelValue: {
12
+ type: Object,
13
+ required: true
14
+ }
15
+ },
16
+ emits: ["update:modelValue"],
17
+ setup(__props, { emit: __emit }) {
18
+ const props = __props;
19
+ const emit = __emit;
20
+ const localExcelTable = ref(props.modelValue);
21
+ const showOptionalSettings = ref(false);
22
+ const updateParent = () => {
23
+ emit("update:modelValue", localExcelTable.value);
24
+ };
25
+ watch(
26
+ () => props.modelValue,
27
+ (newVal) => {
28
+ localExcelTable.value = newVal;
29
+ },
30
+ { deep: true }
31
+ );
32
+ return (_ctx, _cache) => {
33
+ const _component_el_input = resolveComponent("el-input");
34
+ return openBlock(), createElementBlock("div", _hoisted_1, [
35
+ createBaseVNode("div", _hoisted_2, [
36
+ _cache[1] || (_cache[1] = createBaseVNode("label", { for: "sheet-name" }, "Sheet Name:", -1)),
37
+ createVNode(_component_el_input, {
38
+ id: "sheet-name",
39
+ modelValue: localExcelTable.value.sheet_name,
40
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => localExcelTable.value.sheet_name = $event),
41
+ type: "text",
42
+ required: "",
43
+ size: "small",
44
+ onInput: updateParent
45
+ }, null, 8, ["modelValue"]),
46
+ showOptionalSettings.value ? (openBlock(), createElementBlock("hr", _hoisted_3)) : createCommentVNode("", true)
47
+ ])
48
+ ]);
49
+ };
50
+ }
51
+ });
52
+ const outputExcel_vue_vue_type_style_index_0_scoped_45248953_lang = "";
53
+ const ExcelTableConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-45248953"]]);
54
+ export {
55
+ ExcelTableConfig as default
56
+ };