Browse Source

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

* commit 'a510ab32d7de4a9753c604b114491fddb07d5199':
  update
  update
  update
  update
  update
  update
  BI-39241 message
es6
windy 5 years ago
parent
commit
9f6cc76dc1
  1. 8
      dist/base.js
  2. 8
      dist/bundle.ie.js
  3. 4
      dist/bundle.ie.min.js
  4. 8
      dist/bundle.js
  5. 6
      dist/bundle.min.js
  6. 8
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 8
      dist/fineui.js
  9. 6
      dist/fineui.min.js
  10. 8
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 8
      src/base/foundation/message.js

8
dist/base.js vendored

@ -5312,11 +5312,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

8
dist/bundle.ie.js vendored

@ -40407,11 +40407,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/bundle.js vendored

@ -40811,11 +40811,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui.ie.js vendored

@ -40652,11 +40652,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui.js vendored

@ -41056,11 +41056,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/fineui_without_jquery_polyfill.js vendored

@ -28659,11 +28659,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

8
src/base/foundation/message.js

@ -157,11 +157,9 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
items: [{
type: "bi.label",
text: message
}]
type: "bi.label",
whiteSpace: "normal",
text: message
}
},
south: {

Loading…
Cancel
Save