@newview/ui 1.1.35 → 1.1.37

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,11 @@
1
+ ### 1.1.37
2
+
3
+ 1、安防平台播放改变窗口大小传入方法
4
+
5
+ ### 1.1.36
6
+
7
+ 1、表单 number 宽度修改
8
+
1
9
  ### 1.1.35
2
10
 
3
11
  1、海康安防平台监听屏幕变化
@@ -31279,7 +31279,7 @@ let ComFormInstance$1 = class ComFormInstance2 extends BaseInstance {
31279
31279
  }
31280
31280
  //#endregion 公开Api End
31281
31281
  };
31282
- const ComForm_vue_vue_type_style_index_0_scoped_84edc676_lang = "";
31282
+ const ComForm_vue_vue_type_style_index_0_scoped_ce727065_lang = "";
31283
31283
  const _hoisted_1$f = { class: "comForm" };
31284
31284
  const _hoisted_2$b = { key: 1 };
31285
31285
  const _hoisted_3$9 = ["onClick"];
@@ -31440,7 +31440,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
31440
31440
  name: "append",
31441
31441
  fn: withCtx(() => [
31442
31442
  createElementVNode("div", {
31443
- onClick: ($event) => _ctx.getPropEvent(item2.inputProp, "onTextClick")($event, item2)
31443
+ onClick: ($event) => _ctx.getPropEvent(item2.inputProp, "onTextClick")($event, item2),
31444
+ style: { "cursor": "pointer", "color": "rgb(45, 140, 240)" }
31444
31445
  }, toDisplayString(_ctx.getPropValue(item2.inputProp, "append")), 9, _hoisted_3$9)
31445
31446
  ]),
31446
31447
  key: "1"
@@ -31807,7 +31808,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
31807
31808
  ], 2)
31808
31809
  ]);
31809
31810
  }
31810
- const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-84edc676"]]);
31811
+ const ComForm = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-ce727065"]]);
31811
31812
  const style = "";
31812
31813
  const propDefine$s = {
31813
31814
  options: {
@@ -212099,6 +212100,9 @@ let Instance$1 = class Instance2 extends BaseInstance {
212099
212100
  }
212100
212101
  });
212101
212102
  });
212103
+ __publicField2(this, "resetCameraRefreshPosition", (width, height) => {
212104
+ this.vedioHandle.JS_Resize(width, height);
212105
+ });
212102
212106
  __publicField2(this, "addCameraInSelectWindow", (tkey, winId) => {
212103
212107
  this.vedioHandle.JS_RequestInterface({
212104
212108
  funcName: "startPreview",