feat(editor): Show input panel for mapping in embedded NDV (no-changelog) (#17227)

This commit is contained in:
Suguru Inoue
2025-07-15 12:10:53 +02:00
committed by GitHub
parent ec69bcc3fd
commit ded2e71d41
8 changed files with 185 additions and 79 deletions

View File

@@ -783,12 +783,15 @@ onBeforeUnmount(() => {
:can-link-runs="canLinkRuns"
:run-index="inputRun"
:linked-runs="linked"
:active-node-name="activeNode.name"
:current-node-name="inputNodeName"
:push-ref="pushRef"
:read-only="readOnly || hasForeignCredential"
:is-production-execution-preview="isProductionExecutionPreview"
:is-pane-active="isInputPaneActive"
:display-mode="inputPanelDisplayMode"
:is-mapping-onboarded="ndvStore.isMappingOnboarded"
:focused-mappable-input="ndvStore.focusedMappableInput"
@activate-pane="activateInputPane"
@link-run="onLinkRunToInput"
@unlink-run="() => onUnlinkRun('input')"