Browse Source

Merge pull request #586 in VISUAL/fineui from ~TELLER/fineui:bugfix/bugfix to master

* commit 'd30f6dc313f68a4561c424dd3af7d7e02394ffce':
  update
  update
  update
  BI-29937 && BI-29725
es6
imp 6 years ago
parent
commit
64e2445dbd
  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
  6. 10
      src/widget/date/calendar/picker.year.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",

10
src/widget/date/calendar/picker.year.js

@ -68,7 +68,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