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

7
dist/base.js vendored

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

7
dist/bundle.ie.js vendored

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

28
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/bundle.js vendored

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

52
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/fineui.ie.js vendored

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

28
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/fineui.js vendored

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

52
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/fineui_without_jquery_polyfill.js vendored

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

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

7
src/base/foundation/message.js

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

Loading…
Cancel
Save