@fonixtree/magic-design 0.1.47 → 0.1.50
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.
|
@@ -45,6 +45,8 @@ var _common = require("../../common");
|
|
|
45
45
|
|
|
46
46
|
var _storeUtil = require("../../utils/storeUtil");
|
|
47
47
|
|
|
48
|
+
var _commonUtil = require("../../utils/commonUtil");
|
|
49
|
+
|
|
48
50
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
49
51
|
|
|
50
52
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -602,6 +604,9 @@ function (_super) {
|
|
|
602
604
|
});
|
|
603
605
|
};
|
|
604
606
|
|
|
607
|
+
(0, _commonUtil.ensure)(function () {
|
|
608
|
+
return window._MAGIC_VERSION = '0.1.49';
|
|
609
|
+
});
|
|
605
610
|
var pageData = props.pageData,
|
|
606
611
|
config = props.config,
|
|
607
612
|
outputType = props.outputType,
|
package/es/utils/businessUtil.js
CHANGED
|
@@ -45,6 +45,8 @@ var _common = require("../../common");
|
|
|
45
45
|
|
|
46
46
|
var _storeUtil = require("../../utils/storeUtil");
|
|
47
47
|
|
|
48
|
+
var _commonUtil = require("../../utils/commonUtil");
|
|
49
|
+
|
|
48
50
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
49
51
|
|
|
50
52
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -602,6 +604,9 @@ function (_super) {
|
|
|
602
604
|
});
|
|
603
605
|
};
|
|
604
606
|
|
|
607
|
+
(0, _commonUtil.ensure)(function () {
|
|
608
|
+
return window._MAGIC_VERSION = '0.1.49';
|
|
609
|
+
});
|
|
605
610
|
var pageData = props.pageData,
|
|
606
611
|
config = props.config,
|
|
607
612
|
outputType = props.outputType,
|