|
|
@ -79,7 +79,7 @@ export class DynamicDateParamItem extends Widget { |
|
|
|
container: null, |
|
|
|
container: null, |
|
|
|
value: o.offset, |
|
|
|
value: o.offset, |
|
|
|
listeners: [{ |
|
|
|
listeners: [{ |
|
|
|
eventName: BI.TextValueCombo.EVENT_CHANGE, |
|
|
|
eventName: TextValueCombo.EVENT_CHANGE, |
|
|
|
action: () => { |
|
|
|
action: () => { |
|
|
|
this.fireEvent(DynamicDateParamItem.EVENT_CHANGE); |
|
|
|
this.fireEvent(DynamicDateParamItem.EVENT_CHANGE); |
|
|
|
}, |
|
|
|
}, |
|
|
|