@bizdoc/core 1.14.0-next.13 → 1.14.0-next.14

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.
@@ -7,6 +7,7 @@ import { TranslateService } from '../../../core/translate.service';
7
7
  import { PaneRef } from '../../../core/slots/pane-ref';
8
8
  import { PanesRouter } from '../../../core/slots/router.service';
9
9
  import { AdminComponent } from '../../admin-dismiss.service';
10
+ import { ISelectionChangeEventArgs } from '@syncfusion/ej2-angular-diagrams';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class WorkflowComponent implements OnInit, AfterViewInit, OnDestroy, AdminComponent {
12
13
  private ps;
@@ -53,7 +54,7 @@ export declare class WorkflowComponent implements OnInit, AfterViewInit, OnDestr
53
54
  getSymbolDefaults(symbol: NodeModel): void;
54
55
  pan(): void;
55
56
  cursor(): void;
56
- selectionChange(): void;
57
+ selectionChange(evt: ISelectionChangeEventArgs): void;
57
58
  align(value: AlignmentOptions): void;
58
59
  dragEnter(args: IDragEnterEventArgs): void;
59
60
  propertyChange(e: any): void;
@@ -27,7 +27,7 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
27
27
  onBind(model: DocumentModel<any>): void;
28
28
  abstract onViewBind(): any;
29
29
  switchAxes(axes?: AxesMap): void;
30
- drop(axes: string | string[]): void;
30
+ protected _drop(axes: string | string[]): void;
31
31
  /**
32
32
  *
33
33
  * @param cube
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.14.0-next.13",
3
+ "version": "1.14.0-next.14",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",