ato-water-lib 0.0.27 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
@@ -8075,7 +8075,6 @@ class AssetFlowComponent {
|
|
8075
8075
|
itemFind.padding = node?.padding;
|
8076
8076
|
}
|
8077
8077
|
});
|
8078
|
-
this.dataTableAssetParams = this.flowData?.nodeDataArray?.filter((e) => e?.type === AtoGojsEditorModel.ENUM_TEMPLATES.PARAM_TABLE);
|
8079
8078
|
this.setFlowData(_.cloneDeep(this.flowData));
|
8080
8079
|
}
|
8081
8080
|
ngOnInit() {
|
@@ -8101,6 +8100,7 @@ class AssetFlowComponent {
|
|
8101
8100
|
}
|
8102
8101
|
setFlowData(data) {
|
8103
8102
|
this.flowData = { ...data };
|
8103
|
+
this.dataTableAssetParams = this.flowData?.nodeDataArray?.filter((e) => e?.type === AtoGojsEditorModel.ENUM_TEMPLATES.PARAM_TABLE);
|
8104
8104
|
}
|
8105
8105
|
}
|
8106
8106
|
AssetFlowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AssetFlowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|