@kmkf-fe-packages/basic-components 0.8.17-alpha.28 → 0.8.17-alpha.29
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 +15 -1
- package/dist/index.js +15 -0
- package/dist/src/apaas/CalculationInput/index.d.ts +3 -0
- package/dist/src/index.d.ts +1 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -11592,4 +11592,18 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11592
11592
|
}))) : null) : null);
|
|
11593
11593
|
};
|
|
11594
11594
|
|
|
11595
|
-
|
|
11595
|
+
var CalculationInput = function CalculationInput(props) {
|
|
11596
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
11597
|
+
style: {
|
|
11598
|
+
display: 'flex',
|
|
11599
|
+
alignItems: 'center'
|
|
11600
|
+
}
|
|
11601
|
+
}, /*#__PURE__*/React.createElement(ApaasInput, _objectSpread2({}, props)), /*#__PURE__*/React.createElement("span", {
|
|
11602
|
+
style: {
|
|
11603
|
+
marginLeft: '4px',
|
|
11604
|
+
width: '88px'
|
|
11605
|
+
}
|
|
11606
|
+
}, props === null || props === void 0 ? void 0 : props.unit));
|
|
11607
|
+
};
|
|
11608
|
+
|
|
11609
|
+
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
|
@@ -11603,6 +11603,20 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11603
11603
|
}))) : null) : null);
|
|
11604
11604
|
};
|
|
11605
11605
|
|
|
11606
|
+
var CalculationInput = function CalculationInput(props) {
|
|
11607
|
+
return /*#__PURE__*/React__default['default'].createElement("span", {
|
|
11608
|
+
style: {
|
|
11609
|
+
display: 'flex',
|
|
11610
|
+
alignItems: 'center'
|
|
11611
|
+
}
|
|
11612
|
+
}, /*#__PURE__*/React__default['default'].createElement(ApaasInput, _objectSpread2({}, props)), /*#__PURE__*/React__default['default'].createElement("span", {
|
|
11613
|
+
style: {
|
|
11614
|
+
marginLeft: '4px',
|
|
11615
|
+
width: '88px'
|
|
11616
|
+
}
|
|
11617
|
+
}, props === null || props === void 0 ? void 0 : props.unit));
|
|
11618
|
+
};
|
|
11619
|
+
|
|
11606
11620
|
exports.Address = ApaasAddress;
|
|
11607
11621
|
exports.AliPay = AliPay;
|
|
11608
11622
|
exports.ApaasAddress = Province;
|
|
@@ -11628,6 +11642,7 @@ exports.BsGoods = BsGoods;
|
|
|
11628
11642
|
exports.BsReissue = BsReissue;
|
|
11629
11643
|
exports.BsSystemOrder = index;
|
|
11630
11644
|
exports.BuyerNick = BuyerNick;
|
|
11645
|
+
exports.CalculationInput = CalculationInput;
|
|
11631
11646
|
exports.ChooseBaby = ChooseBaby;
|
|
11632
11647
|
exports.CommonMultiStatus = CommonSystemOrder$1;
|
|
11633
11648
|
exports.CommonStatus = CommonStatus;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -46,3 +46,4 @@ export { default as CommonSystemOrder } from './common/CommonSystemOrder';
|
|
|
46
46
|
export { default as CommonMultiStatus } from './common/CommonMultiStatus';
|
|
47
47
|
export { default as ParseLogistics } from './common/ParseLogistics';
|
|
48
48
|
export { default as IdentifyAddress } from './common/IdentifyAddress';
|
|
49
|
+
export { default as CalculationInput } from './apaas/CalculationInput';
|
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.29",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.29",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"pubsub-js": "^1.9.4",
|
|
26
26
|
"react-copy-to-clipboard": "^5.1.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "01f01467ce0a333277f19096d36e1fa386c9bcda"
|
|
64
64
|
}
|