@zzdadelu/schema-builder 1.0.0-alpha.128 → 1.0.0-alpha.129
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/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/main.js +6 -0
- package/lib/main.js +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4136,6 +4136,12 @@
|
|
|
4136
4136
|
});
|
|
4137
4137
|
|
|
4138
4138
|
var _excluded = ["widgets", "settings"];
|
|
4139
|
+
if (typeof window !== 'undefined') {
|
|
4140
|
+
console.log('设置全局方法 getFormRenderMaterial', window);
|
|
4141
|
+
window.getFormRenderMaterial = function () {
|
|
4142
|
+
return defaultSetting;
|
|
4143
|
+
};
|
|
4144
|
+
}
|
|
4139
4145
|
var Design = function Design(props, ref) {
|
|
4140
4146
|
var widgets = props.widgets,
|
|
4141
4147
|
settings = props.settings,
|