|
|
@ -90525,6 +90525,7 @@ BI.shortcut("bi.down_list_popup", BI.DownListPopup);/** |
|
|
|
|
|
|
|
|
|
|
|
setValue: function (v) { |
|
|
|
setValue: function (v) { |
|
|
|
v = v || {}; |
|
|
|
v = v || {}; |
|
|
|
|
|
|
|
this.position = v.position || BI.DynamicDateCard.OFFSET.CURRENT; |
|
|
|
var values = []; |
|
|
|
var values = []; |
|
|
|
var valuesItems = []; |
|
|
|
var valuesItems = []; |
|
|
|
if(BI.isNotNull(v.year)) { |
|
|
|
if(BI.isNotNull(v.year)) { |
|
|
@ -90826,7 +90827,10 @@ BI.extend(BI.DynamicDateCard, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
this._checkDynamicValue(this.options.value); |
|
|
|
var o = this.options; |
|
|
|
|
|
|
|
if(BI.isNotNull(o.value)) { |
|
|
|
|
|
|
|
this._checkDynamicValue(o.value); |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_checkDynamicValue: function (v) { |
|
|
|
_checkDynamicValue: function (v) { |
|
|
@ -91066,7 +91070,6 @@ BI.shortcut("bi.dynamic_date_param_item", BI.DynamicDateParamItem);BI.DynamicDat |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.tab", |
|
|
|
type: "bi.tab", |
|
|
|
showIndex: BI.DynamicDateCombo.Static, |
|
|
|
|
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.dateTab = this; |
|
|
|
self.dateTab = this; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -91687,7 +91690,10 @@ BI.shortcut("bi.dynamic_date_trigger", BI.DynamicDateTrigger);BI.DynamicDateTime |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
mounted: function () { |
|
|
|
mounted: function () { |
|
|
|
this._checkDynamicValue(this.options.value); |
|
|
|
var o = this.options; |
|
|
|
|
|
|
|
if(BI.isNotNull(o.value)) { |
|
|
|
|
|
|
|
this._checkDynamicValue(o.value); |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_checkDynamicValue: function (v) { |
|
|
|
_checkDynamicValue: function (v) { |
|
|
@ -91815,7 +91821,6 @@ BI.extend(BI.DynamicDateTimeCombo, { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.tab", |
|
|
|
type: "bi.tab", |
|
|
|
showIndex: BI.DynamicDateCombo.Static, |
|
|
|
|
|
|
|
ref: function () { |
|
|
|
ref: function () { |
|
|
|
self.dateTab = this; |
|
|
|
self.dateTab = this; |
|
|
|
}, |
|
|
|
}, |
|
|
|