Browse Source

BI-21015

es6
windy 6 years ago
parent
commit
81eefe2224
  1. 26
      dist/_fineui.min.js
  2. 13
      dist/bundle.js
  3. 27
      dist/bundle.min.js
  4. 13
      dist/fineui.js
  5. 26
      dist/fineui.min.js
  6. 13
      dist/widget.js
  7. 1
      src/widget/dynamicdate/dynamicdate.card.js
  8. 5
      src/widget/dynamicdate/dynamicdate.combo.js
  9. 1
      src/widget/dynamicdate/dynamicdate.popup.js
  10. 5
      src/widget/dynamicdatetime/dynamicdatetime.combo.js
  11. 1
      src/widget/dynamicdatetime/dynamicdatetime.popup.js

26
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/bundle.js vendored

@ -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;
}, },

27
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/fineui.js vendored

@ -90768,6 +90768,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)) {
@ -91069,7 +91070,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) {
@ -91309,7 +91313,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;
}, },
@ -91930,7 +91933,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) {
@ -92058,7 +92064,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;
}, },

26
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

13
dist/widget.js vendored

@ -3009,6 +3009,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)) {
@ -3310,7 +3311,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) {
@ -3550,7 +3554,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;
}, },
@ -4171,7 +4174,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) {
@ -4299,7 +4305,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;
}, },

1
src/widget/dynamicdate/dynamicdate.card.js

@ -241,6 +241,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
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)) {

5
src/widget/dynamicdate/dynamicdate.combo.js

@ -211,7 +211,10 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
}, },
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) {

1
src/widget/dynamicdate/dynamicdate.popup.js

@ -72,7 +72,6 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
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;
}, },

5
src/widget/dynamicdatetime/dynamicdatetime.combo.js

@ -214,7 +214,10 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
}, },
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) {

1
src/widget/dynamicdatetime/dynamicdatetime.popup.js

@ -72,7 +72,6 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
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;
}, },

Loading…
Cancel
Save