vcomply-workflow-engine 6.3.6 → 6.3.7

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.
@@ -250,6 +250,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
250
250
  allowEditDueDateFeatureFlag: boolean;
251
251
  isComplianceOpsSettingsEnabled: boolean;
252
252
  validationMessages: Record<string, string>;
253
+ mandatoryFieldsList: any;
253
254
  whatInput: ElementRef;
254
255
  unSubscribeProgram: Subject<void>;
255
256
  constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService, grcService: GrcService, organizationUserService: OrganizationUserService, complianceCommonService: ComplianceCommonService, organizationCommonService: OrganizationCommonService, iframeService: IframeService, moreOptionsService: MoreOptionsService);
@@ -500,7 +501,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
500
501
  resetGRCDataWithTypes(): void;
501
502
  removeOtherGRCObjects(event: any): void;
502
503
  filterOtherGRCData(event: any, type: string): void;
503
- mandatoryFieldsList: any;
504
504
  getFormConfig(): void;
505
505
  makeMandatoryFieldsVisible(fields: any): void;
506
506
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowComplianceComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.3.6",
3
+ "version": "6.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "