ato-water-lib 0.0.25 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/ato-water-lib.module.mjs +3 -14
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +2 -4
- package/esm2020/lib/models/default-gojs-editor.model.mjs +24 -19
- package/fesm2015/ato-water-lib.mjs +29 -34
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +26 -34
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/ato-water-lib.module.d.ts +1 -3
- package/lib/components/asset-flow/asset-flow.component.d.ts +908 -0
- package/lib/models/default-gojs-editor.model.d.ts +1 -0
- package/package.json +1 -1
@@ -6,10 +6,8 @@ import * as i4 from "./directive/ato-loading.directive";
|
|
6
6
|
import * as i5 from "./components/asset-params-view/asset-params-view.component";
|
7
7
|
import * as i6 from "./directive/ng-var.directive";
|
8
8
|
import * as i7 from "@angular/common";
|
9
|
-
import * as i8 from "@angular/platform-browser";
|
10
|
-
import * as i9 from "@angular/forms";
|
11
9
|
export declare class AtoWaterLibModule {
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtoWaterLibModule, never>;
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective], [typeof i7.CommonModule
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective], [typeof i7.CommonModule], [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective]>;
|
14
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtoWaterLibModule>;
|
15
13
|
}
|