ato-water-lib 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +2 -7
- package/esm2020/lib/components/flow-diagram-lib/flow-diagram-lib.component.mjs +2 -21
- package/fesm2015/ato-water-lib.mjs +3 -27
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +3 -26
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/components/flow-diagram-lib/flow-diagram-lib.component.d.ts +1 -2
- package/package.json +1 -1
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor implements OnInit {
|
5
5
|
myDiagramDivTemp: any;
|
6
6
|
_data: any;
|
7
|
-
showNotificationIcon: any;
|
8
7
|
set data(v: any);
|
9
8
|
isLoading: boolean;
|
10
9
|
get data(): any;
|
@@ -13,5 +12,5 @@ export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor imp
|
|
13
12
|
loadDiagram(): void;
|
14
13
|
findNodeForKey(key: number | string): void;
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtoFlowDiagramLibComponent, never>;
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AtoFlowDiagramLibComponent, "ato-flow-diagram-lib", never, { "
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtoFlowDiagramLibComponent, "ato-flow-diagram-lib", never, { "data": "data"; "isLoading": "isLoading"; }, {}, never, never, false, never>;
|
17
16
|
}
|