@newview/ui 1.1.72 → 1.1.74

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.1.74
2
+ 表单组件配置项增加参数
3
+
1
4
  ### 1.1.72
2
5
  弹窗组件增加事件监听
3
6
 
@@ -218771,13 +218771,13 @@ class ModalInstance extends BaseInstance {
218771
218771
  __publicField2(this, "visibleChange", (flag) => {
218772
218772
  var _a;
218773
218773
  if (window.parent != window) {
218774
- nextTick(() => {
218774
+ setTimeout(() => {
218775
218775
  window.parent.postMessage({
218776
218776
  command: "modalVisibleChange",
218777
- // data:$(".ivu-modal-mask:visible").length>0
218778
- data: flag
218777
+ data: $(".ivu-modal-mask:visible").length > 0
218778
+ // data:flag
218779
218779
  }, "*");
218780
- });
218780
+ }, 200);
218781
218781
  }
218782
218782
  if (flag) {
218783
218783
  this.getWidth();