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
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { d as defineComponent, r as ref, c as createElementBlock, a as createBaseVNode, b as createStaticVNode, t as toDisplayString, e as createCommentVNode, n as normalizeClass, f as createTextVNode, s as setupService, o as openBlock, _ as _imports_1, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
const _hoisted_1 = { class: "setup-container" };
|
|
3
|
+
const _hoisted_2 = { class: "setup-card" };
|
|
4
|
+
const _hoisted_3 = { class: "setup-content" };
|
|
5
|
+
const _hoisted_4 = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "error-message"
|
|
8
|
+
};
|
|
9
|
+
const _hoisted_5 = {
|
|
10
|
+
key: 1,
|
|
11
|
+
class: "generate-section"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_6 = ["disabled"];
|
|
14
|
+
const _hoisted_7 = {
|
|
15
|
+
key: 0,
|
|
16
|
+
class: "loading-spinner"
|
|
17
|
+
};
|
|
18
|
+
const _hoisted_8 = {
|
|
19
|
+
key: 1,
|
|
20
|
+
class: "fa-solid fa-key"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_9 = {
|
|
23
|
+
key: 2,
|
|
24
|
+
class: "key-result"
|
|
25
|
+
};
|
|
26
|
+
const _hoisted_10 = { class: "key-display" };
|
|
27
|
+
const _hoisted_11 = { class: "key-value-wrapper" };
|
|
28
|
+
const _hoisted_12 = { class: "key-value" };
|
|
29
|
+
const _hoisted_13 = { class: "instructions-box" };
|
|
30
|
+
const _hoisted_14 = { class: "instruction-content" };
|
|
31
|
+
const _hoisted_15 = { class: "code-block" };
|
|
32
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
33
|
+
__name: "SetupView",
|
|
34
|
+
setup(__props) {
|
|
35
|
+
const isGenerating = ref(false);
|
|
36
|
+
const error = ref("");
|
|
37
|
+
const generatedKey = ref(null);
|
|
38
|
+
const copied = ref(false);
|
|
39
|
+
const copiedEnv = ref(false);
|
|
40
|
+
const handleGenerateKey = async () => {
|
|
41
|
+
isGenerating.value = true;
|
|
42
|
+
error.value = "";
|
|
43
|
+
try {
|
|
44
|
+
generatedKey.value = await setupService.generateKey();
|
|
45
|
+
} catch (err) {
|
|
46
|
+
error.value = "Failed to generate key. Please check if the backend is running.";
|
|
47
|
+
console.error("Generate key error:", err);
|
|
48
|
+
} finally {
|
|
49
|
+
isGenerating.value = false;
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
const copyToClipboard = async (text, flagRef) => {
|
|
53
|
+
try {
|
|
54
|
+
await navigator.clipboard.writeText(text);
|
|
55
|
+
flagRef.value = true;
|
|
56
|
+
setTimeout(() => {
|
|
57
|
+
flagRef.value = false;
|
|
58
|
+
}, 2e3);
|
|
59
|
+
} catch (err) {
|
|
60
|
+
console.error("Failed to copy:", err);
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
const copyKey = () => {
|
|
64
|
+
if (generatedKey.value) {
|
|
65
|
+
copyToClipboard(generatedKey.value.key, copied);
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
const copyEnvVar = () => {
|
|
69
|
+
if (generatedKey.value) {
|
|
70
|
+
copyToClipboard(`FLOWFILE_MASTER_KEY="${generatedKey.value.key}"`, copiedEnv);
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
return (_ctx, _cache) => {
|
|
74
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
75
|
+
createBaseVNode("div", _hoisted_2, [
|
|
76
|
+
_cache[7] || (_cache[7] = createStaticVNode('<div class="setup-header" data-v-0c48ff2a><div class="logo-container" data-v-0c48ff2a><img src="' + _imports_1 + '" alt="Flowfile" class="logo" data-v-0c48ff2a></div><h1 class="setup-title" data-v-0c48ff2a>Initial Setup Required</h1><p class="setup-subtitle" data-v-0c48ff2a>Configure your master encryption key to get started</p></div>', 1)),
|
|
77
|
+
createBaseVNode("div", _hoisted_3, [
|
|
78
|
+
_cache[6] || (_cache[6] = createBaseVNode("div", { class: "info-box" }, [
|
|
79
|
+
createBaseVNode("i", { class: "fa-solid fa-shield-halved info-icon" }),
|
|
80
|
+
createBaseVNode("div", { class: "info-text" }, [
|
|
81
|
+
createBaseVNode("h3", null, "What is the Master Key?"),
|
|
82
|
+
createBaseVNode("p", null, " The master key encrypts all secrets stored in Flowfile (API keys, passwords, tokens). It must be configured before the application can be used. ")
|
|
83
|
+
])
|
|
84
|
+
], -1)),
|
|
85
|
+
error.value ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
86
|
+
_cache[0] || (_cache[0] = createBaseVNode("i", { class: "fa-solid fa-circle-exclamation" }, null, -1)),
|
|
87
|
+
createBaseVNode("span", null, toDisplayString(error.value), 1)
|
|
88
|
+
])) : createCommentVNode("", true),
|
|
89
|
+
!generatedKey.value ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
|
90
|
+
createBaseVNode("button", {
|
|
91
|
+
class: "btn btn-primary generate-button",
|
|
92
|
+
disabled: isGenerating.value,
|
|
93
|
+
onClick: handleGenerateKey
|
|
94
|
+
}, [
|
|
95
|
+
isGenerating.value ? (openBlock(), createElementBlock("span", _hoisted_7)) : (openBlock(), createElementBlock("i", _hoisted_8)),
|
|
96
|
+
createBaseVNode("span", null, toDisplayString(isGenerating.value ? "Generating..." : "Generate Master Key"), 1)
|
|
97
|
+
], 8, _hoisted_6)
|
|
98
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_9, [
|
|
99
|
+
createBaseVNode("div", _hoisted_10, [
|
|
100
|
+
_cache[1] || (_cache[1] = createBaseVNode("label", { class: "key-label" }, "Your Generated Master Key:", -1)),
|
|
101
|
+
createBaseVNode("div", _hoisted_11, [
|
|
102
|
+
createBaseVNode("code", _hoisted_12, toDisplayString(generatedKey.value.key), 1),
|
|
103
|
+
createBaseVNode("button", {
|
|
104
|
+
class: "copy-button",
|
|
105
|
+
title: "Copy to clipboard",
|
|
106
|
+
onClick: copyKey
|
|
107
|
+
}, [
|
|
108
|
+
createBaseVNode("i", {
|
|
109
|
+
class: normalizeClass(copied.value ? "fa-solid fa-check" : "fa-solid fa-copy")
|
|
110
|
+
}, null, 2)
|
|
111
|
+
])
|
|
112
|
+
])
|
|
113
|
+
]),
|
|
114
|
+
createBaseVNode("div", _hoisted_13, [
|
|
115
|
+
_cache[4] || (_cache[4] = createBaseVNode("h4", null, "Configuration Instructions:", -1)),
|
|
116
|
+
createBaseVNode("div", _hoisted_14, [
|
|
117
|
+
_cache[2] || (_cache[2] = createBaseVNode("p", null, [
|
|
118
|
+
createTextVNode("Add this line to a "),
|
|
119
|
+
createBaseVNode("code", null, ".env"),
|
|
120
|
+
createTextVNode(" file in your project root:")
|
|
121
|
+
], -1)),
|
|
122
|
+
createBaseVNode("div", _hoisted_15, [
|
|
123
|
+
createBaseVNode("code", null, 'FLOWFILE_MASTER_KEY="' + toDisplayString(generatedKey.value.key) + '"', 1),
|
|
124
|
+
createBaseVNode("button", {
|
|
125
|
+
class: "copy-button small",
|
|
126
|
+
onClick: copyEnvVar
|
|
127
|
+
}, [
|
|
128
|
+
createBaseVNode("i", {
|
|
129
|
+
class: normalizeClass(copiedEnv.value ? "fa-solid fa-check" : "fa-solid fa-copy")
|
|
130
|
+
}, null, 2)
|
|
131
|
+
])
|
|
132
|
+
]),
|
|
133
|
+
_cache[3] || (_cache[3] = createBaseVNode("p", { class: "hint" }, [
|
|
134
|
+
createTextVNode(" Then restart: "),
|
|
135
|
+
createBaseVNode("code", null, "docker-compose down && docker-compose up")
|
|
136
|
+
], -1))
|
|
137
|
+
])
|
|
138
|
+
]),
|
|
139
|
+
_cache[5] || (_cache[5] = createBaseVNode("div", { class: "warning-box" }, [
|
|
140
|
+
createBaseVNode("i", { class: "fa-solid fa-triangle-exclamation" }),
|
|
141
|
+
createBaseVNode("div", null, [
|
|
142
|
+
createBaseVNode("strong", null, "Important:"),
|
|
143
|
+
createTextVNode(" Back up this key securely. If lost, all stored secrets become unrecoverable. ")
|
|
144
|
+
])
|
|
145
|
+
], -1))
|
|
146
|
+
]))
|
|
147
|
+
]),
|
|
148
|
+
_cache[8] || (_cache[8] = createBaseVNode("div", { class: "setup-footer" }, [
|
|
149
|
+
createBaseVNode("p", { class: "footer-text" }, "Flowfile - Visual Data Processing")
|
|
150
|
+
], -1))
|
|
151
|
+
])
|
|
152
|
+
]);
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
const SetupView_vue_vue_type_style_index_0_scoped_0c48ff2a_lang = "";
|
|
157
|
+
const SetupView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0c48ff2a"]]);
|
|
158
|
+
export {
|
|
159
|
+
SetupView as default
|
|
160
|
+
};
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
|
|
2
|
+
.setup-container[data-v-0c48ff2a] {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
min-height: 100vh;
|
|
7
|
+
background: linear-gradient(
|
|
8
|
+
135deg,
|
|
9
|
+
var(--color-background-secondary) 0%,
|
|
10
|
+
var(--color-background-primary) 100%
|
|
11
|
+
);
|
|
12
|
+
padding: var(--spacing-4);
|
|
13
|
+
}
|
|
14
|
+
.setup-card[data-v-0c48ff2a] {
|
|
15
|
+
width: 100%;
|
|
16
|
+
max-width: 600px;
|
|
17
|
+
background-color: var(--color-background-primary);
|
|
18
|
+
border-radius: var(--border-radius-xl);
|
|
19
|
+
box-shadow: var(--shadow-xl);
|
|
20
|
+
padding: var(--spacing-8);
|
|
21
|
+
border: 1px solid var(--color-border-light);
|
|
22
|
+
}
|
|
23
|
+
.setup-header[data-v-0c48ff2a] {
|
|
24
|
+
text-align: center;
|
|
25
|
+
margin-bottom: var(--spacing-6);
|
|
26
|
+
}
|
|
27
|
+
.logo-container[data-v-0c48ff2a] {
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
margin-bottom: var(--spacing-4);
|
|
31
|
+
}
|
|
32
|
+
.logo[data-v-0c48ff2a] {
|
|
33
|
+
width: 80px;
|
|
34
|
+
height: 80px;
|
|
35
|
+
object-fit: contain;
|
|
36
|
+
}
|
|
37
|
+
.setup-title[data-v-0c48ff2a] {
|
|
38
|
+
font-size: var(--font-size-2xl);
|
|
39
|
+
font-weight: var(--font-weight-semibold);
|
|
40
|
+
color: var(--color-text-primary);
|
|
41
|
+
margin-bottom: var(--spacing-2);
|
|
42
|
+
}
|
|
43
|
+
.setup-subtitle[data-v-0c48ff2a] {
|
|
44
|
+
font-size: var(--font-size-sm);
|
|
45
|
+
color: var(--color-text-secondary);
|
|
46
|
+
margin: 0;
|
|
47
|
+
}
|
|
48
|
+
.setup-content[data-v-0c48ff2a] {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
gap: var(--spacing-4);
|
|
52
|
+
}
|
|
53
|
+
.info-box[data-v-0c48ff2a] {
|
|
54
|
+
display: flex;
|
|
55
|
+
gap: var(--spacing-3);
|
|
56
|
+
padding: var(--spacing-4);
|
|
57
|
+
background-color: var(--color-background-secondary);
|
|
58
|
+
border: 1px solid var(--color-info);
|
|
59
|
+
border-radius: var(--border-radius-md);
|
|
60
|
+
}
|
|
61
|
+
.info-icon[data-v-0c48ff2a] {
|
|
62
|
+
font-size: var(--font-size-xl);
|
|
63
|
+
color: var(--color-info);
|
|
64
|
+
flex-shrink: 0;
|
|
65
|
+
}
|
|
66
|
+
.info-text h3[data-v-0c48ff2a] {
|
|
67
|
+
margin: 0 0 var(--spacing-1) 0;
|
|
68
|
+
font-size: var(--font-size-base);
|
|
69
|
+
color: var(--color-text-primary);
|
|
70
|
+
}
|
|
71
|
+
.info-text p[data-v-0c48ff2a] {
|
|
72
|
+
margin: 0;
|
|
73
|
+
font-size: var(--font-size-sm);
|
|
74
|
+
color: var(--color-text-secondary);
|
|
75
|
+
}
|
|
76
|
+
.error-message[data-v-0c48ff2a] {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
gap: var(--spacing-2);
|
|
80
|
+
padding: var(--spacing-3) var(--spacing-4);
|
|
81
|
+
background-color: var(--color-danger-light);
|
|
82
|
+
border: 1px solid var(--color-danger);
|
|
83
|
+
border-radius: var(--border-radius-md);
|
|
84
|
+
color: var(--color-danger);
|
|
85
|
+
font-size: var(--font-size-sm);
|
|
86
|
+
}
|
|
87
|
+
.generate-section[data-v-0c48ff2a] {
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
padding: var(--spacing-4) 0;
|
|
91
|
+
}
|
|
92
|
+
.generate-button[data-v-0c48ff2a] {
|
|
93
|
+
display: flex;
|
|
94
|
+
align-items: center;
|
|
95
|
+
gap: var(--spacing-2);
|
|
96
|
+
padding: var(--spacing-3) var(--spacing-6);
|
|
97
|
+
font-size: var(--font-size-base);
|
|
98
|
+
}
|
|
99
|
+
.key-result[data-v-0c48ff2a] {
|
|
100
|
+
display: flex;
|
|
101
|
+
flex-direction: column;
|
|
102
|
+
gap: var(--spacing-4);
|
|
103
|
+
}
|
|
104
|
+
.key-display[data-v-0c48ff2a] {
|
|
105
|
+
display: flex;
|
|
106
|
+
flex-direction: column;
|
|
107
|
+
gap: var(--spacing-2);
|
|
108
|
+
}
|
|
109
|
+
.key-label[data-v-0c48ff2a] {
|
|
110
|
+
font-size: var(--font-size-sm);
|
|
111
|
+
font-weight: var(--font-weight-medium);
|
|
112
|
+
color: var(--color-text-secondary);
|
|
113
|
+
}
|
|
114
|
+
.key-value-wrapper[data-v-0c48ff2a] {
|
|
115
|
+
display: flex;
|
|
116
|
+
align-items: center;
|
|
117
|
+
gap: var(--spacing-2);
|
|
118
|
+
background-color: var(--color-background-secondary);
|
|
119
|
+
border: 1px solid var(--color-border-primary);
|
|
120
|
+
border-radius: var(--border-radius-md);
|
|
121
|
+
padding: var(--spacing-3);
|
|
122
|
+
}
|
|
123
|
+
.key-value[data-v-0c48ff2a] {
|
|
124
|
+
flex: 1;
|
|
125
|
+
font-family: var(--font-family-mono);
|
|
126
|
+
font-size: var(--font-size-sm);
|
|
127
|
+
word-break: break-all;
|
|
128
|
+
color: var(--color-text-primary);
|
|
129
|
+
}
|
|
130
|
+
.copy-button[data-v-0c48ff2a] {
|
|
131
|
+
background: none;
|
|
132
|
+
border: none;
|
|
133
|
+
color: var(--color-text-muted);
|
|
134
|
+
cursor: pointer;
|
|
135
|
+
padding: var(--spacing-2);
|
|
136
|
+
display: flex;
|
|
137
|
+
align-items: center;
|
|
138
|
+
justify-content: center;
|
|
139
|
+
transition: color var(--transition-fast);
|
|
140
|
+
border-radius: var(--border-radius-sm);
|
|
141
|
+
}
|
|
142
|
+
.copy-button[data-v-0c48ff2a]:hover {
|
|
143
|
+
color: var(--color-text-secondary);
|
|
144
|
+
background-color: var(--color-background-muted);
|
|
145
|
+
}
|
|
146
|
+
.copy-button.small[data-v-0c48ff2a] {
|
|
147
|
+
padding: var(--spacing-1);
|
|
148
|
+
}
|
|
149
|
+
.instructions-box[data-v-0c48ff2a] {
|
|
150
|
+
background-color: var(--color-background-secondary);
|
|
151
|
+
border: 1px solid var(--color-border-light);
|
|
152
|
+
border-radius: var(--border-radius-md);
|
|
153
|
+
padding: var(--spacing-4);
|
|
154
|
+
}
|
|
155
|
+
.instructions-box h4[data-v-0c48ff2a] {
|
|
156
|
+
margin: 0 0 var(--spacing-3) 0;
|
|
157
|
+
font-size: var(--font-size-sm);
|
|
158
|
+
font-weight: var(--font-weight-medium);
|
|
159
|
+
color: var(--color-text-primary);
|
|
160
|
+
}
|
|
161
|
+
.instruction-content p[data-v-0c48ff2a] {
|
|
162
|
+
margin: 0 0 var(--spacing-2) 0;
|
|
163
|
+
font-size: var(--font-size-sm);
|
|
164
|
+
color: var(--color-text-secondary);
|
|
165
|
+
}
|
|
166
|
+
.instruction-content code[data-v-0c48ff2a] {
|
|
167
|
+
background-color: var(--color-background-muted);
|
|
168
|
+
padding: var(--spacing-0-5) var(--spacing-1);
|
|
169
|
+
border-radius: var(--border-radius-sm);
|
|
170
|
+
font-size: var(--font-size-xs);
|
|
171
|
+
}
|
|
172
|
+
.instruction-content .hint[data-v-0c48ff2a] {
|
|
173
|
+
margin-top: var(--spacing-3);
|
|
174
|
+
color: var(--color-text-muted);
|
|
175
|
+
}
|
|
176
|
+
.code-block[data-v-0c48ff2a] {
|
|
177
|
+
display: flex;
|
|
178
|
+
align-items: center;
|
|
179
|
+
gap: var(--spacing-2);
|
|
180
|
+
background-color: var(--color-background-primary);
|
|
181
|
+
border: 1px solid var(--color-border-primary);
|
|
182
|
+
border-radius: var(--border-radius-md);
|
|
183
|
+
padding: var(--spacing-2) var(--spacing-3);
|
|
184
|
+
}
|
|
185
|
+
.code-block code[data-v-0c48ff2a] {
|
|
186
|
+
flex: 1;
|
|
187
|
+
font-family: var(--font-family-mono);
|
|
188
|
+
font-size: var(--font-size-xs);
|
|
189
|
+
word-break: break-all;
|
|
190
|
+
background: none;
|
|
191
|
+
padding: 0;
|
|
192
|
+
}
|
|
193
|
+
.warning-box[data-v-0c48ff2a] {
|
|
194
|
+
display: flex;
|
|
195
|
+
gap: var(--spacing-3);
|
|
196
|
+
padding: var(--spacing-3) var(--spacing-4);
|
|
197
|
+
background-color: var(--color-warning-light);
|
|
198
|
+
border: 1px solid var(--color-warning);
|
|
199
|
+
border-radius: var(--border-radius-md);
|
|
200
|
+
font-size: var(--font-size-sm);
|
|
201
|
+
color: var(--color-warning-dark);
|
|
202
|
+
}
|
|
203
|
+
.warning-box i[data-v-0c48ff2a] {
|
|
204
|
+
flex-shrink: 0;
|
|
205
|
+
color: var(--color-warning);
|
|
206
|
+
}
|
|
207
|
+
.setup-footer[data-v-0c48ff2a] {
|
|
208
|
+
text-align: center;
|
|
209
|
+
margin-top: var(--spacing-6);
|
|
210
|
+
padding-top: var(--spacing-4);
|
|
211
|
+
border-top: 1px solid var(--color-border-light);
|
|
212
|
+
}
|
|
213
|
+
.footer-text[data-v-0c48ff2a] {
|
|
214
|
+
font-size: var(--font-size-xs);
|
|
215
|
+
color: var(--color-text-muted);
|
|
216
|
+
margin: 0;
|
|
217
|
+
}
|
|
218
|
+
.loading-spinner[data-v-0c48ff2a] {
|
|
219
|
+
width: 18px;
|
|
220
|
+
height: 18px;
|
|
221
|
+
border: 2px solid transparent;
|
|
222
|
+
border-top-color: currentColor;
|
|
223
|
+
border-radius: 50%;
|
|
224
|
+
animation: spin-0c48ff2a 0.8s linear infinite;
|
|
225
|
+
}
|
|
226
|
+
@keyframes spin-0c48ff2a {
|
|
227
|
+
to {
|
|
228
|
+
transform: rotate(360deg);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main } from "./SingleSelect.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import "./index-
|
|
1
|
+
import { _ as _sfc_main } from "./SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js";
|
|
2
|
+
import "./index-ca6799de.js";
|
|
3
3
|
export {
|
|
4
4
|
_sfc_main as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent,
|
|
1
|
+
import { d as defineComponent, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock } from "./index-ca6799de.js";
|
|
2
2
|
const _hoisted_1 = { class: "component-container" };
|
|
3
3
|
const _hoisted_2 = { class: "listbox-subtitle" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent,
|
|
1
|
+
import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
2
|
const _hoisted_1 = { class: "component-container" };
|
|
3
3
|
const _hoisted_2 = { class: "listbox-subtitle" };
|
|
4
4
|
const _hoisted_3 = { class: "slider-wrapper" };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
/* Context menu styles are now centralized in styles/components/_context-menu.css */
|
|
3
|
+
.table-wrapper[data-v-bcf69c5f] {
|
|
4
|
+
max-height: 300px;
|
|
5
|
+
box-shadow: var(--shadow-sm);
|
|
6
|
+
border-radius: var(--border-radius-lg);
|
|
7
|
+
overflow: auto;
|
|
8
|
+
margin: var(--spacing-1);
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import "./
|
|
6
|
-
import "./index-
|
|
7
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, l as useNodeStore, r as ref, G as computed, 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, t as toDisplayString, e as createCommentVNode, a4 as normalizeStyle, w as withModifiers, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
|
|
3
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
4
|
+
import "./DesignerView-a4466dab.js";
|
|
5
|
+
import "./PopOver-ddcfe4f6.js";
|
|
6
|
+
import "./index-057d770d.js";
|
|
7
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
8
8
|
const _hoisted_1 = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "listbox-wrapper"
|
|
@@ -219,8 +219,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
});
|
|
222
|
-
const
|
|
223
|
-
const Sort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
222
|
+
const Sort_vue_vue_type_style_index_0_scoped_bcf69c5f_lang = "";
|
|
223
|
+
const Sort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bcf69c5f"]]);
|
|
224
224
|
export {
|
|
225
225
|
Sort as default
|
|
226
226
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main } from "./TextInput.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import "./index-
|
|
1
|
+
import { _ as _sfc_main } from "./TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js";
|
|
2
|
+
import "./index-ca6799de.js";
|
|
3
3
|
export {
|
|
4
4
|
_sfc_main as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent,
|
|
1
|
+
import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode } from "./index-ca6799de.js";
|
|
2
2
|
const _hoisted_1 = { class: "component-container" };
|
|
3
3
|
const _hoisted_2 = { class: "listbox-subtitle" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import "./DesignerView-
|
|
8
|
-
import "./index-
|
|
9
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, r as ref, l as useNodeStore, G as computed, J as onMounted, a2 as nextTick, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, f as createTextVNode, e as createCommentVNode, i as withDirectives, v as vModelText, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { C as ColumnSelector } from "./dropDown-7576a76a.js";
|
|
3
|
+
import { u as unavailableField } from "./UnavailableFields-f6147968.js";
|
|
4
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
5
|
+
import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
|
|
6
|
+
import "./PopOver-ddcfe4f6.js";
|
|
7
|
+
import "./DesignerView-a4466dab.js";
|
|
8
|
+
import "./index-057d770d.js";
|
|
9
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
10
10
|
const _hoisted_1 = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "listbox-wrapper"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _sfc_main } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import "./index-
|
|
1
|
+
import { _ as _sfc_main } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js";
|
|
2
|
+
import "./index-ca6799de.js";
|
|
3
3
|
export {
|
|
4
4
|
_sfc_main as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent,
|
|
1
|
+
import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode } from "./index-ca6799de.js";
|
|
2
2
|
const _hoisted_1 = { class: "component-container" };
|
|
3
3
|
const _hoisted_2 = { class: "listbox-subtitle" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
flowfile/web/static/assets/{UnavailableFields-54d2f518.css → UnavailableFields-394a1f78.css}
RENAMED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
.icon-wrapper[data-v-
|
|
2
|
+
.icon-wrapper[data-v-ef412494] {
|
|
3
3
|
position: relative;
|
|
4
4
|
display: inline-block;
|
|
5
5
|
}
|
|
6
|
-
.unavailable-icon[data-v-
|
|
6
|
+
.unavailable-icon[data-v-ef412494] {
|
|
7
7
|
display: inline-block;
|
|
8
8
|
width: 16px;
|
|
9
9
|
height: 16px;
|
|
10
10
|
line-height: 16px;
|
|
11
11
|
text-align: center;
|
|
12
|
-
background-color:
|
|
13
|
-
color:
|
|
12
|
+
background-color: var(--color-danger);
|
|
13
|
+
color: var(--color-text-inverse);
|
|
14
14
|
font-weight: bold;
|
|
15
15
|
font-size: 1.2em;
|
|
16
|
-
border-radius: 50%;
|
|
16
|
+
border-radius: 50%;
|
|
17
17
|
margin-left: 8px;
|
|
18
18
|
cursor: default;
|
|
19
19
|
user-select: none;
|
|
@@ -22,28 +22,28 @@
|
|
|
22
22
|
transform 0.3s;
|
|
23
23
|
z-index: 1000;
|
|
24
24
|
}
|
|
25
|
-
.unavailable-icon[data-v-
|
|
26
|
-
background-color:
|
|
27
|
-
transform: scale(1.1);
|
|
25
|
+
.unavailable-icon[data-v-ef412494]:hover {
|
|
26
|
+
background-color: var(--color-danger-dark);
|
|
27
|
+
transform: scale(1.1);
|
|
28
28
|
}
|
|
29
|
-
.tooltip-text[data-v-
|
|
29
|
+
.tooltip-text[data-v-ef412494] {
|
|
30
30
|
visibility: hidden;
|
|
31
31
|
background-color: var(--color-text-primary);
|
|
32
|
-
color:
|
|
32
|
+
color: var(--color-text-inverse);
|
|
33
33
|
text-align: center;
|
|
34
34
|
border-radius: 4px;
|
|
35
35
|
padding: 5px;
|
|
36
36
|
position: absolute;
|
|
37
37
|
z-index: 1;
|
|
38
|
-
bottom: 125%;
|
|
38
|
+
bottom: 125%;
|
|
39
39
|
left: 50%;
|
|
40
40
|
transform: translateX(-50%);
|
|
41
41
|
white-space: nowrap;
|
|
42
42
|
opacity: 0;
|
|
43
43
|
transition: opacity 0.3s;
|
|
44
44
|
}
|
|
45
|
-
.icon-wrapper:hover .tooltip-text[data-v-
|
|
45
|
+
.icon-wrapper:hover .tooltip-text[data-v-ef412494] {
|
|
46
46
|
visibility: visible;
|
|
47
47
|
opacity: 1;
|
|
48
|
-
z-index:
|
|
48
|
+
z-index: var(--z-index-canvas-dropdown, 100001);
|
|
49
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as PopOver } from "./PopOver-
|
|
2
|
-
import { d as defineComponent, o as openBlock,
|
|
1
|
+
import { P as PopOver } from "./PopOver-ddcfe4f6.js";
|
|
2
|
+
import { d as defineComponent, o as openBlock, C as createBlock, A as withCtx, a as createBaseVNode, t as toDisplayString, g as _export_sfc } from "./index-ca6799de.js";
|
|
3
3
|
const _hoisted_1 = { class: "icon-wrapper" };
|
|
4
4
|
const _hoisted_2 = { class: "unavailable-icon" };
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -29,8 +29,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
|
-
const
|
|
33
|
-
const unavailableField = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
32
|
+
const UnavailableFields_vue_vue_type_style_index_0_scoped_ef412494_lang = "";
|
|
33
|
+
const unavailableField = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ef412494"]]);
|
|
34
34
|
export {
|
|
35
35
|
unavailableField as u
|
|
36
36
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import "./
|
|
5
|
-
import "./index-
|
|
6
|
-
import "./vue-codemirror.esm-
|
|
1
|
+
import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, a2 as nextTick, q as onUnmounted, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
|
|
2
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
3
|
+
import "./DesignerView-a4466dab.js";
|
|
4
|
+
import "./PopOver-ddcfe4f6.js";
|
|
5
|
+
import "./index-057d770d.js";
|
|
6
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
7
7
|
const _hoisted_1 = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "listbox-wrapper"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "./nodeInput-
|
|
2
|
-
import { C as CodeLoader } from "./vue-content-loader.es-
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { G as GenericNodeSettings } from "./genericNodeSettings-99014e1d.js";
|
|
1
|
+
import "./nodeInput-d478b9ac.js";
|
|
2
|
+
import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
|
|
3
|
+
import { d as defineComponent, l as useNodeStore, r as ref, G as computed, J as onMounted, a2 as nextTick, q as onUnmounted, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
|
|
4
|
+
import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
|
|
5
|
+
import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
|
|
7
6
|
import { h as createSelectInputFromName } from "./node.types-2c15bb7e.js";
|
|
8
|
-
import "./UnavailableFields-
|
|
9
|
-
import "./
|
|
10
|
-
import "./
|
|
11
|
-
import "./
|
|
7
|
+
import "./UnavailableFields-f6147968.js";
|
|
8
|
+
import "./PopOver-ddcfe4f6.js";
|
|
9
|
+
import "./DesignerView-a4466dab.js";
|
|
10
|
+
import "./index-057d770d.js";
|
|
11
|
+
import "./vue-codemirror.esm-8f46fb36.js";
|
|
12
12
|
const _hoisted_1 = {
|
|
13
13
|
key: 0,
|
|
14
14
|
class: "listbox-wrapper"
|
|
@@ -188,8 +188,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
188
188
|
};
|
|
189
189
|
}
|
|
190
190
|
});
|
|
191
|
-
const
|
|
192
|
-
const Unique = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
191
|
+
const Unique_vue_vue_type_style_index_0_scoped_7bd32dd9_lang = "";
|
|
192
|
+
const Unique = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7bd32dd9"]]);
|
|
193
193
|
export {
|
|
194
194
|
Unique as default
|
|
195
195
|
};
|