@kmkf-fe-packages/basic-components 0.8.17-alpha.29 → 0.8.17-alpha.30
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11593,6 +11593,8 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11593
11593
|
};
|
|
11594
11594
|
|
|
11595
11595
|
var CalculationInput = function CalculationInput(props) {
|
|
11596
|
+
var _props$config = props.config,
|
|
11597
|
+
config = _props$config === void 0 ? {} : _props$config;
|
|
11596
11598
|
return /*#__PURE__*/React.createElement("span", {
|
|
11597
11599
|
style: {
|
|
11598
11600
|
display: 'flex',
|
|
@@ -11603,7 +11605,7 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11603
11605
|
marginLeft: '4px',
|
|
11604
11606
|
width: '88px'
|
|
11605
11607
|
}
|
|
11606
|
-
},
|
|
11608
|
+
}, config === null || config === void 0 ? void 0 : config.unit));
|
|
11607
11609
|
};
|
|
11608
11610
|
|
|
11609
11611
|
export { ApaasAddress as Address, AliPay, Province as ApaasAddress, ApaasCascader, ApaasCheckbox, ApaasDate, withFormItem as ApaasHoc, ApaasInput, ApaasInputNumber, ApaasLogistics, ApaasMultipleSelect, ApaasPosting, ApaasRadio, ApaasRate, ApaasSelect, ApaasSlider, ApaasTextArea, ApaasUpload, ApaasUploadAsync, ApaasUploadAsync$1 as ApaasUploadFile, BsExchange, BsGoods, BsReissue, index as BsSystemOrder, BuyerNick, CalculationInput, ChooseBaby, CommonSystemOrder$1 as CommonMultiStatus, CommonStatus, CommonSystemOrder, ExpressLogistics, Goods, index$1 as GoodsTable, IdentifyAddress, Invoice, jstGoods as JstGoods, ItemList as JstItemList, LogisticsInterception, LogisticsTrajectory, ParseLogistics, Payment, RemarkInput as Remark, ExpressLogistics as ReturnLogistics, ShopNameSelect as ShopName, Status, Supplier, TBGoodId, TBGoodSerial, TradeId };
|
package/dist/index.js
CHANGED
|
@@ -11604,6 +11604,8 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11604
11604
|
};
|
|
11605
11605
|
|
|
11606
11606
|
var CalculationInput = function CalculationInput(props) {
|
|
11607
|
+
var _props$config = props.config,
|
|
11608
|
+
config = _props$config === void 0 ? {} : _props$config;
|
|
11607
11609
|
return /*#__PURE__*/React__default['default'].createElement("span", {
|
|
11608
11610
|
style: {
|
|
11609
11611
|
display: 'flex',
|
|
@@ -11614,7 +11616,7 @@ var CalculationInput = function CalculationInput(props) {
|
|
|
11614
11616
|
marginLeft: '4px',
|
|
11615
11617
|
width: '88px'
|
|
11616
11618
|
}
|
|
11617
|
-
},
|
|
11619
|
+
}, config === null || config === void 0 ? void 0 : config.unit));
|
|
11618
11620
|
};
|
|
11619
11621
|
|
|
11620
11622
|
exports.Address = ApaasAddress;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.17-alpha.
|
|
3
|
+
"version": "0.8.17-alpha.30",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "38cb33bd42efa896dceaed74c24ec423f46593af"
|
|
64
64
|
}
|