guy 7 years ago
parent
commit
33c4827c82
  1. 12
      bi/base.js
  2. 12
      dist/base.js
  3. 12
      dist/bundle.js
  4. 8
      dist/bundle.min.js

12
bi/base.js

@ -2023,7 +2023,7 @@ BI.shortcut("bi.tree_view", BI.TreeView);/**
*/ */
BI.AsyncTree = BI.inherit(BI.TreeView, { BI.AsyncTree = BI.inherit(BI.TreeView, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {}) return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {});
}, },
_init: function () { _init: function () {
BI.AsyncTree.superclass._init.apply(this, arguments); BI.AsyncTree.superclass._init.apply(this, arguments);
@ -2082,7 +2082,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
ch.halfCheck = false; ch.halfCheck = false;
track(ch.children); track(ch.children);
} }
}) });
} }
track(treeNode.children); track(treeNode.children);
@ -2091,7 +2091,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
var nodes = treeObj.getSelectedNodes(); var nodes = treeObj.getSelectedNodes();
BI.each(nodes, function (index, node) { BI.each(nodes, function (index, node) {
node.halfCheck = false; node.halfCheck = false;
}) });
} }
} }
@ -2170,7 +2170,9 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} }
if (!treeNode.children) { if (!treeNode.children) {
o.itemsCreator(op, complete) setTimeout(function () {
o.itemsCreator(op, complete);
}, 17);
} }
}, },
@ -2188,7 +2190,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} else { } else {
track(parent.concat([n]), node[n], compare[n]); track(parent.concat([n]), node[n], compare[n]);
} }
}) });
} }
return map; return map;

12
dist/base.js vendored

@ -2023,7 +2023,7 @@ BI.shortcut("bi.tree_view", BI.TreeView);/**
*/ */
BI.AsyncTree = BI.inherit(BI.TreeView, { BI.AsyncTree = BI.inherit(BI.TreeView, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {}) return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {});
}, },
_init: function () { _init: function () {
BI.AsyncTree.superclass._init.apply(this, arguments); BI.AsyncTree.superclass._init.apply(this, arguments);
@ -2082,7 +2082,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
ch.halfCheck = false; ch.halfCheck = false;
track(ch.children); track(ch.children);
} }
}) });
} }
track(treeNode.children); track(treeNode.children);
@ -2091,7 +2091,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
var nodes = treeObj.getSelectedNodes(); var nodes = treeObj.getSelectedNodes();
BI.each(nodes, function (index, node) { BI.each(nodes, function (index, node) {
node.halfCheck = false; node.halfCheck = false;
}) });
} }
} }
@ -2170,7 +2170,9 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} }
if (!treeNode.children) { if (!treeNode.children) {
o.itemsCreator(op, complete) setTimeout(function () {
o.itemsCreator(op, complete);
}, 17);
} }
}, },
@ -2188,7 +2190,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} else { } else {
track(parent.concat([n]), node[n], compare[n]); track(parent.concat([n]), node[n], compare[n]);
} }
}) });
} }
return map; return map;

12
dist/bundle.js vendored

@ -27898,7 +27898,7 @@ BI.shortcut("bi.tree_view", BI.TreeView);/**
*/ */
BI.AsyncTree = BI.inherit(BI.TreeView, { BI.AsyncTree = BI.inherit(BI.TreeView, {
_defaultConfig: function () { _defaultConfig: function () {
return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {}) return BI.extend(BI.AsyncTree.superclass._defaultConfig.apply(this, arguments), {});
}, },
_init: function () { _init: function () {
BI.AsyncTree.superclass._init.apply(this, arguments); BI.AsyncTree.superclass._init.apply(this, arguments);
@ -27957,7 +27957,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
ch.halfCheck = false; ch.halfCheck = false;
track(ch.children); track(ch.children);
} }
}) });
} }
track(treeNode.children); track(treeNode.children);
@ -27966,7 +27966,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
var nodes = treeObj.getSelectedNodes(); var nodes = treeObj.getSelectedNodes();
BI.each(nodes, function (index, node) { BI.each(nodes, function (index, node) {
node.halfCheck = false; node.halfCheck = false;
}) });
} }
} }
@ -28045,7 +28045,9 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} }
if (!treeNode.children) { if (!treeNode.children) {
o.itemsCreator(op, complete) setTimeout(function () {
o.itemsCreator(op, complete);
}, 17);
} }
}, },
@ -28063,7 +28065,7 @@ BI.AsyncTree = BI.inherit(BI.TreeView, {
} else { } else {
track(parent.concat([n]), node[n], compare[n]); track(parent.concat([n]), node[n], compare[n]);
} }
}) });
} }
return map; return map;

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save