Browse Source

BI-39241 message

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

14
dist/base.js vendored

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

14
dist/bundle.ie.js vendored

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

28
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

14
dist/bundle.js vendored

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

52
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

14
dist/fineui.ie.js vendored

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

28
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

14
dist/fineui.js vendored

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

52
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

14
dist/fineui_without_jquery_polyfill.js vendored

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

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

14
src/base/foundation/message.js

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

Loading…
Cancel
Save