ato-water-lib 0.0.39 → 0.0.40
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 +7 -2
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/ato-water-lib.mjs +7 -2
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +7 -2
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -7,3 +7,4 @@ export * from './lib/components/asset-params-view/asset-params-view.component';
|
|
7
7
|
export * from './lib/directive/ato-loading.directive';
|
8
8
|
export * from './lib/directive/ng-var.directive';
|
9
9
|
export * from './lib/constants/components-group-const';
|
10
|
+
export * from './lib/models/gojs-editor.model';
|