From d6ec5a7a55ad2c9c2ebba6e88197a78403854f77 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 31 Jan 2018 16:46:53 +0800 Subject: [PATCH] =?UTF-8?q?node=E6=8E=A7=E4=BB=B6=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=8D=A2=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/js/widget/basewidget/demo.nodes.js | 4 ++++ dist/bundle.js | 2 +- dist/case.js | 2 +- dist/demo.js | 4 ++++ dist/fineui.js | 2 +- src/case/button/node/node.icon.arrow.js | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/demo/js/widget/basewidget/demo.nodes.js b/demo/js/widget/basewidget/demo.nodes.js index 1a0cfd9f6..55d26aa11 100644 --- a/demo/js/widget/basewidget/demo.nodes.js +++ b/demo/js/widget/basewidget/demo.nodes.js @@ -21,6 +21,10 @@ Demo.Nodes = BI.inherit(BI.Widget, { }, { type: "bi.arrow_group_node", text: "箭头节点" + }, { + type: "bi.icon_arrow_node", + iconCls: "search-font", + text: "箭头图标节点" }] }; } diff --git a/dist/bundle.js b/dist/bundle.js index 9efb3ef57..56d50f4b3 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -63142,7 +63142,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, { BI.IconArrowNode.superclass._init.apply(this, arguments); var self = this, o = this.options; this.checkbox = BI.createWidget({ - type: "bi.tree_group_node_checkbox", + type: "bi.arrow_group_node_checkbox", width: 23, stopPropagation: true }); diff --git a/dist/case.js b/dist/case.js index 84f0e6787..e40076348 100644 --- a/dist/case.js +++ b/dist/case.js @@ -580,7 +580,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, { BI.IconArrowNode.superclass._init.apply(this, arguments); var self = this, o = this.options; this.checkbox = BI.createWidget({ - type: "bi.tree_group_node_checkbox", + type: "bi.arrow_group_node_checkbox", width: 23, stopPropagation: true }); diff --git a/dist/demo.js b/dist/demo.js index eef685956..66e2d45a2 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -11621,6 +11621,10 @@ Demo.Nodes = BI.inherit(BI.Widget, { }, { type: "bi.arrow_group_node", text: "箭头节点" + }, { + type: "bi.icon_arrow_node", + iconCls: "search-font", + text: "箭头图标节点" }] }; } diff --git a/dist/fineui.js b/dist/fineui.js index b614e0d08..f5f9ea5c3 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -64906,7 +64906,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, { BI.IconArrowNode.superclass._init.apply(this, arguments); var self = this, o = this.options; this.checkbox = BI.createWidget({ - type: "bi.tree_group_node_checkbox", + type: "bi.arrow_group_node_checkbox", width: 23, stopPropagation: true }); diff --git a/src/case/button/node/node.icon.arrow.js b/src/case/button/node/node.icon.arrow.js index 192a747fd..9b188b50e 100644 --- a/src/case/button/node/node.icon.arrow.js +++ b/src/case/button/node/node.icon.arrow.js @@ -27,7 +27,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, { BI.IconArrowNode.superclass._init.apply(this, arguments); var self = this, o = this.options; this.checkbox = BI.createWidget({ - type: "bi.tree_group_node_checkbox", + type: "bi.arrow_group_node_checkbox", width: 23, stopPropagation: true });