From d24d1e5c6b1552ded657a0270b1f74f2799367ae Mon Sep 17 00:00:00 2001 From: Little-Guo <61458828+the-didi@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=9B=BE=E7=89=87=E7=9A=84=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E6=8E=A7=E5=88=B6=E7=82=B9=E4=BB=8E[se,r]=E6=94=B9?= =?UTF-8?q?=E4=B8=BA[s,e,se,r]=20(#98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: the-didi --- package.json | 2 +- src/hiprint/hiprint.bundle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1625aaf..0219e793 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-plugin-hiprint", "description": "hiprint for Vue2.x / Vue3.x 支持拖拽(分页(不分页)、表头表脚、样式设置、复制粘贴、缩放、撤销重做)生成打印模板、导出json模板数据、静默打印/获取MAC地址(借助客户端)", - "version": "0.0.57-beta9", + "version": "0.0.57-beta11", "author": "CcSimple", "license": "MIT", "main": "dist/vue-plugin-hiprint.js", diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index 87e8fcb2..4d9088d5 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -8303,7 +8303,7 @@ var hiprint = function (t) { } return m(e, t), e.prototype.getReizeableShowPoints = function () { - return ["se", "r"]; + return ["s","e","se","r"]; }, e.prototype.getData = function (t) { var e = "", f = this.getField(); t ? e = f ? f.split('.').reduce((a, c) => a ? a[c] : t[c], !1) || "" : this.options.src || this.printElementType.getData() : e = this.options.src || this.printElementType.getData();