@zzdadelu/schema-builder 1.0.0-alpha.75 → 1.0.0-alpha.76

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.
@@ -23,9 +23,9 @@ export default (function () {
23
23
 
24
24
  // 拦截低代码引擎的createSimulator函数
25
25
  patchCreateSimulatorInIframe(win);
26
+ console.log('2', iframe.contentWindow);
27
+ return iframe;
26
28
  };
27
- console.log('2', iframe.contentWindow);
28
- return iframe;
29
29
  });
30
30
 
31
31
  // 在iframe内部修补createSimulator函数
@@ -29,9 +29,9 @@ var _default = exports.default = function _default() {
29
29
 
30
30
  // 拦截低代码引擎的createSimulator函数
31
31
  patchCreateSimulatorInIframe(win);
32
+ console.log('2', iframe.contentWindow);
33
+ return iframe;
32
34
  };
33
- console.log('2', iframe.contentWindow);
34
- return iframe;
35
35
  }; // 在iframe内部修补createSimulator函数
36
36
  function patchCreateSimulatorInIframe(iframeWindow) {
37
37
  // 保存原始的createSimulator函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzdadelu/schema-builder",
3
- "version": "1.0.0-alpha.75",
3
+ "version": "1.0.0-alpha.76",
4
4
  "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
5
5
  "keywords": [
6
6
  "Form",