windy 6 years ago
parent
commit
f02dd0b124
  1. 2
      dist/_fineui.min.js
  2. 1
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 1
      dist/fineui.js
  5. 2
      dist/fineui.min.js
  6. 1
      dist/widget.js
  7. 1
      src/widget/date/calendar/picker.date.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -88840,6 +88840,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
items: [{
type: "bi.horizontal",
width: 100,
rgap: 10,
items: [this.year, this.month]
}]
}, {

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -89089,6 +89089,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
items: [{
type: "bi.horizontal",
width: 100,
rgap: 10,
items: [this.year, this.month]
}]
}, {

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/widget.js vendored

@ -666,6 +666,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
items: [{
type: "bi.horizontal",
width: 100,
rgap: 10,
items: [this.year, this.month]
}]
}, {

1
src/widget/date/calendar/picker.date.js

@ -105,6 +105,7 @@ BI.DatePicker = BI.inherit(BI.Widget, {
items: [{
type: "bi.horizontal",
width: 100,
rgap: 10,
items: [this.year, this.month]
}]
}, {

Loading…
Cancel
Save