vcomply-workflow-engine 1.1.7 → 1.1.10
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 +2326 -292
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/formgroup/formgroup.module.js +23 -4
- package/esm2015/lib/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/formgroup/formgroup.module.ngsummary.json +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/more-option/more-option.component.js +54 -3
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.js +29 -0
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngfactory.js +211 -0
- package/esm2015/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.js +25 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/ui-kit/no-data/no-data.component.js +36 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngfactory.js +27 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.js +13 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- 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-container/workflow-engine-container.component.js +14 -7
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +49 -37
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +13 -4
- package/esm2015/lib/workflow-engine.module.ngfactory.js +9 -6
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-program/constants.js +43 -0
- package/esm2015/lib/workflow-program/constants.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +40 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +74 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.js +45 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.js +44 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +17 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.js +38 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +75 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +25 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +16 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +138 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.js +58 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +12 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +20 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +160 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +91 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.js +41 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +239 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +183 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/workflow-program.component.js +650 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +650 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +81 -0
- package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +176 -152
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +2042 -139
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +11 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/define-framework-listing/define-framework-listing.component.d.ts +10 -0
- package/lib/sharedComponents/define-framework-listing/define-framework-listing.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +8 -0
- package/lib/sharedComponents/roles-list/roles-list.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts +18 -0
- package/lib/ui-kit/no-data/no-data.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts +2 -0
- package/lib/ui-kit/no-data/no-data.module.ngfactory.d.ts +3 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -0
- package/lib/workflow-program/constants.d.ts +40 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +13 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +32 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +7 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +24 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +61 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +87 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +127 -0
- package/lib/workflow-program/workflow-program.component.ngfactory.d.ts +1 -0
- package/lib/workflow-services/programs.service.d.ts +23 -0
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +175 -151
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
ngValue: any;
|
|
5
|
+
value: any;
|
|
6
|
+
ngValueChange: EventEmitter<any>;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
valueChanged(): void;
|
|
10
|
+
chileClick(event: any): void;
|
|
11
|
+
}
|
package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class DefineFrameworkListingComponent implements OnInit {
|
|
3
|
+
animation: boolean;
|
|
4
|
+
hideCategoryList: boolean;
|
|
5
|
+
hideFrameworkList: boolean;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
clickCategoryList(): void;
|
|
9
|
+
clickFrameworkList(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
export declare class NoDataComponent implements OnInit {
|
|
3
|
+
action: object;
|
|
4
|
+
secondaryAction: object;
|
|
5
|
+
noDataImage: string;
|
|
6
|
+
noDataText: string;
|
|
7
|
+
noDataButton: string | boolean;
|
|
8
|
+
secondaryButton: string | boolean;
|
|
9
|
+
noDataSecButton: string | boolean;
|
|
10
|
+
altText: string;
|
|
11
|
+
buttonAction: EventEmitter<object>;
|
|
12
|
+
secondaryActionButton: EventEmitter<object>;
|
|
13
|
+
smallButton: boolean;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
actionEmitter(button: object): void;
|
|
17
|
+
secondaryActionEmitter(button: object): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -12,6 +12,7 @@ import { AuthService } from '../workflow-services/auth.service';
|
|
|
12
12
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
13
13
|
import { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';
|
|
14
14
|
import { MoreOptionComponent } from './../more-option/more-option.component';
|
|
15
|
+
import { WorkflowProgramComponent } from '../workflow-program/workflow-program.component';
|
|
15
16
|
export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
|
|
16
17
|
uiKitService: UiKitService;
|
|
17
18
|
private snackBar;
|
|
@@ -62,6 +63,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
62
63
|
logIssueComponent: LogAnIssueComponent;
|
|
63
64
|
workflowAssessmentComponent: WorkflowAssessmentComponent;
|
|
64
65
|
importAnAssessment: ImportAnAssessmentComponent;
|
|
66
|
+
program: WorkflowProgramComponent;
|
|
65
67
|
dropdownLeft: any;
|
|
66
68
|
dropdownTop: any;
|
|
67
69
|
dropdownWidth: any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const CONSTANTS: {
|
|
2
|
+
categoryType: {
|
|
3
|
+
label: string;
|
|
4
|
+
value: number;
|
|
5
|
+
}[];
|
|
6
|
+
performanceCalculation: {
|
|
7
|
+
label: string;
|
|
8
|
+
value: number;
|
|
9
|
+
}[];
|
|
10
|
+
dateConfig: {
|
|
11
|
+
disableKeypress: boolean;
|
|
12
|
+
format: string;
|
|
13
|
+
unSelectOnClick: boolean;
|
|
14
|
+
openOnClick: boolean;
|
|
15
|
+
openOnFocus: boolean;
|
|
16
|
+
min: string;
|
|
17
|
+
};
|
|
18
|
+
description: {
|
|
19
|
+
mode: string;
|
|
20
|
+
colorPalette: boolean;
|
|
21
|
+
link: boolean;
|
|
22
|
+
file: boolean;
|
|
23
|
+
placeholder: string;
|
|
24
|
+
};
|
|
25
|
+
objective: {
|
|
26
|
+
mode: string;
|
|
27
|
+
colorPalette: boolean;
|
|
28
|
+
link: boolean;
|
|
29
|
+
file: boolean;
|
|
30
|
+
id: string;
|
|
31
|
+
placeholder: string;
|
|
32
|
+
};
|
|
33
|
+
additionalOption: {
|
|
34
|
+
REVIEWER: boolean;
|
|
35
|
+
OVERSEER: boolean;
|
|
36
|
+
ASSESSMENT: boolean;
|
|
37
|
+
FORMATE_EVIDENCE: boolean;
|
|
38
|
+
CUSTOM_FIELDS: boolean;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
3
|
+
disabled: boolean | any;
|
|
4
|
+
checked: boolean | any;
|
|
5
|
+
indeterminateEnabled: boolean | any;
|
|
6
|
+
onChanged: (value: any) => void;
|
|
7
|
+
onTouched: () => void;
|
|
8
|
+
writeValue(value: boolean): void;
|
|
9
|
+
registerOnChange(fn: any): void;
|
|
10
|
+
registerOnTouched(fn: any): void;
|
|
11
|
+
setDisabledState(isDisabled: boolean): void;
|
|
12
|
+
valueChanged(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class SwitchComponent implements ControlValueAccessor {
|
|
4
|
+
change: EventEmitter<any>;
|
|
5
|
+
value: any;
|
|
6
|
+
tooltipMessage: any;
|
|
7
|
+
disabled: boolean | any;
|
|
8
|
+
checked: boolean | any;
|
|
9
|
+
position: any;
|
|
10
|
+
onChanged: (value: any) => void;
|
|
11
|
+
onTouched: () => void;
|
|
12
|
+
writeValue(value: boolean): void;
|
|
13
|
+
registerOnChange(fn: any): void;
|
|
14
|
+
registerOnTouched(fn: any): void;
|
|
15
|
+
setDisabledState(isDisabled: boolean): void;
|
|
16
|
+
valueChanged(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
|
|
3
|
+
selectedData: any;
|
|
4
|
+
displayElementKey: string;
|
|
5
|
+
elementId: any;
|
|
6
|
+
singularText: string;
|
|
7
|
+
pluralText: string;
|
|
8
|
+
showNextButton: boolean;
|
|
9
|
+
showFrequencyText: boolean;
|
|
10
|
+
showWorkflow: boolean;
|
|
11
|
+
workflowText: string;
|
|
12
|
+
currentFrequency: string;
|
|
13
|
+
isDisabled: boolean;
|
|
14
|
+
workflowList: string[];
|
|
15
|
+
selectedWorkflow: any;
|
|
16
|
+
workflowPlaceHolder: any;
|
|
17
|
+
mode: string;
|
|
18
|
+
nonRemovableUsersList: any;
|
|
19
|
+
removePosition: any;
|
|
20
|
+
closeEvent: EventEmitter<any>;
|
|
21
|
+
deleteEvent: EventEmitter<number>;
|
|
22
|
+
closeList: EventEmitter<any>;
|
|
23
|
+
workflowTypeChanged: EventEmitter<any>;
|
|
24
|
+
constructor();
|
|
25
|
+
ngOnChanges(): void;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
next(): void;
|
|
28
|
+
deleteSelected(index: number): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
selectedWorkflowType(event: any): void;
|
|
31
|
+
selectedWorkflowChange(event: any): void;
|
|
32
|
+
}
|
package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class PaginationComponent implements OnChanges {
|
|
3
|
+
currPage: number;
|
|
4
|
+
from: number;
|
|
5
|
+
to: number;
|
|
6
|
+
total: any;
|
|
7
|
+
showPageDetail: boolean;
|
|
8
|
+
totalPage: number;
|
|
9
|
+
set setPage(page: any);
|
|
10
|
+
pageInSingleView: number;
|
|
11
|
+
pageChanged: EventEmitter<number>;
|
|
12
|
+
displayArray: Array<number>;
|
|
13
|
+
enterPageNo: number | any;
|
|
14
|
+
enterPressed: boolean;
|
|
15
|
+
isInvalidInput: boolean;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
startArray(): void;
|
|
19
|
+
currentIndexUpdate(value: number): void;
|
|
20
|
+
currentIndexAssign(value: number): void;
|
|
21
|
+
validateNumber(e: any): boolean;
|
|
22
|
+
onEnterPress(event: any): void;
|
|
23
|
+
displayArrayUpdate(index: any): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class RoleListComponent implements OnInit {
|
|
3
|
+
save: EventEmitter<any>;
|
|
4
|
+
cancel: EventEmitter<any>;
|
|
5
|
+
animation: boolean;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
searchKey: any;
|
|
9
|
+
systemRolesIds: any;
|
|
10
|
+
selectedIds: any;
|
|
11
|
+
selectedRoles: any;
|
|
12
|
+
expandedRows: any;
|
|
13
|
+
rolesList: any;
|
|
14
|
+
allListIds: never[];
|
|
15
|
+
allSelected: boolean;
|
|
16
|
+
set setList(value: any);
|
|
17
|
+
set selectedRolesVal(value: any);
|
|
18
|
+
/**
|
|
19
|
+
* #### Description
|
|
20
|
+
*
|
|
21
|
+
* Expands or collapse the row
|
|
22
|
+
* @param type
|
|
23
|
+
* @param [id]
|
|
24
|
+
*/
|
|
25
|
+
expandOrCollapse(type: 'EXPAND' | 'COLLAPSE' | 'COLLAPSE_ALL', id?: any): void;
|
|
26
|
+
selectAll(evt: any): void;
|
|
27
|
+
setAllSelectedStatus(): void;
|
|
28
|
+
/**
|
|
29
|
+
* #### Description
|
|
30
|
+
*
|
|
31
|
+
* Sets system role for admins and key admins
|
|
32
|
+
* @param roles
|
|
33
|
+
*/
|
|
34
|
+
setSystemRole(roles: any): void;
|
|
35
|
+
/**
|
|
36
|
+
* #### Description
|
|
37
|
+
* Selects item or deselect a itme
|
|
38
|
+
* @param evt
|
|
39
|
+
* @param payload
|
|
40
|
+
*/
|
|
41
|
+
selectItem(evt: any, payload: any): void;
|
|
42
|
+
/**
|
|
43
|
+
* #### Description
|
|
44
|
+
*
|
|
45
|
+
* Manipulates selected items in role list
|
|
46
|
+
* @param action :'ADD' | 'DELETE'
|
|
47
|
+
* @param payload
|
|
48
|
+
*/
|
|
49
|
+
manipulateSelectedItems(action: 'ADD' | 'DELETE', payload: any): void;
|
|
50
|
+
saveList(): void;
|
|
51
|
+
closeList(): void;
|
|
52
|
+
/**
|
|
53
|
+
* #### Description
|
|
54
|
+
*
|
|
55
|
+
* Returns the unique array of object based on unique key
|
|
56
|
+
* @param array
|
|
57
|
+
* @param key
|
|
58
|
+
* @returns
|
|
59
|
+
*/
|
|
60
|
+
uniqueByProp(array: any, key: string): unknown[];
|
|
61
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
export interface TabSelectorInterface {
|
|
3
|
+
label: string;
|
|
4
|
+
value: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class TabSelector implements ControlValueAccessor {
|
|
7
|
+
displayArray: Array<TabSelectorInterface>;
|
|
8
|
+
disabled: boolean | any;
|
|
9
|
+
selectedItem: number;
|
|
10
|
+
onChanged: (value: any) => void;
|
|
11
|
+
onTouched: () => void;
|
|
12
|
+
writeValue(value: any): void;
|
|
13
|
+
registerOnChange(fn: any): void;
|
|
14
|
+
registerOnTouched(fn: any): void;
|
|
15
|
+
setDisabledState(isDisabled: boolean): void;
|
|
16
|
+
valueChanged(value: any): void;
|
|
17
|
+
}
|
package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
export declare class UserGroupListComponent implements OnInit {
|
|
3
|
+
save: EventEmitter<any>;
|
|
4
|
+
cancel: EventEmitter<any>;
|
|
5
|
+
groupEnabled: false;
|
|
6
|
+
panelTitle: string;
|
|
7
|
+
singleSelect: boolean;
|
|
8
|
+
fieldType: string;
|
|
9
|
+
searchKey: string;
|
|
10
|
+
usersList: any;
|
|
11
|
+
groupsList: any;
|
|
12
|
+
userListInfo: any;
|
|
13
|
+
groupListInfo: any;
|
|
14
|
+
fetchUserData: EventEmitter<any>;
|
|
15
|
+
nonRemovableUserIds: any;
|
|
16
|
+
selectedUsers: any;
|
|
17
|
+
selectedUserIds: any;
|
|
18
|
+
allUsersIds: any;
|
|
19
|
+
allUserSelected: boolean;
|
|
20
|
+
allUserSelectedDisabled: boolean;
|
|
21
|
+
nonRemovableGroupIds: any;
|
|
22
|
+
selectedGroups: any;
|
|
23
|
+
selectedGroupIds: any;
|
|
24
|
+
allGroupsIds: any;
|
|
25
|
+
allGroupSelected: boolean;
|
|
26
|
+
allGroupSelectedDisabled: boolean;
|
|
27
|
+
userCurrentPage: number;
|
|
28
|
+
groupCurrentPage: number;
|
|
29
|
+
set setUserList(value: any);
|
|
30
|
+
set setSelectedUser(value: any);
|
|
31
|
+
setUserListInit(): void;
|
|
32
|
+
allUserSelectedStatus(): void;
|
|
33
|
+
set setGroupList(value: any);
|
|
34
|
+
set setSelectedGroup(value: any);
|
|
35
|
+
setGroupListInit(): void;
|
|
36
|
+
allGroupSelectedStatus(): void;
|
|
37
|
+
userPageChange(page: any): void;
|
|
38
|
+
/**
|
|
39
|
+
* #### Description
|
|
40
|
+
* Selects item or deselect a itme
|
|
41
|
+
* @param evt
|
|
42
|
+
* @param payload
|
|
43
|
+
*/
|
|
44
|
+
selectItem(evt: any, payload: any): void;
|
|
45
|
+
selectItemRadio(evt: any, payload: any): void;
|
|
46
|
+
/**
|
|
47
|
+
* #### Description
|
|
48
|
+
*
|
|
49
|
+
* Manipulates selected items in role list
|
|
50
|
+
* @param action :'ADD' | 'DELETE'
|
|
51
|
+
* @param payload
|
|
52
|
+
*/
|
|
53
|
+
manipulateSelectedUser(action: 'ADD' | 'DELETE', payload: any): void;
|
|
54
|
+
selectAllUser(evt: any): void;
|
|
55
|
+
/**
|
|
56
|
+
* #### Description
|
|
57
|
+
* Selects item or deselect a itme
|
|
58
|
+
* @param evt
|
|
59
|
+
* @param payload
|
|
60
|
+
*/
|
|
61
|
+
selectGroup(evt: any, payload: any): void;
|
|
62
|
+
/**
|
|
63
|
+
* #### Description
|
|
64
|
+
*
|
|
65
|
+
* Manipulates selected items in role list
|
|
66
|
+
* @param action :'ADD' | 'DELETE'
|
|
67
|
+
* @param payload
|
|
68
|
+
*/
|
|
69
|
+
manipulateSelectedGroup(action: 'ADD' | 'DELETE', payload: any): void;
|
|
70
|
+
selectAllGroup(evt: any): void;
|
|
71
|
+
animation: boolean;
|
|
72
|
+
constructor();
|
|
73
|
+
ngOnInit(): void;
|
|
74
|
+
currentTab: string;
|
|
75
|
+
switchTab(tab: string): void;
|
|
76
|
+
saveList(): void;
|
|
77
|
+
closeList(): void;
|
|
78
|
+
/**
|
|
79
|
+
* #### Description
|
|
80
|
+
*
|
|
81
|
+
* Returns the unique array of object based on unique key
|
|
82
|
+
* @param array
|
|
83
|
+
* @param key
|
|
84
|
+
* @returns
|
|
85
|
+
*/
|
|
86
|
+
uniqueByProp(array: any, key: string): unknown[];
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormControl } from '@angular/forms';
|
|
3
|
+
import { DatePickerComponent } from 'ng2-date-picker';
|
|
4
|
+
import { AuthService } from '../workflow-services/auth.service';
|
|
5
|
+
import { ProgramsService } from '../workflow-services/programs.service';
|
|
6
|
+
export declare class WorkflowProgramComponent implements OnInit, AfterViewInit {
|
|
7
|
+
private fb;
|
|
8
|
+
private programService;
|
|
9
|
+
private authService;
|
|
10
|
+
constants: {
|
|
11
|
+
categoryType: {
|
|
12
|
+
label: string;
|
|
13
|
+
value: number;
|
|
14
|
+
}[];
|
|
15
|
+
performanceCalculation: {
|
|
16
|
+
label: string;
|
|
17
|
+
value: number;
|
|
18
|
+
}[];
|
|
19
|
+
dateConfig: {
|
|
20
|
+
disableKeypress: boolean;
|
|
21
|
+
format: string;
|
|
22
|
+
unSelectOnClick: boolean;
|
|
23
|
+
openOnClick: boolean;
|
|
24
|
+
openOnFocus: boolean;
|
|
25
|
+
min: string;
|
|
26
|
+
};
|
|
27
|
+
description: {
|
|
28
|
+
mode: string;
|
|
29
|
+
colorPalette: boolean;
|
|
30
|
+
link: boolean;
|
|
31
|
+
file: boolean;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
};
|
|
34
|
+
objective: {
|
|
35
|
+
mode: string;
|
|
36
|
+
colorPalette: boolean;
|
|
37
|
+
link: boolean;
|
|
38
|
+
file: boolean;
|
|
39
|
+
id: string;
|
|
40
|
+
placeholder: string;
|
|
41
|
+
};
|
|
42
|
+
additionalOption: {
|
|
43
|
+
REVIEWER: boolean;
|
|
44
|
+
OVERSEER: boolean;
|
|
45
|
+
ASSESSMENT: boolean;
|
|
46
|
+
FORMATE_EVIDENCE: boolean;
|
|
47
|
+
CUSTOM_FIELDS: boolean;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
datePickerOverlay: boolean;
|
|
51
|
+
datePicker: DatePickerComponent;
|
|
52
|
+
pickerChanged: EventEmitter<any>;
|
|
53
|
+
populateOption: EventEmitter<any>;
|
|
54
|
+
closeWorkflow: EventEmitter<any>;
|
|
55
|
+
scrollToBottom: boolean;
|
|
56
|
+
constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService);
|
|
57
|
+
noWhitespaceValidator(control: FormControl): {
|
|
58
|
+
whitespace: boolean;
|
|
59
|
+
} | null;
|
|
60
|
+
programForm: import("@angular/forms").FormGroup;
|
|
61
|
+
check: boolean;
|
|
62
|
+
editorData: {
|
|
63
|
+
programObjective: string;
|
|
64
|
+
programDescription: string;
|
|
65
|
+
};
|
|
66
|
+
currentUser(): {
|
|
67
|
+
member_email: any;
|
|
68
|
+
member_id: any;
|
|
69
|
+
member_name: any;
|
|
70
|
+
user_role: string;
|
|
71
|
+
_id: string;
|
|
72
|
+
};
|
|
73
|
+
setFormField(controlName: string, value: any): void;
|
|
74
|
+
get formValid(): boolean;
|
|
75
|
+
val: boolean;
|
|
76
|
+
controls: any;
|
|
77
|
+
lists: any;
|
|
78
|
+
sideSelectorElements: string[];
|
|
79
|
+
ngOnInit(): void;
|
|
80
|
+
openDatePicker(): void;
|
|
81
|
+
closeDatePicker(evt: any): void;
|
|
82
|
+
additionalOption: any;
|
|
83
|
+
activeList: string;
|
|
84
|
+
/**
|
|
85
|
+
* #### Description
|
|
86
|
+
* Populates optional fields status for the optional fields
|
|
87
|
+
*/
|
|
88
|
+
populateOptionalFields(): void;
|
|
89
|
+
addMoreInfo(event: any): void;
|
|
90
|
+
ngAfterViewInit(): void;
|
|
91
|
+
formChangeListner(): void;
|
|
92
|
+
handleFormFieldChange(control: string, payload?: any): void;
|
|
93
|
+
activateList(evt: string): void;
|
|
94
|
+
listAction(evt: any, type: any): void;
|
|
95
|
+
remove(evt: any, type: any): void;
|
|
96
|
+
setDefaultAssignee(evt: any): void;
|
|
97
|
+
setDefaultAssigneeOnRemove(evt: any, type: any): void;
|
|
98
|
+
setDefaultReviewer(evt: any): void;
|
|
99
|
+
setDefaultReviewerOnRemove(evt: any, type: any): void;
|
|
100
|
+
fieldDeselector(type: any): void;
|
|
101
|
+
markasTouchedSelector(fieldName: any): void;
|
|
102
|
+
fetchRoles(): void;
|
|
103
|
+
fetchRC(): void;
|
|
104
|
+
fetchUsersAssociatedWithRoles(): void;
|
|
105
|
+
fetchGroupsAssociatedWithRoles(): void;
|
|
106
|
+
setDefaultOwners(userList: any): void;
|
|
107
|
+
fetchOrganizationUsers(): void;
|
|
108
|
+
fetchOrganizationGroup(): void;
|
|
109
|
+
fileUploadTracker: {
|
|
110
|
+
description: never[];
|
|
111
|
+
objective: never[];
|
|
112
|
+
};
|
|
113
|
+
selectFile(type: any, files: any): void;
|
|
114
|
+
uploadFiles(type: 'DESCRIPTION' | 'OBJECTIVE', file: any): void;
|
|
115
|
+
deleteAttachment(type: 'DESCRIPTION' | 'OBJECTIVE', file: any): void;
|
|
116
|
+
selectAllRoleOwner(evt: any): void;
|
|
117
|
+
/**
|
|
118
|
+
* #### Description
|
|
119
|
+
*
|
|
120
|
+
* Returns the unique array of object based on unique key
|
|
121
|
+
* @param array
|
|
122
|
+
* @param key
|
|
123
|
+
* @returns
|
|
124
|
+
*/
|
|
125
|
+
uniqueByProp(array: any, key: string): unknown[];
|
|
126
|
+
setList(list: any[], ids: any[], key: string): any;
|
|
127
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|