iapyang 6 years ago
parent
commit
d30f6dc313
  1. 10
      dist/bundle.js
  2. 28
      dist/bundle.min.js
  3. 10
      dist/fineui.js
  4. 28
      dist/fineui.min.js
  5. 10
      dist/widget.js

10
dist/bundle.js vendored

@ -58772,7 +58772,15 @@ BI.YearPicker = BI.inherit(BI.Widget, {
width: 25
}, {
type: "bi.center_adapt",
items: [this.year]
items: [{
el: {
type: "bi.horizontal_float",
width: 50,
items: [{
el: this.year
}]
}
}]
}, {
el: {
type: "bi.center_adapt",

28
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.js vendored

@ -58993,7 +58993,15 @@ BI.YearPicker = BI.inherit(BI.Widget, {
width: 25
}, {
type: "bi.center_adapt",
items: [this.year]
items: [{
el: {
type: "bi.horizontal_float",
width: 50,
items: [{
el: this.year
}]
}
}]
}, {
el: {
type: "bi.center_adapt",

28
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/widget.js vendored

@ -371,7 +371,15 @@ BI.YearPicker = BI.inherit(BI.Widget, {
width: 25
}, {
type: "bi.center_adapt",
items: [this.year]
items: [{
el: {
type: "bi.horizontal_float",
width: 50,
items: [{
el: this.year
}]
}
}]
}, {
el: {
type: "bi.center_adapt",

Loading…
Cancel
Save