|
|
@ -84,6 +84,8 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, { |
|
|
|
default: |
|
|
|
default: |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.dynamic_date_card", |
|
|
|
type: "bi.dynamic_date_card", |
|
|
|
|
|
|
|
min: o.minDate, |
|
|
|
|
|
|
|
max: o.maxDate, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: "EVENT_CHANGE", |
|
|
|
eventName: "EVENT_CHANGE", |
|
|
|
action: function () { |
|
|
|
action: function () { |
|
|
|