windy 6 years ago
parent
commit
b8e73a28ca
  1. 33
      dist/_fineui.min.js
  2. 4
      dist/bundle.js
  3. 24
      dist/bundle.min.js
  4. 1
      dist/case.js
  5. 4
      dist/fineui.js
  6. 33
      dist/fineui.min.js
  7. 3
      dist/widget.js
  8. 1
      src/case/combo/textvaluecombo/combo.textvalue.js
  9. 2
      src/widget/dynamicdate/dynamicdate.card.js
  10. 1
      src/widget/dynamicdate/dynamicdate.param.item.js

33
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.js vendored

@ -79362,7 +79362,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
container: null,
value: ""
});
},
@ -91112,6 +91111,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
type: "bi.text_value_combo",
height: 24,
items: comboItems,
container: null,
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
eventName: "EVENT_CHANGE",
@ -91126,6 +91126,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
items.push({
type: "bi.text_value_combo",
height: 24,
container: null,
items: this._getText(BI.last(values).dateType),
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
@ -91630,6 +91631,7 @@ BI.extend(BI.DynamicDateCombo, {
ref: function () {
self.offsetCombo = this;
},
container: null,
value: o.offset,
listeners: [{
eventName: BI.TextValueCombo.EVENT_CHANGE,

24
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -6679,7 +6679,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
container: null,
value: ""
});
},

4
dist/fineui.js vendored

@ -79611,7 +79611,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
container: null,
value: ""
});
},
@ -91361,6 +91360,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
type: "bi.text_value_combo",
height: 24,
items: comboItems,
container: null,
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
eventName: "EVENT_CHANGE",
@ -91375,6 +91375,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
items.push({
type: "bi.text_value_combo",
height: 24,
container: null,
items: this._getText(BI.last(values).dateType),
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
@ -91879,6 +91880,7 @@ BI.extend(BI.DynamicDateCombo, {
ref: function () {
self.offsetCombo = this;
},
container: null,
value: o.offset,
listeners: [{
eventName: BI.TextValueCombo.EVENT_CHANGE,

33
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/widget.js vendored

@ -3080,6 +3080,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
type: "bi.text_value_combo",
height: 24,
items: comboItems,
container: null,
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
eventName: "EVENT_CHANGE",
@ -3094,6 +3095,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
items.push({
type: "bi.text_value_combo",
height: 24,
container: null,
items: this._getText(BI.last(values).dateType),
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
@ -3598,6 +3600,7 @@ BI.extend(BI.DynamicDateCombo, {
ref: function () {
self.offsetCombo = this;
},
container: null,
value: o.offset,
listeners: [{
eventName: BI.TextValueCombo.EVENT_CHANGE,

1
src/case/combo/textvaluecombo/combo.textvalue.js

@ -11,7 +11,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
height: 24,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
text: "",
container: null,
value: ""
});
},

2
src/widget/dynamicdate/dynamicdate.card.js

@ -158,6 +158,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
type: "bi.text_value_combo",
height: 24,
items: comboItems,
container: null,
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{
eventName: "EVENT_CHANGE",
@ -172,6 +173,7 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
items.push({
type: "bi.text_value_combo",
height: 24,
container: null,
items: this._getText(BI.last(values).dateType),
value: positionValue || BI.DynamicDateCard.OFFSET.CURRENT,
listeners: [{

1
src/widget/dynamicdate/dynamicdate.param.item.js

@ -59,6 +59,7 @@ BI.DynamicDateParamItem = BI.inherit(BI.Widget, {
ref: function () {
self.offsetCombo = this;
},
container: null,
value: o.offset,
listeners: [{
eventName: BI.TextValueCombo.EVENT_CHANGE,

Loading…
Cancel
Save