lh-ui-next 0.1.7-beta.64 → 0.1.7-beta.65
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/README.md +2 -2
- package/lib/lh-ui-next.mjs +2 -2
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
alpha version is use to self-test; beta version is use to public survey.for example:
|
|
5
5
|
1.0.0-alpha.1
|
|
6
6
|
1.0.0-test.2
|
|
7
|
-
## Official version : "0.1.7-beta.
|
|
8
|
-
## test version : "0.1.7-beta.
|
|
7
|
+
## Official version : "0.1.7-beta.65",
|
|
8
|
+
## test version : "0.1.7-beta.65,
|
|
9
9
|
## npmmirror
|
|
10
10
|
When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
|
|
11
11
|
manual trigger the sync event
|
package/lib/lh-ui-next.mjs
CHANGED
|
@@ -6613,7 +6613,7 @@ const Da = {
|
|
|
6613
6613
|
},
|
|
6614
6614
|
//处于聚焦状态。并且开始第一次的查询
|
|
6615
6615
|
realVisible() {
|
|
6616
|
-
return this.operating && this.inputValue;
|
|
6616
|
+
return this.operating && this.inputValue && this.ajaxTimes < 1;
|
|
6617
6617
|
}
|
|
6618
6618
|
},
|
|
6619
6619
|
methods: {
|
|
@@ -6747,7 +6747,7 @@ function Ea(e, t, i, s, l, n) {
|
|
|
6747
6747
|
}, null, 8, Na)
|
|
6748
6748
|
], 8, Pa))), 256))
|
|
6749
6749
|
], 4)) : m("", !0),
|
|
6750
|
-
l.searchResultList.length == 0
|
|
6750
|
+
l.searchResultList.length == 0 ? (r(), c("div", Ma, b(i.noDataPlaceholder), 1)) : m("", !0)
|
|
6751
6751
|
]),
|
|
6752
6752
|
_: 1
|
|
6753
6753
|
}, 8, ["style"]),
|