vcomply-workflow-engine 6.0.85 → 6.0.87
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.
- package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +21 -7
- package/esm2022/lib/constants/regix.constants.mjs +4 -0
- package/esm2022/lib/constants/responsibility.mjs +5 -0
- package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +6 -3
- package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +17 -0
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +14 -1
- package/esm2022/lib/workflow-engine.module.mjs +6 -3
- package/fesm2022/vcomply-workflow-engine.mjs +61 -10
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +1 -0
- package/lib/constants/regix.constants.d.ts +3 -0
- package/lib/constants/responsibility.d.ts +4 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +3 -0
- package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +7 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -0
- package/lib/workflow-engine.module.d.ts +41 -40
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -132,6 +132,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
132
132
|
* @returns An object with the following properties:
|
|
133
133
|
*/
|
|
134
134
|
setReportDetails(report: any, tabType: string, isProgram: boolean): any;
|
|
135
|
+
isValidRiskClass(riskClass: any): boolean;
|
|
135
136
|
/**
|
|
136
137
|
* It takes a string, removes all whitespace, and returns the string
|
|
137
138
|
* @param {any} name - the name of the responsibility
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BulkResponsibilityViewComponent {
|
|
4
|
+
VALIDATION_MESSAGES: {
|
|
5
|
+
RISK_CLASS: string;
|
|
6
|
+
};
|
|
4
7
|
responsibilityBulkUpload: any;
|
|
5
8
|
fileName: any;
|
|
6
9
|
defaultOwner: any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RiskClassPipe implements PipeTransform {
|
|
4
|
+
transform(value: string): boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RiskClassPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RiskClassPipe, "riskClass", false>;
|
|
7
|
+
}
|
|
@@ -248,8 +248,10 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
248
248
|
unSubscribeProgram: Subject<void>;
|
|
249
249
|
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);
|
|
250
250
|
ngOnInit(): void;
|
|
251
|
+
populateRCList(): void;
|
|
251
252
|
setFeatureFlags(): void;
|
|
252
253
|
getInitialData(): void;
|
|
254
|
+
getRCDetailsinRiskTreatment(): void;
|
|
253
255
|
getOrgDetails(): void;
|
|
254
256
|
getSubscriptionDetail(): void;
|
|
255
257
|
activateSelector(type: any, event: boolean): void;
|
|
@@ -91,48 +91,49 @@ import * as i87 from "./sharedComponents/approval-workflow/approval-create-form/
|
|
|
91
91
|
import * as i88 from "./sharedComponents/link-program/link-program/link-program.component";
|
|
92
92
|
import * as i89 from "./sharedComponents/link-program/tooltip-validation.pipe";
|
|
93
93
|
import * as i90 from "./link-related-policies/link-related-policies.component";
|
|
94
|
-
import * as i91 from "
|
|
95
|
-
import * as i92 from "
|
|
96
|
-
import * as i93 from "
|
|
97
|
-
import * as i94 from "@
|
|
98
|
-
import * as i95 from "
|
|
99
|
-
import * as i96 from "./
|
|
100
|
-
import * as i97 from "./ui-kit/
|
|
101
|
-
import * as i98 from "./ui-kit/
|
|
102
|
-
import * as i99 from "./
|
|
103
|
-
import * as i100 from "
|
|
104
|
-
import * as i101 from "
|
|
105
|
-
import * as i102 from "
|
|
106
|
-
import * as i103 from "./sharedComponents/
|
|
107
|
-
import * as i104 from "./
|
|
108
|
-
import * as i105 from "./ui-kit/
|
|
109
|
-
import * as i106 from "
|
|
110
|
-
import * as i107 from "
|
|
111
|
-
import * as i108 from "./ui-kit/
|
|
112
|
-
import * as i109 from "./ui-kit/
|
|
113
|
-
import * as i110 from "./ui-kit/
|
|
114
|
-
import * as i111 from "./ui-kit/
|
|
115
|
-
import * as i112 from "./
|
|
116
|
-
import * as i113 from "./
|
|
117
|
-
import * as i114 from "./
|
|
118
|
-
import * as i115 from "./
|
|
119
|
-
import * as i116 from "./
|
|
120
|
-
import * as i117 from "./
|
|
121
|
-
import * as i118 from "./
|
|
122
|
-
import * as i119 from "./sharedComponents/
|
|
123
|
-
import * as i120 from "./sharedComponents/list-
|
|
124
|
-
import * as i121 from "./
|
|
125
|
-
import * as i122 from "./
|
|
126
|
-
import * as i123 from "./ui-kit/
|
|
127
|
-
import * as i124 from "./
|
|
128
|
-
import * as i125 from "./
|
|
129
|
-
import * as i126 from "./
|
|
130
|
-
import * as i127 from "./sharedComponents/
|
|
131
|
-
import * as i128 from "./sharedComponents/
|
|
132
|
-
import * as i129 from "./sharedComponents/
|
|
94
|
+
import * as i91 from "./sharedComponents/pipes/risk-class.pipe";
|
|
95
|
+
import * as i92 from "@angular/forms";
|
|
96
|
+
import * as i93 from "./sharedComponents/assessment-editor/create-assessment.module";
|
|
97
|
+
import * as i94 from "@vcomply/editor";
|
|
98
|
+
import * as i95 from "@angular/common";
|
|
99
|
+
import * as i96 from "./formgroup/formgroup.module";
|
|
100
|
+
import * as i97 from "./ui-kit/tooltip/tooltip.module";
|
|
101
|
+
import * as i98 from "./ui-kit/popover/popover.module";
|
|
102
|
+
import * as i99 from "./ui-kit/line-loader/line-loader.module";
|
|
103
|
+
import * as i100 from "./formgroup/select/select.module";
|
|
104
|
+
import * as i101 from "ngx-material-timepicker";
|
|
105
|
+
import * as i102 from "ng2-date-picker";
|
|
106
|
+
import * as i103 from "./sharedComponents/no-data/no-data.module";
|
|
107
|
+
import * as i104 from "./sharedComponents/v-loader/v-loader.module";
|
|
108
|
+
import * as i105 from "./ui-kit/smiley-dialog/smiley-dialog.module";
|
|
109
|
+
import * as i106 from "./ui-kit/snack-bar/snack-bar.module";
|
|
110
|
+
import * as i107 from "@angular/common/http";
|
|
111
|
+
import * as i108 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
|
|
112
|
+
import * as i109 from "./ui-kit/click-outside/click-outside.module";
|
|
113
|
+
import * as i110 from "./ui-kit/popover-hover/popover-hover.module";
|
|
114
|
+
import * as i111 from "./ui-kit/pagination/pagination.module";
|
|
115
|
+
import * as i112 from "./ui-kit/action-dialog/action-dialog.module";
|
|
116
|
+
import * as i113 from "./sharedComponents/assessment-preview/assessment-preview.module";
|
|
117
|
+
import * as i114 from "./workflow-program/create-program-ui/create-program-ui.module";
|
|
118
|
+
import * as i115 from "./ui-kit/directive/directive.module";
|
|
119
|
+
import * as i116 from "./workflow/grc-object/grc-object.module";
|
|
120
|
+
import * as i117 from "./sharedComponents/responsibility-centers-list/rc-list.module";
|
|
121
|
+
import * as i118 from "./pipes/pipes.module";
|
|
122
|
+
import * as i119 from "./sharedComponents/floating-bar/floating-bar.module";
|
|
123
|
+
import * as i120 from "./sharedComponents/group-users-list/group-users-list.component";
|
|
124
|
+
import * as i121 from "./sharedComponents/list-loader/list-loader.module";
|
|
125
|
+
import * as i122 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
|
|
126
|
+
import * as i123 from "./ui-kit/time-picker/time-picker.module";
|
|
127
|
+
import * as i124 from "./ui-kit/multi-select/multi-select.module";
|
|
128
|
+
import * as i125 from "./sharedComponents/policy-template/policy-template.module";
|
|
129
|
+
import * as i126 from "./report-a-case/report-case.module";
|
|
130
|
+
import * as i127 from "./sharedComponents/format-and-evidence/format-and-evidence.module";
|
|
131
|
+
import * as i128 from "./sharedComponents/checkbox-list/checkbox-list.module";
|
|
132
|
+
import * as i129 from "./sharedComponents/radio-list-with-pagination/radio-list-with-pagination.module";
|
|
133
|
+
import * as i130 from "./sharedComponents/link-responsibility/link-responsibility.module";
|
|
133
134
|
export declare class VComplyWorkflowEngineModule {
|
|
134
135
|
static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;
|
|
135
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<VComplyWorkflowEngineModule, never>;
|
|
136
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VComplyWorkflowEngineModule, [typeof i1.WorkflowEngineContainerComponent, typeof i2.WorkflowRiskComponent, typeof i3.WorkflowComplianceComponent, typeof i4.WorkflowPolicyComponent, typeof i5.MoreOptionComponent, typeof i6.OwnerListComponent, typeof i7.UserRadioListComponent, typeof i8.CategoryListComponent, typeof i9.CategoryMultiSelectComponent, typeof i10.WorkflowPaginationComponent, typeof i11.AddMultipleRiskComponent, typeof i12.BulkViewComponent, typeof i13.CheckpointsComponent, typeof i14.ConfirmationAlertComponent, typeof i15.CheckpointsQuestionsComponent, typeof i16.CheckpointsListComponent, typeof i17.ReviewFrequencyComponent, typeof i18.FrequencyContainerComponent, typeof i19.FrequencyDailyComponent, typeof i20.FrequencyWeeklyComponent, typeof i21.FrequencyMonthlyComponent, typeof i22.FrequencyQuarterlyComponent, typeof i23.FrequencyBiannualComponent, typeof i24.FrequencyAnnualComponent, typeof i25.FrequencyOneTimeComponent, typeof i26.FrequencyRandomComponent, typeof i27.FrequencyOnCompletionOfComponent, typeof i28.FrequencyOngoingComponent, typeof i29.FrequencyTopComponent, typeof i30.FrequencyLifecycleComponent, typeof i31.FrequencyDueDateComponent, typeof i32.FrequencyCheckboxListComponent, typeof i33.FrequencyRadioListComponent, typeof i34.AddMultipleResponsibilityComponent, typeof i35.BulkResponsibilityViewComponent, typeof i36.CheckpointsPolicyContainerComponent, typeof i37.CheckpointsPolicyListComponent, typeof i38.CheckpointsPolicyQuestionsComponent, typeof i39.WorkflowSurveyFormComponent, typeof i40.LogAnIssueComponent, typeof i41.FilterPipe, typeof i42.RadioListComponent, typeof i43.CreateDocumentsComponent, typeof i44.FrameworkListComponent, typeof i45.ParentTableComponent, typeof i46.CheckpointFloatingBarComponent, typeof i47.RiskClassificationComponent, typeof i48.ShortMergePipe, typeof i49.FormatHtmlPipe, typeof i50.WithinDataPipe, typeof i51.rcTreeToolTipPipe, typeof i52.ResponsibilityRiskSelectorComponent, typeof i53.ArrayFilterPipe, typeof i54.AuditCategoryListComponent, typeof i55.DocumentSectionComponent, typeof i55.DocumentSectionComponent, typeof i56.WorkflowAssessmentComponent, typeof i57.ImportAnAssessmentComponent, typeof i58.AssessmentListComponent, typeof i59.AssessmentListLoaderComponent, typeof i60.AssessmentListSubLoaderComponent, typeof i61.ProgramListingComponent, typeof i62.WorkflowProgramComponent, typeof i63.RolesListComponent, typeof i64.FrameworkListTableComponent, typeof i65.FrameworkResponsibilityTableComponent, typeof i66.FrameworkTableLoaderComponent, typeof i67.ArrayConcatPipe, typeof i68.SpaceTrimPipe, typeof i69.FrequencyDialogContainerComponent, typeof i70.FrequencyDialogWeeklyComponent, typeof i71.FrequencyDialogTopComponent, typeof i72.FrequencyDialogDueDateComponent, typeof i73.FrequencyDialogCheckboxListComponent, typeof i74.FrequencyDialogMonthlyComponent, typeof i75.FrequencyDialogQuarterlyComponent, typeof i76.FrequencyDialogRadioListComponent, typeof i77.FrequencyDialogBiannualComponent, typeof i78.FrequencyDialogAnnualComponent, typeof i79.FrequencyDialogOneTimeComponent, typeof i80.AddMultipleResponsibilityContainerComponent, typeof i81.AddMultipleResponsibilityWithTabComponent, typeof i82.FrequencyResponsibilityListComponent, typeof i83.ApprovalWorkflowComponent, typeof i84.SelectApproversComponent, typeof i85.PolicyAccessComponent, typeof i86.ApprovalWorkflowListComponent, typeof i87.ApprovalCreateFormComponent, typeof i88.LinkProgramComponent, typeof i89.TooltipValidationPipe, typeof i90.LinkRelatedPoliciesComponent], [typeof
|
|
137
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VComplyWorkflowEngineModule, [typeof i1.WorkflowEngineContainerComponent, typeof i2.WorkflowRiskComponent, typeof i3.WorkflowComplianceComponent, typeof i4.WorkflowPolicyComponent, typeof i5.MoreOptionComponent, typeof i6.OwnerListComponent, typeof i7.UserRadioListComponent, typeof i8.CategoryListComponent, typeof i9.CategoryMultiSelectComponent, typeof i10.WorkflowPaginationComponent, typeof i11.AddMultipleRiskComponent, typeof i12.BulkViewComponent, typeof i13.CheckpointsComponent, typeof i14.ConfirmationAlertComponent, typeof i15.CheckpointsQuestionsComponent, typeof i16.CheckpointsListComponent, typeof i17.ReviewFrequencyComponent, typeof i18.FrequencyContainerComponent, typeof i19.FrequencyDailyComponent, typeof i20.FrequencyWeeklyComponent, typeof i21.FrequencyMonthlyComponent, typeof i22.FrequencyQuarterlyComponent, typeof i23.FrequencyBiannualComponent, typeof i24.FrequencyAnnualComponent, typeof i25.FrequencyOneTimeComponent, typeof i26.FrequencyRandomComponent, typeof i27.FrequencyOnCompletionOfComponent, typeof i28.FrequencyOngoingComponent, typeof i29.FrequencyTopComponent, typeof i30.FrequencyLifecycleComponent, typeof i31.FrequencyDueDateComponent, typeof i32.FrequencyCheckboxListComponent, typeof i33.FrequencyRadioListComponent, typeof i34.AddMultipleResponsibilityComponent, typeof i35.BulkResponsibilityViewComponent, typeof i36.CheckpointsPolicyContainerComponent, typeof i37.CheckpointsPolicyListComponent, typeof i38.CheckpointsPolicyQuestionsComponent, typeof i39.WorkflowSurveyFormComponent, typeof i40.LogAnIssueComponent, typeof i41.FilterPipe, typeof i42.RadioListComponent, typeof i43.CreateDocumentsComponent, typeof i44.FrameworkListComponent, typeof i45.ParentTableComponent, typeof i46.CheckpointFloatingBarComponent, typeof i47.RiskClassificationComponent, typeof i48.ShortMergePipe, typeof i49.FormatHtmlPipe, typeof i50.WithinDataPipe, typeof i51.rcTreeToolTipPipe, typeof i52.ResponsibilityRiskSelectorComponent, typeof i53.ArrayFilterPipe, typeof i54.AuditCategoryListComponent, typeof i55.DocumentSectionComponent, typeof i55.DocumentSectionComponent, typeof i56.WorkflowAssessmentComponent, typeof i57.ImportAnAssessmentComponent, typeof i58.AssessmentListComponent, typeof i59.AssessmentListLoaderComponent, typeof i60.AssessmentListSubLoaderComponent, typeof i61.ProgramListingComponent, typeof i62.WorkflowProgramComponent, typeof i63.RolesListComponent, typeof i64.FrameworkListTableComponent, typeof i65.FrameworkResponsibilityTableComponent, typeof i66.FrameworkTableLoaderComponent, typeof i67.ArrayConcatPipe, typeof i68.SpaceTrimPipe, typeof i69.FrequencyDialogContainerComponent, typeof i70.FrequencyDialogWeeklyComponent, typeof i71.FrequencyDialogTopComponent, typeof i72.FrequencyDialogDueDateComponent, typeof i73.FrequencyDialogCheckboxListComponent, typeof i74.FrequencyDialogMonthlyComponent, typeof i75.FrequencyDialogQuarterlyComponent, typeof i76.FrequencyDialogRadioListComponent, typeof i77.FrequencyDialogBiannualComponent, typeof i78.FrequencyDialogAnnualComponent, typeof i79.FrequencyDialogOneTimeComponent, typeof i80.AddMultipleResponsibilityContainerComponent, typeof i81.AddMultipleResponsibilityWithTabComponent, typeof i82.FrequencyResponsibilityListComponent, typeof i83.ApprovalWorkflowComponent, typeof i84.SelectApproversComponent, typeof i85.PolicyAccessComponent, typeof i86.ApprovalWorkflowListComponent, typeof i87.ApprovalCreateFormComponent, typeof i88.LinkProgramComponent, typeof i89.TooltipValidationPipe, typeof i90.LinkRelatedPoliciesComponent, typeof i91.RiskClassPipe], [typeof i92.ReactiveFormsModule, typeof i93.CreateAssessmentModule, typeof i94.VcomplyEditorModule, typeof i95.CommonModule, typeof i96.FormgroupModule, typeof i97.TooltipModule, typeof i98.PopoverModule, typeof i99.LineLoaderModule, typeof i92.FormsModule, typeof i100.SelectModule, typeof i101.NgxMaterialTimepickerModule, typeof i102.DpDatePickerModule, typeof i103.NoDataModule, typeof i104.VLoaderModule, typeof i105.SmileyDialogModule, typeof i106.SnackBarModule, typeof i107.HttpClientModule, typeof i108.SmileyDialogInlineModule, typeof i109.ClickOutsideModule, typeof i110.PopoverHoverModule, typeof i111.PaginationModule, typeof i93.CreateAssessmentModule, typeof i112.ActionDialogModule, typeof i113.AssessmentPreviewModule, typeof i114.CreateProgramUiModule, typeof i115.DirectiveModule, typeof i116.GrcObjectModule, typeof i117.RcListModule, typeof i118.PipesModule, typeof i119.FloatingBarModule, typeof i120.GroupUsersListComponent, typeof i121.ListLoaderModule, typeof i122.GrcObjectListComponent, typeof i123.TimePickerModule, typeof i124.MultiSelectModule, typeof i125.PolicyTemplateModule, typeof i126.ReportCaseModule, typeof i127.FormatAndEvidenceModule, typeof i128.CheckboxListModule, typeof i129.RadioListWithPaginationModule, typeof i130.LinkResponsibilityModule], [typeof i1.WorkflowEngineContainerComponent]>;
|
|
137
138
|
static ɵinj: i0.ɵɵInjectorDeclaration<VComplyWorkflowEngineModule>;
|
|
138
139
|
}
|
|
@@ -167,7 +167,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
167
167
|
setPopupButtons(): void;
|
|
168
168
|
getRiskDetails(riskId: any): void;
|
|
169
169
|
populateOptionalFields(): void;
|
|
170
|
-
setCategoryType(type: any): "
|
|
170
|
+
setCategoryType(type: any): "strategic" | "compliance" | "operational" | "others";
|
|
171
171
|
getRCList(): void;
|
|
172
172
|
getCategoryList(): void;
|
|
173
173
|
getOwnersList(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.87",
|
|
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 "
|