vcomply-workflow-engine 2.4.3 → 2.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,6 +87,8 @@ export declare class WorkflowProgramComponent implements OnInit {
87
87
  }[];
88
88
  smileyMessage: string;
89
89
  createdProgramId: string;
90
+ isObjectiveValid: boolean;
91
+ isNameExists: boolean;
90
92
  programForm: import("@angular/forms").FormGroup;
91
93
  showAddCustomField: boolean;
92
94
  editorData: {
@@ -101,7 +103,7 @@ export declare class WorkflowProgramComponent implements OnInit {
101
103
  user_role: string;
102
104
  _id: string;
103
105
  };
104
- setFormField(controlName: string, value: any): void;
106
+ setFormField(controlName: string, value: any, isFromForm?: boolean): void;
105
107
  get formValid(): boolean;
106
108
  controls: any;
107
109
  lists: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.3",
3
+ "version": "2.4.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"