From 59a59e0c5f1a5207a7124655b5768ac9fededcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milorad=20FIlipovi=C4=87?= Date: Tue, 7 Jun 2022 15:02:08 +0200 Subject: [PATCH] feat(editor): Display Credential-Selector after Authentication Type-Selector (#3461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⚡ Implemented automatic position detection for credential fields. * ✨ Updating automatic credentials position logic (removing `getParameterResolveOrder`call and fixing input spacing). * 🔨 Using crednetial fileds displayOptions to determine the position relative to authentication fields. * 👌 Handling credentials position detection edge-cases (no node type, no credentials) --- .../src/components/NodeCredentials.vue | 4 +++ .../src/components/ParameterInputList.vue | 29 +++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/components/NodeCredentials.vue b/packages/editor-ui/src/components/NodeCredentials.vue index 62b00069e7..65a892263f 100644 --- a/packages/editor-ui/src/components/NodeCredentials.vue +++ b/packages/editor-ui/src/components/NodeCredentials.vue @@ -315,6 +315,10 @@ export default mixins(