vcomply-workflow-engine 2.6.73 → 2.6.75
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 +4 -13
- 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.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/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 (_)
|
|
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,11 +1032,7 @@
|
|
|
1032
1032
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
1033
1033
|
if (k2 === undefined)
|
|
1034
1034
|
k2 = k;
|
|
1035
|
-
|
|
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);
|
|
1035
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
1040
1036
|
}) : (function (o, m, k, k2) {
|
|
1041
1037
|
if (k2 === undefined)
|
|
1042
1038
|
k2 = k;
|
|
@@ -1109,7 +1105,7 @@
|
|
|
1109
1105
|
ar[i] = from[i];
|
|
1110
1106
|
}
|
|
1111
1107
|
}
|
|
1112
|
-
return to.concat(ar ||
|
|
1108
|
+
return to.concat(ar || from);
|
|
1113
1109
|
}
|
|
1114
1110
|
function __await(v) {
|
|
1115
1111
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -1190,11 +1186,6 @@
|
|
|
1190
1186
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
1191
1187
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
1192
1188
|
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);
|
|
1198
1189
|
}
|
|
1199
1190
|
|
|
1200
1191
|
var AddRiskService = /** @class */ (function () {
|