|
|
@ -78589,7 +78589,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { |
|
|
|
}, |
|
|
|
}, |
|
|
|
props: { |
|
|
|
props: { |
|
|
|
baseCls: "bi-time-combo bi-border bi-border-radius", |
|
|
|
baseCls: "bi-time-combo bi-border bi-border-radius", |
|
|
|
width: 80, |
|
|
|
width: 78, |
|
|
|
height: 22 |
|
|
|
height: 22 |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -78606,7 +78606,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
|
self.setValue(); |
|
|
|
self.setValue(); |
|
|
|
self.hidePopupView(); |
|
|
|
self.hidePopupView(); |
|
|
|
self.fireEvent(BI.TimeCombo.EVENT_CANCEL); |
|
|
|
self.fireEvent(BI.TimeCombo.EVENT_CONFIRM); |
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
eventName: BI.TimePopup.BUTTON_OK_EVENT_CHANGE, |
|
|
|
eventName: BI.TimePopup.BUTTON_OK_EVENT_CHANGE, |
|
|
@ -78719,7 +78719,6 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
BI.TimeCombo.EVENT_CANCEL = "EVENT_CANCEL"; |
|
|
|
|
|
|
|
BI.TimeCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; |
|
|
|
BI.TimeCombo.EVENT_CONFIRM = "EVENT_CONFIRM"; |
|
|
|
BI.TimeCombo.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.TimeCombo.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.TimeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; |
|
|
|
BI.TimeCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW"; |
|
|
|