Browse Source

merge: build一下

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

26
dist/2.0/fineui.ie.js vendored

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

26
dist/2.0/fineui.js vendored

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

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/bundle.ie.js vendored

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

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/bundle.js vendored

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

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/core.js vendored

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

26
dist/fineui.ie.js vendored

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

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/fineui.js vendored

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

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

26
dist/fineui_without_jquery_polyfill.js vendored

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

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

26
src/core/shortcut.js

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

Loading…
Cancel
Save