Skip to content

Commit 76d050c

Browse files
author
zTreeAPI
committed
* update TypeScript type definition Thanks @bseddon
1 parent d89d68c commit 76d050c

File tree

10 files changed

+21
-19
lines changed

10 files changed

+21
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jQuery Tree Plugin ---- zTree
22
============
3-
last verson : 3.5.43
3+
last verson : 3.5.44
44

55

66
**Donate to zTree** : http://www.treejs.cn/v3/donate.php

api/API_cn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="ieSuggest">浏览本网站建议您使用 Chrome、FireFox、Opera、IE9 等浏览器(只要不是 IE6 7 8 就行), 速度会更快,画面会更炫!</div>
3636
<div class="google_plus"><g:plusone></g:plusone></div>
3737
<div class="header-text">
38-
<h1><em>zTree v3.5.43 API 文档</em></h1><p></p>
38+
<h1><em>zTree v3.5.44 API 文档</em></h1><p></p>
3939
<p>all.js = core + excheck + exedit ( 不包括 exhide ); 发现错误请及时通知,谢谢。</p>
4040
</div>
4141
<ul class="shortcuts language" style="top:0;">

api/API_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="ieSuggest">If you use the Chrome / FireFox / Opera / IE9 browser will be even more dazzling effect!</div>
3535
<div class="google_plus"><g:plusone></g:plusone></div>
3636
<div class="header-text">
37-
<h1><em>zTree v3.5.43 API Document</em></h1><p></p>
37+
<h1><em>zTree v3.5.44 API Document</em></h1><p></p>
3838
<p>all.js = core + excheck + exedit ( without exhide ); if you found some mistakes please contact me.</p>
3939
</div>
4040
<ul class="shortcuts language" style="top:0;">

js/jquery.ztree.all.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* JQuery zTree core
3-
* v3.5.43
3+
* v3.5.44
44
* http://treejs.cn/
55
*
66
* Copyright (c) 2010 Hunter.z
77
*
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2020-04-04
11+
* Date: 2020-04-29
1212
*/
1313

1414
(function ($) {
@@ -2006,15 +2006,15 @@
20062006
})(jQuery);
20072007
/*
20082008
* JQuery zTree excheck
2009-
* v3.5.43
2009+
* v3.5.44
20102010
* http://treejs.cn/
20112011
*
20122012
* Copyright (c) 2010 Hunter.z
20132013
*
20142014
* Licensed same as jquery - MIT License
20152015
* http://www.opensource.org/licenses/mit-license.php
20162016
*
2017-
* Date: 2020-04-04
2017+
* Date: 2020-04-29
20182018
*/
20192019

20202020
(function ($) {
@@ -2658,15 +2658,15 @@
26582658
})(jQuery);
26592659
/*
26602660
* JQuery zTree exedit
2661-
* v3.5.43
2661+
* v3.5.44
26622662
* http://treejs.cn/
26632663
*
26642664
* Copyright (c) 2010 Hunter.z
26652665
*
26662666
* Licensed same as jquery - MIT License
26672667
* http://www.opensource.org/licenses/mit-license.php
26682668
*
2669-
* Date: 2020-04-04
2669+
* Date: 2020-04-29
26702670
*/
26712671

26722672
(function ($) {

js/jquery.ztree.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* JQuery zTree core
3-
* v3.5.43
3+
* v3.5.44
44
* http://treejs.cn/
55
*
66
* Copyright (c) 2010 Hunter.z
77
*
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2020-04-04
11+
* Date: 2020-04-29
1212
*/
1313

1414
(function ($) {

js/jquery.ztree.excheck.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* JQuery zTree excheck
3-
* v3.5.43
3+
* v3.5.44
44
* http://treejs.cn/
55
*
66
* Copyright (c) 2010 Hunter.z
77
*
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2020-04-04
11+
* Date: 2020-04-29
1212
*/
1313

1414
(function ($) {

js/jquery.ztree.exedit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* JQuery zTree exedit
3-
* v3.5.43
3+
* v3.5.44
44
* http://treejs.cn/
55
*
66
* Copyright (c) 2010 Hunter.z
77
*
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2020-04-04
11+
* Date: 2020-04-29
1212
*/
1313

1414
(function ($) {

js/jquery.ztree.exhide.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* JQuery zTree exHideNodes
3-
* v3.5.43
3+
* v3.5.44
44
* http://treejs.cn/
55
*
66
* Copyright (c) 2010 Hunter.z
77
*
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2020-04-04
11+
* Date: 2020-04-29
1212
*/
1313

1414
(function ($) {

log v3.x.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
</font>
1515

16-
16+
*2020.04.29* v3.5.44
17+
* update TypeScript type definition Thanks @bseddon
18+
1719
*2020.04.04* v3.5.43
1820
* fixed TypeScript type definition Thanks @UtillYou
1921
* Update demo 'super/keyboard_navigation.html' Thanks @bseddon

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ztree/ztree_v3",
33
"description": "zTree is a multi-functional 'tree plug-ins.' based on jQuery. The main advantages of zTree includes excellent performance, flexible configuration, and the combination of multiple functions.",
4-
"version": "3.5.43",
4+
"version": "3.5.44",
55
"homepage": "http://www.treejs.cn/v3/main.php",
66
"author": "zTree (https://github.com/zTree)",
77
"licenses": [

0 commit comments

Comments
 (0)