Flowfile 0.3.10__py3-none-any.whl → 0.4.0__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.

Potentially problematic release.


This version of Flowfile might be problematic. Click here for more details.

Files changed (108) hide show
  1. flowfile/__init__.py +6 -1
  2. flowfile/web/static/assets/{CloudConnectionManager-d7c2c028.js → CloudConnectionManager-109ecc3c.js} +2 -2
  3. flowfile/web/static/assets/{CloudStorageReader-d467329f.js → CloudStorageReader-19cdd67a.js} +6 -6
  4. flowfile/web/static/assets/{CloudStorageWriter-071b8b00.js → CloudStorageWriter-48e0ae20.js} +6 -6
  5. flowfile/web/static/assets/ColumnSelector-47996a16.css +10 -0
  6. flowfile/web/static/assets/ColumnSelector-ecaf7c44.js +83 -0
  7. flowfile/web/static/assets/{ContextMenu-2dea5e27.js → ContextMenu-2b348c4c.js} +1 -1
  8. flowfile/web/static/assets/{ContextMenu-785554c4.js → ContextMenu-a779eed7.js} +1 -1
  9. flowfile/web/static/assets/{ContextMenu-a51e19ea.js → ContextMenu-eca26a03.js} +1 -1
  10. flowfile/web/static/assets/{CrossJoin-cf68ec7a.js → CrossJoin-a88f8142.js} +7 -7
  11. flowfile/web/static/assets/CustomNode-74a37f74.css +32 -0
  12. flowfile/web/static/assets/CustomNode-cb863dff.js +211 -0
  13. flowfile/web/static/assets/{DatabaseConnectionSettings-435c5dd8.js → DatabaseConnectionSettings-819d3267.js} +2 -2
  14. flowfile/web/static/assets/{DatabaseManager-349e33a8.js → DatabaseManager-84ee2834.js} +2 -2
  15. flowfile/web/static/assets/{DatabaseReader-8075bd28.js → DatabaseReader-060dd412.js} +9 -9
  16. flowfile/web/static/assets/{DatabaseWriter-3e2dda89.js → DatabaseWriter-7fc7750f.js} +8 -8
  17. flowfile/web/static/assets/{ExploreData-76ec698c.js → ExploreData-82c95991.js} +5 -5
  18. flowfile/web/static/assets/{ExternalSource-609a265c.js → ExternalSource-e1a6ddc7.js} +5 -5
  19. flowfile/web/static/assets/{Filter-97cff793.js → Filter-8aca894a.js} +7 -7
  20. flowfile/web/static/assets/{Formula-09de0ec9.js → Formula-e33686d9.js} +7 -7
  21. flowfile/web/static/assets/{FuzzyMatch-bdf70248.js → FuzzyMatch-abda150d.js} +8 -8
  22. flowfile/web/static/assets/{GraphSolver-0b5a0e05.js → GraphSolver-4ecad1d7.js} +6 -6
  23. flowfile/web/static/assets/{GroupBy-eaddadde.js → GroupBy-656d07f3.js} +5 -5
  24. flowfile/web/static/assets/{Join-3313371b.js → Join-b84ec849.js} +8 -8
  25. flowfile/web/static/assets/{ManualInput-e8bfc0be.js → ManualInput-346f4135.js} +4 -4
  26. flowfile/web/static/assets/MultiSelect-61b98268.js +5 -0
  27. flowfile/web/static/assets/MultiSelect.vue_vue_type_script_setup_true_lang-2a7c8312.js +63 -0
  28. flowfile/web/static/assets/NumericInput-e36602c2.js +5 -0
  29. flowfile/web/static/assets/NumericInput.vue_vue_type_script_setup_true_lang-211a1990.js +35 -0
  30. flowfile/web/static/assets/{Output-7303bb09.js → Output-eb041599.js} +6 -6
  31. flowfile/web/static/assets/{Pivot-3b1c54ef.js → Pivot-f5c774f4.js} +7 -7
  32. flowfile/web/static/assets/{PivotValidation-3bb36c8f.js → PivotValidation-26546cbc.js} +1 -1
  33. flowfile/web/static/assets/{PivotValidation-eaa819c0.js → PivotValidation-e150a24b.js} +1 -1
  34. flowfile/web/static/assets/{PolarsCode-aa12e25d.js → PolarsCode-da3a7abf.js} +5 -5
  35. flowfile/web/static/assets/{Read-a2bfc618.js → Read-0c768769.js} +8 -8
  36. flowfile/web/static/assets/{RecordCount-aa0dc082.js → RecordCount-84736276.js} +4 -4
  37. flowfile/web/static/assets/{RecordId-48ee1a3b.js → RecordId-60055e6d.js} +6 -6
  38. flowfile/web/static/assets/{SQLQueryComponent-e149dbf2.js → SQLQueryComponent-8a486004.js} +1 -1
  39. flowfile/web/static/assets/{Sample-f06cb97a.js → Sample-2d662611.js} +4 -4
  40. flowfile/web/static/assets/{SecretManager-37f34886.js → SecretManager-ef586cab.js} +2 -2
  41. flowfile/web/static/assets/{Select-b60e6c47.js → Select-2e4a6965.js} +7 -7
  42. flowfile/web/static/assets/{SettingsSection-75b6cf4f.js → SettingsSection-310b61c0.js} +1 -1
  43. flowfile/web/static/assets/{SettingsSection-e57a672e.js → SettingsSection-5634f439.js} +1 -1
  44. flowfile/web/static/assets/{SettingsSection-70e5a7b1.js → SettingsSection-7c68b19f.js} +1 -1
  45. flowfile/web/static/assets/SingleSelect-7298811a.js +5 -0
  46. flowfile/web/static/assets/SingleSelect.vue_vue_type_script_setup_true_lang-43807bad.js +62 -0
  47. flowfile/web/static/assets/SliderInput-53105476.js +40 -0
  48. flowfile/web/static/assets/SliderInput-b8fb6a8c.css +4 -0
  49. flowfile/web/static/assets/{Sort-51b1ee4d.js → Sort-4fdebe74.js} +5 -5
  50. flowfile/web/static/assets/TextInput-28366b7e.js +5 -0
  51. flowfile/web/static/assets/TextInput.vue_vue_type_script_setup_true_lang-9cad14ba.js +32 -0
  52. flowfile/web/static/assets/{TextToRows-26835f8f.js → TextToRows-73ffa692.js} +7 -7
  53. flowfile/web/static/assets/ToggleSwitch-598add30.js +5 -0
  54. flowfile/web/static/assets/ToggleSwitch.vue_vue_type_script_setup_true_lang-f620cd32.js +31 -0
  55. flowfile/web/static/assets/{UnavailableFields-88a4cd0c.js → UnavailableFields-66239e83.js} +2 -2
  56. flowfile/web/static/assets/{Union-4d0088eb.js → Union-26b10614.js} +4 -4
  57. flowfile/web/static/assets/{Unique-7d554a62.js → Unique-33b9edbb.js} +7 -7
  58. flowfile/web/static/assets/{Unpivot-4668595c.js → Unpivot-ef69d0e2.js} +6 -6
  59. flowfile/web/static/assets/{UnpivotValidation-d4f0e0e8.js → UnpivotValidation-8658388e.js} +1 -1
  60. flowfile/web/static/assets/{VueGraphicWalker-5324d566.js → VueGraphicWalker-4d7861f4.js} +1 -1
  61. flowfile/web/static/assets/{api-31e4fea6.js → api-2d1394bd.js} +1 -1
  62. flowfile/web/static/assets/{api-271ed117.js → api-c908fffe.js} +1 -1
  63. flowfile/web/static/assets/{designer-bf3d9487.js → designer-1667687d.js} +24 -16
  64. flowfile/web/static/assets/{designer-091bdc3f.css → designer-665e9408.css} +18 -18
  65. flowfile/web/static/assets/{documentation-4d0a1cea.js → documentation-5eed779e.js} +1 -1
  66. flowfile/web/static/assets/{dropDown-025888df.js → dropDown-41ebe3c2.js} +1 -1
  67. flowfile/web/static/assets/{fullEditor-1df991ec.js → fullEditor-0670d32d.js} +2 -2
  68. flowfile/web/static/assets/{genericNodeSettings-d3b2b2ac.js → genericNodeSettings-38410ebf.js} +3 -3
  69. flowfile/web/static/assets/{index-681a3ed0.css → index-50508d4d.css} +8 -0
  70. flowfile/web/static/assets/{index-d0518598.js → index-5ec791df.js} +6 -6
  71. flowfile/web/static/assets/{outputCsv-d8457527.js → outputCsv-059583b6.js} +1 -1
  72. flowfile/web/static/assets/{outputExcel-be89153e.js → outputExcel-76b1e02c.js} +1 -1
  73. flowfile/web/static/assets/{outputParquet-fabb445a.js → outputParquet-440fd4c7.js} +1 -1
  74. flowfile/web/static/assets/{readCsv-e8359522.js → readCsv-9813903a.js} +1 -1
  75. flowfile/web/static/assets/{readExcel-dabaf51b.js → readExcel-7f40d237.js} +3 -3
  76. flowfile/web/static/assets/{readParquet-e0771ef2.js → readParquet-22d56002.js} +1 -1
  77. flowfile/web/static/assets/{secretApi-ce823eee.js → secretApi-b3cb072e.js} +1 -1
  78. flowfile/web/static/assets/{selectDynamic-5476546e.js → selectDynamic-7ad95bca.js} +3 -3
  79. flowfile/web/static/assets/user-defined-icon-0ae16c90.png +0 -0
  80. flowfile/web/static/assets/{vue-codemirror.esm-9ed00d50.js → vue-codemirror.esm-b1dfaa46.js} +33 -3
  81. flowfile/web/static/assets/{vue-content-loader.es-7bca2d9b.js → vue-content-loader.es-22bac17c.js} +1 -1
  82. flowfile/web/static/index.html +2 -2
  83. {flowfile-0.3.10.dist-info → flowfile-0.4.0.dist-info}/METADATA +1 -1
  84. {flowfile-0.3.10.dist-info → flowfile-0.4.0.dist-info}/RECORD +108 -82
  85. flowfile_core/configs/node_store/__init__.py +30 -0
  86. flowfile_core/configs/node_store/nodes.py +383 -358
  87. flowfile_core/configs/node_store/user_defined_node_registry.py +193 -0
  88. flowfile_core/flowfile/flow_data_engine/flow_file_column/interface.py +4 -0
  89. flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py +19 -34
  90. flowfile_core/flowfile/flow_data_engine/flow_file_column/type_registry.py +36 -0
  91. flowfile_core/flowfile/flow_graph.py +20 -1
  92. flowfile_core/flowfile/flow_node/flow_node.py +4 -4
  93. flowfile_core/flowfile/manage/open_flowfile.py +9 -1
  94. flowfile_core/flowfile/node_designer/__init__.py +47 -0
  95. flowfile_core/flowfile/node_designer/_type_registry.py +197 -0
  96. flowfile_core/flowfile/node_designer/custom_node.py +371 -0
  97. flowfile_core/flowfile/node_designer/data_types.py +146 -0
  98. flowfile_core/flowfile/node_designer/ui_components.py +277 -0
  99. flowfile_core/main.py +2 -1
  100. flowfile_core/routes/routes.py +16 -20
  101. flowfile_core/routes/user_defined_components.py +55 -0
  102. flowfile_core/schemas/input_schema.py +8 -1
  103. flowfile_core/schemas/schemas.py +6 -3
  104. flowfile_core/utils/validate_setup.py +3 -1
  105. shared/storage_config.py +17 -2
  106. {flowfile-0.3.10.dist-info → flowfile-0.4.0.dist-info}/LICENSE +0 -0
  107. {flowfile-0.3.10.dist-info → flowfile-0.4.0.dist-info}/WHEEL +0 -0
  108. {flowfile-0.3.10.dist-info → flowfile-0.4.0.dist-info}/entry_points.txt +0 -0
@@ -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, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, _ as _export_sfc } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import ContextMenu from "./ContextMenu-2dea5e27.js";
4
- import SettingsSection from "./SettingsSection-e57a672e.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
6
- import "./designer-bf3d9487.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, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, _ as _export_sfc } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import ContextMenu from "./ContextMenu-2b348c4c.js";
4
+ import SettingsSection from "./SettingsSection-5634f439.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
+ import "./designer-1667687d.js";
7
7
  const _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,8 +1,8 @@
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 } from "./index-d0518598.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
5
- import "./designer-bf3d9487.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 } from "./index-5ec791df.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
5
+ import "./designer-1667687d.js";
6
6
  const _hoisted_1 = { key: 0 };
7
7
  const _hoisted_2 = { class: "listbox-wrapper" };
8
8
  const _hoisted_3 = {
@@ -1,11 +1,11 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { C as ColumnSelector } from "./dropDown-025888df.js";
4
- import { s as selectDynamic } from "./selectDynamic-5476546e.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
6
- import { d as defineComponent, r as ref, l as computed, 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 } from "./index-d0518598.js";
7
- import "./UnavailableFields-88a4cd0c.js";
8
- import "./designer-bf3d9487.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { C as ColumnSelector } from "./dropDown-41ebe3c2.js";
4
+ import { s as selectDynamic } from "./selectDynamic-7ad95bca.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
+ import { d as defineComponent, r as ref, l as computed, 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 } from "./index-5ec791df.js";
7
+ import "./UnavailableFields-66239e83.js";
8
+ import "./designer-1667687d.js";
9
9
  const _hoisted_1 = {
10
10
  key: 0,
11
11
  class: "listbox-wrapper"
@@ -1,7 +1,7 @@
1
- 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, a8 as withDirectives, a9 as vModelText, u as unref, h as createBlock, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
4
- import "./designer-bf3d9487.js";
1
+ 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, a8 as withDirectives, a9 as vModelText, u as unref, h as createBlock, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
4
+ import "./designer-1667687d.js";
5
5
  const createManualInput = (flowId = -1, nodeId = -1, pos_x = 0, pos_y = 0) => {
6
6
  const nodeManualInput = ref({
7
7
  flow_id: flowId,
@@ -0,0 +1,5 @@
1
+ import { _ as _sfc_main } from "./MultiSelect.vue_vue_type_script_setup_true_lang-2a7c8312.js";
2
+ import "./index-5ec791df.js";
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -0,0 +1,63 @@
1
+ import { d as defineComponent, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "MultiSelect",
6
+ props: {
7
+ schema: {
8
+ type: Object,
9
+ required: true
10
+ },
11
+ modelValue: {
12
+ type: Array,
13
+ default: () => []
14
+ },
15
+ incomingColumns: {
16
+ type: Array,
17
+ default: () => []
18
+ }
19
+ },
20
+ emits: ["update:modelValue"],
21
+ setup(__props) {
22
+ const props = __props;
23
+ const options = computed(() => {
24
+ if (props.schema.options && !Array.isArray(props.schema.options) && props.schema.options.__type__ === "IncomingColumns") {
25
+ return props.incomingColumns;
26
+ }
27
+ if (Array.isArray(props.schema.options)) {
28
+ return props.schema.options;
29
+ }
30
+ return [];
31
+ });
32
+ return (_ctx, _cache) => {
33
+ const _component_el_option = resolveComponent("el-option");
34
+ const _component_el_select = resolveComponent("el-select");
35
+ return openBlock(), createElementBlock("div", _hoisted_1, [
36
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
37
+ createVNode(_component_el_select, {
38
+ "model-value": __props.modelValue,
39
+ multiple: "",
40
+ filterable: "",
41
+ placeholder: "Select one or more options",
42
+ style: { "width": "100%" },
43
+ size: "large",
44
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
45
+ }, {
46
+ default: withCtx(() => [
47
+ (openBlock(true), createElementBlock(Fragment, null, renderList(options.value, (item) => {
48
+ return openBlock(), createBlock(_component_el_option, {
49
+ key: Array.isArray(item) ? item[0] : item,
50
+ label: Array.isArray(item) ? item[1] : item,
51
+ value: Array.isArray(item) ? item[0] : item
52
+ }, null, 8, ["label", "value"]);
53
+ }), 128))
54
+ ]),
55
+ _: 1
56
+ }, 8, ["model-value"])
57
+ ]);
58
+ };
59
+ }
60
+ });
61
+ export {
62
+ _sfc_main as _
63
+ };
@@ -0,0 +1,5 @@
1
+ import { _ as _sfc_main } from "./NumericInput.vue_vue_type_script_setup_true_lang-211a1990.js";
2
+ import "./index-5ec791df.js";
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -0,0 +1,35 @@
1
+ import { d as defineComponent, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "NumericInput",
6
+ props: {
7
+ schema: {
8
+ type: Object,
9
+ required: true
10
+ },
11
+ modelValue: Number
12
+ },
13
+ emits: ["update:modelValue"],
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ const _component_el_input_number = resolveComponent("el-input-number");
17
+ return openBlock(), createElementBlock("div", _hoisted_1, [
18
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
19
+ createVNode(_component_el_input_number, {
20
+ "model-value": __props.modelValue,
21
+ min: __props.schema.min_value,
22
+ max: __props.schema.max_value,
23
+ placeholder: __props.schema.placeholder || "Enter number...",
24
+ "controls-position": "right",
25
+ size: "large",
26
+ style: { "width": "100%" },
27
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
28
+ }, null, 8, ["model-value", "min", "max", "placeholder"])
29
+ ]);
30
+ };
31
+ }
32
+ });
33
+ export {
34
+ _sfc_main as _
35
+ };
@@ -1,9 +1,9 @@
1
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
2
- import { d as defineComponent, r as ref, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, h as createBlock, i as createCommentVNode, f as createVNode, w as withCtx, u as unref, g as createTextVNode, F as Fragment, q as renderList, a as axios, _ as _export_sfc } from "./index-d0518598.js";
3
- import CsvTableConfig from "./outputCsv-d8457527.js";
4
- import ExcelTableConfig from "./outputExcel-be89153e.js";
5
- import ParquetTableConfig from "./outputParquet-fabb445a.js";
6
- import { w as warning_filled_default, F as FileBrowser } from "./designer-bf3d9487.js";
1
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
2
+ import { d as defineComponent, r as ref, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, h as createBlock, i as createCommentVNode, f as createVNode, w as withCtx, u as unref, g as createTextVNode, F as Fragment, q as renderList, a as axios, _ as _export_sfc } from "./index-5ec791df.js";
3
+ import CsvTableConfig from "./outputCsv-059583b6.js";
4
+ import ExcelTableConfig from "./outputExcel-76b1e02c.js";
5
+ import ParquetTableConfig from "./outputParquet-440fd4c7.js";
6
+ import { w as warning_filled_default, F as FileBrowser } from "./designer-1667687d.js";
7
7
  const createDefaultParquetSettings = () => {
8
8
  return {
9
9
  file_type: "parquet"
@@ -1,10 +1,10 @@
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, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, _ as _export_sfc } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import ContextMenu from "./ContextMenu-a51e19ea.js";
4
- import SettingsSection from "./SettingsSection-75b6cf4f.js";
5
- import PivotValidation from "./PivotValidation-3bb36c8f.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
7
- import "./designer-bf3d9487.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, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, _ as _export_sfc } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import ContextMenu from "./ContextMenu-eca26a03.js";
4
+ import SettingsSection from "./SettingsSection-310b61c0.js";
5
+ import PivotValidation from "./PivotValidation-26546cbc.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
7
+ import "./designer-1667687d.js";
8
8
  const _hoisted_1 = {
9
9
  key: 0,
10
10
  class: "listbox-wrapper"
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, p as createBaseVNode, u as unref, ar as ElIcon, e as createElementBlock, i as createCommentVNode, as as ElPopover, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, p as createBaseVNode, u as unref, ar as ElIcon, e as createElementBlock, i as createCommentVNode, as as ElPopover, _ as _export_sfc } from "./index-5ec791df.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, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, p as createBaseVNode, u as unref, ar as ElIcon, e as createElementBlock, i as createCommentVNode, as as ElPopover, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, p as createBaseVNode, u as unref, ar as ElIcon, e as createElementBlock, i as createCommentVNode, as as ElPopover, _ as _export_sfc } from "./index-5ec791df.js";
2
2
  const _hoisted_1 = { class: "validation-wrapper" };
3
3
  const _hoisted_2 = {
4
4
  key: 0,
@@ -1,8 +1,8 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
2
- import { v as keymap, w as acceptCompletion, x as indentMore, q as EditorState, r as autocompletion, o as T, u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { p as python, o as oneDark } from "./designer-bf3d9487.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 } from "./index-d0518598.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
2
+ import { v as keymap, w as acceptCompletion, x as indentMore, q as EditorState, r as autocompletion, o as T, u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { p as python, o as oneDark } from "./designer-1667687d.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 } from "./index-5ec791df.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
6
  const polarsCompletionVals = [
7
7
  // Polars basics
8
8
  { label: "pl", type: "variable", info: "Polars main module" },
@@ -1,11 +1,11 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
2
- import ExcelTableConfig from "./readExcel-dabaf51b.js";
3
- import CsvTableConfig from "./readCsv-e8359522.js";
4
- import ParquetTableConfig from "./readParquet-e0771ef2.js";
5
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
6
- import { F as FileBrowser } from "./designer-bf3d9487.js";
7
- import { d as defineComponent, r as ref, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, h as createBlock, i as createCommentVNode, f as createVNode, w as withCtx, u as unref, _ as _export_sfc } from "./index-d0518598.js";
8
- import "./dropDown-025888df.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
2
+ import ExcelTableConfig from "./readExcel-7f40d237.js";
3
+ import CsvTableConfig from "./readCsv-9813903a.js";
4
+ import ParquetTableConfig from "./readParquet-22d56002.js";
5
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
6
+ import { F as FileBrowser } from "./designer-1667687d.js";
7
+ import { d as defineComponent, r as ref, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, h as createBlock, i as createCommentVNode, f as createVNode, w as withCtx, u as unref, _ as _export_sfc } from "./index-5ec791df.js";
8
+ import "./dropDown-41ebe3c2.js";
9
9
  const _hoisted_1 = {
10
10
  key: 0,
11
11
  class: "listbox-wrapper"
@@ -1,7 +1,7 @@
1
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
2
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.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 } from "./index-d0518598.js";
4
- import "./designer-bf3d9487.js";
1
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.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 } from "./index-5ec791df.js";
4
+ import "./designer-1667687d.js";
5
5
  const _hoisted_1 = {
6
6
  key: 0,
7
7
  class: "listbox-wrapper"
@@ -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, a8 as withDirectives, a9 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import ContextMenu from "./ContextMenu-a51e19ea.js";
4
- import SettingsSection from "./SettingsSection-75b6cf4f.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
6
- import "./designer-bf3d9487.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, a8 as withDirectives, a9 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import ContextMenu from "./ContextMenu-eca26a03.js";
4
+ import SettingsSection from "./SettingsSection-310b61c0.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
+ import "./designer-1667687d.js";
7
7
  const _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, _ as _export_sfc } from "./index-5ec791df.js";
2
2
  const _hoisted_1 = { class: "query-section" };
3
3
  const _hoisted_2 = { class: "form-group" };
4
4
  const _hoisted_3 = ["value"];
@@ -1,7 +1,7 @@
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, a8 as withDirectives, a9 as vModelText, i as createCommentVNode } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
4
- import "./designer-bf3d9487.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, a8 as withDirectives, a9 as vModelText, i as createCommentVNode } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
4
+ import "./designer-1667687d.js";
5
5
  const _hoisted_1 = {
6
6
  key: 0,
7
7
  class: "listbox-wrapper"
@@ -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, a8 as withDirectives, a9 as vModelText, al 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-d0518598.js";
2
- import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-ce823eee.js";
1
+ import { r as ref, l as computed, d as defineComponent, n as onMounted, e as createElementBlock, p as createBaseVNode, v as withModifiers, a8 as withDirectives, a9 as vModelText, al 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-5ec791df.js";
2
+ import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-b3cb072e.js";
3
3
  function useSecretManager() {
4
4
  const secrets = ref([]);
5
5
  const isLoading = ref(true);
@@ -1,10 +1,10 @@
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 } from "./index-d0518598.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
4
- import { s as selectDynamic } from "./selectDynamic-5476546e.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
6
- import "./UnavailableFields-88a4cd0c.js";
7
- import "./designer-bf3d9487.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 } from "./index-5ec791df.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
4
+ import { s as selectDynamic } from "./selectDynamic-7ad95bca.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
+ import "./UnavailableFields-66239e83.js";
7
+ import "./designer-1667687d.js";
8
8
  const createSelectInput = (column_name, data_type = void 0, position = void 0, original_position = void 0) => {
9
9
  const selectInput = {
10
10
  old_name: column_name,
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, F as Fragment, q as renderList, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, F as Fragment, q as renderList, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-5ec791df.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, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-5ec791df.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, c as openBlock, e as createElementBlock, p as createBaseVNode, T as normalizeStyle, t as toDisplayString, F as Fragment, q as renderList, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-d0518598.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, T as normalizeStyle, t as toDisplayString, F as Fragment, q as renderList, g as createTextVNode, i as createCommentVNode, _ as _export_sfc } from "./index-5ec791df.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" };
@@ -0,0 +1,5 @@
1
+ import { _ as _sfc_main } from "./SingleSelect.vue_vue_type_script_setup_true_lang-43807bad.js";
2
+ import "./index-5ec791df.js";
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -0,0 +1,62 @@
1
+ import { d as defineComponent, l as computed, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "SingleSelect",
6
+ props: {
7
+ schema: {
8
+ type: Object,
9
+ required: true
10
+ },
11
+ modelValue: {
12
+ type: [String, Number, Object],
13
+ default: null
14
+ },
15
+ incomingColumns: {
16
+ type: Array,
17
+ default: () => []
18
+ }
19
+ },
20
+ emits: ["update:modelValue"],
21
+ setup(__props) {
22
+ const props = __props;
23
+ const options = computed(() => {
24
+ if (props.schema.options && !Array.isArray(props.schema.options) && props.schema.options.__type__ === "IncomingColumns") {
25
+ return props.incomingColumns;
26
+ }
27
+ if (Array.isArray(props.schema.options)) {
28
+ return props.schema.options;
29
+ }
30
+ return [];
31
+ });
32
+ return (_ctx, _cache) => {
33
+ const _component_el_option = resolveComponent("el-option");
34
+ const _component_el_select = resolveComponent("el-select");
35
+ return openBlock(), createElementBlock("div", _hoisted_1, [
36
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
37
+ createVNode(_component_el_select, {
38
+ "model-value": __props.modelValue,
39
+ filterable: "",
40
+ placeholder: "Select an option",
41
+ style: { "width": "100%" },
42
+ size: "large",
43
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
44
+ }, {
45
+ default: withCtx(() => [
46
+ (openBlock(true), createElementBlock(Fragment, null, renderList(options.value, (item) => {
47
+ return openBlock(), createBlock(_component_el_option, {
48
+ key: Array.isArray(item) ? item[0] : item,
49
+ label: Array.isArray(item) ? item[1] : item,
50
+ value: Array.isArray(item) ? item[0] : item
51
+ }, null, 8, ["label", "value"]);
52
+ }), 128))
53
+ ]),
54
+ _: 1
55
+ }, 8, ["model-value"])
56
+ ]);
57
+ };
58
+ }
59
+ });
60
+ export {
61
+ _sfc_main as _
62
+ };
@@ -0,0 +1,40 @@
1
+ import { d as defineComponent, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode, _ as _export_sfc } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _hoisted_3 = { class: "slider-wrapper" };
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "SliderInput",
7
+ props: {
8
+ schema: {
9
+ type: Object,
10
+ required: true
11
+ },
12
+ modelValue: Number
13
+ },
14
+ emits: ["update:modelValue"],
15
+ setup(__props) {
16
+ return (_ctx, _cache) => {
17
+ const _component_el_slider = resolveComponent("el-slider");
18
+ return openBlock(), createElementBlock("div", _hoisted_1, [
19
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
20
+ createBaseVNode("div", _hoisted_3, [
21
+ createVNode(_component_el_slider, {
22
+ "model-value": __props.modelValue,
23
+ min: __props.schema.min_value,
24
+ max: __props.schema.max_value,
25
+ step: __props.schema.step || 1,
26
+ "show-input": true,
27
+ size: "large",
28
+ style: { "width": "100%" },
29
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
30
+ }, null, 8, ["model-value", "min", "max", "step"])
31
+ ])
32
+ ]);
33
+ };
34
+ }
35
+ });
36
+ const SliderInput_vue_vue_type_style_index_0_scoped_8182875c_lang = "";
37
+ const SliderInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8182875c"]]);
38
+ export {
39
+ SliderInput as default
40
+ };
@@ -0,0 +1,4 @@
1
+
2
+ .slider-wrapper[data-v-8182875c] {
3
+ padding: 0 10px;
4
+ }
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, r as ref, l as computed, 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 } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
5
- import "./designer-bf3d9487.js";
1
+ import { d as defineComponent, r as ref, l as computed, 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 } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
5
+ import "./designer-1667687d.js";
6
6
  const _hoisted_1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -0,0 +1,5 @@
1
+ import { _ as _sfc_main } from "./TextInput.vue_vue_type_script_setup_true_lang-9cad14ba.js";
2
+ import "./index-5ec791df.js";
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -0,0 +1,32 @@
1
+ import { d as defineComponent, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "TextInput",
6
+ props: {
7
+ schema: {
8
+ type: Object,
9
+ required: true
10
+ },
11
+ modelValue: String
12
+ },
13
+ emits: ["update:modelValue"],
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ const _component_el_input = resolveComponent("el-input");
17
+ return openBlock(), createElementBlock("div", _hoisted_1, [
18
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
19
+ createVNode(_component_el_input, {
20
+ "model-value": __props.modelValue,
21
+ placeholder: __props.schema.placeholder || "Enter value...",
22
+ clearable: "",
23
+ size: "large",
24
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
25
+ }, null, 8, ["model-value", "placeholder"])
26
+ ]);
27
+ };
28
+ }
29
+ });
30
+ export {
31
+ _sfc_main as _
32
+ };
@@ -1,10 +1,10 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, a8 as withDirectives, a9 as vModelText, h as createBlock, u as unref, _ as _export_sfc } from "./index-d0518598.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-9ed00d50.js";
3
- import { C as ColumnSelector } from "./dropDown-025888df.js";
4
- import { u as unavailableField } from "./UnavailableFields-88a4cd0c.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-d3b2b2ac.js";
6
- import { C as CodeLoader } from "./vue-content-loader.es-7bca2d9b.js";
7
- import "./designer-bf3d9487.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, a8 as withDirectives, a9 as vModelText, h as createBlock, u as unref, _ as _export_sfc } from "./index-5ec791df.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-b1dfaa46.js";
3
+ import { C as ColumnSelector } from "./dropDown-41ebe3c2.js";
4
+ import { u as unavailableField } from "./UnavailableFields-66239e83.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-38410ebf.js";
6
+ import { C as CodeLoader } from "./vue-content-loader.es-22bac17c.js";
7
+ import "./designer-1667687d.js";
8
8
  const _hoisted_1 = {
9
9
  key: 0,
10
10
  class: "listbox-wrapper"
@@ -0,0 +1,5 @@
1
+ import { _ as _sfc_main } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-f620cd32.js";
2
+ import "./index-5ec791df.js";
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -0,0 +1,31 @@
1
+ import { d as defineComponent, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, f as createVNode } from "./index-5ec791df.js";
2
+ const _hoisted_1 = { class: "component-container" };
3
+ const _hoisted_2 = { class: "listbox-subtitle" };
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "ToggleSwitch",
6
+ props: {
7
+ schema: {
8
+ type: Object,
9
+ required: true
10
+ },
11
+ modelValue: Boolean
12
+ },
13
+ emits: ["update:modelValue"],
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ const _component_el_switch = resolveComponent("el-switch");
17
+ return openBlock(), createElementBlock("div", _hoisted_1, [
18
+ createBaseVNode("label", _hoisted_2, toDisplayString(__props.schema.label), 1),
19
+ createVNode(_component_el_switch, {
20
+ "model-value": __props.modelValue,
21
+ size: "large",
22
+ "inline-prompt": "",
23
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:modelValue", $event))
24
+ }, null, 8, ["model-value"])
25
+ ]);
26
+ };
27
+ }
28
+ });
29
+ export {
30
+ _sfc_main as _
31
+ };