vcomply-workflow-engine 2.6.48 → 2.6.49

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.
@@ -278,4 +278,5 @@ export declare class WorkflowPolicyComponent implements OnInit {
278
278
  checkForCreateDocuments(): void;
279
279
  editPolicy(): void;
280
280
  populatePolicyForm(data: any, categoryIds: any): void;
281
+ changeName(event: string): string;
281
282
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.48",
3
+ "version": "2.6.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"