@mjhls/mjh-framework 1.0.237 → 1.0.238
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-d87cef08.js → AdSlot-1fe1c231.js} +5 -5
- package/dist/cjs/DeckContent.js +26 -19
- package/dist/cjs/DeckQueue.js +24 -18
- package/dist/cjs/{Dfp-f62b16e1.js → Dfp-045b016b.js} +10 -7
- package/dist/cjs/{GridContent-6dae5d6a.js → GridContent-53e78cbf.js} +23 -20
- package/dist/cjs/GridContent.js +18 -12
- package/dist/cjs/IssueContentDeck.js +3 -3
- package/dist/cjs/IssueDeck.js +3 -3
- package/dist/cjs/MasterDeck-91c6ad85.js +917 -0
- package/dist/cjs/MasterDeck.js +18 -329
- package/dist/cjs/{Normal-821546cd.js → Normal-a94a1ec8.js} +34 -21
- package/dist/cjs/PublicationDeck.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +21 -16
- package/dist/cjs/{TaxonomyCard-d97685e2.js → TaxonomyCard-b5074d6e.js} +4 -4
- package/dist/cjs/TaxonomyCard.js +6 -5
- package/dist/cjs/TemplateNormal.js +11 -8
- package/dist/cjs/ThumbnailCard.js +4 -4
- package/dist/cjs/{Ustream-0d3dd953.js → Ustream-85b14a8d.js} +3 -5
- package/dist/cjs/Ustream.js +6 -2
- package/dist/cjs/VideoSeriesListing.js +19 -15
- package/dist/cjs/{YoutubeGroup-ad994d02.js → YoutubeGroup-fd44f8a0.js} +2 -2
- package/dist/cjs/YoutubeGroup.js +3 -3
- package/dist/cjs/{_commonjsHelpers-3fc1f64e.js → _commonjsHelpers-06173234.js} +5 -0
- package/dist/cjs/_to-object-329a650b.js +348 -0
- package/dist/cjs/core.get-iterator-method-e049ca4a.js +39 -0
- package/dist/cjs/{debounce-a963b136.js → debounce-bbca43c4.js} +1 -1
- package/dist/cjs/{entities-3e0b4a16.js → entities-310b46ee.js} +1 -1
- package/dist/cjs/extends-e94dbea5.js +98 -0
- package/dist/cjs/{get-126b1712.js → get-af2516a4.js} +1 -1
- package/dist/cjs/{index-a4c53ff4.js → index-39beccb3.js} +1 -1
- package/dist/cjs/{index-0d0efcfa.js → index-fa0fb52c.js} +1 -1
- package/dist/cjs/{index-0322e486.js → index-fa3cec70.js} +1 -1
- package/dist/cjs/index.js +3127 -286
- package/dist/cjs/inherits-5b5ca8db.js +650 -0
- package/dist/cjs/{main-58839f4e.js → main-d9a1b014.js} +1 -1
- package/dist/cjs/slicedToArray-e38fb29d.js +95 -0
- package/dist/cjs/toConsumableArray-7e4caf3c.js +123 -0
- package/dist/cjs/{visibility-sensor-8936e703.js → visibility-sensor-b72d9527.js} +1 -1
- package/dist/cjs/web.dom.iterable-0998bdc3.js +254 -0
- package/dist/esm/{AdSlot-0ea49f7e.js → AdSlot-017b8051.js} +5 -5
- package/dist/esm/DeckContent.js +24 -17
- package/dist/esm/DeckQueue.js +22 -16
- package/dist/esm/{Dfp-f026ab16.js → Dfp-01f14ae3.js} +10 -7
- package/dist/esm/{GridContent-7990f509.js → GridContent-f5bc4d75.js} +21 -18
- package/dist/esm/GridContent.js +18 -12
- package/dist/esm/IssueContentDeck.js +3 -3
- package/dist/esm/IssueDeck.js +3 -3
- package/dist/esm/MasterDeck-5dd97a66.js +910 -0
- package/dist/esm/MasterDeck.js +17 -328
- package/dist/esm/{Normal-20ff5bf5.js → Normal-357f00d1.js} +34 -21
- package/dist/esm/PublicationDeck.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +19 -14
- package/dist/esm/{TaxonomyCard-f9c93953.js → TaxonomyCard-f74512cb.js} +3 -3
- package/dist/esm/TaxonomyCard.js +6 -5
- package/dist/esm/TemplateNormal.js +11 -8
- package/dist/esm/ThumbnailCard.js +4 -4
- package/dist/esm/{Ustream-6bb45fe7.js → Ustream-62a07a32.js} +3 -5
- package/dist/esm/Ustream.js +6 -2
- package/dist/esm/VideoSeriesListing.js +16 -12
- package/dist/esm/{YoutubeGroup-1368335c.js → YoutubeGroup-1b3eca73.js} +2 -2
- package/dist/esm/YoutubeGroup.js +3 -3
- package/dist/esm/{_commonjsHelpers-ae1b5db5.js → _commonjsHelpers-0c4b6f40.js} +5 -1
- package/dist/esm/_to-object-86553f76.js +318 -0
- package/dist/esm/core.get-iterator-method-709061dc.js +36 -0
- package/dist/esm/{debounce-dc0c02e5.js → debounce-fa7fbf11.js} +1 -1
- package/dist/esm/{entities-e85d3a4a.js → entities-7cc3bf45.js} +1 -1
- package/dist/esm/extends-7f88fa22.js +94 -0
- package/dist/esm/{get-b074314b.js → get-8d382479.js} +1 -1
- package/dist/esm/{index-ca4ff5cb.js → index-3849e3fe.js} +1 -1
- package/dist/esm/{index-3c1ee9ab.js → index-5f9f807a.js} +1 -1
- package/dist/esm/{index-70f7c966.js → index-fa84ea96.js} +1 -1
- package/dist/esm/index.js +3128 -287
- package/dist/esm/inherits-a82a4471.js +642 -0
- package/dist/esm/{main-cd81c243.js → main-eecf7b27.js} +1 -1
- package/dist/esm/slicedToArray-eb7eca9e.js +93 -0
- package/dist/esm/toConsumableArray-08d50169.js +117 -0
- package/dist/esm/{visibility-sensor-71e50a91.js → visibility-sensor-336093e1.js} +1 -1
- package/dist/esm/web.dom.iterable-f05d2f57.js +246 -0
- package/package.json +4 -1
- package/dist/cjs/_babelHelpers-f321c258.js +0 -119
- package/dist/esm/_babelHelpers-67c05996.js +0 -111
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
var classCallCheck = function (instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor)) {
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
var createClass = function () {
|
|
8
|
-
function defineProperties(target, props) {
|
|
9
|
-
for (var i = 0; i < props.length; i++) {
|
|
10
|
-
var descriptor = props[i];
|
|
11
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
|
12
|
-
descriptor.configurable = true;
|
|
13
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
14
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
return function (Constructor, protoProps, staticProps) {
|
|
19
|
-
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
|
20
|
-
if (staticProps) defineProperties(Constructor, staticProps);
|
|
21
|
-
return Constructor;
|
|
22
|
-
};
|
|
23
|
-
}();
|
|
24
|
-
|
|
25
|
-
var _extends = Object.assign || function (target) {
|
|
26
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
27
|
-
var source = arguments[i];
|
|
28
|
-
|
|
29
|
-
for (var key in source) {
|
|
30
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
31
|
-
target[key] = source[key];
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
return target;
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
var inherits = function (subClass, superClass) {
|
|
40
|
-
if (typeof superClass !== "function" && superClass !== null) {
|
|
41
|
-
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
45
|
-
constructor: {
|
|
46
|
-
value: subClass,
|
|
47
|
-
enumerable: false,
|
|
48
|
-
writable: true,
|
|
49
|
-
configurable: true
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
var possibleConstructorReturn = function (self, call) {
|
|
56
|
-
if (!self) {
|
|
57
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return call && (typeof call === "object" || typeof call === "function") ? call : self;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
var slicedToArray = function () {
|
|
64
|
-
function sliceIterator(arr, i) {
|
|
65
|
-
var _arr = [];
|
|
66
|
-
var _n = true;
|
|
67
|
-
var _d = false;
|
|
68
|
-
var _e = undefined;
|
|
69
|
-
|
|
70
|
-
try {
|
|
71
|
-
for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
|
|
72
|
-
_arr.push(_s.value);
|
|
73
|
-
|
|
74
|
-
if (i && _arr.length === i) break;
|
|
75
|
-
}
|
|
76
|
-
} catch (err) {
|
|
77
|
-
_d = true;
|
|
78
|
-
_e = err;
|
|
79
|
-
} finally {
|
|
80
|
-
try {
|
|
81
|
-
if (!_n && _i["return"]) _i["return"]();
|
|
82
|
-
} finally {
|
|
83
|
-
if (_d) throw _e;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
return _arr;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
return function (arr, i) {
|
|
91
|
-
if (Array.isArray(arr)) {
|
|
92
|
-
return arr;
|
|
93
|
-
} else if (Symbol.iterator in Object(arr)) {
|
|
94
|
-
return sliceIterator(arr, i);
|
|
95
|
-
} else {
|
|
96
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance");
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
}();
|
|
100
|
-
|
|
101
|
-
var toConsumableArray = function (arr) {
|
|
102
|
-
if (Array.isArray(arr)) {
|
|
103
|
-
for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
|
|
104
|
-
|
|
105
|
-
return arr2;
|
|
106
|
-
} else {
|
|
107
|
-
return Array.from(arr);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
export { _extends as _, classCallCheck as a, createClass as c, inherits as i, possibleConstructorReturn as p, slicedToArray as s, toConsumableArray as t };
|