lh-ui-next 0.2.0-beta.6 → 0.2.0-beta.8
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 +4 -0
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
- package/static/iconFontComponent/iconfont.css +522 -510
- package/static/iconFontComponent/iconfont.eot +0 -0
- package/static/iconFontComponent/iconfont.js +1 -1
- package/static/iconFontComponent/iconfont.json +891 -870
- package/static/iconFontComponent/iconfont.svg +271 -265
- 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.9",
|
|
8
|
-
## test version : "0.2.0-beta.
|
|
8
|
+
## test version : "0.2.0-beta.8,
|
|
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
|
@@ -3347,6 +3347,10 @@ const Ol = /* @__PURE__ */ S(Ml, [["render", Wl]]), Al = {
|
|
|
3347
3347
|
//获取选中值
|
|
3348
3348
|
getCheckedKeys() {
|
|
3349
3349
|
return this.$refs.myTree.getCheckedKeys();
|
|
3350
|
+
},
|
|
3351
|
+
//设置
|
|
3352
|
+
setCheckedKeys(e = []) {
|
|
3353
|
+
this.$refs.myTree.setCheckedKeys(e);
|
|
3350
3354
|
}
|
|
3351
3355
|
},
|
|
3352
3356
|
computed: {
|