@mjhls/mjh-framework 1.0.994-invalidelement-v1 → 1.0.994-invalidelement-v3
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/dist/cjs/AdSlotsProvider.js +5 -4
- package/dist/cjs/AlgoliaSearch.js +352 -253
- package/dist/cjs/ArticleProgramLandingPage.js +3 -3
- package/dist/cjs/Auth.js +26 -22830
- package/dist/cjs/ExternalResources.js +3 -3
- package/dist/cjs/HorizontalArticleListing.js +3 -3
- package/dist/cjs/{ImageSlider-ca708da8.js → ImageSlider-1ec0408b.js} +1 -1100
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/{MediaSeriesCard-f6db8f70.js → MediaSeriesCard-e93c0855.js} +29 -10
- package/dist/cjs/MediaSeriesLanding.js +4 -4
- package/dist/cjs/MediaSeriesLandingPaginated.js +4 -4
- package/dist/cjs/PartnerDetailListing.js +6 -6
- package/dist/cjs/PartnerDetailListingPaginated.js +6 -6
- package/dist/cjs/Schema.js +1 -2
- package/dist/cjs/TaxonomyDescription.js +3 -3
- package/dist/cjs/VideoProgramLandingPage.js +3 -3
- package/dist/cjs/View.js +3 -3
- package/dist/cjs/getSerializers.js +3 -3
- package/dist/cjs/{index-b10d6863.js → index-64fe6bc7.js} +14 -11
- package/dist/cjs/index.js +8 -5
- package/dist/{esm/empty-a8042e3c.js → cjs/util-93a37fd0.js} +3 -135
- package/dist/esm/AdSlotsProvider.js +2 -2
- package/dist/esm/AlgoliaSearch.js +100 -1
- package/dist/esm/ArticleProgramLandingPage.js +3 -3
- package/dist/esm/Auth.js +18 -22825
- package/dist/esm/ExternalResources.js +3 -3
- package/dist/esm/HorizontalArticleListing.js +3 -3
- package/dist/esm/{ImageSlider-fada4f0c.js → ImageSlider-83913c4c.js} +3 -1101
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/{MediaSeriesCard-96ac8ed4.js → MediaSeriesCard-9a4cc6ac.js} +29 -10
- package/dist/esm/MediaSeriesLanding.js +4 -4
- package/dist/esm/MediaSeriesLandingPaginated.js +4 -4
- package/dist/esm/PartnerDetailListing.js +5 -5
- package/dist/esm/PartnerDetailListingPaginated.js +5 -5
- package/dist/esm/Schema.js +1 -2
- package/dist/esm/TaxonomyDescription.js +3 -3
- package/dist/esm/VideoProgramLandingPage.js +3 -3
- package/dist/esm/View.js +3 -3
- package/dist/esm/getSerializers.js +3 -3
- package/dist/esm/{index-076baa11.js → index-19ae7235.js} +6 -4
- package/dist/esm/index.js +8 -5
- package/dist/{cjs/empty-559717f3.js → esm/util-8ed16d48.js} +1 -146
- package/package.json +1 -1
- package/dist/cjs/defineProperty-ad65f5f0.js +0 -110
- package/dist/cjs/index-0cf4c9fc.js +0 -904
- package/dist/esm/defineProperty-50094484.js +0 -101
- package/dist/esm/index-e7075467.js +0 -897
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
function _classCallCheck(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor)) {
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
function _defineProperties(target, props) {
|
|
8
|
-
for (var i = 0; i < props.length; i++) {
|
|
9
|
-
var descriptor = props[i];
|
|
10
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
|
11
|
-
descriptor.configurable = true;
|
|
12
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
13
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
function _createClass(Constructor, protoProps, staticProps) {
|
|
18
|
-
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
19
|
-
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
20
|
-
return Constructor;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
function _assertThisInitialized(self) {
|
|
24
|
-
if (self === void 0) {
|
|
25
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
return self;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function _setPrototypeOf(o, p) {
|
|
32
|
-
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
33
|
-
o.__proto__ = p;
|
|
34
|
-
return o;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
return _setPrototypeOf(o, p);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function _inherits(subClass, superClass) {
|
|
41
|
-
if (typeof superClass !== "function" && superClass !== null) {
|
|
42
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
46
|
-
constructor: {
|
|
47
|
-
value: subClass,
|
|
48
|
-
writable: true,
|
|
49
|
-
configurable: true
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function _typeof(obj) {
|
|
56
|
-
"@babel/helpers - typeof";
|
|
57
|
-
|
|
58
|
-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
59
|
-
_typeof = function _typeof(obj) {
|
|
60
|
-
return typeof obj;
|
|
61
|
-
};
|
|
62
|
-
} else {
|
|
63
|
-
_typeof = function _typeof(obj) {
|
|
64
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
return _typeof(obj);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
function _possibleConstructorReturn(self, call) {
|
|
72
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
73
|
-
return call;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return _assertThisInitialized(self);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
function _getPrototypeOf(o) {
|
|
80
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
81
|
-
return o.__proto__ || Object.getPrototypeOf(o);
|
|
82
|
-
};
|
|
83
|
-
return _getPrototypeOf(o);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
function _defineProperty(obj, key, value) {
|
|
87
|
-
if (key in obj) {
|
|
88
|
-
Object.defineProperty(obj, key, {
|
|
89
|
-
value: value,
|
|
90
|
-
enumerable: true,
|
|
91
|
-
configurable: true,
|
|
92
|
-
writable: true
|
|
93
|
-
});
|
|
94
|
-
} else {
|
|
95
|
-
obj[key] = value;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
return obj;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export { _defineProperty as _, _typeof as a, _inherits as b, _getPrototypeOf as c, _possibleConstructorReturn as d, _classCallCheck as e, _assertThisInitialized as f, _createClass as g };
|