@mjhls/mjh-framework 1.0.236 → 1.0.238

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 (84) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AdSlot-1fe1c231.js +69 -0
  3. package/dist/cjs/DeckContent.js +26 -19
  4. package/dist/cjs/DeckQueue.js +24 -18
  5. package/dist/cjs/{Dfp-f16a4421.js → Dfp-045b016b.js} +10 -7
  6. package/dist/cjs/{GridContent-3f7dc5ac.js → GridContent-53e78cbf.js} +23 -20
  7. package/dist/cjs/GridContent.js +18 -12
  8. package/dist/cjs/IssueContentDeck.js +3 -3
  9. package/dist/cjs/IssueDeck.js +3 -3
  10. package/dist/cjs/MasterDeck-91c6ad85.js +917 -0
  11. package/dist/cjs/MasterDeck.js +18 -329
  12. package/dist/cjs/{Normal-815c5ad0.js → Normal-a94a1ec8.js} +34 -21
  13. package/dist/cjs/PublicationDeck.js +3 -3
  14. package/dist/cjs/QueueDeckExpanded.js +21 -16
  15. package/dist/cjs/{TaxonomyCard-0d4ec68b.js → TaxonomyCard-b5074d6e.js} +4 -4
  16. package/dist/cjs/TaxonomyCard.js +6 -5
  17. package/dist/cjs/TemplateNormal.js +11 -8
  18. package/dist/cjs/ThumbnailCard.js +4 -4
  19. package/dist/cjs/{Ustream-5f595d09.js → Ustream-85b14a8d.js} +3 -5
  20. package/dist/cjs/Ustream.js +6 -2
  21. package/dist/cjs/VideoSeriesListing.js +19 -15
  22. package/dist/cjs/{YoutubeGroup-ad994d02.js → YoutubeGroup-fd44f8a0.js} +2 -2
  23. package/dist/cjs/YoutubeGroup.js +3 -3
  24. package/dist/cjs/{_commonjsHelpers-3fc1f64e.js → _commonjsHelpers-06173234.js} +5 -0
  25. package/dist/cjs/_to-object-329a650b.js +348 -0
  26. package/dist/cjs/core.get-iterator-method-e049ca4a.js +39 -0
  27. package/dist/cjs/{debounce-a963b136.js → debounce-bbca43c4.js} +1 -1
  28. package/dist/cjs/{entities-3e0b4a16.js → entities-310b46ee.js} +1 -1
  29. package/dist/cjs/extends-e94dbea5.js +98 -0
  30. package/dist/cjs/{get-126b1712.js → get-af2516a4.js} +1 -1
  31. package/dist/cjs/{index-a4c53ff4.js → index-39beccb3.js} +1 -1
  32. package/dist/cjs/{index-0d0efcfa.js → index-fa0fb52c.js} +1 -1
  33. package/dist/cjs/{index-0322e486.js → index-fa3cec70.js} +1 -1
  34. package/dist/cjs/index.js +3128 -358
  35. package/dist/cjs/inherits-5b5ca8db.js +650 -0
  36. package/dist/cjs/{main-becc38ae.js → main-d9a1b014.js} +1 -2
  37. package/dist/cjs/slicedToArray-e38fb29d.js +95 -0
  38. package/dist/cjs/toConsumableArray-7e4caf3c.js +123 -0
  39. package/dist/cjs/{visibility-sensor-8936e703.js → visibility-sensor-b72d9527.js} +1 -1
  40. package/dist/cjs/web.dom.iterable-0998bdc3.js +254 -0
  41. package/dist/esm/AdSlot-017b8051.js +64 -0
  42. package/dist/esm/DeckContent.js +24 -17
  43. package/dist/esm/DeckQueue.js +22 -16
  44. package/dist/esm/{Dfp-0567f8a3.js → Dfp-01f14ae3.js} +10 -7
  45. package/dist/esm/{GridContent-e61fff04.js → GridContent-f5bc4d75.js} +21 -18
  46. package/dist/esm/GridContent.js +18 -12
  47. package/dist/esm/IssueContentDeck.js +3 -3
  48. package/dist/esm/IssueDeck.js +3 -3
  49. package/dist/esm/MasterDeck-5dd97a66.js +910 -0
  50. package/dist/esm/MasterDeck.js +17 -328
  51. package/dist/esm/{Normal-ebb02255.js → Normal-357f00d1.js} +34 -21
  52. package/dist/esm/PublicationDeck.js +3 -3
  53. package/dist/esm/QueueDeckExpanded.js +19 -14
  54. package/dist/esm/{TaxonomyCard-92f9e327.js → TaxonomyCard-f74512cb.js} +3 -3
  55. package/dist/esm/TaxonomyCard.js +6 -5
  56. package/dist/esm/TemplateNormal.js +11 -8
  57. package/dist/esm/ThumbnailCard.js +4 -4
  58. package/dist/esm/{Ustream-2bfb1813.js → Ustream-62a07a32.js} +3 -5
  59. package/dist/esm/Ustream.js +6 -2
  60. package/dist/esm/VideoSeriesListing.js +16 -12
  61. package/dist/esm/{YoutubeGroup-1368335c.js → YoutubeGroup-1b3eca73.js} +2 -2
  62. package/dist/esm/YoutubeGroup.js +3 -3
  63. package/dist/esm/{_commonjsHelpers-ae1b5db5.js → _commonjsHelpers-0c4b6f40.js} +5 -1
  64. package/dist/esm/_to-object-86553f76.js +318 -0
  65. package/dist/esm/core.get-iterator-method-709061dc.js +36 -0
  66. package/dist/esm/{debounce-dc0c02e5.js → debounce-fa7fbf11.js} +1 -1
  67. package/dist/esm/{entities-e85d3a4a.js → entities-7cc3bf45.js} +1 -1
  68. package/dist/esm/extends-7f88fa22.js +94 -0
  69. package/dist/esm/{get-b074314b.js → get-8d382479.js} +1 -1
  70. package/dist/esm/{index-ca4ff5cb.js → index-3849e3fe.js} +1 -1
  71. package/dist/esm/{index-3c1ee9ab.js → index-5f9f807a.js} +1 -1
  72. package/dist/esm/{index-70f7c966.js → index-fa84ea96.js} +1 -1
  73. package/dist/esm/index.js +3129 -358
  74. package/dist/esm/inherits-a82a4471.js +642 -0
  75. package/dist/esm/{main-e84e7749.js → main-eecf7b27.js} +2 -2
  76. package/dist/esm/slicedToArray-eb7eca9e.js +93 -0
  77. package/dist/esm/toConsumableArray-08d50169.js +117 -0
  78. package/dist/esm/{visibility-sensor-71e50a91.js → visibility-sensor-336093e1.js} +1 -1
  79. package/dist/esm/web.dom.iterable-f05d2f57.js +246 -0
  80. package/package.json +4 -1
  81. package/dist/cjs/AdSlot-983cfe5f.js +0 -515
  82. package/dist/cjs/_babelHelpers-4a69caad.js +0 -149
  83. package/dist/esm/AdSlot-c40f4438.js +0 -509
  84. package/dist/esm/_babelHelpers-c212c59c.js +0 -140
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
- import { s as slicedToArray } from './_babelHelpers-c212c59c.js';
2
+ import { _ as _slicedToArray } from './slicedToArray-eb7eca9e.js';
3
3
  import { G as GenIcon, d as IoIosOpen } from './index.esm-536609db.js';
4
4
 
5
5
  // THIS FILE IS AUTO GENERATED
@@ -12,8 +12,6 @@ var FaRegWindowClose = function (props) {
12
12
  };
13
13
  FaRegWindowClose.displayName = "FaRegWindowClose";
14
14
 
15
- // UStream Component
16
-
17
15
  var Ustream = function Ustream(_ref) {
18
16
  var _ref$width = _ref.width,
19
17
  width = _ref$width === undefined ? '300px' : _ref$width,
@@ -27,12 +25,12 @@ var Ustream = function Ustream(_ref) {
27
25
  src = _ref$src === undefined ? 'https://video.ibm.com/embed/23627444?volume=0&autoplay=true' : _ref$src;
28
26
 
29
27
  var _useState = useState(width),
30
- _useState2 = slicedToArray(_useState, 2),
28
+ _useState2 = _slicedToArray(_useState, 2),
31
29
  currentWidth = _useState2[0],
32
30
  setWidth = _useState2[1];
33
31
 
34
32
  var _useState3 = useState(height),
35
- _useState4 = slicedToArray(_useState3, 2),
33
+ _useState4 = _slicedToArray(_useState3, 2),
36
34
  currentHeight = _useState4[0],
37
35
  setHeight = _useState4[1];
38
36
 
@@ -1,4 +1,8 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './_to-object-86553f76.js';
3
+ import './web.dom.iterable-f05d2f57.js';
4
+ import './core.get-iterator-method-709061dc.js';
1
5
  import 'react';
2
- import './_babelHelpers-c212c59c.js';
6
+ import './slicedToArray-eb7eca9e.js';
3
7
  import './index.esm-536609db.js';
4
- export { U as default } from './Ustream-2bfb1813.js';
8
+ export { U as default } from './Ustream-62a07a32.js';
@@ -1,33 +1,36 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './_to-object-86553f76.js';
3
+ import './web.dom.iterable-f05d2f57.js';
4
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-a82a4471.js';
5
+ import { _ as _extends } from './extends-7f88fa22.js';
1
6
  import React__default from 'react';
2
- import './_commonjsHelpers-ae1b5db5.js';
3
- import { l as lib_3 } from './index-70f7c966.js';
7
+ import { l as lib_3 } from './index-fa84ea96.js';
4
8
  import 'prop-types';
5
9
  import Container from 'react-bootstrap/Container';
6
- import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-71e50a91.js';
10
+ import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-336093e1.js';
7
11
  import 'next/link';
8
12
  import { withRouter } from 'next/router';
9
- import { d as debounce_1 } from './debounce-dc0c02e5.js';
13
+ import { d as debounce_1 } from './debounce-fa7fbf11.js';
10
14
  import 'react-dom';
11
- import './index-3c1ee9ab.js';
12
- import { i as inherits, c as createClass, a as classCallCheck, p as possibleConstructorReturn, _ as _extends } from './_babelHelpers-c212c59c.js';
13
- import { Y as YoutubeGroup } from './YoutubeGroup-1368335c.js';
15
+ import './index-5f9f807a.js';
16
+ import { Y as YoutubeGroup } from './YoutubeGroup-1b3eca73.js';
14
17
  import { a as IoIosArrowForward } from './index.esm-536609db.js';
15
18
 
16
19
  var VideoSeriesListing = function (_React$Component) {
17
- inherits(VideoSeriesListing, _React$Component);
20
+ _inherits(VideoSeriesListing, _React$Component);
18
21
 
19
22
  function VideoSeriesListing() {
20
23
  var _ref;
21
24
 
22
25
  var _temp, _this, _ret;
23
26
 
24
- classCallCheck(this, VideoSeriesListing);
27
+ _classCallCheck(this, VideoSeriesListing);
25
28
 
26
29
  for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
27
30
  args[_key] = arguments[_key];
28
31
  }
29
32
 
30
- return _ret = (_temp = (_this = possibleConstructorReturn(this, (_ref = VideoSeriesListing.__proto__ || 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 = {
33
+ return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = VideoSeriesListing.__proto__ || _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 = {
31
34
  data: _this.dataArr,
32
35
  per: _this.params ? _this.params.to : 2,
33
36
  page: _this.props.currentPage || 1,
@@ -203,10 +206,10 @@ var VideoSeriesListing = function (_React$Component) {
203
206
  );
204
207
  })
205
208
  );
206
- }, _temp), possibleConstructorReturn(_this, _ret);
209
+ }, _temp), _possibleConstructorReturn(_this, _ret);
207
210
  }
208
211
 
209
- createClass(VideoSeriesListing, [{
212
+ _createClass(VideoSeriesListing, [{
210
213
  key: 'render',
211
214
  value: function render() {
212
215
  var _this2 = this;
@@ -240,6 +243,7 @@ var VideoSeriesListing = function (_React$Component) {
240
243
  );
241
244
  }
242
245
  }]);
246
+
243
247
  return VideoSeriesListing;
244
248
  }(React__default.Component);
245
249
 
@@ -1,7 +1,7 @@
1
+ import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
1
2
  import React__default from 'react';
2
- import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-ae1b5db5.js';
3
3
  import 'next/link';
4
- import { L as LazyLoad } from './index-3c1ee9ab.js';
4
+ import { L as LazyLoad } from './index-5f9f807a.js';
5
5
 
6
6
  var getYoutubeId = createCommonjsModule(function (module, exports) {
7
7
  (function (root, factory) {
@@ -1,7 +1,7 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
1
2
  import 'react';
2
- import './_commonjsHelpers-ae1b5db5.js';
3
3
  import 'prop-types';
4
4
  import 'next/link';
5
5
  import 'react-dom';
6
- import './index-3c1ee9ab.js';
7
- export { Y as default } from './YoutubeGroup-1368335c.js';
6
+ import './index-5f9f807a.js';
7
+ export { Y as default } from './YoutubeGroup-1b3eca73.js';
@@ -12,4 +12,8 @@ function createCommonjsModule(fn, module) {
12
12
  return module = { exports: {} }, fn(module, module.exports), module.exports;
13
13
  }
14
14
 
15
- export { commonjsGlobal as a, commonjsRequire as b, createCommonjsModule as c, unwrapExports as u };
15
+ function getCjsExportFromNamespace (n) {
16
+ return n && n['default'] || n;
17
+ }
18
+
19
+ export { commonjsGlobal as a, commonjsRequire as b, createCommonjsModule as c, getCjsExportFromNamespace as g, unwrapExports as u };
@@ -0,0 +1,318 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+
3
+ // 7.1.4 ToInteger
4
+ var ceil = Math.ceil;
5
+ var floor = Math.floor;
6
+ var _toInteger = function (it) {
7
+ return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
8
+ };
9
+
10
+ // 7.2.1 RequireObjectCoercible(argument)
11
+ var _defined = function (it) {
12
+ if (it == undefined) throw TypeError("Can't call method on " + it);
13
+ return it;
14
+ };
15
+
16
+ var _global = createCommonjsModule(function (module) {
17
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
18
+ var global = module.exports = typeof window != 'undefined' && window.Math == Math
19
+ ? window : typeof self != 'undefined' && self.Math == Math ? self
20
+ // eslint-disable-next-line no-new-func
21
+ : Function('return this')();
22
+ if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
23
+ });
24
+
25
+ var _core = createCommonjsModule(function (module) {
26
+ var core = module.exports = { version: '2.6.11' };
27
+ if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
28
+ });
29
+ var _core_1 = _core.version;
30
+
31
+ var _aFunction = function (it) {
32
+ if (typeof it != 'function') throw TypeError(it + ' is not a function!');
33
+ return it;
34
+ };
35
+
36
+ // optional / simple context binding
37
+
38
+ var _ctx = function (fn, that, length) {
39
+ _aFunction(fn);
40
+ if (that === undefined) return fn;
41
+ switch (length) {
42
+ case 1: return function (a) {
43
+ return fn.call(that, a);
44
+ };
45
+ case 2: return function (a, b) {
46
+ return fn.call(that, a, b);
47
+ };
48
+ case 3: return function (a, b, c) {
49
+ return fn.call(that, a, b, c);
50
+ };
51
+ }
52
+ return function (/* ...args */) {
53
+ return fn.apply(that, arguments);
54
+ };
55
+ };
56
+
57
+ var _isObject = function (it) {
58
+ return typeof it === 'object' ? it !== null : typeof it === 'function';
59
+ };
60
+
61
+ var _anObject = function (it) {
62
+ if (!_isObject(it)) throw TypeError(it + ' is not an object!');
63
+ return it;
64
+ };
65
+
66
+ var _fails = function (exec) {
67
+ try {
68
+ return !!exec();
69
+ } catch (e) {
70
+ return true;
71
+ }
72
+ };
73
+
74
+ // Thank's IE8 for his funny defineProperty
75
+ var _descriptors = !_fails(function () {
76
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
77
+ });
78
+
79
+ var document = _global.document;
80
+ // typeof document.createElement is 'object' in old IE
81
+ var is = _isObject(document) && _isObject(document.createElement);
82
+ var _domCreate = function (it) {
83
+ return is ? document.createElement(it) : {};
84
+ };
85
+
86
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
87
+ return Object.defineProperty(_domCreate('div'), 'a', { get: function () { return 7; } }).a != 7;
88
+ });
89
+
90
+ // 7.1.1 ToPrimitive(input [, PreferredType])
91
+
92
+ // instead of the ES6 spec version, we didn't implement @@toPrimitive case
93
+ // and the second argument - flag - preferred type is a string
94
+ var _toPrimitive = function (it, S) {
95
+ if (!_isObject(it)) return it;
96
+ var fn, val;
97
+ if (S && typeof (fn = it.toString) == 'function' && !_isObject(val = fn.call(it))) return val;
98
+ if (typeof (fn = it.valueOf) == 'function' && !_isObject(val = fn.call(it))) return val;
99
+ if (!S && typeof (fn = it.toString) == 'function' && !_isObject(val = fn.call(it))) return val;
100
+ throw TypeError("Can't convert object to primitive value");
101
+ };
102
+
103
+ var dP = Object.defineProperty;
104
+
105
+ var f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
106
+ _anObject(O);
107
+ P = _toPrimitive(P, true);
108
+ _anObject(Attributes);
109
+ if (_ie8DomDefine) try {
110
+ return dP(O, P, Attributes);
111
+ } catch (e) { /* empty */ }
112
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
113
+ if ('value' in Attributes) O[P] = Attributes.value;
114
+ return O;
115
+ };
116
+
117
+ var _objectDp = {
118
+ f: f
119
+ };
120
+
121
+ var _propertyDesc = function (bitmap, value) {
122
+ return {
123
+ enumerable: !(bitmap & 1),
124
+ configurable: !(bitmap & 2),
125
+ writable: !(bitmap & 4),
126
+ value: value
127
+ };
128
+ };
129
+
130
+ var _hide = _descriptors ? function (object, key, value) {
131
+ return _objectDp.f(object, key, _propertyDesc(1, value));
132
+ } : function (object, key, value) {
133
+ object[key] = value;
134
+ return object;
135
+ };
136
+
137
+ var hasOwnProperty = {}.hasOwnProperty;
138
+ var _has = function (it, key) {
139
+ return hasOwnProperty.call(it, key);
140
+ };
141
+
142
+ var PROTOTYPE = 'prototype';
143
+
144
+ var $export = function (type, name, source) {
145
+ var IS_FORCED = type & $export.F;
146
+ var IS_GLOBAL = type & $export.G;
147
+ var IS_STATIC = type & $export.S;
148
+ var IS_PROTO = type & $export.P;
149
+ var IS_BIND = type & $export.B;
150
+ var IS_WRAP = type & $export.W;
151
+ var exports = IS_GLOBAL ? _core : _core[name] || (_core[name] = {});
152
+ var expProto = exports[PROTOTYPE];
153
+ var target = IS_GLOBAL ? _global : IS_STATIC ? _global[name] : (_global[name] || {})[PROTOTYPE];
154
+ var key, own, out;
155
+ if (IS_GLOBAL) source = name;
156
+ for (key in source) {
157
+ // contains in native
158
+ own = !IS_FORCED && target && target[key] !== undefined;
159
+ if (own && _has(exports, key)) continue;
160
+ // export native or passed
161
+ out = own ? target[key] : source[key];
162
+ // prevent global pollution for namespaces
163
+ exports[key] = IS_GLOBAL && typeof target[key] != 'function' ? source[key]
164
+ // bind timers to global for call from export context
165
+ : IS_BIND && own ? _ctx(out, _global)
166
+ // wrap global constructors for prevent change them in library
167
+ : IS_WRAP && target[key] == out ? (function (C) {
168
+ var F = function (a, b, c) {
169
+ if (this instanceof C) {
170
+ switch (arguments.length) {
171
+ case 0: return new C();
172
+ case 1: return new C(a);
173
+ case 2: return new C(a, b);
174
+ } return new C(a, b, c);
175
+ } return C.apply(this, arguments);
176
+ };
177
+ F[PROTOTYPE] = C[PROTOTYPE];
178
+ return F;
179
+ // make static versions for prototype methods
180
+ })(out) : IS_PROTO && typeof out == 'function' ? _ctx(Function.call, out) : out;
181
+ // export proto methods to core.%CONSTRUCTOR%.methods.%NAME%
182
+ if (IS_PROTO) {
183
+ (exports.virtual || (exports.virtual = {}))[key] = out;
184
+ // export proto methods to core.%CONSTRUCTOR%.prototype.%NAME%
185
+ if (type & $export.R && expProto && !expProto[key]) _hide(expProto, key, out);
186
+ }
187
+ }
188
+ };
189
+ // type bitmap
190
+ $export.F = 1; // forced
191
+ $export.G = 2; // global
192
+ $export.S = 4; // static
193
+ $export.P = 8; // proto
194
+ $export.B = 16; // bind
195
+ $export.W = 32; // wrap
196
+ $export.U = 64; // safe
197
+ $export.R = 128; // real proto method for `library`
198
+ var _export = $export;
199
+
200
+ var toString = {}.toString;
201
+
202
+ var _cof = function (it) {
203
+ return toString.call(it).slice(8, -1);
204
+ };
205
+
206
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
207
+
208
+ // eslint-disable-next-line no-prototype-builtins
209
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
210
+ return _cof(it) == 'String' ? it.split('') : Object(it);
211
+ };
212
+
213
+ // to indexed object, toObject with fallback for non-array-like ES3 strings
214
+
215
+
216
+ var _toIobject = function (it) {
217
+ return _iobject(_defined(it));
218
+ };
219
+
220
+ // 7.1.15 ToLength
221
+
222
+ var min = Math.min;
223
+ var _toLength = function (it) {
224
+ return it > 0 ? min(_toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
225
+ };
226
+
227
+ var max = Math.max;
228
+ var min$1 = Math.min;
229
+ var _toAbsoluteIndex = function (index, length) {
230
+ index = _toInteger(index);
231
+ return index < 0 ? max(index + length, 0) : min$1(index, length);
232
+ };
233
+
234
+ // false -> Array#indexOf
235
+ // true -> Array#includes
236
+
237
+
238
+
239
+ var _arrayIncludes = function (IS_INCLUDES) {
240
+ return function ($this, el, fromIndex) {
241
+ var O = _toIobject($this);
242
+ var length = _toLength(O.length);
243
+ var index = _toAbsoluteIndex(fromIndex, length);
244
+ var value;
245
+ // Array#includes uses SameValueZero equality algorithm
246
+ // eslint-disable-next-line no-self-compare
247
+ if (IS_INCLUDES && el != el) while (length > index) {
248
+ value = O[index++];
249
+ // eslint-disable-next-line no-self-compare
250
+ if (value != value) return true;
251
+ // Array#indexOf ignores holes, Array#includes - not
252
+ } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
253
+ if (O[index] === el) return IS_INCLUDES || index || 0;
254
+ } return !IS_INCLUDES && -1;
255
+ };
256
+ };
257
+
258
+ var _shared = createCommonjsModule(function (module) {
259
+ var SHARED = '__core-js_shared__';
260
+ var store = _global[SHARED] || (_global[SHARED] = {});
261
+
262
+ (module.exports = function (key, value) {
263
+ return store[key] || (store[key] = value !== undefined ? value : {});
264
+ })('versions', []).push({
265
+ version: _core.version,
266
+ mode: 'pure' ,
267
+ copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
268
+ });
269
+ });
270
+
271
+ var id = 0;
272
+ var px = Math.random();
273
+ var _uid = function (key) {
274
+ return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
275
+ };
276
+
277
+ var shared = _shared('keys');
278
+
279
+ var _sharedKey = function (key) {
280
+ return shared[key] || (shared[key] = _uid(key));
281
+ };
282
+
283
+ var arrayIndexOf = _arrayIncludes(false);
284
+ var IE_PROTO = _sharedKey('IE_PROTO');
285
+
286
+ var _objectKeysInternal = function (object, names) {
287
+ var O = _toIobject(object);
288
+ var i = 0;
289
+ var result = [];
290
+ var key;
291
+ for (key in O) if (key != IE_PROTO) _has(O, key) && result.push(key);
292
+ // Don't enum bug & hidden keys
293
+ while (names.length > i) if (_has(O, key = names[i++])) {
294
+ ~arrayIndexOf(result, key) || result.push(key);
295
+ }
296
+ return result;
297
+ };
298
+
299
+ // IE 8- don't enum bug keys
300
+ var _enumBugKeys = (
301
+ 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
302
+ ).split(',');
303
+
304
+ // 19.1.2.14 / 15.2.3.14 Object.keys(O)
305
+
306
+
307
+
308
+ var _objectKeys = Object.keys || function keys(O) {
309
+ return _objectKeysInternal(O, _enumBugKeys);
310
+ };
311
+
312
+ // 7.1.13 ToObject(argument)
313
+
314
+ var _toObject = function (it) {
315
+ return Object(_defined(it));
316
+ };
317
+
318
+ export { _toInteger as A, _sharedKey as B, _core as _, _objectKeys as a, _toObject as b, _ctx as c, _toLength as d, _anObject as e, _aFunction as f, _global as g, _cof as h, _domCreate as i, _isObject as j, _hide as k, _descriptors as l, _objectDp as m, _export as n, _fails as o, _uid as p, _has as q, _objectKeysInternal as r, _enumBugKeys as s, _toIobject as t, _toPrimitive as u, _ie8DomDefine as v, _propertyDesc as w, _shared as x, _iobject as y, _defined as z };
@@ -0,0 +1,36 @@
1
+ import { h as _cof, _ as _core } from './_to-object-86553f76.js';
2
+ import { _ as _wks, f as _iterators } from './web.dom.iterable-f05d2f57.js';
3
+
4
+ // getting tag from 19.1.3.6 Object.prototype.toString()
5
+
6
+ var TAG = _wks('toStringTag');
7
+ // ES3 wrong here
8
+ var ARG = _cof(function () { return arguments; }()) == 'Arguments';
9
+
10
+ // fallback for IE11 Script Access Denied error
11
+ var tryGet = function (it, key) {
12
+ try {
13
+ return it[key];
14
+ } catch (e) { /* empty */ }
15
+ };
16
+
17
+ var _classof = function (it) {
18
+ var O, T, B;
19
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
20
+ // @@toStringTag case
21
+ : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
22
+ // builtinTag case
23
+ : ARG ? _cof(O)
24
+ // ES3 arguments fallback
25
+ : (B = _cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
26
+ };
27
+
28
+ var ITERATOR = _wks('iterator');
29
+
30
+ var core_getIteratorMethod = _core.getIteratorMethod = function (it) {
31
+ if (it != undefined) return it[ITERATOR]
32
+ || it['@@iterator']
33
+ || _iterators[_classof(it)];
34
+ };
35
+
36
+ export { _classof as _, core_getIteratorMethod as c };
@@ -1,4 +1,4 @@
1
- import { a as commonjsGlobal } from './_commonjsHelpers-ae1b5db5.js';
1
+ import { a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
2
 
3
3
  /**
4
4
  * Checks if `value` is the
@@ -1,4 +1,4 @@
1
- import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-ae1b5db5.js';
1
+ import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
2
 
3
3
  var striptags = createCommonjsModule(function (module) {
4
4
 
@@ -0,0 +1,94 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { o as _fails, b as _toObject, y as _iobject, a as _objectKeys, l as _descriptors, n as _export, _ as _core } from './_to-object-86553f76.js';
3
+
4
+ var f = Object.getOwnPropertySymbols;
5
+
6
+ var _objectGops = {
7
+ f: f
8
+ };
9
+
10
+ var f$1 = {}.propertyIsEnumerable;
11
+
12
+ var _objectPie = {
13
+ f: f$1
14
+ };
15
+
16
+ // 19.1.2.1 Object.assign(target, source, ...)
17
+
18
+
19
+
20
+
21
+
22
+
23
+ var $assign = Object.assign;
24
+
25
+ // should work with symbols and should have deterministic property order (V8 bug)
26
+ var _objectAssign = !$assign || _fails(function () {
27
+ var A = {};
28
+ var B = {};
29
+ // eslint-disable-next-line no-undef
30
+ var S = Symbol();
31
+ var K = 'abcdefghijklmnopqrst';
32
+ A[S] = 7;
33
+ K.split('').forEach(function (k) { B[k] = k; });
34
+ return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;
35
+ }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
36
+ var T = _toObject(target);
37
+ var aLen = arguments.length;
38
+ var index = 1;
39
+ var getSymbols = _objectGops.f;
40
+ var isEnum = _objectPie.f;
41
+ while (aLen > index) {
42
+ var S = _iobject(arguments[index++]);
43
+ var keys = getSymbols ? _objectKeys(S).concat(getSymbols(S)) : _objectKeys(S);
44
+ var length = keys.length;
45
+ var j = 0;
46
+ var key;
47
+ while (length > j) {
48
+ key = keys[j++];
49
+ if (!_descriptors || isEnum.call(S, key)) T[key] = S[key];
50
+ }
51
+ } return T;
52
+ } : $assign;
53
+
54
+ // 19.1.3.1 Object.assign(target, source)
55
+
56
+
57
+ _export(_export.S + _export.F, 'Object', { assign: _objectAssign });
58
+
59
+ var assign = _core.Object.assign;
60
+
61
+ var assign$1 = createCommonjsModule(function (module) {
62
+ module.exports = { "default": assign, __esModule: true };
63
+ });
64
+
65
+ unwrapExports(assign$1);
66
+
67
+ var _extends = createCommonjsModule(function (module, exports) {
68
+
69
+ exports.__esModule = true;
70
+
71
+
72
+
73
+ var _assign2 = _interopRequireDefault(assign$1);
74
+
75
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
76
+
77
+ exports.default = _assign2.default || function (target) {
78
+ for (var i = 1; i < arguments.length; i++) {
79
+ var source = arguments[i];
80
+
81
+ for (var key in source) {
82
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
83
+ target[key] = source[key];
84
+ }
85
+ }
86
+ }
87
+
88
+ return target;
89
+ };
90
+ });
91
+
92
+ var _extends$1 = unwrapExports(_extends);
93
+
94
+ export { _extends$1 as _, _objectGops as a, _objectPie as b };
@@ -1,4 +1,4 @@
1
- import { i as isSymbol_1, a as isObject_1, _ as _baseGetTag, b as _root, c as _Symbol } from './debounce-dc0c02e5.js';
1
+ import { i as isSymbol_1, a as isObject_1, _ as _baseGetTag, b as _root, c as _Symbol } from './debounce-fa7fbf11.js';
2
2
 
3
3
  /**
4
4
  * Checks if `value` is classified as an `Array` object.
@@ -1,4 +1,4 @@
1
- import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-ae1b5db5.js';
1
+ import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
2
 
3
3
  var parseAssetId_1 = createCommonjsModule(function (module, exports) {
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
1
2
  import React__default from 'react';
2
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-ae1b5db5.js';
3
3
  import PropTypes from 'prop-types';
4
4
  import reactDom from 'react-dom';
5
5
 
@@ -1,5 +1,5 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
1
2
  import React__default from 'react';
2
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-ae1b5db5.js';
3
3
  import PropTypes from 'prop-types';
4
4
 
5
5
  var domain;