@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
@@ -0,0 +1,650 @@
1
+ 'use strict';
2
+
3
+ var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
+ var _toObject = require('./_to-object-329a650b.js');
5
+ var web_dom_iterable = require('./web.dom.iterable-0998bdc3.js');
6
+ var _extends$2 = require('./extends-e94dbea5.js');
7
+
8
+ var _library = true;
9
+
10
+ // most Object methods by ES6 should accept primitives
11
+
12
+
13
+
14
+ var _objectSap = function (KEY, exec) {
15
+ var fn = (_toObject._core.Object || {})[KEY] || Object[KEY];
16
+ var exp = {};
17
+ exp[KEY] = exec(fn);
18
+ _toObject._export(_toObject._export.S + _toObject._export.F * _toObject._fails(function () { fn(1); }), 'Object', exp);
19
+ };
20
+
21
+ // 19.1.2.9 Object.getPrototypeOf(O)
22
+
23
+
24
+
25
+ _objectSap('getPrototypeOf', function () {
26
+ return function getPrototypeOf(it) {
27
+ return web_dom_iterable._objectGpo(_toObject._toObject(it));
28
+ };
29
+ });
30
+
31
+ var getPrototypeOf = _toObject._core.Object.getPrototypeOf;
32
+
33
+ var getPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
34
+ module.exports = { "default": getPrototypeOf, __esModule: true };
35
+ });
36
+
37
+ var _Object$getPrototypeOf = _commonjsHelpers.unwrapExports(getPrototypeOf$1);
38
+
39
+ var classCallCheck = _commonjsHelpers.createCommonjsModule(function (module, exports) {
40
+
41
+ exports.__esModule = true;
42
+
43
+ exports.default = function (instance, Constructor) {
44
+ if (!(instance instanceof Constructor)) {
45
+ throw new TypeError("Cannot call a class as a function");
46
+ }
47
+ };
48
+ });
49
+
50
+ var _classCallCheck = _commonjsHelpers.unwrapExports(classCallCheck);
51
+
52
+ // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
53
+ _toObject._export(_toObject._export.S + _toObject._export.F * !_toObject._descriptors, 'Object', { defineProperty: _toObject._objectDp.f });
54
+
55
+ var $Object = _toObject._core.Object;
56
+ var defineProperty = function defineProperty(it, key, desc) {
57
+ return $Object.defineProperty(it, key, desc);
58
+ };
59
+
60
+ var defineProperty$1 = _commonjsHelpers.createCommonjsModule(function (module) {
61
+ module.exports = { "default": defineProperty, __esModule: true };
62
+ });
63
+
64
+ _commonjsHelpers.unwrapExports(defineProperty$1);
65
+
66
+ var createClass = _commonjsHelpers.createCommonjsModule(function (module, exports) {
67
+
68
+ exports.__esModule = true;
69
+
70
+
71
+
72
+ var _defineProperty2 = _interopRequireDefault(defineProperty$1);
73
+
74
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
75
+
76
+ exports.default = function () {
77
+ function defineProperties(target, props) {
78
+ for (var i = 0; i < props.length; i++) {
79
+ var descriptor = props[i];
80
+ descriptor.enumerable = descriptor.enumerable || false;
81
+ descriptor.configurable = true;
82
+ if ("value" in descriptor) descriptor.writable = true;
83
+ (0, _defineProperty2.default)(target, descriptor.key, descriptor);
84
+ }
85
+ }
86
+
87
+ return function (Constructor, protoProps, staticProps) {
88
+ if (protoProps) defineProperties(Constructor.prototype, protoProps);
89
+ if (staticProps) defineProperties(Constructor, staticProps);
90
+ return Constructor;
91
+ };
92
+ }();
93
+ });
94
+
95
+ var _createClass = _commonjsHelpers.unwrapExports(createClass);
96
+
97
+ var f = web_dom_iterable._wks;
98
+
99
+ var _wksExt = {
100
+ f: f
101
+ };
102
+
103
+ var iterator = _wksExt.f('iterator');
104
+
105
+ var iterator$1 = _commonjsHelpers.createCommonjsModule(function (module) {
106
+ module.exports = { "default": iterator, __esModule: true };
107
+ });
108
+
109
+ _commonjsHelpers.unwrapExports(iterator$1);
110
+
111
+ var _meta = _commonjsHelpers.createCommonjsModule(function (module) {
112
+ var META = _toObject._uid('meta');
113
+
114
+
115
+ var setDesc = _toObject._objectDp.f;
116
+ var id = 0;
117
+ var isExtensible = Object.isExtensible || function () {
118
+ return true;
119
+ };
120
+ var FREEZE = !_toObject._fails(function () {
121
+ return isExtensible(Object.preventExtensions({}));
122
+ });
123
+ var setMeta = function (it) {
124
+ setDesc(it, META, { value: {
125
+ i: 'O' + ++id, // object ID
126
+ w: {} // weak collections IDs
127
+ } });
128
+ };
129
+ var fastKey = function (it, create) {
130
+ // return primitive with prefix
131
+ if (!_toObject._isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
132
+ if (!_toObject._has(it, META)) {
133
+ // can't set metadata to uncaught frozen object
134
+ if (!isExtensible(it)) return 'F';
135
+ // not necessary to add metadata
136
+ if (!create) return 'E';
137
+ // add missing metadata
138
+ setMeta(it);
139
+ // return object ID
140
+ } return it[META].i;
141
+ };
142
+ var getWeak = function (it, create) {
143
+ if (!_toObject._has(it, META)) {
144
+ // can't set metadata to uncaught frozen object
145
+ if (!isExtensible(it)) return true;
146
+ // not necessary to add metadata
147
+ if (!create) return false;
148
+ // add missing metadata
149
+ setMeta(it);
150
+ // return hash weak collections IDs
151
+ } return it[META].w;
152
+ };
153
+ // add metadata on freeze-family methods calling
154
+ var onFreeze = function (it) {
155
+ if (FREEZE && meta.NEED && isExtensible(it) && !_toObject._has(it, META)) setMeta(it);
156
+ return it;
157
+ };
158
+ var meta = module.exports = {
159
+ KEY: META,
160
+ NEED: false,
161
+ fastKey: fastKey,
162
+ getWeak: getWeak,
163
+ onFreeze: onFreeze
164
+ };
165
+ });
166
+ var _meta_1 = _meta.KEY;
167
+ var _meta_2 = _meta.NEED;
168
+ var _meta_3 = _meta.fastKey;
169
+ var _meta_4 = _meta.getWeak;
170
+ var _meta_5 = _meta.onFreeze;
171
+
172
+ var defineProperty$2 = _toObject._objectDp.f;
173
+ var _wksDefine = function (name) {
174
+ var $Symbol = _toObject._core.Symbol || (_toObject._core.Symbol = {} );
175
+ if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$2($Symbol, name, { value: _wksExt.f(name) });
176
+ };
177
+
178
+ // all enumerable object keys, includes symbols
179
+
180
+
181
+
182
+ var _enumKeys = function (it) {
183
+ var result = _toObject._objectKeys(it);
184
+ var getSymbols = _extends$2._objectGops.f;
185
+ if (getSymbols) {
186
+ var symbols = getSymbols(it);
187
+ var isEnum = _extends$2._objectPie.f;
188
+ var i = 0;
189
+ var key;
190
+ while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
191
+ } return result;
192
+ };
193
+
194
+ // 7.2.2 IsArray(argument)
195
+
196
+ var _isArray = Array.isArray || function isArray(arg) {
197
+ return _toObject._cof(arg) == 'Array';
198
+ };
199
+
200
+ // 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
201
+
202
+ var hiddenKeys = _toObject._enumBugKeys.concat('length', 'prototype');
203
+
204
+ var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
205
+ return _toObject._objectKeysInternal(O, hiddenKeys);
206
+ };
207
+
208
+ var _objectGopn = {
209
+ f: f$1
210
+ };
211
+
212
+ // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
213
+
214
+ var gOPN = _objectGopn.f;
215
+ var toString = {}.toString;
216
+
217
+ var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
218
+ ? Object.getOwnPropertyNames(window) : [];
219
+
220
+ var getWindowNames = function (it) {
221
+ try {
222
+ return gOPN(it);
223
+ } catch (e) {
224
+ return windowNames.slice();
225
+ }
226
+ };
227
+
228
+ var f$2 = function getOwnPropertyNames(it) {
229
+ return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(_toObject._toIobject(it));
230
+ };
231
+
232
+ var _objectGopnExt = {
233
+ f: f$2
234
+ };
235
+
236
+ var gOPD = Object.getOwnPropertyDescriptor;
237
+
238
+ var f$3 = _toObject._descriptors ? gOPD : function getOwnPropertyDescriptor(O, P) {
239
+ O = _toObject._toIobject(O);
240
+ P = _toObject._toPrimitive(P, true);
241
+ if (_toObject._ie8DomDefine) try {
242
+ return gOPD(O, P);
243
+ } catch (e) { /* empty */ }
244
+ if (_toObject._has(O, P)) return _toObject._propertyDesc(!_extends$2._objectPie.f.call(O, P), O[P]);
245
+ };
246
+
247
+ var _objectGopd = {
248
+ f: f$3
249
+ };
250
+
251
+ // ECMAScript 6 symbols shim
252
+
253
+
254
+
255
+
256
+
257
+ var META = _meta.KEY;
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+ var gOPD$1 = _objectGopd.f;
280
+ var dP = _toObject._objectDp.f;
281
+ var gOPN$1 = _objectGopnExt.f;
282
+ var $Symbol = _toObject._global.Symbol;
283
+ var $JSON = _toObject._global.JSON;
284
+ var _stringify = $JSON && $JSON.stringify;
285
+ var PROTOTYPE = 'prototype';
286
+ var HIDDEN = web_dom_iterable._wks('_hidden');
287
+ var TO_PRIMITIVE = web_dom_iterable._wks('toPrimitive');
288
+ var isEnum = {}.propertyIsEnumerable;
289
+ var SymbolRegistry = _toObject._shared('symbol-registry');
290
+ var AllSymbols = _toObject._shared('symbols');
291
+ var OPSymbols = _toObject._shared('op-symbols');
292
+ var ObjectProto = Object[PROTOTYPE];
293
+ var USE_NATIVE = typeof $Symbol == 'function' && !!_extends$2._objectGops.f;
294
+ var QObject = _toObject._global.QObject;
295
+ // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
296
+ var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
297
+
298
+ // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
299
+ var setSymbolDesc = _toObject._descriptors && _toObject._fails(function () {
300
+ return web_dom_iterable._objectCreate(dP({}, 'a', {
301
+ get: function () { return dP(this, 'a', { value: 7 }).a; }
302
+ })).a != 7;
303
+ }) ? function (it, key, D) {
304
+ var protoDesc = gOPD$1(ObjectProto, key);
305
+ if (protoDesc) delete ObjectProto[key];
306
+ dP(it, key, D);
307
+ if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);
308
+ } : dP;
309
+
310
+ var wrap = function (tag) {
311
+ var sym = AllSymbols[tag] = web_dom_iterable._objectCreate($Symbol[PROTOTYPE]);
312
+ sym._k = tag;
313
+ return sym;
314
+ };
315
+
316
+ var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {
317
+ return typeof it == 'symbol';
318
+ } : function (it) {
319
+ return it instanceof $Symbol;
320
+ };
321
+
322
+ var $defineProperty = function defineProperty(it, key, D) {
323
+ if (it === ObjectProto) $defineProperty(OPSymbols, key, D);
324
+ _toObject._anObject(it);
325
+ key = _toObject._toPrimitive(key, true);
326
+ _toObject._anObject(D);
327
+ if (_toObject._has(AllSymbols, key)) {
328
+ if (!D.enumerable) {
329
+ if (!_toObject._has(it, HIDDEN)) dP(it, HIDDEN, _toObject._propertyDesc(1, {}));
330
+ it[HIDDEN][key] = true;
331
+ } else {
332
+ if (_toObject._has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
333
+ D = web_dom_iterable._objectCreate(D, { enumerable: _toObject._propertyDesc(0, false) });
334
+ } return setSymbolDesc(it, key, D);
335
+ } return dP(it, key, D);
336
+ };
337
+ var $defineProperties = function defineProperties(it, P) {
338
+ _toObject._anObject(it);
339
+ var keys = _enumKeys(P = _toObject._toIobject(P));
340
+ var i = 0;
341
+ var l = keys.length;
342
+ var key;
343
+ while (l > i) $defineProperty(it, key = keys[i++], P[key]);
344
+ return it;
345
+ };
346
+ var $create = function create(it, P) {
347
+ return P === undefined ? web_dom_iterable._objectCreate(it) : $defineProperties(web_dom_iterable._objectCreate(it), P);
348
+ };
349
+ var $propertyIsEnumerable = function propertyIsEnumerable(key) {
350
+ var E = isEnum.call(this, key = _toObject._toPrimitive(key, true));
351
+ if (this === ObjectProto && _toObject._has(AllSymbols, key) && !_toObject._has(OPSymbols, key)) return false;
352
+ return E || !_toObject._has(this, key) || !_toObject._has(AllSymbols, key) || _toObject._has(this, HIDDEN) && this[HIDDEN][key] ? E : true;
353
+ };
354
+ var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {
355
+ it = _toObject._toIobject(it);
356
+ key = _toObject._toPrimitive(key, true);
357
+ if (it === ObjectProto && _toObject._has(AllSymbols, key) && !_toObject._has(OPSymbols, key)) return;
358
+ var D = gOPD$1(it, key);
359
+ if (D && _toObject._has(AllSymbols, key) && !(_toObject._has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
360
+ return D;
361
+ };
362
+ var $getOwnPropertyNames = function getOwnPropertyNames(it) {
363
+ var names = gOPN$1(_toObject._toIobject(it));
364
+ var result = [];
365
+ var i = 0;
366
+ var key;
367
+ while (names.length > i) {
368
+ if (!_toObject._has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
369
+ } return result;
370
+ };
371
+ var $getOwnPropertySymbols = function getOwnPropertySymbols(it) {
372
+ var IS_OP = it === ObjectProto;
373
+ var names = gOPN$1(IS_OP ? OPSymbols : _toObject._toIobject(it));
374
+ var result = [];
375
+ var i = 0;
376
+ var key;
377
+ while (names.length > i) {
378
+ if (_toObject._has(AllSymbols, key = names[i++]) && (IS_OP ? _toObject._has(ObjectProto, key) : true)) result.push(AllSymbols[key]);
379
+ } return result;
380
+ };
381
+
382
+ // 19.4.1.1 Symbol([description])
383
+ if (!USE_NATIVE) {
384
+ $Symbol = function Symbol() {
385
+ if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');
386
+ var tag = _toObject._uid(arguments.length > 0 ? arguments[0] : undefined);
387
+ var $set = function (value) {
388
+ if (this === ObjectProto) $set.call(OPSymbols, value);
389
+ if (_toObject._has(this, HIDDEN) && _toObject._has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
390
+ setSymbolDesc(this, tag, _toObject._propertyDesc(1, value));
391
+ };
392
+ if (_toObject._descriptors && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });
393
+ return wrap(tag);
394
+ };
395
+ web_dom_iterable._redefine($Symbol[PROTOTYPE], 'toString', function toString() {
396
+ return this._k;
397
+ });
398
+
399
+ _objectGopd.f = $getOwnPropertyDescriptor;
400
+ _toObject._objectDp.f = $defineProperty;
401
+ _objectGopn.f = _objectGopnExt.f = $getOwnPropertyNames;
402
+ _extends$2._objectPie.f = $propertyIsEnumerable;
403
+ _extends$2._objectGops.f = $getOwnPropertySymbols;
404
+
405
+ if (_toObject._descriptors && !_library) {
406
+ web_dom_iterable._redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
407
+ }
408
+
409
+ _wksExt.f = function (name) {
410
+ return wrap(web_dom_iterable._wks(name));
411
+ };
412
+ }
413
+
414
+ _toObject._export(_toObject._export.G + _toObject._export.W + _toObject._export.F * !USE_NATIVE, { Symbol: $Symbol });
415
+
416
+ for (var es6Symbols = (
417
+ // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14
418
+ 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
419
+ ).split(','), j = 0; es6Symbols.length > j;)web_dom_iterable._wks(es6Symbols[j++]);
420
+
421
+ for (var wellKnownSymbols = _toObject._objectKeys(web_dom_iterable._wks.store), k = 0; wellKnownSymbols.length > k;) _wksDefine(wellKnownSymbols[k++]);
422
+
423
+ _toObject._export(_toObject._export.S + _toObject._export.F * !USE_NATIVE, 'Symbol', {
424
+ // 19.4.2.1 Symbol.for(key)
425
+ 'for': function (key) {
426
+ return _toObject._has(SymbolRegistry, key += '')
427
+ ? SymbolRegistry[key]
428
+ : SymbolRegistry[key] = $Symbol(key);
429
+ },
430
+ // 19.4.2.5 Symbol.keyFor(sym)
431
+ keyFor: function keyFor(sym) {
432
+ if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');
433
+ for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;
434
+ },
435
+ useSetter: function () { setter = true; },
436
+ useSimple: function () { setter = false; }
437
+ });
438
+
439
+ _toObject._export(_toObject._export.S + _toObject._export.F * !USE_NATIVE, 'Object', {
440
+ // 19.1.2.2 Object.create(O [, Properties])
441
+ create: $create,
442
+ // 19.1.2.4 Object.defineProperty(O, P, Attributes)
443
+ defineProperty: $defineProperty,
444
+ // 19.1.2.3 Object.defineProperties(O, Properties)
445
+ defineProperties: $defineProperties,
446
+ // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
447
+ getOwnPropertyDescriptor: $getOwnPropertyDescriptor,
448
+ // 19.1.2.7 Object.getOwnPropertyNames(O)
449
+ getOwnPropertyNames: $getOwnPropertyNames,
450
+ // 19.1.2.8 Object.getOwnPropertySymbols(O)
451
+ getOwnPropertySymbols: $getOwnPropertySymbols
452
+ });
453
+
454
+ // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
455
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3443
456
+ var FAILS_ON_PRIMITIVES = _toObject._fails(function () { _extends$2._objectGops.f(1); });
457
+
458
+ _toObject._export(_toObject._export.S + _toObject._export.F * FAILS_ON_PRIMITIVES, 'Object', {
459
+ getOwnPropertySymbols: function getOwnPropertySymbols(it) {
460
+ return _extends$2._objectGops.f(_toObject._toObject(it));
461
+ }
462
+ });
463
+
464
+ // 24.3.2 JSON.stringify(value [, replacer [, space]])
465
+ $JSON && _toObject._export(_toObject._export.S + _toObject._export.F * (!USE_NATIVE || _toObject._fails(function () {
466
+ var S = $Symbol();
467
+ // MS Edge converts symbol values to JSON as {}
468
+ // WebKit converts symbol values to JSON as null
469
+ // V8 throws on boxed symbols
470
+ return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';
471
+ })), 'JSON', {
472
+ stringify: function stringify(it) {
473
+ var args = [it];
474
+ var i = 1;
475
+ var replacer, $replacer;
476
+ while (arguments.length > i) args.push(arguments[i++]);
477
+ $replacer = replacer = args[1];
478
+ if (!_toObject._isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
479
+ if (!_isArray(replacer)) replacer = function (key, value) {
480
+ if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
481
+ if (!isSymbol(value)) return value;
482
+ };
483
+ args[1] = replacer;
484
+ return _stringify.apply($JSON, args);
485
+ }
486
+ });
487
+
488
+ // 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
489
+ $Symbol[PROTOTYPE][TO_PRIMITIVE] || _toObject._hide($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
490
+ // 19.4.3.5 Symbol.prototype[@@toStringTag]
491
+ web_dom_iterable._setToStringTag($Symbol, 'Symbol');
492
+ // 20.2.1.9 Math[@@toStringTag]
493
+ web_dom_iterable._setToStringTag(Math, 'Math', true);
494
+ // 24.3.3 JSON[@@toStringTag]
495
+ web_dom_iterable._setToStringTag(_toObject._global.JSON, 'JSON', true);
496
+
497
+ _wksDefine('asyncIterator');
498
+
499
+ _wksDefine('observable');
500
+
501
+ var symbol = _toObject._core.Symbol;
502
+
503
+ var symbol$1 = _commonjsHelpers.createCommonjsModule(function (module) {
504
+ module.exports = { "default": symbol, __esModule: true };
505
+ });
506
+
507
+ _commonjsHelpers.unwrapExports(symbol$1);
508
+
509
+ var _typeof_1 = _commonjsHelpers.createCommonjsModule(function (module, exports) {
510
+
511
+ exports.__esModule = true;
512
+
513
+
514
+
515
+ var _iterator2 = _interopRequireDefault(iterator$1);
516
+
517
+
518
+
519
+ var _symbol2 = _interopRequireDefault(symbol$1);
520
+
521
+ var _typeof = typeof _symbol2.default === "function" && typeof _iterator2.default === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default && obj !== _symbol2.default.prototype ? "symbol" : typeof obj; };
522
+
523
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
524
+
525
+ exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.default) === "symbol" ? function (obj) {
526
+ return typeof obj === "undefined" ? "undefined" : _typeof(obj);
527
+ } : function (obj) {
528
+ return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default && obj !== _symbol2.default.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj);
529
+ };
530
+ });
531
+
532
+ _commonjsHelpers.unwrapExports(_typeof_1);
533
+
534
+ var possibleConstructorReturn = _commonjsHelpers.createCommonjsModule(function (module, exports) {
535
+
536
+ exports.__esModule = true;
537
+
538
+
539
+
540
+ var _typeof3 = _interopRequireDefault(_typeof_1);
541
+
542
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
543
+
544
+ exports.default = function (self, call) {
545
+ if (!self) {
546
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
547
+ }
548
+
549
+ return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
550
+ };
551
+ });
552
+
553
+ var _possibleConstructorReturn = _commonjsHelpers.unwrapExports(possibleConstructorReturn);
554
+
555
+ // Works with __proto__ only. Old v8 can't work with null proto objects.
556
+ /* eslint-disable no-proto */
557
+
558
+
559
+ var check = function (O, proto) {
560
+ _toObject._anObject(O);
561
+ if (!_toObject._isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
562
+ };
563
+ var _setProto = {
564
+ set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
565
+ function (test, buggy, set) {
566
+ try {
567
+ set = _toObject._ctx(Function.call, _objectGopd.f(Object.prototype, '__proto__').set, 2);
568
+ set(test, []);
569
+ buggy = !(test instanceof Array);
570
+ } catch (e) { buggy = true; }
571
+ return function setPrototypeOf(O, proto) {
572
+ check(O, proto);
573
+ if (buggy) O.__proto__ = proto;
574
+ else set(O, proto);
575
+ return O;
576
+ };
577
+ }({}, false) : undefined),
578
+ check: check
579
+ };
580
+
581
+ // 19.1.3.19 Object.setPrototypeOf(O, proto)
582
+
583
+ _toObject._export(_toObject._export.S, 'Object', { setPrototypeOf: _setProto.set });
584
+
585
+ var setPrototypeOf = _toObject._core.Object.setPrototypeOf;
586
+
587
+ var setPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
588
+ module.exports = { "default": setPrototypeOf, __esModule: true };
589
+ });
590
+
591
+ _commonjsHelpers.unwrapExports(setPrototypeOf$1);
592
+
593
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
594
+ _toObject._export(_toObject._export.S, 'Object', { create: web_dom_iterable._objectCreate });
595
+
596
+ var $Object$1 = _toObject._core.Object;
597
+ var create = function create(P, D) {
598
+ return $Object$1.create(P, D);
599
+ };
600
+
601
+ var create$1 = _commonjsHelpers.createCommonjsModule(function (module) {
602
+ module.exports = { "default": create, __esModule: true };
603
+ });
604
+
605
+ _commonjsHelpers.unwrapExports(create$1);
606
+
607
+ var inherits = _commonjsHelpers.createCommonjsModule(function (module, exports) {
608
+
609
+ exports.__esModule = true;
610
+
611
+
612
+
613
+ var _setPrototypeOf2 = _interopRequireDefault(setPrototypeOf$1);
614
+
615
+
616
+
617
+ var _create2 = _interopRequireDefault(create$1);
618
+
619
+
620
+
621
+ var _typeof3 = _interopRequireDefault(_typeof_1);
622
+
623
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
624
+
625
+ exports.default = function (subClass, superClass) {
626
+ if (typeof superClass !== "function" && superClass !== null) {
627
+ throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : (0, _typeof3.default)(superClass)));
628
+ }
629
+
630
+ subClass.prototype = (0, _create2.default)(superClass && superClass.prototype, {
631
+ constructor: {
632
+ value: subClass,
633
+ enumerable: false,
634
+ writable: true,
635
+ configurable: true
636
+ }
637
+ });
638
+ if (superClass) _setPrototypeOf2.default ? (0, _setPrototypeOf2.default)(subClass, superClass) : subClass.__proto__ = superClass;
639
+ };
640
+ });
641
+
642
+ var _inherits = _commonjsHelpers.unwrapExports(inherits);
643
+
644
+ exports._Object$getPrototypeOf = _Object$getPrototypeOf;
645
+ exports._classCallCheck = _classCallCheck;
646
+ exports._createClass = _createClass;
647
+ exports._inherits = _inherits;
648
+ exports._library = _library;
649
+ exports._objectSap = _objectSap;
650
+ exports._possibleConstructorReturn = _possibleConstructorReturn;
@@ -2,9 +2,9 @@
2
2
 
3
3
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
4
 
5
+ var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
5
6
  var React = require('react');
6
7
  var React__default = _interopDefault(React);
7
- var _commonjsHelpers = require('./_commonjsHelpers-3fc1f64e.js');
8
8
 
9
9
  var uaParser_min = _commonjsHelpers.createCommonjsModule(function (module, exports) {
10
10
  /*!
@@ -853,7 +853,6 @@ var main_47 = main.osName;
853
853
  var main_48 = main.osVersion;
854
854
  var main_49 = main.withOrientationChange;
855
855
 
856
- exports.main_16 = main_16;
857
856
  exports.main_35 = main_35;
858
857
  exports.main_36 = main_36;
859
858
  exports.main_37 = main_37;