ato-water-lib 0.0.19 → 0.0.21
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 +9 -4
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +3 -3
- package/esm2020/lib/components/asset-params-view/asset-params-view.component.mjs +3 -3
- package/esm2020/lib/components/svg/svg.component.mjs +23 -0
- package/esm2020/lib/constants/components-group-const.mjs +2 -2
- package/esm2020/lib/constants/icon-svg.const.mjs +10 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/ato-water-lib.mjs +62 -29
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +75 -42
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/ato-water-lib.module.d.ts +5 -4
- package/lib/components/asset-flow/asset-flow.component.d.ts +0 -891
- package/lib/components/svg/svg.component.d.ts +9 -0
- package/lib/constants/components-group-const.d.ts +1 -1
- package/lib/constants/icon-svg.const.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
@@ -5,11 +5,12 @@ import * as i3 from "./components/asset-flow/asset-flow.component";
|
|
5
5
|
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
|
-
import * as i7 from "
|
9
|
-
import * as i8 from "@angular/
|
10
|
-
import * as i9 from "@angular/
|
8
|
+
import * as i7 from "./components/svg/svg.component";
|
9
|
+
import * as i8 from "@angular/common";
|
10
|
+
import * as i9 from "@angular/platform-browser";
|
11
|
+
import * as i10 from "@angular/forms";
|
11
12
|
export declare class AtoWaterLibModule {
|
12
13
|
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
|
14
|
+
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.SvgComponent], [typeof i8.CommonModule, typeof i9.BrowserModule, typeof i10.ReactiveFormsModule, typeof i10.FormsModule], [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent, typeof i3.AssetFlowComponent, typeof i4.AtoLoadingDirective, typeof i5.AtoAssetParamsViewComponent, typeof i6.AtoNgVarDirective, typeof i7.SvgComponent]>;
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtoWaterLibModule>;
|
15
16
|
}
|