@zkwq/business 0.0.83 → 0.0.85
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/Author.css +5 -9
- package/dist/css/Author.min.css +1 -1
- package/dist/css/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/Institution.css +5 -9
- package/dist/css/Institution.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +16 -12
- 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 +3 -3
package/dist/index.js
CHANGED
|
@@ -28284,7 +28284,6 @@ var Rk = function() {
|
|
|
28284
28284
|
}, [s("base-autocomplete", {
|
|
28285
28285
|
attrs: {
|
|
28286
28286
|
"popper-class": "SupplementForm--autocomplete Width--auto ScholarSuggestionPopper",
|
|
28287
|
-
"show-label": !1,
|
|
28288
28287
|
"fetch-suggestions": e._getInstitutionName,
|
|
28289
28288
|
clearable: "",
|
|
28290
28289
|
"trigger-on-focus": !1,
|
|
@@ -28316,9 +28315,9 @@ var Rk = function() {
|
|
|
28316
28315
|
},
|
|
28317
28316
|
expression: "insInfo.name"
|
|
28318
28317
|
}
|
|
28319
|
-
}), s("div", {
|
|
28318
|
+
}), e.tip ? s("div", {
|
|
28320
28319
|
staticClass: "FormItem__tip"
|
|
28321
|
-
}, [e._v("搜索" + e._s(e.text) + ",如:清华大学")])], 1)]);
|
|
28320
|
+
}, [e._v("搜索" + e._s(e.text) + ",如:清华大学")]) : e._e()], 1)]);
|
|
28322
28321
|
}, Hk = [];
|
|
28323
28322
|
const Vk = {
|
|
28324
28323
|
name: "Author",
|
|
@@ -28335,7 +28334,8 @@ const Vk = {
|
|
|
28335
28334
|
placeholder: {
|
|
28336
28335
|
type: String,
|
|
28337
28336
|
default: "请输入机构名称"
|
|
28338
|
-
}
|
|
28337
|
+
},
|
|
28338
|
+
tip: Boolean
|
|
28339
28339
|
},
|
|
28340
28340
|
inject: {
|
|
28341
28341
|
baseForm: {
|
|
@@ -28392,7 +28392,7 @@ var zk = /* @__PURE__ */ _(
|
|
|
28392
28392
|
Hk,
|
|
28393
28393
|
!1,
|
|
28394
28394
|
jk,
|
|
28395
|
-
"
|
|
28395
|
+
"0dba6755",
|
|
28396
28396
|
null,
|
|
28397
28397
|
null
|
|
28398
28398
|
);
|
|
@@ -28815,14 +28815,13 @@ var Jk = function() {
|
|
|
28815
28815
|
staticClass: "Author__wrap"
|
|
28816
28816
|
}, [s("div", {
|
|
28817
28817
|
staticClass: "Form__author"
|
|
28818
|
-
}, [s("base-autocomplete", {
|
|
28818
|
+
}, [s("base-autocomplete", e._b({
|
|
28819
28819
|
attrs: {
|
|
28820
28820
|
"popper-class": "SupplementForm--autocomplete Width--auto ScholarSuggestionPopper",
|
|
28821
|
-
"show-label": !1,
|
|
28822
28821
|
"fetch-suggestions": e._getAuthorName,
|
|
28823
28822
|
clearable: "",
|
|
28824
28823
|
"trigger-on-focus": !1,
|
|
28825
|
-
placeholder:
|
|
28824
|
+
placeholder: e.placeholder,
|
|
28826
28825
|
"hide-loading": !1
|
|
28827
28826
|
},
|
|
28828
28827
|
on: {
|
|
@@ -28847,9 +28846,9 @@ var Jk = function() {
|
|
|
28847
28846
|
},
|
|
28848
28847
|
expression: "authorInfo.name"
|
|
28849
28848
|
}
|
|
28850
|
-
}), s("div", {
|
|
28849
|
+
}, "base-autocomplete", e.$attrs, !1)), e.tip ? s("div", {
|
|
28851
28850
|
staticClass: "FormItem__tip"
|
|
28852
|
-
}, [e._v("搜索" + e._s(e.text) + "姓名,如:张三 清华大学")])], 1)]);
|
|
28851
|
+
}, [e._v("搜索" + e._s(e.text) + "姓名,如:张三 清华大学")]) : e._e()], 1)]);
|
|
28853
28852
|
}, Qk = [];
|
|
28854
28853
|
const Zk = {
|
|
28855
28854
|
name: "Author",
|
|
@@ -28862,7 +28861,12 @@ const Zk = {
|
|
|
28862
28861
|
event: "update:author"
|
|
28863
28862
|
},
|
|
28864
28863
|
props: {
|
|
28865
|
-
author: Object
|
|
28864
|
+
author: Object,
|
|
28865
|
+
placeholder: {
|
|
28866
|
+
type: String,
|
|
28867
|
+
default: "请输入姓名"
|
|
28868
|
+
},
|
|
28869
|
+
tip: Boolean
|
|
28866
28870
|
},
|
|
28867
28871
|
inject: {
|
|
28868
28872
|
baseForm: {
|
|
@@ -28926,7 +28930,7 @@ var e$ = /* @__PURE__ */ _(
|
|
|
28926
28930
|
Qk,
|
|
28927
28931
|
!1,
|
|
28928
28932
|
t$,
|
|
28929
|
-
"
|
|
28933
|
+
"57603b8e",
|
|
28930
28934
|
null,
|
|
28931
28935
|
null
|
|
28932
28936
|
);
|