@mjhls/mjh-framework 1.0.382 → 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.
Files changed (56) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-9f564bd2.js → ADInfeed-5949653c.js} +1 -1
  3. package/dist/cjs/{AdSlot-b5f0c396.js → AdSlot-91bc9d77.js} +3 -3
  4. package/dist/cjs/AuthorComponent-37deda17.js +99 -0
  5. package/dist/cjs/DeckContent.js +8 -8
  6. package/dist/cjs/DeckQueue.js +4 -4
  7. package/dist/cjs/{Dfp-e77be4e4.js → Dfp-25e669fe.js} +2 -2
  8. package/dist/cjs/{Figure-04b8dbbe.js → Figure-c49ee0f8.js} +2 -2
  9. package/dist/cjs/{GridContent-a0c81f9f.js → GridContent-1f1041b1.js} +26 -65
  10. package/dist/cjs/GridContent.js +10 -9
  11. package/dist/cjs/GroupDeck.js +2 -2
  12. package/dist/cjs/MasterDeck.js +5 -5
  13. package/dist/cjs/{Normal-6b148627.js → Normal-c96bc60c.js} +3 -3
  14. package/dist/cjs/QueueDeckExpanded.js +27 -66
  15. package/dist/cjs/TemplateNormal.js +6 -6
  16. package/dist/cjs/{Ustream-f5f53782.js → Ustream-c7baf022.js} +1 -1
  17. package/dist/cjs/Ustream.js +3 -3
  18. package/dist/cjs/VideoSeriesListing.js +3 -3
  19. package/dist/cjs/YoutubeGroup.js +2 -2
  20. package/dist/cjs/index.js +540 -15
  21. package/dist/cjs/{inherits-7548e3e8.js → inherits-cfb3a105.js} +3 -1
  22. package/dist/cjs/{main-987c23c6.js → main-2020ba94.js} +1 -1
  23. package/dist/cjs/{promise-3b44b2a3.js → promise-f3635def.js} +6 -2
  24. package/dist/cjs/{slicedToArray-879ab2fb.js → slicedToArray-419d467a.js} +1 -1
  25. package/dist/cjs/{toConsumableArray-34b5e9a7.js → toConsumableArray-3cf1df2c.js} +2 -2
  26. package/dist/cjs/{web.dom.iterable-8b02d65e.js → web.dom.iterable-5c889cf1.js} +2 -0
  27. package/dist/esm/{ADInfeed-c65835b9.js → ADInfeed-cb72a50c.js} +1 -1
  28. package/dist/esm/{AdSlot-1cc6bdb0.js → AdSlot-691d4ea0.js} +4 -4
  29. package/dist/esm/AuthorComponent-2d328934.js +94 -0
  30. package/dist/esm/DeckContent.js +10 -10
  31. package/dist/esm/DeckQueue.js +6 -6
  32. package/dist/esm/{Dfp-7c317aa4.js → Dfp-9f16c743.js} +3 -3
  33. package/dist/esm/{Figure-aa16a017.js → Figure-c3dd2204.js} +3 -3
  34. package/dist/esm/{GridContent-6aafc29f.js → GridContent-2c9483e5.js} +27 -66
  35. package/dist/esm/GridContent.js +12 -11
  36. package/dist/esm/GroupDeck.js +3 -3
  37. package/dist/esm/MasterDeck.js +7 -7
  38. package/dist/esm/{Normal-308179a5.js → Normal-1dbb3ddd.js} +3 -3
  39. package/dist/esm/QueueDeckExpanded.js +29 -68
  40. package/dist/esm/{TaxonomyCard-f1f072ab.js → TaxonomyCard-dace0e7a.js} +1 -1
  41. package/dist/esm/TaxonomyCard.js +3 -3
  42. package/dist/esm/TemplateNormal.js +7 -7
  43. package/dist/esm/{Ustream-d8cc3cbd.js → Ustream-5af5d020.js} +1 -1
  44. package/dist/esm/Ustream.js +4 -4
  45. package/dist/esm/VideoSeriesListing.js +5 -5
  46. package/dist/esm/YoutubeGroup.js +3 -3
  47. package/dist/esm/{_to-object-b9b796ec.js → _to-object-18b775df.js} +1 -1
  48. package/dist/esm/{extends-26d3b609.js → extends-886d1c3d.js} +1 -1
  49. package/dist/esm/index.js +547 -23
  50. package/dist/esm/{inherits-4b85034c.js → inherits-08eb6462.js} +4 -4
  51. package/dist/esm/{main-cb86f95d.js → main-b2628307.js} +2 -2
  52. package/dist/esm/{promise-86cb8313.js → promise-e74ec3c8.js} +4 -4
  53. package/dist/esm/{slicedToArray-a47a84a4.js → slicedToArray-e6f2ff4b.js} +2 -2
  54. package/dist/esm/{toConsumableArray-2718dc16.js → toConsumableArray-6e77ffeb.js} +3 -3
  55. package/dist/esm/{web.dom.iterable-7e9bebf9.js → web.dom.iterable-21cbfc63.js} +2 -2
  56. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { u as _ctx, w as _toLength, t as _anObject, x as _aFunction, q as _global, j as _cof, y as _domCreate, h as _isObject, s as _hide, b as _core, f as _descriptors, e as _objectDp, c as _export } from './_to-object-b9b796ec.js';
3
- import { e as core_getIteratorMethod, a as _wks, h as _html, g as _classof, c as _setToStringTag } from './web.dom.iterable-7e9bebf9.js';
2
+ import { d as _ctx, h as _toLength, x as _anObject, m as _aFunction, i as _global, p as _cof, y as _domCreate, c as _isObject, k as _hide, b as _core, e as _descriptors, f as _objectDp, l as _export } from './_to-object-18b775df.js';
3
+ import { h as core_getIteratorMethod, c as _wks, j as _html, e as _classof, d as _setToStringTag } from './web.dom.iterable-21cbfc63.js';
4
4
  import { f as _library } from './debounce-702eb224.js';
5
- import { d as _isArrayIter, e as _iterCall, _ as _iterDetect } from './main-cb86f95d.js';
5
+ import { d as _isArrayIter, e as _iterCall, _ as _iterDetect } from './main-b2628307.js';
6
6
 
7
7
  var _anInstance = function (it, Constructor, name, forbiddenField) {
8
8
  if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
@@ -577,4 +577,4 @@ module.exports = { "default": promise, __esModule: true };
577
577
 
578
578
  var _Promise = unwrapExports(promise$1);
579
579
 
580
- export { _Promise as _, promise$1 as p };
580
+ export { _anInstance as _, _forOf as a, _redefineAll as b, _setSpecies as c, _Promise as d, promise$1 as p };
@@ -1,6 +1,6 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { b as _core, t as _anObject } from './_to-object-b9b796ec.js';
3
- import { a as _wks, f as _iterators, g as _classof, e as core_getIteratorMethod } from './web.dom.iterable-7e9bebf9.js';
2
+ import { b as _core, x as _anObject } from './_to-object-18b775df.js';
3
+ import { c as _wks, i as _iterators, e as _classof, h as core_getIteratorMethod } from './web.dom.iterable-21cbfc63.js';
4
4
 
5
5
  var ITERATOR = _wks('iterator');
6
6
 
@@ -1,7 +1,7 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { e as _objectDp, p as _propertyDesc, c as _export, a as _toObject, u as _ctx, w as _toLength, b as _core } from './_to-object-b9b796ec.js';
3
- import { e as core_getIteratorMethod } from './web.dom.iterable-7e9bebf9.js';
4
- import { _ as _iterDetect, d as _isArrayIter, e as _iterCall } from './main-cb86f95d.js';
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, s as _hide, f as _descriptors, t as _anObject, _ as _objectKeys, e as _objectDp, q as _global, B as _sharedKey, y as _domCreate, l as _enumBugKeys, r as _shared, g as _uid, i as _has, p as _propertyDesc, a as _toObject, c as _export, j as _cof, b as _core, m as _toIobject } from './_to-object-b9b796ec.js';
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 { _objectGpo as _, _wks as a, _redefine as b, _setToStringTag as c, _objectCreate as d, core_getIteratorMethod as e, _iterators as f, _classof as g, _html as h };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.382",
3
+ "version": "1.0.384",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",