mario-education 2.4.67-admin → 2.4.68-admin
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/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28672,7 +28672,7 @@ var TotalCard = function TotalCard(_ref) {
|
|
|
28672
28672
|
}, value)));
|
|
28673
28673
|
};
|
|
28674
28674
|
|
|
28675
|
-
var headerLogo = "../images/
|
|
28675
|
+
var headerLogo = "../images/main-logo-blue.png";
|
|
28676
28676
|
|
|
28677
28677
|
var DashboardToPDF = function DashboardToPDF(props) {
|
|
28678
28678
|
var startTime = props.startTime,
|
|
@@ -29389,6 +29389,9 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
29389
29389
|
doc.text(filterSelectedToPDF[i].label, left, 70);
|
|
29390
29390
|
doc.setFontSize(8);
|
|
29391
29391
|
var topLearningStrategiesData = topLearningStrategies === null || topLearningStrategies === void 0 ? void 0 : topLearningStrategies.learningStrategies;
|
|
29392
|
+
console.log({
|
|
29393
|
+
topLearningStrategiesData: topLearningStrategiesData
|
|
29394
|
+
});
|
|
29392
29395
|
|
|
29393
29396
|
for (var j = 0; j < (topLearningStrategiesData === null || topLearningStrategiesData === void 0 ? void 0 : topLearningStrategiesData.length); j++) {
|
|
29394
29397
|
var _topLearningStrategie, _topLearningStrategie2, _topLearningStrategie3, _topLearningStrategie4, _topLearningStrategie5, _topLearningStrategie6;
|
|
@@ -29399,16 +29402,16 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
29399
29402
|
var avgSumPerceivedValue = sumPerceivedValue / ((_topLearningStrategie2 = topLearningStrategiesData[j]) === null || _topLearningStrategie2 === void 0 ? void 0 : (_topLearningStrategie3 = _topLearningStrategie2.usagePoint) === null || _topLearningStrategie3 === void 0 ? void 0 : _topLearningStrategie3.length) || 0;
|
|
29400
29403
|
|
|
29401
29404
|
if (((_topLearningStrategie4 = topLearningStrategiesData[j]) === null || _topLearningStrategie4 === void 0 ? void 0 : _topLearningStrategie4.usageCount) != 0 || ((_topLearningStrategie5 = topLearningStrategiesData[j]) === null || _topLearningStrategie5 === void 0 ? void 0 : (_topLearningStrategie6 = _topLearningStrategie5.usageCountList) === null || _topLearningStrategie6 === void 0 ? void 0 : _topLearningStrategie6.length) > 0) {
|
|
29402
|
-
var _topLearningStrategie7, _topLearningStrategie8, _topLearningStrategie9, _topLearningStrategie10;
|
|
29405
|
+
var _topLearningStrategie7, _topLearningStrategie8, _topLearningStrategie9, _topLearningStrategie10, _topLearningStrategie11, _topLearningStrategie12, _topLearningStrategie13;
|
|
29403
29406
|
|
|
29404
29407
|
doc.setFont("Helvetica", "normal", "bold");
|
|
29405
|
-
doc.text(topLearningStrategiesData[j].learningStrategyName, left, line + 20);
|
|
29408
|
+
doc.text((_topLearningStrategie7 = topLearningStrategiesData[j]) === null || _topLearningStrategie7 === void 0 ? void 0 : _topLearningStrategie7.learningStrategyName, left, line + 20);
|
|
29406
29409
|
doc.setFont("Helvetica", "normal", "normal");
|
|
29407
29410
|
doc.text("Perceived Value: " + avgSumPerceivedValue.toFixed(2), left, line + 30);
|
|
29408
|
-
doc.text("Total Number of Times Selected: " + (((
|
|
29409
|
-
left += ((
|
|
29411
|
+
doc.text("Total Number of Times Selected: " + (((_topLearningStrategie8 = topLearningStrategiesData[j]) === null || _topLearningStrategie8 === void 0 ? void 0 : _topLearningStrategie8.usageCount) || 0), left, line + 40);
|
|
29412
|
+
left += ((_topLearningStrategie9 = topLearningStrategiesData[j].learningStrategyName) === null || _topLearningStrategie9 === void 0 ? void 0 : _topLearningStrategie9.length) * 4 > 124 ? ((_topLearningStrategie10 = topLearningStrategiesData[j].learningStrategyName) === null || _topLearningStrategie10 === void 0 ? void 0 : _topLearningStrategie10.length) * 4 : 124;
|
|
29410
29413
|
|
|
29411
|
-
if (left + ((
|
|
29414
|
+
if ((_topLearningStrategie11 = topLearningStrategiesData[j + 1]) !== null && _topLearningStrategie11 !== void 0 && _topLearningStrategie11.learningStrategyName && left + ((_topLearningStrategie12 = topLearningStrategiesData[j + 1]) === null || _topLearningStrategie12 === void 0 ? void 0 : (_topLearningStrategie13 = _topLearningStrategie12.learningStrategyName) === null || _topLearningStrategie13 === void 0 ? void 0 : _topLearningStrategie13.length) * 4 > WIDTH_PAPER) {
|
|
29412
29415
|
left = 20;
|
|
29413
29416
|
line += 40;
|
|
29414
29417
|
}
|