@teamix/pro 1.6.0-beta.0 → 1.6.0-beta.2

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/es/index.js CHANGED
@@ -36,7 +36,7 @@ export * from './table';
36
36
  export * from './sidebar';
37
37
  export * from './utils';
38
38
  export * from './timeline';
39
- var version = '1.6.0-beta.0';
39
+ var version = '1.6.0-beta.1';
40
40
  export { version, ProAction, ProCard, ProField, ProForm, ProInfo,
41
41
  // ProLayout,
42
42
  ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils };
@@ -163,7 +163,7 @@ var ProPageHeader = function ProPageHeader(props) {
163
163
  navigate(-1);
164
164
  return;
165
165
  }
166
- goToLink(goback, history);
166
+ goToLink(goback, navigate);
167
167
  };
168
168
  return /*#__PURE__*/React.createElement(React.Fragment, null, goback && /*#__PURE__*/React.createElement(TeamixIcon, {
169
169
  className: cls('goback'),
package/lib/index.js CHANGED
@@ -280,5 +280,5 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
280
280
  if (!((_window = window) === null || _window === void 0 ? void 0 : _window.TEAMIXPRO_WITHOUT_ICON)) {
281
281
  _icon.default.setConfig(_utils.default.getTeamixIconConfig());
282
282
  }
283
- var version = '1.6.0-beta.0';
283
+ var version = '1.6.0-beta.1';
284
284
  exports.version = version;
@@ -170,7 +170,7 @@ var ProPageHeader = function ProPageHeader(props) {
170
170
  navigate(-1);
171
171
  return;
172
172
  }
173
- (0, _utils.goToLink)(goback, history);
173
+ (0, _utils.goToLink)(goback, navigate);
174
174
  };
175
175
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, goback && /*#__PURE__*/_react.default.createElement(_icon.default, {
176
176
  className: cls('goback'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.6.0-beta.0",
3
+ "version": "1.6.0-beta.2",
4
4
  "description": "TeamixPro大包",
5
5
  "keywords": [
6
6
  "aliyun",
@@ -40,11 +40,11 @@
40
40
  "@teamix/hooks": "^0.1.0",
41
41
  "@teamix/pop-confirm": "^1.2.4",
42
42
  "@teamix/pro-field": "^1.0.0",
43
- "@teamix/pro-page-container": "^1.0.0",
43
+ "@teamix/pro-page-container": "1.0.15.beta.0",
44
44
  "@teamix/pro-skeleton": "^1.0.0",
45
45
  "@teamix/result": "^1.0.29",
46
46
  "@teamix/svg": "^1.0.11",
47
- "@teamix/utils": "^0.1.0",
47
+ "@teamix/utils": "0.2.0-beta.4",
48
48
  "classnames": "^2.3.1",
49
49
  "lodash.clonedeep": "^4.5.0",
50
50
  "lodash.debounce": "^4.0.8",