@kmkf-fe-packages/basic-components 0.8.7-alpha.0 → 0.8.7-alpha.11
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/index.esm.js +14 -3
- package/dist/index.js +14 -3
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -9928,21 +9928,32 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
9928
9928
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
9929
9929
|
name: "name"
|
|
9930
9930
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
9931
|
-
placeholder: "\
|
|
9931
|
+
placeholder: "\u5546\u54C1\u540D\u79F0",
|
|
9932
|
+
allowClear: true,
|
|
9932
9933
|
style: {
|
|
9933
9934
|
width: 150
|
|
9934
9935
|
}
|
|
9935
9936
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
9936
9937
|
name: "code"
|
|
9937
9938
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
9938
|
-
placeholder: "\
|
|
9939
|
+
placeholder: "\u5546\u54C1\u7F16\u7801",
|
|
9940
|
+
allowClear: true,
|
|
9939
9941
|
style: {
|
|
9940
9942
|
width: 150
|
|
9941
9943
|
}
|
|
9942
9944
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
9943
9945
|
name: "skuCode"
|
|
9944
9946
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
9945
|
-
placeholder: "\
|
|
9947
|
+
placeholder: "\u5546\u54C1sku\u7F16\u7801",
|
|
9948
|
+
allowClear: true,
|
|
9949
|
+
style: {
|
|
9950
|
+
width: 150
|
|
9951
|
+
}
|
|
9952
|
+
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
9953
|
+
name: "skuName"
|
|
9954
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
9955
|
+
placeholder: "\u5546\u54C1sku\u540D\u79F0",
|
|
9956
|
+
allowClear: true,
|
|
9946
9957
|
style: {
|
|
9947
9958
|
width: 150
|
|
9948
9959
|
}
|
package/dist/index.js
CHANGED
|
@@ -9939,21 +9939,32 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
9939
9939
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
9940
9940
|
name: "name"
|
|
9941
9941
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
9942
|
-
placeholder: "\
|
|
9942
|
+
placeholder: "\u5546\u54C1\u540D\u79F0",
|
|
9943
|
+
allowClear: true,
|
|
9943
9944
|
style: {
|
|
9944
9945
|
width: 150
|
|
9945
9946
|
}
|
|
9946
9947
|
})), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
9947
9948
|
name: "code"
|
|
9948
9949
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
9949
|
-
placeholder: "\
|
|
9950
|
+
placeholder: "\u5546\u54C1\u7F16\u7801",
|
|
9951
|
+
allowClear: true,
|
|
9950
9952
|
style: {
|
|
9951
9953
|
width: 150
|
|
9952
9954
|
}
|
|
9953
9955
|
})), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
9954
9956
|
name: "skuCode"
|
|
9955
9957
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
9956
|
-
placeholder: "\
|
|
9958
|
+
placeholder: "\u5546\u54C1sku\u7F16\u7801",
|
|
9959
|
+
allowClear: true,
|
|
9960
|
+
style: {
|
|
9961
|
+
width: 150
|
|
9962
|
+
}
|
|
9963
|
+
})), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
9964
|
+
name: "skuName"
|
|
9965
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
|
9966
|
+
placeholder: "\u5546\u54C1sku\u540D\u79F0",
|
|
9967
|
+
allowClear: true,
|
|
9957
9968
|
style: {
|
|
9958
9969
|
width: 150
|
|
9959
9970
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.7-alpha.
|
|
3
|
+
"version": "0.8.7-alpha.11",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "c5c3b6840ab8c42984a16aef61dccb2c256adc2c"
|
|
62
62
|
}
|