@hw-component/form 1.2.3 → 1.2.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.
@@ -96,7 +96,6 @@ var Index = function Index(props) {
96
96
  if (hideItem) {
97
97
  return null;
98
98
  }
99
- console.log(inProps, formItemLabel);
100
99
  return jsx(Col, _objectSpread(_objectSpread({}, itemSpan), {}, {
101
100
  className: "".concat(colClassName, " ").concat(itemClassName),
102
101
  children: jsx(Form.Item, _objectSpread(_objectSpread({
@@ -99,7 +99,6 @@ var Index = function Index(props) {
99
99
  if (hideItem) {
100
100
  return null;
101
101
  }
102
- console.log(inProps, formItemLabel);
103
102
  return jsxRuntime.jsx(antd.Col, _objectSpread(_objectSpread({}, itemSpan), {}, {
104
103
  className: "".concat(colClassName, " ").concat(itemClassName),
105
104
  children: jsxRuntime.jsx(antd.Form.Item, _objectSpread(_objectSpread({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -71,7 +71,6 @@ const Index: React.FC<HFormItemProps> = (props) => {
71
71
  if (hideItem) {
72
72
  return null;
73
73
  }
74
- console.log(inProps,formItemLabel)
75
74
  return (
76
75
  <Col {...itemSpan} className={`${colClassName} ${itemClassName}`}>
77
76
  <Form.Item