Browse Source

Merge branch 'master' of ssh://cloud.finedevelop.com:7999/~dailer/fineui

es6
dailer 5 years ago
parent
commit
c1ca16a599
  1. 9
      dist/2.0/fineui.ie.js
  2. 6
      dist/2.0/fineui.ie.min.js
  3. 9
      dist/2.0/fineui.js
  4. 6
      dist/2.0/fineui.min.js
  5. 7
      dist/base.js
  6. 9
      dist/bundle.ie.js
  7. 6
      dist/bundle.ie.min.js
  8. 9
      dist/bundle.js
  9. 6
      dist/bundle.min.js
  10. 2
      dist/core.js
  11. 9
      dist/fineui.ie.js
  12. 6
      dist/fineui.ie.min.js
  13. 9
      dist/fineui.js
  14. 6
      dist/fineui.min.js
  15. 9
      dist/fineui_without_jquery_polyfill.js
  16. 2
      dist/utils.min.js
  17. 7
      src/base/single/tip/tip.tooltip.js
  18. 2
      src/core/controller/controller.tooltips.js

9
dist/2.0/fineui.ie.js vendored

@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47131,7 +47131,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47164,7 +47164,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47176,8 +47176,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

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

File diff suppressed because one or more lines are too long

9
dist/2.0/fineui.js vendored

@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47535,7 +47535,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47568,7 +47568,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47580,8 +47580,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

6
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

7
dist/base.js vendored

@ -11689,7 +11689,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -11722,7 +11722,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -11734,8 +11734,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

9
dist/bundle.ie.js vendored

@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47131,7 +47131,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47164,7 +47164,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47176,8 +47176,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

6
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/bundle.js vendored

@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47535,7 +47535,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47568,7 +47568,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47580,8 +47580,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -17194,7 +17194,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {

9
dist/fineui.ie.js vendored

@ -17439,7 +17439,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47376,7 +47376,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47409,7 +47409,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47421,8 +47421,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

6
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/fineui.js vendored

@ -17439,7 +17439,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -47780,7 +47780,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -47813,7 +47813,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -47825,8 +47825,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/fineui_without_jquery_polyfill.js vendored

@ -16940,7 +16940,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {
@ -34686,7 +34686,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -34719,7 +34719,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -34731,8 +34731,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -18,7 +18,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
level: "success", // success或warning
stopEvent: false,
stopPropagation: false,
height: 20
height: 18
});
},
_init: function () {
@ -51,7 +51,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 16
textHeight: 18
};
})
});
@ -63,8 +63,7 @@ BI.Tooltip = BI.inherit(BI.Tip, {
whiteSpace: "normal",
text: o.text,
textHeight: 16,
hgap: this._const.hgap,
vgap: this._const.vgap
hgap: this._const.hgap
});
}
},

2
src/core/controller/controller.tooltips.js

@ -12,7 +12,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
},
_const: {
height: 20
height: 18
},
_init: function () {

Loading…
Cancel
Save