Browse Source

Merge branch 'master' of https://cloud.finedevelop.com/scm/visual/fineui

# Conflicts:
#	dist/2.0/fineui.ie.min.js
#	dist/2.0/fineui.min.js
#	dist/bundle.ie.min.js
#	dist/bundle.min.js
#	dist/fineui.ie.min.js
#	dist/fineui.min.js
#	dist/utils.min.js
es6
dailer 5 years ago
parent
commit
76b6187943
  1. 5
      dist/2.0/fineui.ie.js
  2. 34
      dist/2.0/fineui.ie.min.js
  3. 5
      dist/2.0/fineui.js
  4. 48
      dist/2.0/fineui.min.js
  5. 5
      dist/base.js
  6. 5
      dist/bundle.ie.js
  7. 34
      dist/bundle.ie.min.js
  8. 5
      dist/bundle.js
  9. 48
      dist/bundle.min.js
  10. 5
      dist/fineui.ie.js
  11. 4
      dist/fineui.ie.min.js
  12. 5
      dist/fineui.js
  13. 6
      dist/fineui.min.js
  14. 5
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 5
      src/base/single/tip/tip.tooltip.js

5
dist/2.0/fineui.ie.js vendored

@ -49760,12 +49760,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

34
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/2.0/fineui.js vendored

@ -50164,12 +50164,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

48
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/base.js vendored

@ -11876,12 +11876,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

5
dist/bundle.ie.js vendored

@ -49760,12 +49760,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

34
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/bundle.js vendored

@ -50164,12 +50164,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

48
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/fineui.ie.js vendored

@ -50005,12 +50005,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/fineui.js vendored

@ -50409,12 +50409,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/fineui_without_jquery_polyfill.js vendored

@ -36910,12 +36910,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

5
src/base/single/tip/tip.tooltip.js

@ -57,12 +57,13 @@ BI.Tooltip = BI.inherit(BI.Tip, {
});
} else {
this.text = BI.createWidget({
type: "bi.text",
type: "bi.label",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
height: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

Loading…
Cancel
Save