lh-ui-next 0.1.9-beta.20 → 0.1.9-beta.22
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 +1 -1
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
- package/static/iconFontComponent/iconfont.css +10 -6
- package/static/iconFontComponent/iconfont.eot +0 -0
- package/static/iconFontComponent/iconfont.js +1 -1
- package/static/iconFontComponent/iconfont.json +7 -0
- package/static/iconFontComponent/iconfont.svg +2 -0
- package/static/iconFontComponent/iconfont.ttf +0 -0
- package/static/iconFontComponent/iconfont.woff +0 -0
- package/static/iconFontComponent/iconfont.woff2 +0 -0
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.22,
|
|
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
|
@@ -2872,7 +2872,7 @@ const Il = /* @__PURE__ */ S(Cl, [["render", Vl]]), zl = {
|
|
|
2872
2872
|
n["index" + p.parentMirror.level] = p.parentMirror["index" + p.parentMirror.level], p = p.parentMirror;
|
|
2873
2873
|
} else
|
|
2874
2874
|
n.level = 0, n.parentMirror = null, n.index0 = a;
|
|
2875
|
-
n.indeterminate = !1, n.disabled = n.disabled === !0, n.isSingleSelect = this.props.isSingleSelect === !0, n.hideCheckbox = n.hideCheckbox === !0, n.key = n[this.KeyFieldName], n.visible = !0, n.checked = !1, n.isLeaf = !(n.children && n.children.length > 0), n.open = !n.isLeaf && this.defaultExpandAll;
|
|
2875
|
+
n.indeterminate = !1, n.disabled = n.disabled === !0, n.isSingleSelect = this.props.isSingleSelect === !0, n.hideCheckbox = n.hideCheckbox === !0, n.key = n[this.KeyFieldName], n.visible = !0, n.checked = !1, n.isLeaf = !(n.children && n.children.length > 0), n.open = n.open || !n.isLeaf && this.defaultExpandAll;
|
|
2876
2876
|
let d = n.children ? n.children.length : 0;
|
|
2877
2877
|
for (let u = 0; u < d; u++) {
|
|
2878
2878
|
let p = n.children[u];
|