|
|
@ -18554,6 +18554,7 @@ BI.ShowListener = BI.inherit(BI.OB, { |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
|
BI.ShowListener.superclass._init.apply(this, arguments); |
|
|
|
BI.ShowListener.superclass._init.apply(this, arguments); |
|
|
|
var self = this, o = this.options; |
|
|
|
var self = this, o = this.options; |
|
|
|
|
|
|
|
if (o.eventObj) { |
|
|
|
o.eventObj.on(BI.Controller.EVENT_CHANGE, function (type, v, ob) { |
|
|
|
o.eventObj.on(BI.Controller.EVENT_CHANGE, function (type, v, ob) { |
|
|
|
if (type === BI.Events.CLICK) { |
|
|
|
if (type === BI.Events.CLICK) { |
|
|
|
v = v || o.eventObj.getValue(); |
|
|
|
v = v || o.eventObj.getValue(); |
|
|
@ -18575,6 +18576,7 @@ BI.ShowListener = BI.inherit(BI.OB, { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.ShowListener.EVENT_CHANGE = "ShowListener.EVENT_CHANGE";/** |
|
|
|
BI.ShowListener.EVENT_CHANGE = "ShowListener.EVENT_CHANGE";/** |
|
|
|
* style加载管理器 |
|
|
|
* style加载管理器 |
|
|
@ -82560,5 +82562,6 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () { |
|
|
|
"BI-Basic_Minute": "分", |
|
|
|
"BI-Basic_Minute": "分", |
|
|
|
"BI-Basic_Wan": "万", |
|
|
|
"BI-Basic_Wan": "万", |
|
|
|
"BI-Basic_Million": "百万", |
|
|
|
"BI-Basic_Million": "百万", |
|
|
|
"BI-Basic_Billion": "亿" |
|
|
|
"BI-Basic_Billion": "亿", |
|
|
|
|
|
|
|
"BI-Basic_Quarter": "季度" |
|
|
|
};BI.resourceURL = "https://fanruan.coding.me/fineui/dist/resource/"; |
|
|
|
};BI.resourceURL = "https://fanruan.coding.me/fineui/dist/resource/"; |