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

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17379,7 +17377,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

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

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17379,7 +17377,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17379,7 +17377,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17379,7 +17377,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17379,7 +17377,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17624,7 +17622,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17624,7 +17622,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

32
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
return w.type === el.type ? createWidget(w) : BI.createWidget(BI.extend({}, item, {type: w.type}, options));
}
if (BI.isWidget(item.el)) {
return item.el;
@ -17125,7 +17123,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
src/core/events.js

@ -55,7 +55,7 @@ _.extend(BI, {
/**
* @static
* @property 取消挂载事件
* @property 挂载事件
*/
MOUNT: "_MOUNT",

30
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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.Event.MOUNT, function () {
BI.Plugin.getObject(el.type, component);
});
return component;
}
return BI.createWidget(BI.extend({}, item, {type: w.type}, options));
w.listeners = (w.listeners || []).concat([{
eventName: BI.Events.MOUNT,
action: function () {
BI.Plugin.getObject(el.type, this);
}
}]);
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