vcomply-workflow-engine 2.6.39 → 2.6.40

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.
Files changed (32) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +47 -55
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +6 -6
  4. package/esm2015/lib/more-option/more-option.component.js +25 -29
  5. package/esm2015/lib/more-option/more-option.component.ngfactory.js +2 -2
  6. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +4 -4
  7. package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +4 -4
  8. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +3 -3
  9. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -1
  10. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +4 -4
  11. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +3 -3
  12. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -1
  13. package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.ngfactory.js +4 -4
  14. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +4 -4
  15. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +5 -5
  16. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
  17. package/esm2015/lib/workflow-engine.module.ngfactory.js +3 -3
  18. package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
  19. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +4 -4
  20. package/esm2015/lib/workflow-program/workflow-program.component.js +6 -20
  21. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +238 -238
  22. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  23. package/esm2015/lib/workflow-risk/workflow-risk.component.js +2 -2
  24. package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +7 -7
  25. package/esm2015/lib/workflow-services/programs.service.js +6 -11
  26. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.ngfactory.js +4 -4
  27. package/fesm2015/vcomply-workflow-engine.js +34 -57
  28. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  29. package/lib/more-option/more-option.component.d.ts +0 -1
  30. package/lib/workflow-program/workflow-program.component.d.ts +2 -5
  31. package/package.json +3 -3
  32. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -7,7 +7,6 @@ export declare class MoreOptionComponent implements OnInit, OnChanges {
7
7
  isRCSelected: boolean;
8
8
  isProgramSelected: boolean;
9
9
  placeholderTexts: any;
10
- businessCycle: any;
11
10
  moreOptionsList: any;
12
11
  constructor();
13
12
  ngOnChanges(): void;
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormBuilder, FormControl } from '@angular/forms';
3
3
  import { DatePickerComponent } from 'ng2-date-picker';
4
4
  import { AuthService } from '../workflow-services/auth.service';
@@ -9,7 +9,6 @@ export declare class WorkflowProgramComponent implements OnInit {
9
9
  private programService;
10
10
  private authService;
11
11
  private uiKitService;
12
- private changeRef;
13
12
  constants: {
14
13
  categoryType: {
15
14
  label: string;
@@ -74,9 +73,7 @@ export declare class WorkflowProgramComponent implements OnInit {
74
73
  panelTitleApprover: string;
75
74
  isApproverDisabled: boolean;
76
75
  isProgramScope: boolean;
77
- toolTipData: any;
78
- businessCycle: any;
79
- constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService, changeRef: ChangeDetectorRef);
76
+ constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService);
80
77
  noWhitespaceValidator(control: FormControl): {
81
78
  whitespace: boolean;
82
79
  } | null;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.39",
3
+ "version": "2.6.40",
4
4
  "peerDependencies": {
5
- "@angular/common": "^12.0.1",
6
- "@angular/core": "^12.0.1"
5
+ "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
+ "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.1.0",