@mjhls/mjh-framework 1.0.384 → 1.0.387

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 (65) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-5949653c.js → ADInfeed-f544f2a5.js} +1 -1
  3. package/dist/cjs/{AdSlot-91bc9d77.js → AdSlot-1e40a214.js} +2 -2
  4. package/dist/cjs/DeckContent.js +9 -6
  5. package/dist/cjs/DeckQueue.js +7 -4
  6. package/dist/cjs/{Dfp-25e669fe.js → Dfp-27b922b0.js} +1 -1
  7. package/dist/cjs/{GridContent-1f1041b1.js → GridContent-1871749e.js} +6 -6
  8. package/dist/cjs/GridContent.js +11 -8
  9. package/dist/cjs/GroupDeck.js +26 -2
  10. package/dist/cjs/IssueContentDeck.js +44 -37
  11. package/dist/cjs/MasterDeck.js +7 -4
  12. package/dist/cjs/{Normal-c96bc60c.js → Normal-cc68fd44.js} +329 -111
  13. package/dist/cjs/PublicationDeck.js +2 -2
  14. package/dist/cjs/QueueDeckExpanded.js +7 -5
  15. package/dist/cjs/{TaxonomyCard-b51062ec.js → TaxonomyCard-cf264332.js} +1 -1
  16. package/dist/cjs/TaxonomyCard.js +3 -2
  17. package/dist/cjs/TemplateNormal.js +6 -5
  18. package/dist/cjs/VideoSeriesListing.js +7 -3
  19. package/dist/cjs/YoutubeGroup.js +23 -2
  20. package/dist/cjs/_library-dd23b178.js +5 -0
  21. package/dist/cjs/_object-pie-68c5bcbc.js +16 -0
  22. package/dist/cjs/{debounce-528ad412.js → debounce-b088070c.js} +0 -3
  23. package/dist/cjs/{extends-4c2285ff.js → extends-60837c34.js} +3 -16
  24. package/dist/cjs/{get-3b23d857.js → get-5aa7468c.js} +1 -1
  25. package/dist/cjs/index.js +32 -72
  26. package/dist/cjs/inherits-2a0fa98c.js +210 -0
  27. package/dist/cjs/{promise-f3635def.js → promise-d5136080.js} +2 -2
  28. package/dist/cjs/{inherits-cfb3a105.js → typeof-2747c582.js} +17 -217
  29. package/dist/esm/{ADInfeed-cb72a50c.js → ADInfeed-88c335d9.js} +1 -1
  30. package/dist/esm/{AdSlot-691d4ea0.js → AdSlot-971ce41c.js} +5 -5
  31. package/dist/esm/{AuthorComponent-2d328934.js → AuthorComponent-beb2ad16.js} +1 -1
  32. package/dist/esm/DeckContent.js +14 -11
  33. package/dist/esm/DeckQueue.js +11 -8
  34. package/dist/esm/{Dfp-9f16c743.js → Dfp-3b3273ee.js} +4 -4
  35. package/dist/esm/{Figure-c3dd2204.js → Figure-7ba30e53.js} +3 -3
  36. package/dist/esm/{GridContent-2c9483e5.js → GridContent-3229be76.js} +9 -9
  37. package/dist/esm/GridContent.js +17 -14
  38. package/dist/esm/GroupDeck.js +29 -5
  39. package/dist/esm/IssueContentDeck.js +44 -37
  40. package/dist/esm/MasterDeck.js +11 -8
  41. package/dist/esm/{Normal-1dbb3ddd.js → Normal-c171a945.js} +331 -113
  42. package/dist/esm/PublicationDeck.js +2 -2
  43. package/dist/esm/QueueDeckExpanded.js +13 -11
  44. package/dist/esm/{TaxonomyCard-dace0e7a.js → TaxonomyCard-12f0a90a.js} +1 -1
  45. package/dist/esm/TaxonomyCard.js +4 -3
  46. package/dist/esm/TemplateNormal.js +10 -9
  47. package/dist/esm/{Ustream-5af5d020.js → Ustream-ee7aeeef.js} +1 -1
  48. package/dist/esm/Ustream.js +4 -4
  49. package/dist/esm/VideoSeriesListing.js +10 -6
  50. package/dist/esm/YoutubeGroup.js +26 -5
  51. package/dist/esm/_library-528f1934.js +3 -0
  52. package/dist/esm/_object-pie-33c40e79.js +13 -0
  53. package/dist/esm/{_to-object-18b775df.js → _to-object-1b1f7766.js} +1 -1
  54. package/dist/esm/{debounce-702eb224.js → debounce-df468b0e.js} +1 -3
  55. package/dist/esm/{extends-886d1c3d.js → extends-92072fff.js} +3 -14
  56. package/dist/esm/{get-36d03764.js → get-53653403.js} +1 -1
  57. package/dist/esm/index.js +39 -79
  58. package/dist/esm/inherits-cacd91d8.js +203 -0
  59. package/dist/esm/{main-b2628307.js → main-25bb2c75.js} +2 -2
  60. package/dist/esm/{promise-e74ec3c8.js → promise-5d7cd78a.js} +4 -4
  61. package/dist/esm/{slicedToArray-e6f2ff4b.js → slicedToArray-04e02710.js} +2 -2
  62. package/dist/esm/{toConsumableArray-6e77ffeb.js → toConsumableArray-d7054876.js} +3 -3
  63. package/dist/esm/{inherits-08eb6462.js → typeof-e4b50250.js} +8 -205
  64. package/dist/esm/{web.dom.iterable-21cbfc63.js → web.dom.iterable-e6bf2bf6.js} +2 -2
  65. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.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';
2
+ import { b as _core, n as _anObject } from './_to-object-1b1f7766.js';
3
+ import { c as _wks, h as _iterators, e as _classof, g as core_getIteratorMethod } from './web.dom.iterable-e6bf2bf6.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 { 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';
2
+ import { f as _objectDp, o as _propertyDesc, l as _export, a as _toObject, d as _ctx, h as _toLength, b as _core } from './_to-object-1b1f7766.js';
3
+ import { g as core_getIteratorMethod } from './web.dom.iterable-e6bf2bf6.js';
4
+ import { _ as _iterDetect, d as _isArrayIter, e as _iterCall } from './main-25bb2c75.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,95 +1,8 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { b as _core, l as _export, j as _fails, a as _toObject, f as _objectDp, e as _descriptors, n as _uid, c as _isObject, o as _has, _ as _objectKeys, p as _cof, q as _objectKeysInternal, r as _enumBugKeys, s as _toIobject, t as _toPrimitive, u as _ie8DomDefine, v as _propertyDesc, i as _global, w as _shared, k as _hide, x as _anObject, d as _ctx } from './_to-object-18b775df.js';
3
- import { f as _objectGpo, c as _wks, g as _redefine, d as _setToStringTag, _ as _objectCreate } from './web.dom.iterable-21cbfc63.js';
4
- import { f as _library } from './debounce-702eb224.js';
5
- import { b as _objectGops, c as _objectPie } from './extends-886d1c3d.js';
6
-
7
- // most Object methods by ES6 should accept primitives
8
-
9
-
10
-
11
- var _objectSap = function (KEY, exec) {
12
- var fn = (_core.Object || {})[KEY] || Object[KEY];
13
- var exp = {};
14
- exp[KEY] = exec(fn);
15
- _export(_export.S + _export.F * _fails(function () { fn(1); }), 'Object', exp);
16
- };
17
-
18
- // 19.1.2.9 Object.getPrototypeOf(O)
19
-
20
-
21
-
22
- _objectSap('getPrototypeOf', function () {
23
- return function getPrototypeOf(it) {
24
- return _objectGpo(_toObject(it));
25
- };
26
- });
27
-
28
- var getPrototypeOf = _core.Object.getPrototypeOf;
29
-
30
- var getPrototypeOf$1 = createCommonjsModule(function (module) {
31
- module.exports = { "default": getPrototypeOf, __esModule: true };
32
- });
33
-
34
- var _Object$getPrototypeOf = unwrapExports(getPrototypeOf$1);
35
-
36
- var classCallCheck = createCommonjsModule(function (module, exports) {
37
-
38
- exports.__esModule = true;
39
-
40
- exports.default = function (instance, Constructor) {
41
- if (!(instance instanceof Constructor)) {
42
- throw new TypeError("Cannot call a class as a function");
43
- }
44
- };
45
- });
46
-
47
- var _classCallCheck = unwrapExports(classCallCheck);
48
-
49
- // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
50
- _export(_export.S + _export.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
51
-
52
- var $Object = _core.Object;
53
- var defineProperty = function defineProperty(it, key, desc) {
54
- return $Object.defineProperty(it, key, desc);
55
- };
56
-
57
- var defineProperty$1 = createCommonjsModule(function (module) {
58
- module.exports = { "default": defineProperty, __esModule: true };
59
- });
60
-
61
- unwrapExports(defineProperty$1);
62
-
63
- var createClass = createCommonjsModule(function (module, exports) {
64
-
65
- exports.__esModule = true;
66
-
67
-
68
-
69
- var _defineProperty2 = _interopRequireDefault(defineProperty$1);
70
-
71
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
72
-
73
- exports.default = function () {
74
- function defineProperties(target, props) {
75
- for (var i = 0; i < props.length; i++) {
76
- var descriptor = props[i];
77
- descriptor.enumerable = descriptor.enumerable || false;
78
- descriptor.configurable = true;
79
- if ("value" in descriptor) descriptor.writable = true;
80
- (0, _defineProperty2.default)(target, descriptor.key, descriptor);
81
- }
82
- }
83
-
84
- return function (Constructor, protoProps, staticProps) {
85
- if (protoProps) defineProperties(Constructor.prototype, protoProps);
86
- if (staticProps) defineProperties(Constructor, staticProps);
87
- return Constructor;
88
- };
89
- }();
90
- });
91
-
92
- var _createClass = unwrapExports(createClass);
2
+ import { p as _uid, j as _fails, c as _isObject, q as _has, f as _objectDp, b as _core, _ as _objectKeys, r as _cof, s as _objectKeysInternal, t as _enumBugKeys, u as _toIobject, e as _descriptors, v as _toPrimitive, w as _ie8DomDefine, o as _propertyDesc, i as _global, x as _shared, l as _export, k as _hide, n as _anObject, a as _toObject } from './_to-object-1b1f7766.js';
3
+ import { c as _wks, i as _redefine, d as _setToStringTag, _ as _objectCreate } from './web.dom.iterable-e6bf2bf6.js';
4
+ import { _ as _library } from './_library-528f1934.js';
5
+ import { _ as _objectGops, a as _objectPie } from './_object-pie-33c40e79.js';
93
6
 
94
7
  var f = _wks;
95
8
 
@@ -166,10 +79,10 @@ var _meta_3 = _meta.fastKey;
166
79
  var _meta_4 = _meta.getWeak;
167
80
  var _meta_5 = _meta.onFreeze;
168
81
 
169
- var defineProperty$2 = _objectDp.f;
82
+ var defineProperty = _objectDp.f;
170
83
  var _wksDefine = function (name) {
171
84
  var $Symbol = _core.Symbol || (_core.Symbol = {} );
172
- if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$2($Symbol, name, { value: _wksExt.f(name) });
85
+ if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: _wksExt.f(name) });
173
86
  };
174
87
 
175
88
  // all enumerable object keys, includes symbols
@@ -526,116 +439,6 @@ exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.d
526
439
  };
527
440
  });
528
441
 
529
- unwrapExports(_typeof_1);
530
-
531
- var possibleConstructorReturn = createCommonjsModule(function (module, exports) {
532
-
533
- exports.__esModule = true;
534
-
535
-
536
-
537
- var _typeof3 = _interopRequireDefault(_typeof_1);
538
-
539
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
540
-
541
- exports.default = function (self, call) {
542
- if (!self) {
543
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
544
- }
545
-
546
- return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
547
- };
548
- });
549
-
550
- var _possibleConstructorReturn = unwrapExports(possibleConstructorReturn);
551
-
552
- // Works with __proto__ only. Old v8 can't work with null proto objects.
553
- /* eslint-disable no-proto */
554
-
555
-
556
- var check = function (O, proto) {
557
- _anObject(O);
558
- if (!_isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
559
- };
560
- var _setProto = {
561
- set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
562
- function (test, buggy, set) {
563
- try {
564
- set = _ctx(Function.call, _objectGopd.f(Object.prototype, '__proto__').set, 2);
565
- set(test, []);
566
- buggy = !(test instanceof Array);
567
- } catch (e) { buggy = true; }
568
- return function setPrototypeOf(O, proto) {
569
- check(O, proto);
570
- if (buggy) O.__proto__ = proto;
571
- else set(O, proto);
572
- return O;
573
- };
574
- }({}, false) : undefined),
575
- check: check
576
- };
577
-
578
- // 19.1.3.19 Object.setPrototypeOf(O, proto)
579
-
580
- _export(_export.S, 'Object', { setPrototypeOf: _setProto.set });
581
-
582
- var setPrototypeOf = _core.Object.setPrototypeOf;
583
-
584
- var setPrototypeOf$1 = createCommonjsModule(function (module) {
585
- module.exports = { "default": setPrototypeOf, __esModule: true };
586
- });
587
-
588
- unwrapExports(setPrototypeOf$1);
589
-
590
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
591
- _export(_export.S, 'Object', { create: _objectCreate });
592
-
593
- var $Object$1 = _core.Object;
594
- var create = function create(P, D) {
595
- return $Object$1.create(P, D);
596
- };
597
-
598
- var create$1 = createCommonjsModule(function (module) {
599
- module.exports = { "default": create, __esModule: true };
600
- });
601
-
602
- unwrapExports(create$1);
603
-
604
- var inherits = createCommonjsModule(function (module, exports) {
605
-
606
- exports.__esModule = true;
607
-
608
-
609
-
610
- var _setPrototypeOf2 = _interopRequireDefault(setPrototypeOf$1);
611
-
612
-
613
-
614
- var _create2 = _interopRequireDefault(create$1);
615
-
616
-
617
-
618
- var _typeof3 = _interopRequireDefault(_typeof_1);
619
-
620
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
621
-
622
- exports.default = function (subClass, superClass) {
623
- if (typeof superClass !== "function" && superClass !== null) {
624
- throw new TypeError("Super expression must either be null or a function, not " + (typeof superClass === "undefined" ? "undefined" : (0, _typeof3.default)(superClass)));
625
- }
626
-
627
- subClass.prototype = (0, _create2.default)(superClass && superClass.prototype, {
628
- constructor: {
629
- value: subClass,
630
- enumerable: false,
631
- writable: true,
632
- configurable: true
633
- }
634
- });
635
- if (superClass) _setPrototypeOf2.default ? (0, _setPrototypeOf2.default)(subClass, superClass) : subClass.__proto__ = superClass;
636
- };
637
- });
638
-
639
- var _inherits = unwrapExports(inherits);
442
+ var _typeof = unwrapExports(_typeof_1);
640
443
 
641
- export { _objectSap as _, _meta as a, _isArray as b, _inherits as c, _classCallCheck as d, _possibleConstructorReturn as e, _Object$getPrototypeOf as f, _createClass as g };
444
+ export { _meta as _, _isArray as a, _typeof as b, _typeof_1 as c, _objectGopd as d };
@@ -1,5 +1,5 @@
1
1
  import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.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';
2
+ import { z as _defined, A as _toInteger, k as _hide, e as _descriptors, n as _anObject, _ as _objectKeys, f as _objectDp, i as _global, B as _sharedKey, y as _domCreate, t as _enumBugKeys, x as _shared, p as _uid, q as _has, o as _propertyDesc, a as _toObject, l as _export, r as _cof, b as _core, u as _toIobject } from './_to-object-1b1f7766.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 { _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 };
278
+ export { _objectCreate as _, _iterDefine as a, _iterStep as b, _wks as c, _setToStringTag as d, _classof as e, _objectGpo as f, core_getIteratorMethod as g, _iterators as h, _redefine 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.384",
3
+ "version": "1.0.387",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",