Flowfile 0.5.3__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.
- flowfile/__init__.py +16 -0
- flowfile/__main__.py +94 -1
- flowfile/web/static/assets/{AdminView-49392a9a.js → AdminView-c2c7942b.js} +1 -1
- flowfile/web/static/assets/{CloudConnectionView-f13f202b.js → CloudConnectionView-7a3042c6.js} +4 -4
- flowfile/web/static/assets/{CloudConnectionView-36bcd6df.css → CloudConnectionView-cf85f943.css} +17 -17
- flowfile/web/static/assets/{CloudStorageReader-0023d4a5.js → CloudStorageReader-709c4037.js} +8 -8
- flowfile/web/static/assets/{CloudStorageWriter-8e781e11.js → CloudStorageWriter-604c51a8.js} +8 -8
- flowfile/web/static/assets/ColumnActionInput-c44b7aee.css +159 -0
- flowfile/web/static/assets/ColumnActionInput-d63d6746.js +330 -0
- flowfile/web/static/assets/{ColumnSelector-8ad68ea9.js → ColumnSelector-0c8cd1cd.js} +1 -1
- flowfile/web/static/assets/ContextMenu-366bf1b4.js +9 -0
- flowfile/web/static/assets/ContextMenu-85cf5b44.js +9 -0
- flowfile/web/static/assets/ContextMenu-9d28ae6d.js +9 -0
- flowfile/web/static/assets/ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js +59 -0
- flowfile/web/static/assets/{CrossJoin-03df6938.js → CrossJoin-38e5b99a.js} +9 -9
- flowfile/web/static/assets/{CustomNode-8479239b.js → CustomNode-76e8f3f5.js} +27 -20
- flowfile/web/static/assets/CustomNode-edb9b939.css +42 -0
- flowfile/web/static/assets/{DatabaseConnectionSettings-869e3efd.js → DatabaseConnectionSettings-38155669.js} +4 -4
- flowfile/web/static/assets/{DatabaseConnectionSettings-e91df89a.css → DatabaseConnectionSettings-c20a1e16.css} +22 -20
- flowfile/web/static/assets/{DatabaseReader-c58b9552.js → DatabaseReader-2e549c8f.js} +13 -13
- flowfile/web/static/assets/{DatabaseReader-36898a00.css → DatabaseReader-5bf8c75b.css} +39 -44
- flowfile/web/static/assets/{DatabaseView-d26a9140.js → DatabaseView-dc877c29.js} +2 -2
- flowfile/web/static/assets/{DatabaseWriter-217a99f1.css → DatabaseWriter-bdcf2c8b.css} +27 -25
- flowfile/web/static/assets/{DatabaseWriter-4d05ddc7.js → DatabaseWriter-ffb91864.js} +12 -12
- flowfile/web/static/assets/{DesignerView-a6d0ee84.css → DesignerView-71d4e9a1.css} +429 -376
- flowfile/web/static/assets/{DesignerView-e6f5c0e8.js → DesignerView-a4466dab.js} +338 -183
- flowfile/web/static/assets/{DocumentationView-2e78ef1b.js → DocumentationView-979afc84.js} +3 -3
- flowfile/web/static/assets/{DocumentationView-fd46c656.css → DocumentationView-9ea6e871.css} +9 -9
- flowfile/web/static/assets/{ExploreData-7b54caca.js → ExploreData-e4b92aaf.js} +7 -7
- flowfile/web/static/assets/{ExternalSource-47ab05a3.css → ExternalSource-7ac7373f.css} +17 -17
- flowfile/web/static/assets/{ExternalSource-3fa399b2.js → ExternalSource-d08e7227.js} +9 -9
- flowfile/web/static/assets/{Filter-8cbbdbf3.js → Filter-7add806d.js} +9 -9
- flowfile/web/static/assets/{Formula-aac42b1e.js → Formula-36ab24d2.js} +9 -9
- flowfile/web/static/assets/{FuzzyMatch-cd9bbfca.js → FuzzyMatch-cc01bb04.js} +10 -10
- flowfile/web/static/assets/{GraphSolver-c24dec17.css → GraphSolver-4b4d7db9.css} +4 -4
- flowfile/web/static/assets/{GraphSolver-c7e6780e.js → GraphSolver-4fb98f3b.js} +11 -11
- flowfile/web/static/assets/GroupBy-5792782d.css +9 -0
- flowfile/web/static/assets/{GroupBy-93c5d22b.js → GroupBy-b3c8f429.js} +9 -9
- flowfile/web/static/assets/{Join-a19b2de2.js → Join-096b7b26.js} +10 -10
- flowfile/web/static/assets/{LoginView-0df4ed0a.js → LoginView-c33a246a.js} +1 -1
- flowfile/web/static/assets/{ManualInput-3702e677.css → ManualInput-39111f19.css} +48 -48
- flowfile/web/static/assets/{ManualInput-8d3374b2.js → ManualInput-7307e9b1.js} +55 -13
- flowfile/web/static/assets/{MultiSelect-ad1b6243.js → MultiSelect-14822c48.js} +2 -2
- flowfile/web/static/assets/{MultiSelect.vue_vue_type_script_setup_true_lang-e278950d.js → MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js} +1 -1
- flowfile/web/static/assets/{NodeDesigner-40b647c9.js → NodeDesigner-5036c392.js} +171 -69
- flowfile/web/static/assets/{NodeDesigner-5f53be3f.css → NodeDesigner-94cd4dd3.css} +190 -190
- flowfile/web/static/assets/{NumericInput-7100234c.js → NumericInput-15cf3b72.js} +2 -2
- flowfile/web/static/assets/{NumericInput.vue_vue_type_script_setup_true_lang-5130219f.js → NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js} +1 -1
- flowfile/web/static/assets/{Output-f5efd2aa.js → Output-1f8ed42c.js} +13 -12
- flowfile/web/static/assets/{Output-35e97000.css → Output-692dd25d.css} +10 -10
- flowfile/web/static/assets/{Pivot-d981d23c.js → Pivot-0e153f4e.js} +10 -10
- flowfile/web/static/assets/{PivotValidation-63de1f73.js → PivotValidation-5a4f7c79.js} +1 -1
- flowfile/web/static/assets/{PivotValidation-39386e95.js → PivotValidation-81ec2a33.js} +1 -1
- flowfile/web/static/assets/{PolarsCode-f9d69217.js → PolarsCode-a39f15ac.js} +7 -7
- flowfile/web/static/assets/PopOver-ddcfe4f6.js +138 -0
- flowfile/web/static/assets/{Read-aec2e377.js → Read-39b63932.js} +15 -14
- flowfile/web/static/assets/{Read-36e7bd51.css → Read-90f366bc.css} +13 -13
- flowfile/web/static/assets/{RecordCount-78ed6845.js → RecordCount-e9048ccd.js} +6 -6
- flowfile/web/static/assets/{RecordId-2156e890.js → RecordId-ad02521d.js} +9 -9
- flowfile/web/static/assets/{SQLQueryComponent-48c72f5b.js → SQLQueryComponent-2eeecf0b.js} +3 -3
- flowfile/web/static/assets/SQLQueryComponent-edb90b98.css +29 -0
- flowfile/web/static/assets/{Sample-1352ca74.js → Sample-9a68c23d.js} +6 -6
- flowfile/web/static/assets/{SecretSelector-22b5ff89.js → SecretSelector-2429f35a.js} +2 -2
- flowfile/web/static/assets/{SecretsView-17df66ee.js → SecretsView-c6afc915.js} +2 -2
- flowfile/web/static/assets/{Select-0aee4c54.js → Select-fcd002b6.js} +9 -9
- flowfile/web/static/assets/{SettingsSection-cd341bb6.js → SettingsSection-5ce15962.js} +1 -1
- flowfile/web/static/assets/{SettingsSection-0784e157.js → SettingsSection-c6b1362c.js} +1 -1
- flowfile/web/static/assets/{SettingsSection-f2002a6d.js → SettingsSection-cebb91d5.js} +1 -1
- flowfile/web/static/assets/SetupView-2d12e01f.js +160 -0
- flowfile/web/static/assets/SetupView-ec26f76a.css +230 -0
- flowfile/web/static/assets/{SingleSelect-460cc0ea.js → SingleSelect-b67de4eb.js} +2 -2
- flowfile/web/static/assets/{SingleSelect.vue_vue_type_script_setup_true_lang-30741bb2.js → SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js} +1 -1
- flowfile/web/static/assets/{SliderInput-5d926864.js → SliderInput-fd8134ac.js} +1 -1
- flowfile/web/static/assets/Sort-4abb7fae.css +9 -0
- flowfile/web/static/assets/{Sort-3cdc971b.js → Sort-c005a573.js} +9 -9
- flowfile/web/static/assets/{TextInput-a2d0bfbd.js → TextInput-1bb31dab.js} +2 -2
- flowfile/web/static/assets/{TextInput.vue_vue_type_script_setup_true_lang-abad1ca2.js → TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js} +1 -1
- flowfile/web/static/assets/{TextToRows-918945f7.js → TextToRows-4f363753.js} +9 -9
- flowfile/web/static/assets/{ToggleSwitch-f0ef5196.js → ToggleSwitch-ca0f2e5e.js} +2 -2
- flowfile/web/static/assets/{ToggleSwitch.vue_vue_type_script_setup_true_lang-5605c793.js → ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js} +1 -1
- flowfile/web/static/assets/{UnavailableFields-54d2f518.css → UnavailableFields-394a1f78.css} +13 -13
- flowfile/web/static/assets/{UnavailableFields-bdad6144.js → UnavailableFields-f6147968.js} +4 -4
- flowfile/web/static/assets/{Union-e8ab8c86.js → Union-c65f17b7.js} +6 -6
- flowfile/web/static/assets/Unique-2b705521.css +3 -0
- flowfile/web/static/assets/{Unique-8cd4f976.js → Unique-a1d96fb2.js} +12 -12
- flowfile/web/static/assets/{Unpivot-710a2948.css → Unpivot-b6ad6427.css} +6 -6
- flowfile/web/static/assets/{Unpivot-8da14095.js → Unpivot-c2657ff3.js} +11 -11
- flowfile/web/static/assets/{UnpivotValidation-6f7d89ff.js → UnpivotValidation-28e29a3b.js} +1 -1
- flowfile/web/static/assets/{VueGraphicWalker-3fb312e1.js → VueGraphicWalker-2fc3ddd4.js} +1 -1
- flowfile/web/static/assets/{api-24483f0d.js → api-df48ec50.js} +1 -1
- flowfile/web/static/assets/{api-8b81fa73.js → api-ee542cf7.js} +1 -1
- flowfile/web/static/assets/{dropDown-3d8dc5fa.css → dropDown-1d6acbd9.css} +26 -26
- flowfile/web/static/assets/{dropDown-ac0fda9d.js → dropDown-7576a76a.js} +3 -3
- flowfile/web/static/assets/{fullEditor-5497a84a.js → fullEditor-7583bef5.js} +3 -3
- flowfile/web/static/assets/{fullEditor-a0be62b3.css → fullEditor-fe9f7e18.css} +3 -3
- flowfile/web/static/assets/{genericNodeSettings-99014e1d.js → genericNodeSettings-0155288b.js} +2 -3
- flowfile/web/static/assets/{index-3ba44389.js → index-057d770d.js} +2 -2
- flowfile/web/static/assets/{index-07dda503.js → index-aeec439d.js} +1 -1
- flowfile/web/static/assets/{index-fb6493ae.js → index-ca6799de.js} +2293 -196
- flowfile/web/static/assets/{index-e6289dd0.css → index-d60c9dd4.css} +560 -10
- flowfile/web/static/assets/nodeInput-d478b9ac.js +2 -0
- flowfile/web/static/assets/{outputCsv-8f8ba42d.js → outputCsv-c492b15e.js} +3 -3
- flowfile/web/static/assets/outputCsv-cc84e09f.css +2499 -0
- flowfile/web/static/assets/{outputExcel-393f4fef.js → outputExcel-13bfa10f.js} +1 -1
- flowfile/web/static/assets/{outputParquet-07c81f65.js → outputParquet-9be1523a.js} +1 -1
- flowfile/web/static/assets/{readCsv-07f6d9ad.js → readCsv-5a49a8c9.js} +1 -1
- flowfile/web/static/assets/{readExcel-ed69bc8f.js → readExcel-27c30ad8.js} +3 -3
- flowfile/web/static/assets/{readParquet-e3ed4528.js → readParquet-446bde68.js} +1 -1
- flowfile/web/static/assets/{secrets.api-002e7d7e.js → secrets.api-34431884.js} +1 -1
- flowfile/web/static/assets/{selectDynamic-80b92899.js → selectDynamic-5754a2b1.js} +2 -3
- flowfile/web/static/assets/{vue-codemirror.esm-0965f39f.js → vue-codemirror.esm-8f46fb36.js} +1 -1
- flowfile/web/static/assets/{vue-content-loader.es-c506ad97.js → vue-content-loader.es-808fe33a.js} +1 -1
- flowfile/web/static/index.html +2 -2
- {flowfile-0.5.3.dist-info → flowfile-0.5.6.dist-info}/METADATA +2 -2
- {flowfile-0.5.3.dist-info → flowfile-0.5.6.dist-info}/RECORD +139 -134
- flowfile_core/auth/secrets.py +56 -13
- flowfile_core/fileExplorer/funcs.py +26 -4
- flowfile_core/flowfile/code_generator/__init__.py +11 -0
- flowfile_core/flowfile/code_generator/code_generator.py +347 -2
- flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +13 -1
- flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +12 -0
- flowfile_core/flowfile/flow_graph.py +2 -0
- flowfile_core/flowfile/flow_node/flow_node.py +52 -28
- flowfile_core/flowfile/node_designer/__init__.py +4 -0
- flowfile_core/flowfile/node_designer/ui_components.py +144 -1
- flowfile_core/main.py +2 -4
- flowfile_core/routes/public.py +43 -1
- flowfile_core/schemas/cloud_storage_schemas.py +39 -15
- flowfile_core/secret_manager/secret_manager.py +107 -6
- flowfile_frame/__init__.py +11 -0
- flowfile_frame/database/__init__.py +36 -0
- flowfile_frame/database/connection_manager.py +205 -0
- flowfile_frame/database/frame_helpers.py +249 -0
- flowfile_worker/configs.py +31 -15
- flowfile_worker/secrets.py +105 -15
- flowfile_worker/spawner.py +10 -6
- flowfile/web/static/assets/ContextMenu-26d4dd27.css +0 -26
- flowfile/web/static/assets/ContextMenu-31ee57f0.js +0 -41
- flowfile/web/static/assets/ContextMenu-69a74055.js +0 -41
- flowfile/web/static/assets/ContextMenu-8e2051c6.js +0 -41
- flowfile/web/static/assets/ContextMenu-8ec1729e.css +0 -26
- flowfile/web/static/assets/ContextMenu-9b310c60.css +0 -26
- flowfile/web/static/assets/CustomNode-59e99a86.css +0 -32
- flowfile/web/static/assets/GroupBy-be7ac0bf.css +0 -51
- flowfile/web/static/assets/PopOver-b22f049e.js +0 -939
- flowfile/web/static/assets/SQLQueryComponent-1c2f26b4.css +0 -27
- flowfile/web/static/assets/Sort-8a871341.css +0 -51
- flowfile/web/static/assets/Unique-9fb2f567.css +0 -51
- flowfile/web/static/assets/nodeInput-0eb13f1a.js +0 -2
- flowfile/web/static/assets/outputCsv-b9a072af.css +0 -2499
- {flowfile-0.5.3.dist-info → flowfile-0.5.6.dist-info}/WHEEL +0 -0
- {flowfile-0.5.3.dist-info → flowfile-0.5.6.dist-info}/entry_points.txt +0 -0
- {flowfile-0.5.3.dist-info → flowfile-0.5.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,73 +1,75 @@
|
|
|
1
1
|
|
|
2
|
-
.connection-settings-container[data-v-
|
|
3
|
-
border: 1px solid
|
|
2
|
+
.connection-settings-container[data-v-62ec37a1] {
|
|
3
|
+
border: 1px solid var(--color-border-primary);
|
|
4
4
|
border-radius: 6px;
|
|
5
5
|
margin-bottom: 1rem;
|
|
6
6
|
overflow: hidden;
|
|
7
7
|
}
|
|
8
|
-
.connection-header[data-v-
|
|
8
|
+
.connection-header[data-v-62ec37a1] {
|
|
9
9
|
display: flex;
|
|
10
10
|
justify-content: space-between;
|
|
11
11
|
align-items: center;
|
|
12
12
|
padding: 0.75rem 1rem;
|
|
13
|
-
background-color:
|
|
13
|
+
background-color: var(--color-background-secondary);
|
|
14
14
|
cursor: pointer;
|
|
15
15
|
user-select: none;
|
|
16
|
-
border-bottom: 1px solid
|
|
16
|
+
border-bottom: 1px solid var(--color-border-primary);
|
|
17
17
|
}
|
|
18
|
-
.connection-header[data-v-
|
|
19
|
-
background-color:
|
|
18
|
+
.connection-header[data-v-62ec37a1]:hover {
|
|
19
|
+
background-color: var(--color-background-tertiary);
|
|
20
20
|
}
|
|
21
|
-
.connection-title[data-v-
|
|
21
|
+
.connection-title[data-v-62ec37a1] {
|
|
22
22
|
margin: 0;
|
|
23
23
|
font-size: 0.95rem;
|
|
24
24
|
font-weight: 600;
|
|
25
|
-
color:
|
|
25
|
+
color: var(--color-text-secondary);
|
|
26
26
|
}
|
|
27
|
-
.toggle-button[data-v-
|
|
27
|
+
.toggle-button[data-v-62ec37a1] {
|
|
28
28
|
background: none;
|
|
29
29
|
border: none;
|
|
30
|
-
color:
|
|
30
|
+
color: var(--color-text-tertiary);
|
|
31
31
|
font-size: 0.9rem;
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
padding: 0;
|
|
34
34
|
}
|
|
35
|
-
.connection-content[data-v-
|
|
35
|
+
.connection-content[data-v-62ec37a1] {
|
|
36
36
|
padding: 1rem;
|
|
37
37
|
background-color: var(--color-background-primary);
|
|
38
38
|
}
|
|
39
|
-
.form-row[data-v-
|
|
39
|
+
.form-row[data-v-62ec37a1] {
|
|
40
40
|
display: flex;
|
|
41
41
|
gap: 0.75rem;
|
|
42
42
|
margin-bottom: 0.75rem;
|
|
43
43
|
width: 100%;
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
}
|
|
46
|
-
.half[data-v-
|
|
46
|
+
.half[data-v-62ec37a1] {
|
|
47
47
|
flex: 1;
|
|
48
48
|
min-width: 0; /* Allow fields to shrink below their content size */
|
|
49
49
|
max-width: calc(50% - 0.375rem); /* Account for the gap between items */
|
|
50
50
|
}
|
|
51
|
-
.form-control[data-v-
|
|
51
|
+
.form-control[data-v-62ec37a1] {
|
|
52
52
|
width: 100%;
|
|
53
53
|
padding: 0.5rem;
|
|
54
|
-
border: 1px solid
|
|
54
|
+
border: 1px solid var(--color-border-primary);
|
|
55
55
|
border-radius: 4px;
|
|
56
56
|
font-size: 0.875rem;
|
|
57
57
|
box-sizing: border-box;
|
|
58
|
+
background-color: var(--color-background-primary);
|
|
59
|
+
color: var(--color-text-primary);
|
|
58
60
|
}
|
|
59
|
-
.form-group[data-v-
|
|
61
|
+
.form-group[data-v-62ec37a1] {
|
|
60
62
|
margin-bottom: 0.75rem;
|
|
61
63
|
width: 100%;
|
|
62
64
|
}
|
|
63
|
-
label[data-v-
|
|
65
|
+
label[data-v-62ec37a1] {
|
|
64
66
|
display: block;
|
|
65
67
|
margin-bottom: 0.25rem;
|
|
66
68
|
font-size: 0.875rem;
|
|
67
69
|
font-weight: 500;
|
|
68
|
-
color:
|
|
70
|
+
color: var(--color-text-secondary);
|
|
69
71
|
}
|
|
70
|
-
select.form-control[data-v-
|
|
72
|
+
select.form-control[data-v-62ec37a1] {
|
|
71
73
|
appearance: none;
|
|
72
74
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
|
|
73
75
|
background-repeat: no-repeat;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
2
|
-
import { C as CodeLoader } from "./vue-content-loader.es-
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import "./
|
|
9
|
-
import "./
|
|
10
|
-
import "./index-
|
|
11
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, r as ref, l as useNodeStore, J as onMounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, C as createBlock, f as createTextVNode, t as toDisplayString, B as unref, az as ElRadio, i as withDirectives, at as vModelSelect, v as vModelText, e as createCommentVNode, k as axios, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
|
|
3
|
+
import { f as fetchDatabaseConnectionsInterfaces } from "./api-df48ec50.js";
|
|
4
|
+
import DatabaseConnectionSettings from "./DatabaseConnectionSettings-38155669.js";
|
|
5
|
+
import SqlQueryComponent from "./SQLQueryComponent-2eeecf0b.js";
|
|
6
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
7
|
+
import "./secrets.api-34431884.js";
|
|
8
|
+
import "./DesignerView-a4466dab.js";
|
|
9
|
+
import "./PopOver-ddcfe4f6.js";
|
|
10
|
+
import "./index-057d770d.js";
|
|
11
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
12
12
|
const createNodeDatabaseReader = (flowId, nodeId) => {
|
|
13
13
|
const databaseSettings = {
|
|
14
14
|
query_mode: "table",
|
|
@@ -329,8 +329,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
329
329
|
};
|
|
330
330
|
}
|
|
331
331
|
});
|
|
332
|
-
const
|
|
333
|
-
const DatabaseReader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
332
|
+
const DatabaseReader_vue_vue_type_style_index_0_scoped_5433b2ea_lang = "";
|
|
333
|
+
const DatabaseReader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5433b2ea"]]);
|
|
334
334
|
export {
|
|
335
335
|
DatabaseReader as default
|
|
336
336
|
};
|
|
@@ -1,59 +1,54 @@
|
|
|
1
1
|
|
|
2
|
-
.db-container[data-v-
|
|
2
|
+
.db-container[data-v-5433b2ea] {
|
|
3
3
|
font-family: var(--font-family-base);
|
|
4
4
|
max-width: 100%;
|
|
5
5
|
color: var(--color-text-primary);
|
|
6
6
|
}
|
|
7
|
-
.section-subtitle[data-v-
|
|
7
|
+
.section-subtitle[data-v-5433b2ea] {
|
|
8
8
|
margin: 0 0 0.75rem 0;
|
|
9
9
|
font-size: 0.95rem;
|
|
10
10
|
font-weight: 600;
|
|
11
|
-
color:
|
|
11
|
+
color: var(--color-text-secondary);
|
|
12
12
|
}
|
|
13
|
-
.query-section[data-v-
|
|
13
|
+
.query-section[data-v-5433b2ea] {
|
|
14
14
|
margin-top: 1rem;
|
|
15
15
|
padding-top: 1rem;
|
|
16
|
-
border-top: 1px solid
|
|
16
|
+
border-top: 1px solid var(--color-border-light);
|
|
17
17
|
}
|
|
18
|
-
.form-row[data-v-
|
|
18
|
+
.form-row[data-v-5433b2ea] {
|
|
19
19
|
display: flex;
|
|
20
20
|
gap: 0.75rem;
|
|
21
21
|
margin-bottom: 0.75rem;
|
|
22
22
|
width: 100%;
|
|
23
23
|
box-sizing: border-box;
|
|
24
24
|
}
|
|
25
|
-
.half[data-v-
|
|
25
|
+
.half[data-v-5433b2ea] {
|
|
26
26
|
flex: 1;
|
|
27
27
|
min-width: 0; /* Allow fields to shrink below their content size */
|
|
28
28
|
max-width: calc(50% - 0.375rem); /* Account for the gap between items */
|
|
29
29
|
}
|
|
30
|
-
.form-control[data-v-
|
|
30
|
+
.form-control[data-v-5433b2ea] {
|
|
31
31
|
width: 100%;
|
|
32
32
|
padding: 0.5rem;
|
|
33
|
-
border: 1px solid
|
|
33
|
+
border: 1px solid var(--color-border-primary);
|
|
34
34
|
border-radius: 4px;
|
|
35
35
|
font-size: 0.875rem;
|
|
36
36
|
box-sizing: border-box;
|
|
37
|
+
background-color: var(--color-background-primary);
|
|
38
|
+
color: var(--color-text-primary);
|
|
37
39
|
}
|
|
38
|
-
.form-group[data-v-
|
|
40
|
+
.form-group[data-v-5433b2ea] {
|
|
39
41
|
margin-bottom: 0.75rem;
|
|
40
42
|
width: 100%;
|
|
41
43
|
}
|
|
42
|
-
label[data-v-
|
|
44
|
+
label[data-v-5433b2ea] {
|
|
43
45
|
display: block;
|
|
44
46
|
margin-bottom: 0.25rem;
|
|
45
47
|
font-size: 0.875rem;
|
|
46
48
|
font-weight: 500;
|
|
47
|
-
color:
|
|
48
|
-
}
|
|
49
|
-
.form-control[data-v-0dcb068f] {
|
|
50
|
-
width: 100%;
|
|
51
|
-
padding: 0.5rem;
|
|
52
|
-
border: 1px solid #e2e8f0;
|
|
53
|
-
border-radius: 4px;
|
|
54
|
-
font-size: 0.875rem;
|
|
49
|
+
color: var(--color-text-secondary);
|
|
55
50
|
}
|
|
56
|
-
select.form-control[data-v-
|
|
51
|
+
select.form-control[data-v-5433b2ea] {
|
|
57
52
|
appearance: none;
|
|
58
53
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
|
|
59
54
|
background-repeat: no-repeat;
|
|
@@ -63,14 +58,14 @@ select.form-control[data-v-0dcb068f] {
|
|
|
63
58
|
}
|
|
64
59
|
|
|
65
60
|
/* Validation section styling */
|
|
66
|
-
.validation-section[data-v-
|
|
61
|
+
.validation-section[data-v-5433b2ea] {
|
|
67
62
|
margin-top: 1.5rem;
|
|
68
63
|
padding-top: 1rem;
|
|
69
|
-
border-top: 1px solid
|
|
64
|
+
border-top: 1px solid var(--color-border-light);
|
|
70
65
|
}
|
|
71
|
-
.validate-button[data-v-
|
|
72
|
-
background-color:
|
|
73
|
-
color:
|
|
66
|
+
.validate-button[data-v-5433b2ea] {
|
|
67
|
+
background-color: var(--color-info);
|
|
68
|
+
color: var(--color-text-inverse);
|
|
74
69
|
border: none;
|
|
75
70
|
border-radius: 4px;
|
|
76
71
|
padding: 0.5rem 1rem;
|
|
@@ -79,53 +74,53 @@ select.form-control[data-v-0dcb068f] {
|
|
|
79
74
|
cursor: pointer;
|
|
80
75
|
transition: background-color 0.2s;
|
|
81
76
|
}
|
|
82
|
-
.validate-button[data-v-
|
|
83
|
-
background-color:
|
|
77
|
+
.validate-button[data-v-5433b2ea]:hover {
|
|
78
|
+
background-color: var(--color-info-hover);
|
|
84
79
|
}
|
|
85
|
-
.validate-button[data-v-
|
|
86
|
-
background-color:
|
|
80
|
+
.validate-button[data-v-5433b2ea]:disabled {
|
|
81
|
+
background-color: var(--color-text-muted);
|
|
87
82
|
cursor: not-allowed;
|
|
88
83
|
}
|
|
89
|
-
.error-box[data-v-
|
|
84
|
+
.error-box[data-v-5433b2ea] {
|
|
90
85
|
margin-top: 1rem;
|
|
91
86
|
padding: 0.75rem;
|
|
92
87
|
border-radius: 4px;
|
|
93
|
-
background-color:
|
|
94
|
-
border: 1px solid
|
|
88
|
+
background-color: var(--color-danger-light);
|
|
89
|
+
border: 1px solid var(--color-danger);
|
|
95
90
|
}
|
|
96
|
-
.error-title[data-v-
|
|
97
|
-
color:
|
|
91
|
+
.error-title[data-v-5433b2ea] {
|
|
92
|
+
color: var(--color-danger);
|
|
98
93
|
font-weight: 600;
|
|
99
94
|
margin-bottom: 0.25rem;
|
|
100
95
|
}
|
|
101
|
-
.error-message[data-v-
|
|
102
|
-
color:
|
|
96
|
+
.error-message[data-v-5433b2ea] {
|
|
97
|
+
color: var(--color-danger-hover);
|
|
103
98
|
font-size: 0.875rem;
|
|
104
99
|
white-space: pre-wrap;
|
|
105
100
|
overflow-wrap: break-word;
|
|
106
101
|
}
|
|
107
|
-
.success-box[data-v-
|
|
102
|
+
.success-box[data-v-5433b2ea] {
|
|
108
103
|
margin-top: 1rem;
|
|
109
104
|
padding: 0.75rem;
|
|
110
105
|
border-radius: 4px;
|
|
111
|
-
background-color:
|
|
112
|
-
border: 1px solid
|
|
106
|
+
background-color: var(--color-success-light);
|
|
107
|
+
border: 1px solid var(--color-success);
|
|
113
108
|
}
|
|
114
|
-
.success-message[data-v-
|
|
115
|
-
color:
|
|
109
|
+
.success-message[data-v-5433b2ea] {
|
|
110
|
+
color: var(--color-success);
|
|
116
111
|
font-size: 0.875rem;
|
|
117
112
|
}
|
|
118
113
|
@media (max-width: 640px) {
|
|
119
|
-
.form-row[data-v-
|
|
114
|
+
.form-row[data-v-5433b2ea] {
|
|
120
115
|
flex-direction: column;
|
|
121
116
|
gap: 0.5rem;
|
|
122
117
|
}
|
|
123
118
|
}
|
|
124
|
-
.el-radio-group[data-v-
|
|
119
|
+
.el-radio-group[data-v-5433b2ea] {
|
|
125
120
|
display: flex !important;
|
|
126
121
|
flex-direction: row !important;
|
|
127
122
|
gap: 1rem;
|
|
128
123
|
}
|
|
129
|
-
.el-radio[data-v-
|
|
124
|
+
.el-radio[data-v-5433b2ea] {
|
|
130
125
|
margin-right: 0 !important; /* Override any existing margins */
|
|
131
126
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-
|
|
2
|
-
import { d as defineComponent, r as ref,
|
|
1
|
+
import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-df48ec50.js";
|
|
2
|
+
import { d as defineComponent, r as ref, H as watch, G as computed, o as openBlock, c as createElementBlock, a as createBaseVNode, i as withDirectives, v as vModelText, at as vModelSelect, j as vModelDynamic, n as normalizeClass, au as vModelCheckbox, t as toDisplayString, w as withModifiers, J as onMounted, f as createTextVNode, K as Fragment, L as renderList, z as createVNode, A as withCtx, B as unref, N as ElMessage, av as ElDialog, aw as ElButton, g as _export_sfc } from "./index-ca6799de.js";
|
|
3
3
|
const _hoisted_1$1 = { class: "form-grid" };
|
|
4
4
|
const _hoisted_2$1 = { class: "form-field" };
|
|
5
5
|
const _hoisted_3$1 = { class: "form-field" };
|
|
@@ -1,47 +1,49 @@
|
|
|
1
1
|
|
|
2
|
-
.db-container[data-v-
|
|
2
|
+
.db-container[data-v-5577376b] {
|
|
3
3
|
font-family: var(--font-family-base);
|
|
4
4
|
max-width: 100%;
|
|
5
5
|
color: var(--color-text-primary);
|
|
6
6
|
}
|
|
7
|
-
.section-subtitle[data-v-
|
|
7
|
+
.section-subtitle[data-v-5577376b] {
|
|
8
8
|
margin: 0 0 0.75rem 0;
|
|
9
9
|
font-size: 0.95rem;
|
|
10
10
|
font-weight: 600;
|
|
11
|
-
color:
|
|
11
|
+
color: var(--color-text-secondary);
|
|
12
12
|
}
|
|
13
|
-
.form-row[data-v-
|
|
13
|
+
.form-row[data-v-5577376b] {
|
|
14
14
|
display: flex;
|
|
15
15
|
gap: 0.75rem;
|
|
16
16
|
margin-bottom: 0.75rem;
|
|
17
17
|
width: 100%;
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
}
|
|
20
|
-
.half[data-v-
|
|
20
|
+
.half[data-v-5577376b] {
|
|
21
21
|
flex: 1;
|
|
22
22
|
min-width: 0; /* Allow fields to shrink below their content size */
|
|
23
23
|
max-width: calc(50% - 0.375rem); /* Account for the gap between items */
|
|
24
24
|
}
|
|
25
|
-
.form-control[data-v-
|
|
25
|
+
.form-control[data-v-5577376b] {
|
|
26
26
|
width: 100%;
|
|
27
27
|
padding: 0.5rem;
|
|
28
|
-
border: 1px solid
|
|
28
|
+
border: 1px solid var(--color-border-primary);
|
|
29
29
|
border-radius: 4px;
|
|
30
30
|
font-size: 0.875rem;
|
|
31
31
|
box-sizing: border-box;
|
|
32
|
+
background-color: var(--color-background-primary);
|
|
33
|
+
color: var(--color-text-primary);
|
|
32
34
|
}
|
|
33
|
-
.form-group[data-v-
|
|
35
|
+
.form-group[data-v-5577376b] {
|
|
34
36
|
margin-bottom: 0.75rem;
|
|
35
37
|
width: 100%;
|
|
36
38
|
}
|
|
37
|
-
label[data-v-
|
|
39
|
+
label[data-v-5577376b] {
|
|
38
40
|
display: block;
|
|
39
41
|
margin-bottom: 0.25rem;
|
|
40
42
|
font-size: 0.875rem;
|
|
41
43
|
font-weight: 500;
|
|
42
|
-
color:
|
|
44
|
+
color: var(--color-text-secondary);
|
|
43
45
|
}
|
|
44
|
-
select.form-control[data-v-
|
|
46
|
+
select.form-control[data-v-5577376b] {
|
|
45
47
|
appearance: none;
|
|
46
48
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
|
|
47
49
|
background-repeat: no-repeat;
|
|
@@ -49,47 +51,47 @@ select.form-control[data-v-ed81035d] {
|
|
|
49
51
|
background-size: 1em;
|
|
50
52
|
padding-right: 2rem;
|
|
51
53
|
}
|
|
52
|
-
.loading-spinner[data-v-
|
|
54
|
+
.loading-spinner[data-v-5577376b] {
|
|
53
55
|
display: inline-block;
|
|
54
56
|
width: 20px;
|
|
55
57
|
height: 20px;
|
|
56
|
-
border: 2px solid
|
|
58
|
+
border: 2px solid var(--color-info-light);
|
|
57
59
|
border-radius: 50%;
|
|
58
|
-
border-top-color:
|
|
59
|
-
animation: spin-
|
|
60
|
+
border-top-color: var(--color-info);
|
|
61
|
+
animation: spin-5577376b 1s ease-in-out infinite;
|
|
60
62
|
margin-right: 8px;
|
|
61
63
|
}
|
|
62
|
-
@keyframes spin-
|
|
64
|
+
@keyframes spin-5577376b {
|
|
63
65
|
to {
|
|
64
66
|
transform: rotate(360deg);
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
|
-
.option-description[data-v-
|
|
69
|
+
.option-description[data-v-5577376b] {
|
|
68
70
|
font-size: 0.875rem;
|
|
69
|
-
color:
|
|
71
|
+
color: var(--color-text-tertiary);
|
|
70
72
|
margin: 0.5rem 0;
|
|
71
73
|
padding: 0.75rem;
|
|
72
|
-
background-color:
|
|
74
|
+
background-color: var(--color-gray-50);
|
|
73
75
|
border-radius: 4px;
|
|
74
|
-
border-left: 3px solid
|
|
76
|
+
border-left: 3px solid var(--color-info);
|
|
75
77
|
}
|
|
76
|
-
.el-radio-group[data-v-
|
|
78
|
+
.el-radio-group[data-v-5577376b] {
|
|
77
79
|
display: flex !important;
|
|
78
80
|
flex-direction: row !important;
|
|
79
81
|
gap: 1rem;
|
|
80
82
|
}
|
|
81
|
-
.el-radio[data-v-
|
|
83
|
+
.el-radio[data-v-5577376b] {
|
|
82
84
|
margin-right: 0 !important; /* Override any existing margins */
|
|
83
85
|
}
|
|
84
86
|
@media (max-width: 640px) {
|
|
85
|
-
.form-row[data-v-
|
|
87
|
+
.form-row[data-v-5577376b] {
|
|
86
88
|
flex-direction: column;
|
|
87
89
|
gap: 0.5rem;
|
|
88
90
|
}
|
|
89
|
-
.half[data-v-
|
|
91
|
+
.half[data-v-5577376b] {
|
|
90
92
|
max-width: 100%;
|
|
91
93
|
}
|
|
92
|
-
.el-radio-group[data-v-
|
|
94
|
+
.el-radio-group[data-v-5577376b] {
|
|
93
95
|
flex-direction: column !important;
|
|
94
96
|
gap: 0.5rem;
|
|
95
97
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
2
|
-
import { C as CodeLoader } from "./vue-content-loader.es-
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import "./
|
|
8
|
-
import "./
|
|
9
|
-
import "./index-
|
|
10
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, C as createBlock, f as createTextVNode, t as toDisplayString, B as unref, az as ElRadio, i as withDirectives, at as vModelSelect, v as vModelText, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
|
|
3
|
+
import { f as fetchDatabaseConnectionsInterfaces } from "./api-df48ec50.js";
|
|
4
|
+
import DatabaseConnectionSettings from "./DatabaseConnectionSettings-38155669.js";
|
|
5
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
6
|
+
import "./secrets.api-34431884.js";
|
|
7
|
+
import "./DesignerView-a4466dab.js";
|
|
8
|
+
import "./PopOver-ddcfe4f6.js";
|
|
9
|
+
import "./index-057d770d.js";
|
|
10
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
11
11
|
const createNodeDatabaseWriter = (flowId, nodeId) => {
|
|
12
12
|
const databaseWriteSettings = {
|
|
13
13
|
if_exists: "replace",
|
|
@@ -251,8 +251,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
251
251
|
};
|
|
252
252
|
}
|
|
253
253
|
});
|
|
254
|
-
const
|
|
255
|
-
const DatabaseWriter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
254
|
+
const DatabaseWriter_vue_vue_type_style_index_0_scoped_5577376b_lang = "";
|
|
255
|
+
const DatabaseWriter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5577376b"]]);
|
|
256
256
|
export {
|
|
257
257
|
DatabaseWriter as default
|
|
258
258
|
};
|