ngx-vflow 1.6.0 → 1.6.1

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.
@@ -2,10 +2,10 @@ import { VflowComponent } from './components/vflow/vflow.component';
2
2
  import { DragHandleDirective } from './directives/drag-handle.directive';
3
3
  import { SelectableDirective } from './directives/selectable.directive';
4
4
  import { ConnectionTemplateDirective, EdgeLabelHtmlTemplateDirective, EdgeTemplateDirective, GroupNodeTemplateDirective, HandleTemplateDirective, NodeHtmlTemplateDirective } from './directives/template.directive';
5
+ import { ConnectionControllerDirective } from './directives/connection-controller.directive';
5
6
  import { MiniMapComponent } from './public-components/minimap/minimap.component';
6
7
  import { NodeToolbarComponent } from './public-components/node-toolbar/node-toolbar.component';
7
8
  import { ResizableComponent } from './public-components/resizable/resizable.component';
8
9
  import { HandleComponent } from './public-components/handle/handle.component';
9
- import { ConnectionControllerDirective } from './directives/connection-controller.directive';
10
- import { CustomTemplateEdgeComponent } from '../../public-api';
10
+ import { CustomTemplateEdgeComponent } from './public-components/custom-template-edge/custom-template-edge.component';
11
11
  export declare const Vflow: readonly [typeof VflowComponent, typeof HandleComponent, typeof ResizableComponent, typeof SelectableDirective, typeof MiniMapComponent, typeof NodeToolbarComponent, typeof CustomTemplateEdgeComponent, typeof DragHandleDirective, typeof ConnectionControllerDirective, typeof NodeHtmlTemplateDirective, typeof GroupNodeTemplateDirective, typeof EdgeLabelHtmlTemplateDirective, typeof EdgeTemplateDirective, typeof ConnectionTemplateDirective, typeof HandleTemplateDirective];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vflow",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://www.ngx-vflow.org/",
6
6
  "author": "Artem Mangilev",