lh-ui-next 0.1.9-beta.5 → 0.1.9-beta.7
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 +8 -6
- 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.7,
|
|
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
|
@@ -993,7 +993,7 @@ const et = /* @__PURE__ */ S(Nt, [["render", Ft]]), Et = {
|
|
|
993
993
|
},
|
|
994
994
|
isRemoveTitleHTML: {
|
|
995
995
|
type: Boolean,
|
|
996
|
-
default: !
|
|
996
|
+
default: !0
|
|
997
997
|
},
|
|
998
998
|
placeholder: {
|
|
999
999
|
type: String,
|
|
@@ -1370,7 +1370,7 @@ function Zt(e, t, i, s, l, n) {
|
|
|
1370
1370
|
[N, n.filterTextIn(u.name)]
|
|
1371
1371
|
])), 256)),
|
|
1372
1372
|
l.myoptionList.length === 0 ? (r(), c("li", jt, "- " + b(i.nullMsg) + " -", 1)) : m("", !0),
|
|
1373
|
-
l.myoptionList.length !== 0 && i.filterShow && l.isNullMsg ? (r(), c("li", Kt, "- " + b(i.nullMsg) + " -", 1)) : m("", !0)
|
|
1373
|
+
l.myoptionList.length !== 0 && i.filterShow && l.isNullMsg ? (r(), c("li", Kt, "- " + b(i.nullMsg) + " - ", 1)) : m("", !0)
|
|
1374
1374
|
], 4))
|
|
1375
1375
|
]),
|
|
1376
1376
|
_: 1
|
|
@@ -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)
|