@zat-design/sisyphus-react 3.2.1-beta.4 → 3.2.1-beta.5

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.
@@ -15,6 +15,7 @@ import Container from '../../Container';
15
15
  import * as componentMap from '../../index';
16
16
  import { isNullValue, weedOutProps } from '../../../utils';
17
17
  import { otherKeys } from '../../../propsType';
18
+ import ProForm from '../../../../ProForm';
18
19
  import './style/index.less';
19
20
  var useControlled = function useControlled(props) {
20
21
  var value = props.value,
@@ -17,6 +17,7 @@ var _Container = _interopRequireDefault(require("../../Container"));
17
17
  var componentMap = _interopRequireWildcard(require("../../index"));
18
18
  var _utils = require("../../../utils");
19
19
  var _propsType = require("../../../propsType");
20
+ var _ProForm = _interopRequireDefault(require("../../../../ProForm"));
20
21
  require("./style/index.less");
21
22
  // @ts-nocheck
22
23
 
@@ -54,7 +55,7 @@ var ProCombination = exports.ProCombination = function ProCombination(props) {
54
55
  renderType: 'Input'
55
56
  }] : _props$childProps,
56
57
  separator = props.separator;
57
- var _ref = ProForm.useFieldProps() || {},
58
+ var _ref = _ProForm.default.useFieldProps() || {},
58
59
  _ref$isView = _ref.isView,
59
60
  isView = _ref$isView === void 0 ? false : _ref$isView,
60
61
  viewEmpty = _ref.viewEmpty,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.2.1-beta.4",
3
+ "version": "3.2.1-beta.5",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",