vcomply-workflow-engine 2.6.71 → 2.6.73
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 +21 -14
- 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/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 +9 -11
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +5 -5
- 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/workflow-program.component.ngfactory.js +5 -5
- 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 +8 -10
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +2 -2
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
sizeChange: [{ type: i0.HostListener, args: ['window:resize', ['$event'],] }]
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
|
|
873
|
+
/******************************************************************************
|
|
874
874
|
Copyright (c) Microsoft Corporation.
|
|
875
875
|
|
|
876
876
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
function step(op) {
|
|
969
969
|
if (f)
|
|
970
970
|
throw new TypeError("Generator is already executing.");
|
|
971
|
-
while (_)
|
|
971
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
972
972
|
try {
|
|
973
973
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
974
974
|
return t;
|
|
@@ -1032,7 +1032,11 @@
|
|
|
1032
1032
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
1033
1033
|
if (k2 === undefined)
|
|
1034
1034
|
k2 = k;
|
|
1035
|
-
Object.
|
|
1035
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
1036
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
1037
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
1038
|
+
}
|
|
1039
|
+
Object.defineProperty(o, k2, desc);
|
|
1036
1040
|
}) : (function (o, m, k, k2) {
|
|
1037
1041
|
if (k2 === undefined)
|
|
1038
1042
|
k2 = k;
|
|
@@ -1105,7 +1109,7 @@
|
|
|
1105
1109
|
ar[i] = from[i];
|
|
1106
1110
|
}
|
|
1107
1111
|
}
|
|
1108
|
-
return to.concat(ar || from);
|
|
1112
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
1109
1113
|
}
|
|
1110
1114
|
function __await(v) {
|
|
1111
1115
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -1186,6 +1190,11 @@
|
|
|
1186
1190
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
1187
1191
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
1188
1192
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
1193
|
+
}
|
|
1194
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
1195
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
1196
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
1197
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
1189
1198
|
}
|
|
1190
1199
|
|
|
1191
1200
|
var AddRiskService = /** @class */ (function () {
|
|
@@ -3848,7 +3857,7 @@
|
|
|
3848
3857
|
};
|
|
3849
3858
|
WorkflowComplianceComponent.prototype.saveSelectedList = function (type, selectedItems) {
|
|
3850
3859
|
var _this = this;
|
|
3851
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5
|
|
3860
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
|
|
3852
3861
|
switch (type) {
|
|
3853
3862
|
case 'assignors':
|
|
3854
3863
|
if (this.invalidType === 'whom') {
|
|
@@ -3948,13 +3957,11 @@
|
|
|
3948
3957
|
}
|
|
3949
3958
|
});
|
|
3950
3959
|
this.responsibilityForm.formatAndEvidence.evidenceRequired = ((_w = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.program) === null || _w === void 0 ? void 0 : _w.evidence_upload_flag) ? true : false;
|
|
3951
|
-
|
|
3952
|
-
this.responsibilityForm.reviewers.sequentialWorkflow = (((_y = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.program) === null || _y === void 0 ? void 0 : _y.default_reviewers_type) === 'SEQUENTIAL') ? true : false;
|
|
3953
|
-
if ((_z = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.program) === null || _z === void 0 ? void 0 : _z.evidence_upload_flag) {
|
|
3960
|
+
if ((_x = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.program) === null || _x === void 0 ? void 0 : _x.evidence_upload_flag) {
|
|
3954
3961
|
this.moreOptions.FORMATE_EVIDENCE = true;
|
|
3955
3962
|
}
|
|
3956
|
-
if (!(((
|
|
3957
|
-
if ((
|
|
3963
|
+
if (!(((_y = this.selectedProgram) === null || _y === void 0 ? void 0 : _y.programType) === 0 && ((_0 = (_z = this.selectedProgram) === null || _z === void 0 ? void 0 : _z.name) === null || _0 === void 0 ? void 0 : _0.toLowerCase()) === 'uncategorized')) {
|
|
3964
|
+
if ((_1 = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.program) === null || _1 === void 0 ? void 0 : _1._id) {
|
|
3958
3965
|
this.filterListsAccordingToProgram(selectedItems.program._id);
|
|
3959
3966
|
}
|
|
3960
3967
|
else {
|
|
@@ -4006,10 +4013,10 @@
|
|
|
4006
4013
|
this.responsibilityForm.riskMatrix = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.riskMatrix;
|
|
4007
4014
|
break;
|
|
4008
4015
|
case 'formate_evidence':
|
|
4009
|
-
this.responsibilityForm.formatAndEvidence.formatRequired = (
|
|
4010
|
-
this.responsibilityForm.formatAndEvidence.formatFiles = (
|
|
4011
|
-
this.responsibilityForm.formatAndEvidence.formatLinks = (
|
|
4012
|
-
this.responsibilityForm.formatAndEvidence.evidenceRequired = (
|
|
4016
|
+
this.responsibilityForm.formatAndEvidence.formatRequired = (_2 = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.isFormateUploaded) !== null && _2 !== void 0 ? _2 : false;
|
|
4017
|
+
this.responsibilityForm.formatAndEvidence.formatFiles = (_3 = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.files) !== null && _3 !== void 0 ? _3 : [];
|
|
4018
|
+
this.responsibilityForm.formatAndEvidence.formatLinks = (_4 = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.links) !== null && _4 !== void 0 ? _4 : [];
|
|
4019
|
+
this.responsibilityForm.formatAndEvidence.evidenceRequired = (_5 = selectedItems === null || selectedItems === void 0 ? void 0 : selectedItems.isEvidenceRequired) !== null && _5 !== void 0 ? _5 : false;
|
|
4013
4020
|
break;
|
|
4014
4021
|
case 'reviewFrequency':
|
|
4015
4022
|
this.responsibilityForm.reviewers.reviewFrequency = {
|