@libs-ui/components-draw-line 0.2.306-4 → 0.2.306-5

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.
@@ -1,7 +1,7 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from "@angular/core";
2
- import { IDrawLineDataInput, IMoDrawLineFunctionControl, IReachablePointRange, IViewBoxConfig } from "./draw-line.interface";
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
2
+ import { IDrawLineDataInput, IMoDrawLineFunctionControl, IReachablePointRange, IViewBoxConfig } from './draw-line.interface';
3
3
  import * as i0 from "@angular/core";
4
- export * from "./draw-line.interface";
4
+ export * from './draw-line.interface';
5
5
  export declare class LibsUiComponentsDrawLineDirective implements AfterViewInit, OnDestroy {
6
6
  protected cdr: ChangeDetectorRef;
7
7
  protected zone: NgZone;
@@ -20,6 +20,7 @@ export declare class LibsUiComponentsDrawLineDirective implements AfterViewInit,
20
20
  dataReachablePointRange: IReachablePointRange;
21
21
  }>;
22
22
  ngAfterViewInit(): void;
23
+ get FunctionsControl(): IMoDrawLineFunctionControl;
23
24
  private setData;
24
25
  setReachablePointRange(data: Array<IReachablePointRange>): void;
25
26
  private removeLine;
@@ -1,4 +1,4 @@
1
- import { Subject } from "rxjs";
1
+ import { Subject } from 'rxjs';
2
2
  export interface IReachablePointRange {
3
3
  id: string;
4
4
  x: number;