@zkwq/business 0.0.72 → 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 +2 -6
- 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
|
@@ -28517,10 +28517,6 @@ const Bk = {
|
|
|
28517
28517
|
disabled: {
|
|
28518
28518
|
type: Boolean,
|
|
28519
28519
|
default: !1
|
|
28520
|
-
},
|
|
28521
|
-
oneIns: {
|
|
28522
|
-
type: Boolean,
|
|
28523
|
-
default: !1
|
|
28524
28520
|
}
|
|
28525
28521
|
},
|
|
28526
28522
|
watch: {
|
|
@@ -28601,7 +28597,7 @@ const Bk = {
|
|
|
28601
28597
|
},
|
|
28602
28598
|
_authorSelectChange(e) {
|
|
28603
28599
|
var t, s;
|
|
28604
|
-
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 ?
|
|
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]] : []);
|
|
28605
28601
|
},
|
|
28606
28602
|
removeAuthor(e) {
|
|
28607
28603
|
this.newAuthors.splice(e, 1), this.updateAuthors();
|
|
@@ -28617,7 +28613,7 @@ var Rk = /* @__PURE__ */ b(
|
|
|
28617
28613
|
Ok,
|
|
28618
28614
|
!1,
|
|
28619
28615
|
Vk,
|
|
28620
|
-
"
|
|
28616
|
+
"4b5a858c",
|
|
28621
28617
|
null,
|
|
28622
28618
|
null
|
|
28623
28619
|
);
|