@newview/ui 1.1.72 → 1.1.73
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/newview-ui.js +4 -4
- package/dist/newview-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/newview-ui.js
CHANGED
|
@@ -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
|
-
|
|
218774
|
+
setTimeout(() => {
|
|
218775
218775
|
window.parent.postMessage({
|
|
218776
218776
|
command: "modalVisibleChange",
|
|
218777
|
-
|
|
218778
|
-
data:
|
|
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();
|