@mjhls/mjh-framework 1.0.859-segment-targeting-v3 → 1.0.860-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.
Files changed (293) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +9 -10
  3. package/dist/cjs/AD300x250.js +16 -19
  4. package/dist/cjs/AD300x250x600.js +16 -19
  5. package/dist/cjs/AD728x90.js +17 -20
  6. package/dist/cjs/ADFloatingFooter.js +18 -21
  7. package/dist/cjs/ADFooter.js +11 -14
  8. package/dist/cjs/ADGutter.js +18 -21
  9. package/dist/cjs/{ADInfeed-7cd00f5d.js → ADInfeed-7c09edba.js} +10 -12
  10. package/dist/cjs/ADSkyscraper.js +18 -21
  11. package/dist/cjs/ADSponsoredResources.js +18 -21
  12. package/dist/cjs/ADWebcast.js +18 -21
  13. package/dist/cjs/ADWelcome.js +22 -25
  14. package/dist/cjs/{ADlgInfeed-0c68c2d8.js → ADlgInfeed-2e7effc7.js} +7 -8
  15. package/dist/cjs/AccordionPanel.js +25 -29
  16. package/dist/cjs/AdSlot.js +20 -23
  17. package/dist/cjs/AdSlotsProvider.js +907 -18
  18. package/dist/cjs/AlgoliaSearch.js +849 -959
  19. package/dist/cjs/AlphabeticList.js +21 -24
  20. package/dist/cjs/ArticleCarousel.js +15 -18
  21. package/dist/cjs/ArticleProgramLandingPage.js +34 -37
  22. package/dist/cjs/ArticleSeriesLandingPage.js +30 -33
  23. package/dist/cjs/ArticleSeriesListing.js +46 -49
  24. package/dist/cjs/Auth.js +1203 -245
  25. package/dist/cjs/AuthWrapper.js +41 -124
  26. package/dist/cjs/{AuthorComponent-ac8972ce.js → AuthorComponent-02e827ae.js} +13 -14
  27. package/dist/cjs/Beam.js +5 -7
  28. package/dist/cjs/{BlockContent-8b494587.js → BlockContent-091a991f.js} +24 -25
  29. package/dist/cjs/Breadcrumbs.js +24 -28
  30. package/dist/cjs/CMEDeck.js +71 -73
  31. package/dist/cjs/Column1.js +11 -14
  32. package/dist/cjs/Column2.js +25 -30
  33. package/dist/cjs/Column3.js +41 -46
  34. package/dist/cjs/ConferenceArticleCard.js +20 -18
  35. package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
  36. package/dist/cjs/DeckContent.js +83 -89
  37. package/dist/cjs/DeckQueue.js +77 -82
  38. package/dist/cjs/{Dfp-391fd124.js → Dfp-14d2455c.js} +25 -28
  39. package/dist/cjs/EventsDeck.js +127 -136
  40. package/dist/cjs/ExternalResources.js +58 -61
  41. package/dist/cjs/Feature.js +26 -25
  42. package/dist/cjs/ForbesHero.js +37 -40
  43. package/dist/cjs/GridContent.js +214 -221
  44. package/dist/cjs/GridHero.js +38 -41
  45. package/dist/cjs/GroupDeck.js +52 -55
  46. package/dist/cjs/HamMagazine.js +121 -128
  47. package/dist/cjs/Header.js +12 -14
  48. package/dist/cjs/Hero.js +12 -10
  49. package/dist/cjs/HighlightenVideo.js +16 -17
  50. package/dist/cjs/HorizontalArticleListing.js +48 -51
  51. package/dist/cjs/HorizontalHero.js +26 -24
  52. package/dist/cjs/IssueContentDeck.js +68 -75
  53. package/dist/cjs/IssueDeck.js +66 -73
  54. package/dist/cjs/IssueLanding.js +40 -43
  55. package/dist/cjs/LeftNav.js +27 -31
  56. package/dist/cjs/MasterDeck.js +60 -63
  57. package/dist/cjs/MediaSeriesLanding.js +792 -741
  58. package/dist/cjs/NavDvm.js +68 -75
  59. package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
  60. package/dist/cjs/NavMagazine.js +121 -128
  61. package/dist/cjs/NavNative.js +113 -123
  62. package/dist/cjs/OncliveHero.js +20 -17
  63. package/dist/cjs/OncliveLargeHero.js +66 -69
  64. package/dist/cjs/PageFilter.js +11 -14
  65. package/dist/cjs/PartnerDetailListing.js +1179 -84
  66. package/dist/cjs/PdfDownload.js +8 -9
  67. package/dist/cjs/PopUpModal.js +16 -20
  68. package/dist/cjs/PubSection.js +27 -30
  69. package/dist/cjs/PubToc.js +12 -15
  70. package/dist/cjs/PublicationDeck.js +62 -64
  71. package/dist/cjs/PublicationLanding.js +118 -124
  72. package/dist/cjs/QueueDeckExpanded.js +293 -295
  73. package/dist/cjs/RecentNews.js +19 -20
  74. package/dist/cjs/RelatedContent.js +25 -23
  75. package/dist/cjs/RelatedTopicsDropdown.js +19 -22
  76. package/dist/cjs/RolesDeck.js +27 -32
  77. package/dist/cjs/Search.js +15 -21
  78. package/dist/cjs/Segment.js +25 -15
  79. package/dist/cjs/SeriesListingDeck.js +31 -33
  80. package/dist/cjs/{SeriesSlider-0d3bf265.js → SeriesSlider-94af9fcb.js} +34 -35
  81. package/dist/cjs/SideFooter.js +28 -31
  82. package/dist/cjs/SocialIcons.js +9 -10
  83. package/dist/cjs/{SocialSearchComponent-19548e2a.js → SocialSearchComponent-650f6101.js} +35 -39
  84. package/dist/cjs/SocialShare.js +29 -31
  85. package/dist/cjs/TaxonomyCard.js +58 -61
  86. package/dist/cjs/TaxonomyDescription.js +33 -36
  87. package/dist/cjs/TemplateNormal.js +43 -46
  88. package/dist/cjs/ThumbnailCard.js +20 -19
  89. package/dist/cjs/Ustream.js +26 -29
  90. package/dist/cjs/VerticalHero.js +18 -16
  91. package/dist/cjs/VideoProgramLandingPage.js +51 -57
  92. package/dist/cjs/VideoSeriesCard.js +26 -27
  93. package/dist/cjs/VideoSeriesFilter.js +14 -16
  94. package/dist/cjs/VideoSeriesLandingPage.js +35 -38
  95. package/dist/cjs/VideoSeriesListing.js +63 -66
  96. package/dist/cjs/View.js +216 -228
  97. package/dist/cjs/YahooHero.js +33 -36
  98. package/dist/cjs/YoutubeGroup.js +54 -57
  99. package/dist/cjs/{_is-array-754e012d.js → _is-array-aa52fa1e.js} +9 -9
  100. package/dist/cjs/{_iter-detect-60b2f026.js → _iter-detect-05795553.js} +6 -7
  101. package/dist/cjs/_object-sap-171b9ea5.js +16 -0
  102. package/dist/cjs/{_object-to-array-5762f850.js → _object-to-array-9bac8737.js} +4 -4
  103. package/dist/cjs/{asyncToGenerator-140e5f89.js → asyncToGenerator-df19209d.js} +65 -67
  104. package/dist/cjs/{brightcove-react-player-loader.es-5c98aec7.js → brightcove-react-player-loader.es-156bd4d6.js} +8 -10
  105. package/dist/cjs/{_to-object-329a650b.js → core.get-iterator-method-f3c44602.js} +239 -3
  106. package/dist/cjs/{define-property-f4d12f4e.js → define-property-21887c62.js} +3 -3
  107. package/dist/cjs/{defineProperty-55548b25.js → defineProperty-77a37684.js} +1 -1
  108. package/dist/cjs/{extends-0a918631.js → extends-eed4f016.js} +8 -8
  109. package/dist/cjs/faundadb.js +5 -7
  110. package/dist/cjs/getQuery.js +2 -2
  111. package/dist/cjs/getRelatedArticle.js +135 -73
  112. package/dist/cjs/getRootDocGroup.js +4 -6
  113. package/dist/cjs/getSerializers.js +23 -25
  114. package/dist/cjs/{getTargeting-a9a871f0.js → getTargeting-8874437b.js} +3 -3
  115. package/dist/cjs/getTargeting.js +5 -7
  116. package/dist/cjs/iconBase-68959171.js +3 -0
  117. package/dist/cjs/{index-6367b7bf.js → index-3294d3bc.js} +17 -16
  118. package/dist/cjs/{index-9d365128.js → index-96b3db50.js} +10 -12
  119. package/dist/cjs/{index-2cf30c83.js → index-98e01cb9.js} +8 -9
  120. package/dist/cjs/{index-b5eb3ff8.js → index-be0c82be.js} +19 -20
  121. package/dist/cjs/{index-efd6512d.js → index-cdcc0b5e.js} +963 -968
  122. package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
  123. package/dist/cjs/{index.esm-3ffa049c.js → index.esm-4d410430.js} +20 -20
  124. package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
  125. package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
  126. package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
  127. package/dist/cjs/index.js +72 -79
  128. package/dist/cjs/{inherits-0c7830c5.js → inherits-12d44cca.js} +13 -14
  129. package/dist/cjs/inherits-8d29278d.js +110 -0
  130. package/dist/cjs/{keys-a586b7a0.js → keys-d207942e.js} +4 -4
  131. package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
  132. package/dist/cjs/{main-7b5e57b0.js → main-02daeefe.js} +54 -90
  133. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  134. package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
  135. package/dist/cjs/{react-social-icons-07939b41.js → react-social-icons-f7f48f71.js} +11 -12
  136. package/dist/cjs/{slicedToArray-8f385299.js → slicedToArray-f6d4eaa8.js} +7 -9
  137. package/dist/cjs/{stringify-7c5aff47.js → stringify-bbc68047.js} +2 -2
  138. package/dist/cjs/timeDifferenceCalc.js +1 -1
  139. package/dist/cjs/{toConsumableArray-9a3476fe.js → toConsumableArray-c9b8a0d0.js} +8 -10
  140. package/dist/cjs/{typeof-9d7f610f.js → typeof-5f52cf64.js} +73 -74
  141. package/dist/cjs/urlFor.js +21 -4
  142. package/dist/cjs/{ustream-api-d092dc31.js → ustream-api-9ebe112f.js} +4 -4
  143. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  144. package/dist/cjs/{web.dom.iterable-a0e279c1.js → web.dom.iterable-e34bf324.js} +8 -9
  145. package/dist/esm/AD.js +7 -7
  146. package/dist/esm/AD300x250.js +14 -16
  147. package/dist/esm/AD300x250x600.js +14 -16
  148. package/dist/esm/AD728x90.js +15 -17
  149. package/dist/esm/ADFloatingFooter.js +16 -18
  150. package/dist/esm/ADFooter.js +9 -11
  151. package/dist/esm/ADGutter.js +16 -18
  152. package/dist/esm/{ADInfeed-77da0e2a.js → ADInfeed-bfd129d9.js} +8 -8
  153. package/dist/esm/ADSkyscraper.js +16 -18
  154. package/dist/esm/ADSponsoredResources.js +16 -18
  155. package/dist/esm/ADWebcast.js +16 -18
  156. package/dist/esm/ADWelcome.js +20 -22
  157. package/dist/esm/{ADlgInfeed-d3e3000f.js → ADlgInfeed-0489335b.js} +5 -5
  158. package/dist/esm/AccordionPanel.js +20 -22
  159. package/dist/esm/AdSlot.js +12 -14
  160. package/dist/esm/AdSlotsProvider.js +906 -16
  161. package/dist/esm/AlgoliaSearch.js +245 -354
  162. package/dist/esm/AlphabeticList.js +19 -21
  163. package/dist/esm/ArticleCarousel.js +13 -15
  164. package/dist/esm/ArticleProgramLandingPage.js +32 -34
  165. package/dist/esm/ArticleSeriesLandingPage.js +28 -30
  166. package/dist/esm/ArticleSeriesListing.js +43 -45
  167. package/dist/esm/Auth.js +1187 -225
  168. package/dist/esm/AuthWrapper.js +39 -121
  169. package/dist/esm/{AuthorComponent-8ffd4679.js → AuthorComponent-e6f95c2f.js} +11 -11
  170. package/dist/esm/Beam.js +5 -7
  171. package/dist/esm/{BlockContent-d05b5b23.js → BlockContent-e9b4ddcf.js} +4 -4
  172. package/dist/esm/Breadcrumbs.js +14 -16
  173. package/dist/esm/CMEDeck.js +68 -70
  174. package/dist/esm/Column1.js +9 -9
  175. package/dist/esm/Column2.js +23 -25
  176. package/dist/esm/Column3.js +39 -41
  177. package/dist/esm/ConferenceArticleCard.js +18 -15
  178. package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
  179. package/dist/esm/DeckContent.js +79 -81
  180. package/dist/esm/DeckQueue.js +73 -74
  181. package/dist/esm/{Dfp-2f9796e1.js → Dfp-f867d061.js} +13 -15
  182. package/dist/esm/EventsDeck.js +102 -104
  183. package/dist/esm/ExternalResources.js +53 -55
  184. package/dist/esm/Feature.js +20 -17
  185. package/dist/esm/ForbesHero.js +31 -33
  186. package/dist/esm/GridContent.js +183 -185
  187. package/dist/esm/GridHero.js +32 -34
  188. package/dist/esm/GroupDeck.js +40 -42
  189. package/dist/esm/HamMagazine.js +96 -98
  190. package/dist/esm/Header.js +8 -8
  191. package/dist/esm/Hero.js +10 -7
  192. package/dist/esm/HighlightenVideo.js +14 -14
  193. package/dist/esm/HorizontalArticleListing.js +46 -48
  194. package/dist/esm/HorizontalHero.js +24 -21
  195. package/dist/esm/IssueContentDeck.js +56 -58
  196. package/dist/esm/IssueDeck.js +60 -62
  197. package/dist/esm/IssueLanding.js +38 -40
  198. package/dist/esm/LeftNav.js +23 -25
  199. package/dist/esm/MasterDeck.js +57 -59
  200. package/dist/esm/MediaSeriesLanding.js +518 -464
  201. package/dist/esm/NavDvm.js +51 -53
  202. package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
  203. package/dist/esm/NavMagazine.js +98 -100
  204. package/dist/esm/NavNative.js +88 -90
  205. package/dist/esm/OncliveHero.js +18 -14
  206. package/dist/esm/OncliveLargeHero.js +55 -57
  207. package/dist/esm/PageFilter.js +9 -11
  208. package/dist/esm/PartnerDetailListing.js +1178 -83
  209. package/dist/esm/PdfDownload.js +6 -6
  210. package/dist/esm/PopUpModal.js +11 -13
  211. package/dist/esm/PubSection.js +25 -27
  212. package/dist/esm/PubToc.js +10 -12
  213. package/dist/esm/PublicationDeck.js +54 -51
  214. package/dist/esm/PublicationLanding.js +77 -79
  215. package/dist/esm/QueueDeckExpanded.js +259 -261
  216. package/dist/esm/RecentNews.js +17 -17
  217. package/dist/esm/RelatedContent.js +20 -17
  218. package/dist/esm/RelatedTopicsDropdown.js +11 -11
  219. package/dist/esm/RolesDeck.js +25 -25
  220. package/dist/esm/Search.js +10 -12
  221. package/dist/esm/Segment.js +25 -15
  222. package/dist/esm/SeriesListingDeck.js +26 -28
  223. package/dist/esm/{SeriesSlider-7d89f4d9.js → SeriesSlider-0371fc11.js} +25 -25
  224. package/dist/esm/SideFooter.js +25 -27
  225. package/dist/esm/SocialIcons.js +7 -7
  226. package/dist/esm/{SocialSearchComponent-47815365.js → SocialSearchComponent-d7dec0c2.js} +29 -29
  227. package/dist/esm/SocialShare.js +25 -25
  228. package/dist/esm/TaxonomyCard.js +54 -52
  229. package/dist/esm/TaxonomyDescription.js +28 -30
  230. package/dist/esm/TemplateNormal.js +40 -42
  231. package/dist/esm/ThumbnailCard.js +13 -10
  232. package/dist/esm/Ustream.js +24 -26
  233. package/dist/esm/VerticalHero.js +16 -13
  234. package/dist/esm/VideoProgramLandingPage.js +44 -46
  235. package/dist/esm/VideoSeriesCard.js +21 -21
  236. package/dist/esm/VideoSeriesFilter.js +11 -13
  237. package/dist/esm/VideoSeriesLandingPage.js +28 -30
  238. package/dist/esm/VideoSeriesListing.js +60 -62
  239. package/dist/esm/View.js +199 -207
  240. package/dist/esm/YahooHero.js +28 -30
  241. package/dist/esm/YoutubeGroup.js +39 -41
  242. package/dist/esm/{_is-array-58e95429.js → _is-array-4df618a6.js} +1 -1
  243. package/dist/esm/{_iter-detect-5d49a330.js → _iter-detect-130ee549.js} +1 -2
  244. package/dist/esm/{_object-sap-964b6feb.js → _object-sap-8b8ea5a9.js} +1 -1
  245. package/dist/esm/{_object-to-array-7e804fce.js → _object-to-array-c54dd835.js} +1 -1
  246. package/dist/esm/{asyncToGenerator-fc1c2e29.js → asyncToGenerator-7bf8bc4d.js} +3 -5
  247. package/dist/esm/{brightcove-react-player-loader.es-4abff0b1.js → brightcove-react-player-loader.es-83f53e4e.js} +6 -7
  248. package/dist/esm/{_to-object-a4107da3.js → core.get-iterator-method-86d4db69.js} +230 -1
  249. package/dist/esm/{define-property-8af5f002.js → define-property-6d26cb48.js} +1 -1
  250. package/dist/esm/{defineProperty-94fd8bfc.js → defineProperty-d7d9b577.js} +1 -1
  251. package/dist/esm/{extends-6f2fcc99.js → extends-5b1796d4.js} +1 -1
  252. package/dist/esm/faundadb.js +5 -7
  253. package/dist/esm/getQuery.js +2 -2
  254. package/dist/esm/getRelatedArticle.js +130 -68
  255. package/dist/esm/getRootDocGroup.js +4 -6
  256. package/dist/esm/getSerializers.js +23 -25
  257. package/dist/esm/{getTargeting-bd800589.js → getTargeting-277c801e.js} +2 -2
  258. package/dist/esm/getTargeting.js +5 -7
  259. package/dist/esm/{index-f7fb1e25.js → index-41a678ea.js} +3 -3
  260. package/dist/esm/{index-6c12bdd5.js → index-5f7e79e7.js} +4 -4
  261. package/dist/esm/{index-51a80699.js → index-73819142.js} +19 -20
  262. package/dist/esm/{index-c00b0bbb.js → index-ef6d5dcf.js} +17 -16
  263. package/dist/esm/{index-23415831.js → index-fe008ffe.js} +914 -909
  264. package/dist/esm/{index.es-c6222053.js → index.es-29c1cef5.js} +10 -28
  265. package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
  266. package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
  267. package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
  268. package/dist/esm/{index.esm-8ee5ff72.js → index.esm-fd746768.js} +18 -17
  269. package/dist/esm/index.js +64 -68
  270. package/dist/esm/{inherits-75d45541.js → inherits-2409637d.js} +4 -5
  271. package/dist/esm/inherits-77d5e4fc.js +101 -0
  272. package/dist/esm/{keys-8eda7a5c.js → keys-69989821.js} +2 -2
  273. package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
  274. package/dist/esm/{main-747e7d25.js → main-e4a934b2.js} +52 -87
  275. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  276. package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
  277. package/dist/esm/{react-social-icons-3822f1ce.js → react-social-icons-a7d5c5c7.js} +5 -5
  278. package/dist/esm/{slicedToArray-641f241f.js → slicedToArray-67a08c9c.js} +2 -4
  279. package/dist/esm/{stringify-4330ccdc.js → stringify-70b72959.js} +1 -1
  280. package/dist/esm/timeDifferenceCalc.js +1 -1
  281. package/dist/esm/{toConsumableArray-43aa614d.js → toConsumableArray-32282905.js} +2 -4
  282. package/dist/esm/{typeof-af9c50d8.js → typeof-c05a82ba.js} +4 -5
  283. package/dist/esm/urlFor.js +19 -2
  284. package/dist/esm/{ustream-api-9a50644d.js → ustream-api-4c4fe0ba.js} +4 -4
  285. package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
  286. package/dist/esm/{web.dom.iterable-4439f05a.js → web.dom.iterable-f8f967cd.js} +1 -2
  287. package/package.json +1 -1
  288. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
  289. package/dist/cjs/_object-sap-5e74ba08.js +0 -16
  290. package/dist/cjs/core.get-iterator-method-f62321d4.js +0 -39
  291. package/dist/cjs/es6.string.iterator-cc0bbaa4.js +0 -210
  292. package/dist/esm/core.get-iterator-method-e1de7503.js +0 -36
  293. package/dist/esm/es6.string.iterator-c990c18c.js +0 -201
@@ -1,11 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
- var _toObject = require('./_to-object-329a650b.js');
5
- var es6_string_iterator = require('./es6.string.iterator-cc0bbaa4.js');
6
- var _objectSap = require('./_object-sap-5e74ba08.js');
7
- var defineProperty = require('./define-property-f4d12f4e.js');
8
- var _typeof = require('./typeof-9d7f610f.js');
4
+ var core_getIteratorMethod = require('./core.get-iterator-method-f3c44602.js');
5
+ var _objectSap = require('./_object-sap-171b9ea5.js');
6
+ var defineProperty = require('./define-property-21887c62.js');
7
+ var _typeof = require('./typeof-5f52cf64.js');
9
8
 
10
9
  // 19.1.2.9 Object.getPrototypeOf(O)
11
10
 
@@ -13,11 +12,11 @@ var _typeof = require('./typeof-9d7f610f.js');
13
12
 
14
13
  _objectSap._objectSap('getPrototypeOf', function () {
15
14
  return function getPrototypeOf(it) {
16
- return es6_string_iterator._objectGpo(_toObject._toObject(it));
15
+ return core_getIteratorMethod._objectGpo(core_getIteratorMethod._toObject(it));
17
16
  };
18
17
  });
19
18
 
20
- var getPrototypeOf = _toObject._core.Object.getPrototypeOf;
19
+ var getPrototypeOf = core_getIteratorMethod._core.Object.getPrototypeOf;
21
20
 
22
21
  var getPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
23
22
  module.exports = { "default": getPrototypeOf, __esModule: true };
@@ -95,14 +94,14 @@ var _possibleConstructorReturn = _commonjsHelpers.unwrapExports(possibleConstruc
95
94
 
96
95
 
97
96
  var check = function (O, proto) {
98
- _toObject._anObject(O);
99
- if (!_toObject._isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
97
+ core_getIteratorMethod._anObject(O);
98
+ if (!core_getIteratorMethod._isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
100
99
  };
101
100
  var _setProto = {
102
101
  set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
103
102
  function (test, buggy, set) {
104
103
  try {
105
- set = _toObject._ctx(Function.call, _typeof._objectGopd.f(Object.prototype, '__proto__').set, 2);
104
+ set = core_getIteratorMethod._ctx(Function.call, _typeof._objectGopd.f(Object.prototype, '__proto__').set, 2);
106
105
  set(test, []);
107
106
  buggy = !(test instanceof Array);
108
107
  } catch (e) { buggy = true; }
@@ -118,9 +117,9 @@ var _setProto = {
118
117
 
119
118
  // 19.1.3.19 Object.setPrototypeOf(O, proto)
120
119
 
121
- _toObject._export(_toObject._export.S, 'Object', { setPrototypeOf: _setProto.set });
120
+ core_getIteratorMethod._export(core_getIteratorMethod._export.S, 'Object', { setPrototypeOf: _setProto.set });
122
121
 
123
- var setPrototypeOf = _toObject._core.Object.setPrototypeOf;
122
+ var setPrototypeOf = core_getIteratorMethod._core.Object.setPrototypeOf;
124
123
 
125
124
  var setPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
126
125
  module.exports = { "default": setPrototypeOf, __esModule: true };
@@ -129,9 +128,9 @@ module.exports = { "default": setPrototypeOf, __esModule: true };
129
128
  _commonjsHelpers.unwrapExports(setPrototypeOf$1);
130
129
 
131
130
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
132
- _toObject._export(_toObject._export.S, 'Object', { create: es6_string_iterator._objectCreate });
131
+ core_getIteratorMethod._export(core_getIteratorMethod._export.S, 'Object', { create: core_getIteratorMethod._objectCreate });
133
132
 
134
- var $Object = _toObject._core.Object;
133
+ var $Object = core_getIteratorMethod._core.Object;
135
134
  var create = function create(P, D) {
136
135
  return $Object.create(P, D);
137
136
  };
@@ -0,0 +1,110 @@
1
+ 'use strict';
2
+
3
+ function _defineProperty(obj, key, value) {
4
+ if (key in obj) {
5
+ Object.defineProperty(obj, key, {
6
+ value: value,
7
+ enumerable: true,
8
+ configurable: true,
9
+ writable: true
10
+ });
11
+ } else {
12
+ obj[key] = value;
13
+ }
14
+
15
+ return obj;
16
+ }
17
+
18
+ function _classCallCheck(instance, Constructor) {
19
+ if (!(instance instanceof Constructor)) {
20
+ throw new TypeError("Cannot call a class as a function");
21
+ }
22
+ }
23
+
24
+ function _defineProperties(target, props) {
25
+ for (var i = 0; i < props.length; i++) {
26
+ var descriptor = props[i];
27
+ descriptor.enumerable = descriptor.enumerable || false;
28
+ descriptor.configurable = true;
29
+ if ("value" in descriptor) descriptor.writable = true;
30
+ Object.defineProperty(target, descriptor.key, descriptor);
31
+ }
32
+ }
33
+
34
+ function _createClass(Constructor, protoProps, staticProps) {
35
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
36
+ if (staticProps) _defineProperties(Constructor, staticProps);
37
+ return Constructor;
38
+ }
39
+
40
+ 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); }
41
+
42
+ function _typeof(obj) {
43
+ if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
44
+ _typeof = function _typeof(obj) {
45
+ return _typeof2(obj);
46
+ };
47
+ } else {
48
+ _typeof = function _typeof(obj) {
49
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
50
+ };
51
+ }
52
+
53
+ return _typeof(obj);
54
+ }
55
+
56
+ function _assertThisInitialized(self) {
57
+ if (self === void 0) {
58
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
59
+ }
60
+
61
+ return self;
62
+ }
63
+
64
+ function _possibleConstructorReturn(self, call) {
65
+ if (call && (_typeof(call) === "object" || typeof call === "function")) {
66
+ return call;
67
+ }
68
+
69
+ return _assertThisInitialized(self);
70
+ }
71
+
72
+ function _getPrototypeOf(o) {
73
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
74
+ return o.__proto__ || Object.getPrototypeOf(o);
75
+ };
76
+ return _getPrototypeOf(o);
77
+ }
78
+
79
+ function _setPrototypeOf(o, p) {
80
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
81
+ o.__proto__ = p;
82
+ return o;
83
+ };
84
+
85
+ return _setPrototypeOf(o, p);
86
+ }
87
+
88
+ function _inherits(subClass, superClass) {
89
+ if (typeof superClass !== "function" && superClass !== null) {
90
+ throw new TypeError("Super expression must either be null or a function");
91
+ }
92
+
93
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
94
+ constructor: {
95
+ value: subClass,
96
+ writable: true,
97
+ configurable: true
98
+ }
99
+ });
100
+ if (superClass) _setPrototypeOf(subClass, superClass);
101
+ }
102
+
103
+ exports._assertThisInitialized = _assertThisInitialized;
104
+ exports._classCallCheck = _classCallCheck;
105
+ exports._createClass = _createClass;
106
+ exports._defineProperty = _defineProperty;
107
+ exports._getPrototypeOf = _getPrototypeOf;
108
+ exports._inherits = _inherits;
109
+ exports._possibleConstructorReturn = _possibleConstructorReturn;
110
+ exports._typeof = _typeof;
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
- var _toObject = require('./_to-object-329a650b.js');
5
- var _objectSap = require('./_object-sap-5e74ba08.js');
4
+ var core_getIteratorMethod = require('./core.get-iterator-method-f3c44602.js');
5
+ var _objectSap = require('./_object-sap-171b9ea5.js');
6
6
 
7
7
  // 19.1.2.14 Object.keys(O)
8
8
 
@@ -10,11 +10,11 @@ var _objectSap = require('./_object-sap-5e74ba08.js');
10
10
 
11
11
  _objectSap._objectSap('keys', function () {
12
12
  return function keys(it) {
13
- return _toObject._objectKeys(_toObject._toObject(it));
13
+ return core_getIteratorMethod._objectKeys(core_getIteratorMethod._toObject(it));
14
14
  };
15
15
  });
16
16
 
17
- var keys = _toObject._core.Object.keys;
17
+ var keys = core_getIteratorMethod._core.Object.keys;
18
18
 
19
19
  var keys$1 = _commonjsHelpers.createCommonjsModule(function (module) {
20
20
  module.exports = { "default": keys, __esModule: true };
@@ -9,7 +9,7 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9
9
  var undefined$1;
10
10
 
11
11
  /** Used as the semantic version number. */
12
- var VERSION = '4.17.20';
12
+ var VERSION = '4.17.15';
13
13
 
14
14
  /** Used as the size to enable large array optimizations. */
15
15
  var LARGE_ARRAY_SIZE = 200;
@@ -3716,21 +3716,8 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
3716
3716
  * @returns {Array} Returns the new sorted array.
3717
3717
  */
3718
3718
  function baseOrderBy(collection, iteratees, orders) {
3719
- if (iteratees.length) {
3720
- iteratees = arrayMap(iteratees, function(iteratee) {
3721
- if (isArray(iteratee)) {
3722
- return function(value) {
3723
- return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
3724
- }
3725
- }
3726
- return iteratee;
3727
- });
3728
- } else {
3729
- iteratees = [identity];
3730
- }
3731
-
3732
3719
  var index = -1;
3733
- iteratees = arrayMap(iteratees, baseUnary(getIteratee()));
3720
+ iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));
3734
3721
 
3735
3722
  var result = baseMap(collection, function(value, key, collection) {
3736
3723
  var criteria = arrayMap(iteratees, function(iteratee) {
@@ -3987,10 +3974,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
3987
3974
  var key = toKey(path[index]),
3988
3975
  newValue = value;
3989
3976
 
3990
- if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
3991
- return object;
3992
- }
3993
-
3994
3977
  if (index != lastIndex) {
3995
3978
  var objValue = nested[key];
3996
3979
  newValue = customizer ? customizer(objValue, key, nested) : undefined$1;
@@ -4143,14 +4126,11 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
4143
4126
  * into `array`.
4144
4127
  */
4145
4128
  function baseSortedIndexBy(array, value, iteratee, retHighest) {
4146
- var low = 0,
4147
- high = array == null ? 0 : array.length;
4148
- if (high === 0) {
4149
- return 0;
4150
- }
4151
-
4152
4129
  value = iteratee(value);
4153
- var valIsNaN = value !== value,
4130
+
4131
+ var low = 0,
4132
+ high = array == null ? 0 : array.length,
4133
+ valIsNaN = value !== value,
4154
4134
  valIsNull = value === null,
4155
4135
  valIsSymbol = isSymbol(value),
4156
4136
  valIsUndefined = value === undefined$1;
@@ -5635,11 +5615,10 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
5635
5615
  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
5636
5616
  return false;
5637
5617
  }
5638
- // Check that cyclic values are equal.
5639
- var arrStacked = stack.get(array);
5640
- var othStacked = stack.get(other);
5641
- if (arrStacked && othStacked) {
5642
- return arrStacked == other && othStacked == array;
5618
+ // Assume cyclic values are equal.
5619
+ var stacked = stack.get(array);
5620
+ if (stacked && stack.get(other)) {
5621
+ return stacked == other;
5643
5622
  }
5644
5623
  var index = -1,
5645
5624
  result = true,
@@ -5801,11 +5780,10 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
5801
5780
  return false;
5802
5781
  }
5803
5782
  }
5804
- // Check that cyclic values are equal.
5805
- var objStacked = stack.get(object);
5806
- var othStacked = stack.get(other);
5807
- if (objStacked && othStacked) {
5808
- return objStacked == other && othStacked == object;
5783
+ // Assume cyclic values are equal.
5784
+ var stacked = stack.get(object);
5785
+ if (stacked && stack.get(other)) {
5786
+ return stacked == other;
5809
5787
  }
5810
5788
  var result = true;
5811
5789
  stack.set(object, other);
@@ -9186,10 +9164,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9186
9164
  * // The `_.property` iteratee shorthand.
9187
9165
  * _.filter(users, 'active');
9188
9166
  * // => objects for ['barney']
9189
- *
9190
- * // Combining several predicates using `_.overEvery` or `_.overSome`.
9191
- * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
9192
- * // => objects for ['fred', 'barney']
9193
9167
  */
9194
9168
  function filter(collection, predicate) {
9195
9169
  var func = isArray(collection) ? arrayFilter : baseFilter;
@@ -9939,15 +9913,15 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9939
9913
  * var users = [
9940
9914
  * { 'user': 'fred', 'age': 48 },
9941
9915
  * { 'user': 'barney', 'age': 36 },
9942
- * { 'user': 'fred', 'age': 30 },
9916
+ * { 'user': 'fred', 'age': 40 },
9943
9917
  * { 'user': 'barney', 'age': 34 }
9944
9918
  * ];
9945
9919
  *
9946
9920
  * _.sortBy(users, [function(o) { return o.user; }]);
9947
- * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]]
9921
+ * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]
9948
9922
  *
9949
9923
  * _.sortBy(users, ['user', 'age']);
9950
- * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]]
9924
+ * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]
9951
9925
  */
9952
9926
  var sortBy = baseRest(function(collection, iteratees) {
9953
9927
  if (collection == null) {
@@ -14822,11 +14796,11 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
14822
14796
 
14823
14797
  // Use a sourceURL for easier debugging.
14824
14798
  // The sourceURL gets injected into the source that's eval-ed, so be careful
14825
- // to normalize all kinds of whitespace, so e.g. newlines (and unicode versions of it) can't sneak in
14826
- // and escape the comment, thus injecting code that gets evaled.
14799
+ // with lookup (in case of e.g. prototype pollution), and strip newlines if any.
14800
+ // A newline wouldn't be a valid sourceURL anyway, and it'd enable code injection.
14827
14801
  var sourceURL = '//# sourceURL=' +
14828
14802
  (hasOwnProperty.call(options, 'sourceURL')
14829
- ? (options.sourceURL + '').replace(/\s/g, ' ')
14803
+ ? (options.sourceURL + '').replace(/[\r\n]/g, ' ')
14830
14804
  : ('lodash.templateSources[' + (++templateCounter) + ']')
14831
14805
  ) + '\n';
14832
14806
 
@@ -14859,6 +14833,8 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
14859
14833
 
14860
14834
  // If `variable` is not specified wrap a with-statement around the generated
14861
14835
  // code to add the data object to the top of the scope chain.
14836
+ // Like with sourceURL, we take care to not check the option's prototype,
14837
+ // as this configuration is a code injection vector.
14862
14838
  var variable = hasOwnProperty.call(options, 'variable') && options.variable;
14863
14839
  if (!variable) {
14864
14840
  source = 'with (obj) {\n' + source + '\n}\n';
@@ -15565,9 +15541,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15565
15541
  * values against any array or object value, respectively. See `_.isEqual`
15566
15542
  * for a list of supported value comparisons.
15567
15543
  *
15568
- * **Note:** Multiple values can be checked by combining several matchers
15569
- * using `_.overSome`
15570
- *
15571
15544
  * @static
15572
15545
  * @memberOf _
15573
15546
  * @since 3.0.0
@@ -15583,10 +15556,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15583
15556
  *
15584
15557
  * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));
15585
15558
  * // => [{ 'a': 4, 'b': 5, 'c': 6 }]
15586
- *
15587
- * // Checking for several possible values
15588
- * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })]));
15589
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15590
15559
  */
15591
15560
  function matches(source) {
15592
15561
  return baseMatches(baseClone(source, CLONE_DEEP_FLAG));
@@ -15601,9 +15570,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15601
15570
  * `srcValue` values against any array or object value, respectively. See
15602
15571
  * `_.isEqual` for a list of supported value comparisons.
15603
15572
  *
15604
- * **Note:** Multiple values can be checked by combining several matchers
15605
- * using `_.overSome`
15606
- *
15607
15573
  * @static
15608
15574
  * @memberOf _
15609
15575
  * @since 3.2.0
@@ -15620,10 +15586,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15620
15586
  *
15621
15587
  * _.find(objects, _.matchesProperty('a', 4));
15622
15588
  * // => { 'a': 4, 'b': 5, 'c': 6 }
15623
- *
15624
- * // Checking for several possible values
15625
- * _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)]));
15626
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15627
15589
  */
15628
15590
  function matchesProperty(path, srcValue) {
15629
15591
  return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));
@@ -15847,10 +15809,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15847
15809
  * Creates a function that checks if **all** of the `predicates` return
15848
15810
  * truthy when invoked with the arguments it receives.
15849
15811
  *
15850
- * Following shorthands are possible for providing predicates.
15851
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15852
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15853
- *
15854
15812
  * @static
15855
15813
  * @memberOf _
15856
15814
  * @since 4.0.0
@@ -15877,10 +15835,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15877
15835
  * Creates a function that checks if **any** of the `predicates` return
15878
15836
  * truthy when invoked with the arguments it receives.
15879
15837
  *
15880
- * Following shorthands are possible for providing predicates.
15881
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15882
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15883
- *
15884
15838
  * @static
15885
15839
  * @memberOf _
15886
15840
  * @since 4.0.0
@@ -15900,9 +15854,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15900
15854
  *
15901
15855
  * func(NaN);
15902
15856
  * // => false
15903
- *
15904
- * var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }])
15905
- * var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]])
15906
15857
  */
15907
15858
  var overSome = createOver(arraySome);
15908
15859