ato-water-lib 0.0.17 → 0.0.19
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 +27 -6
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +55 -6
- package/esm2020/lib/components/asset-params-view/asset-params-view.component.mjs +27 -0
- package/esm2020/lib/components/flow-diagram-lib/flow-diagram-lib.component.mjs +5 -4
- package/esm2020/lib/constants/components-group-const.mjs +197 -10
- package/esm2020/lib/constants/icon-base64.const.mjs +4 -0
- package/esm2020/lib/directive/ato-loading.directive.mjs +3 -3
- package/esm2020/lib/directive/ng-var.directive.mjs +31 -0
- package/esm2020/lib/models/default-gojs-editor.model.mjs +26 -5
- package/esm2020/lib/models/gojs-editor.model.mjs +5 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/ato-water-lib.mjs +271 -28
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +360 -28
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/ato-water-lib.module.d.ts +6 -2
- package/lib/components/asset-flow/asset-flow.component.d.ts +1278 -2
- package/lib/components/asset-params-view/asset-params-view.component.d.ts +10 -0
- package/lib/constants/components-group-const.d.ts +395 -0
- package/lib/constants/icon-base64.const.d.ts +3 -0
- package/lib/directive/ng-var.directive.d.ts +12 -0
- package/lib/models/default-gojs-editor.model.d.ts +4 -0
- package/lib/models/gojs-editor.model.d.ts +2 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
@@ -3,9 +3,13 @@ import * as i1 from "./ato-water-lib.component";
|
|
3
3
|
import * as i2 from "./components/flow-diagram-lib/flow-diagram-lib.component";
|
4
4
|
import * as i3 from "./components/asset-flow/asset-flow.component";
|
5
5
|
import * as i4 from "./directive/ato-loading.directive";
|
6
|
-
import * as i5 from "
|
6
|
+
import * as i5 from "./components/asset-params-view/asset-params-view.component";
|
7
|
+
import * as i6 from "./directive/ng-var.directive";
|
8
|
+
import * as i7 from "@angular/common";
|
9
|
+
import * as i8 from "@angular/platform-browser";
|
10
|
+
import * as i9 from "@angular/forms";
|
7
11
|
export declare class AtoWaterLibModule {
|
8
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtoWaterLibModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective], [typeof
|
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, typeof i8.BrowserModule, typeof i9.ReactiveFormsModule, typeof i9.FormsModule], [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective]>;
|
10
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtoWaterLibModule>;
|
11
15
|
}
|