From 335a228dfc146d84b35776b04e0ad0523f3e5ffa Mon Sep 17 00:00:00 2001
From: windy <1374721899@qq.com>
Date: Tue, 30 Jan 2018 10:48:42 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4relationview,=20pathchooser?=
=?UTF-8?q?=EF=BC=8C=E6=94=B9=E4=B8=80=E4=B8=8Bcombo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
demo/js/case/combo/demo.text_value_combo.js | 2 +-
demo/js/config/widget.js | 12 -
.../pathchooser/demo.directionpathchooser.js | 77 -
.../js/widget/pathchooser/demo.pathchooser.js | 177 -
.../widget/relationview/demo.relationview.js | 76 -
dist/bundle.js | 2277 +++----------
dist/case.js | 31 +-
dist/demo.js | 343 +-
dist/fineui.js | 2277 +++----------
dist/widget.js | 1866 ++--------
.../detailed/path/direction_path_chooser.html | 3004 ----------------
.../detailed/path/direction_path_chooser.md | 40 -
docs/_book/detailed/path/path_chooser.html | 3005 -----------------
docs/_book/detailed/path/path_chooser.md | 42 -
docs/_book/detailed/relation_view.html | 2993 ----------------
docs/_book/detailed/relation_view.md | 35 -
docs/detailed/path/direction_path_chooser.md | 40 -
docs/detailed/path/path_chooser.md | 42 -
docs/detailed/relation_view.md | 35 -
src/case/combo/iconcombo/combo.icon.js | 5 +-
.../icontextvaluecombo/combo.icontextvalue.js | 5 +-
src/case/combo/staticcombo/combo.static.js | 4 +-
.../combo.textvaluecheck.js | 5 +-
.../combo.textvaluechecksmall.js | 2 +-
.../combo/textvaluecombo/combo.textvalue.js | 5 +-
.../textvaluecombo/combo.textvaluesmall.js | 5 +-
src/less/widget/pathchooser/pathchooser.less | 7 -
src/less/widget/pathchooser/pathregion.less | 7 -
.../relationview/relationview.item.less | 7 -
.../relationview/relationview.region.less | 17 -
.../directionpathchooser.js | 243 --
src/widget/pathchooser/pathchooser.js | 491 ---
src/widget/pathchooser/pathregion.js | 115 -
src/widget/relationview/relationview.item.js | 74 -
src/widget/relationview/relationview.js | 289 --
.../relationview.region.container.js | 89 -
.../relationview/relationview.region.js | 160 -
37 files changed, 1073 insertions(+), 16831 deletions(-)
delete mode 100644 demo/js/widget/pathchooser/demo.directionpathchooser.js
delete mode 100644 demo/js/widget/pathchooser/demo.pathchooser.js
delete mode 100644 demo/js/widget/relationview/demo.relationview.js
delete mode 100644 docs/_book/detailed/path/direction_path_chooser.html
delete mode 100644 docs/_book/detailed/path/direction_path_chooser.md
delete mode 100644 docs/_book/detailed/path/path_chooser.html
delete mode 100644 docs/_book/detailed/path/path_chooser.md
delete mode 100644 docs/_book/detailed/relation_view.html
delete mode 100644 docs/_book/detailed/relation_view.md
delete mode 100644 docs/detailed/path/direction_path_chooser.md
delete mode 100644 docs/detailed/path/path_chooser.md
delete mode 100644 docs/detailed/relation_view.md
delete mode 100644 src/less/widget/pathchooser/pathchooser.less
delete mode 100644 src/less/widget/pathchooser/pathregion.less
delete mode 100644 src/less/widget/relationview/relationview.item.less
delete mode 100644 src/less/widget/relationview/relationview.region.less
delete mode 100644 src/widget/directionpathchooser/directionpathchooser.js
delete mode 100644 src/widget/pathchooser/pathchooser.js
delete mode 100644 src/widget/pathchooser/pathregion.js
delete mode 100644 src/widget/relationview/relationview.item.js
delete mode 100644 src/widget/relationview/relationview.js
delete mode 100644 src/widget/relationview/relationview.region.container.js
delete mode 100644 src/widget/relationview/relationview.region.js
diff --git a/demo/js/case/combo/demo.text_value_combo.js b/demo/js/case/combo/demo.text_value_combo.js
index 4dcd01630..5af03624b 100644
--- a/demo/js/case/combo/demo.text_value_combo.js
+++ b/demo/js/case/combo/demo.text_value_combo.js
@@ -35,7 +35,7 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
width: 90,
height: 25,
handler: function () {
- combo.setValue("");
+ combo.setValue(3);
}
}],
vgap: 20
diff --git a/demo/js/config/widget.js b/demo/js/config/widget.js
index 8394705eb..bb2d2dc22 100644
--- a/demo/js/config/widget.js
+++ b/demo/js/config/widget.js
@@ -194,22 +194,10 @@ Demo.WIDGET_CONFIG = [{
pId: 4,
id: 415,
text: "路径选择"
-}, {
- pId: 415,
- text: "bi.path_chooser",
- value: "demo.path_chooser"
-}, {
- pId: 415,
- text: "bi.direction_path_chooser",
- value: "demo.direction_path_chooser"
}, {
pId: 4,
id: 416,
text: "关联视图"
-}, {
- pId: 416,
- text: "bi.relation_view",
- value: "demo.relation_view"
}, {
pId: 4,
id: 417,
diff --git a/demo/js/widget/pathchooser/demo.directionpathchooser.js b/demo/js/widget/pathchooser/demo.directionpathchooser.js
deleted file mode 100644
index 85dda755c..000000000
--- a/demo/js/widget/pathchooser/demo.directionpathchooser.js
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-Demo.DirectionPathChooser = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-direction-path-chooser"
- },
-
- render: function () {
- return {
- type: "bi.center_adapt",
- items: [
- {
- type: "bi.direction_path_chooser",
- items: [[{
- region: "8c4460bc3605685e",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "0fbd0dc648f41e97",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "c6d72d6c7e19a667",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "ed013e18cc7c8637",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "153d75878431f8ee",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "3861fb024c7d7825",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "88e3e5071bd10bc5",
- regionText: "供应商",
- text: "ID",
- value: "4"
- }, {
- region: "8476c77ab5c147e0",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "f00f67fbb9fba6fe",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "1e8badf5d5793408",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "de1ebd3d0986a294",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }]]
- }
- ]
- };
- }
-});
-
-BI.shortcut("demo.direction_path_chooser", Demo.DirectionPathChooser);
\ No newline at end of file
diff --git a/demo/js/widget/pathchooser/demo.pathchooser.js b/demo/js/widget/pathchooser/demo.pathchooser.js
deleted file mode 100644
index ef3de6f42..000000000
--- a/demo/js/widget/pathchooser/demo.pathchooser.js
+++ /dev/null
@@ -1,177 +0,0 @@
-/**
- * Created by User on 2017/3/22.
- */
-Demo.PathChooser = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-path-chooser"
- },
- render: function () {
- var pathchooser = BI.createWidget({
- type: "bi.path_chooser",
- width: 800,
- height: 400,
- items: // [
- // [{region: "区域X", value: "X1"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // //{region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域F", value: "F"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域F", value: "F"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X", text: "X"},
- // {region: "区域Q", value: "Q", text: "Q"},
- // {region: "区域A", value: "A", text: "A"},
- // {region: "区域C", value: "C", text: "C"},
- // {region: "区域D", value: "D", text: "D"},
- // {region: "区域F", value: "F", text: "F"},
- // {region: "区域H", value: "H", text: "H"},
- // {region: "区域I", value: "I", text: "I"},
- // {region: "区域J", value: "J", text: "J"}]
- // ]
- [[{
- region: "8c4460bc3605685e",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "0fbd0dc648f41e97",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "c6d72d6c7e19a667",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "ed013e18cc7c8637",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "153d75878431f8ee",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "3861fb024c7d7825",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "88e3e5071bd10bc5",
- regionText: "供应商",
- text: "ID",
- value: "4"
- }, {
- region: "8476c77ab5c147e0",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "f00f67fbb9fba6fe",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "1e8badf5d5793408",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "de1ebd3d0986a294",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }]]
- });
- pathchooser.setValue();
- return {
- type: "bi.absolute",
- items: [{
- el: pathchooser,
- left: 100,
- top: 100
- }, {
- el: {
- type: "bi.button",
- text: "getValue",
- handler: function () {
- BI.Msg.toast(JSON.stringify(pathchooser.getValue()));
- }
- },
- left: 100,
- bottom: 10
- }]
- };
- }
-});
-BI.shortcut("demo.path_chooser", Demo.PathChooser);
\ No newline at end of file
diff --git a/demo/js/widget/relationview/demo.relationview.js b/demo/js/widget/relationview/demo.relationview.js
deleted file mode 100644
index f50b66449..000000000
--- a/demo/js/widget/relationview/demo.relationview.js
+++ /dev/null
@@ -1,76 +0,0 @@
-/**
- * Created by User on 2017/3/22.
- */
-Demo.RelationView = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-relation-view"
- },
- render: function () {
- this.relationview = BI.createWidget({
- type: "bi.relation_view",
- items: [
- {
- primary: {
- region: "B", regionText: "比", text: ["try", "try1"], regionTitle: "bbb", regionHandler: function () {
- alert("a");
- },
-
- isPrimary: true,
- title: "b2...",
- value: "b2",
- //disabled: true,
- handler: function () {
- alert("d");
- },
- keyword: "A",
- isView: true
- },
- foreign: {region: "C", text: ["try", "try1"], value: "c1", keyword: "A"}
- },
- {
- primary: {region: "A", value: "a1", text: "a1字段", keyword: "A"},
- foreign: {region: "C", value: "c2", text: "c2字段", keyword: "A"}
- },
- {
- primary: {region: "C", value: "c3", text: "c3字段", keyword: "A"},
- foreign: {region: "D", value: "d1", text: "d1字段", keyword: "A"}
- },
- {
- primary: {region: "A", value: "a1", text: "a1字段", keyword: "A"},
- foreign: {region: "B", value: "b1", text: "b1字段", keyword: "A"}
- },
-
- {
- primary: {region: "X", value: "x1", text: "x1字段", keyword: "A"},
- foreign: {region: "Y", value: "y1", text: "y1字段", keyword: "A"}
- },
- {
- primary: {region: "X", value: "x2", text: "x2字段", keyword: "A"},
- foreign: {region: "Z", value: "z1", text: "z1字段", keyword: "A"}
- },
- {
- primary: {region: "X", value: "x2", text: "x2字段", keyword: "A"},
- foreign: {region: "B", value: "b1", text: "b1字段", keyword: "A"}
- },
- {
- primary: {region: "X33", keyword: "A"}
- }
- ],
- listeners: [{
- eventName: "EVENT_PREVIEW",
- action: function (tableName, show) {
- console.log(tableName + ": " + show);
- }
- }]
- });
- return {
- type: "bi.float_center_adapt",
- items: [{
- el: this.relationview
- }]
- };
- },
- mounted: function () {
- }
-});
-BI.shortcut("demo.relation_view", Demo.RelationView);
\ No newline at end of file
diff --git a/dist/bundle.js b/dist/bundle.js
index 80b075f26..b28f350fd 100644
--- a/dist/bundle.js
+++ b/dist/bundle.js
@@ -67707,11 +67707,12 @@ BI.IconCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.iconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.iconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -67937,11 +67938,12 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -68069,11 +68071,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.combo.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.combo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
}
});
@@ -68139,7 +68141,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCheckCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
setWarningTitle: function (title) {
@@ -68147,7 +68150,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- var value = this.textIconCheckCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -68213,7 +68216,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- return this.SmallTextIconCheckCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
@@ -68336,11 +68339,12 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -68402,11 +68406,12 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.SmallTextValueCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- return this.SmallTextValueCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
@@ -78338,248 +78343,6 @@ BI.DateTimeTrigger = BI.inherit(BI.Trigger, {
});
BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);/**
- * 带有方向的pathchooser
- *
- * Created by GUY on 2016/4/21.
- * @class BI.DirectionPathChooser
- * @extends BI.Widget
- */
-BI.DirectionPathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#808080",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.DirectionPathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-excel-table",
- items: []
- });
- },
-
- _init: function () {
- BI.DirectionPathChooser.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.pathChooser = BI.createWidget({
- type: "bi.path_chooser",
- element: this,
- items: o.items
- });
- this.pathChooser.on(BI.PathChooser.EVENT_CHANGE, function (start, index) {
- // self._unselectAllArrows();
- self._setValue(start, index);
- self.fireEvent(BI.DirectionPathChooser.EVENT_CHANGE);
- });
- this._drawArrows();
-
- },
-
- _unselectAllArrows: function () {
- var self = this, lineColor = this._const.lineColor;
- BI.each(this.arrows, function (region, rs) {
- BI.each(rs, function (idx, arrows) {
- BI.each(arrows, function (i, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor});
- });
- });
- });
- },
-
- _drawOneArrow: function (dot, direction) {
- // 0,1,2,3 上右下左
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var svg = this.pathChooser.svg;
- var path = "";
- switch (direction) {
- case 0:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y + 5)
- + "L" + (dot.x + 3) + "," + (dot.y + 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 1:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 5) + "," + (dot.y - 3)
- + "L" + (dot.x - 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- case 2:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y - 5)
- + "L" + (dot.x + 3) + "," + (dot.y - 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 3:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x + 5) + "," + (dot.y - 3)
- + "L" + (dot.x + 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- }
- return svg.path(path).attr({fill: lineColor, stroke: lineColor});
- },
-
- _drawArrows: function () {
- var self = this, o = this.options;
- var routes = this.pathChooser.routes;
- var pathes = this.pathChooser.pathes;
- var cache = this.pathChooser.cache;
- this.arrows = {};
- BI.each(routes, function (region, ps) {
- self.arrows[region] = [];
- BI.each(ps, function (idx, path) {
- self.arrows[region][idx] = [];
- var dots = pathes[region][idx];
- BI.each(dots, function (i, dot) {
- if (i > 0 && i < dots.length - 1) {
- var arrow;
- if (dot.y === dots[i - 1].y) {
- if (dots[i + 1].y != dot.y) {
- if (cache[path[path.length - 2]].direction === -1) {
- if (i - 1 > 0) {
- arrow = self._drawOneArrow(dots[i - 1], 3);
- }
- } else {
- arrow = self._drawOneArrow(dots[i], 1);
- }
- }
- } else if (dot.x === dots[i - 1].x) {
- if (dot.y > dots[i - 1].y) {
- if (cache[BI.first(path)].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 0);
- } else {
- arrow = self._drawOneArrow(dot, 2);
- }
- } else {
- if (cache[path[path.length - 2]].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 2);
- } else {
- arrow = self._drawOneArrow(dot, 0);
- }
- }
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- BI.each(path, function (i, node) {
- if (i !== 0) {
- var arrow;
- var from = path[i - 1];
- if (cache[from].direction === -1) {
- var regionIndex = self.pathChooser.getRegionIndexById(from);
- var x = getXoffsetByRegionIndex(regionIndex, -1);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 3);
- } else {
- var regionIndex = self.pathChooser.getRegionIndexById(node);
- var x = getXoffsetByRegionIndex(regionIndex);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 1);
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- });
- });
-
- function getXoffsetByRegionIndex (regionIndex, diregion) {
- if (diregion === -1) {
- return 100 * (regionIndex + 1) - 20;
- }
- return 100 * regionIndex + 20;
- }
-
- function getYByXoffset (dots, xoffset) {
- var finded = BI.find(dots, function (i, dot) {
- if (i > 0) {
- if (dots[i - 1].x < xoffset && dots[i].x > xoffset) {
- return true;
- }
- }
- });
- return finded.y;
- }
- },
-
- _setValue: function (start, index) {
- var self = this;
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var routes = this.pathChooser.routes;
- var starts = this.pathChooser.start;
- var each = [start];
- if (starts.contains(start)) {
- each = starts;
- }
- BI.each(each, function (i, s) {
- BI.each(self.arrows[s], function (j, arrows) {
- BI.each(arrows, function (k, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor}).toFront();
- });
- });
- });
- BI.each(this.arrows[start][index], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- var current = BI.last(routes[start][index]);
- while (current && routes[current] && routes[current].length === 1) {
- BI.each(self.arrows[current][0], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- current = BI.last(routes[current][0]);
- }
- },
-
- setValue: function (v) {
- this.pathChooser.setValue(v);
- this._unselectAllArrows();
- var routes = this.pathChooser.routes;
- var nodes = BI.keys(routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- self._setValue(start, index);
- }
- });
- },
-
- getValue: function () {
- return this.pathChooser.getValue();
- },
-
- populate: function (items) {
- this.pathChooser.populate(items);
- this._drawArrows();
- }
-});
-BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
-BI.shortcut("bi.direction_path_chooser", BI.DirectionPathChooser);/**
* Created by roy on 15/8/14.
*/
BI.DownListCombo = BI.inherit(BI.Widget, {
@@ -88361,1748 +88124,536 @@ BI.PageTable = BI.inherit(BI.Widget, {
}
});
BI.shortcut("bi.page_table", BI.PageTable);/**
- * 路径选择
+ * 预览表列
*
- * Created by GUY on 2015/12/4.
- * @class BI.PathChooser
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableCell
* @extends BI.Widget
*/
-BI.PathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#d4dadd",
- selectLineColor: "#3f8ce8"
- },
+BI.PreviewTableCell = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-chooser",
- items: []
+ return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-cell",
+ text: ""
});
},
_init: function () {
- BI.PathChooser.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
+ BI.PreviewTableCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- _createRegions: function (regions) {
- var self = this;
- this.regions = BI.createWidgets(BI.map(regions, function (i, region) {
- return {
- type: "bi.path_region",
- title: self.texts[region] || region
- };
- }));
- this.regionMap = {};
- BI.each(regions, function (i, region) {
- self.regionMap[region] = i;
- });
- this.container = BI.createWidget({
- type: "bi.horizontal",
- verticalAlign: "top",
- scrollx: false,
- scrolly: false,
- hgap: 10,
- items: this.regions
- });
BI.createWidget({
- type: "bi.vertical_adapt",
+ type: "bi.label",
element: this,
- scrollable: true,
- hgap: 10,
- items: [this.container]
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
- },
+ }
+});
+BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableHeaderCell
+ * @extends BI.Widget
+ */
+BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
- getRegionIndexById: function (id) {
- var node = this.cache[id];
- var regionType = node.get("region");
- return this.regionMap[regionType];
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-header-cell",
+ text: ""
+ });
},
- _drawPath: function (start, offset, index) {
- var self = this;
- var starts = [];
- if (BI.contains(this.start, start)) {
- starts = this.start;
- } else {
- starts = [start];
- }
+ _init: function () {
+ BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- BI.each(starts, function (i, s) {
- BI.each(self.radios[s], function (i, rad) {
- rad.setSelected(false);
- });
- BI.each(self.lines[s], function (i, line) {
- line.attr("stroke", self._const.lineColor);
- });
- BI.each(self.regionIndexes[s], function (i, idx) {
- self.regions[idx].reset();
- });
+ BI.createWidget({
+ type: "bi.label",
+ element: this,
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
+ }
+});
+BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTable
+ * @extends BI.Widget
+ */
+BI.PreviewTable = BI.inherit(BI.Widget, {
- BI.each(this.routes[start][index], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(offset + index, id);
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table",
+ isNeedFreeze: false,
+ freezeCols: [],
+ rowSize: null,
+ columnSize: [],
+ headerRowSize: 30,
+ header: [],
+ items: []
});
- var current = BI.last(this.routes[start][index]);
-
- while (current && this.routes[current] && this.routes[current].length === 1) {
- BI.each(this.routes[current][0], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(0, id);
- });
- this.lines[current][0].attr("stroke", self._const.selectLineColor).toFront();
- current = BI.last(this.routes[current][0]);
- }
- this.lines[start][index].attr("stroke", self._const.selectLineColor).toFront();
- this.radios[start] && this.radios[start][index] && this.radios[start][index].setSelected(true);
},
- _drawRadio: function (start, offset, index, x, y) {
- var self = this;
- var radio = BI.createWidget({
- type: "bi.radio",
- cls: "path-chooser-radio",
- selected: offset + index === 0,
- start: start,
- index: index
+ _init: function () {
+ BI.PreviewTable.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
+
+ this.table = BI.createWidget({
+ type: "bi.table_view",
+ element: this,
+ isNeedResize: false,
+
+ isResizeAdapt: false,
+
+ isNeedFreeze: o.isNeedFreeze,
+ freezeCols: o.freezeCols,
+
+ rowSize: o.rowSize,
+ columnSize: o.columnSize,
+ headerRowSize: o.headerRowSize,
+
+ header: BI.map(o.header, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_header_cell"
+ }, item);
+ });
+ }),
+ items: BI.map(o.items, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_cell"
+ }, item);
+ });
+ })
});
- radio.on(BI.Radio.EVENT_CHANGE, function () {
- self._drawPath(start, offset, index);
- self.fireEvent(BI.PathChooser.EVENT_CHANGE, start, index);
+ this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
+ self._adjustColumns();
+ self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
});
- if (!this.radios[start]) {
- this.radios[start] = [];
- }
- this.radios[start].push(radio);
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: radio,
- left: x - 6.5,
- top: y - 6.5
- }]
+ this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
+ self._adjustColumns();
});
},
- _drawLine: function (start, lines) {
- var self = this;
- if (!this.lines[start]) {
- this.lines[start] = [];
- }
- if (!this.pathes[start]) {
- this.pathes[start] = [];
- }
- var startRegionIndex = this.getRegionIndexById(start);
- // start所在的位置,然后接着往下画其他的路径
- var offset = this.regions[startRegionIndex].getIndexByValue(start);
- BI.each(lines, function (i, line) {
- self.pathes[start][i] = [];
- var idx = i + offset;
- var path = "";
- var stop = 47.5 + 29 * idx;
- var sleft = 50 + 100 * startRegionIndex;
- var radioStartX = sleft, radioStartY = stop;
- var etop = stop;
- var endRegionIndex = self.getRegionIndexById(BI.last(line));
- var endOffset = self.regions[endRegionIndex].getIndexByValue(BI.last(line));
- var eleft = 50 + 100 * endRegionIndex;
- if (BI.contains(self.start, start)) {
- radioStartX = sleft - 50;
- path += "M" + (sleft - 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft - 50,
- y: stop
- });
- } else if (idx === 0) {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: stop
- });
- } else {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + 47.5 + "L" + (sleft + 50) + "," + 47.5 + "L" + (sleft + 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: stop
- });
- }
- if (idx > 0) {
- var endY = endOffset * 29 + 47.5;
- path += "L" + (eleft - 50) + "," + etop + "L" + (eleft - 50) + "," + endY + "L" + eleft + "," + endY;
- self.pathes[start][i].push({
- x: eleft - 50,
- y: etop
- });
- self.pathes[start][i].push({
- x: eleft - 50,
- y: endY
- });
- self.pathes[start][i].push({
- x: eleft,
- y: endY
- });
- } else {
- path += "L" + eleft + "," + etop;
- self.pathes[start][i].push({
- x: eleft,
- y: etop
- });
- }
-
- var graph = self.svg.path(path)
- .attr({
- stroke: idx === 0 ? self._const.selectLineColor : self._const.lineColor,
- "stroke-dasharray": "-"
- });
- self.lines[start].push(graph);
- if (lines.length > 1) {
- self.lines[start][0].toFront();
- }
- // 第一个元素无论有多少个都要显示radio
- if (BI.contains(self.start, start)) {
- self.lines[self.regions[0].getValueByIndex(0)][0].toFront();
- }
- if (lines.length > 1 || BI.contains(self.start, start)) {
- self._drawRadio(start, offset, i, radioStartX, radioStartY);
- }
+ // 是否有自适应调节的列,即列宽为""
+ _hasAdaptCol: function (columnSize) {
+ return BI.any(columnSize, function (i, size) {
+ return size === "";
});
},
- _drawLines: function (routes) {
- var self = this;
- this.lines = {};
- this.pathes = {};
- this.radios = {};
- this.regionIndexes = {};
- BI.each(routes, function (k, route) {
- if (!self.regionIndexes[k]) {
- self.regionIndexes[k] = [];
- }
- BI.each(route, function (i, rs) {
- BI.each(rs, function (j, id) {
- var regionIndex = self.getRegionIndexById(id);
- if (!BI.contains(self.regionIndexes[k], regionIndex)) {
- self.regionIndexes[k].push(regionIndex);
- }
- });
- });
- });
- BI.each(routes, function (k, route) {
- self._drawLine(k, route);
- });
+ _isPercentage: function (columnSize) {
+ return columnSize[0] <= 1;
},
- _pushNodes: function (nodes) {
- var self = this;
- var indexes = [];
- for (var i = 0; i < nodes.length; i++) {
- var id = nodes[i];
- var index = self.getRegionIndexById(id);
- indexes.push(index);
- var region = self.regions[index];
- if (i === nodes.length - 1) {
- if (!region.hasItem(id)) {
- region.addItem(id, self.texts[id]);
+ _adjustColumns: function () {
+ var self = this, o = this.options;
+ if (o.isNeedFreeze === true) {
+ // 如果存在百分比的情况
+ if (this._isPercentage(o.columnSize)) {
+ if (this._hasAdaptCol(o.columnSize)) {
+ var findCols = [], remain = 0;
+ BI.each(o.columnSize, function (i, size) {
+ if (size === "") {
+ findCols.push(i);
+ } else {
+ remain += size;
+ }
+ });
+ remain = 1 - remain;
+ var average = remain / findCols.length;
+ BI.each(findCols, function (i, col) {
+ o.columnSize[col] = average;
+ });
}
- break;
- }
- if (i > 0 || BI.contains(self.start, id)) {
- region.addItem(id, self.texts[id]);
+ var isRight = BI.first(o.freezeCols) !== 0;
+ var freezeSize = [], notFreezeSize = [];
+ BI.each(o.columnSize, function (i, size) {
+ if (o.freezeCols.contains(i)) {
+ freezeSize.push(size);
+ } else {
+ notFreezeSize.push(size);
+ }
+ });
+ var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
+ BI.each(freezeSize, function (i, size) {
+ freezeSize[i] = size / sumFreezeSize;
+ });
+ BI.each(notFreezeSize, function (i, size) {
+ notFreezeSize[i] = size / sumNotFreezeSize;
+ });
+ this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
+ this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
}
- }
- for (var i = BI.first(indexes); i < BI.last(indexes); i++) {
- if (!BI.contains(indexes, i)) {
- self.regions[i].addItem("");
+ } else {
+ // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
+ if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
+ this.table.setRegionColumnSize(["100%"]);
}
}
},
- _createNodes: function () {
- var self = this, o = this.options;
- this.cache = {};
- this.texts = {};
- this.start = [];
- this.end = [];
- BI.each(o.items, function (i, item) {
- self.start.push(BI.first(item).value);
- self.end.push(BI.last(item).value);
- });
- this.start = BI.uniq(this.start);
- this.end = BI.uniq(this.end);
- var regions = [];
- var tree = new BI.Tree();
- var branches = {}, max = 0;
- BI.each(o.items, function (i, items) {
- BI.each(items, function (j, item) {
- if (!BI.has(branches, item.value)) {
- branches[item.value] = 0;
- }
- branches[item.value]++;
- max = Math.max(max, branches[item.value]);
- var prev = {};
- if (j > 0) {
- prev = items[j - 1];
- }
- var parent = self.cache[prev.value || ""];
- var node = self.cache[item.value] || new BI.Node(item.value);
- node.set(item);
- self.cache[item.value] = node;
- self.texts[item.value] = item.text;
- self.texts[item.region] = item.regionText;
- parent = BI.isNull(parent) ? tree.getRoot() : parent;
- if (parent.getChildIndex(item.value) === -1) {
- tree.addNode(parent, node);
- }
- });
- });
+ setColumnSize: function (columnSize) {
+ return this.table.setColumnSize(columnSize);
+ },
- // 算出区域列表
- tree.traverse(function (node) {
- BI.each(node.getChildren(), function (i, child) {
- if (BI.contains(regions, child.get("region"))) {
- var index1 = BI.indexOf(regions, node.get("region"));
- var index2 = BI.indexOf(regions, child.get("region"));
- // 交换区域
- if (index1 > index2) {
- var t = regions[index2];
- for (var j = index2; j < index1; j++) {
- regions[j] = regions[j + 1];
- }
- regions[index1] = t;
- }
- } else {
- regions.push(child.get("region"));
- }
- });
- });
- this._createRegions(regions);
+ getColumnSize: function () {
+ return this.table.getColumnSize();
+ },
- // 算出节点
- BI.each(branches, function (k, branch) {
- if (branch < max) {
- delete branches[k];
- }
- });
+ getCalculateColumnSize: function () {
+ return this.table.getCalculateColumnSize();
+ },
- // 过滤节点
- var nodes = [];
- var n = tree.getRoot();
- while (n && n.getChildrenLength() === 1) {
- if (BI.has(branches, n.getChildren()[0].id)) {
- delete branches[n.getChildren()[0].id];
- n = n.getChildren()[0];
- } else {
- n = null;
- }
- }
- tree.traverse(function (node) {
- if (BI.has(branches, node.id)) {
- nodes.push(node.id);
- delete branches[node.id];
- }
- });
+ setHeaderColumnSize: function (columnSize) {
+ return this.table.setHeaderColumnSize(columnSize);
+ },
- // 填充节点
- var routes = {};
- var s, e;
- for (var i = 0, len = nodes.length; i < len + 1; i++) {
- if (len === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === len) {
- s = e;
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [tree.search(nodes[i])];
- } else {
- s = [tree.search(e[0] || tree.getRoot(), nodes[i - 1])];
- e = [tree.search(s[0], nodes[i])];
- }
- BI.each(s, function (i, n) {
- tree._recursion(n, [n.id], function (node, route) {
- if (BI.contains(e, node)) {
- if (!routes[n.id]) {
- routes[n.id] = [];
- }
- routes[n.id].push(route);
- self._pushNodes(route);
- if (e.length <= 1) {
- return true;
- }
- }
- });
- });
- }
- this.routes = routes;
- this._drawLines(routes);
+ setRegionColumnSize: function (columnSize) {
+ return this.table.setRegionColumnSize(columnSize);
},
- _unselectAllPath: function () {
- var self = this;
- BI.each(this.radios, function (idx, rad) {
- BI.each(rad, function (i, r) {
- r.setSelected(false);
- });
- });
- BI.each(this.lines, function (idx, line) {
- BI.each(line, function (i, li) {
- li.attr("stroke", self._const.lineColor);
- });
- });
- BI.each(this.regions, function (idx, region) {
- region.reset();
- });
+ getRegionColumnSize: function () {
+ return this.table.getRegionColumnSize();
},
- populate: function (items) {
- this.options.items = items || [];
- var self = this;
- this.empty();
- if (this.options.items.length <= 0) {
- return;
- }
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
- this._createNodes();
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: this.svg,
- top: 0,
- left: 0,
- right: 0,
- bottom: 0
- }]
- });
+ getCalculateRegionColumnSize: function () {
+ return this.table.getCalculateRegionColumnSize();
},
- setValue: function (v) {
- this._unselectAllPath();
- var nodes = BI.keys(this.routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(self.routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- var startRegionIndex = self.getRegionIndexById(start);
- var offset = self.regions[startRegionIndex].getIndexByValue(start);
- self._drawPath(start, offset, index);
- }
- });
+ getCalculateRegionRowSize: function () {
+ return this.table.getCalculateRegionRowSize();
},
- getValue: function () {
- var path = [];
- BI.each(this.regions, function (i, region) {
- var val = region.getValue();
- if (BI.isKey(val)) {
- path.push(val);
- }
- });
- return path;
- }
-});
-BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
-BI.shortcut("bi.path_chooser", BI.PathChooser);/**
- * 路径选择区域
- *
- * Created by GUY on 2015/12/4.
- * @class BI.PathRegion
- * @extends BI.Widget
- */
-BI.PathRegion = BI.inherit(BI.Widget, {
+ getClientRegionColumnSize: function () {
+ return this.table.getClientRegionColumnSize();
+ },
- _defaultConfig: function () {
- return BI.extend(BI.PathRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-region bi-background",
- width: 80,
- title: ""
- });
+ getScrollRegionColumnSize: function () {
+ return this.table.getScrollRegionColumnSize();
},
- _init: function () {
- BI.PathRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.zIndex = 100;
- var title = BI.createWidget({
- type: "bi.label",
- text: o.title,
- title: o.title,
- height: 30
- });
- title.element.css("zIndex", this.zIndex--);
- this.items = [];
- this.vertical = BI.createWidget({
- type: "bi.vertical",
- element: this,
- bgap: 5,
- hgap: 10,
- items: [title]
- });
+ getScrollRegionRowSize: function () {
+ return this.table.getScrollRegionRowSize();
},
- hasItem: function (val) {
- return BI.any(this.items, function (i, item) {
- return val === item.getValue();
- });
+ hasVerticalScroll: function () {
+ return this.table.hasVerticalScroll();
},
- addItem: function (value, text) {
- if (BI.isKey(value)) {
- var label = BI.createWidget({
- type: "bi.label",
- cls: "path-region-label bi-card bi-border bi-list-item-select",
- text: text,
- value: value,
- title: text || value,
- height: 24
- });
- } else {
- var label = BI.createWidget({
- type: "bi.layout",
- height: 24
- });
- }
- label.element.css("zIndex", this.zIndex--);
- this.items.push(label);
- this.vertical.addItem(label);
- if (this.items.length === 1) {
- this.setSelect(0, value);
- }
+ setVerticalScroll: function (scrollTop) {
+ return this.table.setVerticalScroll(scrollTop);
},
- reset: function () {
- BI.each(this.items, function (i, item) {
- item.element.removeClass("active");
- });
+ setLeftHorizontalScroll: function (scrollLeft) {
+ return this.table.setLeftHorizontalScroll(scrollLeft);
},
- setSelect: function (index, value) {
- this.reset();
- if (this.items.length <= 0) {
- return;
- }
- if (this.items.length === 1) {
- this.items[0].element.addClass("active");
- return;
- }
- if (this.items[index].attr("value") === value) {
- this.items[index].element.addClass("active");
- }
+ setRightHorizontalScroll: function (scrollLeft) {
+ return this.table.setRightHorizontalScroll(scrollLeft);
},
- setValue: function (value) {
- this.setSelect(this.getIndexByValue(value), value);
+ getVerticalScroll: function () {
+ return this.table.getVerticalScroll();
+ },
+
+ getLeftHorizontalScroll: function () {
+ return this.table.getLeftHorizontalScroll();
},
- getValueByIndex: function (idx) {
- return this.items[idx].attr("value");
+ getRightHorizontalScroll: function () {
+ return this.table.getRightHorizontalScroll();
},
- getIndexByValue: function (value) {
- return BI.findIndex(this.items, function (i, item) {
- return item.attr("value") === value;
- });
+ getColumns: function () {
+ return this.table.getColumns();
},
- getValue: function () {
- var res;
- BI.any(this.items, function (i, item) {
- if (item.element.hasClass("active")) {
- res = item.getValue();
- return true;
- }
- });
- return res;
+ populate: function (items, header) {
+ this.table.populate(items, header);
}
});
-BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
-BI.shortcut("bi.path_region", BI.PathRegion);/**
- * 预览表列
+BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
+BI.shortcut("bi.preview_table", BI.PreviewTable);/**
+ * 季度下拉框
*
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableCell
+ * Created by GUY on 2015/8/28.
+ * @class BI.QuarterCombo
* @extends BI.Widget
*/
-BI.PreviewTableCell = BI.inherit(BI.Widget, {
-
+BI.QuarterCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-cell",
- text: ""
- });
- },
-
- _init: function () {
- BI.PreviewTableCell.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
- }
-});
-BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
- * 预览表
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableHeaderCell
- * @extends BI.Widget
- */
-BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-header-cell",
- text: ""
- });
- },
-
- _init: function () {
- BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
- }
-});
-BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
- * 预览表
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTable
- * @extends BI.Widget
- */
-BI.PreviewTable = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table",
- isNeedFreeze: false,
- freezeCols: [],
- rowSize: null,
- columnSize: [],
- headerRowSize: 30,
- header: [],
- items: []
- });
- },
-
- _init: function () {
- BI.PreviewTable.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- this.table = BI.createWidget({
- type: "bi.table_view",
- element: this,
- isNeedResize: false,
-
- isResizeAdapt: false,
-
- isNeedFreeze: o.isNeedFreeze,
- freezeCols: o.freezeCols,
-
- rowSize: o.rowSize,
- columnSize: o.columnSize,
- headerRowSize: o.headerRowSize,
-
- header: BI.map(o.header, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_header_cell"
- }, item);
- });
- }),
- items: BI.map(o.items, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_cell"
- }, item);
- });
- })
- });
- this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
- self._adjustColumns();
- self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
- });
- this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
- self._adjustColumns();
- });
- },
-
- // 是否有自适应调节的列,即列宽为""
- _hasAdaptCol: function (columnSize) {
- return BI.any(columnSize, function (i, size) {
- return size === "";
- });
- },
-
- _isPercentage: function (columnSize) {
- return columnSize[0] <= 1;
- },
-
- _adjustColumns: function () {
- var self = this, o = this.options;
- if (o.isNeedFreeze === true) {
- // 如果存在百分比的情况
- if (this._isPercentage(o.columnSize)) {
- if (this._hasAdaptCol(o.columnSize)) {
- var findCols = [], remain = 0;
- BI.each(o.columnSize, function (i, size) {
- if (size === "") {
- findCols.push(i);
- } else {
- remain += size;
- }
- });
- remain = 1 - remain;
- var average = remain / findCols.length;
- BI.each(findCols, function (i, col) {
- o.columnSize[col] = average;
- });
- }
- var isRight = BI.first(o.freezeCols) !== 0;
- var freezeSize = [], notFreezeSize = [];
- BI.each(o.columnSize, function (i, size) {
- if (o.freezeCols.contains(i)) {
- freezeSize.push(size);
- } else {
- notFreezeSize.push(size);
- }
- });
- var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
- BI.each(freezeSize, function (i, size) {
- freezeSize[i] = size / sumFreezeSize;
- });
- BI.each(notFreezeSize, function (i, size) {
- notFreezeSize[i] = size / sumNotFreezeSize;
- });
- this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
- this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
- }
- } else {
- // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
- if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
- this.table.setRegionColumnSize(["100%"]);
- }
- }
- },
-
- setColumnSize: function (columnSize) {
- return this.table.setColumnSize(columnSize);
- },
-
- getColumnSize: function () {
- return this.table.getColumnSize();
- },
-
- getCalculateColumnSize: function () {
- return this.table.getCalculateColumnSize();
- },
-
- setHeaderColumnSize: function (columnSize) {
- return this.table.setHeaderColumnSize(columnSize);
- },
-
- setRegionColumnSize: function (columnSize) {
- return this.table.setRegionColumnSize(columnSize);
- },
-
- getRegionColumnSize: function () {
- return this.table.getRegionColumnSize();
- },
-
- getCalculateRegionColumnSize: function () {
- return this.table.getCalculateRegionColumnSize();
- },
-
- getCalculateRegionRowSize: function () {
- return this.table.getCalculateRegionRowSize();
- },
-
- getClientRegionColumnSize: function () {
- return this.table.getClientRegionColumnSize();
- },
-
- getScrollRegionColumnSize: function () {
- return this.table.getScrollRegionColumnSize();
- },
-
- getScrollRegionRowSize: function () {
- return this.table.getScrollRegionRowSize();
- },
-
- hasVerticalScroll: function () {
- return this.table.hasVerticalScroll();
- },
-
- setVerticalScroll: function (scrollTop) {
- return this.table.setVerticalScroll(scrollTop);
- },
-
- setLeftHorizontalScroll: function (scrollLeft) {
- return this.table.setLeftHorizontalScroll(scrollLeft);
- },
-
- setRightHorizontalScroll: function (scrollLeft) {
- return this.table.setRightHorizontalScroll(scrollLeft);
- },
-
- getVerticalScroll: function () {
- return this.table.getVerticalScroll();
- },
-
- getLeftHorizontalScroll: function () {
- return this.table.getLeftHorizontalScroll();
- },
-
- getRightHorizontalScroll: function () {
- return this.table.getRightHorizontalScroll();
- },
-
- getColumns: function () {
- return this.table.getColumns();
- },
-
- populate: function (items, header) {
- this.table.populate(items, header);
- }
-});
-BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
-BI.shortcut("bi.preview_table", BI.PreviewTable);/**
- * 季度下拉框
- *
- * Created by GUY on 2015/8/28.
- * @class BI.QuarterCombo
- * @extends BI.Widget
- */
-BI.QuarterCombo = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-quarter-combo",
- behaviors: {},
- height: 25
- });
- },
- _init: function () {
- BI.QuarterCombo.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.storeValue = "";
- this.trigger = BI.createWidget({
- type: "bi.quarter_trigger",
- value: o.value
- });
-
- this.trigger.on(BI.QuarterTrigger.EVENT_FOCUS, function () {
- self.storeValue = this.getKey();
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_START, function () {
- self.combo.isViewVisible() && self.combo.hideView();
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_STOP, function () {
- if (!self.combo.isViewVisible()) {
- self.combo.showView();
- }
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_CONFIRM, function () {
- if (self.combo.isViewVisible()) {
- return;
- }
- if (this.getKey() && this.getKey() !== self.storeValue) {
- self.setValue(this.getKey());
- } else if (!this.getKey()) {
- self.setValue();
- }
- self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
- });
- this.popup = BI.createWidget({
- type: "bi.quarter_popup",
- behaviors: o.behaviors,
- value: o.value
- });
-
- this.popup.on(BI.QuarterPopup.EVENT_CHANGE, function () {
- self.setValue(self.popup.getValue());
- self.combo.hideView();
- self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
- });
-
- this.combo = BI.createWidget({
- type: "bi.combo",
- element: this,
- isNeedAdjustHeight: false,
- isNeedAdjustWidth: false,
- el: this.trigger,
- popup: {
- minWidth: 85,
- el: this.popup
- }
- });
- this.combo.on(BI.Combo.EVENT_BEFORE_POPUPVIEW, function () {
- self.fireEvent(BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW);
- });
- },
-
- setValue: function (v) {
- this.trigger.setValue(v);
- this.popup.setValue(v);
- },
-
- getValue: function () {
- return this.popup.getValue() || "";
- }
-});
-
-BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
-BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
-BI.shortcut("bi.quarter_combo", BI.QuarterCombo);/**
- * 季度展示面板
- *
- * Created by GUY on 2015/9/2.
- * @class BI.QuarterPopup
- * @extends BI.Trigger
- */
-BI.QuarterPopup = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.QuarterPopup.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-quarter-popup",
- behaviors: {}
- });
- },
-
- _init: function () {
- BI.QuarterPopup.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- var items = [{
- text: Date._QN[1],
- value: 1
- }, {
- text: Date._QN[2],
- value: 2
- }, {
- text: Date._QN[3],
- value: 3
- }, {
- text: Date._QN[4],
- value: 4
- }];
- items = BI.map(items, function (j, item) {
- return BI.extend(item, {
- type: "bi.text_item",
- cls: "bi-list-item-active",
- textAlign: "left",
- whiteSpace: "nowrap",
- once: false,
- forceSelected: true,
- height: 25
- });
- });
-
- this.quarter = BI.createWidget({
- type: "bi.button_group",
- element: this,
- behaviors: o.behaviors,
- items: BI.createItems(items, {}),
- layouts: [{
- type: "bi.vertical"
- }],
- value: o.value
- });
-
- this.quarter.on(BI.Controller.EVENT_CHANGE, function (type) {
- self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
- if (type === BI.Events.CLICK) {
- self.fireEvent(BI.MonthPopup.EVENT_CHANGE);
- }
- });
- },
-
- getValue: function () {
- return this.quarter.getValue()[0];
- },
-
- setValue: function (v) {
- this.quarter.setValue([v]);
- }
-});
-BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
-BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
- * 季度trigger
- *
- * Created by GUY on 2015/8/21.
- * @class BI.QuarterTrigger
- * @extends BI.Trigger
- */
-BI.QuarterTrigger = BI.inherit(BI.Trigger, {
- _const: {
- hgap: 4,
- vgap: 2,
- textWidth: 40,
- errorText: BI.i18nText("BI-Quarter_Trigger_Error_Text")
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.QuarterTrigger.superclass._defaultConfig.apply(this, arguments), {
- extraCls: "bi-quarter-trigger bi-border",
- height: 24
- });
- },
- _init: function () {
- BI.QuarterTrigger.superclass._init.apply(this, arguments);
- var self = this, o = this.options, c = this._const;
- this.editor = BI.createWidget({
- type: "bi.sign_editor",
- height: o.height,
- validationChecker: function (v) {
- return v === "" || (BI.isPositiveInteger(v) && v >= 1 && v <= 4);
- },
- quitChecker: function (v) {
- return false;
- },
- hgap: c.hgap,
- vgap: c.vgap,
- allowBlank: true,
- errorText: c.errorText
- });
- this.editor.on(BI.SignEditor.EVENT_FOCUS, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_FOCUS);
- });
- this.editor.on(BI.SignEditor.EVENT_CHANGE, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_CHANGE);
- });
- this.editor.on(BI.SignEditor.EVENT_CONFIRM, function () {
- var value = self.editor.getValue();
- if (BI.isNotNull(value)) {
- self.editor.setValue(value);
- self.editor.setTitle(value);
- }
- self.fireEvent(BI.QuarterTrigger.EVENT_CONFIRM);
- });
- this.editor.on(BI.SignEditor.EVENT_SPACE, function () {
- if (self.editor.isValid()) {
- self.editor.blur();
- }
- });
- this.editor.on(BI.SignEditor.EVENT_START, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_START);
- });
- this.editor.on(BI.SignEditor.EVENT_STOP, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_STOP);
- });
-
- BI.createWidget({
- element: this,
- type: "bi.htape",
- items: [
- {
- el: this.editor
- }, {
- el: {
- type: "bi.text_button",
- baseCls: "bi-trigger-quarter-text",
- text: BI.i18nText("BI-Multi_Date_Quarter"),
- width: c.textWidth
- },
- width: c.textWidth
- }, {
- el: {
- type: "bi.trigger_icon_button",
- width: o.height
- },
- width: o.height
- }
- ]
- });
- this.setValue(o.value);
- },
-
- setValue: function (v) {
- v = v || "";
- this.editor.setState(v);
- this.editor.setValue(v);
- this.editor.setTitle(v);
- },
-
- getKey: function () {
- return this.editor.getValue();
- }
-});
-BI.QuarterTrigger.EVENT_FOCUS = "EVENT_FOCUS";
-BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
-BI.QuarterTrigger.EVENT_START = "EVENT_START";
-BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
-BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
-BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
- * 关联视图字段Item
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewItem
- * @extends BI.Widget
- */
-BI.RelationViewItem = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewItem.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-item bi-list-item-active",
- hoverIn: BI.emptyFn,
- hoverOut: BI.emptyFn
+ return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-quarter-combo",
+ behaviors: {},
+ height: 25
});
},
-
_init: function () {
- BI.RelationViewItem.superclass._init.apply(this, arguments);
+ BI.QuarterCombo.superclass._init.apply(this, arguments);
var self = this, o = this.options;
- this.element.hover(o.hoverIn, o.hoverOut);
- o.text = BI.isArray(o.text) ? o.text : [o.text];
- var body = [];
- var header = {
- type: "bi.vertical_adapt",
- items: [{
- type: "bi.center_adapt",
- cls: o.isPrimary ? "primary-key-region primary-key-font" : "",
- items: [{
- type: "bi.icon",
- title: o.isPrimary ? BI.i18nText("BI-Primary_Key") : ""
- }],
- width: 36,
- height: 16
- }, {
- type: "bi.label",
- text: o.text.length > 1 ? BI.i18nText("BI-Basic_Union_Relation") : o.text[0],
- value: o.value,
- height: 24,
- textAlign: "left"
- }]
- };
- if(o.text.length > 1){
- body = BI.map(o.text, function (idx, text) {
- return {
- el: {
- type: "bi.label",
- text: text,
- value: o.value,
- height: 24,
- textAlign: "left"
- },
- lgap: 49
- }
- })
- }
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: BI.concat([header], body)
- });
- },
-
- enableHover: function (opt) {
- BI.RelationViewRegion.superclass.enableHover.apply(this, [{
- container: "body"
- }]);
- },
-
- setSelected: function (b) {
- this.element[b ? "addClass" : "removeClass"]("active");
- }
-});
-BI.shortcut("bi.relation_view_item", BI.RelationViewItem);/**
- * 关联视图
- *
- * Created by GUY on 2015/12/22.
- * @class BI.RelationView
- * @extends BI.Widget
- */
-BI.RelationView = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#c4c6c6",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationView.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationView.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
-
- _calculateWidths: function () {
- var widths = [];
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- if (!widths[j]) {
- widths[j] = BI.MIN;
- }
- widths[j] = Math.max(widths[j], obj.getWidth());
- });
- });
- return widths;
- },
-
- _calculateHeights: function () {
- var heights = BI.makeArray(BI.size(this.views), BI.MIN);
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- heights[i] = Math.max(heights[i], obj.getHeight());
- });
- });
- return heights;
- },
-
- _hoverIn: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.selectLineColor).toFront();
- self.storeViews[start].setValue(relation[0].primary.value);
- self.storeViews[end].setValue(relation[0].foreign.value);
- }
- });
+ this.storeValue = "";
+ this.trigger = BI.createWidget({
+ type: "bi.quarter_trigger",
+ value: o.value
});
- },
- _hoverOut: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.lineColor);
- self.storeViews[start].setValue([]);
- self.storeViews[end].setValue([]);
- }
- });
+ this.trigger.on(BI.QuarterTrigger.EVENT_FOCUS, function () {
+ self.storeValue = this.getKey();
});
- },
-
- populate: function (items) {
- var self = this, o = this.options, c = this._const;
- o.items = items || [];
- this.empty();
- this.svg = BI.createWidget({
- type: "bi.svg"
+ this.trigger.on(BI.QuarterTrigger.EVENT_START, function () {
+ self.combo.isViewVisible() && self.combo.hideView();
});
-
- // 算出所有的区域和关联
- var regions = this.regions = {}, relations = this.relations = {};
- BI.each(items, function (i, item) {
- var pr = item.primary.region, fr = item.foreign && item.foreign.region;
- if (pr && !relations[pr]) {
- relations[pr] = {};
- }
- if (pr && fr && !relations[pr][fr]) {
- relations[pr][fr] = [];
- }
- if (pr && !regions[pr]) {
- regions[pr] = [];
- }
- if (fr && !regions[fr]) {
- regions[fr] = [];
- }
- if (pr && !BI.deepContains(regions[pr], item.primary)) {
- regions[pr].push(item.primary);
- }
- if (fr && !BI.deepContains(regions[fr], item.foreign)) {
- regions[fr].push(item.foreign);
+ this.trigger.on(BI.QuarterTrigger.EVENT_STOP, function () {
+ if (!self.combo.isViewVisible()) {
+ self.combo.showView();
}
- pr && fr && relations[pr][fr].push(item);
- });
- // 求拓扑
- var topology = [];
- var rs = BI.clone(regions), store = {};
- while (!BI.isEmpty(rs)) {
- var clone = BI.clone(rs);
- BI.each(o.items, function (i, item) {
- if (!store[item.primary.region]) {
- delete clone[item.foreign && item.foreign.region];
- }
- });
- topology.push(BI.keys(clone));
- BI.extend(store, clone);
- BI.each(clone, function (k, v) {
- delete rs[k];
- });
- }
- // 构建视图
- var views = this.views = {}, storeViews = this.storeViews = {}, indexes = this.indexes = {};
- var verticals = [];
- BI.each(topology, function (i, items) {
- if (!views[i]) {
- views[i] = {};
- }
- var horizontal = [];
- BI.each(items, function (j, region) {
- var items = regions[region];
- views[i][j] = storeViews[region] = BI.createWidget({
- type: "bi.relation_view_region_container",
- value: region,
- header: items[0].regionTitle,
- text: items.length > 0 ? items[0].regionText : "",
- handler: items.length > 0 ? items[0].regionHandler : BI.emptyFn,
- isView: items[0].isView,
- keyword: items[0].keyword,
- items: items,
- disabled: items[0].disabled
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_IN, function (v) {
- self._hoverIn(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, function (v) {
- self._hoverOut(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationView.EVENT_PREVIEW, region, v);
- });
- indexes[region] = {i: i, j: j};
- horizontal.push(views[i][j]);
- });
- verticals.push({
- type: "bi.horizontal",
- items: horizontal
- });
});
-
- // 求每一行的高度
- var heights = this._calculateHeights();
-
- // 求每一列的宽度
- var widths = this._calculateWidths();
-
- // 求相对宽度和高度
- var offsetWidths = [0], offsetHeights = [0];
- BI.each(heights, function (i, h) {
- if (i === 0) {
+ this.trigger.on(BI.QuarterTrigger.EVENT_CONFIRM, function () {
+ if (self.combo.isViewVisible()) {
return;
}
- offsetHeights[i] = offsetHeights[i - 1] + heights[i - 1];
- });
- BI.each(widths, function (i, w) {
- if (i === 0) {
- return;
+ if (this.getKey() && this.getKey() !== self.storeValue) {
+ self.setValue(this.getKey());
+ } else if (!this.getKey()) {
+ self.setValue();
}
- offsetWidths[i] = offsetWidths[i - 1] + widths[i - 1];
- });
-
- // 画线
- var lines = this.lines = {};// 缓存所有的线
- BI.each(relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- var startIndex = indexes[start], endIndex = indexes[end];
- var top = 0, right = 1, bottom = 2, left = 3;
- var startDirection = bottom, endDirection = top;
- // if (startIndex.j > endIndex.j) {
- // startDirection = left;
- // endDirection = right;
- // } else if (startIndex.j < endIndex.j) {
- // startDirection = right;
- // endDirection = left;
- // } else if (startIndex.i < endIndex.i) {
- // startDirection = bottom;
- // endDirection = top;
- // } else if (startIndex.i > endIndex.i) {
- // startDirection = top;
- // endDirection = bottom;
- // }
- var draw = function (i, j, direction, isForeign) {
- var x = offsetWidths[j] + (widths[j] - views[i][j].getWidth()) / 2;
- var y = offsetHeights[i];
- var path = "", position;
- switch (direction) {
- case top:
- position = isForeign ? views[i][j].getTopRightPosition() : views[i][j].getTopLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y - 10);
- y -= 10;
- break;
- case right:
- position = views[i][j].getRightPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x + 10) + "," + y;
- x += 10;
- break;
- case bottom:
- position = views[i][j].getBottomPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y + 10);
- y += 10;
- break;
- case left:
- position = views[i][j].getLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x - 10) + "," + y;
- x -= 10;
- break;
- }
- return {x: x, y: y, path: path};
- };
- var path = "";
- var si = draw(startIndex.i, startIndex.j, startDirection);
- var ei = draw(endIndex.i, endIndex.j, endDirection, true);
- path += si.path + ei.path;
- if (!lines[start]) {
- lines[start] = {};
- }
- path += "M" + si.x + "," + si.y + "L" + ei.x + "," + ei.y;
- var line = lines[start][end] = self.svg.path(path)
- .attr({stroke: c.lineColor, "stroke-width": "2"})
- .hover(function () {
- line.attr("stroke", c.selectLineColor).toFront();
- storeViews[start].setValue(relation[0].primary.value);
- storeViews[end].setValue(relation[0].foreign.value);
- }, function () {
- line.attr("stroke", c.lineColor);
- storeViews[start].setValue([]);
- storeViews[end].setValue([]);
- });
- });
- });
- var container = BI.createWidget();
- BI.createWidget({
- type: "bi.vertical",
- element: container,
- items: verticals
- });
- BI.createWidget({
- type: "bi.absolute",
- element: container,
- items: [{
- el: this.svg,
- left: 0,
- right: 0,
- top: 0,
- bottom: 0
- }]
- });
-
- BI.createWidget({
- type: "bi.center_adapt",
- scrollable: true,
- element: this,
- items: [container]
- });
- }
-});
-BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
-BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
-BI.shortcut("bi.relation_view", BI.RelationView);/**
- * Created by Young's on 2017/3/10.
- */
-BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region-container",
- width: 210
- });
- },
-
- _init: function () {
- BI.RelationViewRegionContainer.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.region = BI.createWidget({
- type: "bi.relation_view_region",
- value: o.value,
- width: o.width,
- header: o.header,
- text: o.text,
- handler: o.handler,
- disabled: o.disabled,
- items: o.items,
- isView: o.isView,
- keyword: o.keyword
- });
- this.region.on(BI.RelationViewRegion.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_PREVIEW, v);
+ self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
});
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_IN, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_IN, v);
+ this.popup = BI.createWidget({
+ type: "bi.quarter_popup",
+ behaviors: o.behaviors,
+ value: o.value
});
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_OUT, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, v);
+
+ this.popup.on(BI.QuarterPopup.EVENT_CHANGE, function () {
+ self.setValue(self.popup.getValue());
+ self.combo.hideView();
+ self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
});
- BI.createWidget({
- type: "bi.vertical",
+
+ this.combo = BI.createWidget({
+ type: "bi.combo",
element: this,
- items: [this.region],
- width: this.region.getWidth(),
- height: this.region.getHeight()
+ isNeedAdjustHeight: false,
+ isNeedAdjustWidth: false,
+ el: this.trigger,
+ popup: {
+ minWidth: 85,
+ el: this.popup
+ }
+ });
+ this.combo.on(BI.Combo.EVENT_BEFORE_POPUPVIEW, function () {
+ self.fireEvent(BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW);
});
- },
-
- getWidth: function () {
- return this.region.getWidth();
- },
-
- getHeight: function () {
- return this.region.getHeight();
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return this.region.getTopLeftPosition();
- },
-
- getTopRightPosition: function () {
- return this.region.getTopRightPosition();
- },
-
- getBottomPosition: function () {
- return this.region.getBottomPosition();
- },
-
- getLeftPosition: function () {
- return this.region.getLeftPosition();
- },
-
- getRightPosition: function () {
- return this.region.getRightPosition();
},
setValue: function (v) {
- this.region.setValue(v);
- },
-
- toggleRegion: function (v) {
- v === true ? this.region.element.fadeIn() : this.region.element.fadeOut();
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
- setPreviewSelected: function (v) {
- this.region.setPreviewSelected(v);
+ getValue: function () {
+ return this.popup.getValue() || "";
}
});
-BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/**
- * 关联视图
+
+BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
+BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
+BI.shortcut("bi.quarter_combo", BI.QuarterCombo);/**
+ * 季度展示面板
*
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewRegion
- * @extends BI.BasicButton
+ * Created by GUY on 2015/9/2.
+ * @class BI.QuarterPopup
+ * @extends BI.Trigger
*/
-BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
+BI.QuarterPopup = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.RelationViewRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region cursor-pointer",
- width: 150,
- text: "",
- value: "",
- header: "",
- items: []
+ return BI.extend(BI.QuarterPopup.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-quarter-popup",
+ behaviors: {}
});
},
_init: function () {
- BI.RelationViewRegion.superclass._init.apply(this, arguments);
+ BI.QuarterPopup.superclass._init.apply(this, arguments);
var self = this, o = this.options;
- this.preview = BI.createWidget({
- type: "bi.icon_button",
- cls: "eye relation-table-preview-font",
- width: 36,
- height: 24,
- stopPropagation: true,
- selected: o.isView
- });
- this.preview.on(BI.IconButton.EVENT_CHANGE, function () {
- self.fireEvent(BI.RelationViewRegion.EVENT_PREVIEW, this.isSelected());
- });
-
- this.title = BI.createWidget({
- type: "bi.label",
- height: 24,
- width: 70,
- text: o.text,
- value: o.value,
- textAlign: "left",
- disabled: o.disabled,
- keyword: o.keyword
- });
- // title放body上
- if (BI.isKey(o.header)) {
- this.title.setTitle(o.header, {
- container: "body"
+ var items = [{
+ text: Date._QN[1],
+ value: 1
+ }, {
+ text: Date._QN[2],
+ value: 2
+ }, {
+ text: Date._QN[3],
+ value: 3
+ }, {
+ text: Date._QN[4],
+ value: 4
+ }];
+ items = BI.map(items, function (j, item) {
+ return BI.extend(item, {
+ type: "bi.text_item",
+ cls: "bi-list-item-active",
+ textAlign: "left",
+ whiteSpace: "nowrap",
+ once: false,
+ forceSelected: true,
+ height: 25
});
- }
+ });
- this.button_group = BI.createWidget({
+ this.quarter = BI.createWidget({
type: "bi.button_group",
- items: this._createItems(o.items),
+ element: this,
+ behaviors: o.behaviors,
+ items: BI.createItems(items, {}),
layouts: [{
type: "bi.vertical"
- }]
- });
-
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [{
- type: "bi.vertical",
- cls: "relation-view-region-container bi-card bi-border",
- items: [{
- type: "bi.vertical_adapt",
- cls: "relation-view-region-title bi-border-bottom bi-background",
- items: [this.preview, this.title]
- }, this.button_group]
}],
- hgap: 25,
- vgap: 20
- });
- },
-
- _createItems: function (items) {
- var self = this;
- return BI.map(items, function (i, item) {
- var texts = BI.isArray(item.text) ? item.text : [item.text];
- return BI.extend(item, {
- type: "bi.relation_view_item",
- height: texts.length > 1 ? (texts.length + 1) * 24 : 24,
- cls: i === items.length - 1 ? "" : "split-line",
- hoverIn: function () {
- self.setValue(item.value);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_IN, item.value);
- },
- hoverOut: function () {
- self.setValue([]);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_OUT, item.value);
- }
- });
+ value: o.value
});
- },
-
- getWidth: function () {
- return this.options.width;
- },
- getHeight: function () {
- var height = 0;
- var buttons = this.button_group.getAllButtons();
- BI.each(buttons, function (idx, button) {
- //获取item高度的时候加上边框
- height += button.getHeight() + (idx === buttons.length - 1 ? 0 : 1);
+ this.quarter.on(BI.Controller.EVENT_CHANGE, function (type) {
+ self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
+ if (type === BI.Events.CLICK) {
+ self.fireEvent(BI.MonthPopup.EVENT_CHANGE);
+ }
});
- return height + 24 + 2 * 20 + 3;
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return {
- x: 25 + 10,
- y: 20
- };
},
- getTopRightPosition: function () {
- return {
- x: this.getWidth() - 25 - 10,
- y: 20
- };
+ getValue: function () {
+ return this.quarter.getValue()[0];
},
- getBottomPosition: function () {
- return {
- x: 25 + 10,
- y: this.getHeight() - 20
- };
+ setValue: function (v) {
+ this.quarter.setValue([v]);
+ }
+});
+BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
+BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
+ * 季度trigger
+ *
+ * Created by GUY on 2015/8/21.
+ * @class BI.QuarterTrigger
+ * @extends BI.Trigger
+ */
+BI.QuarterTrigger = BI.inherit(BI.Trigger, {
+ _const: {
+ hgap: 4,
+ vgap: 2,
+ textWidth: 40,
+ errorText: BI.i18nText("BI-Quarter_Trigger_Error_Text")
},
- getLeftPosition: function () {
- return {
- x: 25,
- y: 20 + 10
- };
+ _defaultConfig: function () {
+ return BI.extend(BI.QuarterTrigger.superclass._defaultConfig.apply(this, arguments), {
+ extraCls: "bi-quarter-trigger bi-border",
+ height: 24
+ });
},
+ _init: function () {
+ BI.QuarterTrigger.superclass._init.apply(this, arguments);
+ var self = this, o = this.options, c = this._const;
+ this.editor = BI.createWidget({
+ type: "bi.sign_editor",
+ height: o.height,
+ validationChecker: function (v) {
+ return v === "" || (BI.isPositiveInteger(v) && v >= 1 && v <= 4);
+ },
+ quitChecker: function (v) {
+ return false;
+ },
+ hgap: c.hgap,
+ vgap: c.vgap,
+ allowBlank: true,
+ errorText: c.errorText
+ });
+ this.editor.on(BI.SignEditor.EVENT_FOCUS, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_FOCUS);
+ });
+ this.editor.on(BI.SignEditor.EVENT_CHANGE, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_CHANGE);
+ });
+ this.editor.on(BI.SignEditor.EVENT_CONFIRM, function () {
+ var value = self.editor.getValue();
+ if (BI.isNotNull(value)) {
+ self.editor.setValue(value);
+ self.editor.setTitle(value);
+ }
+ self.fireEvent(BI.QuarterTrigger.EVENT_CONFIRM);
+ });
+ this.editor.on(BI.SignEditor.EVENT_SPACE, function () {
+ if (self.editor.isValid()) {
+ self.editor.blur();
+ }
+ });
+ this.editor.on(BI.SignEditor.EVENT_START, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_START);
+ });
+ this.editor.on(BI.SignEditor.EVENT_STOP, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_STOP);
+ });
- getRightPosition: function () {
- return {
- x: this.getWidth() - 25,
- y: 20 + 10
- };
+ BI.createWidget({
+ element: this,
+ type: "bi.htape",
+ items: [
+ {
+ el: this.editor
+ }, {
+ el: {
+ type: "bi.text_button",
+ baseCls: "bi-trigger-quarter-text",
+ text: BI.i18nText("BI-Multi_Date_Quarter"),
+ width: c.textWidth
+ },
+ width: c.textWidth
+ }, {
+ el: {
+ type: "bi.trigger_icon_button",
+ width: o.height
+ },
+ width: o.height
+ }
+ ]
+ });
+ this.setValue(o.value);
},
setValue: function (v) {
- this.button_group.setValue(v);
+ v = v || "";
+ this.editor.setState(v);
+ this.editor.setValue(v);
+ this.editor.setTitle(v);
},
- setPreviewSelected: function (v) {
- this.preview.setSelected(v);
+ getKey: function () {
+ return this.editor.getValue();
}
});
-BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region", BI.RelationViewRegion);/**
+BI.QuarterTrigger.EVENT_FOCUS = "EVENT_FOCUS";
+BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
+BI.QuarterTrigger.EVENT_START = "EVENT_START";
+BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
+BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
+BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
* 自适应宽度的表格
*
* Created by GUY on 2016/2/3.
diff --git a/dist/case.js b/dist/case.js
index c7b494af0..84f0e6787 100644
--- a/dist/case.js
+++ b/dist/case.js
@@ -5188,11 +5188,12 @@ BI.IconCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.iconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.iconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -5418,11 +5419,12 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -5550,11 +5552,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.combo.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.combo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
}
});
@@ -5620,7 +5622,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCheckCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
setWarningTitle: function (title) {
@@ -5628,7 +5631,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- var value = this.textIconCheckCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -5694,7 +5697,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- return this.SmallTextIconCheckCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
@@ -5817,11 +5820,12 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -5883,11 +5887,12 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.SmallTextValueCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- return this.SmallTextValueCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
diff --git a/dist/demo.js b/dist/demo.js
index 0208fe445..08de5421f 100644
--- a/dist/demo.js
+++ b/dist/demo.js
@@ -1971,7 +1971,7 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
width: 90,
height: 25,
handler: function () {
- combo.setValue("");
+ combo.setValue(3);
}
}],
vgap: 20
@@ -5718,22 +5718,10 @@ Demo.FIX_CONFIG = [{
pId: 4,
id: 415,
text: "路径选择"
-}, {
- pId: 415,
- text: "bi.path_chooser",
- value: "demo.path_chooser"
-}, {
- pId: 415,
- text: "bi.direction_path_chooser",
- value: "demo.direction_path_chooser"
}, {
pId: 4,
id: 416,
text: "关联视图"
-}, {
- pId: 416,
- text: "bi.relation_view",
- value: "demo.relation_view"
}, {
pId: 4,
id: 417,
@@ -12459,259 +12447,7 @@ Demo.NumericalInterval = BI.inherit(BI.Widget, {
}
});
-BI.shortcut("demo.number_interval", Demo.NumericalInterval);
-
-
-Demo.DirectionPathChooser = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-direction-path-chooser"
- },
-
- render: function () {
- return {
- type: "bi.center_adapt",
- items: [
- {
- type: "bi.direction_path_chooser",
- items: [[{
- region: "8c4460bc3605685e",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "0fbd0dc648f41e97",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "c6d72d6c7e19a667",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "ed013e18cc7c8637",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "153d75878431f8ee",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "3861fb024c7d7825",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "88e3e5071bd10bc5",
- regionText: "供应商",
- text: "ID",
- value: "4"
- }, {
- region: "8476c77ab5c147e0",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "f00f67fbb9fba6fe",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "1e8badf5d5793408",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "de1ebd3d0986a294",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }]]
- }
- ]
- };
- }
-});
-
-BI.shortcut("demo.direction_path_chooser", Demo.DirectionPathChooser);/**
- * Created by User on 2017/3/22.
- */
-Demo.PathChooser = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-path-chooser"
- },
- render: function () {
- var pathchooser = BI.createWidget({
- type: "bi.path_chooser",
- width: 800,
- height: 400,
- items: // [
- // [{region: "区域X", value: "X1"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // //{region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E"},
- // {region: "区域G", value: "G"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域E", value: "E1"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域D", value: "D"},
- // {region: "区域F", value: "F"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X"},
- // {region: "区域Q", value: "Q"},
- // {region: "区域A", value: "A"},
- // {region: "区域B", value: "B"},
- // {region: "区域C", value: "C"},
- // {region: "区域D", value: "D"},
- // {region: "区域F", value: "F"},
- // {region: "区域H", value: "H"},
- // {region: "区域I", value: "I"},
- // {region: "区域J", value: "J"}],
- // [{region: "区域X", value: "X", text: "X"},
- // {region: "区域Q", value: "Q", text: "Q"},
- // {region: "区域A", value: "A", text: "A"},
- // {region: "区域C", value: "C", text: "C"},
- // {region: "区域D", value: "D", text: "D"},
- // {region: "区域F", value: "F", text: "F"},
- // {region: "区域H", value: "H", text: "H"},
- // {region: "区域I", value: "I", text: "I"},
- // {region: "区域J", value: "J", text: "J"}]
- // ]
- [[{
- region: "8c4460bc3605685e",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "0fbd0dc648f41e97",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "c6d72d6c7e19a667",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "ed013e18cc7c8637",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "153d75878431f8ee",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "3861fb024c7d7825",
- regionText: "采购订单",
- text: "学号",
- value: "3"
- }, {
- region: "88e3e5071bd10bc5",
- regionText: "供应商",
- text: "ID",
- value: "4"
- }, {
- region: "8476c77ab5c147e0",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }], [{
- region: "f00f67fbb9fba6fe",
- regionText: "采购订单XXX",
- text: "ID",
- value: "1"
- }, {
- region: "1e8badf5d5793408",
- regionText: "A3",
- text: "学号",
- value: "2"
- }, {
- region: "de1ebd3d0986a294",
- regionText: "供应商基本信息",
- text: "ID",
- value: "5"
- }]]
- });
- pathchooser.setValue();
- return {
- type: "bi.absolute",
- items: [{
- el: pathchooser,
- left: 100,
- top: 100
- }, {
- el: {
- type: "bi.button",
- text: "getValue",
- handler: function () {
- BI.Msg.toast(JSON.stringify(pathchooser.getValue()));
- }
- },
- left: 100,
- bottom: 10
- }]
- };
- }
-});
-BI.shortcut("demo.path_chooser", Demo.PathChooser);/**
+BI.shortcut("demo.number_interval", Demo.NumericalInterval);/**
* Created by Dailer on 2017/7/11.
*/
Demo.Quarter = BI.inherit(BI.Widget, {
@@ -12750,81 +12486,6 @@ Demo.Quarter = BI.inherit(BI.Widget, {
});
BI.shortcut("demo.quarter", Demo.Quarter);/**
- * Created by User on 2017/3/22.
- */
-Demo.RelationView = BI.inherit(BI.Widget, {
- props: {
- baseCls: "demo-relation-view"
- },
- render: function () {
- this.relationview = BI.createWidget({
- type: "bi.relation_view",
- items: [
- {
- primary: {
- region: "B", regionText: "比", text: ["try", "try1"], regionTitle: "bbb", regionHandler: function () {
- alert("a");
- },
-
- isPrimary: true,
- title: "b2...",
- value: "b2",
- //disabled: true,
- handler: function () {
- alert("d");
- },
- keyword: "A",
- isView: true
- },
- foreign: {region: "C", text: ["try", "try1"], value: "c1", keyword: "A"}
- },
- {
- primary: {region: "A", value: "a1", text: "a1字段", keyword: "A"},
- foreign: {region: "C", value: "c2", text: "c2字段", keyword: "A"}
- },
- {
- primary: {region: "C", value: "c3", text: "c3字段", keyword: "A"},
- foreign: {region: "D", value: "d1", text: "d1字段", keyword: "A"}
- },
- {
- primary: {region: "A", value: "a1", text: "a1字段", keyword: "A"},
- foreign: {region: "B", value: "b1", text: "b1字段", keyword: "A"}
- },
-
- {
- primary: {region: "X", value: "x1", text: "x1字段", keyword: "A"},
- foreign: {region: "Y", value: "y1", text: "y1字段", keyword: "A"}
- },
- {
- primary: {region: "X", value: "x2", text: "x2字段", keyword: "A"},
- foreign: {region: "Z", value: "z1", text: "z1字段", keyword: "A"}
- },
- {
- primary: {region: "X", value: "x2", text: "x2字段", keyword: "A"},
- foreign: {region: "B", value: "b1", text: "b1字段", keyword: "A"}
- },
- {
- primary: {region: "X33", keyword: "A"}
- }
- ],
- listeners: [{
- eventName: "EVENT_PREVIEW",
- action: function (tableName, show) {
- console.log(tableName + ": " + show);
- }
- }]
- });
- return {
- type: "bi.float_center_adapt",
- items: [{
- el: this.relationview
- }]
- };
- },
- mounted: function () {
- }
-});
-BI.shortcut("demo.relation_view", Demo.RelationView);/**
* Created by Dailer on 2017/7/13.
*/
Demo.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
diff --git a/dist/fineui.js b/dist/fineui.js
index c4f0ac930..76772281b 100644
--- a/dist/fineui.js
+++ b/dist/fineui.js
@@ -69471,11 +69471,12 @@ BI.IconCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.iconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.iconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -69701,11 +69702,12 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -69833,11 +69835,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.combo.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.combo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
}
});
@@ -69903,7 +69905,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCheckCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
setWarningTitle: function (title) {
@@ -69911,7 +69914,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- var value = this.textIconCheckCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -69977,7 +69980,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- return this.SmallTextIconCheckCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
@@ -70100,11 +70103,12 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
@@ -70166,11 +70170,12 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.SmallTextValueCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- return this.SmallTextValueCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
@@ -80102,248 +80107,6 @@ BI.DateTimeTrigger = BI.inherit(BI.Trigger, {
});
BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);/**
- * 带有方向的pathchooser
- *
- * Created by GUY on 2016/4/21.
- * @class BI.DirectionPathChooser
- * @extends BI.Widget
- */
-BI.DirectionPathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#808080",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.DirectionPathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-excel-table",
- items: []
- });
- },
-
- _init: function () {
- BI.DirectionPathChooser.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.pathChooser = BI.createWidget({
- type: "bi.path_chooser",
- element: this,
- items: o.items
- });
- this.pathChooser.on(BI.PathChooser.EVENT_CHANGE, function (start, index) {
- // self._unselectAllArrows();
- self._setValue(start, index);
- self.fireEvent(BI.DirectionPathChooser.EVENT_CHANGE);
- });
- this._drawArrows();
-
- },
-
- _unselectAllArrows: function () {
- var self = this, lineColor = this._const.lineColor;
- BI.each(this.arrows, function (region, rs) {
- BI.each(rs, function (idx, arrows) {
- BI.each(arrows, function (i, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor});
- });
- });
- });
- },
-
- _drawOneArrow: function (dot, direction) {
- // 0,1,2,3 上右下左
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var svg = this.pathChooser.svg;
- var path = "";
- switch (direction) {
- case 0:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y + 5)
- + "L" + (dot.x + 3) + "," + (dot.y + 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 1:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 5) + "," + (dot.y - 3)
- + "L" + (dot.x - 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- case 2:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y - 5)
- + "L" + (dot.x + 3) + "," + (dot.y - 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 3:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x + 5) + "," + (dot.y - 3)
- + "L" + (dot.x + 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- }
- return svg.path(path).attr({fill: lineColor, stroke: lineColor});
- },
-
- _drawArrows: function () {
- var self = this, o = this.options;
- var routes = this.pathChooser.routes;
- var pathes = this.pathChooser.pathes;
- var cache = this.pathChooser.cache;
- this.arrows = {};
- BI.each(routes, function (region, ps) {
- self.arrows[region] = [];
- BI.each(ps, function (idx, path) {
- self.arrows[region][idx] = [];
- var dots = pathes[region][idx];
- BI.each(dots, function (i, dot) {
- if (i > 0 && i < dots.length - 1) {
- var arrow;
- if (dot.y === dots[i - 1].y) {
- if (dots[i + 1].y != dot.y) {
- if (cache[path[path.length - 2]].direction === -1) {
- if (i - 1 > 0) {
- arrow = self._drawOneArrow(dots[i - 1], 3);
- }
- } else {
- arrow = self._drawOneArrow(dots[i], 1);
- }
- }
- } else if (dot.x === dots[i - 1].x) {
- if (dot.y > dots[i - 1].y) {
- if (cache[BI.first(path)].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 0);
- } else {
- arrow = self._drawOneArrow(dot, 2);
- }
- } else {
- if (cache[path[path.length - 2]].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 2);
- } else {
- arrow = self._drawOneArrow(dot, 0);
- }
- }
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- BI.each(path, function (i, node) {
- if (i !== 0) {
- var arrow;
- var from = path[i - 1];
- if (cache[from].direction === -1) {
- var regionIndex = self.pathChooser.getRegionIndexById(from);
- var x = getXoffsetByRegionIndex(regionIndex, -1);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 3);
- } else {
- var regionIndex = self.pathChooser.getRegionIndexById(node);
- var x = getXoffsetByRegionIndex(regionIndex);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 1);
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- });
- });
-
- function getXoffsetByRegionIndex (regionIndex, diregion) {
- if (diregion === -1) {
- return 100 * (regionIndex + 1) - 20;
- }
- return 100 * regionIndex + 20;
- }
-
- function getYByXoffset (dots, xoffset) {
- var finded = BI.find(dots, function (i, dot) {
- if (i > 0) {
- if (dots[i - 1].x < xoffset && dots[i].x > xoffset) {
- return true;
- }
- }
- });
- return finded.y;
- }
- },
-
- _setValue: function (start, index) {
- var self = this;
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var routes = this.pathChooser.routes;
- var starts = this.pathChooser.start;
- var each = [start];
- if (starts.contains(start)) {
- each = starts;
- }
- BI.each(each, function (i, s) {
- BI.each(self.arrows[s], function (j, arrows) {
- BI.each(arrows, function (k, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor}).toFront();
- });
- });
- });
- BI.each(this.arrows[start][index], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- var current = BI.last(routes[start][index]);
- while (current && routes[current] && routes[current].length === 1) {
- BI.each(self.arrows[current][0], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- current = BI.last(routes[current][0]);
- }
- },
-
- setValue: function (v) {
- this.pathChooser.setValue(v);
- this._unselectAllArrows();
- var routes = this.pathChooser.routes;
- var nodes = BI.keys(routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- self._setValue(start, index);
- }
- });
- },
-
- getValue: function () {
- return this.pathChooser.getValue();
- },
-
- populate: function (items) {
- this.pathChooser.populate(items);
- this._drawArrows();
- }
-});
-BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
-BI.shortcut("bi.direction_path_chooser", BI.DirectionPathChooser);/**
* Created by roy on 15/8/14.
*/
BI.DownListCombo = BI.inherit(BI.Widget, {
@@ -90125,1748 +89888,536 @@ BI.PageTable = BI.inherit(BI.Widget, {
}
});
BI.shortcut("bi.page_table", BI.PageTable);/**
- * 路径选择
+ * 预览表列
*
- * Created by GUY on 2015/12/4.
- * @class BI.PathChooser
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableCell
* @extends BI.Widget
*/
-BI.PathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#d4dadd",
- selectLineColor: "#3f8ce8"
- },
+BI.PreviewTableCell = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-chooser",
- items: []
+ return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-cell",
+ text: ""
});
},
_init: function () {
- BI.PathChooser.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
+ BI.PreviewTableCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- _createRegions: function (regions) {
- var self = this;
- this.regions = BI.createWidgets(BI.map(regions, function (i, region) {
- return {
- type: "bi.path_region",
- title: self.texts[region] || region
- };
- }));
- this.regionMap = {};
- BI.each(regions, function (i, region) {
- self.regionMap[region] = i;
- });
- this.container = BI.createWidget({
- type: "bi.horizontal",
- verticalAlign: "top",
- scrollx: false,
- scrolly: false,
- hgap: 10,
- items: this.regions
- });
BI.createWidget({
- type: "bi.vertical_adapt",
+ type: "bi.label",
element: this,
- scrollable: true,
- hgap: 10,
- items: [this.container]
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
- },
+ }
+});
+BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableHeaderCell
+ * @extends BI.Widget
+ */
+BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
- getRegionIndexById: function (id) {
- var node = this.cache[id];
- var regionType = node.get("region");
- return this.regionMap[regionType];
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-header-cell",
+ text: ""
+ });
},
- _drawPath: function (start, offset, index) {
- var self = this;
- var starts = [];
- if (BI.contains(this.start, start)) {
- starts = this.start;
- } else {
- starts = [start];
- }
+ _init: function () {
+ BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- BI.each(starts, function (i, s) {
- BI.each(self.radios[s], function (i, rad) {
- rad.setSelected(false);
- });
- BI.each(self.lines[s], function (i, line) {
- line.attr("stroke", self._const.lineColor);
- });
- BI.each(self.regionIndexes[s], function (i, idx) {
- self.regions[idx].reset();
- });
+ BI.createWidget({
+ type: "bi.label",
+ element: this,
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
+ }
+});
+BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTable
+ * @extends BI.Widget
+ */
+BI.PreviewTable = BI.inherit(BI.Widget, {
- BI.each(this.routes[start][index], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(offset + index, id);
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table",
+ isNeedFreeze: false,
+ freezeCols: [],
+ rowSize: null,
+ columnSize: [],
+ headerRowSize: 30,
+ header: [],
+ items: []
});
- var current = BI.last(this.routes[start][index]);
-
- while (current && this.routes[current] && this.routes[current].length === 1) {
- BI.each(this.routes[current][0], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(0, id);
- });
- this.lines[current][0].attr("stroke", self._const.selectLineColor).toFront();
- current = BI.last(this.routes[current][0]);
- }
- this.lines[start][index].attr("stroke", self._const.selectLineColor).toFront();
- this.radios[start] && this.radios[start][index] && this.radios[start][index].setSelected(true);
},
- _drawRadio: function (start, offset, index, x, y) {
- var self = this;
- var radio = BI.createWidget({
- type: "bi.radio",
- cls: "path-chooser-radio",
- selected: offset + index === 0,
- start: start,
- index: index
+ _init: function () {
+ BI.PreviewTable.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
+
+ this.table = BI.createWidget({
+ type: "bi.table_view",
+ element: this,
+ isNeedResize: false,
+
+ isResizeAdapt: false,
+
+ isNeedFreeze: o.isNeedFreeze,
+ freezeCols: o.freezeCols,
+
+ rowSize: o.rowSize,
+ columnSize: o.columnSize,
+ headerRowSize: o.headerRowSize,
+
+ header: BI.map(o.header, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_header_cell"
+ }, item);
+ });
+ }),
+ items: BI.map(o.items, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_cell"
+ }, item);
+ });
+ })
});
- radio.on(BI.Radio.EVENT_CHANGE, function () {
- self._drawPath(start, offset, index);
- self.fireEvent(BI.PathChooser.EVENT_CHANGE, start, index);
+ this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
+ self._adjustColumns();
+ self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
});
- if (!this.radios[start]) {
- this.radios[start] = [];
- }
- this.radios[start].push(radio);
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: radio,
- left: x - 6.5,
- top: y - 6.5
- }]
+ this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
+ self._adjustColumns();
});
},
- _drawLine: function (start, lines) {
- var self = this;
- if (!this.lines[start]) {
- this.lines[start] = [];
- }
- if (!this.pathes[start]) {
- this.pathes[start] = [];
- }
- var startRegionIndex = this.getRegionIndexById(start);
- // start所在的位置,然后接着往下画其他的路径
- var offset = this.regions[startRegionIndex].getIndexByValue(start);
- BI.each(lines, function (i, line) {
- self.pathes[start][i] = [];
- var idx = i + offset;
- var path = "";
- var stop = 47.5 + 29 * idx;
- var sleft = 50 + 100 * startRegionIndex;
- var radioStartX = sleft, radioStartY = stop;
- var etop = stop;
- var endRegionIndex = self.getRegionIndexById(BI.last(line));
- var endOffset = self.regions[endRegionIndex].getIndexByValue(BI.last(line));
- var eleft = 50 + 100 * endRegionIndex;
- if (BI.contains(self.start, start)) {
- radioStartX = sleft - 50;
- path += "M" + (sleft - 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft - 50,
- y: stop
- });
- } else if (idx === 0) {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: stop
- });
- } else {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + 47.5 + "L" + (sleft + 50) + "," + 47.5 + "L" + (sleft + 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: stop
- });
- }
- if (idx > 0) {
- var endY = endOffset * 29 + 47.5;
- path += "L" + (eleft - 50) + "," + etop + "L" + (eleft - 50) + "," + endY + "L" + eleft + "," + endY;
- self.pathes[start][i].push({
- x: eleft - 50,
- y: etop
- });
- self.pathes[start][i].push({
- x: eleft - 50,
- y: endY
- });
- self.pathes[start][i].push({
- x: eleft,
- y: endY
- });
- } else {
- path += "L" + eleft + "," + etop;
- self.pathes[start][i].push({
- x: eleft,
- y: etop
- });
- }
-
- var graph = self.svg.path(path)
- .attr({
- stroke: idx === 0 ? self._const.selectLineColor : self._const.lineColor,
- "stroke-dasharray": "-"
- });
- self.lines[start].push(graph);
- if (lines.length > 1) {
- self.lines[start][0].toFront();
- }
- // 第一个元素无论有多少个都要显示radio
- if (BI.contains(self.start, start)) {
- self.lines[self.regions[0].getValueByIndex(0)][0].toFront();
- }
- if (lines.length > 1 || BI.contains(self.start, start)) {
- self._drawRadio(start, offset, i, radioStartX, radioStartY);
- }
+ // 是否有自适应调节的列,即列宽为""
+ _hasAdaptCol: function (columnSize) {
+ return BI.any(columnSize, function (i, size) {
+ return size === "";
});
},
- _drawLines: function (routes) {
- var self = this;
- this.lines = {};
- this.pathes = {};
- this.radios = {};
- this.regionIndexes = {};
- BI.each(routes, function (k, route) {
- if (!self.regionIndexes[k]) {
- self.regionIndexes[k] = [];
- }
- BI.each(route, function (i, rs) {
- BI.each(rs, function (j, id) {
- var regionIndex = self.getRegionIndexById(id);
- if (!BI.contains(self.regionIndexes[k], regionIndex)) {
- self.regionIndexes[k].push(regionIndex);
- }
- });
- });
- });
- BI.each(routes, function (k, route) {
- self._drawLine(k, route);
- });
+ _isPercentage: function (columnSize) {
+ return columnSize[0] <= 1;
},
- _pushNodes: function (nodes) {
- var self = this;
- var indexes = [];
- for (var i = 0; i < nodes.length; i++) {
- var id = nodes[i];
- var index = self.getRegionIndexById(id);
- indexes.push(index);
- var region = self.regions[index];
- if (i === nodes.length - 1) {
- if (!region.hasItem(id)) {
- region.addItem(id, self.texts[id]);
+ _adjustColumns: function () {
+ var self = this, o = this.options;
+ if (o.isNeedFreeze === true) {
+ // 如果存在百分比的情况
+ if (this._isPercentage(o.columnSize)) {
+ if (this._hasAdaptCol(o.columnSize)) {
+ var findCols = [], remain = 0;
+ BI.each(o.columnSize, function (i, size) {
+ if (size === "") {
+ findCols.push(i);
+ } else {
+ remain += size;
+ }
+ });
+ remain = 1 - remain;
+ var average = remain / findCols.length;
+ BI.each(findCols, function (i, col) {
+ o.columnSize[col] = average;
+ });
}
- break;
- }
- if (i > 0 || BI.contains(self.start, id)) {
- region.addItem(id, self.texts[id]);
+ var isRight = BI.first(o.freezeCols) !== 0;
+ var freezeSize = [], notFreezeSize = [];
+ BI.each(o.columnSize, function (i, size) {
+ if (o.freezeCols.contains(i)) {
+ freezeSize.push(size);
+ } else {
+ notFreezeSize.push(size);
+ }
+ });
+ var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
+ BI.each(freezeSize, function (i, size) {
+ freezeSize[i] = size / sumFreezeSize;
+ });
+ BI.each(notFreezeSize, function (i, size) {
+ notFreezeSize[i] = size / sumNotFreezeSize;
+ });
+ this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
+ this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
}
- }
- for (var i = BI.first(indexes); i < BI.last(indexes); i++) {
- if (!BI.contains(indexes, i)) {
- self.regions[i].addItem("");
+ } else {
+ // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
+ if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
+ this.table.setRegionColumnSize(["100%"]);
}
}
},
- _createNodes: function () {
- var self = this, o = this.options;
- this.cache = {};
- this.texts = {};
- this.start = [];
- this.end = [];
- BI.each(o.items, function (i, item) {
- self.start.push(BI.first(item).value);
- self.end.push(BI.last(item).value);
- });
- this.start = BI.uniq(this.start);
- this.end = BI.uniq(this.end);
- var regions = [];
- var tree = new BI.Tree();
- var branches = {}, max = 0;
- BI.each(o.items, function (i, items) {
- BI.each(items, function (j, item) {
- if (!BI.has(branches, item.value)) {
- branches[item.value] = 0;
- }
- branches[item.value]++;
- max = Math.max(max, branches[item.value]);
- var prev = {};
- if (j > 0) {
- prev = items[j - 1];
- }
- var parent = self.cache[prev.value || ""];
- var node = self.cache[item.value] || new BI.Node(item.value);
- node.set(item);
- self.cache[item.value] = node;
- self.texts[item.value] = item.text;
- self.texts[item.region] = item.regionText;
- parent = BI.isNull(parent) ? tree.getRoot() : parent;
- if (parent.getChildIndex(item.value) === -1) {
- tree.addNode(parent, node);
- }
- });
- });
+ setColumnSize: function (columnSize) {
+ return this.table.setColumnSize(columnSize);
+ },
- // 算出区域列表
- tree.traverse(function (node) {
- BI.each(node.getChildren(), function (i, child) {
- if (BI.contains(regions, child.get("region"))) {
- var index1 = BI.indexOf(regions, node.get("region"));
- var index2 = BI.indexOf(regions, child.get("region"));
- // 交换区域
- if (index1 > index2) {
- var t = regions[index2];
- for (var j = index2; j < index1; j++) {
- regions[j] = regions[j + 1];
- }
- regions[index1] = t;
- }
- } else {
- regions.push(child.get("region"));
- }
- });
- });
- this._createRegions(regions);
+ getColumnSize: function () {
+ return this.table.getColumnSize();
+ },
- // 算出节点
- BI.each(branches, function (k, branch) {
- if (branch < max) {
- delete branches[k];
- }
- });
+ getCalculateColumnSize: function () {
+ return this.table.getCalculateColumnSize();
+ },
- // 过滤节点
- var nodes = [];
- var n = tree.getRoot();
- while (n && n.getChildrenLength() === 1) {
- if (BI.has(branches, n.getChildren()[0].id)) {
- delete branches[n.getChildren()[0].id];
- n = n.getChildren()[0];
- } else {
- n = null;
- }
- }
- tree.traverse(function (node) {
- if (BI.has(branches, node.id)) {
- nodes.push(node.id);
- delete branches[node.id];
- }
- });
+ setHeaderColumnSize: function (columnSize) {
+ return this.table.setHeaderColumnSize(columnSize);
+ },
- // 填充节点
- var routes = {};
- var s, e;
- for (var i = 0, len = nodes.length; i < len + 1; i++) {
- if (len === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === len) {
- s = e;
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [tree.search(nodes[i])];
- } else {
- s = [tree.search(e[0] || tree.getRoot(), nodes[i - 1])];
- e = [tree.search(s[0], nodes[i])];
- }
- BI.each(s, function (i, n) {
- tree._recursion(n, [n.id], function (node, route) {
- if (BI.contains(e, node)) {
- if (!routes[n.id]) {
- routes[n.id] = [];
- }
- routes[n.id].push(route);
- self._pushNodes(route);
- if (e.length <= 1) {
- return true;
- }
- }
- });
- });
- }
- this.routes = routes;
- this._drawLines(routes);
+ setRegionColumnSize: function (columnSize) {
+ return this.table.setRegionColumnSize(columnSize);
},
- _unselectAllPath: function () {
- var self = this;
- BI.each(this.radios, function (idx, rad) {
- BI.each(rad, function (i, r) {
- r.setSelected(false);
- });
- });
- BI.each(this.lines, function (idx, line) {
- BI.each(line, function (i, li) {
- li.attr("stroke", self._const.lineColor);
- });
- });
- BI.each(this.regions, function (idx, region) {
- region.reset();
- });
+ getRegionColumnSize: function () {
+ return this.table.getRegionColumnSize();
},
- populate: function (items) {
- this.options.items = items || [];
- var self = this;
- this.empty();
- if (this.options.items.length <= 0) {
- return;
- }
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
- this._createNodes();
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: this.svg,
- top: 0,
- left: 0,
- right: 0,
- bottom: 0
- }]
- });
+ getCalculateRegionColumnSize: function () {
+ return this.table.getCalculateRegionColumnSize();
},
- setValue: function (v) {
- this._unselectAllPath();
- var nodes = BI.keys(this.routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(self.routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- var startRegionIndex = self.getRegionIndexById(start);
- var offset = self.regions[startRegionIndex].getIndexByValue(start);
- self._drawPath(start, offset, index);
- }
- });
+ getCalculateRegionRowSize: function () {
+ return this.table.getCalculateRegionRowSize();
},
- getValue: function () {
- var path = [];
- BI.each(this.regions, function (i, region) {
- var val = region.getValue();
- if (BI.isKey(val)) {
- path.push(val);
- }
- });
- return path;
- }
-});
-BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
-BI.shortcut("bi.path_chooser", BI.PathChooser);/**
- * 路径选择区域
- *
- * Created by GUY on 2015/12/4.
- * @class BI.PathRegion
- * @extends BI.Widget
- */
-BI.PathRegion = BI.inherit(BI.Widget, {
+ getClientRegionColumnSize: function () {
+ return this.table.getClientRegionColumnSize();
+ },
- _defaultConfig: function () {
- return BI.extend(BI.PathRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-region bi-background",
- width: 80,
- title: ""
- });
+ getScrollRegionColumnSize: function () {
+ return this.table.getScrollRegionColumnSize();
},
- _init: function () {
- BI.PathRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.zIndex = 100;
- var title = BI.createWidget({
- type: "bi.label",
- text: o.title,
- title: o.title,
- height: 30
- });
- title.element.css("zIndex", this.zIndex--);
- this.items = [];
- this.vertical = BI.createWidget({
- type: "bi.vertical",
- element: this,
- bgap: 5,
- hgap: 10,
- items: [title]
- });
+ getScrollRegionRowSize: function () {
+ return this.table.getScrollRegionRowSize();
},
- hasItem: function (val) {
- return BI.any(this.items, function (i, item) {
- return val === item.getValue();
- });
+ hasVerticalScroll: function () {
+ return this.table.hasVerticalScroll();
},
- addItem: function (value, text) {
- if (BI.isKey(value)) {
- var label = BI.createWidget({
- type: "bi.label",
- cls: "path-region-label bi-card bi-border bi-list-item-select",
- text: text,
- value: value,
- title: text || value,
- height: 24
- });
- } else {
- var label = BI.createWidget({
- type: "bi.layout",
- height: 24
- });
- }
- label.element.css("zIndex", this.zIndex--);
- this.items.push(label);
- this.vertical.addItem(label);
- if (this.items.length === 1) {
- this.setSelect(0, value);
- }
+ setVerticalScroll: function (scrollTop) {
+ return this.table.setVerticalScroll(scrollTop);
},
- reset: function () {
- BI.each(this.items, function (i, item) {
- item.element.removeClass("active");
- });
+ setLeftHorizontalScroll: function (scrollLeft) {
+ return this.table.setLeftHorizontalScroll(scrollLeft);
},
- setSelect: function (index, value) {
- this.reset();
- if (this.items.length <= 0) {
- return;
- }
- if (this.items.length === 1) {
- this.items[0].element.addClass("active");
- return;
- }
- if (this.items[index].attr("value") === value) {
- this.items[index].element.addClass("active");
- }
+ setRightHorizontalScroll: function (scrollLeft) {
+ return this.table.setRightHorizontalScroll(scrollLeft);
},
- setValue: function (value) {
- this.setSelect(this.getIndexByValue(value), value);
+ getVerticalScroll: function () {
+ return this.table.getVerticalScroll();
},
- getValueByIndex: function (idx) {
- return this.items[idx].attr("value");
+ getLeftHorizontalScroll: function () {
+ return this.table.getLeftHorizontalScroll();
},
- getIndexByValue: function (value) {
- return BI.findIndex(this.items, function (i, item) {
- return item.attr("value") === value;
- });
+ getRightHorizontalScroll: function () {
+ return this.table.getRightHorizontalScroll();
},
- getValue: function () {
- var res;
- BI.any(this.items, function (i, item) {
- if (item.element.hasClass("active")) {
- res = item.getValue();
- return true;
- }
- });
- return res;
+ getColumns: function () {
+ return this.table.getColumns();
+ },
+
+ populate: function (items, header) {
+ this.table.populate(items, header);
}
});
-BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
-BI.shortcut("bi.path_region", BI.PathRegion);/**
- * 预览表列
+BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
+BI.shortcut("bi.preview_table", BI.PreviewTable);/**
+ * 季度下拉框
*
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableCell
+ * Created by GUY on 2015/8/28.
+ * @class BI.QuarterCombo
* @extends BI.Widget
*/
-BI.PreviewTableCell = BI.inherit(BI.Widget, {
-
+BI.QuarterCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-cell",
- text: ""
+ return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-quarter-combo",
+ behaviors: {},
+ height: 25
});
},
-
_init: function () {
- BI.PreviewTableCell.superclass._init.apply(this, arguments);
+ BI.QuarterCombo.superclass._init.apply(this, arguments);
var self = this, o = this.options;
-
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
- }
-});
-BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
- * 预览表
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableHeaderCell
- * @extends BI.Widget
- */
-BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-header-cell",
- text: ""
- });
- },
-
- _init: function () {
- BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
- }
-});
-BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
- * 预览表
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTable
- * @extends BI.Widget
- */
-BI.PreviewTable = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table",
- isNeedFreeze: false,
- freezeCols: [],
- rowSize: null,
- columnSize: [],
- headerRowSize: 30,
- header: [],
- items: []
- });
- },
-
- _init: function () {
- BI.PreviewTable.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- this.table = BI.createWidget({
- type: "bi.table_view",
- element: this,
- isNeedResize: false,
-
- isResizeAdapt: false,
-
- isNeedFreeze: o.isNeedFreeze,
- freezeCols: o.freezeCols,
-
- rowSize: o.rowSize,
- columnSize: o.columnSize,
- headerRowSize: o.headerRowSize,
-
- header: BI.map(o.header, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_header_cell"
- }, item);
- });
- }),
- items: BI.map(o.items, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_cell"
- }, item);
- });
- })
- });
- this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
- self._adjustColumns();
- self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
- });
- this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
- self._adjustColumns();
- });
- },
-
- // 是否有自适应调节的列,即列宽为""
- _hasAdaptCol: function (columnSize) {
- return BI.any(columnSize, function (i, size) {
- return size === "";
- });
- },
-
- _isPercentage: function (columnSize) {
- return columnSize[0] <= 1;
- },
-
- _adjustColumns: function () {
- var self = this, o = this.options;
- if (o.isNeedFreeze === true) {
- // 如果存在百分比的情况
- if (this._isPercentage(o.columnSize)) {
- if (this._hasAdaptCol(o.columnSize)) {
- var findCols = [], remain = 0;
- BI.each(o.columnSize, function (i, size) {
- if (size === "") {
- findCols.push(i);
- } else {
- remain += size;
- }
- });
- remain = 1 - remain;
- var average = remain / findCols.length;
- BI.each(findCols, function (i, col) {
- o.columnSize[col] = average;
- });
- }
- var isRight = BI.first(o.freezeCols) !== 0;
- var freezeSize = [], notFreezeSize = [];
- BI.each(o.columnSize, function (i, size) {
- if (o.freezeCols.contains(i)) {
- freezeSize.push(size);
- } else {
- notFreezeSize.push(size);
- }
- });
- var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
- BI.each(freezeSize, function (i, size) {
- freezeSize[i] = size / sumFreezeSize;
- });
- BI.each(notFreezeSize, function (i, size) {
- notFreezeSize[i] = size / sumNotFreezeSize;
- });
- this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
- this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
- }
- } else {
- // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
- if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
- this.table.setRegionColumnSize(["100%"]);
- }
- }
- },
-
- setColumnSize: function (columnSize) {
- return this.table.setColumnSize(columnSize);
- },
-
- getColumnSize: function () {
- return this.table.getColumnSize();
- },
-
- getCalculateColumnSize: function () {
- return this.table.getCalculateColumnSize();
- },
-
- setHeaderColumnSize: function (columnSize) {
- return this.table.setHeaderColumnSize(columnSize);
- },
-
- setRegionColumnSize: function (columnSize) {
- return this.table.setRegionColumnSize(columnSize);
- },
-
- getRegionColumnSize: function () {
- return this.table.getRegionColumnSize();
- },
-
- getCalculateRegionColumnSize: function () {
- return this.table.getCalculateRegionColumnSize();
- },
-
- getCalculateRegionRowSize: function () {
- return this.table.getCalculateRegionRowSize();
- },
-
- getClientRegionColumnSize: function () {
- return this.table.getClientRegionColumnSize();
- },
-
- getScrollRegionColumnSize: function () {
- return this.table.getScrollRegionColumnSize();
- },
-
- getScrollRegionRowSize: function () {
- return this.table.getScrollRegionRowSize();
- },
-
- hasVerticalScroll: function () {
- return this.table.hasVerticalScroll();
- },
-
- setVerticalScroll: function (scrollTop) {
- return this.table.setVerticalScroll(scrollTop);
- },
-
- setLeftHorizontalScroll: function (scrollLeft) {
- return this.table.setLeftHorizontalScroll(scrollLeft);
- },
-
- setRightHorizontalScroll: function (scrollLeft) {
- return this.table.setRightHorizontalScroll(scrollLeft);
- },
-
- getVerticalScroll: function () {
- return this.table.getVerticalScroll();
- },
-
- getLeftHorizontalScroll: function () {
- return this.table.getLeftHorizontalScroll();
- },
-
- getRightHorizontalScroll: function () {
- return this.table.getRightHorizontalScroll();
- },
-
- getColumns: function () {
- return this.table.getColumns();
- },
-
- populate: function (items, header) {
- this.table.populate(items, header);
- }
-});
-BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
-BI.shortcut("bi.preview_table", BI.PreviewTable);/**
- * 季度下拉框
- *
- * Created by GUY on 2015/8/28.
- * @class BI.QuarterCombo
- * @extends BI.Widget
- */
-BI.QuarterCombo = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-quarter-combo",
- behaviors: {},
- height: 25
- });
- },
- _init: function () {
- BI.QuarterCombo.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.storeValue = "";
- this.trigger = BI.createWidget({
- type: "bi.quarter_trigger",
- value: o.value
- });
-
- this.trigger.on(BI.QuarterTrigger.EVENT_FOCUS, function () {
- self.storeValue = this.getKey();
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_START, function () {
- self.combo.isViewVisible() && self.combo.hideView();
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_STOP, function () {
- if (!self.combo.isViewVisible()) {
- self.combo.showView();
- }
- });
- this.trigger.on(BI.QuarterTrigger.EVENT_CONFIRM, function () {
- if (self.combo.isViewVisible()) {
- return;
- }
- if (this.getKey() && this.getKey() !== self.storeValue) {
- self.setValue(this.getKey());
- } else if (!this.getKey()) {
- self.setValue();
- }
- self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
- });
- this.popup = BI.createWidget({
- type: "bi.quarter_popup",
- behaviors: o.behaviors,
- value: o.value
- });
-
- this.popup.on(BI.QuarterPopup.EVENT_CHANGE, function () {
- self.setValue(self.popup.getValue());
- self.combo.hideView();
- self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
- });
-
- this.combo = BI.createWidget({
- type: "bi.combo",
- element: this,
- isNeedAdjustHeight: false,
- isNeedAdjustWidth: false,
- el: this.trigger,
- popup: {
- minWidth: 85,
- el: this.popup
- }
- });
- this.combo.on(BI.Combo.EVENT_BEFORE_POPUPVIEW, function () {
- self.fireEvent(BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW);
- });
- },
-
- setValue: function (v) {
- this.trigger.setValue(v);
- this.popup.setValue(v);
- },
-
- getValue: function () {
- return this.popup.getValue() || "";
- }
-});
-
-BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
-BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
-BI.shortcut("bi.quarter_combo", BI.QuarterCombo);/**
- * 季度展示面板
- *
- * Created by GUY on 2015/9/2.
- * @class BI.QuarterPopup
- * @extends BI.Trigger
- */
-BI.QuarterPopup = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.QuarterPopup.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-quarter-popup",
- behaviors: {}
- });
- },
-
- _init: function () {
- BI.QuarterPopup.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- var items = [{
- text: Date._QN[1],
- value: 1
- }, {
- text: Date._QN[2],
- value: 2
- }, {
- text: Date._QN[3],
- value: 3
- }, {
- text: Date._QN[4],
- value: 4
- }];
- items = BI.map(items, function (j, item) {
- return BI.extend(item, {
- type: "bi.text_item",
- cls: "bi-list-item-active",
- textAlign: "left",
- whiteSpace: "nowrap",
- once: false,
- forceSelected: true,
- height: 25
- });
- });
-
- this.quarter = BI.createWidget({
- type: "bi.button_group",
- element: this,
- behaviors: o.behaviors,
- items: BI.createItems(items, {}),
- layouts: [{
- type: "bi.vertical"
- }],
- value: o.value
- });
-
- this.quarter.on(BI.Controller.EVENT_CHANGE, function (type) {
- self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
- if (type === BI.Events.CLICK) {
- self.fireEvent(BI.MonthPopup.EVENT_CHANGE);
- }
- });
- },
-
- getValue: function () {
- return this.quarter.getValue()[0];
- },
-
- setValue: function (v) {
- this.quarter.setValue([v]);
- }
-});
-BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
-BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
- * 季度trigger
- *
- * Created by GUY on 2015/8/21.
- * @class BI.QuarterTrigger
- * @extends BI.Trigger
- */
-BI.QuarterTrigger = BI.inherit(BI.Trigger, {
- _const: {
- hgap: 4,
- vgap: 2,
- textWidth: 40,
- errorText: BI.i18nText("BI-Quarter_Trigger_Error_Text")
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.QuarterTrigger.superclass._defaultConfig.apply(this, arguments), {
- extraCls: "bi-quarter-trigger bi-border",
- height: 24
- });
- },
- _init: function () {
- BI.QuarterTrigger.superclass._init.apply(this, arguments);
- var self = this, o = this.options, c = this._const;
- this.editor = BI.createWidget({
- type: "bi.sign_editor",
- height: o.height,
- validationChecker: function (v) {
- return v === "" || (BI.isPositiveInteger(v) && v >= 1 && v <= 4);
- },
- quitChecker: function (v) {
- return false;
- },
- hgap: c.hgap,
- vgap: c.vgap,
- allowBlank: true,
- errorText: c.errorText
- });
- this.editor.on(BI.SignEditor.EVENT_FOCUS, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_FOCUS);
- });
- this.editor.on(BI.SignEditor.EVENT_CHANGE, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_CHANGE);
- });
- this.editor.on(BI.SignEditor.EVENT_CONFIRM, function () {
- var value = self.editor.getValue();
- if (BI.isNotNull(value)) {
- self.editor.setValue(value);
- self.editor.setTitle(value);
- }
- self.fireEvent(BI.QuarterTrigger.EVENT_CONFIRM);
- });
- this.editor.on(BI.SignEditor.EVENT_SPACE, function () {
- if (self.editor.isValid()) {
- self.editor.blur();
- }
- });
- this.editor.on(BI.SignEditor.EVENT_START, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_START);
- });
- this.editor.on(BI.SignEditor.EVENT_STOP, function () {
- self.fireEvent(BI.QuarterTrigger.EVENT_STOP);
- });
-
- BI.createWidget({
- element: this,
- type: "bi.htape",
- items: [
- {
- el: this.editor
- }, {
- el: {
- type: "bi.text_button",
- baseCls: "bi-trigger-quarter-text",
- text: BI.i18nText("BI-Multi_Date_Quarter"),
- width: c.textWidth
- },
- width: c.textWidth
- }, {
- el: {
- type: "bi.trigger_icon_button",
- width: o.height
- },
- width: o.height
- }
- ]
- });
- this.setValue(o.value);
- },
-
- setValue: function (v) {
- v = v || "";
- this.editor.setState(v);
- this.editor.setValue(v);
- this.editor.setTitle(v);
- },
-
- getKey: function () {
- return this.editor.getValue();
- }
-});
-BI.QuarterTrigger.EVENT_FOCUS = "EVENT_FOCUS";
-BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
-BI.QuarterTrigger.EVENT_START = "EVENT_START";
-BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
-BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
-BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
- * 关联视图字段Item
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewItem
- * @extends BI.Widget
- */
-BI.RelationViewItem = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewItem.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-item bi-list-item-active",
- hoverIn: BI.emptyFn,
- hoverOut: BI.emptyFn
- });
- },
-
- _init: function () {
- BI.RelationViewItem.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.element.hover(o.hoverIn, o.hoverOut);
- o.text = BI.isArray(o.text) ? o.text : [o.text];
- var body = [];
- var header = {
- type: "bi.vertical_adapt",
- items: [{
- type: "bi.center_adapt",
- cls: o.isPrimary ? "primary-key-region primary-key-font" : "",
- items: [{
- type: "bi.icon",
- title: o.isPrimary ? BI.i18nText("BI-Primary_Key") : ""
- }],
- width: 36,
- height: 16
- }, {
- type: "bi.label",
- text: o.text.length > 1 ? BI.i18nText("BI-Basic_Union_Relation") : o.text[0],
- value: o.value,
- height: 24,
- textAlign: "left"
- }]
- };
- if(o.text.length > 1){
- body = BI.map(o.text, function (idx, text) {
- return {
- el: {
- type: "bi.label",
- text: text,
- value: o.value,
- height: 24,
- textAlign: "left"
- },
- lgap: 49
- }
- })
- }
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: BI.concat([header], body)
- });
- },
-
- enableHover: function (opt) {
- BI.RelationViewRegion.superclass.enableHover.apply(this, [{
- container: "body"
- }]);
- },
-
- setSelected: function (b) {
- this.element[b ? "addClass" : "removeClass"]("active");
- }
-});
-BI.shortcut("bi.relation_view_item", BI.RelationViewItem);/**
- * 关联视图
- *
- * Created by GUY on 2015/12/22.
- * @class BI.RelationView
- * @extends BI.Widget
- */
-BI.RelationView = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#c4c6c6",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationView.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationView.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
-
- _calculateWidths: function () {
- var widths = [];
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- if (!widths[j]) {
- widths[j] = BI.MIN;
- }
- widths[j] = Math.max(widths[j], obj.getWidth());
- });
- });
- return widths;
- },
-
- _calculateHeights: function () {
- var heights = BI.makeArray(BI.size(this.views), BI.MIN);
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- heights[i] = Math.max(heights[i], obj.getHeight());
- });
- });
- return heights;
- },
-
- _hoverIn: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.selectLineColor).toFront();
- self.storeViews[start].setValue(relation[0].primary.value);
- self.storeViews[end].setValue(relation[0].foreign.value);
- }
- });
+ this.storeValue = "";
+ this.trigger = BI.createWidget({
+ type: "bi.quarter_trigger",
+ value: o.value
});
- },
- _hoverOut: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.lineColor);
- self.storeViews[start].setValue([]);
- self.storeViews[end].setValue([]);
- }
- });
+ this.trigger.on(BI.QuarterTrigger.EVENT_FOCUS, function () {
+ self.storeValue = this.getKey();
});
- },
-
- populate: function (items) {
- var self = this, o = this.options, c = this._const;
- o.items = items || [];
- this.empty();
- this.svg = BI.createWidget({
- type: "bi.svg"
+ this.trigger.on(BI.QuarterTrigger.EVENT_START, function () {
+ self.combo.isViewVisible() && self.combo.hideView();
});
-
- // 算出所有的区域和关联
- var regions = this.regions = {}, relations = this.relations = {};
- BI.each(items, function (i, item) {
- var pr = item.primary.region, fr = item.foreign && item.foreign.region;
- if (pr && !relations[pr]) {
- relations[pr] = {};
- }
- if (pr && fr && !relations[pr][fr]) {
- relations[pr][fr] = [];
- }
- if (pr && !regions[pr]) {
- regions[pr] = [];
- }
- if (fr && !regions[fr]) {
- regions[fr] = [];
- }
- if (pr && !BI.deepContains(regions[pr], item.primary)) {
- regions[pr].push(item.primary);
- }
- if (fr && !BI.deepContains(regions[fr], item.foreign)) {
- regions[fr].push(item.foreign);
+ this.trigger.on(BI.QuarterTrigger.EVENT_STOP, function () {
+ if (!self.combo.isViewVisible()) {
+ self.combo.showView();
}
- pr && fr && relations[pr][fr].push(item);
- });
- // 求拓扑
- var topology = [];
- var rs = BI.clone(regions), store = {};
- while (!BI.isEmpty(rs)) {
- var clone = BI.clone(rs);
- BI.each(o.items, function (i, item) {
- if (!store[item.primary.region]) {
- delete clone[item.foreign && item.foreign.region];
- }
- });
- topology.push(BI.keys(clone));
- BI.extend(store, clone);
- BI.each(clone, function (k, v) {
- delete rs[k];
- });
- }
- // 构建视图
- var views = this.views = {}, storeViews = this.storeViews = {}, indexes = this.indexes = {};
- var verticals = [];
- BI.each(topology, function (i, items) {
- if (!views[i]) {
- views[i] = {};
- }
- var horizontal = [];
- BI.each(items, function (j, region) {
- var items = regions[region];
- views[i][j] = storeViews[region] = BI.createWidget({
- type: "bi.relation_view_region_container",
- value: region,
- header: items[0].regionTitle,
- text: items.length > 0 ? items[0].regionText : "",
- handler: items.length > 0 ? items[0].regionHandler : BI.emptyFn,
- isView: items[0].isView,
- keyword: items[0].keyword,
- items: items,
- disabled: items[0].disabled
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_IN, function (v) {
- self._hoverIn(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, function (v) {
- self._hoverOut(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationView.EVENT_PREVIEW, region, v);
- });
- indexes[region] = {i: i, j: j};
- horizontal.push(views[i][j]);
- });
- verticals.push({
- type: "bi.horizontal",
- items: horizontal
- });
});
-
- // 求每一行的高度
- var heights = this._calculateHeights();
-
- // 求每一列的宽度
- var widths = this._calculateWidths();
-
- // 求相对宽度和高度
- var offsetWidths = [0], offsetHeights = [0];
- BI.each(heights, function (i, h) {
- if (i === 0) {
+ this.trigger.on(BI.QuarterTrigger.EVENT_CONFIRM, function () {
+ if (self.combo.isViewVisible()) {
return;
}
- offsetHeights[i] = offsetHeights[i - 1] + heights[i - 1];
- });
- BI.each(widths, function (i, w) {
- if (i === 0) {
- return;
+ if (this.getKey() && this.getKey() !== self.storeValue) {
+ self.setValue(this.getKey());
+ } else if (!this.getKey()) {
+ self.setValue();
}
- offsetWidths[i] = offsetWidths[i - 1] + widths[i - 1];
- });
-
- // 画线
- var lines = this.lines = {};// 缓存所有的线
- BI.each(relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- var startIndex = indexes[start], endIndex = indexes[end];
- var top = 0, right = 1, bottom = 2, left = 3;
- var startDirection = bottom, endDirection = top;
- // if (startIndex.j > endIndex.j) {
- // startDirection = left;
- // endDirection = right;
- // } else if (startIndex.j < endIndex.j) {
- // startDirection = right;
- // endDirection = left;
- // } else if (startIndex.i < endIndex.i) {
- // startDirection = bottom;
- // endDirection = top;
- // } else if (startIndex.i > endIndex.i) {
- // startDirection = top;
- // endDirection = bottom;
- // }
- var draw = function (i, j, direction, isForeign) {
- var x = offsetWidths[j] + (widths[j] - views[i][j].getWidth()) / 2;
- var y = offsetHeights[i];
- var path = "", position;
- switch (direction) {
- case top:
- position = isForeign ? views[i][j].getTopRightPosition() : views[i][j].getTopLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y - 10);
- y -= 10;
- break;
- case right:
- position = views[i][j].getRightPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x + 10) + "," + y;
- x += 10;
- break;
- case bottom:
- position = views[i][j].getBottomPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y + 10);
- y += 10;
- break;
- case left:
- position = views[i][j].getLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x - 10) + "," + y;
- x -= 10;
- break;
- }
- return {x: x, y: y, path: path};
- };
- var path = "";
- var si = draw(startIndex.i, startIndex.j, startDirection);
- var ei = draw(endIndex.i, endIndex.j, endDirection, true);
- path += si.path + ei.path;
- if (!lines[start]) {
- lines[start] = {};
- }
- path += "M" + si.x + "," + si.y + "L" + ei.x + "," + ei.y;
- var line = lines[start][end] = self.svg.path(path)
- .attr({stroke: c.lineColor, "stroke-width": "2"})
- .hover(function () {
- line.attr("stroke", c.selectLineColor).toFront();
- storeViews[start].setValue(relation[0].primary.value);
- storeViews[end].setValue(relation[0].foreign.value);
- }, function () {
- line.attr("stroke", c.lineColor);
- storeViews[start].setValue([]);
- storeViews[end].setValue([]);
- });
- });
- });
- var container = BI.createWidget();
- BI.createWidget({
- type: "bi.vertical",
- element: container,
- items: verticals
- });
- BI.createWidget({
- type: "bi.absolute",
- element: container,
- items: [{
- el: this.svg,
- left: 0,
- right: 0,
- top: 0,
- bottom: 0
- }]
- });
-
- BI.createWidget({
- type: "bi.center_adapt",
- scrollable: true,
- element: this,
- items: [container]
- });
- }
-});
-BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
-BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
-BI.shortcut("bi.relation_view", BI.RelationView);/**
- * Created by Young's on 2017/3/10.
- */
-BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region-container",
- width: 210
- });
- },
-
- _init: function () {
- BI.RelationViewRegionContainer.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.region = BI.createWidget({
- type: "bi.relation_view_region",
- value: o.value,
- width: o.width,
- header: o.header,
- text: o.text,
- handler: o.handler,
- disabled: o.disabled,
- items: o.items,
- isView: o.isView,
- keyword: o.keyword
- });
- this.region.on(BI.RelationViewRegion.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_PREVIEW, v);
+ self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
});
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_IN, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_IN, v);
+ this.popup = BI.createWidget({
+ type: "bi.quarter_popup",
+ behaviors: o.behaviors,
+ value: o.value
});
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_OUT, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, v);
+
+ this.popup.on(BI.QuarterPopup.EVENT_CHANGE, function () {
+ self.setValue(self.popup.getValue());
+ self.combo.hideView();
+ self.fireEvent(BI.QuarterCombo.EVENT_CONFIRM);
});
- BI.createWidget({
- type: "bi.vertical",
+
+ this.combo = BI.createWidget({
+ type: "bi.combo",
element: this,
- items: [this.region],
- width: this.region.getWidth(),
- height: this.region.getHeight()
+ isNeedAdjustHeight: false,
+ isNeedAdjustWidth: false,
+ el: this.trigger,
+ popup: {
+ minWidth: 85,
+ el: this.popup
+ }
+ });
+ this.combo.on(BI.Combo.EVENT_BEFORE_POPUPVIEW, function () {
+ self.fireEvent(BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW);
});
- },
-
- getWidth: function () {
- return this.region.getWidth();
- },
-
- getHeight: function () {
- return this.region.getHeight();
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return this.region.getTopLeftPosition();
- },
-
- getTopRightPosition: function () {
- return this.region.getTopRightPosition();
- },
-
- getBottomPosition: function () {
- return this.region.getBottomPosition();
- },
-
- getLeftPosition: function () {
- return this.region.getLeftPosition();
- },
-
- getRightPosition: function () {
- return this.region.getRightPosition();
},
setValue: function (v) {
- this.region.setValue(v);
- },
-
- toggleRegion: function (v) {
- v === true ? this.region.element.fadeIn() : this.region.element.fadeOut();
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
- setPreviewSelected: function (v) {
- this.region.setPreviewSelected(v);
+ getValue: function () {
+ return this.popup.getValue() || "";
}
});
-BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/**
- * 关联视图
+
+BI.QuarterCombo.EVENT_CONFIRM = "EVENT_CONFIRM";
+BI.QuarterCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
+BI.shortcut("bi.quarter_combo", BI.QuarterCombo);/**
+ * 季度展示面板
*
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewRegion
- * @extends BI.BasicButton
+ * Created by GUY on 2015/9/2.
+ * @class BI.QuarterPopup
+ * @extends BI.Trigger
*/
-BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
+BI.QuarterPopup = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.RelationViewRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region cursor-pointer",
- width: 150,
- text: "",
- value: "",
- header: "",
- items: []
+ return BI.extend(BI.QuarterPopup.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-quarter-popup",
+ behaviors: {}
});
},
_init: function () {
- BI.RelationViewRegion.superclass._init.apply(this, arguments);
+ BI.QuarterPopup.superclass._init.apply(this, arguments);
var self = this, o = this.options;
- this.preview = BI.createWidget({
- type: "bi.icon_button",
- cls: "eye relation-table-preview-font",
- width: 36,
- height: 24,
- stopPropagation: true,
- selected: o.isView
- });
- this.preview.on(BI.IconButton.EVENT_CHANGE, function () {
- self.fireEvent(BI.RelationViewRegion.EVENT_PREVIEW, this.isSelected());
- });
-
- this.title = BI.createWidget({
- type: "bi.label",
- height: 24,
- width: 70,
- text: o.text,
- value: o.value,
- textAlign: "left",
- disabled: o.disabled,
- keyword: o.keyword
- });
- // title放body上
- if (BI.isKey(o.header)) {
- this.title.setTitle(o.header, {
- container: "body"
+ var items = [{
+ text: Date._QN[1],
+ value: 1
+ }, {
+ text: Date._QN[2],
+ value: 2
+ }, {
+ text: Date._QN[3],
+ value: 3
+ }, {
+ text: Date._QN[4],
+ value: 4
+ }];
+ items = BI.map(items, function (j, item) {
+ return BI.extend(item, {
+ type: "bi.text_item",
+ cls: "bi-list-item-active",
+ textAlign: "left",
+ whiteSpace: "nowrap",
+ once: false,
+ forceSelected: true,
+ height: 25
});
- }
+ });
- this.button_group = BI.createWidget({
+ this.quarter = BI.createWidget({
type: "bi.button_group",
- items: this._createItems(o.items),
+ element: this,
+ behaviors: o.behaviors,
+ items: BI.createItems(items, {}),
layouts: [{
type: "bi.vertical"
- }]
- });
-
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [{
- type: "bi.vertical",
- cls: "relation-view-region-container bi-card bi-border",
- items: [{
- type: "bi.vertical_adapt",
- cls: "relation-view-region-title bi-border-bottom bi-background",
- items: [this.preview, this.title]
- }, this.button_group]
}],
- hgap: 25,
- vgap: 20
- });
- },
-
- _createItems: function (items) {
- var self = this;
- return BI.map(items, function (i, item) {
- var texts = BI.isArray(item.text) ? item.text : [item.text];
- return BI.extend(item, {
- type: "bi.relation_view_item",
- height: texts.length > 1 ? (texts.length + 1) * 24 : 24,
- cls: i === items.length - 1 ? "" : "split-line",
- hoverIn: function () {
- self.setValue(item.value);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_IN, item.value);
- },
- hoverOut: function () {
- self.setValue([]);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_OUT, item.value);
- }
- });
+ value: o.value
});
- },
-
- getWidth: function () {
- return this.options.width;
- },
- getHeight: function () {
- var height = 0;
- var buttons = this.button_group.getAllButtons();
- BI.each(buttons, function (idx, button) {
- //获取item高度的时候加上边框
- height += button.getHeight() + (idx === buttons.length - 1 ? 0 : 1);
+ this.quarter.on(BI.Controller.EVENT_CHANGE, function (type) {
+ self.fireEvent(BI.Controller.EVENT_CHANGE, arguments);
+ if (type === BI.Events.CLICK) {
+ self.fireEvent(BI.MonthPopup.EVENT_CHANGE);
+ }
});
- return height + 24 + 2 * 20 + 3;
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return {
- x: 25 + 10,
- y: 20
- };
},
- getTopRightPosition: function () {
- return {
- x: this.getWidth() - 25 - 10,
- y: 20
- };
+ getValue: function () {
+ return this.quarter.getValue()[0];
},
- getBottomPosition: function () {
- return {
- x: 25 + 10,
- y: this.getHeight() - 20
- };
+ setValue: function (v) {
+ this.quarter.setValue([v]);
+ }
+});
+BI.QuarterPopup.EVENT_CHANGE = "EVENT_CHANGE";
+BI.shortcut("bi.quarter_popup", BI.QuarterPopup);/**
+ * 季度trigger
+ *
+ * Created by GUY on 2015/8/21.
+ * @class BI.QuarterTrigger
+ * @extends BI.Trigger
+ */
+BI.QuarterTrigger = BI.inherit(BI.Trigger, {
+ _const: {
+ hgap: 4,
+ vgap: 2,
+ textWidth: 40,
+ errorText: BI.i18nText("BI-Quarter_Trigger_Error_Text")
},
- getLeftPosition: function () {
- return {
- x: 25,
- y: 20 + 10
- };
+ _defaultConfig: function () {
+ return BI.extend(BI.QuarterTrigger.superclass._defaultConfig.apply(this, arguments), {
+ extraCls: "bi-quarter-trigger bi-border",
+ height: 24
+ });
},
+ _init: function () {
+ BI.QuarterTrigger.superclass._init.apply(this, arguments);
+ var self = this, o = this.options, c = this._const;
+ this.editor = BI.createWidget({
+ type: "bi.sign_editor",
+ height: o.height,
+ validationChecker: function (v) {
+ return v === "" || (BI.isPositiveInteger(v) && v >= 1 && v <= 4);
+ },
+ quitChecker: function (v) {
+ return false;
+ },
+ hgap: c.hgap,
+ vgap: c.vgap,
+ allowBlank: true,
+ errorText: c.errorText
+ });
+ this.editor.on(BI.SignEditor.EVENT_FOCUS, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_FOCUS);
+ });
+ this.editor.on(BI.SignEditor.EVENT_CHANGE, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_CHANGE);
+ });
+ this.editor.on(BI.SignEditor.EVENT_CONFIRM, function () {
+ var value = self.editor.getValue();
+ if (BI.isNotNull(value)) {
+ self.editor.setValue(value);
+ self.editor.setTitle(value);
+ }
+ self.fireEvent(BI.QuarterTrigger.EVENT_CONFIRM);
+ });
+ this.editor.on(BI.SignEditor.EVENT_SPACE, function () {
+ if (self.editor.isValid()) {
+ self.editor.blur();
+ }
+ });
+ this.editor.on(BI.SignEditor.EVENT_START, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_START);
+ });
+ this.editor.on(BI.SignEditor.EVENT_STOP, function () {
+ self.fireEvent(BI.QuarterTrigger.EVENT_STOP);
+ });
- getRightPosition: function () {
- return {
- x: this.getWidth() - 25,
- y: 20 + 10
- };
+ BI.createWidget({
+ element: this,
+ type: "bi.htape",
+ items: [
+ {
+ el: this.editor
+ }, {
+ el: {
+ type: "bi.text_button",
+ baseCls: "bi-trigger-quarter-text",
+ text: BI.i18nText("BI-Multi_Date_Quarter"),
+ width: c.textWidth
+ },
+ width: c.textWidth
+ }, {
+ el: {
+ type: "bi.trigger_icon_button",
+ width: o.height
+ },
+ width: o.height
+ }
+ ]
+ });
+ this.setValue(o.value);
},
setValue: function (v) {
- this.button_group.setValue(v);
+ v = v || "";
+ this.editor.setState(v);
+ this.editor.setValue(v);
+ this.editor.setTitle(v);
},
- setPreviewSelected: function (v) {
- this.preview.setSelected(v);
+ getKey: function () {
+ return this.editor.getValue();
}
});
-BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region", BI.RelationViewRegion);/**
+BI.QuarterTrigger.EVENT_FOCUS = "EVENT_FOCUS";
+BI.QuarterTrigger.EVENT_CHANGE = "EVENT_CHANGE";
+BI.QuarterTrigger.EVENT_START = "EVENT_START";
+BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
+BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
+BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
* 自适应宽度的表格
*
* Created by GUY on 2016/2/3.
diff --git a/dist/widget.js b/dist/widget.js
index 705bbd26e..4ee34eb6e 100644
--- a/dist/widget.js
+++ b/dist/widget.js
@@ -1821,248 +1821,6 @@ BI.DateTimeTrigger = BI.inherit(BI.Trigger, {
});
BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);/**
- * 带有方向的pathchooser
- *
- * Created by GUY on 2016/4/21.
- * @class BI.DirectionPathChooser
- * @extends BI.Widget
- */
-BI.DirectionPathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#808080",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.DirectionPathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-excel-table",
- items: []
- });
- },
-
- _init: function () {
- BI.DirectionPathChooser.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.pathChooser = BI.createWidget({
- type: "bi.path_chooser",
- element: this,
- items: o.items
- });
- this.pathChooser.on(BI.PathChooser.EVENT_CHANGE, function (start, index) {
- // self._unselectAllArrows();
- self._setValue(start, index);
- self.fireEvent(BI.DirectionPathChooser.EVENT_CHANGE);
- });
- this._drawArrows();
-
- },
-
- _unselectAllArrows: function () {
- var self = this, lineColor = this._const.lineColor;
- BI.each(this.arrows, function (region, rs) {
- BI.each(rs, function (idx, arrows) {
- BI.each(arrows, function (i, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor});
- });
- });
- });
- },
-
- _drawOneArrow: function (dot, direction) {
- // 0,1,2,3 上右下左
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var svg = this.pathChooser.svg;
- var path = "";
- switch (direction) {
- case 0:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y + 5)
- + "L" + (dot.x + 3) + "," + (dot.y + 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 1:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 5) + "," + (dot.y - 3)
- + "L" + (dot.x - 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- case 2:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y - 5)
- + "L" + (dot.x + 3) + "," + (dot.y - 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 3:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x + 5) + "," + (dot.y - 3)
- + "L" + (dot.x + 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- }
- return svg.path(path).attr({fill: lineColor, stroke: lineColor});
- },
-
- _drawArrows: function () {
- var self = this, o = this.options;
- var routes = this.pathChooser.routes;
- var pathes = this.pathChooser.pathes;
- var cache = this.pathChooser.cache;
- this.arrows = {};
- BI.each(routes, function (region, ps) {
- self.arrows[region] = [];
- BI.each(ps, function (idx, path) {
- self.arrows[region][idx] = [];
- var dots = pathes[region][idx];
- BI.each(dots, function (i, dot) {
- if (i > 0 && i < dots.length - 1) {
- var arrow;
- if (dot.y === dots[i - 1].y) {
- if (dots[i + 1].y != dot.y) {
- if (cache[path[path.length - 2]].direction === -1) {
- if (i - 1 > 0) {
- arrow = self._drawOneArrow(dots[i - 1], 3);
- }
- } else {
- arrow = self._drawOneArrow(dots[i], 1);
- }
- }
- } else if (dot.x === dots[i - 1].x) {
- if (dot.y > dots[i - 1].y) {
- if (cache[BI.first(path)].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 0);
- } else {
- arrow = self._drawOneArrow(dot, 2);
- }
- } else {
- if (cache[path[path.length - 2]].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 2);
- } else {
- arrow = self._drawOneArrow(dot, 0);
- }
- }
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- BI.each(path, function (i, node) {
- if (i !== 0) {
- var arrow;
- var from = path[i - 1];
- if (cache[from].direction === -1) {
- var regionIndex = self.pathChooser.getRegionIndexById(from);
- var x = getXoffsetByRegionIndex(regionIndex, -1);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 3);
- } else {
- var regionIndex = self.pathChooser.getRegionIndexById(node);
- var x = getXoffsetByRegionIndex(regionIndex);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 1);
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- });
- });
-
- function getXoffsetByRegionIndex (regionIndex, diregion) {
- if (diregion === -1) {
- return 100 * (regionIndex + 1) - 20;
- }
- return 100 * regionIndex + 20;
- }
-
- function getYByXoffset (dots, xoffset) {
- var finded = BI.find(dots, function (i, dot) {
- if (i > 0) {
- if (dots[i - 1].x < xoffset && dots[i].x > xoffset) {
- return true;
- }
- }
- });
- return finded.y;
- }
- },
-
- _setValue: function (start, index) {
- var self = this;
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var routes = this.pathChooser.routes;
- var starts = this.pathChooser.start;
- var each = [start];
- if (starts.contains(start)) {
- each = starts;
- }
- BI.each(each, function (i, s) {
- BI.each(self.arrows[s], function (j, arrows) {
- BI.each(arrows, function (k, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor}).toFront();
- });
- });
- });
- BI.each(this.arrows[start][index], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- var current = BI.last(routes[start][index]);
- while (current && routes[current] && routes[current].length === 1) {
- BI.each(self.arrows[current][0], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- current = BI.last(routes[current][0]);
- }
- },
-
- setValue: function (v) {
- this.pathChooser.setValue(v);
- this._unselectAllArrows();
- var routes = this.pathChooser.routes;
- var nodes = BI.keys(routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- self._setValue(start, index);
- }
- });
- },
-
- getValue: function () {
- return this.pathChooser.getValue();
- },
-
- populate: function (items) {
- this.pathChooser.populate(items);
- this._drawArrows();
- }
-});
-BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
-BI.shortcut("bi.direction_path_chooser", BI.DirectionPathChooser);/**
* Created by roy on 15/8/14.
*/
BI.DownListCombo = BI.inherit(BI.Widget, {
@@ -11844,897 +11602,293 @@ BI.PageTable = BI.inherit(BI.Widget, {
}
});
BI.shortcut("bi.page_table", BI.PageTable);/**
- * 路径选择
+ * 预览表列
*
- * Created by GUY on 2015/12/4.
- * @class BI.PathChooser
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableCell
* @extends BI.Widget
*/
-BI.PathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#d4dadd",
- selectLineColor: "#3f8ce8"
- },
+BI.PreviewTableCell = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-chooser",
- items: []
+ return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-cell",
+ text: ""
});
},
_init: function () {
- BI.PathChooser.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
+ BI.PreviewTableCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- _createRegions: function (regions) {
- var self = this;
- this.regions = BI.createWidgets(BI.map(regions, function (i, region) {
- return {
- type: "bi.path_region",
- title: self.texts[region] || region
- };
- }));
- this.regionMap = {};
- BI.each(regions, function (i, region) {
- self.regionMap[region] = i;
- });
- this.container = BI.createWidget({
- type: "bi.horizontal",
- verticalAlign: "top",
- scrollx: false,
- scrolly: false,
- hgap: 10,
- items: this.regions
- });
BI.createWidget({
- type: "bi.vertical_adapt",
+ type: "bi.label",
element: this,
- scrollable: true,
- hgap: 10,
- items: [this.container]
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
- },
+ }
+});
+BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTableHeaderCell
+ * @extends BI.Widget
+ */
+BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
- getRegionIndexById: function (id) {
- var node = this.cache[id];
- var regionType = node.get("region");
- return this.regionMap[regionType];
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table-header-cell",
+ text: ""
+ });
},
- _drawPath: function (start, offset, index) {
- var self = this;
- var starts = [];
- if (BI.contains(this.start, start)) {
- starts = this.start;
- } else {
- starts = [start];
- }
+ _init: function () {
+ BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- BI.each(starts, function (i, s) {
- BI.each(self.radios[s], function (i, rad) {
- rad.setSelected(false);
- });
- BI.each(self.lines[s], function (i, line) {
- line.attr("stroke", self._const.lineColor);
- });
- BI.each(self.regionIndexes[s], function (i, idx) {
- self.regions[idx].reset();
- });
+ BI.createWidget({
+ type: "bi.label",
+ element: this,
+ textAlign: "left",
+ whiteSpace: "normal",
+ height: this.options.height,
+ text: this.options.text,
+ value: this.options.value
});
+ }
+});
+BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
+ * 预览表
+ *
+ * Created by GUY on 2015/12/25.
+ * @class BI.PreviewTable
+ * @extends BI.Widget
+ */
+BI.PreviewTable = BI.inherit(BI.Widget, {
- BI.each(this.routes[start][index], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(offset + index, id);
+ _defaultConfig: function () {
+ return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-preview-table",
+ isNeedFreeze: false,
+ freezeCols: [],
+ rowSize: null,
+ columnSize: [],
+ headerRowSize: 30,
+ header: [],
+ items: []
});
- var current = BI.last(this.routes[start][index]);
-
- while (current && this.routes[current] && this.routes[current].length === 1) {
- BI.each(this.routes[current][0], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(0, id);
- });
- this.lines[current][0].attr("stroke", self._const.selectLineColor).toFront();
- current = BI.last(this.routes[current][0]);
- }
- this.lines[start][index].attr("stroke", self._const.selectLineColor).toFront();
- this.radios[start] && this.radios[start][index] && this.radios[start][index].setSelected(true);
},
- _drawRadio: function (start, offset, index, x, y) {
- var self = this;
- var radio = BI.createWidget({
- type: "bi.radio",
- cls: "path-chooser-radio",
- selected: offset + index === 0,
- start: start,
- index: index
- });
- radio.on(BI.Radio.EVENT_CHANGE, function () {
- self._drawPath(start, offset, index);
- self.fireEvent(BI.PathChooser.EVENT_CHANGE, start, index);
- });
- if (!this.radios[start]) {
- this.radios[start] = [];
- }
- this.radios[start].push(radio);
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: radio,
- left: x - 6.5,
- top: y - 6.5
- }]
- });
- },
+ _init: function () {
+ BI.PreviewTable.superclass._init.apply(this, arguments);
+ var self = this, o = this.options;
- _drawLine: function (start, lines) {
- var self = this;
- if (!this.lines[start]) {
- this.lines[start] = [];
- }
- if (!this.pathes[start]) {
- this.pathes[start] = [];
- }
- var startRegionIndex = this.getRegionIndexById(start);
- // start所在的位置,然后接着往下画其他的路径
- var offset = this.regions[startRegionIndex].getIndexByValue(start);
- BI.each(lines, function (i, line) {
- self.pathes[start][i] = [];
- var idx = i + offset;
- var path = "";
- var stop = 47.5 + 29 * idx;
- var sleft = 50 + 100 * startRegionIndex;
- var radioStartX = sleft, radioStartY = stop;
- var etop = stop;
- var endRegionIndex = self.getRegionIndexById(BI.last(line));
- var endOffset = self.regions[endRegionIndex].getIndexByValue(BI.last(line));
- var eleft = 50 + 100 * endRegionIndex;
- if (BI.contains(self.start, start)) {
- radioStartX = sleft - 50;
- path += "M" + (sleft - 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft - 50,
- y: stop
- });
- } else if (idx === 0) {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: stop
- });
- } else {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + 47.5 + "L" + (sleft + 50) + "," + 47.5 + "L" + (sleft + 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: stop
- });
- }
- if (idx > 0) {
- var endY = endOffset * 29 + 47.5;
- path += "L" + (eleft - 50) + "," + etop + "L" + (eleft - 50) + "," + endY + "L" + eleft + "," + endY;
- self.pathes[start][i].push({
- x: eleft - 50,
- y: etop
- });
- self.pathes[start][i].push({
- x: eleft - 50,
- y: endY
- });
- self.pathes[start][i].push({
- x: eleft,
- y: endY
- });
- } else {
- path += "L" + eleft + "," + etop;
- self.pathes[start][i].push({
- x: eleft,
- y: etop
- });
- }
+ this.table = BI.createWidget({
+ type: "bi.table_view",
+ element: this,
+ isNeedResize: false,
+
+ isResizeAdapt: false,
- var graph = self.svg.path(path)
- .attr({
- stroke: idx === 0 ? self._const.selectLineColor : self._const.lineColor,
- "stroke-dasharray": "-"
+ isNeedFreeze: o.isNeedFreeze,
+ freezeCols: o.freezeCols,
+
+ rowSize: o.rowSize,
+ columnSize: o.columnSize,
+ headerRowSize: o.headerRowSize,
+
+ header: BI.map(o.header, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_header_cell"
+ }, item);
});
- self.lines[start].push(graph);
- if (lines.length > 1) {
- self.lines[start][0].toFront();
- }
- // 第一个元素无论有多少个都要显示radio
- if (BI.contains(self.start, start)) {
- self.lines[self.regions[0].getValueByIndex(0)][0].toFront();
- }
- if (lines.length > 1 || BI.contains(self.start, start)) {
- self._drawRadio(start, offset, i, radioStartX, radioStartY);
- }
+ }),
+ items: BI.map(o.items, function (i, items) {
+ return BI.map(items, function (j, item) {
+ return BI.extend({
+ type: "bi.preview_table_cell"
+ }, item);
+ });
+ })
+ });
+ this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
+ self._adjustColumns();
+ self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
+ });
+ this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
+ self._adjustColumns();
});
},
- _drawLines: function (routes) {
- var self = this;
- this.lines = {};
- this.pathes = {};
- this.radios = {};
- this.regionIndexes = {};
- BI.each(routes, function (k, route) {
- if (!self.regionIndexes[k]) {
- self.regionIndexes[k] = [];
- }
- BI.each(route, function (i, rs) {
- BI.each(rs, function (j, id) {
- var regionIndex = self.getRegionIndexById(id);
- if (!BI.contains(self.regionIndexes[k], regionIndex)) {
- self.regionIndexes[k].push(regionIndex);
- }
- });
- });
- });
- BI.each(routes, function (k, route) {
- self._drawLine(k, route);
+ // 是否有自适应调节的列,即列宽为""
+ _hasAdaptCol: function (columnSize) {
+ return BI.any(columnSize, function (i, size) {
+ return size === "";
});
},
- _pushNodes: function (nodes) {
- var self = this;
- var indexes = [];
- for (var i = 0; i < nodes.length; i++) {
- var id = nodes[i];
- var index = self.getRegionIndexById(id);
- indexes.push(index);
- var region = self.regions[index];
- if (i === nodes.length - 1) {
- if (!region.hasItem(id)) {
- region.addItem(id, self.texts[id]);
- }
- break;
- }
- if (i > 0 || BI.contains(self.start, id)) {
- region.addItem(id, self.texts[id]);
- }
- }
- for (var i = BI.first(indexes); i < BI.last(indexes); i++) {
- if (!BI.contains(indexes, i)) {
- self.regions[i].addItem("");
- }
- }
+ _isPercentage: function (columnSize) {
+ return columnSize[0] <= 1;
},
- _createNodes: function () {
+ _adjustColumns: function () {
var self = this, o = this.options;
- this.cache = {};
- this.texts = {};
- this.start = [];
- this.end = [];
- BI.each(o.items, function (i, item) {
- self.start.push(BI.first(item).value);
- self.end.push(BI.last(item).value);
- });
- this.start = BI.uniq(this.start);
- this.end = BI.uniq(this.end);
- var regions = [];
- var tree = new BI.Tree();
- var branches = {}, max = 0;
- BI.each(o.items, function (i, items) {
- BI.each(items, function (j, item) {
- if (!BI.has(branches, item.value)) {
- branches[item.value] = 0;
- }
- branches[item.value]++;
- max = Math.max(max, branches[item.value]);
- var prev = {};
- if (j > 0) {
- prev = items[j - 1];
- }
- var parent = self.cache[prev.value || ""];
- var node = self.cache[item.value] || new BI.Node(item.value);
- node.set(item);
- self.cache[item.value] = node;
- self.texts[item.value] = item.text;
- self.texts[item.region] = item.regionText;
- parent = BI.isNull(parent) ? tree.getRoot() : parent;
- if (parent.getChildIndex(item.value) === -1) {
- tree.addNode(parent, node);
- }
- });
- });
-
- // 算出区域列表
- tree.traverse(function (node) {
- BI.each(node.getChildren(), function (i, child) {
- if (BI.contains(regions, child.get("region"))) {
- var index1 = BI.indexOf(regions, node.get("region"));
- var index2 = BI.indexOf(regions, child.get("region"));
- // 交换区域
- if (index1 > index2) {
- var t = regions[index2];
- for (var j = index2; j < index1; j++) {
- regions[j] = regions[j + 1];
+ if (o.isNeedFreeze === true) {
+ // 如果存在百分比的情况
+ if (this._isPercentage(o.columnSize)) {
+ if (this._hasAdaptCol(o.columnSize)) {
+ var findCols = [], remain = 0;
+ BI.each(o.columnSize, function (i, size) {
+ if (size === "") {
+ findCols.push(i);
+ } else {
+ remain += size;
}
- regions[index1] = t;
- }
- } else {
- regions.push(child.get("region"));
+ });
+ remain = 1 - remain;
+ var average = remain / findCols.length;
+ BI.each(findCols, function (i, col) {
+ o.columnSize[col] = average;
+ });
}
- });
- });
- this._createRegions(regions);
-
- // 算出节点
- BI.each(branches, function (k, branch) {
- if (branch < max) {
- delete branches[k];
- }
- });
-
- // 过滤节点
- var nodes = [];
- var n = tree.getRoot();
- while (n && n.getChildrenLength() === 1) {
- if (BI.has(branches, n.getChildren()[0].id)) {
- delete branches[n.getChildren()[0].id];
- n = n.getChildren()[0];
- } else {
- n = null;
- }
- }
- tree.traverse(function (node) {
- if (BI.has(branches, node.id)) {
- nodes.push(node.id);
- delete branches[node.id];
- }
- });
-
- // 填充节点
- var routes = {};
- var s, e;
- for (var i = 0, len = nodes.length; i < len + 1; i++) {
- if (len === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === len) {
- s = e;
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
+ var isRight = BI.first(o.freezeCols) !== 0;
+ var freezeSize = [], notFreezeSize = [];
+ BI.each(o.columnSize, function (i, size) {
+ if (o.freezeCols.contains(i)) {
+ freezeSize.push(size);
+ } else {
+ notFreezeSize.push(size);
+ }
});
- } else if (i === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
+ var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
+ BI.each(freezeSize, function (i, size) {
+ freezeSize[i] = size / sumFreezeSize;
});
- e = [tree.search(nodes[i])];
- } else {
- s = [tree.search(e[0] || tree.getRoot(), nodes[i - 1])];
- e = [tree.search(s[0], nodes[i])];
- }
- BI.each(s, function (i, n) {
- tree._recursion(n, [n.id], function (node, route) {
- if (BI.contains(e, node)) {
- if (!routes[n.id]) {
- routes[n.id] = [];
- }
- routes[n.id].push(route);
- self._pushNodes(route);
- if (e.length <= 1) {
- return true;
- }
- }
+ BI.each(notFreezeSize, function (i, size) {
+ notFreezeSize[i] = size / sumNotFreezeSize;
});
- });
+ this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
+ this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
+ }
+ } else {
+ // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
+ if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
+ this.table.setRegionColumnSize(["100%"]);
+ }
}
- this.routes = routes;
- this._drawLines(routes);
},
- _unselectAllPath: function () {
- var self = this;
- BI.each(this.radios, function (idx, rad) {
- BI.each(rad, function (i, r) {
- r.setSelected(false);
- });
- });
- BI.each(this.lines, function (idx, line) {
- BI.each(line, function (i, li) {
- li.attr("stroke", self._const.lineColor);
- });
- });
- BI.each(this.regions, function (idx, region) {
- region.reset();
- });
+ setColumnSize: function (columnSize) {
+ return this.table.setColumnSize(columnSize);
},
- populate: function (items) {
- this.options.items = items || [];
- var self = this;
- this.empty();
- if (this.options.items.length <= 0) {
- return;
- }
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
- this._createNodes();
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: this.svg,
- top: 0,
- left: 0,
- right: 0,
- bottom: 0
- }]
- });
+ getColumnSize: function () {
+ return this.table.getColumnSize();
},
- setValue: function (v) {
- this._unselectAllPath();
- var nodes = BI.keys(this.routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(self.routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- var startRegionIndex = self.getRegionIndexById(start);
- var offset = self.regions[startRegionIndex].getIndexByValue(start);
- self._drawPath(start, offset, index);
- }
- });
+ getCalculateColumnSize: function () {
+ return this.table.getCalculateColumnSize();
},
- getValue: function () {
- var path = [];
- BI.each(this.regions, function (i, region) {
- var val = region.getValue();
- if (BI.isKey(val)) {
- path.push(val);
- }
- });
- return path;
- }
-});
-BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
-BI.shortcut("bi.path_chooser", BI.PathChooser);/**
- * 路径选择区域
- *
- * Created by GUY on 2015/12/4.
- * @class BI.PathRegion
- * @extends BI.Widget
- */
-BI.PathRegion = BI.inherit(BI.Widget, {
+ setHeaderColumnSize: function (columnSize) {
+ return this.table.setHeaderColumnSize(columnSize);
+ },
- _defaultConfig: function () {
- return BI.extend(BI.PathRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-region bi-background",
- width: 80,
- title: ""
- });
+ setRegionColumnSize: function (columnSize) {
+ return this.table.setRegionColumnSize(columnSize);
},
- _init: function () {
- BI.PathRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.zIndex = 100;
- var title = BI.createWidget({
- type: "bi.label",
- text: o.title,
- title: o.title,
- height: 30
- });
- title.element.css("zIndex", this.zIndex--);
- this.items = [];
- this.vertical = BI.createWidget({
- type: "bi.vertical",
- element: this,
- bgap: 5,
- hgap: 10,
- items: [title]
- });
+ getRegionColumnSize: function () {
+ return this.table.getRegionColumnSize();
},
- hasItem: function (val) {
- return BI.any(this.items, function (i, item) {
- return val === item.getValue();
- });
+ getCalculateRegionColumnSize: function () {
+ return this.table.getCalculateRegionColumnSize();
},
- addItem: function (value, text) {
- if (BI.isKey(value)) {
- var label = BI.createWidget({
- type: "bi.label",
- cls: "path-region-label bi-card bi-border bi-list-item-select",
- text: text,
- value: value,
- title: text || value,
- height: 24
- });
- } else {
- var label = BI.createWidget({
- type: "bi.layout",
- height: 24
- });
- }
- label.element.css("zIndex", this.zIndex--);
- this.items.push(label);
- this.vertical.addItem(label);
- if (this.items.length === 1) {
- this.setSelect(0, value);
- }
+ getCalculateRegionRowSize: function () {
+ return this.table.getCalculateRegionRowSize();
},
- reset: function () {
- BI.each(this.items, function (i, item) {
- item.element.removeClass("active");
- });
+ getClientRegionColumnSize: function () {
+ return this.table.getClientRegionColumnSize();
},
- setSelect: function (index, value) {
- this.reset();
- if (this.items.length <= 0) {
- return;
- }
- if (this.items.length === 1) {
- this.items[0].element.addClass("active");
- return;
- }
- if (this.items[index].attr("value") === value) {
- this.items[index].element.addClass("active");
- }
+ getScrollRegionColumnSize: function () {
+ return this.table.getScrollRegionColumnSize();
},
- setValue: function (value) {
- this.setSelect(this.getIndexByValue(value), value);
+ getScrollRegionRowSize: function () {
+ return this.table.getScrollRegionRowSize();
},
- getValueByIndex: function (idx) {
- return this.items[idx].attr("value");
+ hasVerticalScroll: function () {
+ return this.table.hasVerticalScroll();
},
- getIndexByValue: function (value) {
- return BI.findIndex(this.items, function (i, item) {
- return item.attr("value") === value;
- });
+ setVerticalScroll: function (scrollTop) {
+ return this.table.setVerticalScroll(scrollTop);
},
- getValue: function () {
- var res;
- BI.any(this.items, function (i, item) {
- if (item.element.hasClass("active")) {
- res = item.getValue();
- return true;
- }
- });
- return res;
- }
-});
-BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
-BI.shortcut("bi.path_region", BI.PathRegion);/**
- * 预览表列
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableCell
- * @extends BI.Widget
- */
-BI.PreviewTableCell = BI.inherit(BI.Widget, {
+ setLeftHorizontalScroll: function (scrollLeft) {
+ return this.table.setLeftHorizontalScroll(scrollLeft);
+ },
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTableCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-cell",
- text: ""
- });
+ setRightHorizontalScroll: function (scrollLeft) {
+ return this.table.setRightHorizontalScroll(scrollLeft);
},
- _init: function () {
- BI.PreviewTableCell.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
+ getVerticalScroll: function () {
+ return this.table.getVerticalScroll();
+ },
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
+ getLeftHorizontalScroll: function () {
+ return this.table.getLeftHorizontalScroll();
+ },
+
+ getRightHorizontalScroll: function () {
+ return this.table.getRightHorizontalScroll();
+ },
+
+ getColumns: function () {
+ return this.table.getColumns();
+ },
+
+ populate: function (items, header) {
+ this.table.populate(items, header);
}
});
-BI.shortcut("bi.preview_table_cell", BI.PreviewTableCell);/**
- * 预览表
+BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
+BI.shortcut("bi.preview_table", BI.PreviewTable);/**
+ * 季度下拉框
*
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTableHeaderCell
+ * Created by GUY on 2015/8/28.
+ * @class BI.QuarterCombo
* @extends BI.Widget
*/
-BI.PreviewTableHeaderCell = BI.inherit(BI.Widget, {
-
+BI.QuarterCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
- return BI.extend(BI.PreviewTableHeaderCell.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table-header-cell",
- text: ""
+ return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
+ baseCls: "bi-quarter-combo",
+ behaviors: {},
+ height: 25
});
},
-
_init: function () {
- BI.PreviewTableHeaderCell.superclass._init.apply(this, arguments);
+ BI.QuarterCombo.superclass._init.apply(this, arguments);
var self = this, o = this.options;
-
- BI.createWidget({
- type: "bi.label",
- element: this,
- textAlign: "left",
- whiteSpace: "normal",
- height: this.options.height,
- text: this.options.text,
- value: this.options.value
- });
- }
-});
-BI.shortcut("bi.preview_table_header_cell", BI.PreviewTableHeaderCell);/**
- * 预览表
- *
- * Created by GUY on 2015/12/25.
- * @class BI.PreviewTable
- * @extends BI.Widget
- */
-BI.PreviewTable = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PreviewTable.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-preview-table",
- isNeedFreeze: false,
- freezeCols: [],
- rowSize: null,
- columnSize: [],
- headerRowSize: 30,
- header: [],
- items: []
- });
- },
-
- _init: function () {
- BI.PreviewTable.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- this.table = BI.createWidget({
- type: "bi.table_view",
- element: this,
- isNeedResize: false,
-
- isResizeAdapt: false,
-
- isNeedFreeze: o.isNeedFreeze,
- freezeCols: o.freezeCols,
-
- rowSize: o.rowSize,
- columnSize: o.columnSize,
- headerRowSize: o.headerRowSize,
-
- header: BI.map(o.header, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_header_cell"
- }, item);
- });
- }),
- items: BI.map(o.items, function (i, items) {
- return BI.map(items, function (j, item) {
- return BI.extend({
- type: "bi.preview_table_cell"
- }, item);
- });
- })
- });
- this.table.on(BI.Table.EVENT_TABLE_AFTER_INIT, function () {
- self._adjustColumns();
- self.fireEvent(BI.Table.EVENT_TABLE_AFTER_INIT, arguments);
- });
- this.table.on(BI.Table.EVENT_TABLE_RESIZE, function () {
- self._adjustColumns();
- });
- },
-
- // 是否有自适应调节的列,即列宽为""
- _hasAdaptCol: function (columnSize) {
- return BI.any(columnSize, function (i, size) {
- return size === "";
- });
- },
-
- _isPercentage: function (columnSize) {
- return columnSize[0] <= 1;
- },
-
- _adjustColumns: function () {
- var self = this, o = this.options;
- if (o.isNeedFreeze === true) {
- // 如果存在百分比的情况
- if (this._isPercentage(o.columnSize)) {
- if (this._hasAdaptCol(o.columnSize)) {
- var findCols = [], remain = 0;
- BI.each(o.columnSize, function (i, size) {
- if (size === "") {
- findCols.push(i);
- } else {
- remain += size;
- }
- });
- remain = 1 - remain;
- var average = remain / findCols.length;
- BI.each(findCols, function (i, col) {
- o.columnSize[col] = average;
- });
- }
- var isRight = BI.first(o.freezeCols) !== 0;
- var freezeSize = [], notFreezeSize = [];
- BI.each(o.columnSize, function (i, size) {
- if (o.freezeCols.contains(i)) {
- freezeSize.push(size);
- } else {
- notFreezeSize.push(size);
- }
- });
- var sumFreezeSize = BI.sum(freezeSize), sumNotFreezeSize = BI.sum(notFreezeSize);
- BI.each(freezeSize, function (i, size) {
- freezeSize[i] = size / sumFreezeSize;
- });
- BI.each(notFreezeSize, function (i, size) {
- notFreezeSize[i] = size / sumNotFreezeSize;
- });
- this.table.setRegionColumnSize(isRight ? ["fill", sumFreezeSize] : [sumFreezeSize, "fill"]);
- this.table.setColumnSize(isRight ? (notFreezeSize.concat(freezeSize)) : (freezeSize.concat(notFreezeSize)));
- }
- } else {
- // 如果存在自适应宽度的列或者是百分比计算的列,需要将整个表宽设为100%
- if (this._hasAdaptCol(o.columnSize) || this._isPercentage(o.columnSize)) {
- this.table.setRegionColumnSize(["100%"]);
- }
- }
- },
-
- setColumnSize: function (columnSize) {
- return this.table.setColumnSize(columnSize);
- },
-
- getColumnSize: function () {
- return this.table.getColumnSize();
- },
-
- getCalculateColumnSize: function () {
- return this.table.getCalculateColumnSize();
- },
-
- setHeaderColumnSize: function (columnSize) {
- return this.table.setHeaderColumnSize(columnSize);
- },
-
- setRegionColumnSize: function (columnSize) {
- return this.table.setRegionColumnSize(columnSize);
- },
-
- getRegionColumnSize: function () {
- return this.table.getRegionColumnSize();
- },
-
- getCalculateRegionColumnSize: function () {
- return this.table.getCalculateRegionColumnSize();
- },
-
- getCalculateRegionRowSize: function () {
- return this.table.getCalculateRegionRowSize();
- },
-
- getClientRegionColumnSize: function () {
- return this.table.getClientRegionColumnSize();
- },
-
- getScrollRegionColumnSize: function () {
- return this.table.getScrollRegionColumnSize();
- },
-
- getScrollRegionRowSize: function () {
- return this.table.getScrollRegionRowSize();
- },
-
- hasVerticalScroll: function () {
- return this.table.hasVerticalScroll();
- },
-
- setVerticalScroll: function (scrollTop) {
- return this.table.setVerticalScroll(scrollTop);
- },
-
- setLeftHorizontalScroll: function (scrollLeft) {
- return this.table.setLeftHorizontalScroll(scrollLeft);
- },
-
- setRightHorizontalScroll: function (scrollLeft) {
- return this.table.setRightHorizontalScroll(scrollLeft);
- },
-
- getVerticalScroll: function () {
- return this.table.getVerticalScroll();
- },
-
- getLeftHorizontalScroll: function () {
- return this.table.getLeftHorizontalScroll();
- },
-
- getRightHorizontalScroll: function () {
- return this.table.getRightHorizontalScroll();
- },
-
- getColumns: function () {
- return this.table.getColumns();
- },
-
- populate: function (items, header) {
- this.table.populate(items, header);
- }
-});
-BI.PreviewTable.EVENT_CHANGE = "PreviewTable.EVENT_CHANGE";
-BI.shortcut("bi.preview_table", BI.PreviewTable);/**
- * 季度下拉框
- *
- * Created by GUY on 2015/8/28.
- * @class BI.QuarterCombo
- * @extends BI.Widget
- */
-BI.QuarterCombo = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.QuarterCombo.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-quarter-combo",
- behaviors: {},
- height: 25
- });
- },
- _init: function () {
- BI.QuarterCombo.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.storeValue = "";
- this.trigger = BI.createWidget({
- type: "bi.quarter_trigger",
- value: o.value
- });
+ this.storeValue = "";
+ this.trigger = BI.createWidget({
+ type: "bi.quarter_trigger",
+ value: o.value
+ });
this.trigger.on(BI.QuarterTrigger.EVENT_FOCUS, function () {
self.storeValue = this.getKey();
@@ -12978,614 +12132,6 @@ BI.QuarterTrigger.EVENT_START = "EVENT_START";
BI.QuarterTrigger.EVENT_STOP = "EVENT_STOP";
BI.QuarterTrigger.EVENT_CONFIRM = "EVENT_CONFIRM";
BI.shortcut("bi.quarter_trigger", BI.QuarterTrigger);/**
- * 关联视图字段Item
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewItem
- * @extends BI.Widget
- */
-BI.RelationViewItem = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewItem.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-item bi-list-item-active",
- hoverIn: BI.emptyFn,
- hoverOut: BI.emptyFn
- });
- },
-
- _init: function () {
- BI.RelationViewItem.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.element.hover(o.hoverIn, o.hoverOut);
- o.text = BI.isArray(o.text) ? o.text : [o.text];
- var body = [];
- var header = {
- type: "bi.vertical_adapt",
- items: [{
- type: "bi.center_adapt",
- cls: o.isPrimary ? "primary-key-region primary-key-font" : "",
- items: [{
- type: "bi.icon",
- title: o.isPrimary ? BI.i18nText("BI-Primary_Key") : ""
- }],
- width: 36,
- height: 16
- }, {
- type: "bi.label",
- text: o.text.length > 1 ? BI.i18nText("BI-Basic_Union_Relation") : o.text[0],
- value: o.value,
- height: 24,
- textAlign: "left"
- }]
- };
- if(o.text.length > 1){
- body = BI.map(o.text, function (idx, text) {
- return {
- el: {
- type: "bi.label",
- text: text,
- value: o.value,
- height: 24,
- textAlign: "left"
- },
- lgap: 49
- }
- })
- }
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: BI.concat([header], body)
- });
- },
-
- enableHover: function (opt) {
- BI.RelationViewRegion.superclass.enableHover.apply(this, [{
- container: "body"
- }]);
- },
-
- setSelected: function (b) {
- this.element[b ? "addClass" : "removeClass"]("active");
- }
-});
-BI.shortcut("bi.relation_view_item", BI.RelationViewItem);/**
- * 关联视图
- *
- * Created by GUY on 2015/12/22.
- * @class BI.RelationView
- * @extends BI.Widget
- */
-BI.RelationView = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#c4c6c6",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationView.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationView.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
-
- _calculateWidths: function () {
- var widths = [];
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- if (!widths[j]) {
- widths[j] = BI.MIN;
- }
- widths[j] = Math.max(widths[j], obj.getWidth());
- });
- });
- return widths;
- },
-
- _calculateHeights: function () {
- var heights = BI.makeArray(BI.size(this.views), BI.MIN);
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- heights[i] = Math.max(heights[i], obj.getHeight());
- });
- });
- return heights;
- },
-
- _hoverIn: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.selectLineColor).toFront();
- self.storeViews[start].setValue(relation[0].primary.value);
- self.storeViews[end].setValue(relation[0].foreign.value);
- }
- });
- });
- },
-
- _hoverOut: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.lineColor);
- self.storeViews[start].setValue([]);
- self.storeViews[end].setValue([]);
- }
- });
- });
- },
-
- populate: function (items) {
- var self = this, o = this.options, c = this._const;
- o.items = items || [];
- this.empty();
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
-
- // 算出所有的区域和关联
- var regions = this.regions = {}, relations = this.relations = {};
- BI.each(items, function (i, item) {
- var pr = item.primary.region, fr = item.foreign && item.foreign.region;
- if (pr && !relations[pr]) {
- relations[pr] = {};
- }
- if (pr && fr && !relations[pr][fr]) {
- relations[pr][fr] = [];
- }
- if (pr && !regions[pr]) {
- regions[pr] = [];
- }
- if (fr && !regions[fr]) {
- regions[fr] = [];
- }
- if (pr && !BI.deepContains(regions[pr], item.primary)) {
- regions[pr].push(item.primary);
- }
- if (fr && !BI.deepContains(regions[fr], item.foreign)) {
- regions[fr].push(item.foreign);
- }
- pr && fr && relations[pr][fr].push(item);
- });
- // 求拓扑
- var topology = [];
- var rs = BI.clone(regions), store = {};
- while (!BI.isEmpty(rs)) {
- var clone = BI.clone(rs);
- BI.each(o.items, function (i, item) {
- if (!store[item.primary.region]) {
- delete clone[item.foreign && item.foreign.region];
- }
- });
- topology.push(BI.keys(clone));
- BI.extend(store, clone);
- BI.each(clone, function (k, v) {
- delete rs[k];
- });
- }
- // 构建视图
- var views = this.views = {}, storeViews = this.storeViews = {}, indexes = this.indexes = {};
- var verticals = [];
- BI.each(topology, function (i, items) {
- if (!views[i]) {
- views[i] = {};
- }
- var horizontal = [];
- BI.each(items, function (j, region) {
- var items = regions[region];
- views[i][j] = storeViews[region] = BI.createWidget({
- type: "bi.relation_view_region_container",
- value: region,
- header: items[0].regionTitle,
- text: items.length > 0 ? items[0].regionText : "",
- handler: items.length > 0 ? items[0].regionHandler : BI.emptyFn,
- isView: items[0].isView,
- keyword: items[0].keyword,
- items: items,
- disabled: items[0].disabled
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_IN, function (v) {
- self._hoverIn(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, function (v) {
- self._hoverOut(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationView.EVENT_PREVIEW, region, v);
- });
- indexes[region] = {i: i, j: j};
- horizontal.push(views[i][j]);
- });
- verticals.push({
- type: "bi.horizontal",
- items: horizontal
- });
- });
-
- // 求每一行的高度
- var heights = this._calculateHeights();
-
- // 求每一列的宽度
- var widths = this._calculateWidths();
-
- // 求相对宽度和高度
- var offsetWidths = [0], offsetHeights = [0];
- BI.each(heights, function (i, h) {
- if (i === 0) {
- return;
- }
- offsetHeights[i] = offsetHeights[i - 1] + heights[i - 1];
- });
- BI.each(widths, function (i, w) {
- if (i === 0) {
- return;
- }
- offsetWidths[i] = offsetWidths[i - 1] + widths[i - 1];
- });
-
- // 画线
- var lines = this.lines = {};// 缓存所有的线
- BI.each(relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- var startIndex = indexes[start], endIndex = indexes[end];
- var top = 0, right = 1, bottom = 2, left = 3;
- var startDirection = bottom, endDirection = top;
- // if (startIndex.j > endIndex.j) {
- // startDirection = left;
- // endDirection = right;
- // } else if (startIndex.j < endIndex.j) {
- // startDirection = right;
- // endDirection = left;
- // } else if (startIndex.i < endIndex.i) {
- // startDirection = bottom;
- // endDirection = top;
- // } else if (startIndex.i > endIndex.i) {
- // startDirection = top;
- // endDirection = bottom;
- // }
- var draw = function (i, j, direction, isForeign) {
- var x = offsetWidths[j] + (widths[j] - views[i][j].getWidth()) / 2;
- var y = offsetHeights[i];
- var path = "", position;
- switch (direction) {
- case top:
- position = isForeign ? views[i][j].getTopRightPosition() : views[i][j].getTopLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y - 10);
- y -= 10;
- break;
- case right:
- position = views[i][j].getRightPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x + 10) + "," + y;
- x += 10;
- break;
- case bottom:
- position = views[i][j].getBottomPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y + 10);
- y += 10;
- break;
- case left:
- position = views[i][j].getLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x - 10) + "," + y;
- x -= 10;
- break;
- }
- return {x: x, y: y, path: path};
- };
- var path = "";
- var si = draw(startIndex.i, startIndex.j, startDirection);
- var ei = draw(endIndex.i, endIndex.j, endDirection, true);
- path += si.path + ei.path;
- if (!lines[start]) {
- lines[start] = {};
- }
- path += "M" + si.x + "," + si.y + "L" + ei.x + "," + ei.y;
- var line = lines[start][end] = self.svg.path(path)
- .attr({stroke: c.lineColor, "stroke-width": "2"})
- .hover(function () {
- line.attr("stroke", c.selectLineColor).toFront();
- storeViews[start].setValue(relation[0].primary.value);
- storeViews[end].setValue(relation[0].foreign.value);
- }, function () {
- line.attr("stroke", c.lineColor);
- storeViews[start].setValue([]);
- storeViews[end].setValue([]);
- });
- });
- });
- var container = BI.createWidget();
- BI.createWidget({
- type: "bi.vertical",
- element: container,
- items: verticals
- });
- BI.createWidget({
- type: "bi.absolute",
- element: container,
- items: [{
- el: this.svg,
- left: 0,
- right: 0,
- top: 0,
- bottom: 0
- }]
- });
-
- BI.createWidget({
- type: "bi.center_adapt",
- scrollable: true,
- element: this,
- items: [container]
- });
- }
-});
-BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
-BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
-BI.shortcut("bi.relation_view", BI.RelationView);/**
- * Created by Young's on 2017/3/10.
- */
-BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region-container",
- width: 210
- });
- },
-
- _init: function () {
- BI.RelationViewRegionContainer.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.region = BI.createWidget({
- type: "bi.relation_view_region",
- value: o.value,
- width: o.width,
- header: o.header,
- text: o.text,
- handler: o.handler,
- disabled: o.disabled,
- items: o.items,
- isView: o.isView,
- keyword: o.keyword
- });
- this.region.on(BI.RelationViewRegion.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_PREVIEW, v);
- });
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_IN, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_IN, v);
- });
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_OUT, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, v);
- });
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [this.region],
- width: this.region.getWidth(),
- height: this.region.getHeight()
- });
- },
-
- getWidth: function () {
- return this.region.getWidth();
- },
-
- getHeight: function () {
- return this.region.getHeight();
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return this.region.getTopLeftPosition();
- },
-
- getTopRightPosition: function () {
- return this.region.getTopRightPosition();
- },
-
- getBottomPosition: function () {
- return this.region.getBottomPosition();
- },
-
- getLeftPosition: function () {
- return this.region.getLeftPosition();
- },
-
- getRightPosition: function () {
- return this.region.getRightPosition();
- },
-
- setValue: function (v) {
- this.region.setValue(v);
- },
-
- toggleRegion: function (v) {
- v === true ? this.region.element.fadeIn() : this.region.element.fadeOut();
- },
-
- setPreviewSelected: function (v) {
- this.region.setPreviewSelected(v);
- }
-});
-BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);/**
- * 关联视图
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewRegion
- * @extends BI.BasicButton
- */
-BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region cursor-pointer",
- width: 150,
- text: "",
- value: "",
- header: "",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationViewRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- this.preview = BI.createWidget({
- type: "bi.icon_button",
- cls: "eye relation-table-preview-font",
- width: 36,
- height: 24,
- stopPropagation: true,
- selected: o.isView
- });
- this.preview.on(BI.IconButton.EVENT_CHANGE, function () {
- self.fireEvent(BI.RelationViewRegion.EVENT_PREVIEW, this.isSelected());
- });
-
- this.title = BI.createWidget({
- type: "bi.label",
- height: 24,
- width: 70,
- text: o.text,
- value: o.value,
- textAlign: "left",
- disabled: o.disabled,
- keyword: o.keyword
- });
- // title放body上
- if (BI.isKey(o.header)) {
- this.title.setTitle(o.header, {
- container: "body"
- });
- }
-
- this.button_group = BI.createWidget({
- type: "bi.button_group",
- items: this._createItems(o.items),
- layouts: [{
- type: "bi.vertical"
- }]
- });
-
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [{
- type: "bi.vertical",
- cls: "relation-view-region-container bi-card bi-border",
- items: [{
- type: "bi.vertical_adapt",
- cls: "relation-view-region-title bi-border-bottom bi-background",
- items: [this.preview, this.title]
- }, this.button_group]
- }],
- hgap: 25,
- vgap: 20
- });
- },
-
- _createItems: function (items) {
- var self = this;
- return BI.map(items, function (i, item) {
- var texts = BI.isArray(item.text) ? item.text : [item.text];
- return BI.extend(item, {
- type: "bi.relation_view_item",
- height: texts.length > 1 ? (texts.length + 1) * 24 : 24,
- cls: i === items.length - 1 ? "" : "split-line",
- hoverIn: function () {
- self.setValue(item.value);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_IN, item.value);
- },
- hoverOut: function () {
- self.setValue([]);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_OUT, item.value);
- }
- });
- });
- },
-
- getWidth: function () {
- return this.options.width;
- },
-
- getHeight: function () {
- var height = 0;
- var buttons = this.button_group.getAllButtons();
- BI.each(buttons, function (idx, button) {
- //获取item高度的时候加上边框
- height += button.getHeight() + (idx === buttons.length - 1 ? 0 : 1);
- });
- return height + 24 + 2 * 20 + 3;
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return {
- x: 25 + 10,
- y: 20
- };
- },
-
- getTopRightPosition: function () {
- return {
- x: this.getWidth() - 25 - 10,
- y: 20
- };
- },
-
- getBottomPosition: function () {
- return {
- x: 25 + 10,
- y: this.getHeight() - 20
- };
- },
-
- getLeftPosition: function () {
- return {
- x: 25,
- y: 20 + 10
- };
- },
-
- getRightPosition: function () {
- return {
- x: this.getWidth() - 25,
- y: 20 + 10
- };
- },
-
- setValue: function (v) {
- this.button_group.setValue(v);
- },
-
- setPreviewSelected: function (v) {
- this.preview.setSelected(v);
- }
-});
-BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region", BI.RelationViewRegion);/**
* 自适应宽度的表格
*
* Created by GUY on 2016/2/3.
diff --git a/docs/_book/detailed/path/direction_path_chooser.html b/docs/_book/detailed/path/direction_path_chooser.html
deleted file mode 100644
index e09d92152..000000000
--- a/docs/_book/detailed/path/direction_path_chooser.html
+++ /dev/null
@@ -1,3004 +0,0 @@
-
-
-
-
-
-
- direction_path_chooser · GitBook
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- direction_path_chooser
-带方向的路径选择
-BI.createWidget({
- type: "bi.direction_path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "合同信息",
- "text": "客户ID",
- "value": "defa1f7ba8b2684a客户ID"
- }, {
- "region": "客户信息",
- "text": "主键",
- "value": "1f4711c201ef1842",
- "direction": -1
- }, {
- "region": "合同的回款信息",
- "text": "合同ID",
- "value": "e351e9f1d8147947合同ID",
- "direction": -1
- }]]
-});
-
-
-
-参数
-
-
-
-参数 |
-说明 |
-类型 |
-可选值 |
-默认值 |
-
-
-
-
-items |
-二维数组,每个元素代表一条路径,相较于path_chooser多一个属性direction来指定方向 |
-array |
-— |
-[ ] |
-
-
-
-
-
-
-
-
-
-
-
-
-
results matching ""
-
-
-
-
-
-
No results matching ""
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_book/detailed/path/direction_path_chooser.md b/docs/_book/detailed/path/direction_path_chooser.md
deleted file mode 100644
index e22203d23..000000000
--- a/docs/_book/detailed/path/direction_path_chooser.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# direction_path_chooser
-
-## 带方向的路径选择
-
-{% method %}
-[source](https://jsfiddle.net/fineui/04h6gsps/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.direction_path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "合同信息",
- "text": "客户ID",
- "value": "defa1f7ba8b2684a客户ID"
- }, {
- "region": "客户信息",
- "text": "主键",
- "value": "1f4711c201ef1842",
- "direction": -1
- }, {
- "region": "合同的回款信息",
- "text": "合同ID",
- "value": "e351e9f1d8147947合同ID",
- "direction": -1
- }]]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-| items |二维数组,每个元素代表一条路径,相较于[path_chooser](path_chooser.md)多一个属性direction来指定方向 | array| — | [ ]|
-
-
----
\ No newline at end of file
diff --git a/docs/_book/detailed/path/path_chooser.html b/docs/_book/detailed/path/path_chooser.html
deleted file mode 100644
index f627e5938..000000000
--- a/docs/_book/detailed/path/path_chooser.html
+++ /dev/null
@@ -1,3005 +0,0 @@
-
-
-
-
-
-
- path_chooser · GitBook
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- path_chooser
-路径选择
-BI.createWidget({
- type: "bi.path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "8c4460bc3605685e",
- "regionText": "采购订单XXX",
- "text": "ID",
- "value": "1"
- }, {
- "region": "0fbd0dc648f41e97",
- "regionText": "采购订单",
- "text": "学号",
- "value": "3"
- }, {
- "region": "c6d72d6c7e19a667",
- "regionText": "供应商基本信息",
- "text": "ID",
- "value": "5"
- }]]
-});
-
-
-
-参数
-
-
-
-参数 |
-说明 |
-类型 |
-可选值 |
-默认值 |
-
-
-
-
-items |
-二维数组,每个元素代表一条路径 |
-array |
-— |
-[ ] |
-
-
-
-
-
-
-
-
-
-
-
-
-
results matching ""
-
-
-
-
-
-
No results matching ""
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_book/detailed/path/path_chooser.md b/docs/_book/detailed/path/path_chooser.md
deleted file mode 100644
index 097ecb060..000000000
--- a/docs/_book/detailed/path/path_chooser.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# path_chooser
-
-## 路径选择
-
-{% method %}
-[source](https://jsfiddle.net/fineui/5519b4xo/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "8c4460bc3605685e",
- "regionText": "采购订单XXX",
- "text": "ID",
- "value": "1"
- }, {
- "region": "0fbd0dc648f41e97",
- "regionText": "采购订单",
- "text": "学号",
- "value": "3"
- }, {
- "region": "c6d72d6c7e19a667",
- "regionText": "供应商基本信息",
- "text": "ID",
- "value": "5"
- }]]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-| items |二维数组,每个元素代表一条路径 | array| — | [ ] |
-
-
-
----
\ No newline at end of file
diff --git a/docs/_book/detailed/relation_view.html b/docs/_book/detailed/relation_view.html
deleted file mode 100644
index 82785f5c1..000000000
--- a/docs/_book/detailed/relation_view.html
+++ /dev/null
@@ -1,2993 +0,0 @@
-
-
-
-
-
-
- relation_view · GitBook
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- relation_view
-关联视图
-BI.createWidget({
- type: "bi.relation_view",
- items: [{
- primary: {
- region: "B", regionText: "比",
- title: "b2...",
- value: "b2", text: "b2字段"
- },
- foreign: {region: "C", value: "c1", text: "c1字段"}
- }, {
- primary: {region: "A", value: "a1", text: "a1字段"},
- foreign: {region: "C", value: "c2", text: "c2字段"}
- }]
-});
-
-
-
-参数
-
-
-
-参数 |
-说明 |
-类型 |
-可选值 |
-默认值 |
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
results matching ""
-
-
-
-
-
-
No results matching ""
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_book/detailed/relation_view.md b/docs/_book/detailed/relation_view.md
deleted file mode 100644
index d2997620d..000000000
--- a/docs/_book/detailed/relation_view.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# relation_view
-
-## 关联视图
-
-{% method %}
-[source](https://jsfiddle.net/fineui/k19mvL7q/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.relation_view",
- items: [{
- primary: {
- region: "B", regionText: "比",
- title: "b2...",
- value: "b2", text: "b2字段"
- },
- foreign: {region: "C", value: "c1", text: "c1字段"}
- }, {
- primary: {region: "A", value: "a1", text: "a1字段"},
- foreign: {region: "C", value: "c2", text: "c2字段"}
- }]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-
-
-
----
\ No newline at end of file
diff --git a/docs/detailed/path/direction_path_chooser.md b/docs/detailed/path/direction_path_chooser.md
deleted file mode 100644
index e22203d23..000000000
--- a/docs/detailed/path/direction_path_chooser.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# direction_path_chooser
-
-## 带方向的路径选择
-
-{% method %}
-[source](https://jsfiddle.net/fineui/04h6gsps/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.direction_path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "合同信息",
- "text": "客户ID",
- "value": "defa1f7ba8b2684a客户ID"
- }, {
- "region": "客户信息",
- "text": "主键",
- "value": "1f4711c201ef1842",
- "direction": -1
- }, {
- "region": "合同的回款信息",
- "text": "合同ID",
- "value": "e351e9f1d8147947合同ID",
- "direction": -1
- }]]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-| items |二维数组,每个元素代表一条路径,相较于[path_chooser](path_chooser.md)多一个属性direction来指定方向 | array| — | [ ]|
-
-
----
\ No newline at end of file
diff --git a/docs/detailed/path/path_chooser.md b/docs/detailed/path/path_chooser.md
deleted file mode 100644
index 097ecb060..000000000
--- a/docs/detailed/path/path_chooser.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# path_chooser
-
-## 路径选择
-
-{% method %}
-[source](https://jsfiddle.net/fineui/5519b4xo/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.path_chooser",
- element: "#wrapper",
- items: [[{
- "region": "8c4460bc3605685e",
- "regionText": "采购订单XXX",
- "text": "ID",
- "value": "1"
- }, {
- "region": "0fbd0dc648f41e97",
- "regionText": "采购订单",
- "text": "学号",
- "value": "3"
- }, {
- "region": "c6d72d6c7e19a667",
- "regionText": "供应商基本信息",
- "text": "ID",
- "value": "5"
- }]]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-| items |二维数组,每个元素代表一条路径 | array| — | [ ] |
-
-
-
----
\ No newline at end of file
diff --git a/docs/detailed/relation_view.md b/docs/detailed/relation_view.md
deleted file mode 100644
index d2997620d..000000000
--- a/docs/detailed/relation_view.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# relation_view
-
-## 关联视图
-
-{% method %}
-[source](https://jsfiddle.net/fineui/k19mvL7q/)
-
-{% common %}
-```javascript
-BI.createWidget({
- type: "bi.relation_view",
- items: [{
- primary: {
- region: "B", regionText: "比",
- title: "b2...",
- value: "b2", text: "b2字段"
- },
- foreign: {region: "C", value: "c1", text: "c1字段"}
- }, {
- primary: {region: "A", value: "a1", text: "a1字段"},
- foreign: {region: "C", value: "c2", text: "c2字段"}
- }]
-});
-```
-
-{% endmethod %}
-
-##参数
-
-| 参数 | 说明 | 类型 | 可选值 | 默认值
-| :------ |:------------- | :-----| :----|:----|
-
-
-
----
\ No newline at end of file
diff --git a/src/case/combo/iconcombo/combo.icon.js b/src/case/combo/iconcombo/combo.icon.js
index cea1e89b9..409e1a003 100644
--- a/src/case/combo/iconcombo/combo.icon.js
+++ b/src/case/combo/iconcombo/combo.icon.js
@@ -81,11 +81,12 @@ BI.IconCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.iconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.iconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
diff --git a/src/case/combo/icontextvaluecombo/combo.icontextvalue.js b/src/case/combo/icontextvaluecombo/combo.icontextvalue.js
index a38dcf356..e80fb66a1 100644
--- a/src/case/combo/icontextvaluecombo/combo.icontextvalue.js
+++ b/src/case/combo/icontextvaluecombo/combo.icontextvalue.js
@@ -50,11 +50,12 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
diff --git a/src/case/combo/staticcombo/combo.static.js b/src/case/combo/staticcombo/combo.static.js
index a67a9f6a8..c8d90773b 100644
--- a/src/case/combo/staticcombo/combo.static.js
+++ b/src/case/combo/staticcombo/combo.static.js
@@ -57,11 +57,11 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.combo.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.combo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
}
});
diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js
index be1434eaa..3caf046b1 100644
--- a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js
+++ b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js
@@ -59,7 +59,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCheckCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
setWarningTitle: function (title) {
@@ -67,7 +68,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- var value = this.textIconCheckCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js b/src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js
index de2308553..f2b00b3d6 100644
--- a/src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js
+++ b/src/case/combo/textvaluecheckcombo/combo.textvaluechecksmall.js
@@ -54,7 +54,7 @@ BI.SmallTextValueCheckCombo = BI.inherit(BI.Widget, {
},
getValue: function () {
- return this.SmallTextIconCheckCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
diff --git a/src/case/combo/textvaluecombo/combo.textvalue.js b/src/case/combo/textvaluecombo/combo.textvalue.js
index 7405f8d5f..b009119eb 100644
--- a/src/case/combo/textvaluecombo/combo.textvalue.js
+++ b/src/case/combo/textvaluecombo/combo.textvalue.js
@@ -52,11 +52,12 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.textIconCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- var value = this.textIconCombo.getValue();
+ var value = this.popup.getValue();
return BI.isNull(value) ? [] : (BI.isArray(value) ? value : [value]);
},
diff --git a/src/case/combo/textvaluecombo/combo.textvaluesmall.js b/src/case/combo/textvaluecombo/combo.textvaluesmall.js
index d2bcd8bc0..0ba868e09 100644
--- a/src/case/combo/textvaluecombo/combo.textvaluesmall.js
+++ b/src/case/combo/textvaluecombo/combo.textvaluesmall.js
@@ -50,11 +50,12 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {
},
setValue: function (v) {
- this.SmallTextValueCombo.setValue(v);
+ this.trigger.setValue(v);
+ this.popup.setValue(v);
},
getValue: function () {
- return this.SmallTextValueCombo.getValue();
+ return this.popup.getValue();
},
populate: function (items) {
diff --git a/src/less/widget/pathchooser/pathchooser.less b/src/less/widget/pathchooser/pathchooser.less
deleted file mode 100644
index 2de133fe4..000000000
--- a/src/less/widget/pathchooser/pathchooser.less
+++ /dev/null
@@ -1,7 +0,0 @@
-@import "../../index";
-
-.bi-path-chooser {
- & .path-chooser-radio {
- z-index: 1;
- }
-}
\ No newline at end of file
diff --git a/src/less/widget/pathchooser/pathregion.less b/src/less/widget/pathchooser/pathregion.less
deleted file mode 100644
index 6b2079107..000000000
--- a/src/less/widget/pathchooser/pathregion.less
+++ /dev/null
@@ -1,7 +0,0 @@
-@import "../../index";
-
-.bi-path-region {
- & .path-region-label {
- z-index: 1;
- }
-}
\ No newline at end of file
diff --git a/src/less/widget/relationview/relationview.item.less b/src/less/widget/relationview/relationview.item.less
deleted file mode 100644
index ed31f2c1d..000000000
--- a/src/less/widget/relationview/relationview.item.less
+++ /dev/null
@@ -1,7 +0,0 @@
-@import "../../index";
-
-.bi-relation-view-item{
- & .primary-key-region{
- font-size: 16px;
- }
-}
\ No newline at end of file
diff --git a/src/less/widget/relationview/relationview.region.less b/src/less/widget/relationview/relationview.region.less
deleted file mode 100644
index f4cf9617d..000000000
--- a/src/less/widget/relationview/relationview.region.less
+++ /dev/null
@@ -1,17 +0,0 @@
-@import "../../index";
-
-.bi-relation-view-region {
- & .relation-view-region-container {
- z-index: 1;
- .border-radius(2px);
- & .relation-view-region-title {
- & .eye{
- font-size: 16px;
- }
- }
-
- & .split-line{
- border-bottom: 1px solid @color-bi-border-disabled
- }
- }
-}
\ No newline at end of file
diff --git a/src/widget/directionpathchooser/directionpathchooser.js b/src/widget/directionpathchooser/directionpathchooser.js
deleted file mode 100644
index 2ffbd1f32..000000000
--- a/src/widget/directionpathchooser/directionpathchooser.js
+++ /dev/null
@@ -1,243 +0,0 @@
-/**
- * 带有方向的pathchooser
- *
- * Created by GUY on 2016/4/21.
- * @class BI.DirectionPathChooser
- * @extends BI.Widget
- */
-BI.DirectionPathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#808080",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.DirectionPathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-excel-table",
- items: []
- });
- },
-
- _init: function () {
- BI.DirectionPathChooser.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.pathChooser = BI.createWidget({
- type: "bi.path_chooser",
- element: this,
- items: o.items
- });
- this.pathChooser.on(BI.PathChooser.EVENT_CHANGE, function (start, index) {
- // self._unselectAllArrows();
- self._setValue(start, index);
- self.fireEvent(BI.DirectionPathChooser.EVENT_CHANGE);
- });
- this._drawArrows();
-
- },
-
- _unselectAllArrows: function () {
- var self = this, lineColor = this._const.lineColor;
- BI.each(this.arrows, function (region, rs) {
- BI.each(rs, function (idx, arrows) {
- BI.each(arrows, function (i, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor});
- });
- });
- });
- },
-
- _drawOneArrow: function (dot, direction) {
- // 0,1,2,3 上右下左
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var svg = this.pathChooser.svg;
- var path = "";
- switch (direction) {
- case 0:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y + 5)
- + "L" + (dot.x + 3) + "," + (dot.y + 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 1:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 5) + "," + (dot.y - 3)
- + "L" + (dot.x - 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- case 2:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x - 3) + "," + (dot.y - 5)
- + "L" + (dot.x + 3) + "," + (dot.y - 5)
- + "L" + dot.x + "," + dot.y;
- break;
- case 3:
- path = "M" + dot.x + "," + dot.y
- + "L" + (dot.x + 5) + "," + (dot.y - 3)
- + "L" + (dot.x + 5) + "," + (dot.y + 3)
- + "L" + dot.x + "," + dot.y;
- break;
- }
- return svg.path(path).attr({fill: lineColor, stroke: lineColor});
- },
-
- _drawArrows: function () {
- var self = this, o = this.options;
- var routes = this.pathChooser.routes;
- var pathes = this.pathChooser.pathes;
- var cache = this.pathChooser.cache;
- this.arrows = {};
- BI.each(routes, function (region, ps) {
- self.arrows[region] = [];
- BI.each(ps, function (idx, path) {
- self.arrows[region][idx] = [];
- var dots = pathes[region][idx];
- BI.each(dots, function (i, dot) {
- if (i > 0 && i < dots.length - 1) {
- var arrow;
- if (dot.y === dots[i - 1].y) {
- if (dots[i + 1].y != dot.y) {
- if (cache[path[path.length - 2]].direction === -1) {
- if (i - 1 > 0) {
- arrow = self._drawOneArrow(dots[i - 1], 3);
- }
- } else {
- arrow = self._drawOneArrow(dots[i], 1);
- }
- }
- } else if (dot.x === dots[i - 1].x) {
- if (dot.y > dots[i - 1].y) {
- if (cache[BI.first(path)].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 0);
- } else {
- arrow = self._drawOneArrow(dot, 2);
- }
- } else {
- if (cache[path[path.length - 2]].direction === -1) {
- arrow = self._drawOneArrow(dots[i - 1], 2);
- } else {
- arrow = self._drawOneArrow(dot, 0);
- }
- }
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- BI.each(path, function (i, node) {
- if (i !== 0) {
- var arrow;
- var from = path[i - 1];
- if (cache[from].direction === -1) {
- var regionIndex = self.pathChooser.getRegionIndexById(from);
- var x = getXoffsetByRegionIndex(regionIndex, -1);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 3);
- } else {
- var regionIndex = self.pathChooser.getRegionIndexById(node);
- var x = getXoffsetByRegionIndex(regionIndex);
- var y = getYByXoffset(dots, x);
- arrow = self._drawOneArrow({x: x, y: y}, 1);
- }
- if (arrow) {
- self.arrows[region][idx].push(arrow);
- }
- }
- });
- });
- });
-
- function getXoffsetByRegionIndex (regionIndex, diregion) {
- if (diregion === -1) {
- return 100 * (regionIndex + 1) - 20;
- }
- return 100 * regionIndex + 20;
- }
-
- function getYByXoffset (dots, xoffset) {
- var finded = BI.find(dots, function (i, dot) {
- if (i > 0) {
- if (dots[i - 1].x < xoffset && dots[i].x > xoffset) {
- return true;
- }
- }
- });
- return finded.y;
- }
- },
-
- _setValue: function (start, index) {
- var self = this;
- var lineColor = this._const.lineColor;
- var selectLineColor = this._const.selectLineColor;
- var routes = this.pathChooser.routes;
- var starts = this.pathChooser.start;
- var each = [start];
- if (starts.contains(start)) {
- each = starts;
- }
- BI.each(each, function (i, s) {
- BI.each(self.arrows[s], function (j, arrows) {
- BI.each(arrows, function (k, arrow) {
- arrow.attr({fill: lineColor, stroke: lineColor}).toFront();
- });
- });
- });
- BI.each(this.arrows[start][index], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- var current = BI.last(routes[start][index]);
- while (current && routes[current] && routes[current].length === 1) {
- BI.each(self.arrows[current][0], function (i, arrow) {
- arrow.attr({fill: selectLineColor, stroke: selectLineColor}).toFront();
- });
- current = BI.last(routes[current][0]);
- }
- },
-
- setValue: function (v) {
- this.pathChooser.setValue(v);
- this._unselectAllArrows();
- var routes = this.pathChooser.routes;
- var nodes = BI.keys(routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- self._setValue(start, index);
- }
- });
- },
-
- getValue: function () {
- return this.pathChooser.getValue();
- },
-
- populate: function (items) {
- this.pathChooser.populate(items);
- this._drawArrows();
- }
-});
-BI.DirectionPathChooser.EVENT_CHANGE = "DirectionPathChooser.EVENT_CHANGE";
-BI.shortcut("bi.direction_path_chooser", BI.DirectionPathChooser);
\ No newline at end of file
diff --git a/src/widget/pathchooser/pathchooser.js b/src/widget/pathchooser/pathchooser.js
deleted file mode 100644
index 3ea956ad5..000000000
--- a/src/widget/pathchooser/pathchooser.js
+++ /dev/null
@@ -1,491 +0,0 @@
-/**
- * 路径选择
- *
- * Created by GUY on 2015/12/4.
- * @class BI.PathChooser
- * @extends BI.Widget
- */
-BI.PathChooser = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#d4dadd",
- selectLineColor: "#3f8ce8"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.PathChooser.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-chooser",
- items: []
- });
- },
-
- _init: function () {
- BI.PathChooser.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
-
- _createRegions: function (regions) {
- var self = this;
- this.regions = BI.createWidgets(BI.map(regions, function (i, region) {
- return {
- type: "bi.path_region",
- title: self.texts[region] || region
- };
- }));
- this.regionMap = {};
- BI.each(regions, function (i, region) {
- self.regionMap[region] = i;
- });
- this.container = BI.createWidget({
- type: "bi.horizontal",
- verticalAlign: "top",
- scrollx: false,
- scrolly: false,
- hgap: 10,
- items: this.regions
- });
- BI.createWidget({
- type: "bi.vertical_adapt",
- element: this,
- scrollable: true,
- hgap: 10,
- items: [this.container]
- });
- },
-
- getRegionIndexById: function (id) {
- var node = this.cache[id];
- var regionType = node.get("region");
- return this.regionMap[regionType];
- },
-
- _drawPath: function (start, offset, index) {
- var self = this;
- var starts = [];
- if (BI.contains(this.start, start)) {
- starts = this.start;
- } else {
- starts = [start];
- }
-
- BI.each(starts, function (i, s) {
- BI.each(self.radios[s], function (i, rad) {
- rad.setSelected(false);
- });
- BI.each(self.lines[s], function (i, line) {
- line.attr("stroke", self._const.lineColor);
- });
- BI.each(self.regionIndexes[s], function (i, idx) {
- self.regions[idx].reset();
- });
- });
-
- BI.each(this.routes[start][index], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(offset + index, id);
- });
- var current = BI.last(this.routes[start][index]);
-
- while (current && this.routes[current] && this.routes[current].length === 1) {
- BI.each(this.routes[current][0], function (i, id) {
- var regionIndex = self.getRegionIndexById(id);
- self.regions[regionIndex].setSelect(0, id);
- });
- this.lines[current][0].attr("stroke", self._const.selectLineColor).toFront();
- current = BI.last(this.routes[current][0]);
- }
- this.lines[start][index].attr("stroke", self._const.selectLineColor).toFront();
- this.radios[start] && this.radios[start][index] && this.radios[start][index].setSelected(true);
- },
-
- _drawRadio: function (start, offset, index, x, y) {
- var self = this;
- var radio = BI.createWidget({
- type: "bi.radio",
- cls: "path-chooser-radio",
- selected: offset + index === 0,
- start: start,
- index: index
- });
- radio.on(BI.Radio.EVENT_CHANGE, function () {
- self._drawPath(start, offset, index);
- self.fireEvent(BI.PathChooser.EVENT_CHANGE, start, index);
- });
- if (!this.radios[start]) {
- this.radios[start] = [];
- }
- this.radios[start].push(radio);
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: radio,
- left: x - 6.5,
- top: y - 6.5
- }]
- });
- },
-
- _drawLine: function (start, lines) {
- var self = this;
- if (!this.lines[start]) {
- this.lines[start] = [];
- }
- if (!this.pathes[start]) {
- this.pathes[start] = [];
- }
- var startRegionIndex = this.getRegionIndexById(start);
- // start所在的位置,然后接着往下画其他的路径
- var offset = this.regions[startRegionIndex].getIndexByValue(start);
- BI.each(lines, function (i, line) {
- self.pathes[start][i] = [];
- var idx = i + offset;
- var path = "";
- var stop = 47.5 + 29 * idx;
- var sleft = 50 + 100 * startRegionIndex;
- var radioStartX = sleft, radioStartY = stop;
- var etop = stop;
- var endRegionIndex = self.getRegionIndexById(BI.last(line));
- var endOffset = self.regions[endRegionIndex].getIndexByValue(BI.last(line));
- var eleft = 50 + 100 * endRegionIndex;
- if (BI.contains(self.start, start)) {
- radioStartX = sleft - 50;
- path += "M" + (sleft - 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft - 50,
- y: stop
- });
- } else if (idx === 0) {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: stop
- });
- } else {
- radioStartX = sleft + 50;
- path += "M" + sleft + "," + 47.5 + "L" + (sleft + 50) + "," + 47.5 + "L" + (sleft + 50) + "," + stop;
- self.pathes[start][i].push({
- x: sleft,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: 47.5
- });
- self.pathes[start][i].push({
- x: sleft + 50,
- y: stop
- });
- }
- if (idx > 0) {
- var endY = endOffset * 29 + 47.5;
- path += "L" + (eleft - 50) + "," + etop + "L" + (eleft - 50) + "," + endY + "L" + eleft + "," + endY;
- self.pathes[start][i].push({
- x: eleft - 50,
- y: etop
- });
- self.pathes[start][i].push({
- x: eleft - 50,
- y: endY
- });
- self.pathes[start][i].push({
- x: eleft,
- y: endY
- });
- } else {
- path += "L" + eleft + "," + etop;
- self.pathes[start][i].push({
- x: eleft,
- y: etop
- });
- }
-
- var graph = self.svg.path(path)
- .attr({
- stroke: idx === 0 ? self._const.selectLineColor : self._const.lineColor,
- "stroke-dasharray": "-"
- });
- self.lines[start].push(graph);
- if (lines.length > 1) {
- self.lines[start][0].toFront();
- }
- // 第一个元素无论有多少个都要显示radio
- if (BI.contains(self.start, start)) {
- self.lines[self.regions[0].getValueByIndex(0)][0].toFront();
- }
- if (lines.length > 1 || BI.contains(self.start, start)) {
- self._drawRadio(start, offset, i, radioStartX, radioStartY);
- }
- });
- },
-
- _drawLines: function (routes) {
- var self = this;
- this.lines = {};
- this.pathes = {};
- this.radios = {};
- this.regionIndexes = {};
- BI.each(routes, function (k, route) {
- if (!self.regionIndexes[k]) {
- self.regionIndexes[k] = [];
- }
- BI.each(route, function (i, rs) {
- BI.each(rs, function (j, id) {
- var regionIndex = self.getRegionIndexById(id);
- if (!BI.contains(self.regionIndexes[k], regionIndex)) {
- self.regionIndexes[k].push(regionIndex);
- }
- });
- });
- });
- BI.each(routes, function (k, route) {
- self._drawLine(k, route);
- });
- },
-
- _pushNodes: function (nodes) {
- var self = this;
- var indexes = [];
- for (var i = 0; i < nodes.length; i++) {
- var id = nodes[i];
- var index = self.getRegionIndexById(id);
- indexes.push(index);
- var region = self.regions[index];
- if (i === nodes.length - 1) {
- if (!region.hasItem(id)) {
- region.addItem(id, self.texts[id]);
- }
- break;
- }
- if (i > 0 || BI.contains(self.start, id)) {
- region.addItem(id, self.texts[id]);
- }
- }
- for (var i = BI.first(indexes); i < BI.last(indexes); i++) {
- if (!BI.contains(indexes, i)) {
- self.regions[i].addItem("");
- }
- }
- },
-
- _createNodes: function () {
- var self = this, o = this.options;
- this.cache = {};
- this.texts = {};
- this.start = [];
- this.end = [];
- BI.each(o.items, function (i, item) {
- self.start.push(BI.first(item).value);
- self.end.push(BI.last(item).value);
- });
- this.start = BI.uniq(this.start);
- this.end = BI.uniq(this.end);
- var regions = [];
- var tree = new BI.Tree();
- var branches = {}, max = 0;
- BI.each(o.items, function (i, items) {
- BI.each(items, function (j, item) {
- if (!BI.has(branches, item.value)) {
- branches[item.value] = 0;
- }
- branches[item.value]++;
- max = Math.max(max, branches[item.value]);
- var prev = {};
- if (j > 0) {
- prev = items[j - 1];
- }
- var parent = self.cache[prev.value || ""];
- var node = self.cache[item.value] || new BI.Node(item.value);
- node.set(item);
- self.cache[item.value] = node;
- self.texts[item.value] = item.text;
- self.texts[item.region] = item.regionText;
- parent = BI.isNull(parent) ? tree.getRoot() : parent;
- if (parent.getChildIndex(item.value) === -1) {
- tree.addNode(parent, node);
- }
- });
- });
-
- // 算出区域列表
- tree.traverse(function (node) {
- BI.each(node.getChildren(), function (i, child) {
- if (BI.contains(regions, child.get("region"))) {
- var index1 = BI.indexOf(regions, node.get("region"));
- var index2 = BI.indexOf(regions, child.get("region"));
- // 交换区域
- if (index1 > index2) {
- var t = regions[index2];
- for (var j = index2; j < index1; j++) {
- regions[j] = regions[j + 1];
- }
- regions[index1] = t;
- }
- } else {
- regions.push(child.get("region"));
- }
- });
- });
- this._createRegions(regions);
-
- // 算出节点
- BI.each(branches, function (k, branch) {
- if (branch < max) {
- delete branches[k];
- }
- });
-
- // 过滤节点
- var nodes = [];
- var n = tree.getRoot();
- while (n && n.getChildrenLength() === 1) {
- if (BI.has(branches, n.getChildren()[0].id)) {
- delete branches[n.getChildren()[0].id];
- n = n.getChildren()[0];
- } else {
- n = null;
- }
- }
- tree.traverse(function (node) {
- if (BI.has(branches, node.id)) {
- nodes.push(node.id);
- delete branches[node.id];
- }
- });
-
- // 填充节点
- var routes = {};
- var s, e;
- for (var i = 0, len = nodes.length; i < len + 1; i++) {
- if (len === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === len) {
- s = e;
- e = [];
- BI.each(this.end, function (i, id) {
- e.push(tree.search(id));
- });
- } else if (i === 0) {
- s = [];
- BI.each(this.start, function (i, id) {
- s.push(tree.search(id));
- });
- e = [tree.search(nodes[i])];
- } else {
- s = [tree.search(e[0] || tree.getRoot(), nodes[i - 1])];
- e = [tree.search(s[0], nodes[i])];
- }
- BI.each(s, function (i, n) {
- tree._recursion(n, [n.id], function (node, route) {
- if (BI.contains(e, node)) {
- if (!routes[n.id]) {
- routes[n.id] = [];
- }
- routes[n.id].push(route);
- self._pushNodes(route);
- if (e.length <= 1) {
- return true;
- }
- }
- });
- });
- }
- this.routes = routes;
- this._drawLines(routes);
- },
-
- _unselectAllPath: function () {
- var self = this;
- BI.each(this.radios, function (idx, rad) {
- BI.each(rad, function (i, r) {
- r.setSelected(false);
- });
- });
- BI.each(this.lines, function (idx, line) {
- BI.each(line, function (i, li) {
- li.attr("stroke", self._const.lineColor);
- });
- });
- BI.each(this.regions, function (idx, region) {
- region.reset();
- });
- },
-
- populate: function (items) {
- this.options.items = items || [];
- var self = this;
- this.empty();
- if (this.options.items.length <= 0) {
- return;
- }
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
- this._createNodes();
- BI.createWidget({
- type: "bi.absolute",
- element: this.container,
- items: [{
- el: this.svg,
- top: 0,
- left: 0,
- right: 0,
- bottom: 0
- }]
- });
- },
-
- setValue: function (v) {
- this._unselectAllPath();
- var nodes = BI.keys(this.routes), self = this;
- var result = [], array = [];
- BI.each(v, function (i, val) {
- if (BI.contains(nodes, val)) {
- if (array.length > 0) {
- array.push(val);
- result.push(array);
- array = [];
- }
- }
- array.push(val);
- });
- if (array.length > 0) {
- result.push(array);
- }
- // 画这n条路径
- BI.each(result, function (idx, path) {
- var start = path[0];
- var index = BI.findIndex(self.routes[start], function (idx, p) {
- if (BI.isEqual(path, p)) {
- return true;
- }
- });
- if (index >= 0) {
- var startRegionIndex = self.getRegionIndexById(start);
- var offset = self.regions[startRegionIndex].getIndexByValue(start);
- self._drawPath(start, offset, index);
- }
- });
- },
-
- getValue: function () {
- var path = [];
- BI.each(this.regions, function (i, region) {
- var val = region.getValue();
- if (BI.isKey(val)) {
- path.push(val);
- }
- });
- return path;
- }
-});
-BI.PathChooser.EVENT_CHANGE = "PathChooser.EVENT_CHANGE";
-BI.shortcut("bi.path_chooser", BI.PathChooser);
\ No newline at end of file
diff --git a/src/widget/pathchooser/pathregion.js b/src/widget/pathchooser/pathregion.js
deleted file mode 100644
index 0409ab0db..000000000
--- a/src/widget/pathchooser/pathregion.js
+++ /dev/null
@@ -1,115 +0,0 @@
-/**
- * 路径选择区域
- *
- * Created by GUY on 2015/12/4.
- * @class BI.PathRegion
- * @extends BI.Widget
- */
-BI.PathRegion = BI.inherit(BI.Widget, {
-
- _defaultConfig: function () {
- return BI.extend(BI.PathRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-path-region bi-background",
- width: 80,
- title: ""
- });
- },
-
- _init: function () {
- BI.PathRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.zIndex = 100;
- var title = BI.createWidget({
- type: "bi.label",
- text: o.title,
- title: o.title,
- height: 30
- });
- title.element.css("zIndex", this.zIndex--);
- this.items = [];
- this.vertical = BI.createWidget({
- type: "bi.vertical",
- element: this,
- bgap: 5,
- hgap: 10,
- items: [title]
- });
- },
-
- hasItem: function (val) {
- return BI.any(this.items, function (i, item) {
- return val === item.getValue();
- });
- },
-
- addItem: function (value, text) {
- if (BI.isKey(value)) {
- var label = BI.createWidget({
- type: "bi.label",
- cls: "path-region-label bi-card bi-border bi-list-item-select",
- text: text,
- value: value,
- title: text || value,
- height: 24
- });
- } else {
- var label = BI.createWidget({
- type: "bi.layout",
- height: 24
- });
- }
- label.element.css("zIndex", this.zIndex--);
- this.items.push(label);
- this.vertical.addItem(label);
- if (this.items.length === 1) {
- this.setSelect(0, value);
- }
- },
-
- reset: function () {
- BI.each(this.items, function (i, item) {
- item.element.removeClass("active");
- });
- },
-
- setSelect: function (index, value) {
- this.reset();
- if (this.items.length <= 0) {
- return;
- }
- if (this.items.length === 1) {
- this.items[0].element.addClass("active");
- return;
- }
- if (this.items[index].attr("value") === value) {
- this.items[index].element.addClass("active");
- }
- },
-
- setValue: function (value) {
- this.setSelect(this.getIndexByValue(value), value);
- },
-
- getValueByIndex: function (idx) {
- return this.items[idx].attr("value");
- },
-
- getIndexByValue: function (value) {
- return BI.findIndex(this.items, function (i, item) {
- return item.attr("value") === value;
- });
- },
-
- getValue: function () {
- var res;
- BI.any(this.items, function (i, item) {
- if (item.element.hasClass("active")) {
- res = item.getValue();
- return true;
- }
- });
- return res;
- }
-});
-BI.PathRegion.EVENT_CHANGE = "PathRegion.EVENT_CHANGE";
-BI.shortcut("bi.path_region", BI.PathRegion);
\ No newline at end of file
diff --git a/src/widget/relationview/relationview.item.js b/src/widget/relationview/relationview.item.js
deleted file mode 100644
index 51c8aee2c..000000000
--- a/src/widget/relationview/relationview.item.js
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * 关联视图字段Item
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewItem
- * @extends BI.Widget
- */
-BI.RelationViewItem = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewItem.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-item bi-list-item-active",
- hoverIn: BI.emptyFn,
- hoverOut: BI.emptyFn
- });
- },
-
- _init: function () {
- BI.RelationViewItem.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.element.hover(o.hoverIn, o.hoverOut);
- o.text = BI.isArray(o.text) ? o.text : [o.text];
- var body = [];
- var header = {
- type: "bi.vertical_adapt",
- items: [{
- type: "bi.center_adapt",
- cls: o.isPrimary ? "primary-key-region primary-key-font" : "",
- items: [{
- type: "bi.icon",
- title: o.isPrimary ? BI.i18nText("BI-Primary_Key") : ""
- }],
- width: 36,
- height: 16
- }, {
- type: "bi.label",
- text: o.text.length > 1 ? BI.i18nText("BI-Basic_Union_Relation") : o.text[0],
- value: o.value,
- height: 24,
- textAlign: "left"
- }]
- };
- if(o.text.length > 1){
- body = BI.map(o.text, function (idx, text) {
- return {
- el: {
- type: "bi.label",
- text: text,
- value: o.value,
- height: 24,
- textAlign: "left"
- },
- lgap: 49
- }
- })
- }
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: BI.concat([header], body)
- });
- },
-
- enableHover: function (opt) {
- BI.RelationViewRegion.superclass.enableHover.apply(this, [{
- container: "body"
- }]);
- },
-
- setSelected: function (b) {
- this.element[b ? "addClass" : "removeClass"]("active");
- }
-});
-BI.shortcut("bi.relation_view_item", BI.RelationViewItem);
\ No newline at end of file
diff --git a/src/widget/relationview/relationview.js b/src/widget/relationview/relationview.js
deleted file mode 100644
index 2835cea49..000000000
--- a/src/widget/relationview/relationview.js
+++ /dev/null
@@ -1,289 +0,0 @@
-/**
- * 关联视图
- *
- * Created by GUY on 2015/12/22.
- * @class BI.RelationView
- * @extends BI.Widget
- */
-BI.RelationView = BI.inherit(BI.Widget, {
-
- _const: {
- lineColor: "#c4c6c6",
- selectLineColor: "#009de3"
- },
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationView.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationView.superclass._init.apply(this, arguments);
- this.populate(this.options.items);
- },
-
- _calculateWidths: function () {
- var widths = [];
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- if (!widths[j]) {
- widths[j] = BI.MIN;
- }
- widths[j] = Math.max(widths[j], obj.getWidth());
- });
- });
- return widths;
- },
-
- _calculateHeights: function () {
- var heights = BI.makeArray(BI.size(this.views), BI.MIN);
- BI.each(this.views, function (i, items) {
- BI.each(items, function (j, obj) {
- heights[i] = Math.max(heights[i], obj.getHeight());
- });
- });
- return heights;
- },
-
- _hoverIn: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.selectLineColor).toFront();
- self.storeViews[start].setValue(relation[0].primary.value);
- self.storeViews[end].setValue(relation[0].foreign.value);
- }
- });
- });
- },
-
- _hoverOut: function (target) {
- var self = this, c = this._const;
- BI.each(this.relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- if (relation[0].primary.value === target || relation[0].foreign.value === target) {
- self.lines[start][end].attr("stroke", c.lineColor);
- self.storeViews[start].setValue([]);
- self.storeViews[end].setValue([]);
- }
- });
- });
- },
-
- populate: function (items) {
- var self = this, o = this.options, c = this._const;
- o.items = items || [];
- this.empty();
- this.svg = BI.createWidget({
- type: "bi.svg"
- });
-
- // 算出所有的区域和关联
- var regions = this.regions = {}, relations = this.relations = {};
- BI.each(items, function (i, item) {
- var pr = item.primary.region, fr = item.foreign && item.foreign.region;
- if (pr && !relations[pr]) {
- relations[pr] = {};
- }
- if (pr && fr && !relations[pr][fr]) {
- relations[pr][fr] = [];
- }
- if (pr && !regions[pr]) {
- regions[pr] = [];
- }
- if (fr && !regions[fr]) {
- regions[fr] = [];
- }
- if (pr && !BI.deepContains(regions[pr], item.primary)) {
- regions[pr].push(item.primary);
- }
- if (fr && !BI.deepContains(regions[fr], item.foreign)) {
- regions[fr].push(item.foreign);
- }
- pr && fr && relations[pr][fr].push(item);
- });
- // 求拓扑
- var topology = [];
- var rs = BI.clone(regions), store = {};
- while (!BI.isEmpty(rs)) {
- var clone = BI.clone(rs);
- BI.each(o.items, function (i, item) {
- if (!store[item.primary.region]) {
- delete clone[item.foreign && item.foreign.region];
- }
- });
- topology.push(BI.keys(clone));
- BI.extend(store, clone);
- BI.each(clone, function (k, v) {
- delete rs[k];
- });
- }
- // 构建视图
- var views = this.views = {}, storeViews = this.storeViews = {}, indexes = this.indexes = {};
- var verticals = [];
- BI.each(topology, function (i, items) {
- if (!views[i]) {
- views[i] = {};
- }
- var horizontal = [];
- BI.each(items, function (j, region) {
- var items = regions[region];
- views[i][j] = storeViews[region] = BI.createWidget({
- type: "bi.relation_view_region_container",
- value: region,
- header: items[0].regionTitle,
- text: items.length > 0 ? items[0].regionText : "",
- handler: items.length > 0 ? items[0].regionHandler : BI.emptyFn,
- isView: items[0].isView,
- keyword: items[0].keyword,
- items: items,
- disabled: items[0].disabled
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_IN, function (v) {
- self._hoverIn(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, function (v) {
- self._hoverOut(v);
- });
- views[i][j].on(BI.RelationViewRegionContainer.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationView.EVENT_PREVIEW, region, v);
- });
- indexes[region] = {i: i, j: j};
- horizontal.push(views[i][j]);
- });
- verticals.push({
- type: "bi.horizontal",
- items: horizontal
- });
- });
-
- // 求每一行的高度
- var heights = this._calculateHeights();
-
- // 求每一列的宽度
- var widths = this._calculateWidths();
-
- // 求相对宽度和高度
- var offsetWidths = [0], offsetHeights = [0];
- BI.each(heights, function (i, h) {
- if (i === 0) {
- return;
- }
- offsetHeights[i] = offsetHeights[i - 1] + heights[i - 1];
- });
- BI.each(widths, function (i, w) {
- if (i === 0) {
- return;
- }
- offsetWidths[i] = offsetWidths[i - 1] + widths[i - 1];
- });
-
- // 画线
- var lines = this.lines = {};// 缓存所有的线
- BI.each(relations, function (start, rs) {
- BI.each(rs, function (end, relation) {
- var startIndex = indexes[start], endIndex = indexes[end];
- var top = 0, right = 1, bottom = 2, left = 3;
- var startDirection = bottom, endDirection = top;
- // if (startIndex.j > endIndex.j) {
- // startDirection = left;
- // endDirection = right;
- // } else if (startIndex.j < endIndex.j) {
- // startDirection = right;
- // endDirection = left;
- // } else if (startIndex.i < endIndex.i) {
- // startDirection = bottom;
- // endDirection = top;
- // } else if (startIndex.i > endIndex.i) {
- // startDirection = top;
- // endDirection = bottom;
- // }
- var draw = function (i, j, direction, isForeign) {
- var x = offsetWidths[j] + (widths[j] - views[i][j].getWidth()) / 2;
- var y = offsetHeights[i];
- var path = "", position;
- switch (direction) {
- case top:
- position = isForeign ? views[i][j].getTopRightPosition() : views[i][j].getTopLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y - 10);
- y -= 10;
- break;
- case right:
- position = views[i][j].getRightPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x + 10) + "," + y;
- x += 10;
- break;
- case bottom:
- position = views[i][j].getBottomPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + x + "," + (y + 10);
- y += 10;
- break;
- case left:
- position = views[i][j].getLeftPosition();
- x += position.x;
- y += position.y;
- path = "M" + x + "," + y + "L" + (x - 10) + "," + y;
- x -= 10;
- break;
- }
- return {x: x, y: y, path: path};
- };
- var path = "";
- var si = draw(startIndex.i, startIndex.j, startDirection);
- var ei = draw(endIndex.i, endIndex.j, endDirection, true);
- path += si.path + ei.path;
- if (!lines[start]) {
- lines[start] = {};
- }
- path += "M" + si.x + "," + si.y + "L" + ei.x + "," + ei.y;
- var line = lines[start][end] = self.svg.path(path)
- .attr({stroke: c.lineColor, "stroke-width": "2"})
- .hover(function () {
- line.attr("stroke", c.selectLineColor).toFront();
- storeViews[start].setValue(relation[0].primary.value);
- storeViews[end].setValue(relation[0].foreign.value);
- }, function () {
- line.attr("stroke", c.lineColor);
- storeViews[start].setValue([]);
- storeViews[end].setValue([]);
- });
- });
- });
- var container = BI.createWidget();
- BI.createWidget({
- type: "bi.vertical",
- element: container,
- items: verticals
- });
- BI.createWidget({
- type: "bi.absolute",
- element: container,
- items: [{
- el: this.svg,
- left: 0,
- right: 0,
- top: 0,
- bottom: 0
- }]
- });
-
- BI.createWidget({
- type: "bi.center_adapt",
- scrollable: true,
- element: this,
- items: [container]
- });
- }
-});
-BI.RelationView.EVENT_CHANGE = "RelationView.EVENT_CHANGE";
-BI.RelationView.EVENT_PREVIEW = "EVENT_PREVIEW";
-BI.shortcut("bi.relation_view", BI.RelationView);
\ No newline at end of file
diff --git a/src/widget/relationview/relationview.region.container.js b/src/widget/relationview/relationview.region.container.js
deleted file mode 100644
index 7d85c1431..000000000
--- a/src/widget/relationview/relationview.region.container.js
+++ /dev/null
@@ -1,89 +0,0 @@
-/**
- * Created by Young's on 2017/3/10.
- */
-BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region-container",
- width: 210
- });
- },
-
- _init: function () {
- BI.RelationViewRegionContainer.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
- this.region = BI.createWidget({
- type: "bi.relation_view_region",
- value: o.value,
- width: o.width,
- header: o.header,
- text: o.text,
- handler: o.handler,
- disabled: o.disabled,
- items: o.items,
- isView: o.isView,
- keyword: o.keyword
- });
- this.region.on(BI.RelationViewRegion.EVENT_PREVIEW, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_PREVIEW, v);
- });
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_IN, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_IN, v);
- });
- this.region.on(BI.RelationViewRegion.EVENT_HOVER_OUT, function (v) {
- self.fireEvent(BI.RelationViewRegionContainer.EVENT_HOVER_OUT, v);
- });
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [this.region],
- width: this.region.getWidth(),
- height: this.region.getHeight()
- });
- },
-
- getWidth: function () {
- return this.region.getWidth();
- },
-
- getHeight: function () {
- return this.region.getHeight();
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return this.region.getTopLeftPosition();
- },
-
- getTopRightPosition: function () {
- return this.region.getTopRightPosition();
- },
-
- getBottomPosition: function () {
- return this.region.getBottomPosition();
- },
-
- getLeftPosition: function () {
- return this.region.getLeftPosition();
- },
-
- getRightPosition: function () {
- return this.region.getRightPosition();
- },
-
- setValue: function (v) {
- this.region.setValue(v);
- },
-
- toggleRegion: function (v) {
- v === true ? this.region.element.fadeIn() : this.region.element.fadeOut();
- },
-
- setPreviewSelected: function (v) {
- this.region.setPreviewSelected(v);
- }
-});
-BI.RelationViewRegionContainer.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegionContainer.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegionContainer.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region_container", BI.RelationViewRegionContainer);
\ No newline at end of file
diff --git a/src/widget/relationview/relationview.region.js b/src/widget/relationview/relationview.region.js
deleted file mode 100644
index 273ca7076..000000000
--- a/src/widget/relationview/relationview.region.js
+++ /dev/null
@@ -1,160 +0,0 @@
-/**
- * 关联视图
- *
- * Created by GUY on 2015/12/23.
- * @class BI.RelationViewRegion
- * @extends BI.BasicButton
- */
-BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
-
- _defaultConfig: function () {
- return BI.extend(BI.RelationViewRegion.superclass._defaultConfig.apply(this, arguments), {
- baseCls: "bi-relation-view-region cursor-pointer",
- width: 150,
- text: "",
- value: "",
- header: "",
- items: []
- });
- },
-
- _init: function () {
- BI.RelationViewRegion.superclass._init.apply(this, arguments);
- var self = this, o = this.options;
-
- this.preview = BI.createWidget({
- type: "bi.icon_button",
- cls: "eye relation-table-preview-font",
- width: 36,
- height: 24,
- stopPropagation: true,
- selected: o.isView
- });
- this.preview.on(BI.IconButton.EVENT_CHANGE, function () {
- self.fireEvent(BI.RelationViewRegion.EVENT_PREVIEW, this.isSelected());
- });
-
- this.title = BI.createWidget({
- type: "bi.label",
- height: 24,
- width: 70,
- text: o.text,
- value: o.value,
- textAlign: "left",
- disabled: o.disabled,
- keyword: o.keyword
- });
- // title放body上
- if (BI.isKey(o.header)) {
- this.title.setTitle(o.header, {
- container: "body"
- });
- }
-
- this.button_group = BI.createWidget({
- type: "bi.button_group",
- items: this._createItems(o.items),
- layouts: [{
- type: "bi.vertical"
- }]
- });
-
- BI.createWidget({
- type: "bi.vertical",
- element: this,
- items: [{
- type: "bi.vertical",
- cls: "relation-view-region-container bi-card bi-border",
- items: [{
- type: "bi.vertical_adapt",
- cls: "relation-view-region-title bi-border-bottom bi-background",
- items: [this.preview, this.title]
- }, this.button_group]
- }],
- hgap: 25,
- vgap: 20
- });
- },
-
- _createItems: function (items) {
- var self = this;
- return BI.map(items, function (i, item) {
- var texts = BI.isArray(item.text) ? item.text : [item.text];
- return BI.extend(item, {
- type: "bi.relation_view_item",
- height: texts.length > 1 ? (texts.length + 1) * 24 : 24,
- cls: i === items.length - 1 ? "" : "split-line",
- hoverIn: function () {
- self.setValue(item.value);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_IN, item.value);
- },
- hoverOut: function () {
- self.setValue([]);
- self.fireEvent(BI.RelationViewRegion.EVENT_HOVER_OUT, item.value);
- }
- });
- });
- },
-
- getWidth: function () {
- return this.options.width;
- },
-
- getHeight: function () {
- var height = 0;
- var buttons = this.button_group.getAllButtons();
- BI.each(buttons, function (idx, button) {
- //获取item高度的时候加上边框
- height += button.getHeight() + (idx === buttons.length - 1 ? 0 : 1);
- });
- return height + 24 + 2 * 20 + 3;
- },
-
- // 获取上方开始划线的位置
- getTopLeftPosition: function () {
- return {
- x: 25 + 10,
- y: 20
- };
- },
-
- getTopRightPosition: function () {
- return {
- x: this.getWidth() - 25 - 10,
- y: 20
- };
- },
-
- getBottomPosition: function () {
- return {
- x: 25 + 10,
- y: this.getHeight() - 20
- };
- },
-
- getLeftPosition: function () {
- return {
- x: 25,
- y: 20 + 10
- };
- },
-
- getRightPosition: function () {
- return {
- x: this.getWidth() - 25,
- y: 20 + 10
- };
- },
-
- setValue: function (v) {
- this.button_group.setValue(v);
- },
-
- setPreviewSelected: function (v) {
- this.preview.setSelected(v);
- }
-});
-BI.RelationViewRegion.EVENT_HOVER_IN = "RelationViewRegion.EVENT_HOVER_IN";
-BI.RelationViewRegion.EVENT_HOVER_OUT = "RelationViewRegion.EVENT_HOVER_OUT";
-BI.RelationViewRegion.EVENT_PREVIEW = "RelationViewRegion.EVENT_PREVIEW";
-BI.shortcut("bi.relation_view_region", BI.RelationViewRegion);
\ No newline at end of file