@zkwq/business 0.0.95 → 0.0.97
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/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 +4 -4
- 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
|
@@ -24529,7 +24529,7 @@ const Xx = [
|
|
|
24529
24529
|
}), e.use(dm), e.prototype.$ELEMENT = {
|
|
24530
24530
|
size: t.size || "",
|
|
24531
24531
|
zIndex: t.zIndex || 2e3
|
|
24532
|
-
}, e.prototype.$msgbox = ee, e.prototype.$alert = ee.alert, e.prototype.$confirm = ee.confirm, e.prototype.$prompt = ee.prompt, e.prototype.$
|
|
24532
|
+
}, e.prototype.$msgbox = ee, e.prototype.$alert = ee.alert, e.prototype.$confirm = ee.confirm, e.prototype.$prompt = ee.prompt, e.prototype.$message = pt;
|
|
24533
24533
|
}
|
|
24534
24534
|
};
|
|
24535
24535
|
var Jx = function() {
|
|
@@ -29007,11 +29007,11 @@ const c$ = {
|
|
|
29007
29007
|
},
|
|
29008
29008
|
_upIndex(e, t) {
|
|
29009
29009
|
let s = this.newAuthors[t - 1];
|
|
29010
|
-
this.newAuthors.splice(t - 1, 1, this.newAuthors[t]), this.newAuthors.splice(t, 1, s);
|
|
29010
|
+
this.newAuthors.splice(t - 1, 1, this.newAuthors[t]), this.newAuthors.splice(t, 1, s), this.updateAuthors();
|
|
29011
29011
|
},
|
|
29012
29012
|
_downIndex(e, t) {
|
|
29013
29013
|
let s = this.newAuthors[t + 1];
|
|
29014
|
-
this.newAuthors.splice(t + 1, 1, this.newAuthors[t]), this.newAuthors.splice(t, 1, s);
|
|
29014
|
+
this.newAuthors.splice(t + 1, 1, this.newAuthors[t]), this.newAuthors.splice(t, 1, s), this.updateAuthors();
|
|
29015
29015
|
},
|
|
29016
29016
|
_toggleAddAuthor(e) {
|
|
29017
29017
|
this.isAddAuthor = e, e || (this.authorInfo = JSON.parse(JSON.stringify(c$)));
|
|
@@ -29049,7 +29049,7 @@ var h$ = /* @__PURE__ */ _(
|
|
|
29049
29049
|
l$,
|
|
29050
29050
|
!1,
|
|
29051
29051
|
d$,
|
|
29052
|
-
"
|
|
29052
|
+
"0dc7dc9f",
|
|
29053
29053
|
null,
|
|
29054
29054
|
null
|
|
29055
29055
|
);
|