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,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.context-menu[data-v-
|
|
2
|
+
.context-menu[data-v-844381ed] {
|
|
3
3
|
position: fixed;
|
|
4
4
|
z-index: 1000;
|
|
5
5
|
border: 1px solid #ccc;
|
|
@@ -8,23 +8,23 @@
|
|
|
8
8
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
|
|
9
9
|
border-radius: 4px;
|
|
10
10
|
}
|
|
11
|
-
.context-menu ul[data-v-
|
|
11
|
+
.context-menu ul[data-v-844381ed] {
|
|
12
12
|
list-style: none;
|
|
13
13
|
padding: 0;
|
|
14
14
|
margin: 0;
|
|
15
15
|
}
|
|
16
|
-
.context-menu li[data-v-
|
|
16
|
+
.context-menu li[data-v-844381ed] {
|
|
17
17
|
padding: 8px 16px;
|
|
18
18
|
cursor: pointer;
|
|
19
19
|
}
|
|
20
|
-
.context-menu li[data-v-
|
|
20
|
+
.context-menu li[data-v-844381ed]:hover {
|
|
21
21
|
background-color: #f0f0f0;
|
|
22
22
|
}
|
|
23
|
-
.switch-container[data-v-
|
|
23
|
+
.switch-container[data-v-844381ed] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
margin: 12px;
|
|
27
27
|
}
|
|
28
|
-
.switch-container span[data-v-
|
|
28
|
+
.switch-container span[data-v-844381ed] {
|
|
29
29
|
margin-right: 10px;
|
|
30
30
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import SettingsSection from "./SettingsSection-
|
|
5
|
-
import { G as GenericNodeSettings } from "./genericNodeSettings-
|
|
6
|
-
import "./
|
|
7
|
-
import "./index-
|
|
8
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, a2 as nextTick, q as onUnmounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, C as createBlock, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import "./DesignerView-a4466dab.js";
|
|
3
|
+
import { _ as _sfc_main$1 } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
|
|
4
|
+
import SettingsSection from "./SettingsSection-c6b1362c.js";
|
|
5
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
6
|
+
import "./PopOver-ddcfe4f6.js";
|
|
7
|
+
import "./index-057d770d.js";
|
|
8
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
9
9
|
const _hoisted_1 = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "listbox-wrapper"
|
|
@@ -205,7 +205,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
205
205
|
}), 128))
|
|
206
206
|
])
|
|
207
207
|
]),
|
|
208
|
-
showContextMenu.value ? (openBlock(), createBlock(
|
|
208
|
+
showContextMenu.value ? (openBlock(), createBlock(_sfc_main$1, {
|
|
209
209
|
key: 0,
|
|
210
210
|
id: "pivot-context-menu",
|
|
211
211
|
ref_key: "contextMenuRef",
|
|
@@ -282,8 +282,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
282
282
|
};
|
|
283
283
|
}
|
|
284
284
|
});
|
|
285
|
-
const
|
|
286
|
-
const Unpivot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
285
|
+
const Unpivot_vue_vue_type_style_index_0_scoped_844381ed_lang = "";
|
|
286
|
+
const Unpivot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-844381ed"]]);
|
|
287
287
|
export {
|
|
288
288
|
Unpivot as default
|
|
289
289
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent,
|
|
1
|
+
import { d as defineComponent, G as computed, o as openBlock, C as createBlock, A as withCtx, z as createVNode, a as createBaseVNode, B as unref, ay as ElIcon, c as createElementBlock, e as createCommentVNode, aC as ElPopover, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
2
|
const _hoisted_1 = { class: "validation-wrapper" };
|
|
3
3
|
const _hoisted_2 = {
|
|
4
4
|
key: 0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { F as getDefaultExportFromCjs, d as defineComponent, r as ref, J as onMounted, q as onUnmounted, o as openBlock, c as createElementBlock, ax as toRaw, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
2
|
function _mergeNamespaces(n10, m10) {
|
|
3
3
|
for (var i = 0; i < m10.length; i++) {
|
|
4
4
|
const e19 = m10[i];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.sr-only[data-v-
|
|
2
|
+
.sr-only[data-v-0a21b463] {
|
|
3
3
|
position: absolute;
|
|
4
4
|
width: 1px;
|
|
5
5
|
height: 1px;
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
clip: rect(0, 0, 0, 0);
|
|
10
10
|
border: 0;
|
|
11
11
|
}
|
|
12
|
-
.dropdown-container[data-v-
|
|
12
|
+
.dropdown-container[data-v-0a21b463] {
|
|
13
13
|
position: relative;
|
|
14
14
|
width: 100%;
|
|
15
15
|
font-family: var(--font-family-base);
|
|
16
16
|
}
|
|
17
|
-
.input-wrapper[data-v-
|
|
17
|
+
.input-wrapper[data-v-0a21b463] {
|
|
18
18
|
position: relative;
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: center;
|
|
21
21
|
}
|
|
22
|
-
.select-box[data-v-
|
|
22
|
+
.select-box[data-v-0a21b463] {
|
|
23
23
|
width: 100%;
|
|
24
24
|
box-sizing: border-box;
|
|
25
25
|
padding: 8px 30px 8px 12px;
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
background-color: var(--color-background-primary);
|
|
34
34
|
color: var(--color-text-primary);
|
|
35
35
|
}
|
|
36
|
-
.select-box[data-v-
|
|
36
|
+
.select-box[data-v-0a21b463]:focus {
|
|
37
37
|
border-color: #3182ce;
|
|
38
38
|
box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
|
|
39
39
|
}
|
|
40
|
-
.select-box.has-error[data-v-
|
|
40
|
+
.select-box.has-error[data-v-0a21b463] {
|
|
41
41
|
border-color: #e53e3e;
|
|
42
42
|
box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.15);
|
|
43
43
|
}
|
|
44
|
-
.select-box[data-v-
|
|
44
|
+
.select-box[data-v-0a21b463]:disabled {
|
|
45
45
|
background-color: var(--color-background-muted);
|
|
46
46
|
cursor: not-allowed;
|
|
47
47
|
opacity: 0.7;
|
|
48
48
|
}
|
|
49
|
-
.icon-container[data-v-
|
|
49
|
+
.icon-container[data-v-0a21b463] {
|
|
50
50
|
position: absolute;
|
|
51
51
|
right: 10px;
|
|
52
52
|
top: 50%;
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
align-items: center;
|
|
57
57
|
justify-content: center;
|
|
58
58
|
}
|
|
59
|
-
.dropdown-icon[data-v-
|
|
59
|
+
.dropdown-icon[data-v-0a21b463] {
|
|
60
60
|
width: 16px;
|
|
61
61
|
height: 16px;
|
|
62
62
|
color: #718096;
|
|
63
63
|
transition: transform 0.2s ease;
|
|
64
64
|
}
|
|
65
|
-
.options-container[data-v-
|
|
65
|
+
.options-container[data-v-0a21b463] {
|
|
66
66
|
position: fixed;
|
|
67
|
-
z-index:
|
|
67
|
+
z-index: var(--z-index-canvas-dropdown, 100001);
|
|
68
68
|
width: 100%;
|
|
69
69
|
margin-top: 4px;
|
|
70
70
|
}
|
|
71
|
-
.options-list[data-v-
|
|
71
|
+
.options-list[data-v-0a21b463] {
|
|
72
72
|
background: var(--color-background-primary);
|
|
73
73
|
border-radius: 6px;
|
|
74
74
|
box-shadow: var(--shadow-lg);
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
border: 1px solid var(--color-border-primary);
|
|
81
81
|
scrollbar-width: thin;
|
|
82
82
|
}
|
|
83
|
-
.options-list[data-v-
|
|
83
|
+
.options-list[data-v-0a21b463]::-webkit-scrollbar {
|
|
84
84
|
width: 6px;
|
|
85
85
|
}
|
|
86
|
-
.options-list[data-v-
|
|
86
|
+
.options-list[data-v-0a21b463]::-webkit-scrollbar-track {
|
|
87
87
|
background: var(--color-background-secondary);
|
|
88
88
|
}
|
|
89
|
-
.options-list[data-v-
|
|
89
|
+
.options-list[data-v-0a21b463]::-webkit-scrollbar-thumb {
|
|
90
90
|
background-color: var(--color-border-secondary);
|
|
91
91
|
border-radius: 3px;
|
|
92
92
|
}
|
|
93
|
-
.option-item[data-v-
|
|
93
|
+
.option-item[data-v-0a21b463] {
|
|
94
94
|
padding: 8px 12px;
|
|
95
95
|
cursor: pointer;
|
|
96
96
|
font-size: 14px;
|
|
@@ -99,28 +99,28 @@
|
|
|
99
99
|
transition: all 0.15s ease;
|
|
100
100
|
border-left: 2px solid transparent;
|
|
101
101
|
}
|
|
102
|
-
.option-item[data-v-
|
|
103
|
-
.option-item.is-active[data-v-
|
|
102
|
+
.option-item[data-v-0a21b463]:hover,
|
|
103
|
+
.option-item.is-active[data-v-0a21b463] {
|
|
104
104
|
background-color: var(--color-background-hover);
|
|
105
105
|
color: var(--color-accent);
|
|
106
106
|
border-left-color: var(--color-accent);
|
|
107
107
|
}
|
|
108
|
-
.no-options[data-v-
|
|
108
|
+
.no-options[data-v-0a21b463] {
|
|
109
109
|
padding: 10px 12px;
|
|
110
110
|
font-size: 14px;
|
|
111
111
|
color: #718096;
|
|
112
112
|
text-align: center;
|
|
113
113
|
font-style: italic;
|
|
114
114
|
}
|
|
115
|
-
.spinner[data-v-
|
|
115
|
+
.spinner[data-v-0a21b463] {
|
|
116
116
|
width: 16px;
|
|
117
117
|
height: 16px;
|
|
118
118
|
border: 2px solid rgba(49, 130, 206, 0.2);
|
|
119
119
|
border-top: 2px solid #3182ce;
|
|
120
120
|
border-radius: 50%;
|
|
121
|
-
animation: spin-
|
|
121
|
+
animation: spin-0a21b463 0.8s linear infinite;
|
|
122
122
|
}
|
|
123
|
-
@keyframes spin-
|
|
123
|
+
@keyframes spin-0a21b463 {
|
|
124
124
|
0% {
|
|
125
125
|
transform: rotate(0deg);
|
|
126
126
|
}
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
/* Fade transition for dropdown */
|
|
133
|
-
.fade-enter-active[data-v-
|
|
134
|
-
.fade-leave-active[data-v-
|
|
133
|
+
.fade-enter-active[data-v-0a21b463],
|
|
134
|
+
.fade-leave-active[data-v-0a21b463] {
|
|
135
135
|
transition:
|
|
136
136
|
opacity 0.15s,
|
|
137
137
|
transform 0.15s;
|
|
138
138
|
}
|
|
139
|
-
.fade-enter-from[data-v-
|
|
140
|
-
.fade-leave-to[data-v-
|
|
139
|
+
.fade-enter-from[data-v-0a21b463],
|
|
140
|
+
.fade-leave-to[data-v-0a21b463] {
|
|
141
141
|
opacity: 0;
|
|
142
142
|
transform: translateY(-5px);
|
|
143
143
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
1
|
+
import { d as defineComponent, r as ref, G as computed, J as onMounted, q as onUnmounted, H as watch, a2 as nextTick, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, i as withDirectives, v as vModelText, n as normalizeClass, z as createVNode, A as withCtx, K as Fragment, L as renderList, w as withModifiers, e as createCommentVNode, an as Transition, g as _export_sfc } from "./index-ca6799de.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" };
|
|
@@ -312,8 +312,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
314
|
});
|
|
315
|
-
const
|
|
316
|
-
const ColumnSelector = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
315
|
+
const dropDown_vue_vue_type_style_index_0_scoped_0a21b463_lang = "";
|
|
316
|
+
const ColumnSelector = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0a21b463"]]);
|
|
317
317
|
export {
|
|
318
318
|
ColumnSelector as C
|
|
319
319
|
};
|
|
@@ -4,9 +4,9 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { V as ViewPlugin, x as Decoration, c as EditorState, d as autocompletion, R as RangeSetBuilder, T } from "./vue-codemirror.esm-
|
|
7
|
+
import { d as defineComponent, r as ref, l as useNodeStore, H as watch, J as onMounted, o as openBlock, c as createElementBlock, L as renderList, a as createBaseVNode, t as toDisplayString, K as Fragment, g as _export_sfc, n as normalizeClass, z as createVNode, A as withCtx, a8 as shallowRef, B as unref, k as axios, a2 as nextTick, e as createCommentVNode, G as computed, aB as debounce, a4 as normalizeStyle, C as createBlock } from "./index-ca6799de.js";
|
|
8
|
+
import { P as PopOver } from "./PopOver-ddcfe4f6.js";
|
|
9
|
+
import { V as ViewPlugin, x as Decoration, c as EditorState, d as autocompletion, R as RangeSetBuilder, T } from "./vue-codemirror.esm-8f46fb36.js";
|
|
10
10
|
const _hoisted_1$5 = { class: "cool-button-container" };
|
|
11
11
|
const _hoisted_2$4 = ["onClick"];
|
|
12
12
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
|
|
68
68
|
/* Custom syntax highlighting - these are specific to this editor */
|
|
69
69
|
.cm-function {
|
|
70
|
-
color:
|
|
70
|
+
color: var(--color-code-keyword);
|
|
71
71
|
font-weight: bold;
|
|
72
72
|
}
|
|
73
73
|
.cm-column {
|
|
74
|
-
color:
|
|
74
|
+
color: var(--color-code-string);
|
|
75
75
|
}
|
|
76
76
|
.cm-string {
|
|
77
|
-
color:
|
|
77
|
+
color: var(--color-code-function);
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.container[data-v-eefd07b6] {
|
flowfile/web/static/assets/{genericNodeSettings-99014e1d.js → genericNodeSettings-0155288b.js}
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { i as info_filled_default } from "./DesignerView-e6f5c0e8.js";
|
|
1
|
+
import { d as defineComponent, l as useNodeStore, r as ref, H as watch, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, X as renderSlot, a as createBaseVNode, f as createTextVNode, B as unref, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { i as info_filled_default } from "./DesignerView-a4466dab.js";
|
|
4
3
|
const _hoisted_1 = { class: "settings-wrapper" };
|
|
5
4
|
const _hoisted_2 = { class: "settings-section" };
|
|
6
5
|
const _hoisted_3 = { class: "setting-group" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { e as Parser, N as NodeSet, f as NodeType, D as DefaultBufferLength, g as NodeProp, h as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, j as syntaxTree, l as ifNotIn, m as LRLanguage, n as indentNodeProp, o as delimitedIndent, p as foldNodeProp, q as foldInside, r as completeFromList, u as NodeWeakMap, v as snippetCompletion, H as HighlightStyle, w as syntaxHighlighting, E as EditorView } from "./vue-codemirror.esm-
|
|
1
|
+
import { ar as flowfileCorebaseURL, k as axios } from "./index-ca6799de.js";
|
|
2
|
+
import { e as Parser, N as NodeSet, f as NodeType, D as DefaultBufferLength, g as NodeProp, h as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, j as syntaxTree, l as ifNotIn, m as LRLanguage, n as indentNodeProp, o as delimitedIndent, p as foldNodeProp, q as foldInside, r as completeFromList, u as NodeWeakMap, v as snippetCompletion, H as HighlightStyle, w as syntaxHighlighting, E as EditorView } from "./vue-codemirror.esm-8f46fb36.js";
|
|
3
3
|
const __vite_glob_0_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAACO0lEQVR4nN2Yz0vbYBjHv29NbZUy0B43QUG9zNPEHUT05NCTiu6o0NbDLk5a/RMERaonkSrO8zw4alFQtBsMBG96kJ5EUTcRh78QRGvsu4O8MSk1fdMmaeLnlL7p++ST53kfkjeADSCKX5GI4Ci+XQCl3uwzKXUkyYD4ZWjXKDnpUuxA+BbeBEij9hD0SgwMl+kplY5McoLmHEVMNYi06E/eNs4iEQf/zjEyonDRR9IAxMCQ5OYopIgawlz4gR1bVhKECJgPvwOsLAlAoIgAFpdMgXgAQFD704M/ZI4NAOf85IvnLJ1Jhi0kVcvNUCtFvvAsKVtk0haSXOU2s8sz8XoyqWfjsKpMJ3bQUVmNt6WerHNMzSQT/ByPYXDrJyq/z+Li/i7rPK5M6gET7NqIYvloXxovd7mzzjW1cdrXFrHx91BzXNPKnS6Y1HDjhjYOy1TnelQp6Aum7QDVMSyTTLAnHsPK8fMaTPqCIESLokGScsGlwz1pPBdBgLPciR4fd8CaN0+72871qDKD/pCmEsvhkmQX5qVtdRHxE2WT5CoI6Ng4/to6zDR9wlRiWymosUkyoduaHG1oBgAEt35JY7muwXR0eeJ4BCfKXW78Pn36iDH+sQXBuno9QgPglIy1dqme97pLAAA752eGvNZxSbZXVHEF+/r+Q14yL2GL90lbSKqW28hdohYsnUkCeglYXPKx2NkHyCQpJT8Kp5MJmkTv4A0gk3zsD3WnQMYKJyWHXouBYVehLV4f/wHit6c8llKODwAAAABJRU5ErkJggg==";
|
|
4
4
|
const __vite_glob_0_1 = "/assets/airbyte-292aa232.png";
|
|
5
5
|
const __vite_glob_0_2 = "/assets/cloud_storage_reader-aa1415d6.png";
|