@kmkf-fe-packages/services-components 0.24.2-beta.1 → 0.24.2-beta.2
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.
|
@@ -43,13 +43,12 @@ declare class BsLogistics implements ComponentInterface {
|
|
|
43
43
|
};
|
|
44
44
|
filterFn: (value: string) => (i: Record) => any;
|
|
45
45
|
} | {
|
|
46
|
-
searchDefaultConditions: "
|
|
46
|
+
searchDefaultConditions: "like";
|
|
47
47
|
type: string;
|
|
48
48
|
id: string;
|
|
49
49
|
name: string;
|
|
50
|
-
filterComponentType: "
|
|
50
|
+
filterComponentType: "Input";
|
|
51
51
|
filterFn: (value: string) => (i: Record) => boolean;
|
|
52
|
-
formatFilterValue: (value: any) => any;
|
|
53
52
|
})[];
|
|
54
53
|
}
|
|
55
54
|
export default BsLogistics;
|
|
@@ -431,7 +431,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
431
431
|
title: "SPU\u5546\u54C1\u7F16\u7801",
|
|
432
432
|
align: 'center',
|
|
433
433
|
ellipsis: true,
|
|
434
|
-
width:
|
|
434
|
+
width: 180
|
|
435
435
|
}, {
|
|
436
436
|
dataIndex: 'goodName',
|
|
437
437
|
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
@@ -449,7 +449,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
449
449
|
title: "".concat(text, "sku\u7F16\u7801"),
|
|
450
450
|
align: 'center',
|
|
451
451
|
ellipsis: true,
|
|
452
|
-
width:
|
|
452
|
+
width: 180
|
|
453
453
|
}, {
|
|
454
454
|
dataIndex: 'specName',
|
|
455
455
|
title: "".concat(text, "sku\u540D\u79F0"),
|
|
@@ -34,7 +34,7 @@ var GoodHeaderMap = {
|
|
|
34
34
|
component: BsHeaderChild,
|
|
35
35
|
name: "SPU商品编码",
|
|
36
36
|
key: "goodNo",
|
|
37
|
-
width:
|
|
37
|
+
width: 180
|
|
38
38
|
},
|
|
39
39
|
imgUrl: {
|
|
40
40
|
component: BsHeaderPic,
|
|
@@ -58,7 +58,7 @@ var GoodHeaderMap = {
|
|
|
58
58
|
component: BsHeaderChild,
|
|
59
59
|
name: "sku编码",
|
|
60
60
|
key: "specNo",
|
|
61
|
-
width:
|
|
61
|
+
width: 180
|
|
62
62
|
},
|
|
63
63
|
specName: {
|
|
64
64
|
component: BsHeaderChild,
|
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, 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) =>
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => CompletedUser | FlowMarkSelect | FlowStatusSelect | FlowTag | FlowWorkOrderStatus | Handler | NodeInput | PlatForm | ShopInput | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | LogisticsMoreTrajectory | Submitter | PrevSubmitter | FlowCreator | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | MsgStatus | WdtGoods;
|
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.2",
|
|
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.2",
|
|
24
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.2"
|
|
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": "4693065514732a080a5b1369b8ac7e5fbaff8213",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|