@mjhls/mjh-framework 1.0.945 → 1.0.946-formassembly-fix-v1
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 +168 -168
- package/dist/cjs/AlgoliaSearch.js +131 -15
- package/dist/cjs/ArticleProgramLandingPage.js +1 -1
- package/dist/cjs/AuthWrapper.js +1 -1
- package/dist/cjs/ConferenceArticleCard.js +15 -15
- package/dist/cjs/ContentCardPaginated.js +1 -2
- package/dist/cjs/DeckContent.js +8 -8
- package/dist/cjs/DeckQueue.js +29 -11
- package/dist/cjs/DeckQueuePaginated.js +1 -2
- package/dist/cjs/EventsDeck.js +17 -17
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContentPaginated.js +1 -2
- package/dist/cjs/HamMagazine.js +9 -9
- package/dist/cjs/HorizontalArticleListing.js +1 -1
- package/dist/cjs/IssueLanding.js +35 -32
- package/dist/cjs/KMTracker.js +15 -15
- package/dist/cjs/MasterDeck.js +8 -8
- package/dist/cjs/MasterDeckPaginated.js +9 -10
- package/dist/cjs/{MediaSeriesCard-acb4581d.js → MediaSeriesCard-cb9df4f8.js} +2 -2
- package/dist/cjs/MediaSeriesLanding.js +23 -15
- package/dist/cjs/MediaSeriesLandingPaginated.js +8 -9
- package/dist/cjs/NavMagazine.js +10 -10
- package/dist/cjs/NavNative.js +9 -9
- package/dist/cjs/Pagination-42f92f7c.js +97 -0
- package/dist/cjs/PartnerDetailListing.js +1 -1
- package/dist/cjs/PartnerDetailListingPaginated.js +2 -3
- package/dist/cjs/PublicationLanding.js +26 -26
- package/dist/cjs/QueueDeckExpandedPaginated.js +1 -2
- package/dist/cjs/RelatedContent.js +28 -28
- package/dist/cjs/RelatedTopicsDropdown.js +10 -10
- package/dist/cjs/SeriesListingDeck.js +1 -1
- package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-de93a303.js} +4 -4
- package/dist/cjs/SideFooter.js +2 -2
- package/dist/cjs/TaxonomyDescription.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +1 -1
- package/dist/cjs/VideoSeriesCard.js +1 -1
- package/dist/cjs/View.js +13 -9
- package/dist/cjs/YoutubeGroup.js +4 -4
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/{getTargeting-3c5754ac.js → getTargeting-dab97fe1.js} +9 -9
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/{index-62c26edb.js → index-82cc25c0.js} +6 -2
- package/dist/cjs/index.js +3 -4
- package/dist/esm/AlgoliaSearch.js +132 -16
- package/dist/esm/ArticleProgramLandingPage.js +1 -1
- package/dist/esm/AuthWrapper.js +1 -1
- package/dist/esm/ConferenceArticleCard.js +15 -15
- package/dist/esm/ContentCardPaginated.js +1 -2
- package/dist/esm/DeckContent.js +8 -8
- package/dist/esm/DeckQueue.js +29 -11
- package/dist/esm/DeckQueuePaginated.js +1 -2
- package/dist/esm/EventsDeck.js +17 -17
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContentPaginated.js +1 -2
- package/dist/esm/HamMagazine.js +9 -9
- package/dist/esm/HorizontalArticleListing.js +1 -1
- package/dist/esm/IssueLanding.js +35 -32
- package/dist/esm/KMTracker.js +15 -15
- package/dist/esm/MasterDeck.js +8 -8
- package/dist/esm/MasterDeckPaginated.js +9 -10
- package/dist/esm/{MediaSeriesCard-227aea3c.js → MediaSeriesCard-e76b2f8f.js} +2 -2
- package/dist/esm/MediaSeriesLanding.js +23 -15
- package/dist/esm/MediaSeriesLandingPaginated.js +8 -9
- package/dist/esm/NavMagazine.js +10 -10
- package/dist/esm/NavNative.js +9 -9
- package/dist/esm/Pagination-484b86c5.js +90 -0
- package/dist/esm/PartnerDetailListing.js +1 -1
- package/dist/esm/PartnerDetailListingPaginated.js +2 -3
- package/dist/esm/PublicationLanding.js +26 -26
- package/dist/esm/QueueDeckExpandedPaginated.js +1 -2
- package/dist/esm/RelatedContent.js +28 -28
- package/dist/esm/RelatedTopicsDropdown.js +10 -10
- package/dist/esm/SeriesListingDeck.js +1 -1
- package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-98ad6d97.js} +4 -4
- package/dist/esm/SideFooter.js +2 -2
- package/dist/esm/TaxonomyDescription.js +1 -1
- package/dist/esm/VideoProgramLandingPage.js +1 -1
- package/dist/esm/VideoSeriesCard.js +1 -1
- package/dist/esm/View.js +13 -8
- package/dist/esm/YoutubeGroup.js +4 -4
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/{getTargeting-42f9b439.js → getTargeting-04d979c9.js} +9 -9
- package/dist/esm/getTargeting.js +1 -1
- package/dist/esm/{index-0009ea68.js → index-db6fa53f.js} +6 -2
- package/dist/esm/index.js +3 -4
- package/package.json +115 -115
- package/dist/cjs/Pagination-885dcfbd.js +0 -90
- package/dist/esm/Pagination-59436882.js +0 -82
|
@@ -5,7 +5,7 @@ var slicedToArray = require('./slicedToArray-067dd3bc.js');
|
|
|
5
5
|
var _extends = require('./extends-7c86182f.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var BlockContent = require('./BlockContent-9ebd251f.js');
|
|
8
|
-
var getSerializers = require('./index-
|
|
8
|
+
var getSerializers = require('./index-82cc25c0.js');
|
|
9
9
|
var ArticleSeriesListing = require('./ArticleSeriesListing.js');
|
|
10
10
|
require('./_commonjsHelpers-06173234.js');
|
|
11
11
|
require('./core.get-iterator-method-5643aa10.js');
|
package/dist/cjs/AuthWrapper.js
CHANGED
|
@@ -1767,7 +1767,7 @@ client$1.Provider;
|
|
|
1767
1767
|
|
|
1768
1768
|
var client = client$1.default;
|
|
1769
1769
|
|
|
1770
|
-
var css = ".AuthWrapper-module_loginBox__3l-BE {\n margin-bottom: 2rem;\n width: 350px;\n max-width: 90vw;\n margin-left: auto;\n margin-right: auto;\n /* box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.15); */\n background: #fff;\n z-index: 1;\n}\n.AuthWrapper-module_loginBox_title__12rGD {\n margin-bottom: 2rem;\n text-align: center;\n}\n.AuthWrapper-module_bar__1dafn {\n background: #eee;\n margin-left: unset;\n margin-right: unset;\n}\n.AuthWrapper-module_bar__1dafn:nth-child(1) {\n float: left;\n border-right: 1rem solid #fff;\n background: rgb(245, 245, 245);\n height: 10rem;\n width: 25%;\n margin-left: auto;\n margin-right: auto;\n margin-bottom: 2rem;\n}\n.AuthWrapper-module_bar__1dafn:nth-child(2n) {\n width: 97%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(3n) {\n width: 96%;\n height: 1.5rem;\n margin-bottom: 1.5rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(4n) {\n width: 72%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(5n) {\n width: 88%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n\n.AuthWrapper-module_iframe__2wDJW {\n margin-top: -3rem;\n border: none;\n width: 100%;\n height: 1900px;\n}";
|
|
1770
|
+
var css = ".AuthWrapper-module_loginBox__3l-BE {\r\n margin-bottom: 2rem;\r\n width: 350px;\r\n max-width: 90vw;\r\n margin-left: auto;\r\n margin-right: auto;\r\n /* box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.15); */\r\n background: #fff;\r\n z-index: 1;\r\n}\r\n.AuthWrapper-module_loginBox_title__12rGD {\r\n margin-bottom: 2rem;\r\n text-align: center;\r\n}\r\n.AuthWrapper-module_bar__1dafn {\r\n background: #eee;\r\n margin-left: unset;\r\n margin-right: unset;\r\n}\r\n.AuthWrapper-module_bar__1dafn:nth-child(1) {\r\n float: left;\r\n border-right: 1rem solid #fff;\r\n background: rgb(245, 245, 245);\r\n height: 10rem;\r\n width: 25%;\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-bottom: 2rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn:nth-child(2n) {\r\n width: 97%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(3n) {\r\n width: 96%;\r\n height: 1.5rem;\r\n margin-bottom: 1.5rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(4n) {\r\n width: 72%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(5n) {\r\n width: 88%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n\r\n.AuthWrapper-module_iframe__2wDJW {\r\n margin-top: -3rem;\r\n border: none;\r\n width: 100%;\r\n height: 1900px;\r\n}";
|
|
1771
1771
|
var styles = { "loginBox": "AuthWrapper-module_loginBox__3l-BE", "loginBox_title": "AuthWrapper-module_loginBox_title__12rGD", "bar": "AuthWrapper-module_bar__1dafn", "iframe": "AuthWrapper-module_iframe__2wDJW" };
|
|
1772
1772
|
styleInject_es.styleInject(css);
|
|
1773
1773
|
|
|
@@ -13,21 +13,21 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
13
13
|
|
|
14
14
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
15
15
|
|
|
16
|
-
/*
|
|
17
|
-
Example usage - targetedonc.com/latest-conference
|
|
18
|
-
const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
|
|
19
|
-
...,
|
|
20
|
-
title,
|
|
21
|
-
summary,
|
|
22
|
-
thumbnail,
|
|
23
|
-
url,
|
|
24
|
-
published,
|
|
25
|
-
documentGroup->,
|
|
26
|
-
contentCategory->,
|
|
27
|
-
'pageNumber': ${currentPage}
|
|
28
|
-
}`
|
|
29
|
-
|
|
30
|
-
const posts = await client.fetch(query, params)
|
|
16
|
+
/*
|
|
17
|
+
Example usage - targetedonc.com/latest-conference
|
|
18
|
+
const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
|
|
19
|
+
...,
|
|
20
|
+
title,
|
|
21
|
+
summary,
|
|
22
|
+
thumbnail,
|
|
23
|
+
url,
|
|
24
|
+
published,
|
|
25
|
+
documentGroup->,
|
|
26
|
+
contentCategory->,
|
|
27
|
+
'pageNumber': ${currentPage}
|
|
28
|
+
}`
|
|
29
|
+
|
|
30
|
+
const posts = await client.fetch(query, params)
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
var ConferenceArticleCard = function ConferenceArticleCard(props) {
|
|
@@ -17,7 +17,7 @@ var index$1 = require('./index-eadd5035.js');
|
|
|
17
17
|
var main = require('./main-f1c77adb.js');
|
|
18
18
|
var entities = require('./entities-df1aed86.js');
|
|
19
19
|
var ADInfeed = require('./ADInfeed-44d43b8a.js');
|
|
20
|
-
var Pagination = require('./Pagination-
|
|
20
|
+
var Pagination = require('./Pagination-42f92f7c.js');
|
|
21
21
|
var Spinner = require('react-bootstrap/Spinner');
|
|
22
22
|
require('./_commonjsHelpers-06173234.js');
|
|
23
23
|
require('./core.get-iterator-method-5643aa10.js');
|
|
@@ -41,7 +41,6 @@ require('./toNumber-5e1fac58.js');
|
|
|
41
41
|
require('./Beam.js');
|
|
42
42
|
require('./stringify-f7a37a8d.js');
|
|
43
43
|
require('./Segment.js');
|
|
44
|
-
require('react-paginate');
|
|
45
44
|
require('react-bootstrap/Button');
|
|
46
45
|
require('./index.esm-d51c9ac6.js');
|
|
47
46
|
require('./iconBase-be4097c0.js');
|
package/dist/cjs/DeckContent.js
CHANGED
|
@@ -192,14 +192,14 @@ var DeckContent = function (_React$Component) {
|
|
|
192
192
|
var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
|
|
193
193
|
|
|
194
194
|
// please leave this for later debug purpose : Yong Jun.
|
|
195
|
-
/* console.log('page change reported', {
|
|
196
|
-
currentPage: currentPage,
|
|
197
|
-
pageNumber: pageNumber,
|
|
198
|
-
pathname: pathname,
|
|
199
|
-
path: path,
|
|
200
|
-
newPath: newPath,
|
|
201
|
-
firstPage: pageNumber === 1,
|
|
202
|
-
queryString: queryString
|
|
195
|
+
/* console.log('page change reported', {
|
|
196
|
+
currentPage: currentPage,
|
|
197
|
+
pageNumber: pageNumber,
|
|
198
|
+
pathname: pathname,
|
|
199
|
+
path: path,
|
|
200
|
+
newPath: newPath,
|
|
201
|
+
firstPage: pageNumber === 1,
|
|
202
|
+
queryString: queryString
|
|
203
203
|
}) */
|
|
204
204
|
|
|
205
205
|
if (pageview) {
|
package/dist/cjs/DeckQueue.js
CHANGED
|
@@ -69,7 +69,8 @@ var DeckQueue = function (_React$Component) {
|
|
|
69
69
|
total_pages: null,
|
|
70
70
|
scrolling: true,
|
|
71
71
|
query: _this.query,
|
|
72
|
-
currentPage: _this.props.currentPage || 1
|
|
72
|
+
currentPage: _this.props.currentPage || 1,
|
|
73
|
+
lastDataSize: _this.data ? _this.data.length : 0
|
|
73
74
|
}, _this.loadMore = debounce.debounce_1(function () {
|
|
74
75
|
_this.setState(function (state) {
|
|
75
76
|
var page = state.page,
|
|
@@ -109,11 +110,13 @@ var DeckQueue = function (_React$Component) {
|
|
|
109
110
|
if (dataArr.length > 0) {
|
|
110
111
|
return {
|
|
111
112
|
data: [].concat(toConsumableArray._toConsumableArray(data), toConsumableArray._toConsumableArray(dataArr)),
|
|
113
|
+
lastDataSize: dataArr.length,
|
|
112
114
|
scrolling: true
|
|
113
115
|
};
|
|
114
116
|
} else {
|
|
115
117
|
return {
|
|
116
|
-
scrolling: false
|
|
118
|
+
scrolling: false,
|
|
119
|
+
lastDataSize: 0
|
|
117
120
|
};
|
|
118
121
|
}
|
|
119
122
|
});
|
|
@@ -199,8 +202,12 @@ var DeckQueue = function (_React$Component) {
|
|
|
199
202
|
{ style: { display: 'flex', flex: '1 0 auto' } },
|
|
200
203
|
rightItems[i].component
|
|
201
204
|
);
|
|
202
|
-
}, _this.renderManualPagination = function () {
|
|
203
|
-
var
|
|
205
|
+
}, _this.renderManualPagination = function (_ref2) {
|
|
206
|
+
var nextPagePostsCount = _ref2.nextPagePostsCount;
|
|
207
|
+
var _this$state2 = _this.state,
|
|
208
|
+
currentPage = _this$state2.currentPage,
|
|
209
|
+
per = _this$state2.per,
|
|
210
|
+
lastDataSize = _this$state2.lastDataSize;
|
|
204
211
|
|
|
205
212
|
return React__default['default'].createElement(
|
|
206
213
|
'div',
|
|
@@ -210,7 +217,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
210
217
|
{ href: '?page=' + (currentPage - 1) },
|
|
211
218
|
'<< Previous'
|
|
212
219
|
),
|
|
213
|
-
React__default['default'].createElement(
|
|
220
|
+
!(lastDataSize < per) && nextPagePostsCount > 0 && React__default['default'].createElement(
|
|
214
221
|
'a',
|
|
215
222
|
{ href: '?page=' + (currentPage + 1) },
|
|
216
223
|
'Next >>'
|
|
@@ -325,19 +332,30 @@ var DeckQueue = function (_React$Component) {
|
|
|
325
332
|
columns = _props.columns,
|
|
326
333
|
variant = _props.variant,
|
|
327
334
|
autoScroll = _props.autoScroll,
|
|
328
|
-
page = _props.page
|
|
335
|
+
page = _props.page,
|
|
336
|
+
_props$nextPagePostsC = _props.nextPagePostsCount,
|
|
337
|
+
nextPagePostsCount = _props$nextPagePostsC === undefined ? 3 : _props$nextPagePostsC;
|
|
329
338
|
|
|
330
339
|
|
|
331
340
|
return React__default['default'].createElement(
|
|
332
341
|
'div',
|
|
333
342
|
{ className: 'contentDeck' },
|
|
334
343
|
autoScroll ? React__default['default'].createElement(
|
|
335
|
-
|
|
336
|
-
|
|
344
|
+
React__default['default'].Fragment,
|
|
345
|
+
null,
|
|
337
346
|
React__default['default'].createElement(
|
|
338
|
-
|
|
347
|
+
index_es.InfiniteScroll,
|
|
348
|
+
{ dataLength: this.state.data.length, next: this.loadMore, hasMore: this.state.scrolling },
|
|
349
|
+
React__default['default'].createElement(
|
|
350
|
+
Container__default['default'],
|
|
351
|
+
null,
|
|
352
|
+
this.cardLoader(page, columns, variant)
|
|
353
|
+
)
|
|
354
|
+
),
|
|
355
|
+
React__default['default'].createElement(
|
|
356
|
+
'noscript',
|
|
339
357
|
null,
|
|
340
|
-
this.
|
|
358
|
+
this.renderManualPagination({ nextPagePostsCount: nextPagePostsCount })
|
|
341
359
|
)
|
|
342
360
|
) : React__default['default'].createElement(
|
|
343
361
|
React__default['default'].Fragment,
|
|
@@ -371,7 +389,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
371
389
|
React__default['default'].createElement(
|
|
372
390
|
'noscript',
|
|
373
391
|
null,
|
|
374
|
-
this.renderManualPagination()
|
|
392
|
+
this.renderManualPagination({ nextPagePostsCount: nextPagePostsCount })
|
|
375
393
|
)
|
|
376
394
|
)
|
|
377
395
|
);
|
|
@@ -18,7 +18,7 @@ var get = require('./get-5839e5b5.js');
|
|
|
18
18
|
var main = require('./main-f1c77adb.js');
|
|
19
19
|
var urlFor = require('./urlFor.js');
|
|
20
20
|
var entities = require('./entities-df1aed86.js');
|
|
21
|
-
var Pagination = require('./Pagination-
|
|
21
|
+
var Pagination = require('./Pagination-42f92f7c.js');
|
|
22
22
|
require('./_commonjsHelpers-06173234.js');
|
|
23
23
|
require('./core.get-iterator-method-5643aa10.js');
|
|
24
24
|
require('./web.dom.iterable-d98303e0.js');
|
|
@@ -36,7 +36,6 @@ require('./isSymbol-03abbdf0.js');
|
|
|
36
36
|
require('./eq-5fc26c07.js');
|
|
37
37
|
require('./slicedToArray-067dd3bc.js');
|
|
38
38
|
require('./index-d48b231c.js');
|
|
39
|
-
require('react-paginate');
|
|
40
39
|
require('react-bootstrap/Button');
|
|
41
40
|
require('./index.esm-d51c9ac6.js');
|
|
42
41
|
require('./iconBase-be4097c0.js');
|
package/dist/cjs/EventsDeck.js
CHANGED
|
@@ -256,23 +256,23 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
256
256
|
if (cventAccessToken && cventAccessToken !== 'undefined') {
|
|
257
257
|
setAccessToken(cventAccessToken);
|
|
258
258
|
} else {
|
|
259
|
-
/*const encodedData = window.btoa(clientId + ':' + clientSecret)
|
|
260
|
-
//const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
|
|
261
|
-
const url = `https://api-platform.cvent.com/ea/oauth2/token`
|
|
262
|
-
fetch(url, {
|
|
263
|
-
headers: {
|
|
264
|
-
'Content-Type': 'application/x-www-form-urlencoded',
|
|
265
|
-
Authorization: `Basic ${encodedData}`
|
|
266
|
-
},
|
|
267
|
-
method: 'POST',
|
|
268
|
-
body: `grant_type=client_credentials&client_id=${clientId}`
|
|
269
|
-
})
|
|
270
|
-
.then((response) => response.json())
|
|
271
|
-
.then((json) => {
|
|
272
|
-
const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
|
|
273
|
-
Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
|
|
274
|
-
setAccessToken(json.access_token)
|
|
275
|
-
})
|
|
259
|
+
/*const encodedData = window.btoa(clientId + ':' + clientSecret)
|
|
260
|
+
//const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
|
|
261
|
+
const url = `https://api-platform.cvent.com/ea/oauth2/token`
|
|
262
|
+
fetch(url, {
|
|
263
|
+
headers: {
|
|
264
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
265
|
+
Authorization: `Basic ${encodedData}`
|
|
266
|
+
},
|
|
267
|
+
method: 'POST',
|
|
268
|
+
body: `grant_type=client_credentials&client_id=${clientId}`
|
|
269
|
+
})
|
|
270
|
+
.then((response) => response.json())
|
|
271
|
+
.then((json) => {
|
|
272
|
+
const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
|
|
273
|
+
Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
|
|
274
|
+
setAccessToken(json.access_token)
|
|
275
|
+
})
|
|
276
276
|
.catch((e) => console.log(e))*/
|
|
277
277
|
// hello
|
|
278
278
|
var url = 'https://beam.mjhlifesciences.com/api/cvent/token';
|
|
@@ -4,7 +4,7 @@ var _extends = require('./extends-7c86182f.js');
|
|
|
4
4
|
var slicedToArray = require('./slicedToArray-067dd3bc.js');
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var BlockContent = require('./BlockContent-9ebd251f.js');
|
|
7
|
-
var getSerializers = require('./index-
|
|
7
|
+
var getSerializers = require('./index-82cc25c0.js');
|
|
8
8
|
var index = require('./index-f86bb269.js');
|
|
9
9
|
var Router = require('next/router');
|
|
10
10
|
var Button = require('react-bootstrap/Button');
|
|
@@ -24,7 +24,7 @@ var urlFor = require('./urlFor.js');
|
|
|
24
24
|
var main = require('./main-f1c77adb.js');
|
|
25
25
|
var AuthorComponent = require('./AuthorComponent-39b37d84.js');
|
|
26
26
|
var PublicationFeature = require('./PublicationFeature-5ccf9b13.js');
|
|
27
|
-
var Pagination = require('./Pagination-
|
|
27
|
+
var Pagination = require('./Pagination-42f92f7c.js');
|
|
28
28
|
var Spinner = require('react-bootstrap/Spinner');
|
|
29
29
|
require('./_commonjsHelpers-06173234.js');
|
|
30
30
|
require('./core.get-iterator-method-5643aa10.js');
|
|
@@ -49,7 +49,6 @@ require('./Segment.js');
|
|
|
49
49
|
require('./eq-5fc26c07.js');
|
|
50
50
|
require('./index-d48b231c.js');
|
|
51
51
|
require('react-bootstrap/Button');
|
|
52
|
-
require('react-paginate');
|
|
53
52
|
require('./index.esm-d51c9ac6.js');
|
|
54
53
|
require('./iconBase-be4097c0.js');
|
|
55
54
|
|
package/dist/cjs/HamMagazine.js
CHANGED
|
@@ -38,15 +38,15 @@ var Navbar__default = /*#__PURE__*/_interopDefaultLegacy(Navbar);
|
|
|
38
38
|
var NavDropdown__default = /*#__PURE__*/_interopDefaultLegacy(NavDropdown);
|
|
39
39
|
|
|
40
40
|
var HamMagazine = function HamMagazine(props) {
|
|
41
|
-
/*
|
|
42
|
-
Example Nav with acceptable props
|
|
43
|
-
<MagazineNav
|
|
44
|
-
showLogin
|
|
45
|
-
logo={props.settings.logo}
|
|
46
|
-
dataObject={props.cache.mainNavCache}
|
|
47
|
-
website={website}
|
|
48
|
-
subNav={props.cache.subNavCache}
|
|
49
|
-
/>
|
|
41
|
+
/*
|
|
42
|
+
Example Nav with acceptable props
|
|
43
|
+
<MagazineNav
|
|
44
|
+
showLogin
|
|
45
|
+
logo={props.settings.logo}
|
|
46
|
+
dataObject={props.cache.mainNavCache}
|
|
47
|
+
website={website}
|
|
48
|
+
subNav={props.cache.subNavCache}
|
|
49
|
+
/>
|
|
50
50
|
*/
|
|
51
51
|
|
|
52
52
|
// Setting 'socialIconVariant' as 'light' as default to make the social icons and search icon black
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var ArticleCarousel = require('./ArticleCarousel.js');
|
|
6
6
|
var index_esm = require('./index.esm-d81454e7.js');
|
|
7
7
|
var BlockContent = require('./BlockContent-9ebd251f.js');
|
|
8
|
-
var getSerializers = require('./index-
|
|
8
|
+
var getSerializers = require('./index-82cc25c0.js');
|
|
9
9
|
require('./_commonjsHelpers-06173234.js');
|
|
10
10
|
require('./core.get-iterator-method-5643aa10.js');
|
|
11
11
|
require('./_object-pie-083f2dd6.js');
|
package/dist/cjs/IssueLanding.js
CHANGED
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
6
6
|
var Breadcrumbs = require('./Breadcrumbs.js');
|
|
7
7
|
var BlockContent = require('./BlockContent-9ebd251f.js');
|
|
8
|
-
var getSerializers = require('./index-
|
|
8
|
+
var getSerializers = require('./index-82cc25c0.js');
|
|
9
9
|
require('./_commonjsHelpers-06173234.js');
|
|
10
10
|
require('./core.get-iterator-method-5643aa10.js');
|
|
11
11
|
require('./_object-pie-083f2dd6.js');
|
|
@@ -76,35 +76,35 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
76
76
|
|
|
77
77
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
78
78
|
|
|
79
|
-
/* usage
|
|
80
|
-
import Settings, { Ads } from '../../../../settings'
|
|
81
|
-
import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
|
|
82
|
-
import client from '../../../../client'
|
|
83
|
-
import moment from 'moment'
|
|
84
|
-
import Shell from '../../../../components/2.0/Shell'
|
|
85
|
-
import { pageview } from '../../../../utilities/gtag'
|
|
86
|
-
|
|
87
|
-
const Issue = (props) => {
|
|
88
|
-
const { pubIssue, cache } = props
|
|
89
|
-
const targeting = {
|
|
90
|
-
content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
91
|
-
document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
92
|
-
}
|
|
93
|
-
return (
|
|
94
|
-
<Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
|
|
95
|
-
<IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
|
|
96
|
-
</Shell>
|
|
97
|
-
)
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
Issue.getInitialProps = async (ctx) => {
|
|
101
|
-
const { query } = ctx
|
|
102
|
-
const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
|
|
103
|
-
)
|
|
104
|
-
return { pubIssue }
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
export default Issue
|
|
79
|
+
/* usage
|
|
80
|
+
import Settings, { Ads } from '../../../../settings'
|
|
81
|
+
import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
|
|
82
|
+
import client from '../../../../client'
|
|
83
|
+
import moment from 'moment'
|
|
84
|
+
import Shell from '../../../../components/2.0/Shell'
|
|
85
|
+
import { pageview } from '../../../../utilities/gtag'
|
|
86
|
+
|
|
87
|
+
const Issue = (props) => {
|
|
88
|
+
const { pubIssue, cache } = props
|
|
89
|
+
const targeting = {
|
|
90
|
+
content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
91
|
+
document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
92
|
+
}
|
|
93
|
+
return (
|
|
94
|
+
<Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
|
|
95
|
+
<IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
|
|
96
|
+
</Shell>
|
|
97
|
+
)
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
Issue.getInitialProps = async (ctx) => {
|
|
101
|
+
const { query } = ctx
|
|
102
|
+
const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
|
|
103
|
+
)
|
|
104
|
+
return { pubIssue }
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export default Issue
|
|
108
108
|
*/
|
|
109
109
|
|
|
110
110
|
var IssueLanding = function IssueLanding(props) {
|
|
@@ -128,7 +128,9 @@ var IssueLanding = function IssueLanding(props) {
|
|
|
128
128
|
_props$imageHeight = props.imageHeight,
|
|
129
129
|
imageHeight = _props$imageHeight === undefined ? 270 : _props$imageHeight,
|
|
130
130
|
_props$imageWidth = props.imageWidth,
|
|
131
|
-
imageWidth = _props$imageWidth === undefined ? 480 : _props$imageWidth
|
|
131
|
+
imageWidth = _props$imageWidth === undefined ? 480 : _props$imageWidth,
|
|
132
|
+
_props$nextPagePostsC = props.nextPagePostsCount,
|
|
133
|
+
nextPagePostsCount = _props$nextPagePostsC === undefined ? 1 : _props$nextPagePostsC;
|
|
132
134
|
|
|
133
135
|
return React__default['default'].createElement(
|
|
134
136
|
'div',
|
|
@@ -162,7 +164,8 @@ var IssueLanding = function IssueLanding(props) {
|
|
|
162
164
|
showPubInfo: showPubInfo,
|
|
163
165
|
columns: 'rotate',
|
|
164
166
|
variant: 'top',
|
|
165
|
-
contentCategoryMapping: settings.contentCategoryMapping ? settings.contentCategoryMapping : []
|
|
167
|
+
contentCategoryMapping: settings.contentCategoryMapping ? settings.contentCategoryMapping : [],
|
|
168
|
+
nextPagePostsCount: nextPagePostsCount
|
|
166
169
|
})
|
|
167
170
|
);
|
|
168
171
|
};
|
package/dist/cjs/KMTracker.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var KMTracker = function KMTracker(props) {
|
|
4
|
-
|
|
4
|
+
var id = props.id;
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
if (document && id) {
|
|
7
7
|
(function () {
|
|
8
|
-
|
|
8
|
+
var ecnJquery = document.createElement('script');
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
ecnJquery.type = 'text/javascript';
|
|
11
|
+
ecnJquery.async = true;
|
|
12
|
+
ecnJquery.src = 'https://apidt.ecn5.com/ECN_jQuery.min.js';
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
var ecnScript = document.createElement('script');
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
ecnScript.type = 'text/javascript';
|
|
17
|
+
ecnScript.async = true;
|
|
18
|
+
ecnScript.id = 'km-tracker';
|
|
19
|
+
ecnScript.src = 'https://apidt.ecn5.com/ECN_tracker_Secure.js?TrackerKey=' + id;
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
document.head.appendChild(ecnJquery);
|
|
22
|
+
document.head.appendChild(ecnScript);
|
|
23
|
+
})();
|
|
24
|
+
}
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
module.exports = KMTracker;
|
package/dist/cjs/MasterDeck.js
CHANGED
|
@@ -230,14 +230,14 @@ var MasterDeck = function (_React$Component) {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
// please leave this for later debug purpose : Yong Jun.
|
|
233
|
-
/* console.log('page change reported', {
|
|
234
|
-
currentPage: currentPage,
|
|
235
|
-
pageNumber: pageNumber,
|
|
236
|
-
pathname: pathname,
|
|
237
|
-
path: path,
|
|
238
|
-
newPath: newPath,
|
|
239
|
-
firstPage: pageNumber === 1,
|
|
240
|
-
queryString: queryString
|
|
233
|
+
/* console.log('page change reported', {
|
|
234
|
+
currentPage: currentPage,
|
|
235
|
+
pageNumber: pageNumber,
|
|
236
|
+
pathname: pathname,
|
|
237
|
+
path: path,
|
|
238
|
+
newPath: newPath,
|
|
239
|
+
firstPage: pageNumber === 1,
|
|
240
|
+
queryString: queryString
|
|
241
241
|
}) */
|
|
242
242
|
|
|
243
243
|
if (pageview) {
|
|
@@ -14,7 +14,7 @@ var lodash = require('./lodash-f0783643.js');
|
|
|
14
14
|
var main = require('./main-f1c77adb.js');
|
|
15
15
|
var ADlgInfeed = require('./ADlgInfeed-24d739f6.js');
|
|
16
16
|
var ADInfeed = require('./ADInfeed-44d43b8a.js');
|
|
17
|
-
var Pagination = require('./Pagination-
|
|
17
|
+
var Pagination = require('./Pagination-42f92f7c.js');
|
|
18
18
|
require('./_commonjsHelpers-06173234.js');
|
|
19
19
|
require('./core.get-iterator-method-5643aa10.js');
|
|
20
20
|
require('./web.dom.iterable-d98303e0.js');
|
|
@@ -35,7 +35,6 @@ require('./isSymbol-03abbdf0.js');
|
|
|
35
35
|
require('./toNumber-5e1fac58.js');
|
|
36
36
|
require('./Beam.js');
|
|
37
37
|
require('./Segment.js');
|
|
38
|
-
require('react-paginate');
|
|
39
38
|
require('react-bootstrap/Button');
|
|
40
39
|
require('./index.esm-d51c9ac6.js');
|
|
41
40
|
require('./iconBase-be4097c0.js');
|
|
@@ -116,14 +115,14 @@ var MasterDeck = function (_React$Component) {
|
|
|
116
115
|
}
|
|
117
116
|
|
|
118
117
|
// please leave this for later debug purpose : Yong Jun.
|
|
119
|
-
/* console.log('page change reported', {
|
|
120
|
-
currentPage: currentPage,
|
|
121
|
-
pageNumber: pageNumber,
|
|
122
|
-
pathname: pathname,
|
|
123
|
-
path: path,
|
|
124
|
-
newPath: newPath,
|
|
125
|
-
firstPage: pageNumber === 1,
|
|
126
|
-
queryString: queryString
|
|
118
|
+
/* console.log('page change reported', {
|
|
119
|
+
currentPage: currentPage,
|
|
120
|
+
pageNumber: pageNumber,
|
|
121
|
+
pathname: pathname,
|
|
122
|
+
path: path,
|
|
123
|
+
newPath: newPath,
|
|
124
|
+
firstPage: pageNumber === 1,
|
|
125
|
+
queryString: queryString
|
|
127
126
|
}) */
|
|
128
127
|
|
|
129
128
|
if (pageview) {
|
|
@@ -11,7 +11,7 @@ var urlFor = require('./urlFor.js');
|
|
|
11
11
|
var moment = require('./moment-aca40de1.js');
|
|
12
12
|
var styleInject_es = require('./style-inject.es-dcee06b6.js');
|
|
13
13
|
var BlockContent = require('./BlockContent-9ebd251f.js');
|
|
14
|
-
var getSerializers = require('./index-
|
|
14
|
+
var getSerializers = require('./index-82cc25c0.js');
|
|
15
15
|
|
|
16
16
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
17
17
|
|
|
@@ -9435,7 +9435,7 @@ var Tooltip = React__default['default'].forwardRef(function (_ref, ref) {
|
|
|
9435
9435
|
Tooltip.defaultProps = defaultProps;
|
|
9436
9436
|
Tooltip.displayName = 'Tooltip';
|
|
9437
9437
|
|
|
9438
|
-
var css = ".MediaSeriesCard-module_article__SAFYK {\n width: 100%;\n margin: 0 0 1rem 0;\n}\n.MediaSeriesCard-module_article__SAFYK a {\n display: flex;\n width: 100%;\n color: #000000;\n}\n.MediaSeriesCard-module_thumb__3jRAU {\n width: 25%;\n}\n.MediaSeriesCard-module_thumb__3jRAU img {\n width: 100%;\n height: auto;\n}\n.MediaSeriesCard-module_info__3L7_o {\n width: 75%;\n font-size: 1rem;\n}\n.MediaSeriesCard-module_info__3L7_o h2 {\n font-weight: bold;\n font-size: 1.25rem;\n margin: 0;\n}\n.MediaSeriesCard-module_published__E4oiz {\n color: #6d6d6d;\n margin: 0;\n}\n.MediaSeriesCard-module_summary__1xanh {\n margin: 0.5rem 0 0 0;\n}\n.MediaSeriesCard-module_author__e5fuR {\n margin: 0;\n}\n.MediaSeriesCard-module_author__e5fuR span {\n color: #6d6d6d;\n}\n.MediaSeriesCard-module_name__2m5KY {\n font-size: 1.3rem;\n font-weight: bold;\n}\n@media only screen and (max-width: 568px) {\n .MediaSeriesCard-module_article__SAFYK {\n margin: 1rem 0;\n box-shadow: 2px 4px 8px rgba(0,0,0,.2);\n }\n .MediaSeriesCard-module_article__SAFYK a {\n flex-direction: column;\n align-items: center;\n }\n .MediaSeriesCard-module_thumb__3jRAU {\n overflow: hidden;\n width: 100%;\n margin-bottom: 1rem;\n }\n .MediaSeriesCard-module_thumb__3jRAU img{\n border-radius: 10px 10px 0 0; \n }\n .MediaSeriesCard-module_thumb__3jRAU figure {\n margin: 0;\n }\n .MediaSeriesCard-module_info__3L7_o {\n width: 90%;\n padding: 0rem !important;\n }\n .MediaSeriesCard-module_info__3L7_o h2 {\n font-size: 1rem;\n }\n .MediaSeriesCard-module_name__2m5KY {\n font-size: 1rem;\n \n }\n}\n";
|
|
9438
|
+
var css = ".MediaSeriesCard-module_article__SAFYK {\r\n width: 100%;\r\n margin: 0 0 1rem 0;\r\n}\r\n.MediaSeriesCard-module_article__SAFYK a {\r\n display: flex;\r\n width: 100%;\r\n color: #000000;\r\n}\r\n.MediaSeriesCard-module_thumb__3jRAU {\r\n width: 25%;\r\n}\r\n.MediaSeriesCard-module_thumb__3jRAU img {\r\n width: 100%;\r\n height: auto;\r\n}\r\n.MediaSeriesCard-module_info__3L7_o {\r\n width: 75%;\r\n font-size: 1rem;\r\n}\r\n.MediaSeriesCard-module_info__3L7_o h2 {\r\n font-weight: bold;\r\n font-size: 1.25rem;\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_published__E4oiz {\r\n color: #6d6d6d;\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_summary__1xanh {\r\n margin: 0.5rem 0 0 0;\r\n}\r\n.MediaSeriesCard-module_author__e5fuR {\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_author__e5fuR span {\r\n color: #6d6d6d;\r\n}\r\n.MediaSeriesCard-module_name__2m5KY {\r\n font-size: 1.3rem;\r\n font-weight: bold;\r\n}\r\n@media only screen and (max-width: 568px) {\r\n .MediaSeriesCard-module_article__SAFYK {\r\n margin: 1rem 0;\r\n box-shadow: 2px 4px 8px rgba(0,0,0,.2);\r\n }\r\n .MediaSeriesCard-module_article__SAFYK a {\r\n flex-direction: column;\r\n align-items: center;\r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU {\r\n overflow: hidden;\r\n width: 100%;\r\n margin-bottom: 1rem;\r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU img{\r\n border-radius: 10px 10px 0 0; \r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU figure {\r\n margin: 0;\r\n }\r\n .MediaSeriesCard-module_info__3L7_o {\r\n width: 90%;\r\n padding: 0rem !important;\r\n }\r\n .MediaSeriesCard-module_info__3L7_o h2 {\r\n font-size: 1rem;\r\n }\r\n .MediaSeriesCard-module_name__2m5KY {\r\n font-size: 1rem;\r\n \r\n }\r\n}\r\n";
|
|
9439
9439
|
var styles = { "article": "MediaSeriesCard-module_article__SAFYK", "thumb": "MediaSeriesCard-module_thumb__3jRAU", "info": "MediaSeriesCard-module_info__3L7_o", "published": "MediaSeriesCard-module_published__E4oiz", "summary": "MediaSeriesCard-module_summary__1xanh", "author": "MediaSeriesCard-module_author__e5fuR", "name": "MediaSeriesCard-module_name__2m5KY" };
|
|
9440
9440
|
styleInject_es.styleInject(css);
|
|
9441
9441
|
|