|
|
@ -79362,7 +79362,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, |
|
|
|
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, |
|
|
|
text: "", |
|
|
|
text: "", |
|
|
|
container: null, |
|
|
|
|
|
|
|
value: "" |
|
|
|
value: "" |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -91112,6 +91111,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.text_value_combo", |
|
|
|
type: "bi.text_value_combo", |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
items: comboItems, |
|
|
|
items: comboItems, |
|
|
|
|
|
|
|
container: null, |
|
|
|
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT, |
|
|
|
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: "EVENT_CHANGE", |
|
|
|
eventName: "EVENT_CHANGE", |
|
|
@ -91126,6 +91126,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, { |
|
|
|
items.push({ |
|
|
|
items.push({ |
|
|
|
type: "bi.text_value_combo", |
|
|
|
type: "bi.text_value_combo", |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
|
|
|
|
container: null, |
|
|
|
items: this._getText(BI.last(values).dateType), |
|
|
|
items: this._getText(BI.last(values).dateType), |
|
|
|
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT, |
|
|
|
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
@ -91630,6 +91631,7 @@ BI.extend(BI.DynamicDateCombo, { |
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.offsetCombo = this; |
|
|
|
self.offsetCombo = this; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
container: null, |
|
|
|
value: o.offset, |
|
|
|
value: o.offset, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.TextValueCombo.EVENT_CHANGE, |
|
|
|
eventName: BI.TextValueCombo.EVENT_CHANGE, |
|
|
|