vcomply-workflow-engine 2.1.80 → 2.1.81
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 +4106 -271
- 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/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 +75 -13
- 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/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/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/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 +116 -23
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +200 -138
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +31 -6
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +78 -47
- 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/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-services/responsibility.service.js +17 -5
- package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +191 -152
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +3739 -122
- 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 +0 -5
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -5
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +0 -5
- 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 +0 -5
- package/lib/ui-kit/no-data/no-data.module.d.ts +0 -8
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +10 -3
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +0 -4
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +0 -42
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +0 -4
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +0 -9
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +0 -5
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -5
- package/lib/workflow-program/workflow-program.component.d.ts +0 -5
- package/lib/workflow-services/programs.service.d.ts +0 -4
- package/lib/workflow-services/responsibility.service.d.ts +5 -3
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +190 -151
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
4
3
|
disabled: boolean;
|
|
5
4
|
ngValue: any;
|
|
@@ -9,8 +8,4 @@ export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
|
9
8
|
ngOnInit(): void;
|
|
10
9
|
valueChanged(): void;
|
|
11
10
|
chileClick(event: any): void;
|
|
12
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsCheckboxIndeterminateComponent, never>;
|
|
13
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsCheckboxIndeterminateComponent, "app-cs-checkbox-indeterminate", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
|
|
14
11
|
}
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=cs-checkbox-indeterminate.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class ProgramListingComponent implements OnInit {
|
|
5
4
|
private responsibilityService;
|
|
6
5
|
animation: boolean;
|
|
@@ -40,8 +39,4 @@ export declare class ProgramListingComponent implements OnInit {
|
|
|
40
39
|
close(): void;
|
|
41
40
|
save(): void;
|
|
42
41
|
deleteEvent(event: any): void;
|
|
43
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ProgramListingComponent, never>;
|
|
44
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ProgramListingComponent, "app-program-listing", never, { "selectedCategories": "selectedCategories"; "programsList": "programsList"; "selectedProgram": "selectedProgram"; }, { "saveSelectedProgram": "saveSelectedProgram"; "closeEvent": "closeEvent"; }, never, never>;
|
|
45
42
|
}
|
|
46
|
-
|
|
47
|
-
//# sourceMappingURL=program-listing.component.d.ts.map
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class RolesListComponent implements OnInit {
|
|
4
3
|
animation: boolean;
|
|
5
4
|
roleList: boolean;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
7
|
clickRoleList(): void;
|
|
9
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RolesListComponent, never>;
|
|
10
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RolesListComponent, "app-roles-list", never, {}, {}, never, never>;
|
|
11
8
|
}
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=roles-list.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class NoDataComponent implements OnInit {
|
|
4
3
|
action: object;
|
|
5
4
|
secondaryAction: object;
|
|
@@ -16,8 +15,4 @@ export declare class NoDataComponent implements OnInit {
|
|
|
16
15
|
ngOnInit(): void;
|
|
17
16
|
actionEmitter(button: object): void;
|
|
18
17
|
secondaryActionEmitter(button: object): void;
|
|
19
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataComponent, never>;
|
|
20
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<NoDataComponent, "app-no-data", never, { "action": "action"; "secondaryAction": "secondaryAction"; "noDataImage": "noDataImage"; "noDataText": "noDataText"; "noDataButton": "noDataButton"; "secondaryButton": "secondaryButton"; "noDataSecButton": "noDataSecButton"; "altText": "altText"; "smallButton": "smallButton"; }, { "buttonAction": "buttonAction"; "secondaryActionButton": "secondaryActionButton"; }, never, never>;
|
|
21
18
|
}
|
|
22
|
-
|
|
23
|
-
//# sourceMappingURL=no-data.component.d.ts.map
|
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import * as ɵngcc0 from '@angular/core';
|
|
2
|
-
import * as ɵngcc1 from './no-data.component';
|
|
3
|
-
import * as ɵngcc2 from '@angular/common';
|
|
4
1
|
export declare class NoDataModule {
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataModule, never>;
|
|
6
|
-
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<NoDataModule, [typeof ɵngcc1.NoDataComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.NoDataComponent]>;
|
|
7
|
-
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<NoDataModule>;
|
|
8
2
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=no-data.module.d.ts.map
|
|
@@ -11,6 +11,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
11
11
|
private frequencyService;
|
|
12
12
|
private uiKitService;
|
|
13
13
|
private snackBar;
|
|
14
|
+
private permission;
|
|
14
15
|
mode: string;
|
|
15
16
|
responsibilityId: string;
|
|
16
17
|
frameworkDetails: Array<any>;
|
|
@@ -70,6 +71,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
70
71
|
objective: boolean;
|
|
71
72
|
};
|
|
72
73
|
categories: any;
|
|
74
|
+
allPrograms: any[];
|
|
73
75
|
riskClassification: {
|
|
74
76
|
name: string;
|
|
75
77
|
value: number;
|
|
@@ -80,6 +82,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
80
82
|
invalidType: string;
|
|
81
83
|
responsibilityPayload: any;
|
|
82
84
|
assigneeRadioSelect: boolean;
|
|
85
|
+
programsList: any[];
|
|
83
86
|
frequencyDetails: {
|
|
84
87
|
pattern: string;
|
|
85
88
|
notificationPending: number;
|
|
@@ -114,24 +117,28 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
114
117
|
isSample: boolean;
|
|
115
118
|
tempCheckValue: number;
|
|
116
119
|
isAssessment: boolean;
|
|
120
|
+
managePermission: boolean;
|
|
117
121
|
checkpointCount: number;
|
|
122
|
+
roleBasedPermissions: any;
|
|
118
123
|
onRemovingCheckpoint: EventEmitter<any>;
|
|
119
124
|
isAssessmentDisabled: EventEmitter<any>;
|
|
120
125
|
whatInput: ElementRef;
|
|
121
|
-
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService);
|
|
126
|
+
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService);
|
|
122
127
|
ngOnInit(): void;
|
|
123
128
|
activateSelector(type: any, event: boolean): void;
|
|
124
129
|
whatChanged(event: any): void;
|
|
125
130
|
activeDeselector(): void;
|
|
126
131
|
addMoreInfo(event: any): void;
|
|
127
|
-
getRCList(): void;
|
|
132
|
+
getRCList(program_id?: string): void;
|
|
128
133
|
getUserDetails(): void;
|
|
129
134
|
getAssurance(): void;
|
|
130
135
|
getAssuranceForRequiresAudit(): void;
|
|
131
136
|
getOrganizationDetails(): void;
|
|
132
137
|
getCategoryList(): void;
|
|
138
|
+
filterListsAccordingToProgram(program_id?: string): void;
|
|
133
139
|
getAssignorsList(): void;
|
|
134
|
-
getAssigneesList(): void;
|
|
140
|
+
getAssigneesList(program_id?: string): void;
|
|
141
|
+
getPeopleListAgainstPID(program_id: string): void;
|
|
135
142
|
getGroupsList(): void;
|
|
136
143
|
getEditResponsibilityDetails(id: any): void;
|
|
137
144
|
setMoreOptions(): void;
|
|
@@ -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;
|
|
@@ -36,6 +37,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
36
37
|
responsibilityName: string;
|
|
37
38
|
rcId: null;
|
|
38
39
|
};
|
|
40
|
+
pid: string;
|
|
39
41
|
issueData: {
|
|
40
42
|
auditPlanId: null;
|
|
41
43
|
auditPlanName: string;
|
|
@@ -51,6 +53,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
51
53
|
isWorkflowSelectorEnabled: boolean;
|
|
52
54
|
disableWorkflowChange: boolean;
|
|
53
55
|
checkpointCount: number;
|
|
56
|
+
currentBusinessCycle: any;
|
|
54
57
|
riskComponent: WorkflowRiskComponent;
|
|
55
58
|
riskBulkUpload: AddMultipleRiskComponent;
|
|
56
59
|
responsibilityBulkUpload: AddMultipleRiskComponent;
|
|
@@ -62,6 +65,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
62
65
|
logIssueComponent: LogAnIssueComponent;
|
|
63
66
|
workflowAssessmentComponent: WorkflowAssessmentComponent;
|
|
64
67
|
importAnAssessment: ImportAnAssessmentComponent;
|
|
68
|
+
program: WorkflowProgramComponent;
|
|
65
69
|
dropdownLeft: any;
|
|
66
70
|
dropdownTop: any;
|
|
67
71
|
dropdownWidth: any;
|
|
@@ -101,4 +105,5 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
101
105
|
isAssessmentDisabled(isDisabled: boolean): void;
|
|
102
106
|
onCheckpointSelection(event: number): void;
|
|
103
107
|
onRcSelected(isRcSelected: boolean): void;
|
|
108
|
+
fetchOrganizationDetails(): void;
|
|
104
109
|
}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class AssessmentLoaderComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentLoaderComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentLoaderComponent, "assessment-loader", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=assessment-loader.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AuthService } from '../../../workflow-services/auth.service';
|
|
3
3
|
import { AssessmentService } from './assessment.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class AssessmentPickerComponent implements OnInit {
|
|
6
5
|
private assessmentService;
|
|
7
6
|
private auth;
|
|
@@ -82,8 +81,4 @@ export declare class AssessmentPickerComponent implements OnInit {
|
|
|
82
81
|
* @returns
|
|
83
82
|
*/
|
|
84
83
|
uniqueByProp(array: any, key: string): unknown[];
|
|
85
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentPickerComponent, never>;
|
|
86
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentPickerComponent, "assessment-picker", never, { "isEdit": "isEdit"; "selectedAssessmentData": "selectedAssessmentData"; "setSelected": "selectedAssessment"; }, { "onAssessmentSelect": "onAssessmentSelect"; "cancelAssessment": "cancelAssessment"; }, never, never>;
|
|
87
84
|
}
|
|
88
|
-
|
|
89
|
-
//# sourceMappingURL=assessment-picker.component.d.ts.map
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class AssessmentSubLoaderComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentSubLoaderComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AssessmentSubLoaderComponent, "assessment-sub-loader", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=assessment-sub-loader.component.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class AssessmentService {
|
|
6
5
|
private http;
|
|
7
6
|
private authService;
|
|
@@ -11,7 +10,4 @@ export declare class AssessmentService {
|
|
|
11
10
|
getAssessmentCategory(payload: any): import("rxjs").Observable<Object>;
|
|
12
11
|
getAssessmentList(payload: any, id: string): import("rxjs").Observable<any>;
|
|
13
12
|
getAssessmentDetailsByID(id: string): import("rxjs").Observable<any>;
|
|
14
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
|
|
15
13
|
}
|
|
16
|
-
|
|
17
|
-
//# sourceMappingURL=assessment.service.d.ts.map
|
package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SelectedAssessmentPipe implements PipeTransform {
|
|
4
3
|
transform(selectedData: Array<any>, category_id: string): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectedAssessmentPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SelectedAssessmentPipe, "selectedAssessment">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=selected-assessment.pipe.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class Pagination implements OnInit {
|
|
4
3
|
alphabetsArray: any;
|
|
5
4
|
activeAlphabet: string;
|
|
@@ -22,8 +21,4 @@ export declare class Pagination implements OnInit {
|
|
|
22
21
|
increaseOrDecrease(value: number): void;
|
|
23
22
|
onEnterPress(event: any): void;
|
|
24
23
|
goToPageArrayGenerate(page: any, shouldEmit: boolean): void;
|
|
25
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<Pagination, never>;
|
|
26
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<Pagination, "pagination", never, { "activeAlphabet": "activeAlphabet"; "currentPage": "currentPage"; "pageCount": "pageCount"; "start": "start"; "end": "end"; "total": "total"; "noFilter": "noFilter"; }, { "selectedPage": "selectedPage"; "selectedAlphabet": "selectedAlphabet"; }, never, never>;
|
|
27
24
|
}
|
|
28
|
-
|
|
29
|
-
//# sourceMappingURL=workflow-pagination.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
4
3
|
disabled: boolean | any;
|
|
5
4
|
checked: boolean | any;
|
|
@@ -11,8 +10,4 @@ export declare class CheckboxComponent implements ControlValueAccessor {
|
|
|
11
10
|
registerOnTouched(fn: any): void;
|
|
12
11
|
setDisabledState(isDisabled: boolean): void;
|
|
13
12
|
valueChanged(): void;
|
|
14
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
15
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxComponent, "vui-checkbox", never, { "disabled": "disabled"; "checked": "checked"; "indeterminateEnabled": "indeterminateEnabled"; }, {}, never, ["*"]>;
|
|
16
13
|
}
|
|
17
|
-
|
|
18
|
-
//# sourceMappingURL=checkbox.component.d.ts.map
|
|
@@ -1,44 +1,2 @@
|
|
|
1
|
-
import * as ɵngcc0 from '@angular/core';
|
|
2
|
-
import * as ɵngcc1 from './tab-selector/tab-selector.component';
|
|
3
|
-
import * as ɵngcc2 from './tick-mark/tick-mark.component';
|
|
4
|
-
import * as ɵngcc3 from './form-field/form-field.component';
|
|
5
|
-
import * as ɵngcc4 from './file-pill/file-pill.component';
|
|
6
|
-
import * as ɵngcc5 from './input-with-pill/input-with-pill.component';
|
|
7
|
-
import * as ɵngcc6 from './cs-switch/cs-switch.component';
|
|
8
|
-
import * as ɵngcc7 from './directives/input-trim.directive';
|
|
9
|
-
import * as ɵngcc8 from './role-list/role-list.component';
|
|
10
|
-
import * as ɵngcc9 from './checkbox/checkbox.component';
|
|
11
|
-
import * as ɵngcc10 from './floating-bar/floating-bar.component';
|
|
12
|
-
import * as ɵngcc11 from './pipes/search.pipe';
|
|
13
|
-
import * as ɵngcc12 from './user-group-list/user-group-list.component';
|
|
14
|
-
import * as ɵngcc13 from './pipes/list-to-id.pipe';
|
|
15
|
-
import * as ɵngcc14 from './pipes/ref-disconnect.pipe';
|
|
16
|
-
import * as ɵngcc15 from './assessment-picker/assessment-picker.component';
|
|
17
|
-
import * as ɵngcc16 from './assessment-picker/assessment-loader/assessment-loader.component';
|
|
18
|
-
import * as ɵngcc17 from './assessment-picker/assessment-sub-loader/assessment-sub-loader.component';
|
|
19
|
-
import * as ɵngcc18 from './assessment-picker/workflow-pagination/workflow-pagination.component';
|
|
20
|
-
import * as ɵngcc19 from './define-framework-listing/define-framework-listing.component';
|
|
21
|
-
import * as ɵngcc20 from './custom-field/custom-field.component';
|
|
22
|
-
import * as ɵngcc21 from './role-list/loader/loader.component';
|
|
23
|
-
import * as ɵngcc22 from './define-framework-listing/loader/loader.component';
|
|
24
|
-
import * as ɵngcc23 from './pipes/pager.pipe';
|
|
25
|
-
import * as ɵngcc24 from './define-framework-listing/pipes/category-all-select.pipe';
|
|
26
|
-
import * as ɵngcc25 from './define-framework-listing/pipes/sub-cat-indeter.pipe';
|
|
27
|
-
import * as ɵngcc26 from './define-framework-listing/pipes/search.pipe';
|
|
28
|
-
import * as ɵngcc27 from './assessment-picker/selected-assessment.pipe';
|
|
29
|
-
import * as ɵngcc28 from '@angular/common';
|
|
30
|
-
import * as ɵngcc29 from '../../ui-kit/tooltip/tooltip.module';
|
|
31
|
-
import * as ɵngcc30 from './pagination/pagination.module';
|
|
32
|
-
import * as ɵngcc31 from '../../ui-kit/popover/popover.module';
|
|
33
|
-
import * as ɵngcc32 from '@angular/forms';
|
|
34
|
-
import * as ɵngcc33 from '../../ui-kit/no-data/no-data.module';
|
|
35
|
-
import * as ɵngcc34 from '../../ui-kit/formgroup/formgroup.module';
|
|
36
|
-
import * as ɵngcc35 from '../../sharedComponents/assessment-preview/assessment-preview.module';
|
|
37
|
-
import * as ɵngcc36 from '../../sharedComponents/v-loader/v-loader.module';
|
|
38
1
|
export declare class CreateProgramUiModule {
|
|
39
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CreateProgramUiModule, never>;
|
|
40
|
-
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CreateProgramUiModule, [typeof ɵngcc1.TabSelector, typeof ɵngcc2.TickMarkComponent, typeof ɵngcc3.FormFieldComponent, typeof ɵngcc4.FilePillComponent, typeof ɵngcc5.InputWithPillComponent, typeof ɵngcc6.SwitchComponent, typeof ɵngcc7.InputTrimDirective, typeof ɵngcc8.RoleListComponent, typeof ɵngcc9.CheckboxComponent, typeof ɵngcc10.VuiFloatingBarComponent, typeof ɵngcc11.SearchPipe, typeof ɵngcc12.UserGroupListComponent, typeof ɵngcc13.ListToIdPipe, typeof ɵngcc14.RefDisconnectPipe, typeof ɵngcc15.AssessmentPickerComponent, typeof ɵngcc16.AssessmentLoaderComponent, typeof ɵngcc17.AssessmentSubLoaderComponent, typeof ɵngcc18.Pagination, typeof ɵngcc19.DefineFrameworkListingComponent, typeof ɵngcc20.CustomFieldComponent, typeof ɵngcc21.LoaderComponent, typeof ɵngcc22.LoaderFrameworkComponent, typeof ɵngcc23.PagerPipe, typeof ɵngcc24.CategoryAllSelectPipe, typeof ɵngcc25.SubCatIndeterPipe, typeof ɵngcc26.SearchNewPipe, typeof ɵngcc27.SelectedAssessmentPipe], [typeof ɵngcc28.CommonModule, typeof ɵngcc29.TooltipModule, typeof ɵngcc30.PaginationModule, typeof ɵngcc31.PopoverModule, typeof ɵngcc32.FormsModule, typeof ɵngcc33.NoDataModule, typeof ɵngcc34.FormgroupModule, typeof ɵngcc35.AssessmentPreviewModule, typeof ɵngcc36.VLoaderModule], [typeof ɵngcc1.TabSelector, typeof ɵngcc2.TickMarkComponent, typeof ɵngcc3.FormFieldComponent, typeof ɵngcc4.FilePillComponent, typeof ɵngcc5.InputWithPillComponent, typeof ɵngcc6.SwitchComponent, typeof ɵngcc7.InputTrimDirective, typeof ɵngcc9.CheckboxComponent, typeof ɵngcc8.RoleListComponent, typeof ɵngcc30.PaginationModule, typeof ɵngcc10.VuiFloatingBarComponent, typeof ɵngcc12.UserGroupListComponent, typeof ɵngcc13.ListToIdPipe, typeof ɵngcc14.RefDisconnectPipe, typeof ɵngcc15.AssessmentPickerComponent, typeof ɵngcc18.Pagination, typeof ɵngcc19.DefineFrameworkListingComponent, typeof ɵngcc20.CustomFieldComponent]>;
|
|
41
|
-
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CreateProgramUiModule>;
|
|
42
2
|
}
|
|
43
|
-
|
|
44
|
-
//# sourceMappingURL=create-program-ui.module.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class SwitchComponent implements ControlValueAccessor {
|
|
5
4
|
change: EventEmitter<any>;
|
|
6
5
|
value: any;
|
|
@@ -15,8 +14,4 @@ export declare class SwitchComponent implements ControlValueAccessor {
|
|
|
15
14
|
registerOnTouched(fn: any): void;
|
|
16
15
|
setDisabledState(isDisabled: boolean): void;
|
|
17
16
|
valueChanged(): void;
|
|
18
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
19
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SwitchComponent, "switch", never, { "disabled": "disabled"; "checked": "checked"; "tooltipMessage": "tooltipMessage"; "value": "value"; "position": "position"; }, { "change": "change"; }, never, never>;
|
|
20
17
|
}
|
|
21
|
-
|
|
22
|
-
//# sourceMappingURL=cs-switch.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef, QueryList } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class CustomFieldComponent implements ControlValueAccessor {
|
|
5
4
|
fields: QueryList<ElementRef>;
|
|
6
5
|
disabled: boolean;
|
|
@@ -17,8 +16,4 @@ export declare class CustomFieldComponent implements ControlValueAccessor {
|
|
|
17
16
|
addCustomField(): void;
|
|
18
17
|
manipulateCustomField(type: any, index?: any): void;
|
|
19
18
|
focus(): void;
|
|
20
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CustomFieldComponent, never>;
|
|
21
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CustomFieldComponent, "custom-field", never, { "disabled": "disabled"; }, {}, never, never>;
|
|
22
19
|
}
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=custom-field.component.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { FrameworkService } from './framework.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class DefineFrameworkListingComponent implements OnInit {
|
|
6
5
|
private frameworkService;
|
|
7
6
|
cancel: EventEmitter<any>;
|
|
@@ -61,8 +60,4 @@ export declare class DefineFrameworkListingComponent implements OnInit {
|
|
|
61
60
|
expandedSubCategoryIds: any;
|
|
62
61
|
subCategoryExpandCollapse(category: any): void;
|
|
63
62
|
uniqueByProp(array: any, key: string): unknown[];
|
|
64
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DefineFrameworkListingComponent, never>;
|
|
65
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DefineFrameworkListingComponent, "app-define-framework-listing", never, { "mode": "mode"; "setFramework": "selectedFramework"; }, { "cancel": "cancel"; "next": "next"; }, never, never>;
|
|
66
63
|
}
|
|
67
|
-
|
|
68
|
-
//# sourceMappingURL=define-framework-listing.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class FrameworkService {
|
|
6
5
|
private http;
|
|
7
6
|
private authService;
|
|
@@ -10,7 +9,4 @@ export declare class FrameworkService {
|
|
|
10
9
|
fetchFrameworkCount(): import("rxjs").Observable<any>;
|
|
11
10
|
fetchFrameworkInCategory(payload: any): import("rxjs").Observable<any>;
|
|
12
11
|
fetchCategoryForFramework(id: string): import("rxjs").Observable<any>;
|
|
13
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkService, [null, null, { optional: true; }]>;
|
|
14
12
|
}
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=framework.service.d.ts.map
|
package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class LoaderFrameworkComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoaderFrameworkComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LoaderFrameworkComponent, "framework-loader", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=loader.component.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CategoryAllSelectPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryAllSelectPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<CategoryAllSelectPipe, "categoryAllSelect">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=category-all-select.pipe.d.ts.map
|
package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SearchNewPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, args?: any): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SearchNewPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SearchNewPipe, "searchPipe">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=search.pipe.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SubCatIndeterPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SubCatIndeterPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SubCatIndeterPipe, "subCatIndeter">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=sub-cat-indeter.pipe.d.ts.map
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import * as ɵngcc0 from '@angular/core';
|
|
2
1
|
export declare class InputTrimDirective {
|
|
3
2
|
onKeyDown(event: any): void;
|
|
4
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputTrimDirective, never>;
|
|
5
|
-
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<InputTrimDirective, "[InputTrim]", never, {}, {}, never>;
|
|
6
3
|
}
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=input-trim.directive.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class FilePillComponent implements OnInit {
|
|
4
3
|
delete: EventEmitter<any>;
|
|
5
4
|
name: string | any;
|
|
@@ -7,8 +6,4 @@ export declare class FilePillComponent implements OnInit {
|
|
|
7
6
|
disabled: boolean;
|
|
8
7
|
constructor();
|
|
9
8
|
ngOnInit(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FilePillComponent, never>;
|
|
11
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FilePillComponent, "file-pill", never, { "disabled": "disabled"; "name": "name"; "extension": "extension"; }, { "delete": "delete"; }, never, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=file-pill.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
|
|
4
3
|
selectedData: any;
|
|
5
4
|
displayElementKey: string;
|
|
@@ -31,8 +30,4 @@ export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
|
|
|
31
30
|
close(): void;
|
|
32
31
|
selectedWorkflowType(event: any): void;
|
|
33
32
|
selectedWorkflowChange(event: any): void;
|
|
34
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<VuiFloatingBarComponent, never>;
|
|
35
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<VuiFloatingBarComponent, "vui-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"; "nextDisabled": "nextDisabled"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedWorkflow": "selectedWorkflow"; "workflowPlaceHolder": "workflowPlaceHolder"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
|
|
36
33
|
}
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=floating-bar.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class FormFieldComponent implements OnInit {
|
|
4
3
|
active: any;
|
|
5
4
|
disabled: any;
|
|
@@ -7,8 +6,4 @@ export declare class FormFieldComponent implements OnInit {
|
|
|
7
6
|
img: any;
|
|
8
7
|
constructor();
|
|
9
8
|
ngOnInit(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
11
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormFieldComponent, "form-field", never, { "active": "active"; "disabled": "disabled"; "checked": "checked"; "img": "img"; }, {}, never, ["*"]>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=form-field.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class InputWithPillComponent implements OnInit {
|
|
4
3
|
placeholder: any;
|
|
5
4
|
disabled: boolean;
|
|
6
5
|
select: EventEmitter<any>;
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputWithPillComponent, never>;
|
|
10
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<InputWithPillComponent, "input-with-pill", never, { "disabled": "disabled"; "placeholder": "placeholder"; }, { "select": "select"; }, never, ["*"]>;
|
|
11
8
|
}
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=input-with-pill.component.d.ts.map
|
package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class PaginationComponent implements OnChanges {
|
|
4
3
|
currPage: number;
|
|
5
4
|
from: number;
|
|
@@ -23,8 +22,4 @@ export declare class PaginationComponent implements OnChanges {
|
|
|
23
22
|
validateNumber(e: any): boolean;
|
|
24
23
|
onEnterPress(event: any): void;
|
|
25
24
|
displayArrayUpdate(index: any): void;
|
|
26
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
27
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PaginationComponent, "vui-pagination", never, { "from": "from"; "to": "to"; "total": "total"; "showPageDetail": "showPageDetail"; "totalPage": "totalPage"; "pageInSingleView": "pageInSingleView"; "setPage": "currentPage"; "setTotalPage": "totalPage"; }, { "pageChanged": "pageChanged"; }, never, never>;
|
|
28
25
|
}
|
|
29
|
-
|
|
30
|
-
//# sourceMappingURL=pagination.component.d.ts.map
|
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
import * as ɵngcc0 from '@angular/core';
|
|
2
|
-
import * as ɵngcc1 from './pagination/pagination.component';
|
|
3
|
-
import * as ɵngcc2 from '@angular/common';
|
|
4
|
-
import * as ɵngcc3 from '@angular/forms';
|
|
5
1
|
export declare class PaginationModule {
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationModule, never>;
|
|
7
|
-
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PaginationModule, [typeof ɵngcc1.PaginationComponent], [typeof ɵngcc2.CommonModule, typeof ɵngcc3.FormsModule], [typeof ɵngcc1.PaginationComponent]>;
|
|
8
|
-
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
9
2
|
}
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=pagination.module.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class ListToIdPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, arg: any): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ListToIdPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ListToIdPipe, "listToId">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=list-to-id.pipe.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class PagerPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PagerPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PagerPipe, "pager">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=pager.pipe.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class RefDisconnectPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RefDisconnectPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<RefDisconnectPipe, "refDisconnect">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=ref-disconnect.pipe.d.ts.map
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SearchPipe implements PipeTransform {
|
|
4
3
|
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SearchPipe, never>;
|
|
6
|
-
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SearchPipe, "search">;
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=search.pipe.d.ts.map
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class LoaderComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LoaderComponent, "role-loader", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=loader.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class RoleListComponent implements OnInit {
|
|
4
3
|
save: EventEmitter<any>;
|
|
5
4
|
cancel: EventEmitter<any>;
|
|
@@ -60,8 +59,4 @@ export declare class RoleListComponent implements OnInit {
|
|
|
60
59
|
* @returns
|
|
61
60
|
*/
|
|
62
61
|
uniqueByProp(array: any, key: string): unknown[];
|
|
63
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RoleListComponent, never>;
|
|
64
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RoleListComponent, "role-list", never, { "loading": "loading"; "setList": "list"; "selectedRolesVal": "selected"; }, { "save": "save"; "cancel": "cancel"; }, never, never>;
|
|
65
62
|
}
|
|
66
|
-
|
|
67
|
-
//# sourceMappingURL=role-list.component.d.ts.map
|