vcomply-workflow-engine 2.4.2 → 2.4.5

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.
@@ -66,6 +66,11 @@ export declare class WorkflowProgramComponent implements OnInit {
66
66
  mode: string;
67
67
  programId: string;
68
68
  programType: number;
69
+ panelTitleDefaultReviewer: string;
70
+ panelTitleOwner: string;
71
+ panelTitleReviewer: string;
72
+ panelTitleAssignee: string;
73
+ panelTitleApprover: string;
69
74
  constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService);
70
75
  noWhitespaceValidator(control: FormControl): {
71
76
  whitespace: boolean;
@@ -82,6 +87,8 @@ export declare class WorkflowProgramComponent implements OnInit {
82
87
  }[];
83
88
  smileyMessage: string;
84
89
  createdProgramId: string;
90
+ isObjectiveValid: boolean;
91
+ isNameExists: boolean;
85
92
  programForm: import("@angular/forms").FormGroup;
86
93
  showAddCustomField: boolean;
87
94
  editorData: {
@@ -96,7 +103,7 @@ export declare class WorkflowProgramComponent implements OnInit {
96
103
  user_role: string;
97
104
  _id: string;
98
105
  };
99
- setFormField(controlName: string, value: any): void;
106
+ setFormField(controlName: string, value: any, isFromForm?: boolean): void;
100
107
  get formValid(): boolean;
101
108
  controls: any;
102
109
  lists: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.2",
3
+ "version": "2.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"
@@ -22,4 +22,4 @@
22
22
  "typings": "vcomply-workflow-engine.d.ts",
23
23
  "metadata": "vcomply-workflow-engine.metadata.json",
24
24
  "sideEffects": false
25
- }
25
+ }