dailer 5 years ago
parent
commit
56bc68d22a
  1. 6
      dist/2.0/fineui.ie.js
  2. 16
      dist/2.0/fineui.ie.min.js
  3. 6
      dist/2.0/fineui.js
  4. 48
      dist/2.0/fineui.min.js
  5. 6
      dist/base.js
  6. 6
      dist/bundle.ie.js
  7. 16
      dist/bundle.ie.min.js
  8. 6
      dist/bundle.js
  9. 48
      dist/bundle.min.js
  10. 6
      dist/fineui.ie.js
  11. 16
      dist/fineui.ie.min.js
  12. 6
      dist/fineui.js
  13. 48
      dist/fineui.min.js
  14. 2
      dist/utils.min.js

6
dist/2.0/fineui.ie.js vendored

@ -45298,7 +45298,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

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

File diff suppressed because one or more lines are too long

6
dist/2.0/fineui.js vendored

@ -45702,7 +45702,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

48
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/base.js vendored

@ -9860,7 +9860,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

6
dist/bundle.ie.js vendored

@ -45298,7 +45298,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

16
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -45702,7 +45702,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

48
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.ie.js vendored

@ -45543,7 +45543,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

16
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -45947,7 +45947,11 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/**
self_.clean(); // remove files from list
self_.hide(); // hide progress bars and enable input file
// BI.Msg.toast("onload");
if (200 > xhr.status || xhr.status > 399) {
BI.Msg.toast(BI.i18nText("BI-Upload_File_Error"), {level: "error"});
self.fireEvent(BI.File.EVENT_ERROR);
return;
}
self.fireEvent(BI.File.EVENT_UPLOADED);
// enable again the submit button/element
}, 1000);

48
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

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