vcomply-workflow-engine 2.4.79 → 2.4.82
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 +10 -18
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +6 -6
- package/esm2015/lib/more-option/more-option.component.js +5 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +5 -17
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +7 -7
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +2 -2
- package/esm2015/lib/workflow-program/workflow-program.component.js +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +7 -7
- package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +5 -5
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.ngfactory.js +4 -4
- package/fesm2015/vcomply-workflow-engine.js +10 -18
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -5
- package/package.json +2 -2
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, ElementRef
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef } from '@angular/core';
|
|
2
2
|
import { EditorConfig } from 'vcomply-editor';
|
|
3
3
|
import { AuthService } from '../workflow-services/auth.service';
|
|
4
4
|
import { ResponsibilityService } from '../workflow-services/responsibility.service';
|
|
@@ -6,7 +6,6 @@ import { FrequencyService } from '../sharedComponents/frequency/frequency.servic
|
|
|
6
6
|
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
7
|
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
8
|
import { Subject } from 'rxjs';
|
|
9
|
-
import { MarxEditorComponent } from 'vcomply-editor/editor-container/marx-editor.component';
|
|
10
9
|
export declare class WorkflowComplianceComponent implements OnInit {
|
|
11
10
|
private authService;
|
|
12
11
|
private responsibilityService;
|
|
@@ -128,8 +127,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
128
127
|
onRemovingCheckpoint: EventEmitter<any>;
|
|
129
128
|
isAssessmentDisabled: EventEmitter<any>;
|
|
130
129
|
whatInput: ElementRef;
|
|
131
|
-
notesInput: ComponentRef<MarxEditorComponent>;
|
|
132
|
-
objectiveInput: ComponentRef<MarxEditorComponent>;
|
|
133
130
|
unSubscribeProgram: Subject<void>;
|
|
134
131
|
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService);
|
|
135
132
|
ngOnInit(): void;
|
|
@@ -182,7 +179,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
182
179
|
getRandomPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
183
180
|
onEditWhat(event: any): void;
|
|
184
181
|
getEditMoreOptions(res?: any): void;
|
|
185
|
-
|
|
182
|
+
testFunction(): void;
|
|
186
183
|
reviewerTypeChange(event: any): void;
|
|
187
184
|
selectedSampleData(event: number): void;
|
|
188
185
|
populateAssuranceList(testPlanCategory: any): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.82",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.0.1",
|
|
6
6
|
"@angular/core": "^12.0.1"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"typings": "vcomply-workflow-engine.d.ts",
|
|
23
23
|
"metadata": "vcomply-workflow-engine.metadata.json",
|
|
24
24
|
"sideEffects": false
|
|
25
|
-
}
|
|
25
|
+
}
|