Browse Source

Merge pull request #205848 in DEC/fineui from master to feature/x

* commit '638f3f67d1e8e920c1481916506ff46419c56ec6':
  auto upgrade version to 2.0.20221109193835
  无JIRA revert commit c45e768, 不是实时校验的一律不许用气泡
research/test
superman 2 years ago
parent
commit
fa137b585f
  1. 2
      package.json
  2. 5
      src/base/single/editor/editor.js
  3. 4
      src/widget/editor/editor.text.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20221108162444",
"version": "2.0.20221109193835",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

5
src/base/single/editor/editor.js

@ -344,11 +344,6 @@ BI.Editor = BI.inherit(BI.Single, {
return this.editor.isValid();
},
setValid: function (b) {
this.editor.setValid(b);
this._checkError();
},
destroyed: function () {
BI.Bubbles.remove(this.getName());
},

4
src/widget/editor/editor.text.js

@ -138,10 +138,6 @@ BI.TextEditor = BI.inherit(BI.Widget, {
return this.editor.isValid();
},
setValid: function (b) {
this.editor.setValid(b);
},
setValue: function (v) {
this.editor.setValue(v);
},

Loading…
Cancel
Save