@kmkf-fe-packages/services-components 2.2.13-beta.42 → 2.2.13-beta.44
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/esm/Hooks/useColumnsConfig.d.ts +1 -1
- package/dist/esm/components/BS/BsSystemOrder/index.js +17 -8
- package/dist/esm/components/Common/index.d.ts +1 -1
- package/dist/esm/components/Common/index.js +9 -3
- package/dist/esm/components/Remark/index.d.ts +18 -2
- package/dist/esm/components/Remark/index.js +37 -2
- package/dist/esm/factory.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import LogisticsInterception from "../components/LogisticsInterception";
|
|
2
2
|
import LogisticsMoreInterception from "../components/LogisticsMoreInterception";
|
|
3
|
-
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/
|
|
3
|
+
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/ActualPayment").default | import("../components/Address").default | import("../components/AfterSalesOrderId").default | import("../components/Alipay").default | import("../components/BS/BsExchange").default | import("../components/BS/BsGoods").default | import("../components/BS/BsLogistics").default | import("../components/BS/BsPosting").default | import("../components/BS/BsReissue").default | import("../components/BS/BsReturn").default | import("../components/BS/BsSystemOrder").default | import("../components/BsE3/BsGoods").default | import("../components/BsE3/BsReissueE3").default | import("../components/BuyerNick").default | import("../components/Calculation").default | import("../components/Cascader").default | import("../components/Checkbox").default | import("../components/CommonDataTime").default | import("../components/CommonInput").default | import("../components/CommonMultiStatus").default | import("../components/CommonSystemOrder").default | import("../components/CompletedUser").default | import("../components/DataTime").default | import("../components/EItemEnCode").default | import("../components/EItemId").default | import("../components/EItemSelect").default | import("../components/Input").default | import("../components/TypeInput").default | import("../components/Select").default | import("../components/SelectOption").default | import("../components/Radio").default | import("../components/TextArea").default | import("../components/Picture").default | import("../components/PicturePro").default | import("../components/MultSelect").default | import("../components/Grade").default | import("../components/Rate").default | import("../components/File").default | import("../components/PostIng").default | import("../components/SubForm").default | import("../components/TradeId").default | import("../components/ShopName").default | import("../components/ReceiverName").default | import("../components/ReceiverMobile").default | import("../components/ReceiverAddress").default | import("../components/TradeDateTime").default | import("../components/Logistics").default | import("../components/ReturnLogistics").default | import("../components/Remark").default | import("../components/SystemOrderNo").default | import("../components/Ordinary").default | import("../components/ThirdItemSelect").default | import("../components/Payment").default | import("../components/Reissue/Logistics").default | import("../components/JST/JstItemSelect").default | import("../components/JST/JstSendGood").default | import("../components/JST/JstSupply").default | import("../components/Public/Goods").default | import("../components/Public/ReissueGoods").default | import("../components/Public/Exchange").default | import("../components/FlowStatusSelect").default | import("../components/FlowMarkSelect").default | import("../components/FlowTag").default | import("../components/TemplateSelect").default | import("../components/WorkOrderId").default | LogisticsInterception | LogisticsMoreInterception | import("../components/LogisticsTrajectory").default | import("../components/LogisticsMoreTrajectory").default | import("../components/PlatForm").default | import("../components/ShopInput").default | import("../components/Submitter").default | import("../components/PrevSubmitter").default | import("../components/FlowCreator").default | import("../components/Handler").default | import("../components/FlowWorkOrderId").default | import("../components/StatusSelect").default | import("../components/NodeDeadLine").default | import("../components/HandlerDeadLine").default | import("../components/NodeStayDuration").default | import("../components/WLN/WlnGoods").default | import("../components/NodeInput").default | import("../components/FlowWorkOrderStatus").default | import("../components/MsgStatus").default | import("../components/WDT/WdtGoods").default | import("../components/WDT/WdtRessuie").default | import("../components/WDT/WdtReturn").default | import("../components/WDT/WdtExchange").default | import("../components/WDT/WdtShopSelect").default | import("../components/KM/KmVideo").default | import("../components/PaymentVoucherCode").default | import("../components/Label").default | import("../components/MemberLevel").default | import("../components/GY/GyGoods").default | import("../components/GY/GyReissue").default | import("../components/GY/GyReturn").default | import("../components/Public/AsyncSelect").default | import("../components/SKX/SkxIdInputSelect").default | import("../components/SKX/SkxGoods").default | import("../components/OrderSubForm").default;
|
|
4
4
|
export declare const useColumnsConfig: ({ queryWorkOrderDetail, flatTemplateList, shopList, sortState, onChangeSort, handleReset, handleSubmit, handleChangeSingleWorkOrderMark, userList, tbAppKey, isShare, openSingleColumnsFilter, openSingleColumnsSort, }: {
|
|
5
5
|
queryWorkOrderDetail?: ((p: any) => void) | undefined;
|
|
6
6
|
flatTemplateList?: any;
|
|
@@ -16,6 +16,7 @@ import { BsSystemOrder as SystemOrder } from "@kmkf-fe-packages/basic-components
|
|
|
16
16
|
import { BsSystemOrderTable } from "../../Common";
|
|
17
17
|
import { BsHeaderChild } from "../common/index";
|
|
18
18
|
import { SYMBOL, batchInput } from "../../../constant";
|
|
19
|
+
import { getSystemShowHead } from "@kmkf-fe-packages/kmkf-utils";
|
|
19
20
|
var typeMap = {
|
|
20
21
|
BS_SYSTEM_ORDER: BS_SYSTEM_ORDER_CONFIG,
|
|
21
22
|
KM_SYSTEM_ORDER: KM_SYSTEM_ORDER_CONFIG,
|
|
@@ -28,9 +29,10 @@ var typeMap = {
|
|
|
28
29
|
};
|
|
29
30
|
var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
30
31
|
var _this = this,
|
|
32
|
+
_getSystemShowHead,
|
|
31
33
|
_typeMap$options$type,
|
|
32
|
-
|
|
33
|
-
_this$
|
|
34
|
+
_options$componentCon,
|
|
35
|
+
_this$componentConfig5;
|
|
34
36
|
_classCallCheck(this, BsSystemOrder);
|
|
35
37
|
_defineProperty(this, "name", void 0);
|
|
36
38
|
_defineProperty(this, "id", void 0);
|
|
@@ -45,12 +47,14 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
45
47
|
_defineProperty(this, "dataType", void 0);
|
|
46
48
|
_defineProperty(this, "children", void 0);
|
|
47
49
|
_defineProperty(this, "renderClient", function (record) {
|
|
50
|
+
var _this$componentConfig;
|
|
48
51
|
return !isNull(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ItemView, {
|
|
49
52
|
id: _this.id,
|
|
50
53
|
label: _this.name,
|
|
51
54
|
value: /*#__PURE__*/React.createElement(BsSystemOrderTable, {
|
|
52
55
|
value: record === null || record === void 0 ? void 0 : record["".concat(_this.id)],
|
|
53
|
-
type: _this.type
|
|
56
|
+
type: _this.type,
|
|
57
|
+
showHeader: ((_this$componentConfig = _this.componentConfig) === null || _this$componentConfig === void 0 ? void 0 : _this$componentConfig.showHeader) || []
|
|
54
58
|
})
|
|
55
59
|
})) : null;
|
|
56
60
|
});
|
|
@@ -58,13 +62,15 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
58
62
|
return null;
|
|
59
63
|
});
|
|
60
64
|
_defineProperty(this, "renderLog", function (r) {
|
|
65
|
+
var _this$componentConfig2;
|
|
61
66
|
if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat(typeMap[_this.type].key)])) return null;
|
|
62
67
|
return /*#__PURE__*/React.createElement(BsSystemOrderTable, {
|
|
63
68
|
value: {
|
|
64
69
|
showOrderInfo: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat(typeMap[_this.type].key)],
|
|
65
70
|
selectIds: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_").concat(typeMap[_this.type].selectId)]
|
|
66
71
|
},
|
|
67
|
-
type: _this.type
|
|
72
|
+
type: _this.type,
|
|
73
|
+
showHeader: ((_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.showHeader) || []
|
|
68
74
|
});
|
|
69
75
|
});
|
|
70
76
|
_defineProperty(this, "getComponentValue", function (r) {
|
|
@@ -74,7 +80,7 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
74
80
|
return null;
|
|
75
81
|
});
|
|
76
82
|
_defineProperty(this, "editRender", function (p) {
|
|
77
|
-
var _this$
|
|
83
|
+
var _this$componentConfig3, _this$componentConfig4;
|
|
78
84
|
return /*#__PURE__*/React.createElement(GetFormItem, {
|
|
79
85
|
title: _this.name,
|
|
80
86
|
name: _this.id,
|
|
@@ -82,7 +88,7 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
82
88
|
required: false,
|
|
83
89
|
hidden: p === null || p === void 0 ? void 0 : p.hidden,
|
|
84
90
|
display: p === null || p === void 0 ? void 0 : p.display,
|
|
85
|
-
tooltip: (_this$
|
|
91
|
+
tooltip: (_this$componentConfig3 = _this.componentConfig) !== null && _this$componentConfig3 !== void 0 && _this$componentConfig3.showTooltip ? (_this$componentConfig4 = _this.componentConfig) === null || _this$componentConfig4 === void 0 ? void 0 : _this$componentConfig4.tooltip : "",
|
|
86
92
|
component: /*#__PURE__*/React.createElement(SystemOrder, _extends({}, _this.componentConfig, {
|
|
87
93
|
onChange: p === null || p === void 0 ? void 0 : p.onChange,
|
|
88
94
|
type: _this.type
|
|
@@ -111,7 +117,10 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
111
117
|
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
112
118
|
this.isCombinationComponent = true;
|
|
113
119
|
this.canSort = false;
|
|
114
|
-
this.children = ((
|
|
120
|
+
this.children = ((_getSystemShowHead = getSystemShowHead({
|
|
121
|
+
columns: ((_typeMap$options$type = typeMap[options.type]) === null || _typeMap$options$type === void 0 ? void 0 : _typeMap$options$type.columns) || [],
|
|
122
|
+
showHeader: (options === null || options === void 0 ? void 0 : (_options$componentCon = options.componentConfig) === null || _options$componentCon === void 0 ? void 0 : _options$componentCon.showHeader) || []
|
|
123
|
+
})) === null || _getSystemShowHead === void 0 ? void 0 : _getSystemShowHead.map(function (column) {
|
|
115
124
|
return new BsHeaderChild(_objectSpread(_objectSpread({}, options), {}, {
|
|
116
125
|
transformValue: column.render,
|
|
117
126
|
renderExport: column.renderExport,
|
|
@@ -121,7 +130,7 @@ var BsSystemOrder = /*#__PURE__*/_createClass(function BsSystemOrder(options) {
|
|
|
121
130
|
}));
|
|
122
131
|
})) || [];
|
|
123
132
|
this.componentConfig = options === null || options === void 0 ? void 0 : options.componentConfig;
|
|
124
|
-
this.rules = this !== null && this !== void 0 && (_this$
|
|
133
|
+
this.rules = this !== null && this !== void 0 && (_this$componentConfig5 = this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.required ? [{
|
|
125
134
|
required: true,
|
|
126
135
|
validator: function validator(_, value) {
|
|
127
136
|
var _value$selectIds;
|
|
@@ -40,7 +40,7 @@ export declare const BsGoodsTable: ({ list, showHeader, text, type, }: {
|
|
|
40
40
|
}) => React.JSX.Element;
|
|
41
41
|
export declare const FileRender: ({ fileList, canDownload }: any) => React.JSX.Element;
|
|
42
42
|
export declare const KmVideoRender: ({ fileList, canDownload }: any) => React.JSX.Element;
|
|
43
|
-
export declare const BsSystemOrderTable: ({ value, type }: any) => React.JSX.Element;
|
|
43
|
+
export declare const BsSystemOrderTable: ({ value, type, showHeader }: any) => React.JSX.Element;
|
|
44
44
|
export declare const MsgContent: ({ horizontal, list, valueKey, failValue, options, }: any) => React.JSX.Element;
|
|
45
45
|
export declare const AlipayBill: (props: any) => React.JSX.Element;
|
|
46
46
|
export declare const RenderPicturePro: (props: any) => React.JSX.Element;
|
|
@@ -15,7 +15,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
15
15
|
import { Form, Button, Modal, Tooltip, Space, Image, Popover, Table, message, Typography } from "antd";
|
|
16
16
|
import { DownloadOutlined } from "@ant-design/icons";
|
|
17
17
|
import React, { useState, useMemo } from "react";
|
|
18
|
-
import { ExpressData, SendDataCenter } from "@kmkf-fe-packages/kmkf-utils";
|
|
18
|
+
import { ExpressData, SendDataCenter, getSystemShowHead } from "@kmkf-fe-packages/kmkf-utils";
|
|
19
19
|
import { getAlipayBillReceipt } from "../../service/api";
|
|
20
20
|
import { CopyToClipboard } from "react-copy-to-clipboard";
|
|
21
21
|
import styles from "./index.module.less";
|
|
@@ -769,7 +769,9 @@ export var KmVideoRender = function KmVideoRender(_ref13) {
|
|
|
769
769
|
};
|
|
770
770
|
export var BsSystemOrderTable = function BsSystemOrderTable(_ref14) {
|
|
771
771
|
var value = _ref14.value,
|
|
772
|
-
type = _ref14.type
|
|
772
|
+
type = _ref14.type,
|
|
773
|
+
_ref14$showHeader = _ref14.showHeader,
|
|
774
|
+
showHeader = _ref14$showHeader === void 0 ? [] : _ref14$showHeader;
|
|
773
775
|
var columnMap = {
|
|
774
776
|
BS_SYSTEM_ORDER: BS_SYSTEM_ORDER_CONFIG.columns,
|
|
775
777
|
KM_SYSTEM_ORDER: KM_SYSTEM_ORDER_CONFIG.columns,
|
|
@@ -805,9 +807,13 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref14) {
|
|
|
805
807
|
};
|
|
806
808
|
}
|
|
807
809
|
};
|
|
810
|
+
var columns = getSystemShowHead({
|
|
811
|
+
columns: columnMap[type] || [],
|
|
812
|
+
showHeader: showHeader
|
|
813
|
+
});
|
|
808
814
|
return /*#__PURE__*/React.createElement(Table, {
|
|
809
815
|
dataSource: (value === null || value === void 0 ? void 0 : value.showOrderInfo) || [],
|
|
810
|
-
columns:
|
|
816
|
+
columns: columns || [],
|
|
811
817
|
rowSelection: rowSelection,
|
|
812
818
|
rowKey: rowKeyMap[type] || "billNo",
|
|
813
819
|
size: "small",
|
|
@@ -29,7 +29,7 @@ declare class ERemark implements ComponentInterface {
|
|
|
29
29
|
};
|
|
30
30
|
renderExport: (value: unknown, record: Record) => any;
|
|
31
31
|
editRender: (p: any) => React.JSX.Element;
|
|
32
|
-
filterConfig: (item: ColumnConfig) => {
|
|
32
|
+
filterConfig: (item: ColumnConfig) => ({
|
|
33
33
|
searchDefaultConditions: {
|
|
34
34
|
in: "in";
|
|
35
35
|
anylike: "anylike";
|
|
@@ -43,9 +43,25 @@ declare class ERemark implements ComponentInterface {
|
|
|
43
43
|
label: string;
|
|
44
44
|
value: string;
|
|
45
45
|
}[];
|
|
46
|
+
options?: undefined;
|
|
46
47
|
};
|
|
47
48
|
filterFn: (value: string) => (i: Record) => boolean;
|
|
48
49
|
formatFilterValue: (value: any) => any;
|
|
49
|
-
}
|
|
50
|
+
} | {
|
|
51
|
+
searchDefaultConditions: "in";
|
|
52
|
+
type: string;
|
|
53
|
+
id: string;
|
|
54
|
+
name: string;
|
|
55
|
+
filterComponentType: "MultipleSelect";
|
|
56
|
+
props: {
|
|
57
|
+
options: {
|
|
58
|
+
label: string;
|
|
59
|
+
value: string;
|
|
60
|
+
}[];
|
|
61
|
+
filterOptions?: undefined;
|
|
62
|
+
};
|
|
63
|
+
filterFn: (value: string[]) => (i: Record) => boolean;
|
|
64
|
+
formatFilterValue?: undefined;
|
|
65
|
+
})[];
|
|
50
66
|
}
|
|
51
67
|
export default ERemark;
|
|
@@ -98,7 +98,7 @@ var ERemark = /*#__PURE__*/_createClass(function ERemark(options) {
|
|
|
98
98
|
});
|
|
99
99
|
});
|
|
100
100
|
_defineProperty(this, "filterConfig", function (item) {
|
|
101
|
-
return {
|
|
101
|
+
return [{
|
|
102
102
|
searchDefaultConditions: {
|
|
103
103
|
in: SYMBOL.in,
|
|
104
104
|
anylike: SYMBOL.anylike
|
|
@@ -124,7 +124,42 @@ var ERemark = /*#__PURE__*/_createClass(function ERemark(options) {
|
|
|
124
124
|
return value;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
}
|
|
127
|
+
}, {
|
|
128
|
+
searchDefaultConditions: SYMBOL.in,
|
|
129
|
+
type: item.type,
|
|
130
|
+
id: "".concat(item.id, "_flag"),
|
|
131
|
+
// 过滤组件id
|
|
132
|
+
name: "".concat(item.name, "\u65D7\u5E1C"),
|
|
133
|
+
// 过滤组件名称
|
|
134
|
+
filterComponentType: 'MultipleSelect',
|
|
135
|
+
props: {
|
|
136
|
+
//不使用workOrderMark的数据,筛选会深拷贝
|
|
137
|
+
options: [{
|
|
138
|
+
label: '灰色',
|
|
139
|
+
value: '0'
|
|
140
|
+
}, {
|
|
141
|
+
label: '红色',
|
|
142
|
+
value: '1'
|
|
143
|
+
}, {
|
|
144
|
+
label: '黄色',
|
|
145
|
+
value: '2'
|
|
146
|
+
}, {
|
|
147
|
+
label: '绿色',
|
|
148
|
+
value: '3'
|
|
149
|
+
}, {
|
|
150
|
+
label: '蓝色',
|
|
151
|
+
value: '4'
|
|
152
|
+
}, {
|
|
153
|
+
label: '紫色',
|
|
154
|
+
value: '5'
|
|
155
|
+
}]
|
|
156
|
+
},
|
|
157
|
+
filterFn: function filterFn(value) {
|
|
158
|
+
return function (i) {
|
|
159
|
+
return value === null || value === void 0 ? void 0 : value.includes(_filterFn.filterTableListItemColumnValue(i, item.id, ''));
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
}];
|
|
128
163
|
});
|
|
129
164
|
this.name = options.name;
|
|
130
165
|
this.id = options.id;
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ReissueLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicPicturePro, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, CommonDataTime, TradeId, ShopName, 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, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, KmVideo, BasicTypeInput, SkxIdInputSelect, SkxGoods, BasicSelectOption, OrderSubForm } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BsLogistics |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => ActualPayment | BasicAddress | AfterSalesOrderId | AliPay | BsExchange | BsGoods | BsLogistics | BsPosting | BsReissue | BsReturn | BsSystemOrder | BsE3Goods | BsE3Reissue | BuyerNick | Calculation | BasicCascader | BasicCheckbox | CommonDataTime | CommonInput | CommonMultiStatus | CommonSystemOrder | CompletedUser | BasicDataTime | ItemEnCode | ItemId | ItemSelect | BasicInput | BasicTypeInput | BasicSelect | BasicSelectOption | BasicRadio | BasicTextArea | BasicPicture | BasicPicturePro | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | TradeId | ShopName | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ERemark | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSendGood | JstSupply | PublicGoods | PublicReissueGoods | PublicExchange | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | FlowWorkOrderId | StatusSelect | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | NodeInput | FlowWorkOrderStatus | MsgStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | PaymentVoucherCode | Label | MemberLevel | GyGoods | GyReissue | GyReturn | AsyncSelect | SkxIdInputSelect | SkxGoods | OrderSubForm;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.44",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.2.13-beta.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.43",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.43",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
28
28
|
"react-pdf-js": "^5.1.0"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "4f69afce19644bc08da43fbc2ec1ef8b3433305a",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|