lh-ui-next 0.1.9-beta.5 → 0.1.9-beta.6
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 +1 -1
- package/lib/lh-ui-next.mjs +6 -4
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
|
|
|
5
5
|
1.0.0-alpha.1
|
|
6
6
|
1.0.0-test.2
|
|
7
7
|
## Official version : "0.1.8",
|
|
8
|
-
## test version : "0.1.9-beta.
|
|
8
|
+
## test version : "0.1.9-beta.6,
|
|
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
|
@@ -6823,14 +6823,16 @@ function Oa(e, t, i, s, l, n) {
|
|
|
6823
6823
|
onClick: (p) => n.setInputValue(u),
|
|
6824
6824
|
title: i.labelField ? u[i.labelField] : u
|
|
6825
6825
|
}, [
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6826
|
+
V(e.$slots, "item", { item: u }, () => [
|
|
6827
|
+
h("span", {
|
|
6828
|
+
innerHTML: i.labelField ? u[i.labelField] : u
|
|
6829
|
+
}, null, 8, Ea)
|
|
6830
|
+
])
|
|
6829
6831
|
], 8, Fa))), 256))
|
|
6830
6832
|
], 4)) : m("", !0),
|
|
6831
6833
|
l.searchResultList.length == 0 ? (r(), c("div", Ba, b(i.noDataPlaceholder), 1)) : m("", !0)
|
|
6832
6834
|
]),
|
|
6833
|
-
_:
|
|
6835
|
+
_: 3
|
|
6834
6836
|
}, 8, ["style"]),
|
|
6835
6837
|
V(e.$slots, "default")
|
|
6836
6838
|
], 2)
|