|
|
@ -53364,7 +53364,7 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
items: o.items, |
|
|
|
items: o.items, |
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.popup = this; |
|
|
|
self.popup = this; |
|
|
|
// self.trigger.getSearcher().setAdapter(self.popup);
|
|
|
|
self.trigger.getSearcher().setAdapter(self.popup); |
|
|
|
}, |
|
|
|
}, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.TextValueComboPopup.EVENT_CHANGE, |
|
|
|
eventName: BI.TextValueComboPopup.EVENT_CHANGE, |
|
|
@ -55863,7 +55863,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu |
|
|
|
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, { |
|
|
|
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
props: { |
|
|
|
baseCls: "bi-linear-segment bi-border-bottom", |
|
|
|
baseCls: "bi-linear-segment bi-split-bottom", |
|
|
|
items: [], |
|
|
|
items: [], |
|
|
|
height: 29 |
|
|
|
height: 29 |
|
|
|
}, |
|
|
|
}, |
|
|
@ -58933,7 +58933,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "bi-border-top" |
|
|
|
cls: "bi-split-top" |
|
|
|
}, |
|
|
|
}, |
|
|
|
height: 1, |
|
|
|
height: 1, |
|
|
|
top: 40, |
|
|
|
top: 40, |
|
|
@ -59212,7 +59212,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, { |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "bi-border-top" |
|
|
|
cls: "bi-split-top" |
|
|
|
}, |
|
|
|
}, |
|
|
|
height: 1, |
|
|
|
height: 1, |
|
|
|
top: 40, |
|
|
|
top: 40, |
|
|
@ -59293,7 +59293,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.linear_segment", |
|
|
|
type: "bi.linear_segment", |
|
|
|
cls: "bi-border-bottom", |
|
|
|
cls: "bi-split-bottom", |
|
|
|
height: 30, |
|
|
|
height: 30, |
|
|
|
items: BI.createItems([{ |
|
|
|
items: BI.createItems([{ |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
@ -59997,7 +59997,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "bi-border-top" |
|
|
|
cls: "bi-split-top" |
|
|
|
}, |
|
|
|
}, |
|
|
|
height: 1, |
|
|
|
height: 1, |
|
|
|
top: 40, |
|
|
|
top: 40, |
|
|
@ -60085,7 +60085,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.linear_segment", |
|
|
|
type: "bi.linear_segment", |
|
|
|
cls: "bi-border-bottom", |
|
|
|
cls: "bi-split-bottom", |
|
|
|
height: 30, |
|
|
|
height: 30, |
|
|
|
items: BI.createItems([{ |
|
|
|
items: BI.createItems([{ |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
@ -60732,7 +60732,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, { |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "bi-down-list-spliter bi-border-top cursor-pointer", |
|
|
|
cls: "bi-down-list-spliter bi-split-top cursor-pointer", |
|
|
|
height: 0 |
|
|
|
height: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -61700,7 +61700,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, { |
|
|
|
items: [[{ |
|
|
|
items: [[{ |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-high-light bi-border-top", |
|
|
|
cls: "bi-high-light bi-split-top", |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
@ -61713,7 +61713,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-border-left bi-border-right bi-high-light bi-border-top", |
|
|
|
cls: "bi-split-left bi-split-right bi-high-light bi-split-top", |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
text: BI.i18nText("BI-Multi_Date_Today"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_Today"), |
|
|
@ -61729,7 +61729,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-high-light bi-border-top", |
|
|
|
cls: "bi-high-light bi-split-top", |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
@ -61756,7 +61756,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
tab: { |
|
|
|
tab: { |
|
|
|
type: "bi.linear_segment", |
|
|
|
type: "bi.linear_segment", |
|
|
|
cls: "bi-border-bottom", |
|
|
|
cls: "bi-split-bottom", |
|
|
|
height: this.constants.tabHeight, |
|
|
|
height: this.constants.tabHeight, |
|
|
|
items: BI.createItems([{ |
|
|
|
items: BI.createItems([{ |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
@ -62473,7 +62473,7 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
items: [[{ |
|
|
|
items: [[{ |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-high-light bi-border-top", |
|
|
|
cls: "bi-high-light bi-split-top", |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
@ -62486,7 +62486,7 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-border-left bi-border-right bi-high-light bi-border-top", |
|
|
|
cls: "bi-split-left bi-split-right bi-high-light bi-split-top", |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
text: BI.i18nText("BI-Multi_Date_Today"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_Today"), |
|
|
@ -62502,7 +62502,7 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.text_button", |
|
|
|
type: "bi.text_button", |
|
|
|
forceCenter: true, |
|
|
|
forceCenter: true, |
|
|
|
cls: "bi-high-light bi-border-top", |
|
|
|
cls: "bi-high-light bi-split-top", |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
shadow: true, |
|
|
|
shadow: true, |
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
@ -62529,7 +62529,7 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
tab: { |
|
|
|
tab: { |
|
|
|
type: "bi.linear_segment", |
|
|
|
type: "bi.linear_segment", |
|
|
|
cls: "bi-border-bottom", |
|
|
|
cls: "bi-split-bottom", |
|
|
|
height: this.constants.tabHeight, |
|
|
|
height: this.constants.tabHeight, |
|
|
|
items: BI.createItems([{ |
|
|
|
items: BI.createItems([{ |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
|
text: BI.i18nText("BI-Multi_Date_YMD"), |
|
|
|