windy 6 years ago
parent
commit
0bbc555ee1
  1. 20
      dist/bundle.ie.js
  2. 6
      dist/bundle.ie.min.js
  3. 20
      dist/bundle.js
  4. 6
      dist/bundle.min.js
  5. 20
      dist/core.js
  6. 20
      dist/fineui.ie.js
  7. 6
      dist/fineui.ie.min.js
  8. 20
      dist/fineui.js
  9. 6
      dist/fineui.min.js
  10. 20
      dist/fineui_without_jquery_polyfill.js
  11. 4
      dist/utils.min.js

20
dist/bundle.ie.js vendored

@ -12207,7 +12207,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18382,6 +18382,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

6
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/bundle.js vendored

@ -12207,7 +12207,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18382,6 +18382,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/core.js vendored

@ -12207,7 +12207,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18382,6 +18382,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

20
dist/fineui.ie.js vendored

@ -12449,7 +12449,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18624,6 +18624,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18716,6 +18724,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

6
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/fineui.js vendored

@ -12449,7 +12449,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18624,6 +18624,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18716,6 +18724,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/fineui_without_jquery_polyfill.js vendored

@ -12207,7 +12207,7 @@ if (!_global.BI) {
}; };
})();(function () { })();(function () {
var kv = {}; var kv = {};
BI.shortcut = function (xtype, cls) { BI.shortcut = BI.component = function (xtype, cls) {
if (kv[xtype] != null) { if (kv[xtype] != null) {
_global.console && console.error("shortcut:[" + xtype + "] has been registed"); _global.console && console.error("shortcut:[" + xtype + "] has been registed");
} }
@ -18128,6 +18128,14 @@ _.extend(BI, {
return location; return location;
} }
});(function () { });(function () {
var moduleInjection = {};
BI.module = function (xtype, cls) {
if (moduleInjection[xtype] != null) {
_global.console && console.error("module:[" + xtype + "] has been registed");
}
moduleInjection[xtype] = cls;
};
var constantInjection = {}; var constantInjection = {};
BI.constant = function (xtype, cls) { BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) { if (constantInjection[xtype] != null) {
@ -18220,6 +18228,16 @@ _.extend(BI, {
points[type][action][after ? "after" : "before"].push(pointFn); points[type][action][after ? "after" : "before"].push(pointFn);
}; };
BI.Modules = {
getModule: function (type) {
if(!moduleInjection[type]){
_global.console && console.error("module:[" + type + "] does not exists");
return false;
}
return moduleInjection[type];
}
};
BI.Constants = { BI.Constants = {
getConstant: function (type) { getConstant: function (type) {
return constantInjection[type]; return constantInjection[type];

4
dist/utils.min.js vendored

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