vcomply-workflow-engine 0.1.7 → 0.2.0
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/bundles/vcomply-workflow-engine.umd.js +136 -104
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +25 -22
- package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +2 -2
- package/esm2015/lib/pipes/uncategorized-filter.pipe.js +17 -0
- package/esm2015/lib/pipes/uncategorized-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.js +3 -3
- package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngfactory.js +22 -6
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +7 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +47 -45
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-engine.module.js +4 -2
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +55 -54
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +52 -28
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +5 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +5 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts +5 -0
- package/lib/create-documents/create-documents.component.d.ts +5 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
- package/lib/formgroup/formgroup.module.d.ts +14 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts +5 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts +5 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts +5 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +34 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/select/select.module.d.ts +11 -0
- package/lib/formgroup/select/select.service.d.ts +4 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts +6 -0
- package/lib/more-option/more-option.component.d.ts +5 -0
- package/lib/pipes/data-type.pipe.d.ts +5 -0
- package/lib/pipes/list-mapper.pipe.d.ts +5 -0
- package/lib/pipes/search.pipe.d.ts +5 -0
- package/lib/pipes/space-breaker.pipe.d.ts +5 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts +9 -0
- package/lib/pipes/user-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +24 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +5 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts +5 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +5 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +38 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +5 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts +5 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +5 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +5 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +5 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +29 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +30 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +29 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +59 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +5 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts +4 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +5 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts +5 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts +8 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +5 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +5 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts +5 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +5 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +5 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +5 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +5 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts +9 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts +5 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts +8 -0
- package/lib/ui-kit/format-html.pipe.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts +5 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts +8 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +5 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts +9 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.component.d.ts +5 -0
- package/lib/ui-kit/popover/popover.directive.d.ts +5 -0
- package/lib/ui-kit/popover/popover.module.d.ts +11 -0
- package/lib/ui-kit/popover/popover.service.d.ts +4 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +5 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +9 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +4 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +8 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +5 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +5 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +4 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts +5 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts +8 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +5 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +5 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
- package/lib/workflow-engine.module.d.ts +102 -0
- package/lib/workflow-engine.service.d.ts +4 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts +5 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts +5 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +5 -0
- package/lib/workflow-services/add-risk.service.d.ts +4 -0
- package/lib/workflow-services/assessment.service.d.ts +4 -0
- package/lib/workflow-services/auth.service.d.ts +4 -0
- package/lib/workflow-services/frequency.service.d.ts +4 -0
- package/lib/workflow-services/log-issue.service.d.ts +4 -0
- package/lib/workflow-services/policy.service.d.ts +4 -0
- package/lib/workflow-services/responsibility.service.d.ts +4 -0
- package/lib/workflow-services/token-decoder.service.d.ts +4 -0
- package/lib/workflow-services/ui-kit.service.d.ts +4 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +5 -0
- package/package.json +8 -2
- package/vcomply-workflow-engine.d.ts +56 -53
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
|
+
import * as ɵngcc1 from './tooltip.directive';
|
|
3
|
+
import * as ɵngcc2 from '@angular/common';
|
|
1
4
|
export declare class TooltipModule {
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
6
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<TooltipModule, [typeof ɵngcc1.ToolTipDirective], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.ToolTipDirective]>;
|
|
7
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
2
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=tooltip.module.d.ts.map
|
|
@@ -5,6 +5,7 @@ import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
|
5
5
|
import { AssessmentService } from '../workflow-services/assessment.service';
|
|
6
6
|
import { AuthService } from '../workflow-services/auth.service';
|
|
7
7
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
8
|
+
import * as ɵngcc0 from '@angular/core';
|
|
8
9
|
export declare class WorkflowAssessmentComponent implements OnInit {
|
|
9
10
|
assessmentService: AssessmentService;
|
|
10
11
|
private authService;
|
|
@@ -60,4 +61,8 @@ export declare class WorkflowAssessmentComponent implements OnInit {
|
|
|
60
61
|
submitAssessment(): false | undefined;
|
|
61
62
|
validateAssessment(): boolean;
|
|
62
63
|
createAssessment(assessmentForm: any): void;
|
|
64
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowAssessmentComponent, [null, null, null, null, { optional: true; }]>;
|
|
65
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowAssessmentComponent, "app-workflow-assessment", never, { "mode": "mode"; "assessmentId": "assessmentId"; "openedFrom": "openedFrom"; }, { "disconnectRefresh": "disconnectRefresh"; "pickerChanged": "pickerChanged"; "closeWorkflow": "closeWorkflow"; }, never, never>;
|
|
63
66
|
}
|
|
67
|
+
|
|
68
|
+
//# sourceMappingURL=workflow-assessment.component.d.ts.map
|
|
@@ -5,6 +5,7 @@ import { ResponsibilityService } from '../workflow-services/responsibility.servi
|
|
|
5
5
|
import { FrequencyService } from '../sharedComponents/frequency/frequency.service';
|
|
6
6
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
7
|
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
|
+
import * as ɵngcc0 from '@angular/core';
|
|
8
9
|
export declare class WorkflowComplianceComponent implements OnInit {
|
|
9
10
|
private authService;
|
|
10
11
|
private responsibilityService;
|
|
@@ -178,4 +179,8 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
178
179
|
getAssessmentDetails(assessmentDetails: any): void;
|
|
179
180
|
onRemoveCheckpoints(): void;
|
|
180
181
|
removeCheckpoint(): void;
|
|
182
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowComplianceComponent, never>;
|
|
183
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowComplianceComponent, "app-workflow-compliance", never, { "mode": "mode"; "responsibilityId": "responsibilityId"; "frameworkDetails": "frameworkDetails"; "isEntrust": "isEntrust"; "selectedRC": "selectedRC"; "openedFrom": "openedFrom"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "closeWorkflow": "closeWorkflow"; "resetForm": "resetForm"; "disconnectRefresh": "disconnectRefresh"; "rcSelected": "rcSelected"; "onRemovingCheckpoint": "onRemovingCheckpoint"; "isAssessmentDisabled": "isAssessmentDisabled"; }, never, never>;
|
|
181
184
|
}
|
|
185
|
+
|
|
186
|
+
//# sourceMappingURL=workflow-compliance.component.d.ts.map
|
|
@@ -11,6 +11,7 @@ import { AuthService } from '../workflow-services/auth.service';
|
|
|
11
11
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
12
12
|
import { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';
|
|
13
13
|
import { MoreOptionComponent } from './../more-option/more-option.component';
|
|
14
|
+
import * as ɵngcc0 from '@angular/core';
|
|
14
15
|
export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
|
|
15
16
|
uiKitService: UiKitService;
|
|
16
17
|
private snackBar;
|
|
@@ -92,4 +93,8 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
92
93
|
onRcSelected(isRcSelected: boolean): void;
|
|
93
94
|
onRemovingCheckpoint(): void;
|
|
94
95
|
isAssessmentDisabled(isDisabled: boolean): void;
|
|
96
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowEngineContainerComponent, never>;
|
|
97
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-workflow-engine-container", never, { "workflowType": "workflowType"; "mode": "mode"; "id": "id"; "openedFrom": "openedFrom"; "allowedWorkflows": "allowedWorkflows"; "frameworkDetails": "frameworkDetails"; "selectedRC": "selectedRC"; "secondaryOpenPortal": "secondaryOpenPortal"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "reponsibilityData": "reponsibilityData"; "issueData": "issueData"; "entrustButtonName": "entrustButtonName"; "convertFileData": "convertFileData"; "selectedCategory": "selectedCategory"; "config": "config"; }, { "closeWorkflow": "closeWorkflow"; }, never, never>;
|
|
95
98
|
}
|
|
99
|
+
|
|
100
|
+
//# sourceMappingURL=workflow-engine-container.component.d.ts.map
|
|
@@ -1,5 +1,107 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { Configurations } from './configurations';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
|
+
import * as ɵngcc1 from './workflow-engine-container/workflow-engine-container.component';
|
|
5
|
+
import * as ɵngcc2 from './workflow-risk/workflow-risk.component';
|
|
6
|
+
import * as ɵngcc3 from './workflow-compliance/workflow-compliance.component';
|
|
7
|
+
import * as ɵngcc4 from './workflow-policy/workflow-policy.component';
|
|
8
|
+
import * as ɵngcc5 from './more-option/more-option.component';
|
|
9
|
+
import * as ɵngcc6 from './sharedComponents/owner-list/owner-list.component';
|
|
10
|
+
import * as ɵngcc7 from './sharedComponents/users-radio-list/users-radio-list.component';
|
|
11
|
+
import * as ɵngcc8 from './sharedComponents/category-list/category-list.component';
|
|
12
|
+
import * as ɵngcc9 from './sharedComponents/category-multiselect/category-multi-select.component';
|
|
13
|
+
import * as ɵngcc10 from './sharedComponents/floating-bar/floating-bar.component';
|
|
14
|
+
import * as ɵngcc11 from './sharedComponents/responsibility-centers-list/responsibility-centers-list.component';
|
|
15
|
+
import * as ɵngcc12 from './workflow-pagination/workflow-pagination.component';
|
|
16
|
+
import * as ɵngcc13 from './add-multiple-risk/add-multiple-risk.component';
|
|
17
|
+
import * as ɵngcc14 from './sharedComponents/bulk-view/bulk-view.component';
|
|
18
|
+
import * as ɵngcc15 from './sharedComponents/checkpoint/checkpoints/checkpoints.component';
|
|
19
|
+
import * as ɵngcc16 from './confirmation-alert/confirmation-alert.component';
|
|
20
|
+
import * as ɵngcc17 from './sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component';
|
|
21
|
+
import * as ɵngcc18 from './sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component';
|
|
22
|
+
import * as ɵngcc19 from './sharedComponents/review-frequency/review-frequency.component';
|
|
23
|
+
import * as ɵngcc20 from './sharedComponents/frequency/frequency-container/frequency-container.component';
|
|
24
|
+
import * as ɵngcc21 from './sharedComponents/frequency/frequency-daily/frequency-daily.component';
|
|
25
|
+
import * as ɵngcc22 from './sharedComponents/frequency/frequency-weekly/frequency-weekly.component';
|
|
26
|
+
import * as ɵngcc23 from './sharedComponents/frequency/frequency-monthly/frequency-monthly.component';
|
|
27
|
+
import * as ɵngcc24 from './sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component';
|
|
28
|
+
import * as ɵngcc25 from './sharedComponents/frequency/frequency-biannual/frequency-biannual.component';
|
|
29
|
+
import * as ɵngcc26 from './sharedComponents/frequency/frequency-annual/frequency-annual.component';
|
|
30
|
+
import * as ɵngcc27 from './sharedComponents/frequency/frequency-one-time/frequency-one-time.component';
|
|
31
|
+
import * as ɵngcc28 from './sharedComponents/frequency/frequency-random/frequency-random.component';
|
|
32
|
+
import * as ɵngcc29 from './sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component';
|
|
33
|
+
import * as ɵngcc30 from './sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component';
|
|
34
|
+
import * as ɵngcc31 from './sharedComponents/frequency/frequency-top/frequency-top.component';
|
|
35
|
+
import * as ɵngcc32 from './sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component';
|
|
36
|
+
import * as ɵngcc33 from './sharedComponents/frequency/frequency-due-date/frequency-due-date.component';
|
|
37
|
+
import * as ɵngcc34 from './sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component';
|
|
38
|
+
import * as ɵngcc35 from './sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component';
|
|
39
|
+
import * as ɵngcc36 from './sharedComponents/group-users-list/group-users-list.component';
|
|
40
|
+
import * as ɵngcc37 from './add-multiple-responsibility/add-multiple-responsibility.component';
|
|
41
|
+
import * as ɵngcc38 from './sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component';
|
|
42
|
+
import * as ɵngcc39 from './sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component';
|
|
43
|
+
import * as ɵngcc40 from './sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component';
|
|
44
|
+
import * as ɵngcc41 from './sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component';
|
|
45
|
+
import * as ɵngcc42 from './workflow-survey-form/workflow-survey-form.component';
|
|
46
|
+
import * as ɵngcc43 from './log-an-issue/log-an-issue.component';
|
|
47
|
+
import * as ɵngcc44 from './sharedComponents/pipes/filterPipe';
|
|
48
|
+
import * as ɵngcc45 from './sharedComponents/checkbox-list/checkbox-list.component';
|
|
49
|
+
import * as ɵngcc46 from './sharedComponents/radio-list/radio-list.component';
|
|
50
|
+
import * as ɵngcc47 from './pipes/list-mapper.pipe';
|
|
51
|
+
import * as ɵngcc48 from './create-documents/create-documents.component';
|
|
52
|
+
import * as ɵngcc49 from './pipes/search.pipe';
|
|
53
|
+
import * as ɵngcc50 from './pipes/user-filter.pipe';
|
|
54
|
+
import * as ɵngcc51 from './sharedComponents/framework-list/framework-list.component';
|
|
55
|
+
import * as ɵngcc52 from './sharedComponents/framework-list/parent-table/parent-table.component';
|
|
56
|
+
import * as ɵngcc53 from './pipes/data-type.pipe';
|
|
57
|
+
import * as ɵngcc54 from './sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component';
|
|
58
|
+
import * as ɵngcc55 from './sharedComponents/format-and-evidence/format-and-evidence.component';
|
|
59
|
+
import * as ɵngcc56 from './sharedComponents/risk-classification/risk-classification.component';
|
|
60
|
+
import * as ɵngcc57 from './sharedComponents/directive/drag-drop.directive';
|
|
61
|
+
import * as ɵngcc58 from './sharedComponents/directive/autofocus.directive';
|
|
62
|
+
import * as ɵngcc59 from './sharedComponents/directive/scroll-in-view.directive';
|
|
63
|
+
import * as ɵngcc60 from './sharedComponents/pipes/short-merge.pipe';
|
|
64
|
+
import * as ɵngcc61 from './pipes/space-breaker.pipe';
|
|
65
|
+
import * as ɵngcc62 from './ui-kit/format-html.pipe';
|
|
66
|
+
import * as ɵngcc63 from './sharedComponents/pipes/within-data.pipe';
|
|
67
|
+
import * as ɵngcc64 from './sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component';
|
|
68
|
+
import * as ɵngcc65 from './sharedComponents/directive/conditional-focus.directive';
|
|
69
|
+
import * as ɵngcc66 from './sharedComponents/list-loader/list-loader.component';
|
|
70
|
+
import * as ɵngcc67 from './sharedComponents/pipes/array-filter.pipe';
|
|
71
|
+
import * as ɵngcc68 from './sharedComponents/audit-category-list/audit-category-list.component';
|
|
72
|
+
import * as ɵngcc69 from './sharedComponents/document-section/document-section.component';
|
|
73
|
+
import * as ɵngcc70 from './workflow-assessment/workflow-assessment.component';
|
|
74
|
+
import * as ɵngcc71 from './sharedComponents/assessment-list/assessment-list.component';
|
|
75
|
+
import * as ɵngcc72 from './sharedComponents/radio-list-with-pagination/radio-list.component';
|
|
76
|
+
import * as ɵngcc73 from './sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component';
|
|
77
|
+
import * as ɵngcc74 from './sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component';
|
|
78
|
+
import * as ɵngcc75 from './sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component';
|
|
79
|
+
import * as ɵngcc76 from './pipes/uncategorized-filter.pipe';
|
|
80
|
+
import * as ɵngcc77 from 'vcomply-editor';
|
|
81
|
+
import * as ɵngcc78 from '@angular/common';
|
|
82
|
+
import * as ɵngcc79 from './formgroup/formgroup.module';
|
|
83
|
+
import * as ɵngcc80 from './ui-kit/tooltip/tooltip.module';
|
|
84
|
+
import * as ɵngcc81 from './ui-kit/popover/popover.module';
|
|
85
|
+
import * as ɵngcc82 from './ui-kit/line-loader/line-loader.module';
|
|
86
|
+
import * as ɵngcc83 from '@angular/forms';
|
|
87
|
+
import * as ɵngcc84 from './formgroup/select/select.module';
|
|
88
|
+
import * as ɵngcc85 from 'ngx-material-timepicker';
|
|
89
|
+
import * as ɵngcc86 from 'ng2-date-picker';
|
|
90
|
+
import * as ɵngcc87 from './sharedComponents/no-data/no-data.module';
|
|
91
|
+
import * as ɵngcc88 from './sharedComponents/v-loader/v-loader.module';
|
|
92
|
+
import * as ɵngcc89 from './ui-kit/smiley-dialog/smiley-dialog.module';
|
|
93
|
+
import * as ɵngcc90 from './ui-kit/snack-bar/snack-bar.module';
|
|
94
|
+
import * as ɵngcc91 from '@angular/common/http';
|
|
95
|
+
import * as ɵngcc92 from './ui-kit/smiley-dialog-inline/smiley-dialog-inline.module';
|
|
96
|
+
import * as ɵngcc93 from './ui-kit/click-outside/click-outside.module';
|
|
97
|
+
import * as ɵngcc94 from './ui-kit/popover-hover/popover-hover.module';
|
|
98
|
+
import * as ɵngcc95 from './ui-kit/pagination/pagination.module';
|
|
99
|
+
import * as ɵngcc96 from './sharedComponents/assessment-preview/assessment-preview.module';
|
|
3
100
|
export declare class WorkflowEngineModule {
|
|
4
101
|
static forRoot(environmentConfig: Configurations): ModuleWithProviders<WorkflowEngineModule>;
|
|
102
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowEngineModule, never>;
|
|
103
|
+
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<WorkflowEngineModule, [typeof ɵngcc1.WorkflowEngineContainerComponent, typeof ɵngcc2.WorkflowRiskComponent, typeof ɵngcc3.WorkflowComplianceComponent, typeof ɵngcc4.WorkflowPolicyComponent, typeof ɵngcc5.MoreOptionComponent, typeof ɵngcc6.OwnerListComponent, typeof ɵngcc7.UserRadioListComponent, typeof ɵngcc8.CategoryListComponent, typeof ɵngcc9.CategoryMultiSelectComponent, typeof ɵngcc10.FloatingBarComponent, typeof ɵngcc11.ResponsibilityCentersListComponent, typeof ɵngcc12.WorkflowPaginationComponent, typeof ɵngcc13.AddMultipleRiskComponent, typeof ɵngcc14.BulkViewComponent, typeof ɵngcc15.CheckpointsComponent, typeof ɵngcc16.ConfirmationAlertComponent, typeof ɵngcc17.CheckpointsQuestionsComponent, typeof ɵngcc18.CheckpointsListComponent, typeof ɵngcc19.ReviewFrequencyComponent, typeof ɵngcc20.FrequencyContainerComponent, typeof ɵngcc21.FrequencyDailyComponent, typeof ɵngcc22.FrequencyWeeklyComponent, typeof ɵngcc23.FrequencyMonthlyComponent, typeof ɵngcc24.FrequencyQuarterlyComponent, typeof ɵngcc25.FrequencyBiannualComponent, typeof ɵngcc26.FrequencyAnnualComponent, typeof ɵngcc27.FrequencyOneTimeComponent, typeof ɵngcc28.FrequencyRandomComponent, typeof ɵngcc29.FrequencyOnCompletionOfComponent, typeof ɵngcc30.FrequencyOngoingComponent, typeof ɵngcc31.FrequencyTopComponent, typeof ɵngcc32.FrequencyLifecycleComponent, typeof ɵngcc33.FrequencyDueDateComponent, typeof ɵngcc34.FrequencyCheckboxListComponent, typeof ɵngcc35.FrequencyRadioListComponent, typeof ɵngcc36.GroupUsersListComponent, typeof ɵngcc37.AddMultipleResponsibilityComponent, typeof ɵngcc38.BulkResponsibilityViewComponent, typeof ɵngcc39.CheckpointsPolicyContainerComponent, typeof ɵngcc40.CheckpointsPolicyListComponent, typeof ɵngcc41.CheckpointsPolicyQuestionsComponent, typeof ɵngcc42.WorkflowSurveyFormComponent, typeof ɵngcc43.LogAnIssueComponent, typeof ɵngcc44.FilterPipe, typeof ɵngcc45.CheckboxListComponent, typeof ɵngcc46.RadioListComponent, typeof ɵngcc47.ListMapperPipe, typeof ɵngcc48.CreateDocumentsComponent, typeof ɵngcc49.SearchPipe, typeof ɵngcc50.UserFilterPipe, typeof ɵngcc51.FrameworkListComponent, typeof ɵngcc52.ParentTableComponent, typeof ɵngcc53.DataTypePipe, typeof ɵngcc54.CheckpointFloatingBarComponent, typeof ɵngcc55.FormatAndEvidenceComponent, typeof ɵngcc56.RiskClassificationComponent, typeof ɵngcc57.DragDropDirective, typeof ɵngcc58.AutofocusDirective, typeof ɵngcc59.ScrollInViewDirective, typeof ɵngcc60.ShortMergePipe, typeof ɵngcc61.SpaceBreakerPipe, typeof ɵngcc62.FormatHtmlPipe, typeof ɵngcc63.WithinDataPipe, typeof ɵngcc64.ResponsibilityRiskSelectorComponent, typeof ɵngcc65.ConditionalFocusDirective, typeof ɵngcc66.ListLoaderComponent, typeof ɵngcc67.ArrayFilterPipe, typeof ɵngcc65.ConditionalFocusDirective, typeof ɵngcc68.AuditCategoryListComponent, typeof ɵngcc69.DocumentSectionComponent, typeof ɵngcc69.DocumentSectionComponent, typeof ɵngcc70.WorkflowAssessmentComponent, typeof ɵngcc71.AssessmentListComponent, typeof ɵngcc72.RadioListWithPaginationComponent, typeof ɵngcc73.LinkTreatmentLoaderComponent, typeof ɵngcc74.AssessmentListLoaderComponent, typeof ɵngcc75.AssessmentListSubLoaderComponent, typeof ɵngcc76.UncategorizedFilterPipe], [typeof ɵngcc77.MarxEditorModule, typeof ɵngcc78.CommonModule, typeof ɵngcc79.FormgroupModule, typeof ɵngcc80.TooltipModule, typeof ɵngcc81.PopoverModule, typeof ɵngcc82.LineLoaderModule, typeof ɵngcc83.FormsModule, typeof ɵngcc84.SelectModule, typeof ɵngcc85.NgxMaterialTimepickerModule, typeof ɵngcc86.DpDatePickerModule, typeof ɵngcc87.NoDataModule, typeof ɵngcc88.VLoaderModule, typeof ɵngcc89.SmileyDialogModule, typeof ɵngcc90.SnackBarModule, typeof ɵngcc91.HttpClientModule, typeof ɵngcc92.SmileyDialogInlineModule, typeof ɵngcc93.ClickOutsideModule, typeof ɵngcc94.PopoverHoverModule, typeof ɵngcc95.PaginationModule, typeof ɵngcc96.AssessmentPreviewModule], [typeof ɵngcc1.WorkflowEngineContainerComponent]>;
|
|
104
|
+
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<WorkflowEngineModule>;
|
|
5
105
|
}
|
|
106
|
+
|
|
107
|
+
//# sourceMappingURL=workflow-engine.module.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class WorkflowPaginationComponent implements OnInit {
|
|
3
4
|
alphabetsArray: any;
|
|
4
5
|
activeAlphabet: string;
|
|
@@ -21,4 +22,8 @@ export declare class WorkflowPaginationComponent implements OnInit {
|
|
|
21
22
|
increaseOrDecrease(value: number): void;
|
|
22
23
|
onEnterPress(event: any): void;
|
|
23
24
|
goToPageArrayGenerate(page: any, shouldEmit: boolean): void;
|
|
25
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowPaginationComponent, never>;
|
|
26
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowPaginationComponent, "app-workflow-pagination", never, { "activeAlphabet": "activeAlphabet"; "currentPage": "currentPage"; "pageCount": "pageCount"; "start": "start"; "end": "end"; "total": "total"; "noFilter": "noFilter"; }, { "selectedPage": "selectedPage"; "selectedAlphabet": "selectedAlphabet"; }, never, never>;
|
|
24
27
|
}
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=workflow-pagination.component.d.ts.map
|
|
@@ -11,6 +11,7 @@ import { PlatformLocation } from '@angular/common';
|
|
|
11
11
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
12
12
|
import { FrequencyService } from '../sharedComponents/frequency/frequency.service';
|
|
13
13
|
import { FormatAndEvidenceComponent } from '../sharedComponents/format-and-evidence/format-and-evidence.component';
|
|
14
|
+
import * as ɵngcc0 from '@angular/core';
|
|
14
15
|
export declare class WorkflowPolicyComponent implements OnInit {
|
|
15
16
|
private policyService;
|
|
16
17
|
private snackBar;
|
|
@@ -278,4 +279,8 @@ export declare class WorkflowPolicyComponent implements OnInit {
|
|
|
278
279
|
checkForCreateDocuments(): void;
|
|
279
280
|
editPolicy(): void;
|
|
280
281
|
populatePolicyForm(data: any, categoryIds: any): void;
|
|
282
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowPolicyComponent, never>;
|
|
283
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowPolicyComponent, "app-workflow-policy", never, { "mode": "mode"; "policyId": "policyId"; "convertFileData": "convertFileData"; "selectedCategory": "selectedCategory"; }, { "pickerChanged": "pickerChanged"; "showConfirmationAlert": "showConfirmationAlert"; "populateOption": "populateOption"; "disconnectRefresh": "disconnectRefresh"; "shiftToEditMode": "shiftToEditMode"; }, never, never>;
|
|
281
284
|
}
|
|
285
|
+
|
|
286
|
+
//# sourceMappingURL=workflow-policy.component.d.ts.map
|
|
@@ -6,6 +6,7 @@ import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
|
6
6
|
import { AddRiskService } from '../workflow-services/add-risk.service';
|
|
7
7
|
import { AuthService } from '../workflow-services/auth.service';
|
|
8
8
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
9
|
+
import * as ɵngcc0 from '@angular/core';
|
|
9
10
|
export declare class WorkflowRiskComponent implements OnInit {
|
|
10
11
|
private riskService;
|
|
11
12
|
private authService;
|
|
@@ -102,4 +103,8 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
102
103
|
redirectToReported(): void;
|
|
103
104
|
checkDescription(): void;
|
|
104
105
|
checkMitigationPlan(): void;
|
|
106
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowRiskComponent, [null, null, null, null, { optional: true; }]>;
|
|
107
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowRiskComponent, "app-workflow-risk", never, { "mode": "mode"; "riskId": "riskId"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "secondaryOpenPortal": "secondaryOpenPortal"; "openedFrom": "openedFrom"; }, { "showConfirmationAlert": "showConfirmationAlert"; "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "refreshForm": "refreshForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; }, never, never>;
|
|
105
108
|
}
|
|
109
|
+
|
|
110
|
+
//# sourceMappingURL=workflow-risk.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class AddRiskService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -19,4 +20,7 @@ export declare class AddRiskService {
|
|
|
19
20
|
addBulkRisk(payload: any[]): import("rxjs").Observable<any>;
|
|
20
21
|
getRiskDetail(riskId: string): import("rxjs").Observable<any>;
|
|
21
22
|
updateRisk(riskId: string, payload: any): import("rxjs").Observable<any>;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddRiskService, [null, null, { optional: true; }]>;
|
|
22
24
|
}
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=add-risk.service.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AssessmentService {
|
|
6
7
|
private http;
|
|
7
8
|
private authService;
|
|
@@ -17,4 +18,7 @@ export declare class AssessmentService {
|
|
|
17
18
|
fetchCategory(payload: any): void;
|
|
18
19
|
resetCategory(): void;
|
|
19
20
|
getAssessmentDetails(id: string): Observable<Object>;
|
|
21
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
|
|
20
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=assessment.service.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
4
|
import { TokenDecoderService } from './token-decoder.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class AuthService {
|
|
6
7
|
private http;
|
|
7
8
|
private decoder;
|
|
@@ -26,4 +27,7 @@ export declare class AuthService {
|
|
|
26
27
|
getOrganizationDetails(): import("rxjs").Observable<Object>;
|
|
27
28
|
getUserInfo(): import("rxjs").Observable<Object>;
|
|
28
29
|
getSubscriptionDetails(): import("rxjs").Observable<Object>;
|
|
30
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuthService, [null, null, { optional: true; }]>;
|
|
29
31
|
}
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=auth.service.d.ts.map
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class FrequencyBulkService {
|
|
2
3
|
env: any;
|
|
3
4
|
constructor();
|
|
4
5
|
shortHand_freqCal(frequency: any, day: any, month: any, year?: any): string;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBulkService, never>;
|
|
5
7
|
}
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=frequency.service.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class LogIssueService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -28,4 +29,7 @@ export declare class LogIssueService {
|
|
|
28
29
|
*/
|
|
29
30
|
uploadFiles(payload: any, path: any): import("rxjs").Observable<Object>;
|
|
30
31
|
getIssueDetails(issueId: string): import("rxjs").Observable<Object>;
|
|
32
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogIssueService, [null, null, { optional: true; }]>;
|
|
31
33
|
}
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=log-issue.service.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { AuthService } from './auth.service';
|
|
3
3
|
import { Configurations } from '../configurations';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class PolicyService {
|
|
5
6
|
private http;
|
|
6
7
|
private authService;
|
|
@@ -21,4 +22,7 @@ export declare class PolicyService {
|
|
|
21
22
|
editPolicy(id: any): import("rxjs").Observable<any[]>;
|
|
22
23
|
updatePolicy(payload: any, policyId: any): import("rxjs").Observable<any>;
|
|
23
24
|
extractFile(extension: any, path: any, id: any): import("rxjs").Observable<Object>;
|
|
25
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PolicyService, [null, null, { optional: true; }]>;
|
|
24
26
|
}
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=policy.service.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
4
|
import { AssessmentList } from '../sharedComponents/assessment-list/service/assessment.interface';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class ResponsibilityService {
|
|
6
7
|
private http;
|
|
7
8
|
private authService;
|
|
@@ -30,4 +31,7 @@ export declare class ResponsibilityService {
|
|
|
30
31
|
getAssessmentCategory(payload: any): import("rxjs").Observable<Object>;
|
|
31
32
|
getAssessmentList(payload: any, id: string): import("rxjs").Observable<AssessmentList[]>;
|
|
32
33
|
getAssessmentDetailsByID(id: string): import("rxjs").Observable<AssessmentList[]>;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponsibilityService, [null, null, { optional: true; }]>;
|
|
33
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=responsibility.service.d.ts.map
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
import * as ɵngcc0 from '@angular/core';
|
|
1
2
|
export declare class TokenDecoderService {
|
|
2
3
|
constructor();
|
|
3
4
|
getUserDetailsFromToken(): any;
|
|
5
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TokenDecoderService, never>;
|
|
4
6
|
}
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=token-decoder.service.d.ts.map
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { EditorConfig } from 'vcomply-editor';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class WorkflowSurveyFormComponent implements OnInit {
|
|
4
5
|
description: EditorConfig;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowSurveyFormComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowSurveyFormComponent, "app-workflow-survey-form", never, {}, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=workflow-survey-form.component.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.0.1",
|
|
6
6
|
"@angular/core": "^12.0.1"
|
|
@@ -21,5 +21,11 @@
|
|
|
21
21
|
"fesm2015": "fesm2015/vcomply-workflow-engine.js",
|
|
22
22
|
"typings": "vcomply-workflow-engine.d.ts",
|
|
23
23
|
"metadata": "vcomply-workflow-engine.metadata.json",
|
|
24
|
-
"sideEffects": false
|
|
24
|
+
"sideEffects": false,
|
|
25
|
+
"__processed_by_ivy_ngcc__": {
|
|
26
|
+
"typings": "12.0.5"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
|
|
30
|
+
}
|
|
25
31
|
}
|
|
@@ -7,41 +7,42 @@ export { AddMultipleRiskComponent as ɵu } from './lib/add-multiple-risk/add-mul
|
|
|
7
7
|
export { Configurations as ɵe } from './lib/configurations';
|
|
8
8
|
export { ConfirmationAlertComponent as ɵx } from './lib/confirmation-alert/confirmation-alert.component';
|
|
9
9
|
export { CreateDocumentsComponent as ɵcf } from './lib/create-documents/create-documents.component';
|
|
10
|
-
export { CsCheckboxComponent as
|
|
11
|
-
export { CsRadioGroupComponent as
|
|
12
|
-
export { CsRadioComponent as
|
|
13
|
-
export { CsSelectComponent as
|
|
14
|
-
export { CsSwitchComponent as
|
|
15
|
-
export { FormgroupModule as
|
|
16
|
-
export { PascalPipe as
|
|
17
|
-
export { CsOptionComponent as
|
|
18
|
-
export { CsSelectComponent as
|
|
19
|
-
export { SelectModule as
|
|
20
|
-
export { SelectService as
|
|
10
|
+
export { CsCheckboxComponent as ɵdl } from './lib/formgroup/cs-checkbox/cs-checkbox.component';
|
|
11
|
+
export { CsRadioGroupComponent as ɵdo } from './lib/formgroup/cs-radio-group/cs-radio-group.component';
|
|
12
|
+
export { CsRadioComponent as ɵdm } from './lib/formgroup/cs-radio/cs-radio.component';
|
|
13
|
+
export { CsSelectComponent as ɵdp } from './lib/formgroup/cs-select/cs-select.component';
|
|
14
|
+
export { CsSwitchComponent as ɵdn } from './lib/formgroup/cs-switch/cs-switch.component';
|
|
15
|
+
export { FormgroupModule as ɵdk } from './lib/formgroup/formgroup.module';
|
|
16
|
+
export { PascalPipe as ɵdq } from './lib/formgroup/pipes/pascal.pipe';
|
|
17
|
+
export { CsOptionComponent as ɵee } from './lib/formgroup/select/cs-option/cs-option.component';
|
|
18
|
+
export { CsSelectComponent as ɵec } from './lib/formgroup/select/cs-select/cs-select.component';
|
|
19
|
+
export { SelectModule as ɵeb } from './lib/formgroup/select/select.module';
|
|
20
|
+
export { SelectService as ɵed } from './lib/formgroup/select/select.service';
|
|
21
21
|
export { LogAnIssueComponent as ɵbz } from './lib/log-an-issue/log-an-issue.component';
|
|
22
22
|
export { MoreOptionComponent as ɵm } from './lib/more-option/more-option.component';
|
|
23
23
|
export { DataTypePipe as ɵck } from './lib/pipes/data-type.pipe';
|
|
24
24
|
export { ListMapperPipe as ɵce } from './lib/pipes/list-mapper.pipe';
|
|
25
25
|
export { SearchPipe as ɵcg } from './lib/pipes/search.pipe';
|
|
26
26
|
export { SpaceBreakerPipe as ɵcs } from './lib/pipes/space-breaker.pipe';
|
|
27
|
+
export { UncategorizedFilterPipe as ɵdj } from './lib/pipes/uncategorized-filter.pipe';
|
|
27
28
|
export { UserFilterPipe as ɵch } from './lib/pipes/user-filter.pipe';
|
|
28
29
|
export { AssessmentListLoaderComponent as ɵdh } from './lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component';
|
|
29
30
|
export { AssessmentListSubLoaderComponent as ɵdi } from './lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component';
|
|
30
31
|
export { AssessmentListComponent as ɵdd } from './lib/sharedComponents/assessment-list/assessment-list.component';
|
|
31
32
|
export { AssessmentService as ɵde } from './lib/sharedComponents/assessment-list/service/assessment.service';
|
|
32
|
-
export { AssessmentPreviewModule as
|
|
33
|
-
export { CheckboxQuestionComponent as
|
|
34
|
-
export { DateTimeComponent as
|
|
35
|
-
export { DeviceComponent as
|
|
36
|
-
export { FileUploadComponent as
|
|
37
|
-
export { PageHeaderComponent as
|
|
38
|
-
export { PreviewContainerComponent as
|
|
39
|
-
export { PreviewComponent as
|
|
40
|
-
export { QuickSettingsComponent as
|
|
41
|
-
export { RadioQuestionComponent as
|
|
42
|
-
export { SelectQuestionComponent as
|
|
43
|
-
export { SingleTextboxComponent as
|
|
44
|
-
export { WelcomeComponent as
|
|
33
|
+
export { AssessmentPreviewModule as ɵey } from './lib/sharedComponents/assessment-preview/assessment-preview.module';
|
|
34
|
+
export { CheckboxQuestionComponent as ɵez } from './lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component';
|
|
35
|
+
export { DateTimeComponent as ɵfa } from './lib/sharedComponents/assessment-preview/date-time/date-time.component';
|
|
36
|
+
export { DeviceComponent as ɵfb } from './lib/sharedComponents/assessment-preview/device/device.component';
|
|
37
|
+
export { FileUploadComponent as ɵfc } from './lib/sharedComponents/assessment-preview/file-upload/file-upload.component';
|
|
38
|
+
export { PageHeaderComponent as ɵfj } from './lib/sharedComponents/assessment-preview/page-header/page-header.component';
|
|
39
|
+
export { PreviewContainerComponent as ɵfe } from './lib/sharedComponents/assessment-preview/preview-container/preview-container.component';
|
|
40
|
+
export { PreviewComponent as ɵfd } from './lib/sharedComponents/assessment-preview/preview/preview.component';
|
|
41
|
+
export { QuickSettingsComponent as ɵff } from './lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component';
|
|
42
|
+
export { RadioQuestionComponent as ɵfg } from './lib/sharedComponents/assessment-preview/radio-question/radio-question.component';
|
|
43
|
+
export { SelectQuestionComponent as ɵfh } from './lib/sharedComponents/assessment-preview/select-question/select-question.component';
|
|
44
|
+
export { SingleTextboxComponent as ɵfi } from './lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component';
|
|
45
|
+
export { WelcomeComponent as ɵfk } from './lib/sharedComponents/assessment-preview/welcome/welcome.component';
|
|
45
46
|
export { AuditCategoryListComponent as ɵcz } from './lib/sharedComponents/audit-category-list/audit-category-list.component';
|
|
46
47
|
export { BulkResponsibilityViewComponent as ɵbu } from './lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component';
|
|
47
48
|
export { BulkViewComponent as ɵv } from './lib/sharedComponents/bulk-view/bulk-view.component';
|
|
@@ -83,8 +84,8 @@ export { FrequencyWeeklyComponent as ɵbd } from './lib/sharedComponents/frequen
|
|
|
83
84
|
export { FrequencyService as ɵj } from './lib/sharedComponents/frequency/frequency.service';
|
|
84
85
|
export { GroupUsersListComponent as ɵbr } from './lib/sharedComponents/group-users-list/group-users-list.component';
|
|
85
86
|
export { ListLoaderComponent as ɵcx } from './lib/sharedComponents/list-loader/list-loader.component';
|
|
86
|
-
export { NoDataComponent as
|
|
87
|
-
export { NoDataModule as
|
|
87
|
+
export { NoDataComponent as ɵeg } from './lib/sharedComponents/no-data/no-data.component';
|
|
88
|
+
export { NoDataModule as ɵef } from './lib/sharedComponents/no-data/no-data.module';
|
|
88
89
|
export { OwnerListComponent as ɵn } from './lib/sharedComponents/owner-list/owner-list.component';
|
|
89
90
|
export { ArrayFilterPipe as ɵcy } from './lib/sharedComponents/pipes/array-filter.pipe';
|
|
90
91
|
export { FilterPipe as ɵcb } from './lib/sharedComponents/pipes/filterPipe';
|
|
@@ -98,35 +99,35 @@ export { ResponsibilityRiskSelectorComponent as ɵcv } from './lib/sharedCompone
|
|
|
98
99
|
export { ReviewFrequencyComponent as ɵba } from './lib/sharedComponents/review-frequency/review-frequency.component';
|
|
99
100
|
export { RiskClassificationComponent as ɵcn } from './lib/sharedComponents/risk-classification/risk-classification.component';
|
|
100
101
|
export { UserRadioListComponent as ɵo } from './lib/sharedComponents/users-radio-list/users-radio-list.component';
|
|
101
|
-
export { LoaderInlineComponent as
|
|
102
|
-
export { LoaderComponent as
|
|
103
|
-
export { VLoaderModule as
|
|
104
|
-
export { ClickOutsideDirective as
|
|
105
|
-
export { ClickOutsideModule as
|
|
102
|
+
export { LoaderInlineComponent as ɵej } from './lib/sharedComponents/v-loader/loader-inline/loader-inline.component';
|
|
103
|
+
export { LoaderComponent as ɵei } from './lib/sharedComponents/v-loader/loader/loader.component';
|
|
104
|
+
export { VLoaderModule as ɵeh } from './lib/sharedComponents/v-loader/v-loader.module';
|
|
105
|
+
export { ClickOutsideDirective as ɵer } from './lib/ui-kit/click-outside/click-outside.directive';
|
|
106
|
+
export { ClickOutsideModule as ɵeq } from './lib/ui-kit/click-outside/click-outside.module';
|
|
106
107
|
export { FormatHtmlPipe as ɵct } from './lib/ui-kit/format-html.pipe';
|
|
107
|
-
export { LineLoaderComponent as
|
|
108
|
-
export { LineLoaderModule as
|
|
109
|
-
export { PaginationModule as
|
|
110
|
-
export { PaginationComponent as
|
|
111
|
-
export { PopoverHoverComponent as
|
|
112
|
-
export { PopoverHoverDirective as
|
|
113
|
-
export { PopoverHoverModule as
|
|
114
|
-
export { PopoverHoverService as
|
|
115
|
-
export { PopoverEventDirective as
|
|
116
|
-
export { PopoverLongpressDirective as
|
|
117
|
-
export { PopoverComponent as
|
|
118
|
-
export { PopoverDirective as
|
|
119
|
-
export { PopoverModule as
|
|
120
|
-
export { PopoverService as
|
|
121
|
-
export { SmileyDialogInlineComponent as
|
|
122
|
-
export { SmileyDialogInlineModule as
|
|
123
|
-
export { SmileyDialogComponent as
|
|
124
|
-
export { SmileyDialogModule as
|
|
125
|
-
export { SnackBarComponent as
|
|
126
|
-
export { SnackBarModule as
|
|
108
|
+
export { LineLoaderComponent as ɵea } from './lib/ui-kit/line-loader/line-loader.component';
|
|
109
|
+
export { LineLoaderModule as ɵdz } from './lib/ui-kit/line-loader/line-loader.module';
|
|
110
|
+
export { PaginationModule as ɵew } from './lib/ui-kit/pagination/pagination.module';
|
|
111
|
+
export { PaginationComponent as ɵex } from './lib/ui-kit/pagination/pagination/pagination.component';
|
|
112
|
+
export { PopoverHoverComponent as ɵet } from './lib/ui-kit/popover-hover/popover-hover.component';
|
|
113
|
+
export { PopoverHoverDirective as ɵev } from './lib/ui-kit/popover-hover/popover-hover.directive';
|
|
114
|
+
export { PopoverHoverModule as ɵes } from './lib/ui-kit/popover-hover/popover-hover.module';
|
|
115
|
+
export { PopoverHoverService as ɵeu } from './lib/ui-kit/popover-hover/popover-hover.service';
|
|
116
|
+
export { PopoverEventDirective as ɵdx } from './lib/ui-kit/popover/popover-event.directive';
|
|
117
|
+
export { PopoverLongpressDirective as ɵdy } from './lib/ui-kit/popover/popover-longpress.directive';
|
|
118
|
+
export { PopoverComponent as ɵdu } from './lib/ui-kit/popover/popover.component';
|
|
119
|
+
export { PopoverDirective as ɵdw } from './lib/ui-kit/popover/popover.directive';
|
|
120
|
+
export { PopoverModule as ɵdt } from './lib/ui-kit/popover/popover.module';
|
|
121
|
+
export { PopoverService as ɵdv } from './lib/ui-kit/popover/popover.service';
|
|
122
|
+
export { SmileyDialogInlineComponent as ɵep } from './lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component';
|
|
123
|
+
export { SmileyDialogInlineModule as ɵeo } from './lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module';
|
|
124
|
+
export { SmileyDialogComponent as ɵel } from './lib/ui-kit/smiley-dialog/smiley-dialog.component';
|
|
125
|
+
export { SmileyDialogModule as ɵek } from './lib/ui-kit/smiley-dialog/smiley-dialog.module';
|
|
126
|
+
export { SnackBarComponent as ɵen } from './lib/ui-kit/snack-bar/snack-bar.component';
|
|
127
|
+
export { SnackBarModule as ɵem } from './lib/ui-kit/snack-bar/snack-bar.module';
|
|
127
128
|
export { SnackBarService as ɵb } from './lib/ui-kit/snack-bar/snack-bar.service';
|
|
128
|
-
export { ToolTipDirective as
|
|
129
|
-
export { TooltipModule as
|
|
129
|
+
export { ToolTipDirective as ɵds } from './lib/ui-kit/tooltip/tooltip.directive';
|
|
130
|
+
export { TooltipModule as ɵdr } from './lib/ui-kit/tooltip/tooltip.module';
|
|
130
131
|
export { WorkflowAssessmentComponent as ɵdb } from './lib/workflow-assessment/workflow-assessment.component';
|
|
131
132
|
export { WorkflowComplianceComponent as ɵh } from './lib/workflow-compliance/workflow-compliance.component';
|
|
132
133
|
export { WorkflowPaginationComponent as ɵt } from './lib/workflow-pagination/workflow-pagination.component';
|
|
@@ -142,3 +143,5 @@ export { ResponsibilityService as ɵi } from './lib/workflow-services/responsibi
|
|
|
142
143
|
export { TokenDecoderService as ɵd } from './lib/workflow-services/token-decoder.service';
|
|
143
144
|
export { UiKitService as ɵa } from './lib/workflow-services/ui-kit.service';
|
|
144
145
|
export { WorkflowSurveyFormComponent as ɵby } from './lib/workflow-survey-form/workflow-survey-form.component';
|
|
146
|
+
|
|
147
|
+
//# sourceMappingURL=vcomply-workflow-engine.d.ts.map
|