@zkwq/business 0.2.24 → 0.2.25
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/dist/css/Cover.css +7 -10
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +5 -14
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.umd.cjs +4 -4
- package/dist/index.umd.min.cjs +3 -3
- package/dist/locale/lang/en.js +1 -0
- package/dist/locale/lang/ru-RU.js +1 -0
- package/dist/locale/lang/zh-CN.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -801,6 +801,7 @@ const uf = {
|
|
|
801
801
|
"姓名,如:张三 清华大学": "姓名,如:张三 清华大学"
|
|
802
802
|
},
|
|
803
803
|
cover: {
|
|
804
|
+
编辑: "编辑",
|
|
804
805
|
删除: "删除"
|
|
805
806
|
},
|
|
806
807
|
keyword: {
|
|
@@ -29081,24 +29082,14 @@ var qk = function() {
|
|
|
29081
29082
|
}) : s("i", {
|
|
29082
29083
|
staticClass: "base-icon-plus avatar-uploader-icon"
|
|
29083
29084
|
}), e.newImg ? s("div", {
|
|
29084
|
-
staticClass: "FileMask__actions"
|
|
29085
|
-
on: {
|
|
29086
|
-
click: function(i) {
|
|
29087
|
-
i.stopPropagation();
|
|
29088
|
-
}
|
|
29089
|
-
}
|
|
29085
|
+
staticClass: "FileMask__actions"
|
|
29090
29086
|
}, [s("base-tooltip", {
|
|
29091
29087
|
attrs: {
|
|
29092
|
-
content: e.t("custom.cover
|
|
29088
|
+
content: e.t("custom.cover.编辑"),
|
|
29093
29089
|
placement: "top"
|
|
29094
29090
|
}
|
|
29095
29091
|
}, [s("i", {
|
|
29096
|
-
staticClass: "base-icon-
|
|
29097
|
-
on: {
|
|
29098
|
-
click: function(i) {
|
|
29099
|
-
return i.stopPropagation(), e._handleFileRemove.apply(null, arguments);
|
|
29100
|
-
}
|
|
29101
|
-
}
|
|
29092
|
+
staticClass: "base-icon-edit"
|
|
29102
29093
|
})])], 1) : e._e()]);
|
|
29103
29094
|
}, Xk = [];
|
|
29104
29095
|
const Jk = {
|
|
@@ -29192,7 +29183,7 @@ var Zk = /* @__PURE__ */ w(
|
|
|
29192
29183
|
Xk,
|
|
29193
29184
|
!1,
|
|
29194
29185
|
Qk,
|
|
29195
|
-
"
|
|
29186
|
+
"750e357d"
|
|
29196
29187
|
);
|
|
29197
29188
|
function Qk(e) {
|
|
29198
29189
|
for (let t in Jc)
|