@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 +8 -0
- package/dist/newview-ui.js +7 -3
- package/dist/newview-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -31279,7 +31279,7 @@ let ComFormInstance$1 = class ComFormInstance2 extends BaseInstance {
|
|
|
31279
31279
|
}
|
|
31280
31280
|
//#endregion 公开Api End
|
|
31281
31281
|
};
|
|
31282
|
-
const
|
|
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-
|
|
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",
|