mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538)
This commit is contained in:
@@ -14,6 +14,7 @@ export * from './execution-status';
|
||||
export * from './expression';
|
||||
export * from './from-ai-parse-utils';
|
||||
export * from './node-helpers';
|
||||
export * from './node-reference-parser-utils';
|
||||
export * from './metadata-utils';
|
||||
export * from './workflow';
|
||||
export * from './workflow-data-proxy';
|
||||
@@ -50,6 +51,13 @@ export {
|
||||
isFilterValue,
|
||||
} from './type-guards';
|
||||
|
||||
export {
|
||||
parseExtractableSubgraphSelection,
|
||||
buildAdjacencyList,
|
||||
type ExtractableErrorResult,
|
||||
type ExtractableSubgraphData,
|
||||
type IConnectionAdjacencyList as AdjacencyList,
|
||||
} from './graph/graph-utils';
|
||||
export { ExpressionExtensions } from './extensions';
|
||||
export * as ExpressionParser from './extensions/expression-parser';
|
||||
export { NativeMethods } from './native-methods';
|
||||
|
||||
Reference in New Issue
Block a user