Browse Source

merge: build一下

es6
windy 6 years ago
parent
commit
1c79394691
  1. 30
      dist/2.0/fineui.ie.js
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 30
      dist/2.0/fineui.js
  4. 4
      dist/2.0/fineui.min.js
  5. 30
      dist/bundle.ie.js
  6. 4
      dist/bundle.ie.min.js
  7. 30
      dist/bundle.js
  8. 4
      dist/bundle.min.js
  9. 30
      dist/core.js
  10. 30
      dist/fineui.ie.js
  11. 4
      dist/fineui.ie.min.js
  12. 30
      dist/fineui.js
  13. 4
      dist/fineui.min.js
  14. 30
      dist/fineui_without_jquery_polyfill.js
  15. 2
      dist/utils.min.js
  16. 30
      src/core/shortcut.js

30
dist/2.0/fineui.ie.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

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

File diff suppressed because one or more lines are too long

30
dist/2.0/fineui.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

30
dist/bundle.ie.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

30
dist/bundle.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

30
dist/core.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

30
dist/fineui.ie.js vendored

@ -12513,26 +12513,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

30
dist/fineui.js vendored

@ -12513,26 +12513,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

30
dist/fineui_without_jquery_polyfill.js vendored

@ -12268,26 +12268,24 @@ if (!_global.BI) {
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

30
src/core/shortcut.js

@ -41,26 +41,24 @@
if (item.type || options.type) { if (item.type || options.type) {
el = BI.extend({}, options, item); el = BI.extend({}, options, item);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (item.el && (item.el.type || options.type)) { if (item.el && (item.el.type || options.type)) {
el = BI.extend({}, options, item.el); el = BI.extend({}, options, item.el);
w = BI.Plugin.getWidget(el.type, el); w = BI.Plugin.getWidget(el.type, el);
if (w.type === el.type) { w.listeners = (w.listeners || []).concat([{
var component = createWidget(w); eventName: BI.Events.MOUNT,
component.on(BI.Events.MOUNT, function () { action: function () {
BI.Plugin.getObject(el.type, component); BI.Plugin.getObject(el.type, this);
}); }
return component; }]);
} return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
} }
if (BI.isWidget(item.el)) { if (BI.isWidget(item.el)) {
return item.el; return item.el;

Loading…
Cancel
Save