guy 6 years ago
parent
commit
25c08b12b4
  1. 18
      dist/bundle.ie.js
  2. 4
      dist/bundle.ie.min.js
  3. 18
      dist/bundle.js
  4. 4
      dist/bundle.min.js
  5. 18
      dist/core.js
  6. 18
      dist/fineui.ie.js
  7. 4
      dist/fineui.ie.min.js
  8. 18
      dist/fineui.js
  9. 4
      dist/fineui.min.js
  10. 18
      dist/fineui_without_jquery_polyfill.js
  11. 18
      dist/utils.js
  12. 4
      dist/utils.min.js
  13. 18
      src/core/inject.js

18
dist/bundle.ie.js vendored

@ -18382,6 +18382,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

4
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

18
dist/bundle.js vendored

@ -18382,6 +18382,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

18
dist/core.js vendored

@ -18382,6 +18382,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18474,6 +18482,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

18
dist/fineui.ie.js vendored

@ -18624,6 +18624,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18716,6 +18724,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

18
dist/fineui.js vendored

@ -18624,6 +18624,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18716,6 +18724,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

18
dist/fineui_without_jquery_polyfill.js vendored

@ -18128,6 +18128,14 @@ _.extend(BI, {
return location;
}
});(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -18220,6 +18228,16 @@ _.extend(BI, {
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 = {
getConstant: function (type) {
return constantInjection[type];

18
dist/utils.js vendored

@ -13336,6 +13336,14 @@ if (!_global.BI) {
};
})();
(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -13428,6 +13436,16 @@ if (!_global.BI) {
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 = {
getConstant: function (type) {
return constantInjection[type];

4
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

18
src/core/inject.js

@ -1,4 +1,12 @@
(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 = {};
BI.constant = function (xtype, cls) {
if (constantInjection[xtype] != null) {
@ -91,6 +99,16 @@
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 = {
getConstant: function (type) {
return constantInjection[type];

Loading…
Cancel
Save