UNPKG

@foblex/flow

Version:

An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.

20 lines (19 loc) 817 B
import { SortNodeLayersRequest } from './sort-node-layers.request'; import { IExecution } from '@foblex/mediator'; import * as i0 from "@angular/core"; export declare class SortNodeLayersExecution implements IExecution<SortNodeLayersRequest, void> { private readonly _fMediator; private readonly _fComponentsStore; private readonly _fBrowser; private get _fCanvas(); private get _fGroupsContainer(); private get _fNodesContainer(); private get _fNodeElements(); handle(request: SortNodeLayersRequest): void; private _getGroups; private _getSortedChildrenNodes; private _getChildrenNodes; private _moveChildrenNodes; static ɵfac: i0.ɵɵFactoryDeclaration<SortNodeLayersExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SortNodeLayersExecution>; }