@teamix/pro 1.5.26-beta-3 → 1.5.26-beta-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pro.js CHANGED
@@ -112715,6 +112715,7 @@ __webpack_require__.r(__webpack_exports__);
112715
112715
  /* harmony import */ var _templates__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(3397);
112716
112716
  /* harmony import */ var _teamix_icon__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(89227);
112717
112717
  var _window;
112718
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
112718
112719
 
112719
112720
 
112720
112721
 
@@ -112754,7 +112755,7 @@ if (!((_window = window) != null && _window.TEAMIXPRO_WITHOUT_ICON)) {
112754
112755
 
112755
112756
 
112756
112757
 
112757
- var version = '1.5.26-beta-3';
112758
+ var version = '1.5.26-beta-4';
112758
112759
  console.log('Pro版本', version);
112759
112760
  // By TeamixTest
112760
112761
  window.postMessage({
@@ -112766,15 +112767,12 @@ window.postMessage({
112766
112767
  moduleType: 'TeamixPro',
112767
112768
  componentName: 'TeamixPro'
112768
112769
  }, '*');
112769
- // window.TeamixMaterial = {
112770
- // ...window.TeamixMaterial,
112771
- // ProTable: ProTable
112772
- // }
112773
-
112774
- // window.TeamixPro = {
112775
- // ...window.TeamixPro,
112776
- // ProTable: ProTable
112777
- // }
112770
+ window.TeamixMaterial = _extends({}, window.TeamixMaterial, {
112771
+ ProTable: _table__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z
112772
+ });
112773
+ window.TeamixPro = _extends({}, window.TeamixPro, {
112774
+ ProTable: _table__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z
112775
+ });
112778
112776
 
112779
112777
  // console.log('TeamixPro')
112780
112778