Browse Source

Merge pull request #611 in VISUAL/fineui from ~WINDY/fineui:master to master

* commit '8c52312d67a58af34c5f3f20875d393cc27d3c98':
  无JIRA任务 改少了
es6
windy 6 years ago
parent
commit
59594a2bc3
  1. 2
      dist/bundle.js
  2. 2
      dist/bundle.min.js
  3. 2
      dist/fineui.js
  4. 2
      dist/fineui.min.js
  5. 2
      dist/fineui_without_jquery_polyfill.js
  6. 2
      dist/widget.js
  7. 2
      src/widget/date/calendar/popup.year.js

2
dist/bundle.js vendored

@ -58977,7 +58977,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
dynamic: true
},
tab: {
cls: "year-popup-navigation bi-high-light bi-border-top",
cls: "year-popup-navigation bi-high-light bi-split-top",
height: 24,
items: [backBtn, preBtn]
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -59216,7 +59216,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
dynamic: true
},
tab: {
cls: "year-popup-navigation bi-high-light bi-border-top",
cls: "year-popup-navigation bi-high-light bi-split-top",
height: 24,
items: [backBtn, preBtn]
},

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -42803,7 +42803,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
dynamic: true
},
tab: {
cls: "year-popup-navigation bi-high-light bi-border-top",
cls: "year-popup-navigation bi-high-light bi-split-top",
height: 24,
items: [backBtn, preBtn]
},

2
dist/widget.js vendored

@ -602,7 +602,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
dynamic: true
},
tab: {
cls: "year-popup-navigation bi-high-light bi-border-top",
cls: "year-popup-navigation bi-high-light bi-split-top",
height: 24,
items: [backBtn, preBtn]
},

2
src/widget/date/calendar/popup.year.js

@ -63,7 +63,7 @@ BI.YearPopup = BI.inherit(BI.Widget, {
dynamic: true
},
tab: {
cls: "year-popup-navigation bi-high-light bi-border-top",
cls: "year-popup-navigation bi-high-light bi-split-top",
height: 24,
items: [backBtn, preBtn]
},

Loading…
Cancel
Save