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.
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SvgComponent {
3
+ type: string;
4
+ width: string;
5
+ height: string;
6
+ htmlStr: string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SvgComponent, "ato-svg", never, { "type": "type"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
9
+ }
@@ -1,4 +1,4 @@
1
- import go from 'gojs';
1
+ import * as go from 'gojs';
2
2
  import { AtoGojsEditorModel } from '../models/gojs-editor.model';
3
3
  export declare enum ENUM_ASSET_PARAMETERS {
4
4
  FEED_FLOW_RATE = "Feed Flow Rate",
@@ -0,0 +1,8 @@
1
+ export declare enum ATO_E_ICON_SVG {
2
+ EDIT = "fa-edit ",
3
+ ANGLE_RIGHT = "fa-angle-right",
4
+ ANGLE_DOWN = "fa-angle-down"
5
+ }
6
+ export declare const ATO_ICONS_SVG: {
7
+ "fa-edit ": string;
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",
package/public-api.d.ts CHANGED
@@ -4,5 +4,6 @@ export * from './lib/ato-water-lib.module';
4
4
  export * from './lib/components/flow-diagram-lib/flow-diagram-lib.component';
5
5
  export * from './lib/components/asset-flow/asset-flow.component';
6
6
  export * from './lib/components/asset-params-view/asset-params-view.component';
7
+ export * from './lib/components/svg/svg.component';
7
8
  export * from './lib/directive/ato-loading.directive';
8
9
  export * from './lib/directive/ng-var.directive';