@mjhls/mjh-framework 1.0.109-8.2 → 1.0.109-8.3
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/cjs/View.js +7 -1
- package/dist/esm/View.js +7 -1
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -1353,7 +1353,13 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1353
1353
|
var cp_url = '' + cp.path;
|
|
1354
1354
|
try {
|
|
1355
1355
|
console.log("cp", cp, "CALLED ME");
|
|
1356
|
-
|
|
1356
|
+
console.log("MODIFICATION REQUIRED", cpModificationRequired);
|
|
1357
|
+
console.log("CP PARENT", cp.parent && cp.path.indexOf('/') < 0);
|
|
1358
|
+
console.log("2", !cp.path.indexOf(cp.ancestor));
|
|
1359
|
+
console.log("3", !cp.path.indexOf('/') < 0);
|
|
1360
|
+
console.log("BOOLEAN", cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor / cp.parent / cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor / cp.path : cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.path);
|
|
1361
|
+
console.log("BOOLEAN 2", cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor / cp.parent / cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor / cp.path : cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.parent ? cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.path);
|
|
1362
|
+
|
|
1357
1363
|
cp_url = cpModificationRequired ? getTargeting.getContentPlacementUrl(cp) : cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor + '/' + cp.parent + '/' + cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor + '/' + cp.path : '' + cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent + '/' + cp.path : '' + cp.path : '' + cp.path;
|
|
1358
1364
|
} catch (e) {
|
|
1359
1365
|
console.log(e.message);
|
package/dist/esm/View.js
CHANGED
|
@@ -1343,7 +1343,13 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
1343
1343
|
var cp_url = '' + cp.path;
|
|
1344
1344
|
try {
|
|
1345
1345
|
console.log("cp", cp, "CALLED ME");
|
|
1346
|
-
|
|
1346
|
+
console.log("MODIFICATION REQUIRED", cpModificationRequired);
|
|
1347
|
+
console.log("CP PARENT", cp.parent && cp.path.indexOf('/') < 0);
|
|
1348
|
+
console.log("2", !cp.path.indexOf(cp.ancestor));
|
|
1349
|
+
console.log("3", !cp.path.indexOf('/') < 0);
|
|
1350
|
+
console.log("BOOLEAN", cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor / cp.parent / cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor / cp.path : cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.path);
|
|
1351
|
+
console.log("BOOLEAN 2", cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor / cp.parent / cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor / cp.path : cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.parent ? cp.path.indexOf('/') < 0 ? cp.parent / cp.path : cp.path : cp.path);
|
|
1352
|
+
|
|
1347
1353
|
cp_url = cpModificationRequired ? getContentPlacementUrl(cp) : cp.ancestor ? cp.parent && cp.path.indexOf('/') < 0 ? cp.ancestor + '/' + cp.parent + '/' + cp.path : !cp.path.indexOf(cp.ancestor) < 0 ? cp.ancestor + '/' + cp.path : '' + cp.path : cp.parent ? !cp.path.indexOf('/') < 0 ? cp.parent + '/' + cp.path : '' + cp.path : '' + cp.path;
|
|
1348
1354
|
} catch (e) {
|
|
1349
1355
|
console.log(e.message);
|