@mjhls/mjh-framework 1.0.383 → 1.0.384
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-9f564bd2.js → ADInfeed-5949653c.js} +1 -1
- package/dist/cjs/{AdSlot-b5f0c396.js → AdSlot-91bc9d77.js} +3 -3
- package/dist/cjs/AuthorComponent-37deda17.js +99 -0
- package/dist/cjs/DeckContent.js +8 -8
- package/dist/cjs/DeckQueue.js +4 -4
- package/dist/cjs/{Dfp-e77be4e4.js → Dfp-25e669fe.js} +2 -2
- package/dist/cjs/{Figure-04b8dbbe.js → Figure-c49ee0f8.js} +2 -2
- package/dist/cjs/{GridContent-a0c81f9f.js → GridContent-1f1041b1.js} +26 -65
- package/dist/cjs/GridContent.js +10 -9
- package/dist/cjs/GroupDeck.js +2 -2
- package/dist/cjs/MasterDeck.js +5 -5
- package/dist/cjs/{Normal-6b148627.js → Normal-c96bc60c.js} +3 -3
- package/dist/cjs/QueueDeckExpanded.js +27 -66
- package/dist/cjs/TemplateNormal.js +6 -6
- package/dist/cjs/{Ustream-f5f53782.js → Ustream-c7baf022.js} +1 -1
- package/dist/cjs/Ustream.js +3 -3
- package/dist/cjs/VideoSeriesListing.js +3 -3
- package/dist/cjs/YoutubeGroup.js +2 -2
- package/dist/cjs/index.js +536 -13
- package/dist/cjs/{inherits-7548e3e8.js → inherits-cfb3a105.js} +3 -1
- package/dist/cjs/{main-987c23c6.js → main-2020ba94.js} +1 -1
- package/dist/cjs/{promise-3b44b2a3.js → promise-f3635def.js} +6 -2
- package/dist/cjs/{slicedToArray-879ab2fb.js → slicedToArray-419d467a.js} +1 -1
- package/dist/cjs/{toConsumableArray-34b5e9a7.js → toConsumableArray-3cf1df2c.js} +2 -2
- package/dist/cjs/{web.dom.iterable-8b02d65e.js → web.dom.iterable-5c889cf1.js} +2 -0
- package/dist/esm/{ADInfeed-c65835b9.js → ADInfeed-cb72a50c.js} +1 -1
- package/dist/esm/{AdSlot-1cc6bdb0.js → AdSlot-691d4ea0.js} +4 -4
- package/dist/esm/AuthorComponent-2d328934.js +94 -0
- package/dist/esm/DeckContent.js +10 -10
- package/dist/esm/DeckQueue.js +6 -6
- package/dist/esm/{Dfp-7c317aa4.js → Dfp-9f16c743.js} +3 -3
- package/dist/esm/{Figure-aa16a017.js → Figure-c3dd2204.js} +3 -3
- package/dist/esm/{GridContent-6aafc29f.js → GridContent-2c9483e5.js} +27 -66
- package/dist/esm/GridContent.js +12 -11
- package/dist/esm/GroupDeck.js +3 -3
- package/dist/esm/MasterDeck.js +7 -7
- package/dist/esm/{Normal-308179a5.js → Normal-1dbb3ddd.js} +3 -3
- package/dist/esm/QueueDeckExpanded.js +29 -68
- package/dist/esm/{TaxonomyCard-f1f072ab.js → TaxonomyCard-dace0e7a.js} +1 -1
- package/dist/esm/TaxonomyCard.js +3 -3
- package/dist/esm/TemplateNormal.js +7 -7
- package/dist/esm/{Ustream-d8cc3cbd.js → Ustream-5af5d020.js} +1 -1
- package/dist/esm/Ustream.js +4 -4
- package/dist/esm/VideoSeriesListing.js +5 -5
- package/dist/esm/YoutubeGroup.js +3 -3
- package/dist/esm/{_to-object-b9b796ec.js → _to-object-18b775df.js} +1 -1
- package/dist/esm/{extends-26d3b609.js → extends-886d1c3d.js} +1 -1
- package/dist/esm/index.js +543 -21
- package/dist/esm/{inherits-4b85034c.js → inherits-08eb6462.js} +4 -4
- package/dist/esm/{main-cb86f95d.js → main-b2628307.js} +2 -2
- package/dist/esm/{promise-86cb8313.js → promise-e74ec3c8.js} +4 -4
- package/dist/esm/{slicedToArray-a47a84a4.js → slicedToArray-e6f2ff4b.js} +2 -2
- package/dist/esm/{toConsumableArray-2718dc16.js → toConsumableArray-6e77ffeb.js} +3 -3
- package/dist/esm/{web.dom.iterable-7e9bebf9.js → web.dom.iterable-21cbfc63.js} +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { _ as _iterDetect, d as _isArrayIter, e as _iterCall } from './main-
|
|
2
|
+
import { f as _objectDp, v as _propertyDesc, l as _export, a as _toObject, d as _ctx, h as _toLength, b as _core } from './_to-object-18b775df.js';
|
|
3
|
+
import { h as core_getIteratorMethod } from './web.dom.iterable-21cbfc63.js';
|
|
4
|
+
import { _ as _iterDetect, d as _isArrayIter, e as _iterCall } from './main-b2628307.js';
|
|
5
5
|
|
|
6
6
|
var _createProperty = function (object, index, value) {
|
|
7
7
|
if (index in object) _objectDp.f(object, index, _propertyDesc(0, value));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { z as _defined, A as _toInteger,
|
|
2
|
+
import { z as _defined, A as _toInteger, k as _hide, e as _descriptors, x as _anObject, _ as _objectKeys, f as _objectDp, i as _global, B as _sharedKey, y as _domCreate, r as _enumBugKeys, w as _shared, n as _uid, o as _has, v as _propertyDesc, a as _toObject, l as _export, p as _cof, b as _core, s as _toIobject } from './_to-object-18b775df.js';
|
|
3
3
|
|
|
4
4
|
// true -> String#at
|
|
5
5
|
// false -> String#codePointAt
|
|
@@ -275,4 +275,4 @@ for (var i = 0; i < DOMIterables.length; i++) {
|
|
|
275
275
|
_iterators[NAME] = _iterators.Array;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
export {
|
|
278
|
+
export { _objectCreate as _, _iterDefine as a, _iterStep as b, _wks as c, _setToStringTag as d, _classof as e, _objectGpo as f, _redefine as g, core_getIteratorMethod as h, _iterators as i, _html as j };
|