|
|
|
@ -62641,7 +62641,7 @@ BI.DynamicDateTimePopup.BUTTON_CLEAR_EVENT_CHANGE = "BUTTON_CLEAR_EVENT_CHANGE";
|
|
|
|
|
BI.shortcut("bi.dynamic_date_time_popup", BI.DynamicDateTimePopup);BI.DynamicDateTimeSelect = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
|
baseCls: "bi-date-time-select bi-border-top" |
|
|
|
|
baseCls: "bi-date-time-select bi-split-top" |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
render: function () { |
|
|
|
@ -77590,7 +77590,7 @@ BI.StaticYearCard = BI.inherit(BI.Widget, {
|
|
|
|
|
}, |
|
|
|
|
tab: { |
|
|
|
|
type: "bi.htape", |
|
|
|
|
cls: "bi-border-top bi-border-bottom", |
|
|
|
|
cls: "bi-split-top bi-split-bottom", |
|
|
|
|
height: 30, |
|
|
|
|
items: [{ |
|
|
|
|
el: { |
|
|
|
@ -77866,7 +77866,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
items: [[{ |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
@ -77880,7 +77880,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
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, |
|
|
|
|
text: BI.i18nText("BI-Basic_Current_Year"), |
|
|
|
|
ref: function () { |
|
|
|
@ -77895,7 +77895,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
}, { |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
|
@ -77933,7 +77933,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
}, |
|
|
|
|
tab: { |
|
|
|
|
type: "bi.linear_segment", |
|
|
|
|
cls: "bi-border-bottom", |
|
|
|
|
cls: "bi-split-bottom", |
|
|
|
|
height: this.constants.tabHeight, |
|
|
|
|
items: BI.createItems([{ |
|
|
|
|
text: BI.i18nText("BI-Basic_Year_Fen"), |
|
|
|
@ -78342,7 +78342,7 @@ BI.shortcut("bi.dynamic_year_month_card", BI.DynamicYearMonthCard);BI.StaticYear
|
|
|
|
|
}] |
|
|
|
|
}, { |
|
|
|
|
type: "bi.button_group", |
|
|
|
|
cls: "bi-border-top", |
|
|
|
|
cls: "bi-split-top", |
|
|
|
|
behaviors: o.behaviors, |
|
|
|
|
ref: function () { |
|
|
|
|
self.month = this; |
|
|
|
@ -78624,7 +78624,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
items: [[{ |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
@ -78637,7 +78637,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
}, { |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
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, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_Current_Month"), |
|
|
|
@ -78653,7 +78653,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
}, { |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
|
@ -78691,7 +78691,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
|
|
|
|
|
}, |
|
|
|
|
tab: { |
|
|
|
|
type: "bi.linear_segment", |
|
|
|
|
cls: "bi-border-bottom", |
|
|
|
|
cls: "bi-split-bottom", |
|
|
|
|
height: this.constants.tabHeight, |
|
|
|
|
items: BI.createItems([{ |
|
|
|
|
text: BI.i18nText("BI-Basic_Year_Month"), |
|
|
|
@ -79626,7 +79626,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
|
|
|
|
|
items: [[{ |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
shadow: true, |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
text: BI.i18nText("BI-Basic_Clear"), |
|
|
|
@ -79639,7 +79639,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
|
|
|
|
|
}, { |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
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, |
|
|
|
|
shadow: true, |
|
|
|
|
text: BI.i18nText("BI-Basic_Current_Quarter"), |
|
|
|
@ -79655,7 +79655,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
|
|
|
|
|
}, { |
|
|
|
|
type: "bi.text_button", |
|
|
|
|
forceCenter: true, |
|
|
|
|
cls: "bi-border-top bi-high-light", |
|
|
|
|
cls: "bi-split-top bi-high-light", |
|
|
|
|
shadow: true, |
|
|
|
|
textHeight: c.buttonHeight - 1, |
|
|
|
|
text: BI.i18nText("BI-Basic_OK"), |
|
|
|
@ -79693,7 +79693,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
|
|
|
|
|
}, |
|
|
|
|
tab: { |
|
|
|
|
type: "bi.linear_segment", |
|
|
|
|
cls: "bi-border-bottom", |
|
|
|
|
cls: "bi-split-bottom", |
|
|
|
|
height: this.constants.tabHeight, |
|
|
|
|
items: BI.createItems([{ |
|
|
|
|
text: BI.i18nText("BI-Basic_Year_Quarter"), |
|
|
|
|