@mjhls/mjh-framework 1.0.1097-lead → 1.0.1097-lead2
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 +8 -4
- package/dist/esm/View.js +8 -4
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -1000,9 +1000,9 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1000
1000
|
showSocialShare = _props$showSocialShar === undefined ? true : _props$showSocialShar;
|
|
1001
1001
|
var client = props.client,
|
|
1002
1002
|
pageview = props.pageview,
|
|
1003
|
-
videoAccountIDs = props.videoAccountIDs
|
|
1004
|
-
|
|
1005
|
-
currentPage = props.currentPage,
|
|
1003
|
+
videoAccountIDs = props.videoAccountIDs;
|
|
1004
|
+
props.Settings;
|
|
1005
|
+
var currentPage = props.currentPage,
|
|
1006
1006
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
1007
1007
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
1008
1008
|
audioAutoplay = props.audioAutoplay,
|
|
@@ -1057,8 +1057,9 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1057
1057
|
showPageNumber = props.showPageNumber,
|
|
1058
1058
|
emailList = props.emailList,
|
|
1059
1059
|
articleRecs = props.articleRecs;
|
|
1060
|
+
// console.log("SETTINGS++++++",Settings)
|
|
1060
1061
|
|
|
1061
|
-
|
|
1062
|
+
console.log("drupal Lead ++++++", drupalLeadSettings);
|
|
1062
1063
|
var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
|
|
1063
1064
|
var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
|
|
1064
1065
|
|
|
@@ -2432,6 +2433,7 @@ var View = function View(props) {
|
|
|
2432
2433
|
statusCode = props.statusCode,
|
|
2433
2434
|
prevUrl = props.prevUrl,
|
|
2434
2435
|
pageview = props.pageview,
|
|
2436
|
+
drupalLeadSettings = props.drupalLeadSettings,
|
|
2435
2437
|
_props$showRelatedArt = props.showRelatedArticles,
|
|
2436
2438
|
showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
|
|
2437
2439
|
_props$canonicalTag = props.canonicalTag,
|
|
@@ -2440,6 +2442,8 @@ var View = function View(props) {
|
|
|
2440
2442
|
infiniteScrollFlag = _props$infiniteScroll === undefined ? true : _props$infiniteScroll,
|
|
2441
2443
|
emailList = props.emailList,
|
|
2442
2444
|
articleRecs = props.articleRecs;
|
|
2445
|
+
|
|
2446
|
+
console.log("DRUPAL======", drupalLeadSettings);
|
|
2443
2447
|
var _props$article2 = props.article,
|
|
2444
2448
|
_props$article2$passw = _props$article2.passwordLock,
|
|
2445
2449
|
passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw;
|
package/dist/esm/View.js
CHANGED
|
@@ -990,9 +990,9 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
990
990
|
showSocialShare = _props$showSocialShar === undefined ? true : _props$showSocialShar;
|
|
991
991
|
var client = props.client,
|
|
992
992
|
pageview = props.pageview,
|
|
993
|
-
videoAccountIDs = props.videoAccountIDs
|
|
994
|
-
|
|
995
|
-
currentPage = props.currentPage,
|
|
993
|
+
videoAccountIDs = props.videoAccountIDs;
|
|
994
|
+
props.Settings;
|
|
995
|
+
var currentPage = props.currentPage,
|
|
996
996
|
_props$showAuthorDeta = props.showAuthorDetails,
|
|
997
997
|
showAuthorDetails = _props$showAuthorDeta === undefined ? false : _props$showAuthorDeta,
|
|
998
998
|
audioAutoplay = props.audioAutoplay,
|
|
@@ -1047,8 +1047,9 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
1047
1047
|
showPageNumber = props.showPageNumber,
|
|
1048
1048
|
emailList = props.emailList,
|
|
1049
1049
|
articleRecs = props.articleRecs;
|
|
1050
|
+
// console.log("SETTINGS++++++",Settings)
|
|
1050
1051
|
|
|
1051
|
-
|
|
1052
|
+
console.log("drupal Lead ++++++", drupalLeadSettings);
|
|
1052
1053
|
var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
|
|
1053
1054
|
var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
|
|
1054
1055
|
|
|
@@ -2422,6 +2423,7 @@ var View = function View(props) {
|
|
|
2422
2423
|
statusCode = props.statusCode,
|
|
2423
2424
|
prevUrl = props.prevUrl,
|
|
2424
2425
|
pageview = props.pageview,
|
|
2426
|
+
drupalLeadSettings = props.drupalLeadSettings,
|
|
2425
2427
|
_props$showRelatedArt = props.showRelatedArticles,
|
|
2426
2428
|
showRelatedArticles = _props$showRelatedArt === undefined ? false : _props$showRelatedArt,
|
|
2427
2429
|
_props$canonicalTag = props.canonicalTag,
|
|
@@ -2430,6 +2432,8 @@ var View = function View(props) {
|
|
|
2430
2432
|
infiniteScrollFlag = _props$infiniteScroll === undefined ? true : _props$infiniteScroll,
|
|
2431
2433
|
emailList = props.emailList,
|
|
2432
2434
|
articleRecs = props.articleRecs;
|
|
2435
|
+
|
|
2436
|
+
console.log("DRUPAL======", drupalLeadSettings);
|
|
2433
2437
|
var _props$article2 = props.article,
|
|
2434
2438
|
_props$article2$passw = _props$article2.passwordLock,
|
|
2435
2439
|
passwordLock = _props$article2$passw === undefined ? false : _props$article2$passw;
|