@mjhls/mjh-framework 1.0.990-next-12-03 → 1.0.991
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/AD.js +1 -1
- package/dist/cjs/AD300x250.js +2 -1
- package/dist/cjs/AD300x250x600.js +2 -1
- package/dist/cjs/AD728x90.js +2 -1
- package/dist/cjs/ADFloatingFooter.js +2 -1
- package/dist/cjs/ADGutter.js +2 -1
- package/dist/cjs/ADSkyscraper.js +2 -1
- package/dist/cjs/ADSponsoredResources.js +2 -1
- package/dist/cjs/ADWebcast.js +2 -1
- package/dist/cjs/ADWelcome.js +2 -1
- package/dist/cjs/AdSlot.js +2 -1
- package/dist/cjs/AdSlotsProvider.js +2 -1
- package/dist/cjs/AlgoliaSearch.js +14165 -18
- package/dist/cjs/ArticleCarousel.js +1 -1
- package/dist/cjs/ArticleProgramLandingPage.js +7 -5
- package/dist/cjs/ArticleSeriesLandingPage.js +5 -4
- package/dist/cjs/ArticleSeriesListing.js +3 -2
- package/dist/cjs/Auth.js +3650 -0
- package/dist/cjs/AuthWrapper.js +1470 -294
- package/dist/cjs/{BlockContent-36e54d77.js → BlockContent-9ebd251f.js} +1 -1
- package/dist/cjs/CMEDeck.js +2 -1
- package/dist/cjs/Column3.js +2 -1
- package/dist/cjs/ConferenceArticleCard.js +16 -16
- package/dist/cjs/ContentCardPaginated.js +5 -4
- package/dist/cjs/DeckContent.js +13 -12
- package/dist/cjs/DeckQueue.js +4 -3
- package/dist/cjs/DeckQueuePaginated.js +4 -3
- package/dist/cjs/{Dfp-94f8ccdf.js → Dfp-9be904d5.js} +2 -1
- package/dist/cjs/EventsDeck.js +17 -17
- package/dist/cjs/ExternalResources.js +7 -5
- package/dist/cjs/Feature.js +1 -1
- package/dist/cjs/ForbesHero.js +1 -1
- package/dist/cjs/GridContent.js +7 -6
- package/dist/cjs/GridContentPaginated.js +7 -6
- package/dist/cjs/GridHero.js +2 -2
- package/dist/cjs/GroupDeck.js +1 -1
- package/dist/cjs/HamMagazine.js +9 -9
- package/dist/cjs/HealthCareProfessionalModal.js +1 -1
- package/dist/cjs/Hero.js +2 -2
- package/dist/cjs/HorizontalArticleListing.js +7 -5
- package/dist/cjs/HorizontalHero.js +1 -1
- package/dist/cjs/ImageSlider-6c00b878.js +2813 -0
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/IssueLanding.js +38 -36
- package/dist/cjs/KMTracker.js +15 -15
- package/dist/cjs/LeftNav.js +2 -1
- package/dist/cjs/MasterDeck.js +13 -12
- package/dist/cjs/MasterDeckPaginated.js +12 -11
- package/dist/cjs/{MediaSeriesCard-36eab8b7.js → MediaSeriesCard-c48c73c3.js} +394 -391
- package/dist/cjs/MediaSeriesLanding.js +17 -14
- package/dist/cjs/MediaSeriesLandingPaginated.js +17 -14
- package/dist/cjs/NavMagazine.js +10 -10
- package/dist/cjs/NavNative.js +9 -9
- package/dist/cjs/OncliveHero.js +1 -1
- package/dist/cjs/OncliveLargeHero.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +13 -11
- package/dist/cjs/PartnerDetailListingPaginated.js +13 -11
- package/dist/cjs/PubSection.js +6 -5
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/PublicationLanding.js +30 -26
- package/dist/cjs/QueueDeckExpanded.js +6 -5
- package/dist/cjs/QueueDeckExpandedPaginated.js +6 -5
- package/dist/cjs/RelatedContent.js +29 -29
- package/dist/cjs/RelatedTopicsDropdown.js +10 -10
- package/dist/cjs/Schema.js +1 -1
- package/dist/cjs/SeriesListingDeck.js +4 -3
- package/dist/cjs/{SeriesSlider-b94f1dd5.js → SeriesSlider-594b19eb.js} +4 -4
- package/dist/cjs/SideFooter.js +2 -2
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TaxonomyDescription.js +7 -5
- package/dist/cjs/TemplateNormal.js +2 -1
- package/dist/cjs/ThumbnailCard.js +2 -2
- package/dist/cjs/VerticalHero.js +1 -1
- package/dist/cjs/VideoProgramLandingPage.js +7 -5
- package/dist/cjs/VideoSeriesCard.js +2 -2
- package/dist/cjs/VideoSeriesLandingPage.js +5 -4
- package/dist/cjs/VideoSeriesListing.js +3 -2
- package/dist/cjs/View.js +12 -9
- package/dist/cjs/YahooHero.js +2 -2
- package/dist/cjs/YoutubeGroup.js +5 -5
- package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
- package/dist/cjs/{entities-3f9d0f2f.js → entities-df1aed86.js} +4 -0
- package/dist/cjs/events-1b438fe7.js +469 -0
- package/dist/cjs/faundadb.js +4 -321
- package/dist/cjs/getRelatedArticle.js +8 -213
- package/dist/cjs/getSerializers.js +7 -5
- package/dist/cjs/{getTargeting-4439c99d.js → getTargeting-ba942d9a.js} +9 -9
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/{index-7361fa72.js → index-1d5a3c47.js} +17 -589
- package/dist/cjs/index-50be6759.js +105 -0
- package/dist/cjs/index-bd6c9f56.js +211 -0
- package/dist/cjs/{index-efca863c.js → index-d48b231c.js} +5 -5
- package/dist/cjs/{index-0e4427c8.js → index-fc2f1ca2.js} +2 -467
- package/dist/cjs/index.js +23 -13
- package/dist/cjs/md5-e1ca5797.js +323 -0
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/cjs/urlFor.js +1 -1
- package/dist/cjs/util-93a37fd0.js +587 -0
- package/dist/esm/AD.js +1 -1
- package/dist/esm/AD300x250.js +9 -8
- package/dist/esm/AD300x250x600.js +9 -8
- package/dist/esm/AD728x90.js +9 -8
- package/dist/esm/ADFloatingFooter.js +9 -8
- package/dist/esm/ADFooter.js +3 -3
- package/dist/esm/ADGutter.js +9 -8
- package/dist/esm/{ADInfeed-f684cac9.js → ADInfeed-6d1fc6bf.js} +1 -1
- package/dist/esm/ADSkyscraper.js +9 -8
- package/dist/esm/ADSponsoredResources.js +9 -8
- package/dist/esm/ADWebcast.js +9 -8
- package/dist/esm/ADWelcome.js +9 -8
- package/dist/esm/{ADlgInfeed-8c438cee.js → ADlgInfeed-dc36c928.js} +1 -1
- package/dist/esm/AccordionPanel.js +3 -3
- package/dist/esm/AdSlot.js +9 -8
- package/dist/esm/AdSlotsProvider.js +7 -6
- package/dist/esm/AlgoliaSearch.js +14165 -18
- package/dist/esm/AlphabeticList.js +6 -6
- package/dist/esm/ArticleCarousel.js +5 -5
- package/dist/esm/ArticleProgramLandingPage.js +22 -20
- package/dist/esm/ArticleSeriesLandingPage.js +18 -17
- package/dist/esm/ArticleSeriesListing.js +12 -11
- package/dist/esm/Auth.js +3630 -0
- package/dist/esm/AuthWrapper.js +1467 -291
- package/dist/esm/{AuthorComponent-defe68b6.js → AuthorComponent-11adff02.js} +1 -1
- package/dist/esm/Beam.js +5 -5
- package/dist/esm/{BlockContent-c99c9a8d.js → BlockContent-1e73bd2c.js} +1 -1
- package/dist/esm/Breadcrumbs.js +3 -3
- package/dist/esm/CMEDeck.js +9 -8
- package/dist/esm/Column2.js +6 -6
- package/dist/esm/Column3.js +11 -10
- package/dist/esm/ConferenceArticleCard.js +19 -19
- package/dist/esm/ContentCardPaginated.js +18 -17
- package/dist/esm/DeckContent.js +26 -25
- package/dist/esm/DeckQueue.js +15 -14
- package/dist/esm/DeckQueuePaginated.js +16 -15
- package/dist/esm/{Dfp-4b99f79d.js → Dfp-102f0beb.js} +5 -4
- package/dist/esm/EventsDeck.js +27 -27
- package/dist/esm/ExternalResources.js +22 -20
- package/dist/esm/Feature.js +4 -4
- package/dist/esm/ForbesHero.js +5 -5
- package/dist/esm/GridContent.js +21 -20
- package/dist/esm/GridContentPaginated.js +21 -20
- package/dist/esm/GridHero.js +6 -6
- package/dist/esm/GroupDeck.js +6 -6
- package/dist/esm/HamMagazine.js +15 -15
- package/dist/esm/HealthCareProfessionalModal.js +1 -1
- package/dist/esm/Hero.js +5 -5
- package/dist/esm/HorizontalArticleListing.js +22 -20
- package/dist/esm/HorizontalHero.js +4 -4
- package/dist/esm/ImageSlider-f84174cb.js +2804 -0
- package/dist/esm/IssueContentDeck.js +5 -5
- package/dist/esm/IssueDeck.js +7 -7
- package/dist/esm/IssueLanding.js +54 -52
- package/dist/esm/KMTracker.js +15 -15
- package/dist/esm/LeftNav.js +9 -8
- package/dist/esm/MasterDeck.js +26 -25
- package/dist/esm/MasterDeckPaginated.js +25 -24
- package/dist/esm/{MediaSeriesCard-99048e65.js → MediaSeriesCard-79ff1069.js} +110 -107
- package/dist/esm/MediaSeriesLanding.js +32 -29
- package/dist/esm/MediaSeriesLandingPaginated.js +32 -29
- package/dist/esm/NavDvm.js +5 -5
- package/dist/esm/NavMagazine.js +16 -16
- package/dist/esm/NavNative.js +14 -14
- package/dist/esm/OncliveHero.js +4 -4
- package/dist/esm/OncliveLargeHero.js +6 -6
- package/dist/esm/PageFilter.js +3 -3
- package/dist/esm/PartnerDetailListing.js +28 -26
- package/dist/esm/PartnerDetailListingPaginated.js +28 -26
- package/dist/esm/PixelTracking.js +3 -3
- package/dist/esm/PopUpModal.js +3 -3
- package/dist/esm/PtceDeck.js +7 -7
- package/dist/esm/PubSection.js +15 -14
- package/dist/esm/PubToc.js +5 -5
- package/dist/esm/PublicationDeck.js +4 -4
- package/dist/esm/PublicationLanding.js +39 -35
- package/dist/esm/QueueDeckExpanded.js +15 -14
- package/dist/esm/QueueDeckExpandedPaginated.js +15 -14
- package/dist/esm/RelatedContent.js +32 -32
- package/dist/esm/RelatedTopicsDropdown.js +10 -10
- package/dist/esm/Schema.js +8 -8
- package/dist/esm/Search.js +3 -3
- package/dist/esm/Segment.js +4 -4
- package/dist/esm/SeriesListingDeck.js +10 -9
- package/dist/esm/{SeriesSlider-609f9d94.js → SeriesSlider-f771e20d.js} +5 -5
- package/dist/esm/SideFooter.js +8 -8
- package/dist/esm/{SocialSearchComponent-1d8a9f59.js → SocialSearchComponent-4b56cd8c.js} +1 -1
- package/dist/esm/TaxonomyCard.js +6 -6
- package/dist/esm/TaxonomyDescription.js +22 -20
- package/dist/esm/TemplateNormal.js +12 -11
- package/dist/esm/ThumbnailCard.js +5 -5
- package/dist/esm/Ustream.js +6 -6
- package/dist/esm/VerticalHero.js +4 -4
- package/dist/esm/VideoProgramLandingPage.js +22 -20
- package/dist/esm/VideoSeriesCard.js +7 -7
- package/dist/esm/VideoSeriesFilter.js +5 -5
- package/dist/esm/VideoSeriesLandingPage.js +18 -17
- package/dist/esm/VideoSeriesListing.js +12 -11
- package/dist/esm/View.js +28 -25
- package/dist/esm/YahooHero.js +6 -6
- package/dist/esm/YoutubeGroup.js +8 -8
- package/dist/esm/{_is-array-893ab020.js → _is-array-8d21b9e3.js} +1 -1
- package/dist/esm/{_iter-detect-f089461c.js → _iter-detect-98db3b07.js} +1 -1
- package/dist/esm/{_object-sap-169d6272.js → _object-sap-7cee6f84.js} +1 -1
- package/dist/esm/{_object-to-array-50a6b9a3.js → _object-to-array-2300e51b.js} +1 -1
- package/dist/esm/{asyncToGenerator-9716ae8d.js → asyncToGenerator-958ef5fc.js} +3 -3
- package/dist/esm/{core.get-iterator-method-e903ff31.js → core.get-iterator-method-ea258bb1.js} +1 -1
- package/dist/esm/{define-property-99e66838.js → define-property-5f1bda73.js} +1 -1
- package/dist/esm/defineProperty-23a8f8cd.js +68 -0
- package/dist/esm/{defineProperty-8fa0bc8d.js → defineProperty-8c30428f.js} +1 -1
- package/dist/esm/{entities-932b50cf.js → entities-6d9154b4.js} +4 -0
- package/dist/esm/events-6c3a7a63.js +467 -0
- package/dist/esm/{extends-dc6a71fd.js → extends-6d8e3924.js} +1 -1
- package/dist/esm/faundadb.js +6 -323
- package/dist/esm/getPtceActivities.js +4 -4
- package/dist/esm/getRelatedArticle.js +8 -213
- package/dist/esm/getRootDocGroup.js +4 -4
- package/dist/esm/getSerializers.js +22 -20
- package/dist/esm/{getTargeting-db566006.js → getTargeting-9bd28724.js} +11 -11
- package/dist/esm/getTargeting.js +5 -5
- package/dist/esm/{index-c60f3bb6.js → index-03afef1c.js} +16 -588
- package/dist/esm/{index-0dbff1d1.js → index-3f5c03b2.js} +5 -5
- package/dist/esm/index-98ca9cec.js +100 -0
- package/dist/esm/index-db3bb315.js +207 -0
- package/dist/esm/{index-5cc7b406.js → index-f0fc23eb.js} +1 -466
- package/dist/esm/index.js +41 -32
- package/dist/esm/{inherits-8a801a18.js → inherits-a6ba2ec4.js} +4 -4
- package/dist/esm/{keys-425c8ab0.js → keys-31dcdb31.js} +2 -2
- package/dist/esm/md5-4e42248e.js +321 -0
- package/dist/esm/{slicedToArray-ca2c8b8d.js → slicedToArray-6ebcbfea.js} +2 -2
- package/dist/esm/{stringify-c21932b3.js → stringify-2b084bee.js} +1 -1
- package/dist/esm/{toConsumableArray-7b1c0e23.js → toConsumableArray-f7074d7c.js} +2 -2
- package/dist/esm/typeof-2f07d0e8.js +30 -0
- package/dist/esm/{typeof-83d9eb10.js → typeof-e9fc0c5d.js} +3 -3
- package/dist/esm/urlFor.js +4 -4
- package/dist/esm/{urlForFile-413f5ddb.js → urlForFile-b69adffc.js} +1 -1
- package/dist/esm/{ustream-api-41166338.js → ustream-api-d3714624.js} +4 -4
- package/dist/esm/util-8ed16d48.js +585 -0
- package/dist/esm/{web.dom.iterable-fdf034f5.js → web.dom.iterable-ab4dea5c.js} +1 -1
- package/package.json +115 -115
- package/dist/cjs/ImageSlider-a7fb6218.js +0 -182
- package/dist/esm/ImageSlider-eab2fe41.js +0 -176
- /package/dist/cjs/{ADInfeed-cf54cb8a.js → ADInfeed-81006615.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-d06624d8.js → ADlgInfeed-0db07099.js} +0 -0
- /package/dist/cjs/{PublicationFeature-be5f3503.js → PublicationFeature-5ccf9b13.js} +0 -0
- /package/dist/esm/{PublicationFeature-03500094.js → PublicationFeature-d88e76b9.js} +0 -0
|
@@ -6,14 +6,14 @@ import Badge from 'react-bootstrap/Badge';
|
|
|
6
6
|
import { L as LazyLoad } from './index-755f2cc2.js';
|
|
7
7
|
import urlFor from './urlFor.js';
|
|
8
8
|
import { m as moment } from './moment-bc12cb97.js';
|
|
9
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
9
|
+
import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
|
|
10
10
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './slicedToArray-
|
|
14
|
-
import './web.dom.iterable-
|
|
15
|
-
import './core.get-iterator-method-
|
|
16
|
-
import './index-
|
|
13
|
+
import './slicedToArray-6ebcbfea.js';
|
|
14
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
15
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
16
|
+
import './index-3f5c03b2.js';
|
|
17
17
|
|
|
18
18
|
var PublicationDeckStack = function PublicationDeckStack(props) {
|
|
19
19
|
var title = props.title,
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
2
|
-
import { _ as _extends } from './extends-
|
|
3
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
1
|
+
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
2
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
3
|
+
import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
|
|
4
4
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
5
5
|
import Row from 'react-bootstrap/Row';
|
|
6
6
|
import Col from 'react-bootstrap/Col';
|
|
@@ -10,13 +10,13 @@ import { L as LazyLoad } from './index-755f2cc2.js';
|
|
|
10
10
|
import urlFor from './urlFor.js';
|
|
11
11
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
12
12
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
13
|
-
import './core.get-iterator-method-
|
|
14
|
-
import './_iter-detect-
|
|
13
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
14
|
+
import './_iter-detect-98db3b07.js';
|
|
15
15
|
import './_object-pie-133f504a.js';
|
|
16
|
-
import './web.dom.iterable-
|
|
16
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import 'prop-types';
|
|
19
|
-
import './index-
|
|
19
|
+
import './index-3f5c03b2.js';
|
|
20
20
|
|
|
21
21
|
var usePrevious = function usePrevious(value) {
|
|
22
22
|
var ref = useRef();
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -1,50 +1,52 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
1
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
4
4
|
import Breadcrumbs from './Breadcrumbs.js';
|
|
5
|
-
import { B as BlockContent } from './BlockContent-
|
|
6
|
-
import { g as getSerializers } from './index-
|
|
5
|
+
import { B as BlockContent } from './BlockContent-1e73bd2c.js';
|
|
6
|
+
import { g as getSerializers } from './index-03afef1c.js';
|
|
7
7
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
8
|
-
import './core.get-iterator-method-
|
|
8
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
9
9
|
import './_object-pie-133f504a.js';
|
|
10
|
-
import './slicedToArray-
|
|
11
|
-
import './web.dom.iterable-
|
|
12
|
-
import './toConsumableArray-
|
|
13
|
-
import './_iter-detect-
|
|
10
|
+
import './slicedToArray-6ebcbfea.js';
|
|
11
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
12
|
+
import './toConsumableArray-f7074d7c.js';
|
|
13
|
+
import './_iter-detect-98db3b07.js';
|
|
14
14
|
import 'react-bootstrap';
|
|
15
15
|
import './urlFor.js';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-3f5c03b2.js';
|
|
17
17
|
import './index.es-a6137319.js';
|
|
18
18
|
import './moment-bc12cb97.js';
|
|
19
19
|
import './visibility-sensor-72fd8f8b.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-f0fc23eb.js';
|
|
22
|
+
import './events-6c3a7a63.js';
|
|
22
23
|
import 'prop-types';
|
|
23
24
|
import 'next/router';
|
|
24
25
|
import './index-755f2cc2.js';
|
|
25
26
|
import './main-1894c974.js';
|
|
26
|
-
import './entities-
|
|
27
|
-
import './ADInfeed-
|
|
27
|
+
import './entities-6d9154b4.js';
|
|
28
|
+
import './ADInfeed-6d1fc6bf.js';
|
|
28
29
|
import 'react-bootstrap/Card';
|
|
29
30
|
import './AdSlot.js';
|
|
30
31
|
import './debounce-533d9748.js';
|
|
31
32
|
import './isSymbol-a7e9aafe.js';
|
|
32
33
|
import './toNumber-5aeba6e7.js';
|
|
33
34
|
import './Beam.js';
|
|
34
|
-
import './stringify-
|
|
35
|
-
import './asyncToGenerator-
|
|
35
|
+
import './stringify-2b084bee.js';
|
|
36
|
+
import './asyncToGenerator-958ef5fc.js';
|
|
36
37
|
import './_library-528f1934.js';
|
|
37
38
|
import './Segment.js';
|
|
38
|
-
import './AuthorComponent-
|
|
39
|
+
import './AuthorComponent-11adff02.js';
|
|
39
40
|
import './lodash-f97fd99a.js';
|
|
40
|
-
import './ADlgInfeed-
|
|
41
|
+
import './ADlgInfeed-dc36c928.js';
|
|
41
42
|
import './getContentCategory-15dcc413.js';
|
|
42
43
|
import './timeDifferenceCalc.js';
|
|
43
44
|
import 'react-bootstrap/Breadcrumb';
|
|
44
45
|
import './index-c7e2ac95.js';
|
|
45
|
-
import './
|
|
46
|
-
import './
|
|
47
|
-
import './
|
|
46
|
+
import './util-8ed16d48.js';
|
|
47
|
+
import './urlForFile-b69adffc.js';
|
|
48
|
+
import './typeof-e9fc0c5d.js';
|
|
49
|
+
import './_is-array-8d21b9e3.js';
|
|
48
50
|
import './brightcove-react-player-loader.es-57a70a56.js';
|
|
49
51
|
import 'react-bootstrap/Modal';
|
|
50
52
|
import 'react-bootstrap/Button';
|
|
@@ -55,13 +57,13 @@ import './smoothscroll-fa4e3f8c.js';
|
|
|
55
57
|
import './SocialShare.js';
|
|
56
58
|
import 'next/head';
|
|
57
59
|
import 'react-share';
|
|
58
|
-
import './_object-to-array-
|
|
60
|
+
import './_object-to-array-2300e51b.js';
|
|
59
61
|
import 'react-bootstrap/Pagination';
|
|
60
62
|
import 'react-bootstrap/Row';
|
|
61
63
|
import 'react-bootstrap/Col';
|
|
62
|
-
import './inherits-
|
|
63
|
-
import './_object-sap-
|
|
64
|
-
import './define-property-
|
|
64
|
+
import './inherits-a6ba2ec4.js';
|
|
65
|
+
import './_object-sap-7cee6f84.js';
|
|
66
|
+
import './define-property-5f1bda73.js';
|
|
65
67
|
import './index.esm-eb1e8e80.js';
|
|
66
68
|
import './iconBase-ccc56b97.js';
|
|
67
69
|
import 'react-bootstrap/Figure';
|
|
@@ -69,35 +71,35 @@ import 'react-bootstrap/OverlayTrigger';
|
|
|
69
71
|
import 'react-bootstrap/Tooltip';
|
|
70
72
|
import 'react-bootstrap/Popover';
|
|
71
73
|
|
|
72
|
-
/* usage
|
|
73
|
-
import Settings, { Ads } from '../../../../settings'
|
|
74
|
-
import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
|
|
75
|
-
import client from '../../../../client'
|
|
76
|
-
import moment from 'moment'
|
|
77
|
-
import Shell from '../../../../components/2.0/Shell'
|
|
78
|
-
import { pageview } from '../../../../utilities/gtag'
|
|
79
|
-
|
|
80
|
-
const Issue = (props) => {
|
|
81
|
-
const { pubIssue, cache } = props
|
|
82
|
-
const targeting = {
|
|
83
|
-
content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
84
|
-
document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
85
|
-
}
|
|
86
|
-
return (
|
|
87
|
-
<Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
|
|
88
|
-
<IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
|
|
89
|
-
</Shell>
|
|
90
|
-
)
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
Issue.getInitialProps = async (ctx) => {
|
|
94
|
-
const { query } = ctx
|
|
95
|
-
const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
|
|
96
|
-
)
|
|
97
|
-
return { pubIssue }
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export default Issue
|
|
74
|
+
/* usage
|
|
75
|
+
import Settings, { Ads } from '../../../../settings'
|
|
76
|
+
import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
|
|
77
|
+
import client from '../../../../client'
|
|
78
|
+
import moment from 'moment'
|
|
79
|
+
import Shell from '../../../../components/2.0/Shell'
|
|
80
|
+
import { pageview } from '../../../../utilities/gtag'
|
|
81
|
+
|
|
82
|
+
const Issue = (props) => {
|
|
83
|
+
const { pubIssue, cache } = props
|
|
84
|
+
const targeting = {
|
|
85
|
+
content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
86
|
+
document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
|
|
87
|
+
}
|
|
88
|
+
return (
|
|
89
|
+
<Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
|
|
90
|
+
<IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
|
|
91
|
+
</Shell>
|
|
92
|
+
)
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
Issue.getInitialProps = async (ctx) => {
|
|
96
|
+
const { query } = ctx
|
|
97
|
+
const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
|
|
98
|
+
)
|
|
99
|
+
return { pubIssue }
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export default Issue
|
|
101
103
|
*/
|
|
102
104
|
|
|
103
105
|
var IssueLanding = function IssueLanding(props) {
|
package/dist/esm/KMTracker.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
var KMTracker = function KMTracker(props) {
|
|
2
|
-
|
|
2
|
+
var id = props.id;
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
if (document && id) {
|
|
5
5
|
(function () {
|
|
6
|
-
|
|
6
|
+
var ecnJquery = document.createElement('script');
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
ecnJquery.type = 'text/javascript';
|
|
9
|
+
ecnJquery.async = true;
|
|
10
|
+
ecnJquery.src = 'https://apidt.ecn5.com/ECN_jQuery.min.js';
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
var ecnScript = document.createElement('script');
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
ecnScript.type = 'text/javascript';
|
|
15
|
+
ecnScript.async = true;
|
|
16
|
+
ecnScript.id = 'km-tracker';
|
|
17
|
+
ecnScript.src = 'https://apidt.ecn5.com/ECN_tracker_Secure.js?TrackerKey=' + id;
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
document.head.appendChild(ecnJquery);
|
|
20
|
+
document.head.appendChild(ecnScript);
|
|
21
|
+
})();
|
|
22
|
+
}
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
export default KMTracker;
|
package/dist/esm/LeftNav.js
CHANGED
|
@@ -2,23 +2,24 @@ import React__default, { useRef, useEffect } from 'react';
|
|
|
2
2
|
import ListGroup from 'react-bootstrap/ListGroup';
|
|
3
3
|
import ADWebcast from './ADWebcast.js';
|
|
4
4
|
import Segment from './Segment.js';
|
|
5
|
-
import './slicedToArray-
|
|
5
|
+
import './slicedToArray-6ebcbfea.js';
|
|
6
6
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
7
|
-
import './web.dom.iterable-
|
|
8
|
-
import './core.get-iterator-method-
|
|
7
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
8
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
9
9
|
import './AdSlot.js';
|
|
10
|
-
import './extends-
|
|
10
|
+
import './extends-6d8e3924.js';
|
|
11
11
|
import './_object-pie-133f504a.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-f0fc23eb.js';
|
|
14
|
+
import './events-6c3a7a63.js';
|
|
14
15
|
import './debounce-533d9748.js';
|
|
15
16
|
import './isSymbol-a7e9aafe.js';
|
|
16
17
|
import './toNumber-5aeba6e7.js';
|
|
17
18
|
import './Beam.js';
|
|
18
|
-
import './stringify-
|
|
19
|
-
import './asyncToGenerator-
|
|
19
|
+
import './stringify-2b084bee.js';
|
|
20
|
+
import './asyncToGenerator-958ef5fc.js';
|
|
20
21
|
import './_library-528f1934.js';
|
|
21
|
-
import './_iter-detect-
|
|
22
|
+
import './_iter-detect-98db3b07.js';
|
|
22
23
|
import './main-1894c974.js';
|
|
23
24
|
|
|
24
25
|
var LeftNav = function LeftNav(props) {
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
2
|
-
import { a as _Promise } from './asyncToGenerator-
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
4
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
1
|
+
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
2
|
+
import { a as _Promise } from './asyncToGenerator-958ef5fc.js';
|
|
3
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
4
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
|
|
5
5
|
import React__default from 'react';
|
|
6
|
-
import { l as lib_3 } from './index-
|
|
6
|
+
import { l as lib_3 } from './index-f0fc23eb.js';
|
|
7
7
|
import Container from 'react-bootstrap/Container';
|
|
8
8
|
import 'react-bootstrap/Row';
|
|
9
9
|
import 'react-bootstrap/Col';
|
|
@@ -14,28 +14,29 @@ import { l as lodash } from './lodash-f97fd99a.js';
|
|
|
14
14
|
import { d as debounce_1 } from './debounce-533d9748.js';
|
|
15
15
|
import { I as InfiniteScroll } from './index.es-a6137319.js';
|
|
16
16
|
import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
|
|
17
|
-
import './slicedToArray-
|
|
18
|
-
import './index-
|
|
19
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
20
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
17
|
+
import './slicedToArray-6ebcbfea.js';
|
|
18
|
+
import './index-3f5c03b2.js';
|
|
19
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
20
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
21
21
|
import './main-1894c974.js';
|
|
22
22
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
23
|
-
import './core.get-iterator-method-
|
|
24
|
-
import './_iter-detect-
|
|
25
|
-
import './web.dom.iterable-
|
|
23
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
24
|
+
import './_iter-detect-98db3b07.js';
|
|
25
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
26
26
|
import './_library-528f1934.js';
|
|
27
27
|
import './_object-pie-133f504a.js';
|
|
28
|
-
import './_object-sap-
|
|
29
|
-
import './define-property-
|
|
30
|
-
import './typeof-
|
|
31
|
-
import './_is-array-
|
|
28
|
+
import './_object-sap-7cee6f84.js';
|
|
29
|
+
import './define-property-5f1bda73.js';
|
|
30
|
+
import './typeof-e9fc0c5d.js';
|
|
31
|
+
import './_is-array-8d21b9e3.js';
|
|
32
|
+
import './events-6c3a7a63.js';
|
|
32
33
|
import 'prop-types';
|
|
33
34
|
import './isSymbol-a7e9aafe.js';
|
|
34
35
|
import './toNumber-5aeba6e7.js';
|
|
35
36
|
import 'react-dom';
|
|
36
37
|
import './AdSlot.js';
|
|
37
38
|
import './Beam.js';
|
|
38
|
-
import './stringify-
|
|
39
|
+
import './stringify-2b084bee.js';
|
|
39
40
|
import './Segment.js';
|
|
40
41
|
|
|
41
42
|
var MasterDeck = function (_React$Component) {
|
|
@@ -222,14 +223,14 @@ var MasterDeck = function (_React$Component) {
|
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
// please leave this for later debug purpose : Yong Jun.
|
|
225
|
-
/* console.log('page change reported', {
|
|
226
|
-
currentPage: currentPage,
|
|
227
|
-
pageNumber: pageNumber,
|
|
228
|
-
pathname: pathname,
|
|
229
|
-
path: path,
|
|
230
|
-
newPath: newPath,
|
|
231
|
-
firstPage: pageNumber === 1,
|
|
232
|
-
queryString: queryString
|
|
226
|
+
/* console.log('page change reported', {
|
|
227
|
+
currentPage: currentPage,
|
|
228
|
+
pageNumber: pageNumber,
|
|
229
|
+
pathname: pathname,
|
|
230
|
+
path: path,
|
|
231
|
+
newPath: newPath,
|
|
232
|
+
firstPage: pageNumber === 1,
|
|
233
|
+
queryString: queryString
|
|
233
234
|
}) */
|
|
234
235
|
|
|
235
236
|
if (pageview) {
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { _ as _JSON$stringify } from './stringify-
|
|
2
|
-
import { _ as _asyncToGenerator, r as regenerator, a as _Promise } from './asyncToGenerator-
|
|
3
|
-
import { _ as _extends } from './extends-
|
|
4
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
5
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
1
|
+
import { _ as _JSON$stringify } from './stringify-2b084bee.js';
|
|
2
|
+
import { _ as _asyncToGenerator, r as regenerator, a as _Promise } from './asyncToGenerator-958ef5fc.js';
|
|
3
|
+
import { _ as _extends } from './extends-6d8e3924.js';
|
|
4
|
+
import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
|
|
5
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
|
|
6
6
|
import React__default from 'react';
|
|
7
|
-
import { l as lib_3 } from './index-
|
|
7
|
+
import { l as lib_3 } from './index-f0fc23eb.js';
|
|
8
8
|
import Container from 'react-bootstrap/Container';
|
|
9
9
|
import Spinner from 'react-bootstrap/Spinner';
|
|
10
10
|
import { withRouter } from 'next/router';
|
|
11
11
|
import { l as lodash } from './lodash-f97fd99a.js';
|
|
12
12
|
import { m as main_43 } from './main-1894c974.js';
|
|
13
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
14
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
13
|
+
import { A as ADlgInfeed } from './ADlgInfeed-dc36c928.js';
|
|
14
|
+
import { A as ADInfeed } from './ADInfeed-6d1fc6bf.js';
|
|
15
15
|
import { P as Pagination } from './Pagination-cd21f8c2.js';
|
|
16
16
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
17
|
-
import './core.get-iterator-method-
|
|
18
|
-
import './web.dom.iterable-
|
|
17
|
+
import './core.get-iterator-method-ea258bb1.js';
|
|
18
|
+
import './web.dom.iterable-ab4dea5c.js';
|
|
19
19
|
import './_library-528f1934.js';
|
|
20
|
-
import './_iter-detect-
|
|
20
|
+
import './_iter-detect-98db3b07.js';
|
|
21
21
|
import './_object-pie-133f504a.js';
|
|
22
|
-
import './_object-sap-
|
|
23
|
-
import './define-property-
|
|
24
|
-
import './typeof-
|
|
25
|
-
import './_is-array-
|
|
22
|
+
import './_object-sap-7cee6f84.js';
|
|
23
|
+
import './define-property-5f1bda73.js';
|
|
24
|
+
import './typeof-e9fc0c5d.js';
|
|
25
|
+
import './_is-array-8d21b9e3.js';
|
|
26
|
+
import './events-6c3a7a63.js';
|
|
26
27
|
import 'prop-types';
|
|
27
|
-
import './slicedToArray-
|
|
28
|
+
import './slicedToArray-6ebcbfea.js';
|
|
28
29
|
import 'react-bootstrap/Card';
|
|
29
30
|
import './AdSlot.js';
|
|
30
31
|
import './debounce-533d9748.js';
|
|
@@ -107,14 +108,14 @@ var MasterDeck = function (_React$Component) {
|
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
// please leave this for later debug purpose : Yong Jun.
|
|
110
|
-
/* console.log('page change reported', {
|
|
111
|
-
currentPage: currentPage,
|
|
112
|
-
pageNumber: pageNumber,
|
|
113
|
-
pathname: pathname,
|
|
114
|
-
path: path,
|
|
115
|
-
newPath: newPath,
|
|
116
|
-
firstPage: pageNumber === 1,
|
|
117
|
-
queryString: queryString
|
|
111
|
+
/* console.log('page change reported', {
|
|
112
|
+
currentPage: currentPage,
|
|
113
|
+
pageNumber: pageNumber,
|
|
114
|
+
pathname: pathname,
|
|
115
|
+
path: path,
|
|
116
|
+
newPath: newPath,
|
|
117
|
+
firstPage: pageNumber === 1,
|
|
118
|
+
queryString: queryString
|
|
118
119
|
}) */
|
|
119
120
|
|
|
120
121
|
if (pageview) {
|