vcomply-workflow-engine 3.5.1 → 3.5.2
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/esm2020/lib/constants/time.constants.mjs +2 -2
- package/esm2020/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.mjs +4 -3
- package/esm2020/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.mjs +10 -8
- package/esm2020/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.mjs +4 -3
- package/esm2020/lib/sharedComponents/assessment-editor/components/preview/preview.module.mjs +5 -5
- package/esm2020/lib/sharedComponents/assessment-preview/assessment-preview.module.mjs +5 -5
- package/esm2020/lib/sharedComponents/assessment-preview/date-time/date-time.component.mjs +7 -6
- package/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +25 -24
- package/esm2020/lib/workflow-engine.module.mjs +5 -5
- package/fesm2015/vcomply-workflow-engine.mjs +28 -24
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +28 -24
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +2 -1
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +4 -3
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +6 -5
- package/lib/workflow-engine.module.d.ts +24 -23
- package/package.json +2 -1
|
@@ -16,8 +16,9 @@ import * as i14 from "../../../../ui-kit/tooltip/tooltip.module";
|
|
|
16
16
|
import * as i15 from "../../../../ui-kit/popover/popover.module";
|
|
17
17
|
import * as i16 from "../../../../ui-kit/formgroup/formgroup.module";
|
|
18
18
|
import * as i17 from "ng2-date-picker";
|
|
19
|
+
import * as i18 from "ngx-material-timepicker";
|
|
19
20
|
export declare class LogicQuestionsModule {
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogicQuestionsModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LogicQuestionsModule, [typeof i1.LogicMultipleChoiceComponent, typeof i2.LogicCheckboxComponent, typeof i3.LogicImageChoiceComponent, typeof i4.LogicStarRatingComponent, typeof i5.LogicSingleTextboxComponent, typeof i6.LogicCommentBoxComponent, typeof i7.LogicDropdownComponent, typeof i8.LogicRankingComponent, typeof i9.LogicSliderComponent, typeof i10.LogicMultipleTextboxComponent, typeof i11.LogicDateTimeComponent], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.TooltipModule, typeof i15.PopoverModule, typeof i16.FormgroupModule, typeof i17.DpDatePickerModule], [typeof i1.LogicMultipleChoiceComponent, typeof i2.LogicCheckboxComponent, typeof i3.LogicImageChoiceComponent, typeof i4.LogicStarRatingComponent, typeof i5.LogicSingleTextboxComponent, typeof i6.LogicCommentBoxComponent, typeof i7.LogicDropdownComponent, typeof i8.LogicRankingComponent, typeof i9.LogicSliderComponent, typeof i10.LogicMultipleTextboxComponent, typeof i11.LogicDateTimeComponent]>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LogicQuestionsModule, [typeof i1.LogicMultipleChoiceComponent, typeof i2.LogicCheckboxComponent, typeof i3.LogicImageChoiceComponent, typeof i4.LogicStarRatingComponent, typeof i5.LogicSingleTextboxComponent, typeof i6.LogicCommentBoxComponent, typeof i7.LogicDropdownComponent, typeof i8.LogicRankingComponent, typeof i9.LogicSliderComponent, typeof i10.LogicMultipleTextboxComponent, typeof i11.LogicDateTimeComponent], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.TooltipModule, typeof i15.PopoverModule, typeof i16.FormgroupModule, typeof i17.DpDatePickerModule, typeof i18.NgxMaterialTimepickerModule], [typeof i1.LogicMultipleChoiceComponent, typeof i2.LogicCheckboxComponent, typeof i3.LogicImageChoiceComponent, typeof i4.LogicStarRatingComponent, typeof i5.LogicSingleTextboxComponent, typeof i6.LogicCommentBoxComponent, typeof i7.LogicDropdownComponent, typeof i8.LogicRankingComponent, typeof i9.LogicSliderComponent, typeof i10.LogicMultipleTextboxComponent, typeof i11.LogicDateTimeComponent]>;
|
|
22
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<LogicQuestionsModule>;
|
|
23
24
|
}
|
|
@@ -24,10 +24,11 @@ import * as i22 from "@vcomply/editor";
|
|
|
24
24
|
import * as i23 from "../../../../ui-kit/formgroup/formgroup.module";
|
|
25
25
|
import * as i24 from "../../../no-data/no-data.module";
|
|
26
26
|
import * as i25 from "ng2-date-picker";
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
27
|
+
import * as i26 from "ngx-material-timepicker";
|
|
28
|
+
import * as i27 from "../../../../formgroup/select/select.module";
|
|
29
|
+
import * as i28 from "../../../assessment-preview/quick-settings/quick-settings.component";
|
|
29
30
|
export declare class PreviewModule {
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule, [typeof i1.PreviewWrapperComponent, typeof i2.PreviewMultipleChoiceComponent, typeof i3.PreviewCheckboxComponent, typeof i4.PreviewImageChoiceComponent, typeof i5.PreviewStarRatingComponent, typeof i6.PreviewSingleTextboxComponent, typeof i7.PreviewCommentBoxComponent, typeof i8.PreviewMatrixDropdownComponent, typeof i9.PreviewDropdownComponent, typeof i10.PreviewMatrixRatingScaleComponent, typeof i11.PreviewRankingComponent, typeof i12.PreviewSliderComponent, typeof i13.PreviewMultipleTextboxComponent, typeof i14.PreviewDateTimeComponent, typeof i15.PreviewFileUploadComponent, typeof i16.WelcomeComponent, typeof i17.ThankYouComponent], [typeof i18.CommonModule, typeof i19.TooltipModule, typeof i20.PopoverModule, typeof i21.DialogModule, typeof i22.VcomplyEditorModule, typeof i23.FormgroupModule, typeof i24.NoDataModule, typeof i25.DpDatePickerModule, typeof i26.
|
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule, [typeof i1.PreviewWrapperComponent, typeof i2.PreviewMultipleChoiceComponent, typeof i3.PreviewCheckboxComponent, typeof i4.PreviewImageChoiceComponent, typeof i5.PreviewStarRatingComponent, typeof i6.PreviewSingleTextboxComponent, typeof i7.PreviewCommentBoxComponent, typeof i8.PreviewMatrixDropdownComponent, typeof i9.PreviewDropdownComponent, typeof i10.PreviewMatrixRatingScaleComponent, typeof i11.PreviewRankingComponent, typeof i12.PreviewSliderComponent, typeof i13.PreviewMultipleTextboxComponent, typeof i14.PreviewDateTimeComponent, typeof i15.PreviewFileUploadComponent, typeof i16.WelcomeComponent, typeof i17.ThankYouComponent], [typeof i18.CommonModule, typeof i19.TooltipModule, typeof i20.PopoverModule, typeof i21.DialogModule, typeof i22.VcomplyEditorModule, typeof i23.FormgroupModule, typeof i24.NoDataModule, typeof i25.DpDatePickerModule, typeof i26.NgxMaterialTimepickerModule, typeof i27.SelectModule, typeof i28.QuickSettingsComponent], [typeof i1.PreviewWrapperComponent, typeof i2.PreviewMultipleChoiceComponent, typeof i3.PreviewCheckboxComponent, typeof i4.PreviewImageChoiceComponent, typeof i5.PreviewStarRatingComponent, typeof i6.PreviewSingleTextboxComponent, typeof i7.PreviewCommentBoxComponent, typeof i8.PreviewMatrixDropdownComponent, typeof i9.PreviewDropdownComponent, typeof i10.PreviewMatrixRatingScaleComponent, typeof i11.PreviewRankingComponent, typeof i12.PreviewSliderComponent, typeof i13.PreviewMultipleTextboxComponent, typeof i14.PreviewDateTimeComponent, typeof i15.PreviewFileUploadComponent, typeof i16.WelcomeComponent, typeof i17.ThankYouComponent]>;
|
|
32
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<PreviewModule>;
|
|
33
34
|
}
|
|
@@ -17,12 +17,13 @@ import * as i15 from "@angular/common";
|
|
|
17
17
|
import * as i16 from "../../ui-kit/tooltip/tooltip.module";
|
|
18
18
|
import * as i17 from "../../formgroup/formgroup.module";
|
|
19
19
|
import * as i18 from "../../ui-kit/popover/popover.module";
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
20
|
+
import * as i19 from "ngx-material-timepicker";
|
|
21
|
+
import * as i20 from "ng2-date-picker";
|
|
22
|
+
import * as i21 from "../assessment-editor/components/preview/preview.module";
|
|
23
|
+
import * as i22 from "./quick-settings/quick-settings.component";
|
|
24
|
+
import * as i23 from "../../pipes/pipes.module";
|
|
24
25
|
export declare class AssessmentPreviewModule {
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssessmentPreviewModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AssessmentPreviewModule, [typeof i1.CheckboxQuestionComponent, typeof i2.DateTimeComponent, typeof i3.DeviceComponent, typeof i4.FileUploadComponent, typeof i5.PreviewComponent, typeof i6.PreviewContainerComponent, typeof i7.RadioQuestionComponent, typeof i8.SelectQuestionComponent, typeof i9.SingleTextboxComponent, typeof i10.PageHeaderComponent, typeof i11.WelcomeComponent, typeof i12.SectionDetailsComponent, typeof i13.GetSectionOrderPipe, typeof i14.DescriptionPreviewComponent], [typeof i15.CommonModule, typeof i16.TooltipModule, typeof i17.FormgroupModule, typeof i18.PopoverModule, typeof i19.
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AssessmentPreviewModule, [typeof i1.CheckboxQuestionComponent, typeof i2.DateTimeComponent, typeof i3.DeviceComponent, typeof i4.FileUploadComponent, typeof i5.PreviewComponent, typeof i6.PreviewContainerComponent, typeof i7.RadioQuestionComponent, typeof i8.SelectQuestionComponent, typeof i9.SingleTextboxComponent, typeof i10.PageHeaderComponent, typeof i11.WelcomeComponent, typeof i12.SectionDetailsComponent, typeof i13.GetSectionOrderPipe, typeof i14.DescriptionPreviewComponent], [typeof i15.CommonModule, typeof i16.TooltipModule, typeof i17.FormgroupModule, typeof i18.PopoverModule, typeof i19.NgxMaterialTimepickerModule, typeof i20.DpDatePickerModule, typeof i21.PreviewModule, typeof i22.QuickSettingsComponent, typeof i23.PipesModule], [typeof i1.CheckboxQuestionComponent, typeof i2.DateTimeComponent, typeof i3.DeviceComponent, typeof i4.FileUploadComponent, typeof i5.PreviewComponent, typeof i6.PreviewContainerComponent, typeof i7.RadioQuestionComponent, typeof i8.SelectQuestionComponent, typeof i9.SingleTextboxComponent, typeof i11.WelcomeComponent]>;
|
|
27
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<AssessmentPreviewModule>;
|
|
28
29
|
}
|
|
@@ -109,31 +109,32 @@ import * as i105 from "./ui-kit/tooltip/tooltip.module";
|
|
|
109
109
|
import * as i106 from "./ui-kit/popover/popover.module";
|
|
110
110
|
import * as i107 from "./ui-kit/line-loader/line-loader.module";
|
|
111
111
|
import * as i108 from "./formgroup/select/select.module";
|
|
112
|
-
import * as i109 from "
|
|
113
|
-
import * as i110 from "
|
|
114
|
-
import * as i111 from "./sharedComponents/
|
|
115
|
-
import * as i112 from "./
|
|
116
|
-
import * as i113 from "./ui-kit/
|
|
117
|
-
import * as i114 from "
|
|
118
|
-
import * as i115 from "
|
|
119
|
-
import * as i116 from "./ui-kit/
|
|
120
|
-
import * as i117 from "./ui-kit/
|
|
121
|
-
import * as i118 from "./ui-kit/
|
|
122
|
-
import * as i119 from "./ui-kit/
|
|
123
|
-
import * as i120 from "./
|
|
124
|
-
import * as i121 from "./
|
|
125
|
-
import * as i122 from "./
|
|
126
|
-
import * as i123 from "./
|
|
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/list-
|
|
132
|
-
import * as i129 from "./
|
|
133
|
-
import * as i130 from "./
|
|
112
|
+
import * as i109 from "ngx-material-timepicker";
|
|
113
|
+
import * as i110 from "ng2-date-picker";
|
|
114
|
+
import * as i111 from "./sharedComponents/no-data/no-data.module";
|
|
115
|
+
import * as i112 from "./sharedComponents/v-loader/v-loader.module";
|
|
116
|
+
import * as i113 from "./ui-kit/smiley-dialog/smiley-dialog.module";
|
|
117
|
+
import * as i114 from "./ui-kit/snack-bar/snack-bar.module";
|
|
118
|
+
import * as i115 from "@angular/common/http";
|
|
119
|
+
import * as i116 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
|
|
120
|
+
import * as i117 from "./ui-kit/click-outside/click-outside.module";
|
|
121
|
+
import * as i118 from "./ui-kit/popover-hover/popover-hover.module";
|
|
122
|
+
import * as i119 from "./ui-kit/pagination/pagination.module";
|
|
123
|
+
import * as i120 from "./ui-kit/action-dialog/action-dialog.module";
|
|
124
|
+
import * as i121 from "./sharedComponents/assessment-preview/assessment-preview.module";
|
|
125
|
+
import * as i122 from "./workflow-program/create-program-ui/create-program-ui.module";
|
|
126
|
+
import * as i123 from "./ui-kit/directive/directive.module";
|
|
127
|
+
import * as i124 from "./workflow/grc-object/grc-object.module";
|
|
128
|
+
import * as i125 from "./sharedComponents/responsibility-centers-list/rc-list.module";
|
|
129
|
+
import * as i126 from "./pipes/pipes.module";
|
|
130
|
+
import * as i127 from "./sharedComponents/floating-bar/floating-bar.module";
|
|
131
|
+
import * as i128 from "./sharedComponents/group-users-list/group-users-list.component";
|
|
132
|
+
import * as i129 from "./sharedComponents/list-loader/list-loader.module";
|
|
133
|
+
import * as i130 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
|
|
134
|
+
import * as i131 from "./ui-kit/time-picker/time-picker.module";
|
|
134
135
|
export declare class VComplyWorkflowEngineModule {
|
|
135
136
|
static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;
|
|
136
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<VComplyWorkflowEngineModule, never>;
|
|
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.CheckboxListComponent, typeof i43.RadioListComponent, typeof i44.CreateDocumentsComponent, typeof i45.FrameworkListComponent, typeof i46.ParentTableComponent, typeof i47.CheckpointFloatingBarComponent, typeof i48.FormatAndEvidenceComponent, typeof i49.RiskClassificationComponent, typeof i50.DragDropDirective, typeof i51.AutofocusDirective, typeof i52.ScrollInViewDirective, typeof i53.spaceTrimDirective, typeof i54.ShortMergePipe, typeof i55.FormatHtmlPipe, typeof i56.WithinDataPipe, typeof i57.rcTreeToolTipPipe, typeof i58.ResponsibilityRiskSelectorComponent, typeof i59.ConditionalFocusDirective, typeof i60.ArrayFilterPipe, typeof i59.ConditionalFocusDirective, typeof i61.AuditCategoryListComponent, typeof i62.DocumentSectionComponent, typeof i62.DocumentSectionComponent, typeof i63.WorkflowAssessmentComponent, typeof i64.ImportAnAssessmentComponent, typeof i65.AssessmentListComponent, typeof i66.RadioListWithPaginationComponent, typeof i67.LinkTreatmentLoaderComponent, typeof i68.AssessmentListLoaderComponent, typeof i69.AssessmentListSubLoaderComponent, typeof i70.ProgramListingComponent, typeof i71.WorkflowProgramComponent, typeof i72.RolesListComponent, typeof i73.FrameworkListTableComponent, typeof i74.FrameworkResponsibilityTableComponent, typeof i75.FrameworkTableLoaderComponent, typeof i76.ArrayConcatPipe, typeof i77.SpaceTrimPipe, typeof i78.FrequencyDialogContainerComponent, typeof i79.FrequencyDialogWeeklyComponent, typeof i80.FrequencyDialogTopComponent, typeof i81.FrequencyDialogDueDateComponent, typeof i82.FrequencyDialogCheckboxListComponent, typeof i83.FrequencyDialogMonthlyComponent, typeof i84.FrequencyDialogQuarterlyComponent, typeof i85.FrequencyDialogRadioListComponent, typeof i86.FrequencyDialogBiannualComponent, typeof i87.FrequencyDialogAnnualComponent, typeof i88.FrequencyDialogOneTimeComponent, typeof i89.AddMultipleResponsibilityContainerComponent, typeof i90.AddMultipleResponsibilityWithTabComponent, typeof i91.FrequencyResponsibilityListComponent, typeof i92.ApprovalWorkflowComponent, typeof i93.SelectApproversComponent, typeof i94.PolicyAccessComponent, typeof i95.ApprovalWorkflowListComponent, typeof i96.ApprovalCreateFormComponent, typeof i97.LinkProgramComponent, typeof i98.TooltipValidationPipe, typeof i99.LinkResponsibilityListComponent], [typeof i100.ReactiveFormsModule, typeof i101.CreateAssessmentModule, typeof i102.VcomplyEditorModule, typeof i103.CommonModule, typeof i104.FormgroupModule, typeof i105.TooltipModule, typeof i106.PopoverModule, typeof i107.LineLoaderModule, typeof i100.FormsModule, typeof i108.SelectModule, typeof i109.
|
|
138
|
+
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.CheckboxListComponent, typeof i43.RadioListComponent, typeof i44.CreateDocumentsComponent, typeof i45.FrameworkListComponent, typeof i46.ParentTableComponent, typeof i47.CheckpointFloatingBarComponent, typeof i48.FormatAndEvidenceComponent, typeof i49.RiskClassificationComponent, typeof i50.DragDropDirective, typeof i51.AutofocusDirective, typeof i52.ScrollInViewDirective, typeof i53.spaceTrimDirective, typeof i54.ShortMergePipe, typeof i55.FormatHtmlPipe, typeof i56.WithinDataPipe, typeof i57.rcTreeToolTipPipe, typeof i58.ResponsibilityRiskSelectorComponent, typeof i59.ConditionalFocusDirective, typeof i60.ArrayFilterPipe, typeof i59.ConditionalFocusDirective, typeof i61.AuditCategoryListComponent, typeof i62.DocumentSectionComponent, typeof i62.DocumentSectionComponent, typeof i63.WorkflowAssessmentComponent, typeof i64.ImportAnAssessmentComponent, typeof i65.AssessmentListComponent, typeof i66.RadioListWithPaginationComponent, typeof i67.LinkTreatmentLoaderComponent, typeof i68.AssessmentListLoaderComponent, typeof i69.AssessmentListSubLoaderComponent, typeof i70.ProgramListingComponent, typeof i71.WorkflowProgramComponent, typeof i72.RolesListComponent, typeof i73.FrameworkListTableComponent, typeof i74.FrameworkResponsibilityTableComponent, typeof i75.FrameworkTableLoaderComponent, typeof i76.ArrayConcatPipe, typeof i77.SpaceTrimPipe, typeof i78.FrequencyDialogContainerComponent, typeof i79.FrequencyDialogWeeklyComponent, typeof i80.FrequencyDialogTopComponent, typeof i81.FrequencyDialogDueDateComponent, typeof i82.FrequencyDialogCheckboxListComponent, typeof i83.FrequencyDialogMonthlyComponent, typeof i84.FrequencyDialogQuarterlyComponent, typeof i85.FrequencyDialogRadioListComponent, typeof i86.FrequencyDialogBiannualComponent, typeof i87.FrequencyDialogAnnualComponent, typeof i88.FrequencyDialogOneTimeComponent, typeof i89.AddMultipleResponsibilityContainerComponent, typeof i90.AddMultipleResponsibilityWithTabComponent, typeof i91.FrequencyResponsibilityListComponent, typeof i92.ApprovalWorkflowComponent, typeof i93.SelectApproversComponent, typeof i94.PolicyAccessComponent, typeof i95.ApprovalWorkflowListComponent, typeof i96.ApprovalCreateFormComponent, typeof i97.LinkProgramComponent, typeof i98.TooltipValidationPipe, typeof i99.LinkResponsibilityListComponent], [typeof i100.ReactiveFormsModule, typeof i101.CreateAssessmentModule, typeof i102.VcomplyEditorModule, typeof i103.CommonModule, typeof i104.FormgroupModule, typeof i105.TooltipModule, typeof i106.PopoverModule, typeof i107.LineLoaderModule, typeof i100.FormsModule, typeof i108.SelectModule, typeof i109.NgxMaterialTimepickerModule, typeof i110.DpDatePickerModule, typeof i111.NoDataModule, typeof i112.VLoaderModule, typeof i113.SmileyDialogModule, typeof i114.SnackBarModule, typeof i115.HttpClientModule, typeof i116.SmileyDialogInlineModule, typeof i117.ClickOutsideModule, typeof i118.PopoverHoverModule, typeof i119.PaginationModule, typeof i101.CreateAssessmentModule, typeof i120.ActionDialogModule, typeof i121.AssessmentPreviewModule, typeof i122.CreateProgramUiModule, typeof i123.DirectiveModule, typeof i124.GrcObjectModule, typeof i125.RcListModule, typeof i126.PipesModule, typeof i127.FloatingBarModule, typeof i128.GroupUsersListComponent, typeof i129.ListLoaderModule, typeof i130.GrcObjectListComponent, typeof i131.TimePickerModule], [typeof i1.WorkflowEngineContainerComponent]>;
|
|
138
139
|
static ɵinj: i0.ɵɵInjectorDeclaration<VComplyWorkflowEngineModule>;
|
|
139
140
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
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 "
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"vx-design-system": "^1.0.53",
|
|
11
11
|
"vcomply-editor": "^1.0.0",
|
|
12
12
|
"karma-coverage": "2.0.3",
|
|
13
|
+
"ngx-material-timepicker": "^5.5.3",
|
|
13
14
|
"ng2-date-picker": "^11.0.0",
|
|
14
15
|
"angular-mentions": "1.3.0",
|
|
15
16
|
"moment": "^2.29.1"
|