vcomply-workflow-engine 6.1.45 → 6.1.47
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/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.mjs +1 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.mjs +24 -129
- package/esm2022/lib/sharedComponents/frequency/frequency-responsibility-list/sub-responsibility/sub-responsibility.component.mjs +2 -2
- package/esm2022/lib/sharedComponents/frequency/frequency.service.mjs +3 -3
- package/esm2022/lib/sharedComponents/risk-classification/risk-classification.component.mjs +1 -1
- package/esm2022/lib/ui-kit/avatar-v2/avatar-v2.component.mjs +28 -3
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +6 -5
- package/esm2022/lib/workflow-engine.module.mjs +8 -4
- package/fesm2022/vcomply-workflow-engine.mjs +64 -141
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +5 -22
- package/lib/ui-kit/avatar-v2/avatar-v2.component.d.ts +9 -2
- package/lib/workflow-engine.module.d.ts +2 -1
- package/package.json +1 -1
|
@@ -4,8 +4,9 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
5
5
|
private frequencyService;
|
|
6
6
|
onCompletionOfResponsibility: any;
|
|
7
|
-
feature: any;
|
|
8
7
|
selectedResponsibilityDetails: any;
|
|
8
|
+
backButton: EventEmitter<any>;
|
|
9
|
+
selectedResponsibility: EventEmitter<any>;
|
|
9
10
|
animation: boolean;
|
|
10
11
|
ASSETS: {
|
|
11
12
|
responsibility_center: string;
|
|
@@ -61,20 +62,10 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
|
61
62
|
round_robin: string;
|
|
62
63
|
anyone: string;
|
|
63
64
|
};
|
|
64
|
-
backButton: EventEmitter<any>;
|
|
65
|
-
selectedResponsibility: EventEmitter<any>;
|
|
66
65
|
responsibilitiesData: any;
|
|
67
66
|
responsibilityLoader: boolean;
|
|
68
67
|
selectedResponsibilityId: any;
|
|
69
68
|
selectedResponsibilityValues: any;
|
|
70
|
-
currentTab: number;
|
|
71
|
-
responsibilityTabs: any;
|
|
72
|
-
responsibilityTabCount: {
|
|
73
|
-
regulationCount: number;
|
|
74
|
-
standardCount: number;
|
|
75
|
-
internalCount: number;
|
|
76
|
-
othersCount: number;
|
|
77
|
-
};
|
|
78
69
|
responsibilitySearchText: string;
|
|
79
70
|
responsibilityCurrentPage: number;
|
|
80
71
|
isValidObj: boolean;
|
|
@@ -101,26 +92,16 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
|
101
92
|
pageName: string;
|
|
102
93
|
};
|
|
103
94
|
responsibilityList: any;
|
|
104
|
-
regulationCount: any;
|
|
105
|
-
standardsCount: any;
|
|
106
|
-
internalsCount: any;
|
|
107
|
-
othersCount: any;
|
|
108
|
-
featureFlag_on_completion_of: any;
|
|
109
|
-
isOnCompletionRc: boolean;
|
|
110
95
|
close: any;
|
|
111
96
|
openedResponsibility: any[];
|
|
112
97
|
constructor(frequencyService: FrequencyService);
|
|
113
98
|
ngOnInit(): void;
|
|
114
99
|
back(): void;
|
|
115
|
-
filterByResponsibilityType(type: number): void;
|
|
116
100
|
getResponsibilityList(): void;
|
|
117
101
|
responsibilityPageChange(pageNumber: number): void;
|
|
118
102
|
deleteItem(item: any): void;
|
|
119
103
|
save(event: any): void;
|
|
120
|
-
onClickTabChange(tab: any): void;
|
|
121
104
|
search(): void;
|
|
122
|
-
setResponsibilitiesCount(): void;
|
|
123
|
-
featureFlagInitialization(): void;
|
|
124
105
|
onToggleResponsibility(responsibility: any): void;
|
|
125
106
|
mapResponsibilityData(responsibility: any): any[];
|
|
126
107
|
private mapShortNames;
|
|
@@ -128,8 +109,10 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
|
128
109
|
private mapAssigneeUsers;
|
|
129
110
|
private mapResponsibilityCenters;
|
|
130
111
|
private mapResponsibilityItem;
|
|
112
|
+
removeDuplicateAssignee(assigneeDetails: any): any[];
|
|
113
|
+
mapRcs(rcs: any): any;
|
|
131
114
|
mapShortName(name: string): string;
|
|
132
115
|
onCompletionChange(event: any): void;
|
|
133
116
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrequencyResponsibilityListComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FrequencyResponsibilityListComponent, "app-frequency-responsibility-list", never, { "onCompletionOfResponsibility": { "alias": "onCompletionOfResponsibility"; "required": false; }; "
|
|
117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FrequencyResponsibilityListComponent, "app-frequency-responsibility-list", never, { "onCompletionOfResponsibility": { "alias": "onCompletionOfResponsibility"; "required": false; }; "selectedResponsibilityDetails": { "alias": "selectedResponsibilityDetails"; "required": false; }; }, { "backButton": "backButton"; "selectedResponsibility": "selectedResponsibility"; }, never, never, false, never>;
|
|
135
118
|
}
|
|
@@ -1,10 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
1
2
|
import { Configurations } from '../../configurations';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AvatarV2Component {
|
|
4
|
+
export declare class AvatarV2Component implements OnInit {
|
|
4
5
|
avatarList: any[];
|
|
6
|
+
type: 'SINGLE_AVATAR' | 'MULTI_AVATAR';
|
|
5
7
|
imagePath: string;
|
|
6
8
|
env: any;
|
|
9
|
+
sliceCount: number;
|
|
10
|
+
popoverSliceCount: number;
|
|
11
|
+
showPopover: boolean;
|
|
7
12
|
constructor(config?: Configurations);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
getSliceCount(): void;
|
|
8
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarV2Component, [{ optional: true; }]>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarV2Component, "lib-avatar-v2", never, { "avatarList": { "alias": "avatarList"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarV2Component, "lib-avatar-v2", never, { "avatarList": { "alias": "avatarList"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
17
|
}
|
|
@@ -134,9 +134,10 @@ import * as i130 from "./sharedComponents/radio-list-with-pagination/radio-list-
|
|
|
134
134
|
import * as i131 from "./sharedComponents/link-responsibility/link-responsibility.module";
|
|
135
135
|
import * as i132 from "./sharedComponents/program-list/program-list.module";
|
|
136
136
|
import * as i133 from "./sharedComponents/frequency/frequency-responsibility-list/sub-responsibility/sub-responsibility.component";
|
|
137
|
+
import * as i134 from "./ui-kit/avatar-v2/avatar-v2.component";
|
|
137
138
|
export declare class VComplyWorkflowEngineModule {
|
|
138
139
|
static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;
|
|
139
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<VComplyWorkflowEngineModule, never>;
|
|
140
|
-
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.ListContainerComponent, typeof i92.ResponsibilityDetailsPipe], [typeof i93.ReactiveFormsModule, typeof i94.CreateAssessmentModule, typeof i95.VcomplyEditorModule, typeof i96.CommonModule, typeof i97.FormgroupModule, typeof i98.TooltipModule, typeof i99.PopoverModule, typeof i100.LineLoaderModule, typeof i93.FormsModule, typeof i101.SelectModule, typeof i102.NgxMaterialTimepickerModule, typeof i103.DpDatePickerModule, typeof i104.NoDataModule, typeof i105.VLoaderModule, typeof i106.SmileyDialogModule, typeof i107.SnackBarModule, typeof i108.HttpClientModule, typeof i109.SmileyDialogInlineModule, typeof i110.ClickOutsideModule, typeof i111.PopoverHoverModule, typeof i112.PaginationModule, typeof i94.CreateAssessmentModule, typeof i113.ActionDialogModule, typeof i114.AssessmentPreviewModule, typeof i115.CreateProgramUiModule, typeof i116.DirectiveModule, typeof i117.GrcObjectModule, typeof i118.RcListModule, typeof i119.PipesModule, typeof i120.FloatingBarModule, typeof i121.GroupUsersListComponent, typeof i122.ListLoaderModule, typeof i123.GrcObjectListComponent, typeof i124.TimePickerModule, typeof i125.MultiSelectModule, typeof i126.PolicyTemplateModule, typeof i127.ReportCaseModule, typeof i128.FormatAndEvidenceModule, typeof i129.CheckboxListModule, typeof i130.RadioListWithPaginationModule, typeof i131.LinkResponsibilityModule, typeof i132.ProgramListModule, typeof i133.SubResponsibilityComponent], [typeof i1.WorkflowEngineContainerComponent]>;
|
|
141
|
+
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.ListContainerComponent, typeof i92.ResponsibilityDetailsPipe], [typeof i93.ReactiveFormsModule, typeof i94.CreateAssessmentModule, typeof i95.VcomplyEditorModule, typeof i96.CommonModule, typeof i97.FormgroupModule, typeof i98.TooltipModule, typeof i99.PopoverModule, typeof i100.LineLoaderModule, typeof i93.FormsModule, typeof i101.SelectModule, typeof i102.NgxMaterialTimepickerModule, typeof i103.DpDatePickerModule, typeof i104.NoDataModule, typeof i105.VLoaderModule, typeof i106.SmileyDialogModule, typeof i107.SnackBarModule, typeof i108.HttpClientModule, typeof i109.SmileyDialogInlineModule, typeof i110.ClickOutsideModule, typeof i111.PopoverHoverModule, typeof i112.PaginationModule, typeof i94.CreateAssessmentModule, typeof i113.ActionDialogModule, typeof i114.AssessmentPreviewModule, typeof i115.CreateProgramUiModule, typeof i116.DirectiveModule, typeof i117.GrcObjectModule, typeof i118.RcListModule, typeof i119.PipesModule, typeof i120.FloatingBarModule, typeof i121.GroupUsersListComponent, typeof i122.ListLoaderModule, typeof i123.GrcObjectListComponent, typeof i124.TimePickerModule, typeof i125.MultiSelectModule, typeof i126.PolicyTemplateModule, typeof i127.ReportCaseModule, typeof i128.FormatAndEvidenceModule, typeof i129.CheckboxListModule, typeof i130.RadioListWithPaginationModule, typeof i131.LinkResponsibilityModule, typeof i132.ProgramListModule, typeof i133.SubResponsibilityComponent, typeof i134.AvatarV2Component], [typeof i1.WorkflowEngineContainerComponent]>;
|
|
141
142
|
static ɵinj: i0.ɵɵInjectorDeclaration<VComplyWorkflowEngineModule>;
|
|
142
143
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.47",
|
|
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 "
|