@zzdadelu/schema-builder 1.0.0-alpha.38 → 1.0.0-alpha.39

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/es/main.js CHANGED
@@ -41,7 +41,7 @@ var Design = function Design(props, ref) {
41
41
  console.log("开始创建 iframe");
42
42
  iframe = createIframe();
43
43
  containerRef.current.appendChild(iframe);
44
- console.log("iframe 创建完成:", containerRef.current, iframe);
44
+ console.log("iframe 创建完成:", containerRef, iframe);
45
45
  };
46
46
  var engineOnLoad = function engineOnLoad(event) {
47
47
  var _iframe5, _iframe5$contentWindo, _iframe5$contentWindo2;
package/lib/main.js CHANGED
@@ -49,7 +49,7 @@ var Design = function Design(props, ref) {
49
49
  console.log("开始创建 iframe");
50
50
  iframe = (0, _createIframe.default)();
51
51
  containerRef.current.appendChild(iframe);
52
- console.log("iframe 创建完成:", containerRef.current, iframe);
52
+ console.log("iframe 创建完成:", containerRef, iframe);
53
53
  };
54
54
  var engineOnLoad = function engineOnLoad(event) {
55
55
  var _iframe5, _iframe5$contentWindo, _iframe5$contentWindo2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzdadelu/schema-builder",
3
- "version": "1.0.0-alpha.38",
3
+ "version": "1.0.0-alpha.39",
4
4
  "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
5
5
  "keywords": [
6
6
  "Form",