@hw-component/form 1.3.3 → 1.3.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.
@@ -121,7 +121,6 @@ var Index = function Index(_ref) {
121
121
  var upProps = _objectSpread({
122
122
  exFiles: defaultExFiles
123
123
  }, props);
124
- console.log(value, "urlUpload");
125
124
  return jsxs(Space, {
126
125
  direction: "vertical",
127
126
  style: _objectSpread({
@@ -86,7 +86,6 @@ var Index = function Index(_ref, ref) {
86
86
  addFormat === null || addFormat === void 0 || addFormat({
87
87
  float: {
88
88
  inputValue: function inputValue(item, initValue) {
89
- console.log("inputValue");
90
89
  var _item$name = item.name,
91
90
  name = _item$name === void 0 ? "" : _item$name;
92
91
  var initFileList = initValue[name] || [];
@@ -124,7 +124,6 @@ var Index = function Index(_ref) {
124
124
  var upProps = _objectSpread({
125
125
  exFiles: defaultExFiles
126
126
  }, props);
127
- console.log(value, "urlUpload");
128
127
  return jsxRuntime.jsxs(antd.Space, {
129
128
  direction: "vertical",
130
129
  style: _objectSpread({
@@ -89,7 +89,6 @@ var Index = function Index(_ref, ref) {
89
89
  addFormat === null || addFormat === void 0 || addFormat({
90
90
  float: {
91
91
  inputValue: function inputValue(item, initValue) {
92
- console.log("inputValue");
93
92
  var _item$name = item.name,
94
93
  name = _item$name === void 0 ? "" : _item$name;
95
94
  var initFileList = initValue[name] || [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -82,7 +82,6 @@ const Index = ({
82
82
  setLoad(false);
83
83
  };
84
84
  const upProps={exFiles:defaultExFiles,...props};
85
- console.log(value,"urlUpload")
86
85
  return (
87
86
  <Space direction={"vertical"} style={{width:"100%",...style}} size={"middle"}>
88
87
  <Input
@@ -61,7 +61,6 @@ const Index: React.ForwardRefRenderFunction<IUploadRefModal, IUpLoadProps> = (
61
61
  addFormat?.({
62
62
  float: {
63
63
  inputValue: (item, initValue) => {
64
- console.log("inputValue")
65
64
  const { name = "" } = item;
66
65
  const initFileList = initValue[name] || [];
67
66
  const relInitFileList =