@mjhls/mjh-framework 1.0.299 → 1.0.301

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 (36) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-b6b230c2.js → ADInfeed-ee8f2922.js} +1 -1
  3. package/dist/cjs/{AdSlot-5d9fdc6a.js → AdSlot-0af5afb9.js} +22 -14
  4. package/dist/cjs/DeckContent.js +10 -10
  5. package/dist/cjs/DeckQueue.js +8 -8
  6. package/dist/cjs/{Dfp-a8b22707.js → Dfp-f871551d.js} +1 -1
  7. package/dist/cjs/{GridContent-f09420d8.js → GridContent-e6ff710e.js} +10 -10
  8. package/dist/cjs/GridContent.js +7 -7
  9. package/dist/cjs/MasterDeck.js +8 -8
  10. package/dist/cjs/{Normal-7cc8b477.js → Normal-c531b426.js} +2 -2
  11. package/dist/cjs/QueueDeckExpanded.js +4 -4
  12. package/dist/cjs/TemplateNormal.js +5 -5
  13. package/dist/cjs/VideoSeriesListing.js +7 -7
  14. package/dist/cjs/{debounce-481f4457.js → debounce-ba3eaee2.js} +0 -1
  15. package/dist/cjs/{get-244e60f6.js → get-de2660c3.js} +1 -1
  16. package/dist/cjs/index.js +69 -25629
  17. package/dist/cjs/{inherits-1809c2b2.js → inherits-dd435947.js} +1 -1
  18. package/dist/cjs/{promise-80462e68.js → promise-2c453658.js} +1 -1
  19. package/dist/esm/{ADInfeed-f9eec740.js → ADInfeed-7bff8973.js} +1 -1
  20. package/dist/esm/{AdSlot-8eb6ead1.js → AdSlot-b6af1ab4.js} +22 -14
  21. package/dist/esm/DeckContent.js +5 -5
  22. package/dist/esm/DeckQueue.js +3 -3
  23. package/dist/esm/{Dfp-5bf6f49a.js → Dfp-d2d43384.js} +1 -1
  24. package/dist/esm/{GridContent-dfd2c3e1.js → GridContent-6f84ae5e.js} +5 -5
  25. package/dist/esm/GridContent.js +7 -7
  26. package/dist/esm/MasterDeck.js +3 -3
  27. package/dist/esm/{Normal-109b37d4.js → Normal-b00784c9.js} +2 -2
  28. package/dist/esm/QueueDeckExpanded.js +4 -4
  29. package/dist/esm/TemplateNormal.js +5 -5
  30. package/dist/esm/VideoSeriesListing.js +2 -2
  31. package/dist/esm/{debounce-348918fc.js → debounce-93ab8f80.js} +1 -1
  32. package/dist/esm/{get-92cb9c81.js → get-9c285a85.js} +1 -1
  33. package/dist/esm/index.js +78 -25638
  34. package/dist/esm/{inherits-0e4a08b9.js → inherits-2a854891.js} +1 -1
  35. package/dist/esm/{promise-d0f024ef.js → promise-e3480f1c.js} +1 -1
  36. package/package.json +2 -6
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.298
2
+ # mjh-framework v. 1.0.301
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -5,7 +5,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  var React = require('react');
6
6
  var React__default = _interopDefault(React);
7
7
  var Card = _interopDefault(require('react-bootstrap/Card'));
8
- var AdSlot = require('./AdSlot-5d9fdc6a.js');
8
+ var AdSlot = require('./AdSlot-0af5afb9.js');
9
9
 
10
10
  var ADInfeed = function ADInfeed(_ref) {
11
11
  var index = _ref.index,
@@ -4,13 +4,13 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
4
4
 
5
5
  var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
6
6
  var _toObject = require('./_to-object-329a650b.js');
7
- var debounce = require('./debounce-481f4457.js');
7
+ var debounce = require('./debounce-ba3eaee2.js');
8
8
  var main = require('./main-0ea1b808.js');
9
9
  var React = require('react');
10
10
  var React__default = _interopDefault(React);
11
11
  var PropTypes = _interopDefault(require('prop-types'));
12
12
  var slicedToArray = require('./slicedToArray-bed4d943.js');
13
- var promise = require('./promise-80462e68.js');
13
+ var promise = require('./promise-2c453658.js');
14
14
 
15
15
  var $JSON = _toObject._core.JSON || (_toObject._core.JSON = { stringify: JSON.stringify });
16
16
  var stringify = function stringify(it) { // eslint-disable-line no-unused-vars
@@ -1033,7 +1033,11 @@ var Beam = {
1033
1033
  while (1) {
1034
1034
  switch (_context4.prev = _context4.next) {
1035
1035
  case 0:
1036
- beam = _this4.get_beam(deviceType);
1036
+ _context4.next = 2;
1037
+ return _this4.get_beam(deviceType);
1038
+
1039
+ case 2:
1040
+ beam = _context4.sent;
1037
1041
  data = {};
1038
1042
 
1039
1043
  data.campaignId = campID;
@@ -1044,7 +1048,7 @@ var Beam = {
1044
1048
 
1045
1049
  console.log('Call DFP', action, data);
1046
1050
 
1047
- _context4.next = 10;
1051
+ _context4.next = 12;
1048
1052
  return fetch(beam_domain + '/api/beam/ad', {
1049
1053
  headers: {
1050
1054
  'Content-Type': 'application/json',
@@ -1060,19 +1064,19 @@ var Beam = {
1060
1064
  })
1061
1065
  });
1062
1066
 
1063
- case 10:
1067
+ case 12:
1064
1068
  response = _context4.sent;
1065
- _context4.next = 13;
1069
+ _context4.next = 15;
1066
1070
  return response.json();
1067
1071
 
1068
- case 13:
1072
+ case 15:
1069
1073
  res = _context4.sent;
1070
1074
 
1071
1075
  if (res.error) {
1072
1076
  console.error('DFP reporting error:', res.error);
1073
1077
  }
1074
1078
 
1075
- case 15:
1079
+ case 17:
1076
1080
  case 'end':
1077
1081
  return _context4.stop();
1078
1082
  }
@@ -1089,7 +1093,11 @@ var Beam = {
1089
1093
  while (1) {
1090
1094
  switch (_context5.prev = _context5.next) {
1091
1095
  case 0:
1092
- beam = _this5.get_beam(deviceType);
1096
+ _context5.next = 2;
1097
+ return _this5.get_beam(deviceType);
1098
+
1099
+ case 2:
1100
+ beam = _context5.sent;
1093
1101
  data = {};
1094
1102
 
1095
1103
  data.duration = duration;
@@ -1099,7 +1107,7 @@ var Beam = {
1099
1107
 
1100
1108
  console.log('Call YouTube', action, data);
1101
1109
 
1102
- _context5.next = 9;
1110
+ _context5.next = 11;
1103
1111
  return fetch(beam_domain + '/api/beam/video', {
1104
1112
  headers: {
1105
1113
  'Content-Type': 'application/json',
@@ -1115,19 +1123,19 @@ var Beam = {
1115
1123
  })
1116
1124
  });
1117
1125
 
1118
- case 9:
1126
+ case 11:
1119
1127
  response = _context5.sent;
1120
- _context5.next = 12;
1128
+ _context5.next = 14;
1121
1129
  return response.json();
1122
1130
 
1123
- case 12:
1131
+ case 14:
1124
1132
  res = _context5.sent;
1125
1133
 
1126
1134
  if (res.error) {
1127
1135
  console.error('Video reporting error:', res.error);
1128
1136
  }
1129
1137
 
1130
- case 14:
1138
+ case 16:
1131
1139
  case 'end':
1132
1140
  return _context5.stop();
1133
1141
  }
@@ -5,12 +5,12 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  var main = require('./main-0ea1b808.js');
10
10
  var toConsumableArray = require('./toConsumableArray-f05a306f.js');
11
11
  require('./core.get-iterator-method-e049ca4a.js');
12
12
  var _extends$2 = require('./extends-e94dbea5.js');
13
- var inherits$4 = require('./inherits-1809c2b2.js');
13
+ var inherits$2 = require('./inherits-dd435947.js');
14
14
  var React = require('react');
15
15
  var React__default = _interopDefault(React);
16
16
  require('prop-types');
@@ -27,25 +27,25 @@ var index = require('./index-39beccb3.js');
27
27
  var index$1 = require('./index-fa0fb52c.js');
28
28
  var entities = require('./entities-310b46ee.js');
29
29
  require('./slicedToArray-bed4d943.js');
30
- require('./AdSlot-5d9fdc6a.js');
31
- require('./promise-80462e68.js');
32
- var ADInfeed = require('./ADInfeed-b6b230c2.js');
30
+ require('./AdSlot-0af5afb9.js');
31
+ require('./promise-2c453658.js');
32
+ var ADInfeed = require('./ADInfeed-ee8f2922.js');
33
33
 
34
34
  var DeckContent = function (_React$Component) {
35
- inherits$4._inherits(DeckContent, _React$Component);
35
+ inherits$2._inherits(DeckContent, _React$Component);
36
36
 
37
37
  function DeckContent() {
38
38
  var _ref;
39
39
 
40
40
  var _temp, _this, _ret;
41
41
 
42
- inherits$4._classCallCheck(this, DeckContent);
42
+ inherits$2._classCallCheck(this, DeckContent);
43
43
 
44
44
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
45
45
  args[_key] = arguments[_key];
46
46
  }
47
47
 
48
- return _ret = (_temp = (_this = inherits$4._possibleConstructorReturn(this, (_ref = DeckContent.__proto__ || inherits$4._Object$getPrototypeOf(DeckContent)).call.apply(_ref, [this].concat(args))), _this), _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord || [], _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
48
+ return _ret = (_temp = (_this = inherits$2._possibleConstructorReturn(this, (_ref = DeckContent.__proto__ || inherits$2._Object$getPrototypeOf(DeckContent)).call.apply(_ref, [this].concat(args))), _this), _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord || [], _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
49
49
  data: _this.data,
50
50
  dataKeptToCompareNewDatarecord: _this.data,
51
51
  per: _this.params ? _this.params.to : 2,
@@ -371,10 +371,10 @@ var DeckContent = function (_React$Component) {
371
371
  'Next >>'
372
372
  )
373
373
  );
374
- }, _temp), inherits$4._possibleConstructorReturn(_this, _ret);
374
+ }, _temp), inherits$2._possibleConstructorReturn(_this, _ret);
375
375
  }
376
376
 
377
- inherits$4._createClass(DeckContent, [{
377
+ inherits$2._createClass(DeckContent, [{
378
378
  key: 'componentDidUpdate',
379
379
  value: function componentDidUpdate(prevProps, prevState) {
380
380
  if (this.state.dataKeptToCompareNewDatarecord !== this.props.dataRecord) {
@@ -5,12 +5,12 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  var main = require('./main-0ea1b808.js');
10
10
  var toConsumableArray = require('./toConsumableArray-f05a306f.js');
11
11
  require('./core.get-iterator-method-e049ca4a.js');
12
12
  var _extends$2 = require('./extends-e94dbea5.js');
13
- var inherits$4 = require('./inherits-1809c2b2.js');
13
+ var inherits$2 = require('./inherits-dd435947.js');
14
14
  var React = require('react');
15
15
  var React__default = _interopDefault(React);
16
16
  require('prop-types');
@@ -26,23 +26,23 @@ require('react-dom');
26
26
  var index = require('./index-39beccb3.js');
27
27
  var index$1 = require('./index-fa0fb52c.js');
28
28
  var entities = require('./entities-310b46ee.js');
29
- var get$1 = require('./get-244e60f6.js');
29
+ var get$1 = require('./get-de2660c3.js');
30
30
 
31
31
  var DeckQueue = function (_React$Component) {
32
- inherits$4._inherits(DeckQueue, _React$Component);
32
+ inherits$2._inherits(DeckQueue, _React$Component);
33
33
 
34
34
  function DeckQueue() {
35
35
  var _ref;
36
36
 
37
37
  var _temp, _this, _ret;
38
38
 
39
- inherits$4._classCallCheck(this, DeckQueue);
39
+ inherits$2._classCallCheck(this, DeckQueue);
40
40
 
41
41
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
42
42
  args[_key] = arguments[_key];
43
43
  }
44
44
 
45
- return _ret = (_temp = (_this = inherits$4._possibleConstructorReturn(this, (_ref = DeckQueue.__proto__ || inherits$4._Object$getPrototypeOf(DeckQueue)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
45
+ return _ret = (_temp = (_this = inherits$2._possibleConstructorReturn(this, (_ref = DeckQueue.__proto__ || inherits$2._Object$getPrototypeOf(DeckQueue)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
46
46
  data: _this.data,
47
47
  per: _this.params ? _this.params.to : 2,
48
48
  page: _this.props.currentPage || 1,
@@ -200,10 +200,10 @@ var DeckQueue = function (_React$Component) {
200
200
  'Next >>'
201
201
  )
202
202
  );
203
- }, _temp), inherits$4._possibleConstructorReturn(_this, _ret);
203
+ }, _temp), inherits$2._possibleConstructorReturn(_this, _ret);
204
204
  }
205
205
 
206
- inherits$4._createClass(DeckQueue, [{
206
+ inherits$2._createClass(DeckQueue, [{
207
207
  key: 'cardLoader',
208
208
  value: function cardLoader(page, columns, variant) {
209
209
  var _this2 = this;
@@ -5,7 +5,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  require('./core.get-iterator-method-e049ca4a.js');
10
10
  var React = require('react');
11
11
  var React__default = _interopDefault(React);
@@ -2,11 +2,11 @@
2
2
 
3
3
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
4
 
5
- var debounce = require('./debounce-481f4457.js');
5
+ var debounce = require('./debounce-ba3eaee2.js');
6
6
  var main = require('./main-0ea1b808.js');
7
7
  var toConsumableArray = require('./toConsumableArray-f05a306f.js');
8
8
  var _extends$2 = require('./extends-e94dbea5.js');
9
- var inherits$4 = require('./inherits-1809c2b2.js');
9
+ var inherits$2 = require('./inherits-dd435947.js');
10
10
  var React = require('react');
11
11
  var React__default = _interopDefault(React);
12
12
  var Container = _interopDefault(require('react-bootstrap/Container'));
@@ -20,11 +20,11 @@ var Router__default = _interopDefault(Router);
20
20
  var index = require('./index-39beccb3.js');
21
21
  var index$1 = require('./index-fa0fb52c.js');
22
22
  var entities = require('./entities-310b46ee.js');
23
- var ADInfeed = require('./ADInfeed-b6b230c2.js');
24
- var get$1 = require('./get-244e60f6.js');
23
+ var ADInfeed = require('./ADInfeed-ee8f2922.js');
24
+ var get$1 = require('./get-de2660c3.js');
25
25
 
26
26
  var Dfp = React__default.lazy(function () {
27
- return new Promise(function (resolve) { resolve(require('./Dfp-a8b22707.js')); });
27
+ return new Promise(function (resolve) { resolve(require('./Dfp-f871551d.js')); });
28
28
  });
29
29
 
30
30
  var AD = function AD(props) {
@@ -47,20 +47,20 @@ var AD = function AD(props) {
47
47
  };
48
48
 
49
49
  var GridContent = function (_React$Component) {
50
- inherits$4._inherits(GridContent, _React$Component);
50
+ inherits$2._inherits(GridContent, _React$Component);
51
51
 
52
52
  function GridContent() {
53
53
  var _ref;
54
54
 
55
55
  var _temp, _this, _ret;
56
56
 
57
- inherits$4._classCallCheck(this, GridContent);
57
+ inherits$2._classCallCheck(this, GridContent);
58
58
 
59
59
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
60
60
  args[_key] = arguments[_key];
61
61
  }
62
62
 
63
- return _ret = (_temp = (_this = inherits$4._possibleConstructorReturn(this, (_ref = GridContent.__proto__ || inherits$4._Object$getPrototypeOf(GridContent)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
63
+ return _ret = (_temp = (_this = inherits$2._possibleConstructorReturn(this, (_ref = GridContent.__proto__ || inherits$2._Object$getPrototypeOf(GridContent)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
64
64
  data: _this.data,
65
65
  per: _this.params ? _this.params.to : 2,
66
66
  page: _this.props.currentPage || 1,
@@ -259,10 +259,10 @@ var GridContent = function (_React$Component) {
259
259
  'Next >>'
260
260
  )
261
261
  );
262
- }, _temp), inherits$4._possibleConstructorReturn(_this, _ret);
262
+ }, _temp), inherits$2._possibleConstructorReturn(_this, _ret);
263
263
  }
264
264
 
265
- inherits$4._createClass(GridContent, [{
265
+ inherits$2._createClass(GridContent, [{
266
266
  key: 'cardLoader',
267
267
  value: function cardLoader(page, columns, variant, showVideo, VideoPlayer, showBI, brandInsight) {
268
268
  var _this2 = this;
@@ -3,12 +3,12 @@
3
3
  require('./_commonjsHelpers-06173234.js');
4
4
  require('./_to-object-329a650b.js');
5
5
  require('./web.dom.iterable-0998bdc3.js');
6
- require('./debounce-481f4457.js');
6
+ require('./debounce-ba3eaee2.js');
7
7
  require('./main-0ea1b808.js');
8
8
  require('./toConsumableArray-f05a306f.js');
9
9
  require('./core.get-iterator-method-e049ca4a.js');
10
10
  require('./extends-e94dbea5.js');
11
- require('./inherits-1809c2b2.js');
11
+ require('./inherits-dd435947.js');
12
12
  require('react');
13
13
  require('prop-types');
14
14
  require('react-bootstrap/Container');
@@ -23,11 +23,11 @@ require('./index-39beccb3.js');
23
23
  require('./index-fa0fb52c.js');
24
24
  require('./entities-310b46ee.js');
25
25
  require('./slicedToArray-bed4d943.js');
26
- require('./AdSlot-5d9fdc6a.js');
27
- require('./promise-80462e68.js');
28
- require('./ADInfeed-b6b230c2.js');
29
- require('./get-244e60f6.js');
30
- var GridContent = require('./GridContent-f09420d8.js');
26
+ require('./AdSlot-0af5afb9.js');
27
+ require('./promise-2c453658.js');
28
+ require('./ADInfeed-ee8f2922.js');
29
+ require('./get-de2660c3.js');
30
+ var GridContent = require('./GridContent-e6ff710e.js');
31
31
 
32
32
 
33
33
 
@@ -5,12 +5,12 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  var main = require('./main-0ea1b808.js');
10
10
  var toConsumableArray = require('./toConsumableArray-f05a306f.js');
11
11
  require('./core.get-iterator-method-e049ca4a.js');
12
12
  var _extends$2 = require('./extends-e94dbea5.js');
13
- var inherits$4 = require('./inherits-1809c2b2.js');
13
+ var inherits$2 = require('./inherits-dd435947.js');
14
14
  var React = require('react');
15
15
  var React__default = _interopDefault(React);
16
16
  require('prop-types');
@@ -24,10 +24,10 @@ var Router = require('next/router');
24
24
  var Router__default = _interopDefault(Router);
25
25
  require('react-dom');
26
26
  require('./index-39beccb3.js');
27
- var promise = require('./promise-80462e68.js');
27
+ var promise = require('./promise-2c453658.js');
28
28
 
29
29
  var MasterDeck = function (_React$Component) {
30
- inherits$4._inherits(MasterDeck, _React$Component);
30
+ inherits$2._inherits(MasterDeck, _React$Component);
31
31
 
32
32
  function MasterDeck() {
33
33
  var _ref,
@@ -35,13 +35,13 @@ var MasterDeck = function (_React$Component) {
35
35
 
36
36
  var _temp, _this, _ret;
37
37
 
38
- inherits$4._classCallCheck(this, MasterDeck);
38
+ inherits$2._classCallCheck(this, MasterDeck);
39
39
 
40
40
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
41
41
  args[_key] = arguments[_key];
42
42
  }
43
43
 
44
- return _ret = (_temp = (_this = inherits$4._possibleConstructorReturn(this, (_ref = MasterDeck.__proto__ || inherits$4._Object$getPrototypeOf(MasterDeck)).call.apply(_ref, [this].concat(args))), _this), _this.Deck = _this.props.deck, _this.variant = _this.props.variant, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord || [], _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.rightItems = _this.props.rightItems ? _this.props.rightItems : false, _this.state = {
44
+ return _ret = (_temp = (_this = inherits$2._possibleConstructorReturn(this, (_ref = MasterDeck.__proto__ || inherits$2._Object$getPrototypeOf(MasterDeck)).call.apply(_ref, [this].concat(args))), _this), _this.Deck = _this.props.deck, _this.variant = _this.props.variant, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord || [], _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.rightItems = _this.props.rightItems ? _this.props.rightItems : false, _this.state = {
45
45
  data: _this.data,
46
46
  dataKeptToCompareNewDatarecord: _this.data,
47
47
  per: _this.params ? _this.params.to : 2,
@@ -240,10 +240,10 @@ var MasterDeck = function (_React$Component) {
240
240
  'Next >>'
241
241
  )
242
242
  );
243
- }, _temp), inherits$4._possibleConstructorReturn(_this, _ret);
243
+ }, _temp), inherits$2._possibleConstructorReturn(_this, _ret);
244
244
  }
245
245
 
246
- inherits$4._createClass(MasterDeck, [{
246
+ inherits$2._createClass(MasterDeck, [{
247
247
  key: 'componentDidUpdate',
248
248
  value: function componentDidUpdate(prevProps, prevState) {
249
249
  if (this.state.dataKeptToCompareNewDatarecord !== this.props.dataRecord) {
@@ -10,8 +10,8 @@ var Row = _interopDefault(require('react-bootstrap/Row'));
10
10
  var Col = _interopDefault(require('react-bootstrap/Col'));
11
11
  var Link = _interopDefault(require('next/link'));
12
12
  var slicedToArray = require('./slicedToArray-bed4d943.js');
13
- var AdSlot = require('./AdSlot-5d9fdc6a.js');
14
- var get$1 = require('./get-244e60f6.js');
13
+ var AdSlot = require('./AdSlot-0af5afb9.js');
14
+ var get$1 = require('./get-de2660c3.js');
15
15
  var reactSocialIcons = require('./react-social-icons-cd0d9d3b.js');
16
16
  var reactBootstrap = require('react-bootstrap');
17
17
  var index_esm = require('./index.esm-340d3792.js');
@@ -5,7 +5,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  var main = require('./main-0ea1b808.js');
10
10
  var toConsumableArray = require('./toConsumableArray-f05a306f.js');
11
11
  require('./core.get-iterator-method-e049ca4a.js');
@@ -23,9 +23,9 @@ var index = require('./index-39beccb3.js');
23
23
  var index$1 = require('./index-fa0fb52c.js');
24
24
  var entities = require('./entities-310b46ee.js');
25
25
  var slicedToArray = require('./slicedToArray-bed4d943.js');
26
- require('./AdSlot-5d9fdc6a.js');
27
- require('./promise-80462e68.js');
28
- var ADInfeed = require('./ADInfeed-b6b230c2.js');
26
+ require('./AdSlot-0af5afb9.js');
27
+ require('./promise-2c453658.js');
28
+ var ADInfeed = require('./ADInfeed-ee8f2922.js');
29
29
  var reactBootstrap = require('react-bootstrap');
30
30
 
31
31
  var urlFor = function urlFor(source, builder) {
@@ -3,7 +3,7 @@
3
3
  require('./_commonjsHelpers-06173234.js');
4
4
  require('./_to-object-329a650b.js');
5
5
  require('./web.dom.iterable-0998bdc3.js');
6
- require('./debounce-481f4457.js');
6
+ require('./debounce-ba3eaee2.js');
7
7
  require('./main-0ea1b808.js');
8
8
  require('./core.get-iterator-method-e049ca4a.js');
9
9
  require('react');
@@ -13,14 +13,14 @@ require('react-bootstrap/Row');
13
13
  require('react-bootstrap/Col');
14
14
  require('next/link');
15
15
  require('./slicedToArray-bed4d943.js');
16
- require('./AdSlot-5d9fdc6a.js');
17
- require('./promise-80462e68.js');
18
- require('./get-244e60f6.js');
16
+ require('./AdSlot-0af5afb9.js');
17
+ require('./promise-2c453658.js');
18
+ require('./get-de2660c3.js');
19
19
  require('./react-social-icons-cd0d9d3b.js');
20
20
  require('react-bootstrap');
21
21
  require('./index.esm-340d3792.js');
22
22
  require('react-bootstrap/Button');
23
- var TemplateNormal = require('./Normal-7cc8b477.js');
23
+ var TemplateNormal = require('./Normal-c531b426.js');
24
24
  require('react-bootstrap/ListGroup');
25
25
  require('next/head');
26
26
  require('react-bootstrap/Nav');
@@ -5,9 +5,9 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
5
5
  require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./web.dom.iterable-0998bdc3.js');
8
- var debounce = require('./debounce-481f4457.js');
8
+ var debounce = require('./debounce-ba3eaee2.js');
9
9
  var _extends$2 = require('./extends-e94dbea5.js');
10
- var inherits$4 = require('./inherits-1809c2b2.js');
10
+ var inherits$2 = require('./inherits-dd435947.js');
11
11
  var React = require('react');
12
12
  var React__default = _interopDefault(React);
13
13
  require('prop-types');
@@ -22,20 +22,20 @@ var YoutubeGroup = require('./YoutubeGroup-98ffbc57.js');
22
22
  var index_esm = require('./index.esm-340d3792.js');
23
23
 
24
24
  var VideoSeriesListing = function (_React$Component) {
25
- inherits$4._inherits(VideoSeriesListing, _React$Component);
25
+ inherits$2._inherits(VideoSeriesListing, _React$Component);
26
26
 
27
27
  function VideoSeriesListing() {
28
28
  var _ref;
29
29
 
30
30
  var _temp, _this, _ret;
31
31
 
32
- inherits$4._classCallCheck(this, VideoSeriesListing);
32
+ inherits$2._classCallCheck(this, VideoSeriesListing);
33
33
 
34
34
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
35
35
  args[_key] = arguments[_key];
36
36
  }
37
37
 
38
- return _ret = (_temp = (_this = inherits$4._possibleConstructorReturn(this, (_ref = VideoSeriesListing.__proto__ || inherits$4._Object$getPrototypeOf(VideoSeriesListing)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.dataArr = [_this.data], _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
38
+ return _ret = (_temp = (_this = inherits$2._possibleConstructorReturn(this, (_ref = VideoSeriesListing.__proto__ || inherits$2._Object$getPrototypeOf(VideoSeriesListing)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.dataArr = [_this.data], _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
39
39
  data: _this.dataArr,
40
40
  per: _this.params ? _this.params.to : 2,
41
41
  page: _this.props.currentPage || 1,
@@ -211,10 +211,10 @@ var VideoSeriesListing = function (_React$Component) {
211
211
  );
212
212
  })
213
213
  );
214
- }, _temp), inherits$4._possibleConstructorReturn(_this, _ret);
214
+ }, _temp), inherits$2._possibleConstructorReturn(_this, _ret);
215
215
  }
216
216
 
217
- inherits$4._createClass(VideoSeriesListing, [{
217
+ inherits$2._createClass(VideoSeriesListing, [{
218
218
  key: 'render',
219
219
  value: function render() {
220
220
  var _this2 = this;
@@ -2135,7 +2135,6 @@ function debounce(func, wait, options) {
2135
2135
 
2136
2136
  var debounce_1 = debounce;
2137
2137
 
2138
- exports.EventEmitter = EventEmitter;
2139
2138
  exports._Symbol = _Symbol;
2140
2139
  exports._baseGetTag = _baseGetTag;
2141
2140
  exports._freeGlobal = _freeGlobal;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var debounce = require('./debounce-481f4457.js');
3
+ var debounce = require('./debounce-ba3eaee2.js');
4
4
 
5
5
  /**
6
6
  * Checks if `value` is classified as an `Array` object.