@mjhls/mjh-framework 1.0.321 → 1.0.323
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-a7a5e9f3.js → ADInfeed-b042a194.js} +1 -1
- package/dist/cjs/{AdSlot-fef815e9.js → AdSlot-c5bff604.js} +3 -3
- package/dist/cjs/DeckContent.js +8 -9
- package/dist/cjs/DeckQueue.js +4 -5
- package/dist/cjs/{Dfp-f5e04360.js → Dfp-9ede68c7.js} +2 -3
- package/dist/cjs/{Figure-36e6957e.js → Figure-a47ec3a7.js} +2 -3
- package/dist/cjs/{GridContent-98e9ab78.js → GridContent-139bbe70.js} +5 -5
- package/dist/cjs/GridContent.js +9 -10
- package/dist/cjs/GroupDeck.js +119 -21
- package/dist/cjs/MasterDeck.js +5 -6
- package/dist/cjs/{Normal-972b1cc8.js → Normal-e7423a52.js} +12 -7
- package/dist/cjs/QueueDeckExpanded.js +7 -8
- package/dist/cjs/{TaxonomyCard-22b72261.js → TaxonomyCard-d8eed035.js} +2 -2
- package/dist/cjs/TaxonomyCard.js +1 -1
- package/dist/cjs/TemplateNormal.js +6 -7
- package/dist/cjs/{Ustream-3a3c56b8.js → Ustream-f5f53782.js} +1 -1
- package/dist/cjs/Ustream.js +3 -4
- package/dist/cjs/VideoSeriesListing.js +6 -4
- package/dist/cjs/YoutubeGroup.js +244 -4
- package/dist/cjs/index.js +53 -21
- package/dist/cjs/{inherits-be59e8ae.js → inherits-37d5840f.js} +1 -1
- package/dist/cjs/{main-753fb093.js → main-987c23c6.js} +1 -1
- package/dist/cjs/{promise-e50b2d19.js → promise-3b44b2a3.js} +4 -5
- package/dist/cjs/{slicedToArray-bed4d943.js → slicedToArray-879ab2fb.js} +3 -4
- package/dist/cjs/smoothscroll-95231a70.js +488 -0
- package/dist/cjs/{toConsumableArray-18281c61.js → toConsumableArray-34b5e9a7.js} +3 -4
- package/dist/cjs/{web.dom.iterable-0998bdc3.js → web.dom.iterable-8b02d65e.js} +34 -0
- package/dist/esm/{ADInfeed-2aaf8622.js → ADInfeed-aadcfc25.js} +1 -1
- package/dist/esm/{AdSlot-028b040f.js → AdSlot-8946358f.js} +3 -3
- package/dist/esm/DeckContent.js +8 -9
- package/dist/esm/DeckQueue.js +4 -5
- package/dist/esm/{Dfp-f518314c.js → Dfp-9293acfb.js} +2 -3
- package/dist/esm/{Figure-af6a1f2d.js → Figure-584ac0c8.js} +2 -3
- package/dist/esm/{GridContent-dd8fe8d1.js → GridContent-ceb53300.js} +5 -5
- package/dist/esm/GridContent.js +9 -10
- package/dist/esm/GroupDeck.js +120 -22
- package/dist/esm/MasterDeck.js +5 -6
- package/dist/esm/{Normal-ed829d1e.js → Normal-ff7a10ab.js} +12 -7
- package/dist/esm/QueueDeckExpanded.js +7 -8
- package/dist/esm/{TaxonomyCard-7e9aae2d.js → TaxonomyCard-35127639.js} +2 -2
- package/dist/esm/TaxonomyCard.js +1 -1
- package/dist/esm/TemplateNormal.js +6 -7
- package/dist/esm/{Ustream-c153a835.js → Ustream-d8cc3cbd.js} +1 -1
- package/dist/esm/Ustream.js +3 -4
- package/dist/esm/VideoSeriesListing.js +5 -3
- package/dist/esm/YoutubeGroup.js +244 -3
- package/dist/esm/index.js +52 -21
- package/dist/esm/{inherits-9d26445c.js → inherits-cb536901.js} +1 -1
- package/dist/esm/{main-d550db5e.js → main-cb86f95d.js} +1 -1
- package/dist/esm/{promise-8fc46e97.js → promise-86cb8313.js} +2 -3
- package/dist/esm/{slicedToArray-d1db3163.js → slicedToArray-a47a84a4.js} +1 -2
- package/dist/esm/smoothscroll-4b699764.js +485 -0
- package/dist/esm/{toConsumableArray-a096ca06.js → toConsumableArray-2718dc16.js} +2 -3
- package/dist/esm/{web.dom.iterable-3be50d6c.js → web.dom.iterable-7e9bebf9.js} +34 -2
- package/package.json +1 -1
- package/dist/cjs/YoutubeGroup-24ec8af9.js +0 -693
- package/dist/cjs/core.get-iterator-method-e049ca4a.js +0 -39
- package/dist/esm/YoutubeGroup-13d88f43.js +0 -687
- package/dist/esm/core.get-iterator-method-31c1fb1a.js +0 -36
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
|
|
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 };
|