Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

将图片的缩放控制点从[se,r]改为[s,e,se,r] #98

Merged
merged 4 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/hiprint/hiprint.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down