vcomply-workflow-engine 2.6.62 → 2.6.63

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.
@@ -854,6 +854,7 @@
854
854
  workflowAssessmentComponent: [{ type: i0.ViewChild, args: ['assessment',] }],
855
855
  importAnAssessment: [{ type: i0.ViewChild, args: ['importAssessment', { static: false },] }],
856
856
  program: [{ type: i0.ViewChild, args: ['program', { static: false },] }],
857
+ feature: [{ type: i0.Input }],
857
858
  onKeydownHandler: [{ type: i0.HostListener, args: ['document:keydown.escape', ['$event'],] }],
858
859
  sizeChange: [{ type: i0.HostListener, args: ['window:resize', ['$event'],] }]
859
860
  };