@kmkf-fe-packages/services-components 0.24.2-beta.7 → 0.24.2-beta.9
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.
|
@@ -79,11 +79,15 @@ export default (function (props) {
|
|
|
79
79
|
return item.value === value;
|
|
80
80
|
})) === null || _workOrderMark$find === void 0 ? void 0 : _workOrderMark$find.label;
|
|
81
81
|
}, [value]);
|
|
82
|
-
return /*#__PURE__*/React.createElement(Dropdown, {
|
|
82
|
+
return markLabel ? /*#__PURE__*/React.createElement(Dropdown, {
|
|
83
83
|
overlay: renderMenu()
|
|
84
84
|
}, /*#__PURE__*/React.createElement("span", {
|
|
85
85
|
onClick: function onClick(e) {
|
|
86
86
|
return e.stopPropagation();
|
|
87
87
|
}
|
|
88
|
-
}, markLabel || "--"))
|
|
88
|
+
}, markLabel || "--")) : /*#__PURE__*/React.createElement("span", {
|
|
89
|
+
onClick: function onClick(e) {
|
|
90
|
+
return e.stopPropagation();
|
|
91
|
+
}
|
|
92
|
+
}, markLabel || "--");
|
|
89
93
|
});
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsMoreInterception, LogisticsTrajectory, LogisticsMoreTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, WdtGoods, NodeInput, FlowWorkOrderStatus } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => CompletedUser | ItemEnCode | FlowMarkSelect | FlowStatusSelect | FlowTag | FlowWorkOrderStatus | Handler | LogisticsMoreInterception | NodeInput | PlatForm | ShopInput |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsReissue | BsSystemOrder | CompletedUser | ItemEnCode | FlowMarkSelect | FlowStatusSelect | FlowTag | FlowWorkOrderStatus | Handler | BasicInput | JstSendGood | LogisticsMoreInterception | NodeInput | PlatForm | BasicPosting | ShopInput | WdtGoods | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSupply | BsGoods | BsExchange | BsReturn | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | LogisticsMoreTrajectory | Submitter | PrevSubmitter | FlowCreator | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | MsgStatus;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.24.2-beta.
|
|
3
|
+
"version": "0.24.2-beta.9",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/basic-components": "^0.24.2-beta.
|
|
24
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.
|
|
23
|
+
"@kmkf-fe-packages/basic-components": "^0.24.2-beta.8",
|
|
24
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "67f95398202c78acf4fc12854e8261f8cb0e70f5",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|