Browse Source

Merge pull request #870 in VISUAL/fineui from ~WINDY/fineui:master to master

* commit '1c79394691827ca287d3441529d7fefba81c4757':
  merge: build一下
  merge
  BI-41691 refactor: checkbox默认宽高和Event报错
es6
guy 6 years ago
parent
commit
77c7e279f1
  1. 2
      dist/2.0/fineui.css
  2. 5
      dist/2.0/fineui.ie.js
  3. 6
      dist/2.0/fineui.ie.min.js
  4. 5
      dist/2.0/fineui.js
  5. 2
      dist/2.0/fineui.min.css
  6. 6
      dist/2.0/fineui.min.js
  7. 2
      dist/base.css
  8. 4
      dist/base.js
  9. 2
      dist/bundle.css
  10. 5
      dist/bundle.ie.js
  11. 6
      dist/bundle.ie.min.js
  12. 5
      dist/bundle.js
  13. 2
      dist/bundle.min.css
  14. 6
      dist/bundle.min.js
  15. 1
      dist/case.js
  16. 2
      dist/fineui.css
  17. 5
      dist/fineui.ie.js
  18. 6
      dist/fineui.ie.min.js
  19. 5
      dist/fineui.js
  20. 2
      dist/fineui.min.css
  21. 6
      dist/fineui.min.js
  22. 5
      dist/fineui_without_jquery_polyfill.js
  23. 2
      dist/utils.min.js
  24. 4
      src/base/single/input/checkbox/checkbox.js
  25. 1
      src/case/editor/editor.sign.js
  26. 2
      src/css/base/single/input/checkbox.css
  27. 2
      src/less/base/single/input/checkbox.less

2
dist/2.0/fineui.css vendored

@ -3542,7 +3542,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

5
dist/2.0/fineui.ie.js vendored

@ -44736,8 +44736,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -55741,6 +55741,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

6
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

@ -45140,8 +45140,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -56145,6 +56145,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

6
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/base.css vendored

@ -1386,7 +1386,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

4
dist/base.js vendored

@ -9351,8 +9351,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},

2
dist/bundle.css vendored

@ -3542,7 +3542,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

5
dist/bundle.ie.js vendored

@ -44736,8 +44736,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -55741,6 +55741,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

6
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/bundle.js vendored

@ -45140,8 +45140,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -56145,6 +56145,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -6092,6 +6092,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
dist/fineui.css vendored

@ -3542,7 +3542,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

5
dist/fineui.ie.js vendored

@ -44981,8 +44981,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -55986,6 +55986,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

6
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

5
dist/fineui.js vendored

@ -45385,8 +45385,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -56390,6 +56390,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

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

@ -32916,8 +32916,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},
@ -39424,6 +39424,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

4
src/base/single/input/checkbox/checkbox.js

@ -25,8 +25,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, {
self.checkbox = _ref;
},
cls: "checkbox-context bi-border",
width: o.iconWidth,
height: o.iconHeight
width: o.iconWidth - 2,
height: o.iconHeight - 2
}]
};
},

1
src/case/editor/editor.sign.js

@ -134,6 +134,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
});
this._showHint();
self._checkText();
this.text.doRedMark(o.keyword);
},
_checkText: function () {

2
src/css/base/single/input/checkbox.css

@ -7,7 +7,7 @@
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

2
src/less/base/single/input/checkbox.less

@ -7,7 +7,7 @@
position: absolute;
display: table;
top: 50%;
left: 22%;
left: 20%;
border: 2px solid transparent;
border-top: 0;
border-left: 0;

Loading…
Cancel
Save