Browse Source

BI-39241 message

es6
windy 6 years ago
parent
commit
f7f36bbf58
  1. 10
      dist/base.js
  2. 10
      dist/bundle.ie.js
  3. 28
      dist/bundle.ie.min.js
  4. 10
      dist/bundle.js
  5. 52
      dist/bundle.min.js
  6. 10
      dist/fineui.ie.js
  7. 28
      dist/fineui.ie.min.js
  8. 10
      dist/fineui.js
  9. 52
      dist/fineui.min.js
  10. 10
      dist/fineui_without_jquery_polyfill.js
  11. 2
      dist/utils.min.js
  12. 10
      src/base/foundation/message.js

10
dist/base.js vendored

@ -5312,11 +5312,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

10
dist/bundle.ie.js vendored

@ -40407,11 +40407,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

28
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/bundle.js vendored

@ -40811,11 +40811,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

52
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.ie.js vendored

@ -40652,11 +40652,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

28
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.js vendored

@ -41056,11 +41056,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

52
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui_without_jquery_polyfill.js vendored

@ -28659,11 +28659,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
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

10
src/base/foundation/message.js

@ -157,11 +157,19 @@ BI.Msg = function () {
},
center: {
el: {
type: "bi.center_adapt",
type: "bi.vertical",
hgap: 10,
vgap: 15,
items: [{
type: "bi.horizontal",
verticalAlign: BI.VerticalAlign.Middle,
horizontalAlign: BI.HorizontalAlign.Center,
items: [{
type: "bi.label",
whiteSpace: "normal",
text: message
}]
}]
}
},
south: {

Loading…
Cancel
Save