Browse Source

Merge remote-tracking branch 'origin/master'

es6
guy 3 years ago
parent
commit
03c7a27140
  1. 2
      dist/2.0/fineui.css
  2. 4
      dist/2.0/fineui.ie.min.js
  3. 2
      dist/2.0/fineui.ie.min.js.map
  4. 14
      dist/2.0/fineui.js
  5. 2
      dist/2.0/fineui.js.map
  6. 2
      dist/2.0/fineui.min.css
  7. 4
      dist/2.0/fineui.min.js
  8. 2
      dist/2.0/fineui.min.js.map
  9. 2
      dist/2.0/fineui_without_normalize.css
  10. 2
      dist/2.0/fineui_without_normalize.min.css
  11. 2
      dist/core.css
  12. 14
      dist/core.js
  13. 2
      dist/core.js.map
  14. 2
      dist/demo.css
  15. 14
      dist/demo.js
  16. 2
      dist/demo.js.map
  17. 2
      dist/fineui.css
  18. 4
      dist/fineui.ie.min.js
  19. 2
      dist/fineui.ie.min.js.map
  20. 14
      dist/fineui.js
  21. 2
      dist/fineui.js.map
  22. 2
      dist/fineui.min.css
  23. 4
      dist/fineui.min.js
  24. 2
      dist/fineui.min.js.map
  25. 2
      dist/fineui.proxy.css
  26. 14
      dist/fineui.proxy.js
  27. 2
      dist/fineui.proxy.js.map
  28. 2
      dist/fineui.proxy.min.css
  29. 4
      dist/fineui.proxy.min.js
  30. 2
      dist/fineui.proxy.min.js.map
  31. 14
      dist/fineui_without_jquery_polyfill.js
  32. 2
      dist/fineui_without_jquery_polyfill.js.map
  33. 2
      dist/font.css
  34. 2
      dist/resource.css
  35. 14
      dist/utils.js
  36. 2
      dist/utils.js.map
  37. 4
      dist/utils.min.js
  38. 2
      dist/utils.min.js.map
  39. 2
      package.json

2
dist/2.0/fineui.css vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

14
dist/2.0/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -4285,7 +4285,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -4297,7 +4297,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -4344,7 +4344,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -4359,7 +4359,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -4378,7 +4378,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -4395,7 +4395,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/2.0/fineui.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.css vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui_without_normalize.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/core.css vendored

File diff suppressed because one or more lines are too long

14
dist/core.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -4285,7 +4285,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -4297,7 +4297,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -4344,7 +4344,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -4359,7 +4359,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -4378,7 +4378,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -4395,7 +4395,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/core.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/demo.css vendored

File diff suppressed because one or more lines are too long

14
dist/demo.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -4285,7 +4285,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -4297,7 +4297,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -4344,7 +4344,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -4359,7 +4359,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -4378,7 +4378,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -4395,7 +4395,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.ie.min.js.map vendored

File diff suppressed because one or more lines are too long

14
dist/fineui.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -4285,7 +4285,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -4297,7 +4297,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -4344,7 +4344,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -4359,7 +4359,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -4378,7 +4378,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -4395,7 +4395,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/fineui.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.proxy.css vendored

File diff suppressed because one or more lines are too long

14
dist/fineui.proxy.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -2602,7 +2602,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -2614,7 +2614,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -2661,7 +2661,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -2676,7 +2676,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -2695,7 +2695,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -2712,7 +2712,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/fineui.proxy.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.proxy.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.proxy.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.proxy.min.js.map vendored

File diff suppressed because one or more lines are too long

14
dist/fineui_without_jquery_polyfill.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -2602,7 +2602,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -2614,7 +2614,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -2661,7 +2661,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -2676,7 +2676,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -2695,7 +2695,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -2712,7 +2712,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/fineui_without_jquery_polyfill.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/font.css vendored

File diff suppressed because one or more lines are too long

2
dist/resource.css vendored

File diff suppressed because one or more lines are too long

14
dist/utils.js vendored

@ -1,4 +1,4 @@
/*! time: 2021-7-22 18:50:59 */
/*! time: 2021-7-22 19:40:30 */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@ -5499,7 +5499,7 @@ if (!_global.BI) {
BI.Modules = BI.Modules || {
getModule: function (type) {
if (!moduleInjection[type]) {
throw new Error("module: [" + type + "] 未定义");
_global.console && console.error("module: [" + type + "] 未定义");
}
return moduleInjection[type];
},
@ -5511,7 +5511,7 @@ if (!_global.BI) {
BI.Constants = BI.Constants || {
getConstant: function (type) {
if (!constantInjection[type]) {
throw new Error("constant: [" + type + "] 未定义");
_global.console && console.error("constant: [" + type + "] 未定义");
}
return constantInjection[type];
}
@ -5558,7 +5558,7 @@ if (!_global.BI) {
BI.Models = BI.Models || {
getModel: function (type, config) {
if (!modelInjection[type]) {
throw new Error("model: [" + type + "] 未定义");
_global.console && console.error("model: [" + type + "] 未定义");
}
var inst = new modelInjection[type](config);
inst._constructor && inst._constructor(config);
@ -5573,7 +5573,7 @@ if (!_global.BI) {
BI.Stores = BI.Stores || {
getStore: function (type, config) {
if (!storeInjection[type]) {
throw new Error("store: [" + type + "] 未定义");
_global.console && console.error("store: [" + type + "] 未定义");
}
if (stores[type]) {
return stores[type];
@ -5592,7 +5592,7 @@ if (!_global.BI) {
BI.Services = BI.Services || {
getService: function (type, config) {
if (!serviceInjection[type]) {
throw new Error("service: [" + type + "] 未定义");
_global.console && console.error("service: [" + type + "] 未定义");
}
if (services[type]) {
return services[type];
@ -5609,7 +5609,7 @@ if (!_global.BI) {
BI.Providers = BI.Providers || {
getProvider: function (type, config) {
if (!providerInjection[type]) {
throw new Error("provider: [" + type + "] 未定义");
_global.console && console.error("provider: [" + type + "] 未定义");
}
if (!providers[type]) {
providers[type] = new providerInjection[type]();

2
dist/utils.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js.map vendored

File diff suppressed because one or more lines are too long

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20210722185239",
"version": "2.0.20210722194132",
"description": "fineui",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",

Loading…
Cancel
Save