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
package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SelectQuestionComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: any;
|
|
@@ -6,4 +7,8 @@ export declare class SelectQuestionComponent implements OnInit {
|
|
|
6
7
|
constructor();
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
randomize(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectQuestionComponent, never>;
|
|
11
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SelectQuestionComponent, "app-select-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=select-question.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class SingleTextboxComponent implements OnInit {
|
|
3
4
|
question: any;
|
|
4
5
|
questionIndex: any;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
8
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SingleTextboxComponent, never>;
|
|
9
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SingleTextboxComponent, "app-single-textbox", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
7
10
|
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=single-textbox.component.d.ts.map
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class WelcomeComponent implements OnInit {
|
|
3
4
|
questionDetails: any;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeComponent, never>;
|
|
8
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeComponent, "app-preview-welcome", never, { "questionDetails": "questionDetails"; }, {}, never, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=welcome.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { auditCategoryModel } from './audit-category.model';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
4
5
|
animation: boolean;
|
|
5
6
|
searchInput: string;
|
|
@@ -16,4 +17,8 @@ export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
|
16
17
|
deleteEvent(event: any): void;
|
|
17
18
|
close(): void;
|
|
18
19
|
populateSelectedData(): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuditCategoryListComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AuditCategoryListComponent, "app-audit-category-list", never, { "selectedIndex": "selectedIndex"; "selectedData": "selectedData"; "auditCategory": "auditCategory"; }, { "closeList": "closeList"; "saveSelectedList": "saveSelectedList"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=audit-category-list.component.d.ts.map
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
3
4
|
responsibilityBulkUpload: any;
|
|
4
5
|
fileName: any;
|
|
@@ -11,4 +12,8 @@ export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
submit(): void;
|
|
13
14
|
close(): void;
|
|
15
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkResponsibilityViewComponent, never>;
|
|
16
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkResponsibilityViewComponent, "app-bulk-responsibility-view", never, { "loader": "loader"; "responsibilityBulkUpload": "responsibilityBulkUpload"; "fileName": "fileName"; "defaultOwner": "defaultOwner"; }, { "submitResponsibilityBulkUpload": "submitResponsibilityBulkUpload"; "cancel": "cancel"; }, never, never>;
|
|
14
17
|
}
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=bulk-responsibility-view.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
3
4
|
riskBulkUpload: any;
|
|
4
5
|
templateInfo: any;
|
|
@@ -14,4 +15,8 @@ export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
submit(completeAssessment: any): void;
|
|
16
17
|
close(): void;
|
|
18
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkViewComponent, never>;
|
|
19
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkViewComponent, "app-bulk-view", never, { "loader": "loader"; "riskBulkUpload": "riskBulkUpload"; "templateInfo": "templateInfo"; "fileName": "fileName"; "assessmentDaysEnable": "assessmentDaysEnable"; "defaultOwner": "defaultOwner"; }, { "submitRiskBulkUpload": "submitRiskBulkUpload"; "cancel": "cancel"; }, never, never>;
|
|
17
20
|
}
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=bulk-view.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { CategoryList } from '../../interfaces/categoryList';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
4
5
|
categoryList: CategoryList;
|
|
5
6
|
selectedCategory: any;
|
|
@@ -16,4 +17,8 @@ export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
|
16
17
|
save(): void;
|
|
17
18
|
deleteEvent(event: any): void;
|
|
18
19
|
close(): void;
|
|
20
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryListComponent, never>;
|
|
21
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryListComponent, "app-category-list", never, { "selectedCategory": "selectedCategory"; "categoryList": "categoryList"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
19
22
|
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=category-list.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
4
5
|
listBlock: ElementRef;
|
|
5
6
|
categoryList: any;
|
|
@@ -25,4 +26,8 @@ export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
|
25
26
|
checkSelectAll(activeTab: any): any;
|
|
26
27
|
save(): void;
|
|
27
28
|
close(): void;
|
|
29
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryMultiSelectComponent, never>;
|
|
30
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryMultiSelectComponent, "app-category-multi-select", never, { "allCategories": "allCategories"; "selectedCategories": "selectedCategories"; "categoryList": "categoryList"; "categoryIdKey": "categoryIdKey"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
28
31
|
}
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=category-multi-select.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckboxListComponent implements OnInit {
|
|
3
4
|
itemsList: any;
|
|
4
5
|
selectedItems: any;
|
|
@@ -19,4 +20,8 @@ export declare class CheckboxListComponent implements OnInit {
|
|
|
19
20
|
close(): void;
|
|
20
21
|
arrayToId(array: any, identifierKey: any): any;
|
|
21
22
|
selectAll(evt: any): void;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxListComponent, never>;
|
|
24
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxListComponent, "app-checkbox-list", never, { "itemsList": "itemsList"; "selectedItems": "selectedItems"; "identifierKey": "identifierKey"; "displayKey": "displayKey"; "tooltipKey": "tooltipKey"; "twoColumn": "twoColumn"; "config": "config"; }, { "closeList": "closeList"; "saveList": "saveList"; }, never, never>;
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=checkbox-list.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class CheckpointsComponent implements OnInit {
|
|
4
5
|
private snackbar;
|
|
5
6
|
private cdr;
|
|
@@ -32,4 +33,8 @@ export declare class CheckpointsComponent implements OnInit {
|
|
|
32
33
|
close(): void;
|
|
33
34
|
validateCheckpoint(): false | undefined;
|
|
34
35
|
checkpointDescription(event: any): void;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsComponent, "app-checkpoints", never, { "checkpointData": "checkpointData"; "checkpointInstruction": "checkpointInstruction"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=checkpoints.component.d.ts.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
+
export declare class CheckpointsComponent implements OnInit {
|
|
4
|
+
private snackbar;
|
|
5
|
+
private cdr;
|
|
6
|
+
closeCheckPoint: EventEmitter<any>;
|
|
7
|
+
saveCheckPoint: EventEmitter<any>;
|
|
8
|
+
animation: boolean;
|
|
9
|
+
checkpointData: any;
|
|
10
|
+
checkpointInstruction: string;
|
|
11
|
+
errorIndex: number;
|
|
12
|
+
questionTypeList: {
|
|
13
|
+
text: string;
|
|
14
|
+
type: string;
|
|
15
|
+
description: string;
|
|
16
|
+
icon: string;
|
|
17
|
+
}[];
|
|
18
|
+
constructor(snackbar: SnackBarService, cdr: ChangeDetectorRef);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
addQuestion(evt: any, index?: number): void;
|
|
21
|
+
createTextBox(index?: number): void;
|
|
22
|
+
createSelect(index?: number): void;
|
|
23
|
+
createRadio(index?: number): void;
|
|
24
|
+
createCheckBox(index?: number): void;
|
|
25
|
+
createDate(index?: number): void;
|
|
26
|
+
createUpload(index?: number): void;
|
|
27
|
+
createOption(i: number, j: number, type: any): void;
|
|
28
|
+
deleteOption(i: number, j: number, type: any): void;
|
|
29
|
+
removeQuestion(index: number): void;
|
|
30
|
+
copyQuestion(index: number): void;
|
|
31
|
+
save(): void;
|
|
32
|
+
close(): void;
|
|
33
|
+
validateCheckpoint(): false | undefined;
|
|
34
|
+
checkpointDescription(event: any): void;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints.component.d.ts","sources":["checkpoints.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';\r\nimport { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class CheckpointsComponent implements OnInit {\r\n private snackbar;\r\n private cdr;\r\n closeCheckPoint: EventEmitter<any>;\r\n saveCheckPoint: EventEmitter<any>;\r\n animation: boolean;\r\n checkpointData: any;\r\n checkpointInstruction: string;\r\n errorIndex: number;\r\n questionTypeList: {\r\n text: string;\r\n type: string;\r\n description: string;\r\n icon: string;\r\n }[];\r\n constructor(snackbar: SnackBarService, cdr: ChangeDetectorRef);\r\n ngOnInit(): void;\r\n addQuestion(evt: any, index?: number): void;\r\n createTextBox(index?: number): void;\r\n createSelect(index?: number): void;\r\n createRadio(index?: number): void;\r\n createCheckBox(index?: number): void;\r\n createDate(index?: number): void;\r\n createUpload(index?: number): void;\r\n createOption(i: number, j: number, type: any): void;\r\n deleteOption(i: number, j: number, type: any): void;\r\n removeQuestion(index: number): void;\r\n copyQuestion(index: number): void;\r\n save(): void;\r\n close(): void;\r\n validateCheckpoint(): false | undefined;\r\n checkpointDescription(event: any): void;\r\n}\r\n"]}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsListComponent implements OnInit {
|
|
3
4
|
createQuestion: EventEmitter<any>;
|
|
4
5
|
questionTypeList: never[];
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
7
8
|
addQuestion(type: any): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsListComponent, never>;
|
|
10
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsListComponent, "app-checkpoints-list", never, { "questionTypeList": "questionTypeList"; }, { "createQuestion": "createQuestion"; }, never, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=checkpoints-list.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-list.component.d.ts","sources":["checkpoints-list.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nexport declare class CheckpointsListComponent implements OnInit {\r\n createQuestion: EventEmitter<any>;\r\n questionTypeList: never[];\r\n constructor();\r\n ngOnInit(): void;\r\n addQuestion(type: any): void;\r\n}\r\n"]}
|
package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {
|
|
5
6
|
private elementRef;
|
|
6
7
|
private snackbar;
|
|
@@ -35,4 +36,8 @@ export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges
|
|
|
35
36
|
addOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
36
37
|
deleteOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
37
38
|
deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;
|
|
39
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsQuestionsComponent, never>;
|
|
40
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsQuestionsComponent, "app-checkpoints-questions", never, { "checkpointData": "checkpointData"; "questionTypeList": "questionTypeList"; "errorIndex": "errorIndex"; "checkpointInstruction": "checkpointInstruction"; }, { "createQuestion": "createQuestion"; "deleteQuestion": "deleteQuestion"; "copyQuestion": "copyQuestion"; "blankQuestion": "blankQuestion"; "createOption": "createOption"; "removeOption": "removeOption"; "updateDescription": "updateDescription"; }, never, never>;
|
|
38
41
|
}
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=checkpoints-questions.component.d.ts.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
2
|
+
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
|
+
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
+
export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private snackbar;
|
|
7
|
+
constructor(elementRef: ElementRef, snackbar: SnackBarService);
|
|
8
|
+
checkpointData: any;
|
|
9
|
+
questionTypeList: never[];
|
|
10
|
+
errorIndex: number;
|
|
11
|
+
checkpointInstruction: string;
|
|
12
|
+
createQuestion: EventEmitter<any>;
|
|
13
|
+
deleteQuestion: EventEmitter<any>;
|
|
14
|
+
copyQuestion: EventEmitter<any>;
|
|
15
|
+
blankQuestion: EventEmitter<any>;
|
|
16
|
+
createOption: EventEmitter<any>;
|
|
17
|
+
removeOption: EventEmitter<any>;
|
|
18
|
+
updateDescription: EventEmitter<any>;
|
|
19
|
+
datePicker: DatePickerComponent;
|
|
20
|
+
datePickerOverlay: boolean;
|
|
21
|
+
activeQuestionIndex: number;
|
|
22
|
+
addInstruction: boolean;
|
|
23
|
+
placeholder: any;
|
|
24
|
+
description: any;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
saveDescription(): void;
|
|
27
|
+
extractContent(s: string): string;
|
|
28
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
29
|
+
openDatePicker(): void;
|
|
30
|
+
closeDatepicker(): void;
|
|
31
|
+
addQuestion(type: any): void;
|
|
32
|
+
removeQuestion(index: number): void;
|
|
33
|
+
cloneQuestion(index: number): void;
|
|
34
|
+
blankClone(type: string, index: number): void;
|
|
35
|
+
addOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
36
|
+
deleteOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
37
|
+
deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkpoints-questions.component.d.ts","sources":["checkpoints-questions.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {\r\n private elementRef;\r\n private snackbar;\r\n constructor(elementRef: ElementRef, snackbar: SnackBarService);\r\n checkpointData: any;\r\n questionTypeList: never[];\r\n errorIndex: number;\r\n checkpointInstruction: string;\r\n createQuestion: EventEmitter<any>;\r\n deleteQuestion: EventEmitter<any>;\r\n copyQuestion: EventEmitter<any>;\r\n blankQuestion: EventEmitter<any>;\r\n createOption: EventEmitter<any>;\r\n removeOption: EventEmitter<any>;\r\n updateDescription: EventEmitter<any>;\r\n datePicker: DatePickerComponent;\r\n datePickerOverlay: boolean;\r\n activeQuestionIndex: number;\r\n addInstruction: boolean;\r\n placeholder: any;\r\n description: any;\r\n ngOnInit(): void;\r\n saveDescription(): void;\r\n extractContent(s: string): string;\r\n ngOnChanges(changes: SimpleChanges): void;\r\n openDatePicker(): void;\r\n closeDatepicker(): void;\r\n addQuestion(type: any): void;\r\n removeQuestion(index: number): void;\r\n cloneQuestion(index: number): void;\r\n blankClone(type: string, index: number): void;\r\n addOption(questionIndex: number, optionIndex: number, type: string): void;\r\n deleteOption(questionIndex: number, optionIndex: number, type: string): void;\r\n deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;\r\n}\r\n"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
3
4
|
count: number;
|
|
4
5
|
pluralText: string;
|
|
@@ -12,4 +13,8 @@ export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
next(): void;
|
|
14
15
|
close(): void;
|
|
16
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointFloatingBarComponent, never>;
|
|
17
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointFloatingBarComponent, "app-checkpoint-floating-bar", never, { "count": "count"; "pluralText": "pluralText"; "singularText": "singularText"; "requiredPoint": "requiredPoint"; "isPolicyCheckpoint": "isPolicyCheckpoint"; }, { "closeList": "closeList"; "saveList": "saveList"; "requiredPointChange": "requiredPointChange"; }, never, never>;
|
|
15
18
|
}
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=checkpoint-floating-bar.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SnackBarService } from './../../../ui-kit/snack-bar/snack-bar.service';
|
|
2
2
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
3
|
import { CheckpointsPolicyQuestionsComponent } from '../checkpoints-policy-questions/checkpoints-policy-questions.component';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
5
6
|
private snackbarService;
|
|
6
7
|
animation: boolean;
|
|
@@ -13,4 +14,8 @@ export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
next(): void;
|
|
15
16
|
saveQuestions(event: any): void;
|
|
17
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyContainerComponent, never>;
|
|
18
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyContainerComponent, "app-checkpoints-policy-container", never, { "requiredPoint": "requiredPoint"; "checkpointData": "checkpointData"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
16
19
|
}
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=checkpoints-policy-container.component.d.ts.map
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsPolicyListComponent implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyListComponent, never>;
|
|
7
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyListComponent, "app-checkpoints-policy-list", never, {}, {}, never, never>;
|
|
5
8
|
}
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=checkpoints-policy-list.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
3
4
|
checkPointQuestions: any;
|
|
4
5
|
changeMax: EventEmitter<any>;
|
|
@@ -30,4 +31,8 @@ export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
|
30
31
|
isOptionValid(options: any): boolean;
|
|
31
32
|
checkDuplicate(arr: any): boolean;
|
|
32
33
|
trackByFn(index: any, item: any): any;
|
|
34
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyQuestionsComponent, never>;
|
|
35
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyQuestionsComponent, "app-checkpoints-policy-questions", never, { "requiredPoint": "requiredPoint"; "checkpointDetails": "checkpointDetails"; }, { "changeMax": "changeMax"; "requiredPointChange": "requiredPointChange"; "saveValidQuestions": "saveValidQuestions"; }, never, never>;
|
|
33
36
|
}
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=checkpoints-policy-questions.component.d.ts.map
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class AutofocusDirective implements AfterViewInit {
|
|
3
4
|
private el;
|
|
4
5
|
constructor(el: ElementRef);
|
|
5
6
|
ngAfterViewInit(): void;
|
|
7
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
8
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<AutofocusDirective, "[appAutofocus]", never, {}, {}, never>;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=autofocus.directive.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ConditionalFocusDirective implements OnChanges {
|
|
3
4
|
private el;
|
|
4
5
|
appConditionalFocus: boolean;
|
|
@@ -6,4 +7,8 @@ export declare class ConditionalFocusDirective implements OnChanges {
|
|
|
6
7
|
ngOnChanges(change: SimpleChanges): void;
|
|
7
8
|
ngAfterViewInit(): void;
|
|
8
9
|
focus(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ConditionalFocusDirective, never>;
|
|
11
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ConditionalFocusDirective, "[appConditionalFocus]", never, { "appConditionalFocus": "appConditionalFocus"; }, {}, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=conditional-focus.directive.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class DragDropDirective {
|
|
3
4
|
fileOver: boolean;
|
|
4
5
|
fileDropped: EventEmitter<any>;
|
|
5
6
|
onDragOver(evt: any): void;
|
|
6
7
|
onDragLeave(evt: any): void;
|
|
7
8
|
ondrop(evt: any): void;
|
|
9
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropDirective, never>;
|
|
10
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<DragDropDirective, "[appDragDrop]", never, {}, { "fileDropped": "fileDropped"; }, never>;
|
|
8
11
|
}
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=drag-drop.directive.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class ScrollInViewDirective implements OnChanges {
|
|
3
4
|
private el;
|
|
4
5
|
appScrollInView: boolean;
|
|
@@ -6,4 +7,8 @@ export declare class ScrollInViewDirective implements OnChanges {
|
|
|
6
7
|
ngOnChanges(change: SimpleChanges): void;
|
|
7
8
|
ngAfterViewInit(): void;
|
|
8
9
|
scroll(): void;
|
|
10
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ScrollInViewDirective, never>;
|
|
11
|
+
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ScrollInViewDirective, "[appScrollInView]", never, { "appScrollInView": "appScrollInView"; }, {}, never>;
|
|
9
12
|
}
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=scroll-in-view.directive.d.ts.map
|
|
@@ -3,6 +3,7 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
5
5
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
6
|
+
import * as ɵngcc0 from '@angular/core';
|
|
6
7
|
export declare class DocumentSectionComponent implements OnInit {
|
|
7
8
|
private snackBar;
|
|
8
9
|
private policyService;
|
|
@@ -35,4 +36,8 @@ export declare class DocumentSectionComponent implements OnInit {
|
|
|
35
36
|
changeDocType(event: any): void;
|
|
36
37
|
editor(event: string): void;
|
|
37
38
|
editPolicyEmit(): void;
|
|
39
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DocumentSectionComponent, never>;
|
|
40
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DocumentSectionComponent, "lib-document-section", never, { "policyId": "policyId"; "policyName": "policyName"; "organization_id": "organization_id"; "member_obj_id": "member_obj_id"; "userInfo": "userInfo"; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; }, never, never>;
|
|
38
41
|
}
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=document-section.component.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as ɵngcc0 from '@angular/core';
|
|
2
3
|
export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
3
4
|
selectedData: any;
|
|
4
5
|
displayElementKey: string;
|
|
@@ -29,4 +30,8 @@ export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
|
29
30
|
close(): void;
|
|
30
31
|
selectedWorkflowType(event: any): void;
|
|
31
32
|
selectedWorkflowChange(event: any): void;
|
|
33
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FloatingBarComponent, never>;
|
|
34
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FloatingBarComponent, "app-floating-bar", never, { "displayElementKey": "displayElementKey"; "elementId": "elementId"; "singularText": "singularText"; "pluralText": "pluralText"; "showNextButton": "showNextButton"; "showFrequencyText": "showFrequencyText"; "showWorkflow": "showWorkflow"; "workflowText": "workflowText"; "currentFrequency": "currentFrequency"; "isDisabled": "isDisabled"; "workflowList": "workflowList"; "mode": "mode"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedWorkflow": "selectedWorkflow"; "workflowPlaceHolder": "workflowPlaceHolder"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
|
|
32
35
|
}
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=floating-bar.component.d.ts.map
|
|
@@ -2,6 +2,7 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { AuthService } from '../../workflow-services/auth.service';
|
|
3
3
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
4
4
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
5
|
+
import * as ɵngcc0 from '@angular/core';
|
|
5
6
|
export declare class FormatAndEvidenceComponent implements OnInit {
|
|
6
7
|
private responsibilityService;
|
|
7
8
|
private policyService;
|
|
@@ -38,4 +39,8 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
38
39
|
policyLinkSetList: string[];
|
|
39
40
|
selectedLinkSetChange(event: any, index: number): void;
|
|
40
41
|
uploadPolicyAttachments(formData: any): void;
|
|
42
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormatAndEvidenceComponent, never>;
|
|
43
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormatAndEvidenceComponent, "app-format-and-evidence", never, { "mode": "mode"; "categories": "categories"; "organization_id": "organization_id"; "formatEvidanceData": "formatEvidanceData"; }, { "updateFiles": "updateFiles"; }, never, never>;
|
|
41
44
|
}
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=format-and-evidence.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
3
|
import { ParentTableComponent } from './parent-table/parent-table.component';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class FrameworkListComponent implements OnInit {
|
|
5
6
|
private responsibilityService;
|
|
6
7
|
categoryList: any;
|
|
@@ -19,4 +20,8 @@ export declare class FrameworkListComponent implements OnInit {
|
|
|
19
20
|
getCategoryDetailsById(id?: any): void;
|
|
20
21
|
entrustFrameworkDetails(report: any): void;
|
|
21
22
|
close(): void;
|
|
23
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkListComponent, never>;
|
|
24
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkListComponent, "app-framework-list", never, { "categoryList": "categoryList"; }, { "entrustFramework": "entrustFramework"; "closeFramework": "closeFramework"; }, never, never>;
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=framework-list.component.d.ts.map
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { ResponsibilityService } from '../../../workflow-services/responsibility.service';
|
|
4
|
+
import * as ɵngcc0 from '@angular/core';
|
|
4
5
|
export declare class ParentTableComponent implements OnInit {
|
|
5
6
|
private responsibilityService;
|
|
6
7
|
tableList: any[];
|
|
@@ -23,4 +24,8 @@ export declare class ParentTableComponent implements OnInit {
|
|
|
23
24
|
getCategoryDetailsById(id: any): void;
|
|
24
25
|
entrustFrameworkDetails(report: any): void;
|
|
25
26
|
entity_open(data: any): void;
|
|
27
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ParentTableComponent, [null, { optional: true; }]>;
|
|
28
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ParentTableComponent, "app-parent-table", never, { "tableList": "tableList"; "search": "search"; }, { "closeParent": "closeParent"; "expandCategory": "expandCategory"; "entrustFramework": "entrustFramework"; }, never, never>;
|
|
26
29
|
}
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=parent-table.component.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyAnnualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
monthList: Array<any>;
|
|
@@ -34,4 +35,8 @@ export declare class FrequencyAnnualComponent implements OnInit {
|
|
|
34
35
|
getFrequencyPlaceholder(yearlyInput: any): string;
|
|
35
36
|
getPlaceholderForSt2(): string;
|
|
36
37
|
getPlaceholderForGt1(): string;
|
|
38
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyAnnualComponent, never>;
|
|
39
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyAnnualComponent, "app-frequency-annual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
37
40
|
}
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=frequency-annual.component.d.ts.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
export declare class FrequencyAnnualComponent implements OnInit {
|
|
4
|
+
private frequencyService;
|
|
5
|
+
monthList: Array<any>;
|
|
6
|
+
yearlyInterval: string;
|
|
7
|
+
yearlyInput: number;
|
|
8
|
+
yearlyFailed: number;
|
|
9
|
+
yearlyWindow: number;
|
|
10
|
+
yearlyDay: number;
|
|
11
|
+
yearlyLifeCycleStart: Date;
|
|
12
|
+
yearlyLifeCycleEndTime: Date;
|
|
13
|
+
yearlyLifecycleOccurance: number;
|
|
14
|
+
yearlySeletedLifecycleType: number;
|
|
15
|
+
yearlySelected: number;
|
|
16
|
+
lifecycleDetails: any;
|
|
17
|
+
previousStartDate: number;
|
|
18
|
+
frequencyInfo: any;
|
|
19
|
+
shortMonth: Array<string>;
|
|
20
|
+
frequencyData: any;
|
|
21
|
+
mode: any;
|
|
22
|
+
startDate: number;
|
|
23
|
+
frequencyDetails: EventEmitter<any>;
|
|
24
|
+
constructor(frequencyService: FrequencyService);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
populateFrequency(): void;
|
|
27
|
+
onTimeChanged(event: string): void;
|
|
28
|
+
dateChange(event: number): void;
|
|
29
|
+
valueChangedFirst(event: any): void;
|
|
30
|
+
selectedMonth(event: any): void;
|
|
31
|
+
lifecycleChange(event: any): void;
|
|
32
|
+
onValueChange(event: any): void;
|
|
33
|
+
getAnnualFrequency(): void;
|
|
34
|
+
getFrequencyPlaceholder(yearlyInput: any): string;
|
|
35
|
+
getPlaceholderForSt2(): string;
|
|
36
|
+
getPlaceholderForGt1(): string;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"frequency-annual.component.d.ts","sources":["frequency-annual.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from '../frequency.service';\r\nexport declare class FrequencyAnnualComponent implements OnInit {\r\n private frequencyService;\r\n monthList: Array<any>;\r\n yearlyInterval: string;\r\n yearlyInput: number;\r\n yearlyFailed: number;\r\n yearlyWindow: number;\r\n yearlyDay: number;\r\n yearlyLifeCycleStart: Date;\r\n yearlyLifeCycleEndTime: Date;\r\n yearlyLifecycleOccurance: number;\r\n yearlySeletedLifecycleType: number;\r\n yearlySelected: number;\r\n lifecycleDetails: any;\r\n previousStartDate: number;\r\n frequencyInfo: any;\r\n shortMonth: Array<string>;\r\n frequencyData: any;\r\n mode: any;\r\n startDate: number;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onTimeChanged(event: string): void;\r\n dateChange(event: number): void;\r\n valueChangedFirst(event: any): void;\r\n selectedMonth(event: any): void;\r\n lifecycleChange(event: any): void;\r\n onValueChange(event: any): void;\r\n getAnnualFrequency(): void;\r\n getFrequencyPlaceholder(yearlyInput: any): string;\r\n getPlaceholderForSt2(): string;\r\n getPlaceholderForGt1(): string;\r\n}\r\n"]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
import * as ɵngcc0 from '@angular/core';
|
|
3
4
|
export declare class FrequencyBiannualComponent implements OnInit {
|
|
4
5
|
private frequencyService;
|
|
5
6
|
biannualInterval: string;
|
|
@@ -32,4 +33,8 @@ export declare class FrequencyBiannualComponent implements OnInit {
|
|
|
32
33
|
lifecycleChange(event: any): void;
|
|
33
34
|
getBiannualFrequency(): void;
|
|
34
35
|
getFrequencyPlaceholder(biannualInput: number): string;
|
|
36
|
+
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBiannualComponent, never>;
|
|
37
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyBiannualComponent, "app-frequency-biannual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
35
38
|
}
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=frequency-biannual.component.d.ts.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FrequencyService } from "../frequency.service";
|
|
3
|
+
export declare class FrequencyBiannualComponent implements OnInit {
|
|
4
|
+
private frequencyService;
|
|
5
|
+
biannualInterval: string;
|
|
6
|
+
biannualInput: number;
|
|
7
|
+
biannualFailed: number;
|
|
8
|
+
biannualWindow: number;
|
|
9
|
+
biannualDay: number;
|
|
10
|
+
biannualLifeCycleStart: Date;
|
|
11
|
+
biannualLifeCycleEndTime: Date;
|
|
12
|
+
biannualLifecycleOccurance: number;
|
|
13
|
+
biannualSeletedLifecycleType: number;
|
|
14
|
+
biannualSelected: Array<number>;
|
|
15
|
+
biannualLifecycle: boolean;
|
|
16
|
+
frequencyInfo: any;
|
|
17
|
+
monthNameArray: Array<string>;
|
|
18
|
+
shortMonth: Array<string>;
|
|
19
|
+
selectedMonthly: Array<number>;
|
|
20
|
+
mode: any;
|
|
21
|
+
startDate: number;
|
|
22
|
+
frequencyData: any;
|
|
23
|
+
lifecycleDetails: any;
|
|
24
|
+
frequencyDetails: EventEmitter<any>;
|
|
25
|
+
constructor(frequencyService: FrequencyService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
populateFrequency(): void;
|
|
28
|
+
onMonthSelected(event: any): void;
|
|
29
|
+
valueChangedFirst(event: any): void;
|
|
30
|
+
onTimeChanged(event: string): void;
|
|
31
|
+
onValueChange(event: any): void;
|
|
32
|
+
lifecycleChange(event: any): void;
|
|
33
|
+
getBiannualFrequency(): void;
|
|
34
|
+
getFrequencyPlaceholder(biannualInput: number): string;
|
|
35
|
+
}
|
package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"frequency-biannual.component.d.ts","sources":["frequency-biannual.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyBiannualComponent implements OnInit {\r\n private frequencyService;\r\n biannualInterval: string;\r\n biannualInput: number;\r\n biannualFailed: number;\r\n biannualWindow: number;\r\n biannualDay: number;\r\n biannualLifeCycleStart: Date;\r\n biannualLifeCycleEndTime: Date;\r\n biannualLifecycleOccurance: number;\r\n biannualSeletedLifecycleType: number;\r\n biannualSelected: Array<number>;\r\n biannualLifecycle: boolean;\r\n frequencyInfo: any;\r\n monthNameArray: Array<string>;\r\n shortMonth: Array<string>;\r\n selectedMonthly: Array<number>;\r\n mode: any;\r\n startDate: number;\r\n frequencyData: any;\r\n lifecycleDetails: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onMonthSelected(event: any): void;\r\n valueChangedFirst(event: any): void;\r\n onTimeChanged(event: string): void;\r\n onValueChange(event: any): void;\r\n lifecycleChange(event: any): void;\r\n getBiannualFrequency(): void;\r\n getFrequencyPlaceholder(biannualInput: number): string;\r\n}\r\n"]}
|