dailer 5 years ago
parent
commit
59d5bf0198
  1. 10
      dist/2.0/fineui.ie.js
  2. 52
      dist/2.0/fineui.ie.min.js
  3. 10
      dist/2.0/fineui.js
  4. 2
      dist/2.0/fineui.min.css
  5. 52
      dist/2.0/fineui.min.js
  6. 10
      dist/base.js
  7. 10
      dist/bundle.ie.js
  8. 52
      dist/bundle.ie.min.js
  9. 10
      dist/bundle.js
  10. 2
      dist/bundle.min.css
  11. 52
      dist/bundle.min.js
  12. 10
      dist/fineui.ie.js
  13. 52
      dist/fineui.ie.min.js
  14. 10
      dist/fineui.js
  15. 2
      dist/fineui.min.css
  16. 52
      dist/fineui.min.js
  17. 10
      dist/fineui_without_jquery_polyfill.js
  18. 2
      dist/utils.min.js

10
dist/2.0/fineui.ie.js vendored

@ -36639,7 +36639,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47348,22 +47348,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

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

File diff suppressed because one or more lines are too long

10
dist/2.0/fineui.js vendored

@ -37043,7 +37043,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47752,22 +47752,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

52
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/base.js vendored

@ -1150,7 +1150,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -11859,22 +11859,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

10
dist/bundle.ie.js vendored

@ -36639,7 +36639,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47348,22 +47348,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

52
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/bundle.js vendored

@ -37043,7 +37043,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47752,22 +47752,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

52
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.ie.js vendored

@ -36884,7 +36884,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47593,22 +47593,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

52
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui.js vendored

@ -37288,7 +37288,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -47997,22 +47997,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

52
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/fineui_without_jquery_polyfill.js vendored

@ -25719,7 +25719,7 @@ BI.NodeButton = BI.inherit(BI.BasicButton, {
*/
BI.Tip = BI.inherit(BI.Single, {
_defaultConfig: function () {
var conf = BI.Link.superclass._defaultConfig.apply(this, arguments);
var conf = BI.Tip.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
_baseCls: (conf._baseCls || "") + " bi-tip",
zIndex: BI.zIndex_tip
@ -34551,22 +34551,22 @@ BI.Tooltip = BI.inherit(BI.Tip, {
hgap: this._const.hgap,
items: BI.map(texts, function (i, text) {
return {
type: "bi.label",
type: "bi.text",
textAlign: "left",
whiteSpace: "normal",
text: text,
textHeight: 18
height: 18
};
})
});
} else {
this.text = BI.createWidget({
type: "bi.label",
type: "bi.text",
element: this,
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: 16,
hgap: this._const.hgap
});
}

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save