windy 6 years ago
parent
commit
a66d932906
  1. 6
      dist/_fineui.min.js
  2. 6
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 6
      dist/fineui.js
  5. 6
      dist/fineui.min.js
  6. 6
      dist/widget.js
  7. 2
      src/widget/datetime/datetime.combo.js
  8. 2
      src/widget/dynamicdate/dynamicdate.combo.js
  9. 2
      src/widget/dynamicdatetime/dynamicdatetime.combo.js

6
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -89660,7 +89660,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
container: opts.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -91475,7 +91475,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},
@ -92357,7 +92357,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -89909,7 +89909,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
container: opts.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -91724,7 +91724,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},
@ -92606,7 +92606,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/widget.js vendored

@ -1481,7 +1481,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
container: opts.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,
@ -3296,7 +3296,7 @@ BI.extend(BI.DynamicDateCard, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},
@ -4178,7 +4178,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},

2
src/widget/datetime/datetime.combo.js

@ -58,7 +58,7 @@ BI.DateTimeCombo = BI.inherit(BI.Single, {
});
this.combo = BI.createWidget({
type: "bi.combo",
container: o.container,
container: opts.container,
toggle: false,
isNeedAdjustHeight: false,
isNeedAdjustWidth: false,

2
src/widget/dynamicdate/dynamicdate.combo.js

@ -37,7 +37,7 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},

2
src/widget/dynamicdatetime/dynamicdatetime.combo.js

@ -37,7 +37,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
container: o.container,
container: opts.container,
ref: function () {
self.combo = this;
},

Loading…
Cancel
Save