@quintype/components 3.3.2-check-sub-error.7 → 3.3.2-check-sub-error.9
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/index.js
CHANGED
|
@@ -4644,6 +4644,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
4644
4644
|
}
|
|
4645
4645
|
|
|
4646
4646
|
console.log("enetred load script else block ");
|
|
4647
|
+
console.log("global accesstype", global.AccessType);
|
|
4647
4648
|
global.AccessType && callback();
|
|
4648
4649
|
return true;
|
|
4649
4650
|
});
|
|
@@ -5806,7 +5807,7 @@ var mapDispatchToProps$1 = function mapDispatchToProps(dispatch) {
|
|
|
5806
5807
|
*/
|
|
5807
5808
|
|
|
5808
5809
|
|
|
5809
|
-
var
|
|
5810
|
+
var AccessType = /*#__PURE__*/reactRedux.connect(mapStateToProps$1, mapDispatchToProps$1)(AccessTypeBase);
|
|
5810
5811
|
|
|
5811
5812
|
function getSize(sizeMap) {
|
|
5812
5813
|
var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
|
|
@@ -6172,6 +6173,7 @@ var ComponentReducers = {
|
|
|
6172
6173
|
exports.ACCESS_BEING_LOADED = ACCESS_BEING_LOADED;
|
|
6173
6174
|
exports.ACCESS_UPDATED = ACCESS_UPDATED;
|
|
6174
6175
|
exports.ASSET_PLANS = ASSET_PLANS;
|
|
6176
|
+
exports.AccessType = AccessType;
|
|
6175
6177
|
exports.AdbutlerAd = AdbutlerAd;
|
|
6176
6178
|
exports.BREAKING_NEWS_UPDATED = BREAKING_NEWS_UPDATED;
|
|
6177
6179
|
exports.BreakingNews = BreakingNews;
|
|
@@ -6238,4 +6240,3 @@ exports.removeDuplicateStories = removeDuplicateStories;
|
|
|
6238
6240
|
exports.replaceAllStoriesInCollection = replaceAllStoriesInCollection;
|
|
6239
6241
|
exports.withError = withError;
|
|
6240
6242
|
exports.wrapCollectionLayout = wrapCollectionLayout;
|
|
6241
|
-
exports.xAccessType = xAccessType;
|
|
@@ -74,6 +74,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
console.log("enetred load script else block ");
|
|
77
|
+
console.log("global accesstype", global.AccessType);
|
|
77
78
|
global.AccessType && callback();
|
|
78
79
|
return true;
|
|
79
80
|
});
|
|
@@ -1236,4 +1237,4 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch) {
|
|
|
1236
1237
|
*/
|
|
1237
1238
|
|
|
1238
1239
|
|
|
1239
|
-
export var
|
|
1240
|
+
export var AccessType = /*#__PURE__*/connect(mapStateToProps, mapDispatchToProps)(AccessTypeBase);
|
package/package.json
CHANGED