guy 7 years ago
parent
commit
e32dac0a6b
  1. 2
      dist/_fineui.min.js
  2. 10
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 9
      dist/core.js
  5. 2
      dist/fineui.min.js
  6. 6
      src/data/data.js
  7. 3
      src/data/source/source.js
  8. 9
      utils/utils.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

10
dist/bundle.js vendored

@ -33843,13 +33843,15 @@ BI.shortcut("bi.vertical_center", BI.VerticalCenterLayout);/**
* 保存数据将js里面用到的常量数据都分离 * 保存数据将js里面用到的常量数据都分离
* *
*/ */
BI.Data = Data = {}; if (!window.Data) {
window.Data = {};
}
/** /**
* 存放bi里面通用的一些常量 * 存放bi里面通用的一些常量
* @type {{}} * @type {{}}
*/ */
Data.Constant = BICst = {}; Data.Constant = {};
/** /**
* 缓冲池 * 缓冲池
* @type {{Buffer: {}}} * @type {{Buffer: {}}}
@ -33904,9 +33906,7 @@ Data.Constant = BICst = {};
})();Data.Req = { })();Data.Req = {
}; };
Data.Source = BISource = { function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
};function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
(function (global, factory) { (function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory(global.Fix = global.Fix || {}); typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory(global.Fix = global.Fix || {});

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

9
dist/core.js vendored

@ -33843,13 +33843,15 @@ BI.shortcut("bi.vertical_center", BI.VerticalCenterLayout);/**
* 保存数据将js里面用到的常量数据都分离 * 保存数据将js里面用到的常量数据都分离
* *
*/ */
BI.Data = Data = {}; if (!window.Data) {
window.Data = {};
}
/** /**
* 存放bi里面通用的一些常量 * 存放bi里面通用的一些常量
* @type {{}} * @type {{}}
*/ */
Data.Constant = BICst = {}; Data.Constant = {};
/** /**
* 缓冲池 * 缓冲池
* @type {{Buffer: {}}} * @type {{Buffer: {}}}
@ -33904,6 +33906,3 @@ Data.Constant = BICst = {};
})();Data.Req = { })();Data.Req = {
}; };
Data.Source = BISource = {
};

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
src/data/data.js

@ -2,10 +2,12 @@
* 保存数据将js里面用到的常量数据都分离 * 保存数据将js里面用到的常量数据都分离
* *
*/ */
BI.Data = Data = {}; if (!window.Data) {
window.Data = {};
}
/** /**
* 存放bi里面通用的一些常量 * 存放bi里面通用的一些常量
* @type {{}} * @type {{}}
*/ */
Data.Constant = BICst = {}; Data.Constant = {};

3
src/data/source/source.js

@ -1,3 +0,0 @@
Data.Source = BISource = {
};

9
utils/utils.js

@ -16281,13 +16281,15 @@ BI.Region.prototype = {
* 保存数据将js里面用到的常量数据都分离 * 保存数据将js里面用到的常量数据都分离
* *
*/ */
BI.Data = Data = {}; if (!window.Data) {
window.Data = {};
}
/** /**
* 存放bi里面通用的一些常量 * 存放bi里面通用的一些常量
* @type {{}} * @type {{}}
*/ */
Data.Constant = BICst = {}; Data.Constant = {};
/** /**
* 缓冲池 * 缓冲池
* @type {{Buffer: {}}} * @type {{Buffer: {}}}
@ -16342,6 +16344,3 @@ Data.Constant = BICst = {};
})();Data.Req = { })();Data.Req = {
}; };
Data.Source = BISource = {
};
Loading…
Cancel
Save