@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20220628214344",
"version": "2.0.20220630111602",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",
@ -71,6 +71,10 @@ BI.MultifileEditor = BI.inherit(BI.Widget, {
this.file.reset();
},
setUrl: function (v) {
this.file.setUrl(v);
setMaxFileLength: function (v) {
this.file.setMaxFileLength(v);
@ -655,6 +655,13 @@
});
setUrl: function(v) {
this.options.url = v;
if (this.wrap) {
this.wrap.url = v;
}
this.options.maxLength = v;