@mjhls/mjh-framework 1.0.1082-rl-v1 → 1.0.1082-rl-v2

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 CHANGED
@@ -1276,7 +1276,7 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
1276
1276
  }
1277
1277
 
1278
1278
  var doc_url = cpModificationRequired ? getDocumentGroupUrl(documentGroup) : documentGroup.ancestor ? documentGroup.parent && !documentGroup.path.includes('/') ? '/' + documentGroup.ancestor + '/' + documentGroup.parent.identifier.current + '/' + documentGroup.path : '/' + documentGroup.ancestor + '/' + documentGroup.path : documentGroup.parent ? !documentGroup.path.includes('/') ? '/' + documentGroup.parent.identifier.current + '/' + documentGroup.path : '/' + documentGroup.path : '/' + documentGroup.path;
1279
- console.log(doc_url);
1279
+ console.log("doc_url----------------", doc_url);
1280
1280
  var href = '' + doc_url;
1281
1281
  relatedLinks = [].concat(toConsumableArray._toConsumableArray(relatedLinks), [{ label: documentGroup.name, href: href }]);
1282
1282
  // if (documentGroup.parent) {
@@ -1303,7 +1303,7 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
1303
1303
  }
1304
1304
 
1305
1305
  var cp_url = cpModificationRequired ? getTargeting.getContentPlacementUrl(cp) : cp.ancestor ? cp.parent && !cp.path.includes('/') ? '/' + cp.ancestor + '/' + cp.parent + '/' + cp.path : '/' + cp.ancestor + '/' + cp.path : cp.parent ? !cp.path.includes('/') ? '/' + cp.parent + '/' + cp.path : '/' + cp.path : '/' + cp.path;
1306
- console.log(cp_url);
1306
+ console.log("cp_url----------------------------", cp_url);
1307
1307
  var href = '' + cp_url;
1308
1308
  relatedLinks = [].concat(toConsumableArray._toConsumableArray(relatedLinks), [{ label: cp.name, href: href }]);
1309
1309
  });
package/dist/esm/View.js CHANGED
@@ -1266,7 +1266,7 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1266
1266
  }
1267
1267
 
1268
1268
  var doc_url = cpModificationRequired ? getDocumentGroupUrl(documentGroup) : documentGroup.ancestor ? documentGroup.parent && !documentGroup.path.includes('/') ? '/' + documentGroup.ancestor + '/' + documentGroup.parent.identifier.current + '/' + documentGroup.path : '/' + documentGroup.ancestor + '/' + documentGroup.path : documentGroup.parent ? !documentGroup.path.includes('/') ? '/' + documentGroup.parent.identifier.current + '/' + documentGroup.path : '/' + documentGroup.path : '/' + documentGroup.path;
1269
- console.log(doc_url);
1269
+ console.log("doc_url----------------", doc_url);
1270
1270
  var href = '' + doc_url;
1271
1271
  relatedLinks = [].concat(_toConsumableArray(relatedLinks), [{ label: documentGroup.name, href: href }]);
1272
1272
  // if (documentGroup.parent) {
@@ -1293,7 +1293,7 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1293
1293
  }
1294
1294
 
1295
1295
  var cp_url = cpModificationRequired ? getContentPlacementUrl(cp) : cp.ancestor ? cp.parent && !cp.path.includes('/') ? '/' + cp.ancestor + '/' + cp.parent + '/' + cp.path : '/' + cp.ancestor + '/' + cp.path : cp.parent ? !cp.path.includes('/') ? '/' + cp.parent + '/' + cp.path : '/' + cp.path : '/' + cp.path;
1296
- console.log(cp_url);
1296
+ console.log("cp_url----------------------------", cp_url);
1297
1297
  var href = '' + cp_url;
1298
1298
  relatedLinks = [].concat(_toConsumableArray(relatedLinks), [{ label: cp.name, href: href }]);
1299
1299
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1082-rl-v1",
3
+ "version": "1.0.1082-rl-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",