@mjhls/mjh-framework 1.0.854-adblocker-fix-v1 → 1.0.854-beta.0
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/AD.js +9 -10
- package/dist/cjs/AD300x250.js +9 -10
- package/dist/cjs/AD300x250x600.js +9 -10
- package/dist/cjs/AD728x90.js +10 -11
- package/dist/cjs/ADFloatingFooter.js +11 -12
- package/dist/cjs/ADFooter.js +8 -9
- package/dist/cjs/ADGutter.js +11 -12
- package/dist/cjs/{ADInfeed-25d48cc2.js → ADInfeed-98c71bcd.js} +9 -11
- package/dist/cjs/ADSkyscraper.js +11 -12
- package/dist/cjs/ADSponsoredResources.js +11 -12
- package/dist/cjs/ADWebcast.js +11 -12
- package/dist/cjs/ADWelcome.js +16 -26
- package/dist/cjs/{ADlgInfeed-a535a768.js → ADlgInfeed-9de32585.js} +6 -7
- package/dist/cjs/AccordionPanel.js +22 -24
- package/dist/cjs/AdSlot.js +13 -14
- package/dist/cjs/AdSlotsProvider.js +902 -11
- package/dist/cjs/AlgoliaSearch.js +842 -952
- package/dist/cjs/AlphabeticList.js +15 -16
- package/dist/cjs/ArticleCarousel.js +10 -11
- package/dist/cjs/ArticleProgramLandingPage.js +27 -28
- package/dist/cjs/ArticleSeriesLandingPage.js +22 -23
- package/dist/cjs/ArticleSeriesListing.js +39 -40
- package/dist/cjs/Auth.js +1197 -237
- package/dist/cjs/AuthWrapper.js +38 -119
- package/dist/cjs/{AuthorComponent-ac8972ce.js → AuthorComponent-bb831b74.js} +12 -13
- package/dist/cjs/{BlockContent-8b494587.js → BlockContent-091a991f.js} +24 -25
- package/dist/cjs/Breadcrumbs.js +21 -23
- package/dist/cjs/CMEDeck.js +64 -64
- package/dist/cjs/Column1.js +11 -14
- package/dist/cjs/Column2.js +19 -22
- package/dist/cjs/Column3.js +32 -35
- package/dist/cjs/ConferenceArticleCard.js +17 -18
- package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
- package/dist/cjs/DeckContent.js +72 -76
- package/dist/cjs/DeckQueue.js +68 -72
- package/dist/cjs/{Dfp-391fd124.js → Dfp-26baccf1.js} +22 -23
- package/dist/cjs/EventsDeck.js +116 -123
- package/dist/cjs/ExternalResources.js +46 -47
- package/dist/cjs/Feature.js +23 -25
- package/dist/cjs/ForbesHero.js +34 -35
- package/dist/cjs/GridContent.js +203 -208
- package/dist/cjs/GridHero.js +35 -36
- package/dist/cjs/GroupDeck.js +48 -49
- package/dist/cjs/HamMagazine.js +116 -121
- package/dist/cjs/Header.js +12 -14
- package/dist/cjs/Hero.js +9 -10
- package/dist/cjs/HighlightenVideo.js +16 -17
- package/dist/cjs/HorizontalArticleListing.js +36 -37
- package/dist/cjs/HorizontalHero.js +23 -24
- package/dist/cjs/IssueContentDeck.js +65 -70
- package/dist/cjs/IssueDeck.js +60 -65
- package/dist/cjs/IssueLanding.js +28 -29
- package/dist/cjs/LeftNav.js +20 -22
- package/dist/cjs/MasterDeck.js +49 -50
- package/dist/cjs/MediaSeriesLanding.js +786 -733
- package/dist/cjs/NavDvm.js +63 -68
- package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
- package/dist/cjs/NavMagazine.js +116 -121
- package/dist/cjs/NavNative.js +108 -116
- package/dist/cjs/OncliveHero.js +17 -17
- package/dist/cjs/OncliveLargeHero.js +63 -64
- package/dist/cjs/PageFilter.js +8 -9
- package/dist/cjs/PartnerDetailListing.js +3907 -78
- package/dist/cjs/PdfDownload.js +8 -9
- package/dist/cjs/PopUpModal.js +13 -15
- package/dist/cjs/PubSection.js +19 -20
- package/dist/cjs/PubToc.js +7 -8
- package/dist/cjs/PublicationDeck.js +59 -64
- package/dist/cjs/PublicationLanding.js +83 -87
- package/dist/cjs/QueueDeckExpanded.js +285 -285
- package/dist/cjs/RecentNews.js +19 -20
- package/dist/cjs/RelatedContent.js +22 -23
- package/dist/cjs/RelatedTopicsDropdown.js +19 -22
- package/dist/cjs/RolesDeck.js +27 -32
- package/dist/cjs/Search.js +12 -16
- package/dist/cjs/SeriesListingDeck.js +26 -26
- package/dist/cjs/{SeriesSlider-0d3bf265.js → SeriesSlider-8bbc989f.js} +33 -34
- package/dist/cjs/SideFooter.js +23 -24
- package/dist/cjs/SocialIcons.js +9 -10
- package/dist/cjs/{SocialSearchComponent-19548e2a.js → SocialSearchComponent-cea213aa.js} +34 -38
- package/dist/cjs/SocialShare.js +29 -31
- package/dist/cjs/TaxonomyCard.js +54 -59
- package/dist/cjs/TaxonomyDescription.js +21 -22
- package/dist/cjs/TemplateNormal.js +34 -35
- package/dist/cjs/ThumbnailCard.js +17 -19
- package/dist/cjs/Ustream.js +21 -22
- package/dist/cjs/VerticalHero.js +15 -16
- package/dist/cjs/VideoProgramLandingPage.js +43 -47
- package/dist/cjs/VideoSeriesCard.js +22 -23
- package/dist/cjs/VideoSeriesFilter.js +9 -9
- package/dist/cjs/VideoSeriesLandingPage.js +27 -28
- package/dist/cjs/VideoSeriesListing.js +56 -57
- package/dist/cjs/View.js +199 -203
- package/dist/cjs/YahooHero.js +30 -31
- package/dist/cjs/YoutubeGroup.js +50 -51
- package/dist/cjs/{brightcove-react-player-loader.es-5c98aec7.js → brightcove-react-player-loader.es-156bd4d6.js} +8 -10
- package/dist/cjs/faundadb.js +16 -16
- package/dist/cjs/getRelatedArticle.js +131 -67
- package/dist/cjs/getRootDocGroup.js +3 -3
- package/dist/cjs/getSerializers.js +11 -11
- package/dist/cjs/{getTargeting-a9a871f0.js → getTargeting-f1821260.js} +2 -2
- package/dist/cjs/getTargeting.js +1 -1
- package/dist/cjs/iconBase-68959171.js +3 -0
- package/dist/cjs/{index-00a7ead6.js → index-276bab5c.js} +928 -954
- package/dist/cjs/{index-6367b7bf.js → index-3294d3bc.js} +17 -16
- package/dist/cjs/{index-9d365128.js → index-96b3db50.js} +10 -12
- package/dist/cjs/{index-2cf30c83.js → index-98e01cb9.js} +8 -9
- package/dist/cjs/{index-b5eb3ff8.js → index-be0c82be.js} +19 -20
- package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
- package/dist/cjs/{index.esm-3ffa049c.js → index.esm-4d410430.js} +20 -20
- package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
- package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
- package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
- package/dist/cjs/index.js +58 -63
- package/dist/cjs/{inherits-0c7830c5.js → inherits-1f5a1c72.js} +3 -3
- package/dist/cjs/inherits-8d29278d.js +110 -0
- package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
- package/dist/cjs/{main-7b5e57b0.js → main-02daeefe.js} +54 -90
- package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
- package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
- package/dist/cjs/{react-social-icons-07939b41.js → react-social-icons-f7f48f71.js} +11 -12
- package/dist/cjs/timeDifferenceCalc.js +1 -1
- package/dist/cjs/{typeof-9d7f610f.js → typeof-725500bc.js} +1 -1
- package/dist/cjs/urlFor.js +3 -3
- package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
- package/dist/esm/AD.js +7 -7
- package/dist/esm/AD300x250.js +7 -7
- package/dist/esm/AD300x250x600.js +7 -7
- package/dist/esm/AD728x90.js +8 -8
- package/dist/esm/ADFloatingFooter.js +9 -9
- package/dist/esm/ADFooter.js +6 -6
- package/dist/esm/ADGutter.js +9 -9
- package/dist/esm/{ADInfeed-56a3db8b.js → ADInfeed-1cc9d817.js} +7 -7
- package/dist/esm/ADSkyscraper.js +9 -9
- package/dist/esm/ADSponsoredResources.js +9 -9
- package/dist/esm/ADWebcast.js +9 -9
- package/dist/esm/ADWelcome.js +14 -23
- package/dist/esm/{ADlgInfeed-53edb995.js → ADlgInfeed-8c4f129e.js} +4 -4
- package/dist/esm/AccordionPanel.js +17 -17
- package/dist/esm/AdSlot.js +5 -5
- package/dist/esm/AdSlotsProvider.js +902 -10
- package/dist/esm/AlgoliaSearch.js +238 -347
- package/dist/esm/AlphabeticList.js +13 -13
- package/dist/esm/ArticleCarousel.js +8 -8
- package/dist/esm/ArticleProgramLandingPage.js +20 -20
- package/dist/esm/ArticleSeriesLandingPage.js +17 -17
- package/dist/esm/ArticleSeriesListing.js +36 -36
- package/dist/esm/Auth.js +1180 -216
- package/dist/esm/AuthWrapper.js +36 -116
- package/dist/esm/{AuthorComponent-8ffd4679.js → AuthorComponent-34b16174.js} +10 -10
- package/dist/esm/{BlockContent-d05b5b23.js → BlockContent-e9b4ddcf.js} +4 -4
- package/dist/esm/Breadcrumbs.js +11 -11
- package/dist/esm/CMEDeck.js +61 -61
- package/dist/esm/Column1.js +9 -9
- package/dist/esm/Column2.js +17 -17
- package/dist/esm/Column3.js +30 -30
- package/dist/esm/ConferenceArticleCard.js +15 -15
- package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
- package/dist/esm/DeckContent.js +68 -68
- package/dist/esm/DeckQueue.js +64 -64
- package/dist/esm/{Dfp-2f9796e1.js → Dfp-b7236041.js} +10 -10
- package/dist/esm/EventsDeck.js +92 -92
- package/dist/esm/ExternalResources.js +41 -41
- package/dist/esm/Feature.js +17 -17
- package/dist/esm/ForbesHero.js +28 -28
- package/dist/esm/GridContent.js +172 -172
- package/dist/esm/GridHero.js +29 -29
- package/dist/esm/GroupDeck.js +36 -36
- package/dist/esm/HamMagazine.js +91 -91
- package/dist/esm/Header.js +8 -8
- package/dist/esm/Hero.js +7 -7
- package/dist/esm/HighlightenVideo.js +14 -14
- package/dist/esm/HorizontalArticleListing.js +34 -34
- package/dist/esm/HorizontalHero.js +21 -21
- package/dist/esm/IssueContentDeck.js +53 -53
- package/dist/esm/IssueDeck.js +54 -54
- package/dist/esm/IssueLanding.js +26 -26
- package/dist/esm/LeftNav.js +16 -16
- package/dist/esm/MasterDeck.js +46 -46
- package/dist/esm/MediaSeriesLanding.js +506 -450
- package/dist/esm/NavDvm.js +46 -46
- package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
- package/dist/esm/NavMagazine.js +93 -93
- package/dist/esm/NavNative.js +83 -83
- package/dist/esm/OncliveHero.js +15 -14
- package/dist/esm/OncliveLargeHero.js +52 -52
- package/dist/esm/PageFilter.js +6 -6
- package/dist/esm/PartnerDetailListing.js +3903 -74
- package/dist/esm/PdfDownload.js +6 -6
- package/dist/esm/PopUpModal.js +8 -8
- package/dist/esm/PubSection.js +17 -17
- package/dist/esm/PubToc.js +5 -5
- package/dist/esm/PublicationDeck.js +51 -51
- package/dist/esm/PublicationLanding.js +69 -69
- package/dist/esm/QueueDeckExpanded.js +251 -251
- package/dist/esm/RecentNews.js +17 -17
- package/dist/esm/RelatedContent.js +17 -17
- package/dist/esm/RelatedTopicsDropdown.js +11 -11
- package/dist/esm/RolesDeck.js +25 -25
- package/dist/esm/Search.js +7 -7
- package/dist/esm/SeriesListingDeck.js +20 -20
- package/dist/esm/{SeriesSlider-7d89f4d9.js → SeriesSlider-a866bb21.js} +24 -24
- package/dist/esm/SideFooter.js +19 -19
- package/dist/esm/SocialIcons.js +7 -7
- package/dist/esm/{SocialSearchComponent-47815365.js → SocialSearchComponent-03c3e869.js} +28 -28
- package/dist/esm/SocialShare.js +25 -25
- package/dist/esm/TaxonomyCard.js +50 -50
- package/dist/esm/TaxonomyDescription.js +16 -16
- package/dist/esm/TemplateNormal.js +31 -31
- package/dist/esm/ThumbnailCard.js +10 -10
- package/dist/esm/Ustream.js +18 -18
- package/dist/esm/VerticalHero.js +13 -13
- package/dist/esm/VideoProgramLandingPage.js +32 -32
- package/dist/esm/VideoSeriesCard.js +17 -17
- package/dist/esm/VideoSeriesFilter.js +6 -6
- package/dist/esm/VideoSeriesLandingPage.js +17 -17
- package/dist/esm/VideoSeriesListing.js +53 -53
- package/dist/esm/View.js +180 -180
- package/dist/esm/YahooHero.js +25 -25
- package/dist/esm/YoutubeGroup.js +35 -35
- package/dist/esm/{brightcove-react-player-loader.es-4abff0b1.js → brightcove-react-player-loader.es-83f53e4e.js} +6 -7
- package/dist/esm/faundadb.js +1 -1
- package/dist/esm/getRelatedArticle.js +126 -62
- package/dist/esm/getSerializers.js +11 -11
- package/dist/esm/{index-0500ae55.js → index-0f6867b9.js} +882 -898
- package/dist/esm/{index-f7fb1e25.js → index-41a678ea.js} +3 -3
- package/dist/esm/{index-6c12bdd5.js → index-5f7e79e7.js} +4 -4
- package/dist/esm/{index-51a80699.js → index-73819142.js} +19 -20
- package/dist/esm/{index-c00b0bbb.js → index-ef6d5dcf.js} +17 -16
- package/dist/esm/{index.es-c6222053.js → index.es-29c1cef5.js} +10 -28
- package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
- package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
- package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
- package/dist/esm/{index.esm-8ee5ff72.js → index.esm-fd746768.js} +18 -17
- package/dist/esm/index.js +49 -51
- package/dist/esm/inherits-77d5e4fc.js +101 -0
- package/dist/esm/{inherits-75d45541.js → inherits-cf8dde54.js} +1 -1
- package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
- package/dist/esm/{main-747e7d25.js → main-e4a934b2.js} +52 -87
- package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
- package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
- package/dist/esm/{react-social-icons-3822f1ce.js → react-social-icons-a7d5c5c7.js} +5 -5
- package/dist/esm/timeDifferenceCalc.js +1 -1
- package/dist/esm/{typeof-af9c50d8.js → typeof-6435ba1c.js} +1 -1
- package/dist/esm/urlFor.js +1 -1
- package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
- package/package.json +2 -1
- package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { r as reactSocialIcons_1 } from './react-social-icons-
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
|
|
3
3
|
import { G as GenIcon } from './iconBase-602d52fe.js';
|
|
4
4
|
|
|
5
5
|
var year = new Date().getFullYear();
|
|
@@ -8,26 +8,26 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
8
8
|
var website = props.website,
|
|
9
9
|
showLogo = props.showLogo;
|
|
10
10
|
|
|
11
|
-
return
|
|
11
|
+
return React__default.createElement(
|
|
12
12
|
'div',
|
|
13
13
|
{ className: 'nav-footer' },
|
|
14
|
-
website && website.footerLinks && website.footerLinks.length &&
|
|
14
|
+
website && website.footerLinks && website.footerLinks.length && React__default.createElement(
|
|
15
15
|
'ul',
|
|
16
16
|
null,
|
|
17
17
|
website && website.footerLinks.map(function (content, index) {
|
|
18
18
|
if (content.url && content.title) {
|
|
19
|
-
return content.blank ?
|
|
19
|
+
return content.blank ? React__default.createElement(
|
|
20
20
|
'li',
|
|
21
21
|
{ key: index },
|
|
22
|
-
|
|
22
|
+
React__default.createElement(
|
|
23
23
|
'a',
|
|
24
24
|
{ target: '_blank', rel: 'noopener noreferrer', href: content.url, className: 'nav-link' },
|
|
25
25
|
content.title
|
|
26
26
|
)
|
|
27
|
-
) :
|
|
27
|
+
) : React__default.createElement(
|
|
28
28
|
'li',
|
|
29
29
|
{ key: index },
|
|
30
|
-
|
|
30
|
+
React__default.createElement(
|
|
31
31
|
'a',
|
|
32
32
|
{ href: content.url, className: 'nav-link' },
|
|
33
33
|
content.title
|
|
@@ -36,14 +36,14 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
36
36
|
} else return null;
|
|
37
37
|
})
|
|
38
38
|
),
|
|
39
|
-
|
|
39
|
+
React__default.createElement(
|
|
40
40
|
'ul',
|
|
41
41
|
null,
|
|
42
|
-
|
|
42
|
+
React__default.createElement(
|
|
43
43
|
'li',
|
|
44
44
|
{ style: { marginTop: '10px' }, key: website.footerLinks ? website.footerLinks.length + 1 : 1 },
|
|
45
45
|
website.socialLinks && website.socialLinks.map(function (row, index) {
|
|
46
|
-
return
|
|
46
|
+
return React__default.createElement(reactSocialIcons_1, {
|
|
47
47
|
target: row.blank ? '_blank' : '_self',
|
|
48
48
|
rel: 'noopener noreferrer',
|
|
49
49
|
key: index,
|
|
@@ -55,13 +55,13 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
55
55
|
});
|
|
56
56
|
})
|
|
57
57
|
),
|
|
58
|
-
showLogo &&
|
|
58
|
+
showLogo && React__default.createElement(
|
|
59
59
|
'li',
|
|
60
60
|
null,
|
|
61
|
-
|
|
61
|
+
React__default.createElement(
|
|
62
62
|
'a',
|
|
63
63
|
{ href: 'https://www.mjhlifesciences.com' },
|
|
64
|
-
|
|
64
|
+
React__default.createElement('img', {
|
|
65
65
|
style: { maxWidth: '100%', height: '50px', margin: ' 10px 0', objectFit: 'contain' },
|
|
66
66
|
alt: 'MJHLS Brand Logo',
|
|
67
67
|
src: 'https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png'
|
|
@@ -69,7 +69,7 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
69
69
|
)
|
|
70
70
|
)
|
|
71
71
|
),
|
|
72
|
-
website && website.name &&
|
|
72
|
+
website && website.name && React__default.createElement(
|
|
73
73
|
'p',
|
|
74
74
|
{ className: 'nav-link' },
|
|
75
75
|
'\xA9 ',
|
|
@@ -82,8 +82,9 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
// THIS FILE IS AUTO GENERATED
|
|
85
|
-
|
|
85
|
+
var GoSearch = function (props) {
|
|
86
86
|
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 16 16"},"child":[{"tag":"path","attr":{"fillRule":"evenodd","d":"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z"}}]})(props);
|
|
87
|
-
}
|
|
87
|
+
};
|
|
88
|
+
GoSearch.displayName = "GoSearch";
|
|
88
89
|
|
|
89
90
|
export { GoSearch as G, SocialNavFooter as S };
|
package/dist/esm/index.js
CHANGED
|
@@ -8,32 +8,32 @@ import './core.get-iterator-method-e1de7503.js';
|
|
|
8
8
|
import './_object-pie-33c40e79.js';
|
|
9
9
|
import './extends-6f2fcc99.js';
|
|
10
10
|
import './_object-sap-964b6feb.js';
|
|
11
|
-
import './inherits-
|
|
11
|
+
import './inherits-cf8dde54.js';
|
|
12
12
|
import './define-property-8af5f002.js';
|
|
13
13
|
import './web.dom.iterable-4439f05a.js';
|
|
14
|
-
import './typeof-
|
|
14
|
+
import './typeof-6435ba1c.js';
|
|
15
15
|
import './_is-array-58e95429.js';
|
|
16
|
-
import
|
|
16
|
+
import React__default from 'react';
|
|
17
17
|
import './events-6c3a7a63.js';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-41a678ea.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import 'react-bootstrap/Container';
|
|
21
|
-
import Row from 'react-bootstrap/Row';
|
|
22
|
-
import Col from 'react-bootstrap/Col';
|
|
21
|
+
import Row$1 from 'react-bootstrap/Row';
|
|
22
|
+
import Col$1 from 'react-bootstrap/Col';
|
|
23
23
|
import 'react-bootstrap/Card';
|
|
24
|
-
import './moment-
|
|
24
|
+
import './moment-e2f9b20c.js';
|
|
25
25
|
import 'next/router';
|
|
26
26
|
import './isSymbol-1981418f.js';
|
|
27
27
|
import './debounce-9207d8ee.js';
|
|
28
28
|
import './toNumber-2f7a84cd.js';
|
|
29
|
-
import './index.es-
|
|
29
|
+
import './index.es-29c1cef5.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import './visibility-sensor-
|
|
32
|
-
import './index-
|
|
31
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
32
|
+
import './index-73819142.js';
|
|
33
33
|
import urlFor from './urlFor.js';
|
|
34
34
|
export { default as urlFor } from './urlFor.js';
|
|
35
|
-
import { L as LazyLoad } from './index-
|
|
36
|
-
import './main-
|
|
35
|
+
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
36
|
+
import './main-e4a934b2.js';
|
|
37
37
|
import './entities-7cc3bf45.js';
|
|
38
38
|
import './slicedToArray-641f241f.js';
|
|
39
39
|
import './stringify-4330ccdc.js';
|
|
@@ -41,22 +41,22 @@ import './asyncToGenerator-fc1c2e29.js';
|
|
|
41
41
|
export { default as Segment } from './Segment.js';
|
|
42
42
|
export { default as Beam } from './Beam.js';
|
|
43
43
|
export { default as AdSlot } from './AdSlot.js';
|
|
44
|
-
import './ADInfeed-
|
|
44
|
+
import './ADInfeed-1cc9d817.js';
|
|
45
45
|
export { default as DeckContent } from './DeckContent.js';
|
|
46
|
-
import './lodash-
|
|
47
|
-
import './ADlgInfeed-
|
|
46
|
+
import './lodash-17fdfebb.js';
|
|
47
|
+
import './ADlgInfeed-8c4f129e.js';
|
|
48
48
|
import './getContentCategory-15dcc413.js';
|
|
49
49
|
import './get-1e515072.js';
|
|
50
50
|
import './eq-b470f743.js';
|
|
51
51
|
export { default as AD } from './AD.js';
|
|
52
|
-
import './AuthorComponent-
|
|
52
|
+
import './AuthorComponent-34b16174.js';
|
|
53
53
|
import 'react-bootstrap/Button';
|
|
54
54
|
export { default as GridContent } from './GridContent.js';
|
|
55
55
|
export { default as DeckQueue } from './DeckQueue.js';
|
|
56
56
|
import 'react-bootstrap/Media';
|
|
57
57
|
export { default as ThumbnailCard } from './ThumbnailCard.js';
|
|
58
|
-
import './BlockContent-
|
|
59
|
-
import './react-social-icons-
|
|
58
|
+
import './BlockContent-e9b4ddcf.js';
|
|
59
|
+
import './react-social-icons-a7d5c5c7.js';
|
|
60
60
|
export { default as TaxonomyCard } from './TaxonomyCard.js';
|
|
61
61
|
export { default as RolesDeck } from './RolesDeck.js';
|
|
62
62
|
import './index-c7e2ac95.js';
|
|
@@ -67,13 +67,13 @@ import 'react-bootstrap';
|
|
|
67
67
|
import './timeDifferenceCalc.js';
|
|
68
68
|
export { default as QueueDeckExpanded } from './QueueDeckExpanded.js';
|
|
69
69
|
import './iconBase-602d52fe.js';
|
|
70
|
-
import './index.esm-
|
|
70
|
+
import './index.esm-29e48d38.js';
|
|
71
71
|
export { default as VideoSeriesListing } from './VideoSeriesListing.js';
|
|
72
72
|
export { default as ArticleSeriesListing } from './ArticleSeriesListing.js';
|
|
73
73
|
export { default as ArticleCarousel } from './ArticleCarousel.js';
|
|
74
|
-
export { g as getSerializers } from './index-
|
|
74
|
+
export { g as getSerializers } from './index-0f6867b9.js';
|
|
75
75
|
import './util-7700fc59.js';
|
|
76
|
-
import './brightcove-react-player-loader.es-
|
|
76
|
+
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
77
77
|
import 'next/head';
|
|
78
78
|
import 'react-share';
|
|
79
79
|
export { default as SocialShare } from './SocialShare.js';
|
|
@@ -93,15 +93,16 @@ import './defineProperty-94fd8bfc.js';
|
|
|
93
93
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
94
94
|
import 'react-bootstrap/Spinner';
|
|
95
95
|
import 'react-bootstrap/Form';
|
|
96
|
-
import './index-
|
|
96
|
+
import './index-ef6d5dcf.js';
|
|
97
97
|
import './js.cookie-6874175c.js';
|
|
98
98
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
99
99
|
export { default as ExternalResources } from './ExternalResources.js';
|
|
100
100
|
import './index-aaa2dae0.js';
|
|
101
101
|
export { default as AlgoliaSearch } from './AlgoliaSearch.js';
|
|
102
|
+
import './inherits-77d5e4fc.js';
|
|
102
103
|
export { Column1 } from './Column1.js';
|
|
103
104
|
export { default as SideFooter } from './SideFooter.js';
|
|
104
|
-
import './ConferenceBanner-
|
|
105
|
+
import './ConferenceBanner-8792ebd2.js';
|
|
105
106
|
export { Column2 } from './Column2.js';
|
|
106
107
|
export { default as ADSponsoredResources } from './ADSponsoredResources.js';
|
|
107
108
|
import 'react-bootstrap/ListGroup';
|
|
@@ -117,12 +118,12 @@ export { default as VideoSeriesFilter } from './VideoSeriesFilter.js';
|
|
|
117
118
|
import 'react-bootstrap/Nav';
|
|
118
119
|
import 'react-bootstrap/Navbar';
|
|
119
120
|
import 'react-bootstrap/NavDropdown';
|
|
120
|
-
import './index.esm-
|
|
121
|
-
import './NavFooter-
|
|
122
|
-
import './index.esm-
|
|
121
|
+
import './index.esm-f8aaeeeb.js';
|
|
122
|
+
import './NavFooter-e27bd93b.js';
|
|
123
|
+
import './index.esm-fd746768.js';
|
|
123
124
|
export { default as SocialIcons } from './SocialIcons.js';
|
|
124
125
|
import 'react-bootstrap/FormControl';
|
|
125
|
-
import './SocialSearchComponent-
|
|
126
|
+
import './SocialSearchComponent-03c3e869.js';
|
|
126
127
|
export { default as NavMagazine } from './NavMagazine.js';
|
|
127
128
|
export { NavNative } from './NavNative.js';
|
|
128
129
|
export { default as Search } from './Search.js';
|
|
@@ -134,7 +135,6 @@ export { default as TemplateNormal } from './TemplateNormal.js';
|
|
|
134
135
|
export { default as AD300x250 } from './AD300x250.js';
|
|
135
136
|
export { default as AD300x250x600 } from './AD300x250x600.js';
|
|
136
137
|
export { default as ADFooter } from './ADFooter.js';
|
|
137
|
-
import 'react-ga';
|
|
138
138
|
export { default as AdSlotsProvider } from './AdSlotsProvider.js';
|
|
139
139
|
export { default as ADFloatingFooter } from './ADFloatingFooter.js';
|
|
140
140
|
export { default as ADWelcome } from './ADWelcome.js';
|
|
@@ -150,7 +150,7 @@ export { default as PdfDownload } from './PdfDownload.js';
|
|
|
150
150
|
import 'react-bootstrap/DropdownButton';
|
|
151
151
|
import 'react-bootstrap/Dropdown';
|
|
152
152
|
export { default as RelatedTopicsDropdown } from './RelatedTopicsDropdown.js';
|
|
153
|
-
import './index.esm-
|
|
153
|
+
import './index.esm-cf08bf18.js';
|
|
154
154
|
export { default as Ustream } from './Ustream.js';
|
|
155
155
|
export { default as HighlightenVideo } from './HighlightenVideo.js';
|
|
156
156
|
export { default as PublicationLanding } from './PublicationLanding.js';
|
|
@@ -176,17 +176,15 @@ import './index-db3bb315.js';
|
|
|
176
176
|
export { default as getRelatedArticle } from './getRelatedArticle.js';
|
|
177
177
|
export { default as getQuery } from './getQuery.js';
|
|
178
178
|
export { default as Auth } from './Auth.js';
|
|
179
|
-
import 'swr';
|
|
180
179
|
import 'passport-local';
|
|
181
180
|
import 'mysql';
|
|
182
|
-
import './md5-
|
|
183
|
-
import './SeriesSlider-
|
|
181
|
+
import './md5-9be0e905.js';
|
|
182
|
+
import './SeriesSlider-a866bb21.js';
|
|
184
183
|
export { g as getTargeting } from './getTargeting-bd800589.js';
|
|
185
184
|
export { default as View } from './View.js';
|
|
186
185
|
export { default as getKeywords } from './getKeywords.js';
|
|
187
186
|
import './style-inject.es-1f59c1d0.js';
|
|
188
187
|
import 'disqus-react';
|
|
189
|
-
import 'react-twitter-embed';
|
|
190
188
|
export { default as PartnerDetailListing } from './PartnerDetailListing.js';
|
|
191
189
|
export { default as VideoProgramLandingPage } from './VideoProgramLandingPage.js';
|
|
192
190
|
import './VideoSeriesCard.js';
|
|
@@ -215,54 +213,54 @@ var FeatureArticles = function FeatureArticles(props) {
|
|
|
215
213
|
styles = _props$styles === undefined ? null : _props$styles;
|
|
216
214
|
|
|
217
215
|
|
|
218
|
-
return
|
|
216
|
+
return React__default.createElement(
|
|
219
217
|
'div',
|
|
220
218
|
{ className: 'featured-articles-wrapper' },
|
|
221
219
|
data.map(function (article, index) {
|
|
222
|
-
return
|
|
223
|
-
|
|
220
|
+
return React__default.createElement(
|
|
221
|
+
React__default.Fragment,
|
|
224
222
|
null,
|
|
225
|
-
|
|
226
|
-
Row,
|
|
223
|
+
React__default.createElement(
|
|
224
|
+
Row$1,
|
|
227
225
|
{ className: 'article-wrap' },
|
|
228
|
-
|
|
229
|
-
Col,
|
|
226
|
+
React__default.createElement(
|
|
227
|
+
Col$1,
|
|
230
228
|
{ className: 'mb-4 m-fl-center deck', xs: 12, sm: 4, md: 4, lg: 3, xl: 3 },
|
|
231
|
-
|
|
229
|
+
React__default.createElement(
|
|
232
230
|
'a',
|
|
233
231
|
{ href: '' + article.feature_link },
|
|
234
|
-
|
|
232
|
+
React__default.createElement(
|
|
235
233
|
'figure',
|
|
236
234
|
{ style: { marginTop: '1rem' } },
|
|
237
|
-
|
|
235
|
+
React__default.createElement(
|
|
238
236
|
LazyLoad,
|
|
239
237
|
{ height: imageHeight },
|
|
240
|
-
|
|
238
|
+
React__default.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
|
|
241
239
|
)
|
|
242
240
|
)
|
|
243
241
|
)
|
|
244
242
|
),
|
|
245
|
-
|
|
246
|
-
Col,
|
|
243
|
+
React__default.createElement(
|
|
244
|
+
Col$1,
|
|
247
245
|
{ className: 'article-wrap-body', xs: 12, sm: 8, md: 8, lg: 9, xl: 9, style: { paddingTop: '10px' } },
|
|
248
|
-
|
|
246
|
+
React__default.createElement(
|
|
249
247
|
'a',
|
|
250
248
|
{ href: '' + article.feature_link },
|
|
251
|
-
|
|
249
|
+
React__default.createElement(
|
|
252
250
|
'h4',
|
|
253
251
|
{ className: 'mb-1', style: { fontWeight: '600', fontSize: '22px' } },
|
|
254
252
|
article.feature_title
|
|
255
253
|
),
|
|
256
|
-
|
|
254
|
+
React__default.createElement(
|
|
257
255
|
'p',
|
|
258
256
|
{ style: { fontSize: '1.1em' } },
|
|
259
257
|
article.feature_body
|
|
260
258
|
)
|
|
261
259
|
)
|
|
262
260
|
),
|
|
263
|
-
index !== data.length - 1 &&
|
|
261
|
+
index !== data.length - 1 && React__default.createElement('hr', null)
|
|
264
262
|
),
|
|
265
|
-
|
|
263
|
+
React__default.createElement(
|
|
266
264
|
'style',
|
|
267
265
|
{ jsx: 'true' },
|
|
268
266
|
'\n .featured-articles-wrapper {\n background: ' + props.backgroundColor + ';\n padding: 1rem;\n border-radius: 10px;\n box-shadow: #0000002b 1px 3px 3px 3px;\n }\n hr {\n width: 100%;\n height: 1px;\n margin-left: 15px;\n margin-right: 15px;\n }\n ' + styles + '\n '
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return obj;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function _classCallCheck(instance, Constructor) {
|
|
17
|
+
if (!(instance instanceof Constructor)) {
|
|
18
|
+
throw new TypeError("Cannot call a class as a function");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function _defineProperties(target, props) {
|
|
23
|
+
for (var i = 0; i < props.length; i++) {
|
|
24
|
+
var descriptor = props[i];
|
|
25
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
26
|
+
descriptor.configurable = true;
|
|
27
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
28
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
33
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
34
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
35
|
+
return Constructor;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
|
|
39
|
+
|
|
40
|
+
function _typeof(obj) {
|
|
41
|
+
if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
|
|
42
|
+
_typeof = function _typeof(obj) {
|
|
43
|
+
return _typeof2(obj);
|
|
44
|
+
};
|
|
45
|
+
} else {
|
|
46
|
+
_typeof = function _typeof(obj) {
|
|
47
|
+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return _typeof(obj);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function _assertThisInitialized(self) {
|
|
55
|
+
if (self === void 0) {
|
|
56
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return self;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function _possibleConstructorReturn(self, call) {
|
|
63
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
64
|
+
return call;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return _assertThisInitialized(self);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function _getPrototypeOf(o) {
|
|
71
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
72
|
+
return o.__proto__ || Object.getPrototypeOf(o);
|
|
73
|
+
};
|
|
74
|
+
return _getPrototypeOf(o);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
function _setPrototypeOf(o, p) {
|
|
78
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
79
|
+
o.__proto__ = p;
|
|
80
|
+
return o;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
return _setPrototypeOf(o, p);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
function _inherits(subClass, superClass) {
|
|
87
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
88
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
92
|
+
constructor: {
|
|
93
|
+
value: subClass,
|
|
94
|
+
writable: true,
|
|
95
|
+
configurable: true
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export { _defineProperty as _, _typeof as a, _inherits as b, _classCallCheck as c, _possibleConstructorReturn as d, _getPrototypeOf as e, _assertThisInitialized as f, _createClass as g };
|
|
@@ -3,7 +3,7 @@ import { f as _toObject, a as _core, c as _ctx, m as _anObject, b as _isObject,
|
|
|
3
3
|
import { d as _objectGpo, _ as _objectCreate } from './es6.string.iterator-c990c18c.js';
|
|
4
4
|
import { _ as _objectSap } from './_object-sap-964b6feb.js';
|
|
5
5
|
import { d as defineProperty } from './define-property-8af5f002.js';
|
|
6
|
-
import { a as _typeof_1, b as _objectGopd } from './typeof-
|
|
6
|
+
import { a as _typeof_1, b as _objectGopd } from './typeof-6435ba1c.js';
|
|
7
7
|
|
|
8
8
|
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
9
9
|
|
|
@@ -7,7 +7,7 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
7
7
|
var undefined$1;
|
|
8
8
|
|
|
9
9
|
/** Used as the semantic version number. */
|
|
10
|
-
var VERSION = '4.17.
|
|
10
|
+
var VERSION = '4.17.15';
|
|
11
11
|
|
|
12
12
|
/** Used as the size to enable large array optimizations. */
|
|
13
13
|
var LARGE_ARRAY_SIZE = 200;
|
|
@@ -3714,21 +3714,8 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
3714
3714
|
* @returns {Array} Returns the new sorted array.
|
|
3715
3715
|
*/
|
|
3716
3716
|
function baseOrderBy(collection, iteratees, orders) {
|
|
3717
|
-
if (iteratees.length) {
|
|
3718
|
-
iteratees = arrayMap(iteratees, function(iteratee) {
|
|
3719
|
-
if (isArray(iteratee)) {
|
|
3720
|
-
return function(value) {
|
|
3721
|
-
return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
|
|
3722
|
-
}
|
|
3723
|
-
}
|
|
3724
|
-
return iteratee;
|
|
3725
|
-
});
|
|
3726
|
-
} else {
|
|
3727
|
-
iteratees = [identity];
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
3717
|
var index = -1;
|
|
3731
|
-
iteratees = arrayMap(iteratees, baseUnary(getIteratee()));
|
|
3718
|
+
iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));
|
|
3732
3719
|
|
|
3733
3720
|
var result = baseMap(collection, function(value, key, collection) {
|
|
3734
3721
|
var criteria = arrayMap(iteratees, function(iteratee) {
|
|
@@ -3985,10 +3972,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
3985
3972
|
var key = toKey(path[index]),
|
|
3986
3973
|
newValue = value;
|
|
3987
3974
|
|
|
3988
|
-
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
3989
|
-
return object;
|
|
3990
|
-
}
|
|
3991
|
-
|
|
3992
3975
|
if (index != lastIndex) {
|
|
3993
3976
|
var objValue = nested[key];
|
|
3994
3977
|
newValue = customizer ? customizer(objValue, key, nested) : undefined$1;
|
|
@@ -4141,14 +4124,11 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
4141
4124
|
* into `array`.
|
|
4142
4125
|
*/
|
|
4143
4126
|
function baseSortedIndexBy(array, value, iteratee, retHighest) {
|
|
4144
|
-
var low = 0,
|
|
4145
|
-
high = array == null ? 0 : array.length;
|
|
4146
|
-
if (high === 0) {
|
|
4147
|
-
return 0;
|
|
4148
|
-
}
|
|
4149
|
-
|
|
4150
4127
|
value = iteratee(value);
|
|
4151
|
-
|
|
4128
|
+
|
|
4129
|
+
var low = 0,
|
|
4130
|
+
high = array == null ? 0 : array.length,
|
|
4131
|
+
valIsNaN = value !== value,
|
|
4152
4132
|
valIsNull = value === null,
|
|
4153
4133
|
valIsSymbol = isSymbol(value),
|
|
4154
4134
|
valIsUndefined = value === undefined$1;
|
|
@@ -5633,11 +5613,10 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
5633
5613
|
if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
|
|
5634
5614
|
return false;
|
|
5635
5615
|
}
|
|
5636
|
-
//
|
|
5637
|
-
var
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
return arrStacked == other && othStacked == array;
|
|
5616
|
+
// Assume cyclic values are equal.
|
|
5617
|
+
var stacked = stack.get(array);
|
|
5618
|
+
if (stacked && stack.get(other)) {
|
|
5619
|
+
return stacked == other;
|
|
5641
5620
|
}
|
|
5642
5621
|
var index = -1,
|
|
5643
5622
|
result = true,
|
|
@@ -5799,11 +5778,10 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
5799
5778
|
return false;
|
|
5800
5779
|
}
|
|
5801
5780
|
}
|
|
5802
|
-
//
|
|
5803
|
-
var
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
return objStacked == other && othStacked == object;
|
|
5781
|
+
// Assume cyclic values are equal.
|
|
5782
|
+
var stacked = stack.get(object);
|
|
5783
|
+
if (stacked && stack.get(other)) {
|
|
5784
|
+
return stacked == other;
|
|
5807
5785
|
}
|
|
5808
5786
|
var result = true;
|
|
5809
5787
|
stack.set(object, other);
|
|
@@ -9184,10 +9162,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
9184
9162
|
* // The `_.property` iteratee shorthand.
|
|
9185
9163
|
* _.filter(users, 'active');
|
|
9186
9164
|
* // => objects for ['barney']
|
|
9187
|
-
*
|
|
9188
|
-
* // Combining several predicates using `_.overEvery` or `_.overSome`.
|
|
9189
|
-
* _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
|
|
9190
|
-
* // => objects for ['fred', 'barney']
|
|
9191
9165
|
*/
|
|
9192
9166
|
function filter(collection, predicate) {
|
|
9193
9167
|
var func = isArray(collection) ? arrayFilter : baseFilter;
|
|
@@ -9937,15 +9911,15 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
9937
9911
|
* var users = [
|
|
9938
9912
|
* { 'user': 'fred', 'age': 48 },
|
|
9939
9913
|
* { 'user': 'barney', 'age': 36 },
|
|
9940
|
-
* { 'user': 'fred', 'age':
|
|
9914
|
+
* { 'user': 'fred', 'age': 40 },
|
|
9941
9915
|
* { 'user': 'barney', 'age': 34 }
|
|
9942
9916
|
* ];
|
|
9943
9917
|
*
|
|
9944
9918
|
* _.sortBy(users, [function(o) { return o.user; }]);
|
|
9945
|
-
* // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred',
|
|
9919
|
+
* // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]
|
|
9946
9920
|
*
|
|
9947
9921
|
* _.sortBy(users, ['user', 'age']);
|
|
9948
|
-
* // => objects for [['barney', 34], ['barney', 36], ['fred',
|
|
9922
|
+
* // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]
|
|
9949
9923
|
*/
|
|
9950
9924
|
var sortBy = baseRest(function(collection, iteratees) {
|
|
9951
9925
|
if (collection == null) {
|
|
@@ -14820,11 +14794,11 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
14820
14794
|
|
|
14821
14795
|
// Use a sourceURL for easier debugging.
|
|
14822
14796
|
// The sourceURL gets injected into the source that's eval-ed, so be careful
|
|
14823
|
-
//
|
|
14824
|
-
//
|
|
14797
|
+
// with lookup (in case of e.g. prototype pollution), and strip newlines if any.
|
|
14798
|
+
// A newline wouldn't be a valid sourceURL anyway, and it'd enable code injection.
|
|
14825
14799
|
var sourceURL = '//# sourceURL=' +
|
|
14826
14800
|
(hasOwnProperty.call(options, 'sourceURL')
|
|
14827
|
-
? (options.sourceURL + '').replace(
|
|
14801
|
+
? (options.sourceURL + '').replace(/[\r\n]/g, ' ')
|
|
14828
14802
|
: ('lodash.templateSources[' + (++templateCounter) + ']')
|
|
14829
14803
|
) + '\n';
|
|
14830
14804
|
|
|
@@ -14857,6 +14831,8 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
14857
14831
|
|
|
14858
14832
|
// If `variable` is not specified wrap a with-statement around the generated
|
|
14859
14833
|
// code to add the data object to the top of the scope chain.
|
|
14834
|
+
// Like with sourceURL, we take care to not check the option's prototype,
|
|
14835
|
+
// as this configuration is a code injection vector.
|
|
14860
14836
|
var variable = hasOwnProperty.call(options, 'variable') && options.variable;
|
|
14861
14837
|
if (!variable) {
|
|
14862
14838
|
source = 'with (obj) {\n' + source + '\n}\n';
|
|
@@ -15563,9 +15539,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15563
15539
|
* values against any array or object value, respectively. See `_.isEqual`
|
|
15564
15540
|
* for a list of supported value comparisons.
|
|
15565
15541
|
*
|
|
15566
|
-
* **Note:** Multiple values can be checked by combining several matchers
|
|
15567
|
-
* using `_.overSome`
|
|
15568
|
-
*
|
|
15569
15542
|
* @static
|
|
15570
15543
|
* @memberOf _
|
|
15571
15544
|
* @since 3.0.0
|
|
@@ -15581,10 +15554,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15581
15554
|
*
|
|
15582
15555
|
* _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));
|
|
15583
15556
|
* // => [{ 'a': 4, 'b': 5, 'c': 6 }]
|
|
15584
|
-
*
|
|
15585
|
-
* // Checking for several possible values
|
|
15586
|
-
* _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })]));
|
|
15587
|
-
* // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
|
|
15588
15557
|
*/
|
|
15589
15558
|
function matches(source) {
|
|
15590
15559
|
return baseMatches(baseClone(source, CLONE_DEEP_FLAG));
|
|
@@ -15599,9 +15568,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15599
15568
|
* `srcValue` values against any array or object value, respectively. See
|
|
15600
15569
|
* `_.isEqual` for a list of supported value comparisons.
|
|
15601
15570
|
*
|
|
15602
|
-
* **Note:** Multiple values can be checked by combining several matchers
|
|
15603
|
-
* using `_.overSome`
|
|
15604
|
-
*
|
|
15605
15571
|
* @static
|
|
15606
15572
|
* @memberOf _
|
|
15607
15573
|
* @since 3.2.0
|
|
@@ -15618,10 +15584,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15618
15584
|
*
|
|
15619
15585
|
* _.find(objects, _.matchesProperty('a', 4));
|
|
15620
15586
|
* // => { 'a': 4, 'b': 5, 'c': 6 }
|
|
15621
|
-
*
|
|
15622
|
-
* // Checking for several possible values
|
|
15623
|
-
* _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)]));
|
|
15624
|
-
* // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
|
|
15625
15587
|
*/
|
|
15626
15588
|
function matchesProperty(path, srcValue) {
|
|
15627
15589
|
return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));
|
|
@@ -15845,10 +15807,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15845
15807
|
* Creates a function that checks if **all** of the `predicates` return
|
|
15846
15808
|
* truthy when invoked with the arguments it receives.
|
|
15847
15809
|
*
|
|
15848
|
-
* Following shorthands are possible for providing predicates.
|
|
15849
|
-
* Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
|
|
15850
|
-
* Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
|
|
15851
|
-
*
|
|
15852
15810
|
* @static
|
|
15853
15811
|
* @memberOf _
|
|
15854
15812
|
* @since 4.0.0
|
|
@@ -15875,10 +15833,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15875
15833
|
* Creates a function that checks if **any** of the `predicates` return
|
|
15876
15834
|
* truthy when invoked with the arguments it receives.
|
|
15877
15835
|
*
|
|
15878
|
-
* Following shorthands are possible for providing predicates.
|
|
15879
|
-
* Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
|
|
15880
|
-
* Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
|
|
15881
|
-
*
|
|
15882
15836
|
* @static
|
|
15883
15837
|
* @memberOf _
|
|
15884
15838
|
* @since 4.0.0
|
|
@@ -15898,9 +15852,6 @@ var lodash = createCommonjsModule(function (module, exports) {
|
|
|
15898
15852
|
*
|
|
15899
15853
|
* func(NaN);
|
|
15900
15854
|
* // => false
|
|
15901
|
-
*
|
|
15902
|
-
* var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }])
|
|
15903
|
-
* var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]])
|
|
15904
15855
|
*/
|
|
15905
15856
|
var overSome = createOver(arraySome);
|
|
15906
15857
|
|