Browse Source

BI-25383

es6
iapyang 6 years ago
parent
commit
313eaeeb00
  1. 2
      dist/_fineui.min.js
  2. 22
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 22
      dist/case.js
  5. 22
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 10
      src/case/button/node/node.multilayer.icon.arrow.js
  8. 10
      src/case/button/treeitem/item.multilayer.icon.treeleaf.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

22
dist/bundle.js vendored

@ -73399,8 +73399,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
pId: "", pId: "",
open: false, open: false,
height: 24, height: 24,
iconHeight: 12, iconHeight: 16,
iconWidth: 12, iconWidth: 16,
iconCls: "" iconCls: ""
}); });
}, },
@ -73433,7 +73433,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -73441,7 +73441,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 13), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -73478,7 +73478,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
} }
}); });
BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/** BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);
/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.PlusGroupNode * @class BI.PlusGroupNode
@ -74010,8 +74011,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
layer: 0, layer: 0,
height: 24, height: 24,
iconCls: "", iconCls: "",
iconHeight: 12, iconHeight: 16,
iconWidth: 12 iconWidth: 16
}); });
}, },
_init: function () { _init: function () {
@ -74043,7 +74044,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -74051,7 +74052,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 12), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -74095,7 +74096,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/** BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);
/**
* 树叶子节点 * 树叶子节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeTextLeafItem * @class BI.TreeTextLeafItem

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

22
dist/case.js vendored

@ -835,8 +835,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
pId: "", pId: "",
open: false, open: false,
height: 24, height: 24,
iconHeight: 12, iconHeight: 16,
iconWidth: 12, iconWidth: 16,
iconCls: "" iconCls: ""
}); });
}, },
@ -869,7 +869,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -877,7 +877,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 13), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -914,7 +914,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
} }
}); });
BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/** BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);
/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.PlusGroupNode * @class BI.PlusGroupNode
@ -1446,8 +1447,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
layer: 0, layer: 0,
height: 24, height: 24,
iconCls: "", iconCls: "",
iconHeight: 12, iconHeight: 16,
iconWidth: 12 iconWidth: 16
}); });
}, },
_init: function () { _init: function () {
@ -1479,7 +1480,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -1487,7 +1488,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 12), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -1531,7 +1532,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/** BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);
/**
* 树叶子节点 * 树叶子节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeTextLeafItem * @class BI.TreeTextLeafItem

22
dist/fineui.js vendored

@ -73648,8 +73648,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
pId: "", pId: "",
open: false, open: false,
height: 24, height: 24,
iconHeight: 12, iconHeight: 16,
iconWidth: 12, iconWidth: 16,
iconCls: "" iconCls: ""
}); });
}, },
@ -73682,7 +73682,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -73690,7 +73690,7 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 13), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -73727,7 +73727,8 @@ BI.shortcut("bi.mid_plus_group_node", BI.MidPlusGroupNode);BI.MultiLayerIconArro
} }
}); });
BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);/** BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);
/**
* 加号表示的组节点 * 加号表示的组节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.PlusGroupNode * @class BI.PlusGroupNode
@ -74259,8 +74260,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
layer: 0, layer: 0,
height: 24, height: 24,
iconCls: "", iconCls: "",
iconHeight: 12, iconHeight: 16,
iconWidth: 12 iconWidth: 16
}); });
}, },
_init: function () { _init: function () {
@ -74292,7 +74293,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -74300,7 +74301,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 12), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -74344,7 +74345,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);/** BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);
/**
* 树叶子节点 * 树叶子节点
* Created by GUY on 2015/9/6. * Created by GUY on 2015/9/6.
* @class BI.TreeTextLeafItem * @class BI.TreeTextLeafItem

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
src/case/button/node/node.multilayer.icon.arrow.js

@ -8,8 +8,8 @@ BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
pId: "", pId: "",
open: false, open: false,
height: 24, height: 24,
iconHeight: 12, iconHeight: 16,
iconWidth: 12, iconWidth: 16,
iconCls: "" iconCls: ""
}); });
}, },
@ -42,7 +42,7 @@ BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -50,7 +50,7 @@ BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 13), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -87,4 +87,4 @@ BI.MultiLayerIconArrowNode = BI.inherit(BI.NodeButton, {
} }
}); });
BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode); BI.shortcut("bi.multilayer_icon_arrow_node", BI.MultiLayerIconArrowNode);

10
src/case/button/treeitem/item.multilayer.icon.treeleaf.js

@ -9,8 +9,8 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
layer: 0, layer: 0,
height: 24, height: 24,
iconCls: "", iconCls: "",
iconHeight: 12, iconHeight: 16,
iconWidth: 12 iconWidth: 16
}); });
}, },
_init: function () { _init: function () {
@ -42,7 +42,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.count(0, o.layer, function () { BI.count(0, o.layer, function () {
items.push({ items.push({
type: "bi.layout", type: "bi.layout",
width: 12, width: 24,
height: o.height height: o.height
}); });
}); });
@ -50,7 +50,7 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
BI.createWidget({ BI.createWidget({
type: "bi.td", type: "bi.td",
element: this, element: this,
columnSize: BI.makeArray(o.layer, 12), columnSize: BI.makeArray(o.layer, 24),
items: [items] items: [items]
}); });
}, },
@ -94,4 +94,4 @@ BI.MultiLayerIconTreeLeafItem = BI.inherit(BI.BasicButton, {
} }
}); });
BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem); BI.shortcut("bi.multilayer_icon_tree_leaf_item", BI.MultiLayerIconTreeLeafItem);

Loading…
Cancel
Save