Browse Source

BI-24404

es6
windy 6 years ago
parent
commit
d3f9b5b655
  1. 9
      dist/base.js
  2. 9
      dist/bundle.js
  3. 9
      dist/fineui.js
  4. 9
      src/base/single/tip/tip.toast.js

9
dist/base.js vendored

@ -20669,17 +20669,16 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
var items = [{ var items = [{
type: "bi.center_adapt", type: "bi.icon_button",
disableSelected: true,
cls: cls + " toast-icon", cls: cls + " toast-icon",
items: [{
type: "bi.icon"
}],
width: 36 width: 36
}, { }, {
el: { el: {
type: "bi.label", type: "bi.label",
whiteSpace: "normal", whiteSpace: "normal",
text: o.text, text: o.text,
textHeight: 16,
textAlign: "left" textAlign: "left"
}, },
rgap: o.autoClose ? this._const.hgap : 0 rgap: o.autoClose ? this._const.hgap : 0
@ -20703,7 +20702,7 @@ BI.Toast = BI.inherit(BI.Tip, {
type: "bi.horizontal_adapt", type: "bi.horizontal_adapt",
element: this, element: this,
items: items, items: items,
vgap: 5, vgap: 7,
columnSize: columnSize columnSize: columnSize
}); });
}, },

9
dist/bundle.js vendored

@ -56476,17 +56476,16 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
var items = [{ var items = [{
type: "bi.center_adapt", type: "bi.icon_button",
disableSelected: true,
cls: cls + " toast-icon", cls: cls + " toast-icon",
items: [{
type: "bi.icon"
}],
width: 36 width: 36
}, { }, {
el: { el: {
type: "bi.label", type: "bi.label",
whiteSpace: "normal", whiteSpace: "normal",
text: o.text, text: o.text,
textHeight: 16,
textAlign: "left" textAlign: "left"
}, },
rgap: o.autoClose ? this._const.hgap : 0 rgap: o.autoClose ? this._const.hgap : 0
@ -56510,7 +56509,7 @@ BI.Toast = BI.inherit(BI.Tip, {
type: "bi.horizontal_adapt", type: "bi.horizontal_adapt",
element: this, element: this,
items: items, items: items,
vgap: 5, vgap: 7,
columnSize: columnSize columnSize: columnSize
}); });
}, },

9
dist/fineui.js vendored

@ -56725,17 +56725,16 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
var items = [{ var items = [{
type: "bi.center_adapt", type: "bi.icon_button",
disableSelected: true,
cls: cls + " toast-icon", cls: cls + " toast-icon",
items: [{
type: "bi.icon"
}],
width: 36 width: 36
}, { }, {
el: { el: {
type: "bi.label", type: "bi.label",
whiteSpace: "normal", whiteSpace: "normal",
text: o.text, text: o.text,
textHeight: 16,
textAlign: "left" textAlign: "left"
}, },
rgap: o.autoClose ? this._const.hgap : 0 rgap: o.autoClose ? this._const.hgap : 0
@ -56759,7 +56758,7 @@ BI.Toast = BI.inherit(BI.Tip, {
type: "bi.horizontal_adapt", type: "bi.horizontal_adapt",
element: this, element: this,
items: items, items: items,
vgap: 5, vgap: 7,
columnSize: columnSize columnSize: columnSize
}); });
}, },

9
src/base/single/tip/tip.toast.js

@ -49,17 +49,16 @@ BI.Toast = BI.inherit(BI.Tip, {
} }
var items = [{ var items = [{
type: "bi.center_adapt", type: "bi.icon_button",
disableSelected: true,
cls: cls + " toast-icon", cls: cls + " toast-icon",
items: [{
type: "bi.icon"
}],
width: 36 width: 36
}, { }, {
el: { el: {
type: "bi.label", type: "bi.label",
whiteSpace: "normal", whiteSpace: "normal",
text: o.text, text: o.text,
textHeight: 16,
textAlign: "left" textAlign: "left"
}, },
rgap: o.autoClose ? this._const.hgap : 0 rgap: o.autoClose ? this._const.hgap : 0
@ -83,7 +82,7 @@ BI.Toast = BI.inherit(BI.Tip, {
type: "bi.horizontal_adapt", type: "bi.horizontal_adapt",
element: this, element: this,
items: items, items: items,
vgap: 5, vgap: 7,
columnSize: columnSize columnSize: columnSize
}); });
}, },

Loading…
Cancel
Save