@zkwq/business 0.0.71 → 0.0.73
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/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/AuthorX.css +13 -13
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3 -2
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28596,7 +28596,8 @@ const Bk = {
|
|
|
28596
28596
|
this.isEditAuthor ? this.newAuthors.splice(this.editAuthorIndex, 1, e) : this.newAuthors.push(e), this.updateAuthors(), this._toggleAddAuthor(!1), this.isEditAuthor = !1;
|
|
28597
28597
|
},
|
|
28598
28598
|
_authorSelectChange(e) {
|
|
28599
|
-
|
|
28599
|
+
var t, s;
|
|
28600
|
+
typeof e == "string" ? this.authorInfo.name = e : (this.authorInfo.id = e.id, this.authorInfo.name = e.name, this.authorInfo.institution = ((t = e.affiliation) == null ? void 0 : t.length) > 0 ? [(s = e.affiliation) == null ? void 0 : s[0]] : []);
|
|
28600
28601
|
},
|
|
28601
28602
|
removeAuthor(e) {
|
|
28602
28603
|
this.newAuthors.splice(e, 1), this.updateAuthors();
|
|
@@ -28612,7 +28613,7 @@ var Rk = /* @__PURE__ */ b(
|
|
|
28612
28613
|
Ok,
|
|
28613
28614
|
!1,
|
|
28614
28615
|
Vk,
|
|
28615
|
-
"
|
|
28616
|
+
"4b5a858c",
|
|
28616
28617
|
null,
|
|
28617
28618
|
null
|
|
28618
28619
|
);
|