@mjhls/mjh-framework 1.0.742 → 1.0.743
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/README.md +1 -1
- package/dist/cjs/View.js +3 -1
- package/dist/esm/View.js +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.743
|
|
2
2
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
3
3
|
|
|
4
4
|
## Install
|
package/dist/cjs/View.js
CHANGED
|
@@ -470,6 +470,8 @@ var Article = function Article(props) {
|
|
|
470
470
|
issueGroup = _props$article.issueGroup,
|
|
471
471
|
showIsi = _props$article.showIsi,
|
|
472
472
|
isi = _props$article.isi,
|
|
473
|
+
_props$article$displa = _props$article.display_summary,
|
|
474
|
+
display_summary = _props$article$displa === undefined ? true : _props$article$displa,
|
|
473
475
|
regionalPages = props.regionalPages,
|
|
474
476
|
nationalPage = props.nationalPage,
|
|
475
477
|
ISIContent = props.ISIContent,
|
|
@@ -1026,7 +1028,7 @@ var Article = function Article(props) {
|
|
|
1026
1028
|
React__default['default'].createElement(DocumentGroup, { article: props.article, client: props.client })
|
|
1027
1029
|
)
|
|
1028
1030
|
),
|
|
1029
|
-
!isVideoSeries && summary && React__default['default'].createElement(
|
|
1031
|
+
!isVideoSeries && summary && display_summary && React__default['default'].createElement(
|
|
1030
1032
|
'p',
|
|
1031
1033
|
null,
|
|
1032
1034
|
React__default['default'].createElement(
|
package/dist/esm/View.js
CHANGED
|
@@ -460,6 +460,8 @@ var Article = function Article(props) {
|
|
|
460
460
|
issueGroup = _props$article.issueGroup,
|
|
461
461
|
showIsi = _props$article.showIsi,
|
|
462
462
|
isi = _props$article.isi,
|
|
463
|
+
_props$article$displa = _props$article.display_summary,
|
|
464
|
+
display_summary = _props$article$displa === undefined ? true : _props$article$displa,
|
|
463
465
|
regionalPages = props.regionalPages,
|
|
464
466
|
nationalPage = props.nationalPage,
|
|
465
467
|
ISIContent = props.ISIContent,
|
|
@@ -1016,7 +1018,7 @@ var Article = function Article(props) {
|
|
|
1016
1018
|
React.createElement(DocumentGroup, { article: props.article, client: props.client })
|
|
1017
1019
|
)
|
|
1018
1020
|
),
|
|
1019
|
-
!isVideoSeries && summary && React.createElement(
|
|
1021
|
+
!isVideoSeries && summary && display_summary && React.createElement(
|
|
1020
1022
|
'p',
|
|
1021
1023
|
null,
|
|
1022
1024
|
React.createElement(
|