@mjhls/mjh-framework 1.0.384 → 1.0.385
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/{ADInfeed-5949653c.js → ADInfeed-f544f2a5.js} +1 -1
- package/dist/cjs/{AdSlot-91bc9d77.js → AdSlot-1e40a214.js} +2 -2
- package/dist/cjs/DeckContent.js +9 -6
- package/dist/cjs/DeckQueue.js +7 -4
- package/dist/cjs/{Dfp-25e669fe.js → Dfp-27b922b0.js} +1 -1
- package/dist/cjs/{GridContent-1f1041b1.js → GridContent-1871749e.js} +6 -6
- package/dist/cjs/GridContent.js +11 -8
- package/dist/cjs/GroupDeck.js +26 -2
- package/dist/cjs/MasterDeck.js +7 -4
- package/dist/cjs/{Normal-c96bc60c.js → Normal-a747507b.js} +2 -2
- package/dist/cjs/QueueDeckExpanded.js +7 -5
- package/dist/cjs/{TaxonomyCard-b51062ec.js → TaxonomyCard-cf264332.js} +1 -1
- package/dist/cjs/TaxonomyCard.js +3 -2
- package/dist/cjs/TemplateNormal.js +6 -5
- package/dist/cjs/VideoSeriesListing.js +7 -3
- package/dist/cjs/YoutubeGroup.js +23 -2
- package/dist/cjs/_library-dd23b178.js +5 -0
- package/dist/cjs/_object-pie-68c5bcbc.js +16 -0
- package/dist/cjs/{debounce-528ad412.js → debounce-b088070c.js} +0 -3
- package/dist/cjs/{extends-4c2285ff.js → extends-60837c34.js} +3 -16
- package/dist/cjs/{get-3b23d857.js → get-5aa7468c.js} +1 -1
- package/dist/cjs/index.js +18 -15
- package/dist/cjs/inherits-2a0fa98c.js +210 -0
- package/dist/cjs/{promise-f3635def.js → promise-d5136080.js} +2 -2
- package/dist/cjs/{inherits-cfb3a105.js → typeof-2747c582.js} +17 -217
- package/dist/esm/{ADInfeed-cb72a50c.js → ADInfeed-88c335d9.js} +1 -1
- package/dist/esm/{AdSlot-691d4ea0.js → AdSlot-971ce41c.js} +5 -5
- package/dist/esm/{AuthorComponent-2d328934.js → AuthorComponent-beb2ad16.js} +1 -1
- package/dist/esm/DeckContent.js +14 -11
- package/dist/esm/DeckQueue.js +11 -8
- package/dist/esm/{Dfp-9f16c743.js → Dfp-3b3273ee.js} +4 -4
- package/dist/esm/{Figure-c3dd2204.js → Figure-7ba30e53.js} +3 -3
- package/dist/esm/{GridContent-2c9483e5.js → GridContent-3229be76.js} +9 -9
- package/dist/esm/GridContent.js +17 -14
- package/dist/esm/GroupDeck.js +29 -5
- package/dist/esm/MasterDeck.js +11 -8
- package/dist/esm/{Normal-1dbb3ddd.js → Normal-508d09f1.js} +4 -4
- package/dist/esm/QueueDeckExpanded.js +13 -11
- package/dist/esm/{TaxonomyCard-dace0e7a.js → TaxonomyCard-12f0a90a.js} +1 -1
- package/dist/esm/TaxonomyCard.js +4 -3
- package/dist/esm/TemplateNormal.js +10 -9
- package/dist/esm/{Ustream-5af5d020.js → Ustream-ee7aeeef.js} +1 -1
- package/dist/esm/Ustream.js +4 -4
- package/dist/esm/VideoSeriesListing.js +10 -6
- package/dist/esm/YoutubeGroup.js +26 -5
- package/dist/esm/_library-528f1934.js +3 -0
- package/dist/esm/_object-pie-33c40e79.js +13 -0
- package/dist/esm/{_to-object-18b775df.js → _to-object-1b1f7766.js} +1 -1
- package/dist/esm/{debounce-702eb224.js → debounce-df468b0e.js} +1 -3
- package/dist/esm/{extends-886d1c3d.js → extends-92072fff.js} +3 -14
- package/dist/esm/{get-36d03764.js → get-53653403.js} +1 -1
- package/dist/esm/index.js +26 -23
- package/dist/esm/inherits-cacd91d8.js +203 -0
- package/dist/esm/{main-b2628307.js → main-25bb2c75.js} +2 -2
- package/dist/esm/{promise-e74ec3c8.js → promise-5d7cd78a.js} +4 -4
- package/dist/esm/{slicedToArray-e6f2ff4b.js → slicedToArray-04e02710.js} +2 -2
- package/dist/esm/{toConsumableArray-6e77ffeb.js → toConsumableArray-d7054876.js} +3 -3
- package/dist/esm/{inherits-08eb6462.js → typeof-e4b50250.js} +8 -205
- package/dist/esm/{web.dom.iterable-21cbfc63.js → web.dom.iterable-e6bf2bf6.js} +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,210 @@
|
|
|
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-5c889cf1.js');
|
|
6
|
+
var _typeof$2 = require('./typeof-2747c582.js');
|
|
7
|
+
|
|
8
|
+
// most Object methods by ES6 should accept primitives
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _objectSap = function (KEY, exec) {
|
|
13
|
+
var fn = (_toObject._core.Object || {})[KEY] || Object[KEY];
|
|
14
|
+
var exp = {};
|
|
15
|
+
exp[KEY] = exec(fn);
|
|
16
|
+
_toObject._export(_toObject._export.S + _toObject._export.F * _toObject._fails(function () { fn(1); }), 'Object', exp);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
_objectSap('getPrototypeOf', function () {
|
|
24
|
+
return function getPrototypeOf(it) {
|
|
25
|
+
return web_dom_iterable._objectGpo(_toObject._toObject(it));
|
|
26
|
+
};
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
var getPrototypeOf = _toObject._core.Object.getPrototypeOf;
|
|
30
|
+
|
|
31
|
+
var getPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
32
|
+
module.exports = { "default": getPrototypeOf, __esModule: true };
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
var _Object$getPrototypeOf = _commonjsHelpers.unwrapExports(getPrototypeOf$1);
|
|
36
|
+
|
|
37
|
+
var classCallCheck = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
38
|
+
|
|
39
|
+
exports.__esModule = true;
|
|
40
|
+
|
|
41
|
+
exports.default = function (instance, Constructor) {
|
|
42
|
+
if (!(instance instanceof Constructor)) {
|
|
43
|
+
throw new TypeError("Cannot call a class as a function");
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
var _classCallCheck = _commonjsHelpers.unwrapExports(classCallCheck);
|
|
49
|
+
|
|
50
|
+
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
|
|
51
|
+
_toObject._export(_toObject._export.S + _toObject._export.F * !_toObject._descriptors, 'Object', { defineProperty: _toObject._objectDp.f });
|
|
52
|
+
|
|
53
|
+
var $Object = _toObject._core.Object;
|
|
54
|
+
var defineProperty = function defineProperty(it, key, desc) {
|
|
55
|
+
return $Object.defineProperty(it, key, desc);
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
var defineProperty$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
59
|
+
module.exports = { "default": defineProperty, __esModule: true };
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
_commonjsHelpers.unwrapExports(defineProperty$1);
|
|
63
|
+
|
|
64
|
+
var createClass = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
65
|
+
|
|
66
|
+
exports.__esModule = true;
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
var _defineProperty2 = _interopRequireDefault(defineProperty$1);
|
|
71
|
+
|
|
72
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
73
|
+
|
|
74
|
+
exports.default = function () {
|
|
75
|
+
function defineProperties(target, props) {
|
|
76
|
+
for (var i = 0; i < props.length; i++) {
|
|
77
|
+
var descriptor = props[i];
|
|
78
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
79
|
+
descriptor.configurable = true;
|
|
80
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
81
|
+
(0, _defineProperty2.default)(target, descriptor.key, descriptor);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
return function (Constructor, protoProps, staticProps) {
|
|
86
|
+
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
|
87
|
+
if (staticProps) defineProperties(Constructor, staticProps);
|
|
88
|
+
return Constructor;
|
|
89
|
+
};
|
|
90
|
+
}();
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
var _createClass = _commonjsHelpers.unwrapExports(createClass);
|
|
94
|
+
|
|
95
|
+
var possibleConstructorReturn = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
96
|
+
|
|
97
|
+
exports.__esModule = true;
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
var _typeof3 = _interopRequireDefault(_typeof$2._typeof_1);
|
|
102
|
+
|
|
103
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
104
|
+
|
|
105
|
+
exports.default = function (self, call) {
|
|
106
|
+
if (!self) {
|
|
107
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
|
|
111
|
+
};
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
var _possibleConstructorReturn = _commonjsHelpers.unwrapExports(possibleConstructorReturn);
|
|
115
|
+
|
|
116
|
+
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
117
|
+
/* eslint-disable no-proto */
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
var check = function (O, proto) {
|
|
121
|
+
_toObject._anObject(O);
|
|
122
|
+
if (!_toObject._isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
|
|
123
|
+
};
|
|
124
|
+
var _setProto = {
|
|
125
|
+
set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
|
|
126
|
+
function (test, buggy, set) {
|
|
127
|
+
try {
|
|
128
|
+
set = _toObject._ctx(Function.call, _typeof$2._objectGopd.f(Object.prototype, '__proto__').set, 2);
|
|
129
|
+
set(test, []);
|
|
130
|
+
buggy = !(test instanceof Array);
|
|
131
|
+
} catch (e) { buggy = true; }
|
|
132
|
+
return function setPrototypeOf(O, proto) {
|
|
133
|
+
check(O, proto);
|
|
134
|
+
if (buggy) O.__proto__ = proto;
|
|
135
|
+
else set(O, proto);
|
|
136
|
+
return O;
|
|
137
|
+
};
|
|
138
|
+
}({}, false) : undefined),
|
|
139
|
+
check: check
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
// 19.1.3.19 Object.setPrototypeOf(O, proto)
|
|
143
|
+
|
|
144
|
+
_toObject._export(_toObject._export.S, 'Object', { setPrototypeOf: _setProto.set });
|
|
145
|
+
|
|
146
|
+
var setPrototypeOf = _toObject._core.Object.setPrototypeOf;
|
|
147
|
+
|
|
148
|
+
var setPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
149
|
+
module.exports = { "default": setPrototypeOf, __esModule: true };
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
_commonjsHelpers.unwrapExports(setPrototypeOf$1);
|
|
153
|
+
|
|
154
|
+
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
155
|
+
_toObject._export(_toObject._export.S, 'Object', { create: web_dom_iterable._objectCreate });
|
|
156
|
+
|
|
157
|
+
var $Object$1 = _toObject._core.Object;
|
|
158
|
+
var create = function create(P, D) {
|
|
159
|
+
return $Object$1.create(P, D);
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
var create$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
163
|
+
module.exports = { "default": create, __esModule: true };
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
_commonjsHelpers.unwrapExports(create$1);
|
|
167
|
+
|
|
168
|
+
var inherits = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
169
|
+
|
|
170
|
+
exports.__esModule = true;
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
var _setPrototypeOf2 = _interopRequireDefault(setPrototypeOf$1);
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
var _create2 = _interopRequireDefault(create$1);
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
var _typeof3 = _interopRequireDefault(_typeof$2._typeof_1);
|
|
183
|
+
|
|
184
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
185
|
+
|
|
186
|
+
exports.default = function (subClass, superClass) {
|
|
187
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
188
|
+
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : (0, _typeof3.default)(superClass)));
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
subClass.prototype = (0, _create2.default)(superClass && superClass.prototype, {
|
|
192
|
+
constructor: {
|
|
193
|
+
value: subClass,
|
|
194
|
+
enumerable: false,
|
|
195
|
+
writable: true,
|
|
196
|
+
configurable: true
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
if (superClass) _setPrototypeOf2.default ? (0, _setPrototypeOf2.default)(subClass, superClass) : subClass.__proto__ = superClass;
|
|
200
|
+
};
|
|
201
|
+
});
|
|
202
|
+
|
|
203
|
+
var _inherits = _commonjsHelpers.unwrapExports(inherits);
|
|
204
|
+
|
|
205
|
+
exports._Object$getPrototypeOf = _Object$getPrototypeOf;
|
|
206
|
+
exports._classCallCheck = _classCallCheck;
|
|
207
|
+
exports._createClass = _createClass;
|
|
208
|
+
exports._inherits = _inherits;
|
|
209
|
+
exports._objectSap = _objectSap;
|
|
210
|
+
exports._possibleConstructorReturn = _possibleConstructorReturn;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
|
|
4
4
|
var _toObject = require('./_to-object-329a650b.js');
|
|
5
5
|
var web_dom_iterable = require('./web.dom.iterable-5c889cf1.js');
|
|
6
|
-
var
|
|
6
|
+
var _library = require('./_library-dd23b178.js');
|
|
7
7
|
var main = require('./main-2020ba94.js');
|
|
8
8
|
|
|
9
9
|
var _anInstance = function (it, Constructor, name, forbiddenField) {
|
|
@@ -495,7 +495,7 @@ _toObject._export(_toObject._export.S + _toObject._export.F * !USE_NATIVE, PROMI
|
|
|
495
495
|
return capability.promise;
|
|
496
496
|
}
|
|
497
497
|
});
|
|
498
|
-
_toObject._export(_toObject._export.S + _toObject._export.F * (
|
|
498
|
+
_toObject._export(_toObject._export.S + _toObject._export.F * (_library._library ), PROMISE, {
|
|
499
499
|
// 25.4.4.6 Promise.resolve(x)
|
|
500
500
|
resolve: function resolve(x) {
|
|
501
501
|
return _promiseResolve( this === Wrapper ? $Promise : this, x);
|
|
@@ -3,95 +3,8 @@
|
|
|
3
3
|
var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
|
|
4
4
|
var _toObject = require('./_to-object-329a650b.js');
|
|
5
5
|
var web_dom_iterable = require('./web.dom.iterable-5c889cf1.js');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
// most Object methods by ES6 should accept primitives
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
var _objectSap = function (KEY, exec) {
|
|
14
|
-
var fn = (_toObject._core.Object || {})[KEY] || Object[KEY];
|
|
15
|
-
var exp = {};
|
|
16
|
-
exp[KEY] = exec(fn);
|
|
17
|
-
_toObject._export(_toObject._export.S + _toObject._export.F * _toObject._fails(function () { fn(1); }), 'Object', exp);
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_objectSap('getPrototypeOf', function () {
|
|
25
|
-
return function getPrototypeOf(it) {
|
|
26
|
-
return web_dom_iterable._objectGpo(_toObject._toObject(it));
|
|
27
|
-
};
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
var getPrototypeOf = _toObject._core.Object.getPrototypeOf;
|
|
31
|
-
|
|
32
|
-
var getPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
33
|
-
module.exports = { "default": getPrototypeOf, __esModule: true };
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
var _Object$getPrototypeOf = _commonjsHelpers.unwrapExports(getPrototypeOf$1);
|
|
37
|
-
|
|
38
|
-
var classCallCheck = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
39
|
-
|
|
40
|
-
exports.__esModule = true;
|
|
41
|
-
|
|
42
|
-
exports.default = function (instance, Constructor) {
|
|
43
|
-
if (!(instance instanceof Constructor)) {
|
|
44
|
-
throw new TypeError("Cannot call a class as a function");
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
var _classCallCheck = _commonjsHelpers.unwrapExports(classCallCheck);
|
|
50
|
-
|
|
51
|
-
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
|
|
52
|
-
_toObject._export(_toObject._export.S + _toObject._export.F * !_toObject._descriptors, 'Object', { defineProperty: _toObject._objectDp.f });
|
|
53
|
-
|
|
54
|
-
var $Object = _toObject._core.Object;
|
|
55
|
-
var defineProperty = function defineProperty(it, key, desc) {
|
|
56
|
-
return $Object.defineProperty(it, key, desc);
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
var defineProperty$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
60
|
-
module.exports = { "default": defineProperty, __esModule: true };
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
_commonjsHelpers.unwrapExports(defineProperty$1);
|
|
64
|
-
|
|
65
|
-
var createClass = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
66
|
-
|
|
67
|
-
exports.__esModule = true;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
var _defineProperty2 = _interopRequireDefault(defineProperty$1);
|
|
72
|
-
|
|
73
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
74
|
-
|
|
75
|
-
exports.default = function () {
|
|
76
|
-
function defineProperties(target, props) {
|
|
77
|
-
for (var i = 0; i < props.length; i++) {
|
|
78
|
-
var descriptor = props[i];
|
|
79
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
|
80
|
-
descriptor.configurable = true;
|
|
81
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
82
|
-
(0, _defineProperty2.default)(target, descriptor.key, descriptor);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
return function (Constructor, protoProps, staticProps) {
|
|
87
|
-
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
|
88
|
-
if (staticProps) defineProperties(Constructor, staticProps);
|
|
89
|
-
return Constructor;
|
|
90
|
-
};
|
|
91
|
-
}();
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
var _createClass = _commonjsHelpers.unwrapExports(createClass);
|
|
6
|
+
var _library = require('./_library-dd23b178.js');
|
|
7
|
+
var _objectPie = require('./_object-pie-68c5bcbc.js');
|
|
95
8
|
|
|
96
9
|
var f = web_dom_iterable._wks;
|
|
97
10
|
|
|
@@ -168,10 +81,10 @@ var _meta_3 = _meta.fastKey;
|
|
|
168
81
|
var _meta_4 = _meta.getWeak;
|
|
169
82
|
var _meta_5 = _meta.onFreeze;
|
|
170
83
|
|
|
171
|
-
var defineProperty
|
|
84
|
+
var defineProperty = _toObject._objectDp.f;
|
|
172
85
|
var _wksDefine = function (name) {
|
|
173
86
|
var $Symbol = _toObject._core.Symbol || (_toObject._core.Symbol = {} );
|
|
174
|
-
if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty
|
|
87
|
+
if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: _wksExt.f(name) });
|
|
175
88
|
};
|
|
176
89
|
|
|
177
90
|
// all enumerable object keys, includes symbols
|
|
@@ -180,10 +93,10 @@ var _wksDefine = function (name) {
|
|
|
180
93
|
|
|
181
94
|
var _enumKeys = function (it) {
|
|
182
95
|
var result = _toObject._objectKeys(it);
|
|
183
|
-
var getSymbols =
|
|
96
|
+
var getSymbols = _objectPie._objectGops.f;
|
|
184
97
|
if (getSymbols) {
|
|
185
98
|
var symbols = getSymbols(it);
|
|
186
|
-
var isEnum =
|
|
99
|
+
var isEnum = _objectPie._objectPie.f;
|
|
187
100
|
var i = 0;
|
|
188
101
|
var key;
|
|
189
102
|
while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
|
|
@@ -240,7 +153,7 @@ var f$3 = _toObject._descriptors ? gOPD : function getOwnPropertyDescriptor(O, P
|
|
|
240
153
|
if (_toObject._ie8DomDefine) try {
|
|
241
154
|
return gOPD(O, P);
|
|
242
155
|
} catch (e) { /* empty */ }
|
|
243
|
-
if (_toObject._has(O, P)) return _toObject._propertyDesc(!
|
|
156
|
+
if (_toObject._has(O, P)) return _toObject._propertyDesc(!_objectPie._objectPie.f.call(O, P), O[P]);
|
|
244
157
|
};
|
|
245
158
|
|
|
246
159
|
var _objectGopd = {
|
|
@@ -289,7 +202,7 @@ var SymbolRegistry = _toObject._shared('symbol-registry');
|
|
|
289
202
|
var AllSymbols = _toObject._shared('symbols');
|
|
290
203
|
var OPSymbols = _toObject._shared('op-symbols');
|
|
291
204
|
var ObjectProto = Object[PROTOTYPE];
|
|
292
|
-
var USE_NATIVE = typeof $Symbol == 'function' && !!
|
|
205
|
+
var USE_NATIVE = typeof $Symbol == 'function' && !!_objectPie._objectGops.f;
|
|
293
206
|
var QObject = _toObject._global.QObject;
|
|
294
207
|
// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
|
|
295
208
|
var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
|
|
@@ -398,10 +311,10 @@ if (!USE_NATIVE) {
|
|
|
398
311
|
_objectGopd.f = $getOwnPropertyDescriptor;
|
|
399
312
|
_toObject._objectDp.f = $defineProperty;
|
|
400
313
|
_objectGopn.f = _objectGopnExt.f = $getOwnPropertyNames;
|
|
401
|
-
|
|
402
|
-
|
|
314
|
+
_objectPie._objectPie.f = $propertyIsEnumerable;
|
|
315
|
+
_objectPie._objectGops.f = $getOwnPropertySymbols;
|
|
403
316
|
|
|
404
|
-
if (_toObject._descriptors && !
|
|
317
|
+
if (_toObject._descriptors && !_library._library) {
|
|
405
318
|
web_dom_iterable._redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
|
|
406
319
|
}
|
|
407
320
|
|
|
@@ -452,11 +365,11 @@ _toObject._export(_toObject._export.S + _toObject._export.F * !USE_NATIVE, 'Obje
|
|
|
452
365
|
|
|
453
366
|
// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
|
|
454
367
|
// https://bugs.chromium.org/p/v8/issues/detail?id=3443
|
|
455
|
-
var FAILS_ON_PRIMITIVES = _toObject._fails(function () {
|
|
368
|
+
var FAILS_ON_PRIMITIVES = _toObject._fails(function () { _objectPie._objectGops.f(1); });
|
|
456
369
|
|
|
457
370
|
_toObject._export(_toObject._export.S + _toObject._export.F * FAILS_ON_PRIMITIVES, 'Object', {
|
|
458
371
|
getOwnPropertySymbols: function getOwnPropertySymbols(it) {
|
|
459
|
-
return
|
|
372
|
+
return _objectPie._objectGops.f(_toObject._toObject(it));
|
|
460
373
|
}
|
|
461
374
|
});
|
|
462
375
|
|
|
@@ -528,123 +441,10 @@ exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.d
|
|
|
528
441
|
};
|
|
529
442
|
});
|
|
530
443
|
|
|
531
|
-
_commonjsHelpers.unwrapExports(_typeof_1);
|
|
532
|
-
|
|
533
|
-
var possibleConstructorReturn = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
534
|
-
|
|
535
|
-
exports.__esModule = true;
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
var _typeof3 = _interopRequireDefault(_typeof_1);
|
|
540
|
-
|
|
541
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
542
|
-
|
|
543
|
-
exports.default = function (self, call) {
|
|
544
|
-
if (!self) {
|
|
545
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
|
|
549
|
-
};
|
|
550
|
-
});
|
|
551
|
-
|
|
552
|
-
var _possibleConstructorReturn = _commonjsHelpers.unwrapExports(possibleConstructorReturn);
|
|
553
|
-
|
|
554
|
-
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
555
|
-
/* eslint-disable no-proto */
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
var check = function (O, proto) {
|
|
559
|
-
_toObject._anObject(O);
|
|
560
|
-
if (!_toObject._isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
|
|
561
|
-
};
|
|
562
|
-
var _setProto = {
|
|
563
|
-
set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
|
|
564
|
-
function (test, buggy, set) {
|
|
565
|
-
try {
|
|
566
|
-
set = _toObject._ctx(Function.call, _objectGopd.f(Object.prototype, '__proto__').set, 2);
|
|
567
|
-
set(test, []);
|
|
568
|
-
buggy = !(test instanceof Array);
|
|
569
|
-
} catch (e) { buggy = true; }
|
|
570
|
-
return function setPrototypeOf(O, proto) {
|
|
571
|
-
check(O, proto);
|
|
572
|
-
if (buggy) O.__proto__ = proto;
|
|
573
|
-
else set(O, proto);
|
|
574
|
-
return O;
|
|
575
|
-
};
|
|
576
|
-
}({}, false) : undefined),
|
|
577
|
-
check: check
|
|
578
|
-
};
|
|
579
|
-
|
|
580
|
-
// 19.1.3.19 Object.setPrototypeOf(O, proto)
|
|
581
|
-
|
|
582
|
-
_toObject._export(_toObject._export.S, 'Object', { setPrototypeOf: _setProto.set });
|
|
583
|
-
|
|
584
|
-
var setPrototypeOf = _toObject._core.Object.setPrototypeOf;
|
|
585
|
-
|
|
586
|
-
var setPrototypeOf$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
587
|
-
module.exports = { "default": setPrototypeOf, __esModule: true };
|
|
588
|
-
});
|
|
589
|
-
|
|
590
|
-
_commonjsHelpers.unwrapExports(setPrototypeOf$1);
|
|
591
|
-
|
|
592
|
-
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
593
|
-
_toObject._export(_toObject._export.S, 'Object', { create: web_dom_iterable._objectCreate });
|
|
594
|
-
|
|
595
|
-
var $Object$1 = _toObject._core.Object;
|
|
596
|
-
var create = function create(P, D) {
|
|
597
|
-
return $Object$1.create(P, D);
|
|
598
|
-
};
|
|
599
|
-
|
|
600
|
-
var create$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
601
|
-
module.exports = { "default": create, __esModule: true };
|
|
602
|
-
});
|
|
603
|
-
|
|
604
|
-
_commonjsHelpers.unwrapExports(create$1);
|
|
605
|
-
|
|
606
|
-
var inherits = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
607
|
-
|
|
608
|
-
exports.__esModule = true;
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
var _setPrototypeOf2 = _interopRequireDefault(setPrototypeOf$1);
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
var _create2 = _interopRequireDefault(create$1);
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
var _typeof3 = _interopRequireDefault(_typeof_1);
|
|
621
|
-
|
|
622
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
623
|
-
|
|
624
|
-
exports.default = function (subClass, superClass) {
|
|
625
|
-
if (typeof superClass !== "function" && superClass !== null) {
|
|
626
|
-
throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : (0, _typeof3.default)(superClass)));
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
subClass.prototype = (0, _create2.default)(superClass && superClass.prototype, {
|
|
630
|
-
constructor: {
|
|
631
|
-
value: subClass,
|
|
632
|
-
enumerable: false,
|
|
633
|
-
writable: true,
|
|
634
|
-
configurable: true
|
|
635
|
-
}
|
|
636
|
-
});
|
|
637
|
-
if (superClass) _setPrototypeOf2.default ? (0, _setPrototypeOf2.default)(subClass, superClass) : subClass.__proto__ = superClass;
|
|
638
|
-
};
|
|
639
|
-
});
|
|
640
|
-
|
|
641
|
-
var _inherits = _commonjsHelpers.unwrapExports(inherits);
|
|
444
|
+
var _typeof = _commonjsHelpers.unwrapExports(_typeof_1);
|
|
642
445
|
|
|
643
|
-
exports._Object$getPrototypeOf = _Object$getPrototypeOf;
|
|
644
|
-
exports._classCallCheck = _classCallCheck;
|
|
645
|
-
exports._createClass = _createClass;
|
|
646
|
-
exports._inherits = _inherits;
|
|
647
446
|
exports._isArray = _isArray;
|
|
648
447
|
exports._meta = _meta;
|
|
649
|
-
exports.
|
|
650
|
-
exports.
|
|
448
|
+
exports._objectGopd = _objectGopd;
|
|
449
|
+
exports._typeof = _typeof;
|
|
450
|
+
exports._typeof_1 = _typeof_1;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { u as unwrapExports, c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { b as _core } from './_to-object-
|
|
3
|
-
import {
|
|
4
|
-
import { a as main_16 } from './main-b2628307.js';
|
|
2
|
+
import { b as _core } from './_to-object-1b1f7766.js';
|
|
3
|
+
import { a as main_16 } from './main-25bb2c75.js';
|
|
5
4
|
import React__default, { useState } from 'react';
|
|
5
|
+
import { d as debounce_1, e as lib_2 } from './debounce-df468b0e.js';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
8
|
-
import { p as promise } from './promise-
|
|
7
|
+
import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
|
|
8
|
+
import { p as promise } from './promise-5d7cd78a.js';
|
|
9
9
|
|
|
10
10
|
var $JSON = _core.JSON || (_core.JSON = { stringify: JSON.stringify });
|
|
11
11
|
var stringify = function stringify(it) { // eslint-disable-line no-unused-vars
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useEffect, useState, useRef } from 'react';
|
|
2
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
2
|
+
import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
|
|
3
3
|
|
|
4
4
|
var AuthorComponent = function AuthorComponent(_ref) {
|
|
5
5
|
var authors = _ref.authors,
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
4
|
-
import
|
|
5
|
-
import { m as main_39 } from './main-
|
|
6
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
2
|
+
import './_to-object-1b1f7766.js';
|
|
3
|
+
import './web.dom.iterable-e6bf2bf6.js';
|
|
4
|
+
import './_library-528f1934.js';
|
|
5
|
+
import { m as main_39 } from './main-25bb2c75.js';
|
|
6
|
+
import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
|
|
7
|
+
import './_object-pie-33c40e79.js';
|
|
8
|
+
import { _ as _extends } from './extends-92072fff.js';
|
|
9
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
|
|
10
|
+
import './typeof-e4b50250.js';
|
|
9
11
|
import React__default from 'react';
|
|
12
|
+
import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
|
|
10
13
|
import 'prop-types';
|
|
11
14
|
import Container from 'react-bootstrap/Container';
|
|
12
15
|
import Row from 'react-bootstrap/Row';
|
|
@@ -19,10 +22,10 @@ import 'react-dom';
|
|
|
19
22
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
20
23
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
21
24
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
22
|
-
import './slicedToArray-
|
|
23
|
-
import './AdSlot-
|
|
24
|
-
import './promise-
|
|
25
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
25
|
+
import './slicedToArray-04e02710.js';
|
|
26
|
+
import './AdSlot-971ce41c.js';
|
|
27
|
+
import './promise-5d7cd78a.js';
|
|
28
|
+
import { A as ADInfeed } from './ADInfeed-88c335d9.js';
|
|
26
29
|
|
|
27
30
|
var DeckContent = function (_React$Component) {
|
|
28
31
|
_inherits(DeckContent, _React$Component);
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
4
|
-
import
|
|
5
|
-
import { m as main_39 } from './main-
|
|
6
|
-
import { _ as _toConsumableArray } from './toConsumableArray-
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
2
|
+
import './_to-object-1b1f7766.js';
|
|
3
|
+
import './web.dom.iterable-e6bf2bf6.js';
|
|
4
|
+
import './_library-528f1934.js';
|
|
5
|
+
import { m as main_39 } from './main-25bb2c75.js';
|
|
6
|
+
import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
|
|
7
|
+
import './_object-pie-33c40e79.js';
|
|
8
|
+
import { _ as _extends } from './extends-92072fff.js';
|
|
9
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
|
|
10
|
+
import './typeof-e4b50250.js';
|
|
9
11
|
import React__default from 'react';
|
|
12
|
+
import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
|
|
10
13
|
import 'prop-types';
|
|
11
14
|
import Container from 'react-bootstrap/Container';
|
|
12
15
|
import Row from 'react-bootstrap/Row';
|
|
@@ -19,7 +22,7 @@ import 'react-dom';
|
|
|
19
22
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
20
23
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
21
24
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
22
|
-
import { g as get_1 } from './get-
|
|
25
|
+
import { g as get_1 } from './get-53653403.js';
|
|
23
26
|
|
|
24
27
|
var DeckQueue = function (_React$Component) {
|
|
25
28
|
_inherits(DeckQueue, _React$Component);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
4
|
-
import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-702eb224.js';
|
|
2
|
+
import './_to-object-1b1f7766.js';
|
|
3
|
+
import './web.dom.iterable-e6bf2bf6.js';
|
|
5
4
|
import React__default, { useState } from 'react';
|
|
5
|
+
import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-df468b0e.js';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
7
|
import { V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
9
|
+
import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
|
|
10
10
|
|
|
11
11
|
var AD = function AD(_ref) {
|
|
12
12
|
var networkID = _ref.networkID,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
2
|
+
import './_to-object-1b1f7766.js';
|
|
3
|
+
import './web.dom.iterable-e6bf2bf6.js';
|
|
4
4
|
import React__default, { useState } from 'react';
|
|
5
5
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
6
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
6
|
+
import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
|
|
7
7
|
import { Figure as Figure$1 } from 'react-bootstrap';
|
|
8
8
|
|
|
9
9
|
var urlFor = function urlFor(source, client) {
|