@newview/ui 1.1.34 → 1.1.35

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,7 @@
1
+ ### 1.1.35
2
+
3
+ 1、海康安防平台监听屏幕变化
4
+
1
5
  ### 1.1.34
2
6
 
3
7
  1、海康安防平台组件插件安装提示修改
@@ -212039,6 +212039,11 @@ let Instance$1 = class Instance2 extends BaseInstance {
212039
212039
  this.vedioHandle.JS_ShowWnd();
212040
212040
  }
212041
212041
  });
212042
+ __publicField2(this, "resize", () => {
212043
+ console.log("resize", "屏幕变化");
212044
+ this.setVideoCrl();
212045
+ this.CameraRefreshPosition();
212046
+ });
212042
212047
  __publicField2(this, "initialsWall", () => {
212043
212048
  if (this.configDataNew.encryptedFields == "") {
212044
212049
  this.configDataNew.appkey = this.setEncrypt(this.configDataNew.appkey);
@@ -212149,10 +212154,6 @@ let Instance$1 = class Instance2 extends BaseInstance {
212149
212154
  this.appendMultipCameraInPanel();
212150
212155
  }
212151
212156
  }
212152
- resize() {
212153
- this.setVideoCrl();
212154
- this.CameraRefreshPosition();
212155
- }
212156
212157
  createScript(src2, id2) {
212157
212158
  const script = document.createElement("script");
212158
212159
  script.setAttribute("async", "async");