|
|
|
@ -69991,7 +69991,7 @@ BI.MultiLayerSingleTreeTrigger = BI.inherit(BI.Trigger, {
|
|
|
|
|
ref: function () { |
|
|
|
|
self.editor = this; |
|
|
|
|
}, |
|
|
|
|
text: this._digest(o.value), |
|
|
|
|
text: o.text, |
|
|
|
|
value: o.value, |
|
|
|
|
height: o.height, |
|
|
|
|
tipText: "", |
|
|
|
@ -70070,6 +70070,13 @@ BI.MultiLayerSingleTreeTrigger = BI.inherit(BI.Trigger, {
|
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
|
var o = this.options; |
|
|
|
|
if(BI.isKey(o.value)) { |
|
|
|
|
this.setValue([o.value]); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
_digest: function (v) { |
|
|
|
|
return this.options.valueFormatter(v); |
|
|
|
|
}, |
|
|
|
@ -89315,7 +89322,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
|
|
|
|
|
}());BI.i18n = { |
|
|
|
|
"BI-Multi_Date_Quarter_End": "季度末", |
|
|
|
|
"BI-Multi_Date_Month_Begin": "月初", |
|
|
|
|
"BI-Multi_Date_YMD": "年/月/日", |
|
|
|
|
"BI-Multi_Date_YMD": "年月日", |
|
|
|
|
"BI-Custom_Color": "自定义颜色", |
|
|
|
|
"BI-Numerical_Interval_Input_Data": "请输入数值", |
|
|
|
|
"BI-Please_Input_Natural_Number": "请输入非负整数", |
|
|
|
|