@mjhls/mjh-framework 1.0.238 → 1.0.240
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/AdSlot-c472fff6.js +1192 -0
- package/dist/cjs/DeckContent.js +6 -5
- package/dist/cjs/DeckQueue.js +5 -5
- package/dist/cjs/{Dfp-045b016b.js → Dfp-7a5533f9.js} +1 -1
- package/dist/cjs/{GridContent-53e78cbf.js → GridContent-f9e3fff5.js} +7 -7
- package/dist/cjs/GridContent.js +8 -7
- package/dist/cjs/MasterDeck.js +331 -13
- package/dist/cjs/{Normal-a94a1ec8.js → Normal-0497eb61.js} +5 -5
- package/dist/cjs/QueueDeckExpanded.js +2 -2
- package/dist/cjs/TemplateNormal.js +6 -5
- package/dist/cjs/VideoSeriesListing.js +2 -2
- package/dist/cjs/{debounce-bbca43c4.js → debounce-783eb233.js} +3 -0
- package/dist/cjs/{get-af2516a4.js → get-1f91592f.js} +1 -1
- package/dist/cjs/index.js +118 -842
- package/dist/cjs/{inherits-5b5ca8db.js → inherits-9898af5a.js} +2 -4
- package/dist/cjs/{main-d9a1b014.js → main-0ea1b808.js} +51 -0
- package/dist/cjs/{MasterDeck-91c6ad85.js → promise-b96c61f8.js} +7 -340
- package/dist/cjs/{toConsumableArray-7e4caf3c.js → toConsumableArray-f05a306f.js} +5 -52
- package/dist/esm/AdSlot-bdd7a629.js +1183 -0
- package/dist/esm/DeckContent.js +11 -10
- package/dist/esm/DeckQueue.js +9 -9
- package/dist/esm/{Dfp-01f14ae3.js → Dfp-71879c9d.js} +5 -5
- package/dist/esm/{GridContent-f5bc4d75.js → GridContent-d4f5457e.js} +8 -8
- package/dist/esm/GridContent.js +13 -12
- package/dist/esm/MasterDeck.js +333 -15
- package/dist/esm/{Normal-357f00d1.js → Normal-e1855047.js} +6 -6
- package/dist/esm/QueueDeckExpanded.js +7 -7
- package/dist/esm/{TaxonomyCard-f74512cb.js → TaxonomyCard-ee1a22ae.js} +1 -1
- package/dist/esm/TaxonomyCard.js +3 -3
- package/dist/esm/TemplateNormal.js +10 -9
- package/dist/esm/{Ustream-62a07a32.js → Ustream-d51b9b11.js} +1 -1
- package/dist/esm/Ustream.js +5 -5
- package/dist/esm/VideoSeriesListing.js +5 -5
- package/dist/esm/{_to-object-86553f76.js → _to-object-b9b796ec.js} +1 -1
- package/dist/esm/{core.get-iterator-method-709061dc.js → core.get-iterator-method-31c1fb1a.js} +2 -2
- package/dist/esm/{debounce-fa7fbf11.js → debounce-806f886b.js} +3 -1
- package/dist/esm/{extends-7f88fa22.js → extends-dbbe308d.js} +1 -1
- package/dist/esm/{get-8d382479.js → get-b2201dc8.js} +1 -1
- package/dist/esm/index.js +124 -850
- package/dist/esm/{inherits-a82a4471.js → inherits-a75c8a1c.js} +5 -6
- package/dist/esm/{main-eecf7b27.js → main-155ec04f.js} +48 -1
- package/dist/esm/{MasterDeck-5dd97a66.js → promise-683a9c54.js} +6 -335
- package/dist/esm/{slicedToArray-eb7eca9e.js → slicedToArray-d0a9593a.js} +3 -3
- package/dist/esm/{toConsumableArray-08d50169.js → toConsumableArray-eb308ede.js} +5 -49
- package/dist/esm/{web.dom.iterable-f05d2f57.js → web.dom.iterable-3be50d6c.js} +2 -2
- package/package.json +3 -2
- package/dist/cjs/AdSlot-1fe1c231.js +0 -69
- package/dist/esm/AdSlot-017b8051.js +0 -64
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import './_to-object-
|
|
3
|
-
import './web.dom.iterable-
|
|
4
|
-
import {
|
|
5
|
-
import { _ as _extends } from './extends-
|
|
2
|
+
import './_to-object-b9b796ec.js';
|
|
3
|
+
import './web.dom.iterable-3be50d6c.js';
|
|
4
|
+
import { d as debounce_1 } from './debounce-806f886b.js';
|
|
5
|
+
import { _ as _extends } from './extends-dbbe308d.js';
|
|
6
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-a75c8a1c.js';
|
|
6
7
|
import React__default from 'react';
|
|
7
8
|
import { l as lib_3 } from './index-fa84ea96.js';
|
|
8
9
|
import 'prop-types';
|
|
@@ -10,7 +11,6 @@ import Container from 'react-bootstrap/Container';
|
|
|
10
11
|
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-336093e1.js';
|
|
11
12
|
import 'next/link';
|
|
12
13
|
import { withRouter } from 'next/router';
|
|
13
|
-
import { d as debounce_1 } from './debounce-fa7fbf11.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './index-5f9f807a.js';
|
|
16
16
|
import { Y as YoutubeGroup } from './YoutubeGroup-1b3eca73.js';
|
|
@@ -315,4 +315,4 @@ var _toObject = function (it) {
|
|
|
315
315
|
return Object(_defined(it));
|
|
316
316
|
};
|
|
317
317
|
|
|
318
|
-
export { _toInteger as A, _sharedKey as B,
|
|
318
|
+
export { _toInteger as A, _sharedKey as B, _objectKeys as _, _toObject as a, _core as b, _export as c, _fails as d, _objectDp as e, _descriptors as f, _uid as g, _isObject as h, _has as i, _cof as j, _objectKeysInternal as k, _enumBugKeys as l, _toIobject as m, _toPrimitive as n, _ie8DomDefine as o, _propertyDesc as p, _global as q, _shared as r, _hide as s, _anObject as t, _ctx as u, _iobject as v, _toLength as w, _aFunction as x, _domCreate as y, _defined as z };
|
package/dist/esm/{core.get-iterator-method-709061dc.js → core.get-iterator-method-31c1fb1a.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { j as _cof, b as _core } from './_to-object-b9b796ec.js';
|
|
2
|
+
import { a as _wks, e as _iterators } from './web.dom.iterable-3be50d6c.js';
|
|
3
3
|
|
|
4
4
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
5
5
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
|
|
3
|
+
var _library = true;
|
|
4
|
+
|
|
3
5
|
/**
|
|
4
6
|
* Checks if `value` is the
|
|
5
7
|
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
@@ -474,4 +476,4 @@ function debounce(func, wait, options) {
|
|
|
474
476
|
|
|
475
477
|
var debounce_1 = debounce;
|
|
476
478
|
|
|
477
|
-
export {
|
|
479
|
+
export { _library as _, isObject_1 as a, _baseGetTag as b, _root as c, debounce_1 as d, _Symbol as e, isSymbol_1 as i };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import {
|
|
2
|
+
import { d as _fails, a as _toObject, v as _iobject, _ as _objectKeys, f as _descriptors, c as _export, b as _core } from './_to-object-b9b796ec.js';
|
|
3
3
|
|
|
4
4
|
var f = Object.getOwnPropertySymbols;
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as isSymbol_1, a as isObject_1,
|
|
1
|
+
import { i as isSymbol_1, a as isObject_1, b as _baseGetTag, c as _root, e as _Symbol } from './debounce-806f886b.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Checks if `value` is classified as an `Array` object.
|