@kmkf-fe-packages/services-components 2.7.3-beta.0 → 2.7.3-beta.4
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/CommonHeaderGood/index.js +6 -19
- package/dist/esm/components/JST/JstSendGood/index.d.ts +10 -0
- package/dist/esm/components/JST/JstSendGood/index.js +49 -17
- package/dist/esm/factory.d.ts +1 -1
- package/dist/esm/service/api.js +3 -0
- package/dist/esm/type.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/BS/BsSystemOrder").default | import("../components/Cascader").default | import("../components/CommonSystemOrder").default | import("../components/JST/JstSendGood").default | import("../components/KM/KmExchange").default | import("../components/Logistics").default |
|
|
3
|
+
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/BS/BsLogistics").default | import("../components/BS/BsSystemOrder").default | import("../components/Cascader").default | import("../components/CommonMultiStatus").default | import("../components/CommonSystemOrder").default | import("../components/JST/JstSendGood").default | import("../components/KM/KmExchange").default | import("../components/Logistics").default | LogisticsMoreInterception | import("../components/Payment").default | import("../components/PicturePro").default | import("../components/Public/Goods").default | import("../components/Public/ReissueGoods").default | import("../components/Public/ReturnWarehouse").default | import("../components/ReceiverAddress").default | import("../components/StatusSelect").default | import("../components/SubForm").default | import("../components/TradeId").default | import("../components/Input").default | import("../components/TypeInput").default | import("../components/Address").default | import("../components/Checkbox").default | import("../components/DataTime").default | import("../components/Select").default | import("../components/SelectOption").default | import("../components/Radio").default | import("../components/TextArea").default | import("../components/Picture").default | import("../components/MultSelect").default | import("../components/Grade").default | import("../components/Rate").default | import("../components/File").default | import("../components/PostIng").default | import("../components/CommonDataTime").default | import("../components/ShopName").default | import("../components/BuyerNick").default | import("../components/ReceiverName").default | import("../components/ReceiverMobile").default | import("../components/TradeDateTime").default | import("../components/ReturnLogistics").default | import("../components/ActualPayment").default | import("../components/Remark").default | import("../components/Alipay").default | import("../components/EItemSelect").default | import("../components/EItemId").default | import("../components/EItemEnCode").default | import("../components/SystemOrderNo").default | import("../components/Ordinary").default | import("../components/ThirdItemSelect").default | import("../components/Reissue/Logistics").default | import("../components/JST/JstItemSelect").default | import("../components/JST/JstSupply").default | import("../components/BS/BsGoods").default | import("../components/BsE3/BsGoods").default | import("../components/Public/Exchange").default | import("../components/BsE3/BsReissueE3").default | import("../components/BS/BsExchange").default | import("../components/BS/BsReissue").default | import("../components/BS/BsReturn").default | import("../components/FlowStatusSelect").default | import("../components/FlowMarkSelect").default | import("../components/FlowTag").default | import("../components/TemplateSelect").default | import("../components/WorkOrderId").default | LogisticsInterception | 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/CompletedUser").default | import("../components/FlowWorkOrderId").default | import("../components/Calculation").default | import("../components/NodeDeadLine").default | import("../components/HandlerDeadLine").default | import("../components/NodeStayDuration").default | import("../components/WLN/WlnGoods").default | import("../components/BS/BsPosting").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/CommonInput").default | import("../components/PaymentVoucherCode").default | import("../components/Label").default | import("../components/MemberLevel").default | import("../components/AfterSalesOrderId").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 | import("../components/FlowOverallStatusSelect").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;
|
|
@@ -1575,30 +1575,17 @@ var GoodHeaderMap = {
|
|
|
1575
1575
|
name: "商品条码",
|
|
1576
1576
|
width: 150
|
|
1577
1577
|
},
|
|
1578
|
-
|
|
1579
|
-
name: "
|
|
1580
|
-
width:
|
|
1578
|
+
price: {
|
|
1579
|
+
name: "单价",
|
|
1580
|
+
width: 250
|
|
1581
1581
|
},
|
|
1582
1582
|
number: {
|
|
1583
1583
|
name: "数量",
|
|
1584
1584
|
width: 100
|
|
1585
1585
|
},
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
width: 250
|
|
1590
|
-
},
|
|
1591
|
-
originPrice: {
|
|
1592
|
-
name: "原价",
|
|
1593
|
-
width: 250
|
|
1594
|
-
},
|
|
1595
|
-
price: {
|
|
1596
|
-
name: "单价",
|
|
1597
|
-
width: 250
|
|
1598
|
-
},
|
|
1599
|
-
receivable: {
|
|
1600
|
-
name: "销售金额",
|
|
1601
|
-
width: 250
|
|
1586
|
+
outPrice: {
|
|
1587
|
+
name: "实付金额",
|
|
1588
|
+
width: 100
|
|
1602
1589
|
},
|
|
1603
1590
|
type: {
|
|
1604
1591
|
name: "赠品类型",
|
|
@@ -29,6 +29,16 @@ declare class JstSendGood implements ComponentInterface {
|
|
|
29
29
|
renderExport: (value: any, record: any) => any;
|
|
30
30
|
editRender: (p: any) => React.JSX.Element;
|
|
31
31
|
filterConfig: (item: ColumnConfig) => ({
|
|
32
|
+
searchDefaultConditions: "like";
|
|
33
|
+
type: string;
|
|
34
|
+
id: string;
|
|
35
|
+
name: string;
|
|
36
|
+
filterComponentType: "TagsSelect";
|
|
37
|
+
props: {
|
|
38
|
+
options: any[];
|
|
39
|
+
};
|
|
40
|
+
filterFn: (value: string) => (i: Record) => any;
|
|
41
|
+
} | {
|
|
32
42
|
searchDefaultConditions: "in";
|
|
33
43
|
type: string;
|
|
34
44
|
id: string;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
var _excluded = ["label", "value"];
|
|
1
2
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
3
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
6
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2
7
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
8
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
4
9
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
@@ -191,38 +196,65 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
|
|
|
191
196
|
});
|
|
192
197
|
});
|
|
193
198
|
_defineProperty(this, "filterConfig", function (item) {
|
|
194
|
-
var _typeMap$_this$type8, _typeMap$_this$type9, _typeMap$_this$
|
|
195
|
-
return [["
|
|
196
|
-
searchDefaultConditions: SYMBOL.
|
|
199
|
+
var _typeMap$_this$type8, _typeMap$_this$type9, _typeMap$_this$type10, _typeMap$_this$type12;
|
|
200
|
+
return [["WLN_SEND_GOOD"].includes(_this.type) ? {
|
|
201
|
+
searchDefaultConditions: SYMBOL.like,
|
|
197
202
|
type: item.type,
|
|
198
203
|
id: "".concat(item.id, "_").concat((_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.sendName),
|
|
199
204
|
name: "".concat(_this.name, "-\u540D\u79F0"),
|
|
200
|
-
filterComponentType: "
|
|
205
|
+
filterComponentType: "TagsSelect",
|
|
201
206
|
props: {
|
|
202
|
-
options: SendDataCenter.getInstance(item.type).getSendData()
|
|
207
|
+
options: SendDataCenter.getInstance(item.type).getSendData().map(function (_ref) {
|
|
208
|
+
var label = _ref.label,
|
|
209
|
+
value = _ref.value,
|
|
210
|
+
other = _objectWithoutProperties(_ref, _excluded);
|
|
211
|
+
return _objectSpread(_objectSpread({}, other), {}, {
|
|
212
|
+
label: label,
|
|
213
|
+
value: label
|
|
214
|
+
});
|
|
215
|
+
})
|
|
203
216
|
},
|
|
204
217
|
filterFn: function filterFn(value) {
|
|
205
218
|
return function (i) {
|
|
206
|
-
var
|
|
207
|
-
return (
|
|
219
|
+
var _ref2;
|
|
220
|
+
return (_ref2 = _filterFn.filterTableListItemColumnValue(i, item.id, "sendName").split(",") || []) === null || _ref2 === void 0 ? void 0 : _ref2.some(function (item) {
|
|
208
221
|
var _String;
|
|
209
222
|
var sendName = item ? (_String = String(item)) === null || _String === void 0 ? void 0 : _String.includes(value) : false;
|
|
210
223
|
return sendName;
|
|
211
224
|
});
|
|
212
225
|
};
|
|
213
226
|
}
|
|
227
|
+
} : ["WDT_SEND_GOOD", "BS_E3_SEND_GOOD", "KM_SEND_GOOD", "GY_SEND_GOOD", "JY_SEND_GOOD", "JKY_SEND_GOOD"].includes(_this.type) ? {
|
|
228
|
+
searchDefaultConditions: SYMBOL.in,
|
|
229
|
+
type: item.type,
|
|
230
|
+
id: "".concat(item.id, "_").concat((_typeMap$_this$type9 = typeMap[_this.type]) === null || _typeMap$_this$type9 === void 0 ? void 0 : _typeMap$_this$type9.sendName),
|
|
231
|
+
name: "".concat(_this.name, "-\u540D\u79F0"),
|
|
232
|
+
filterComponentType: "MultipleSelect",
|
|
233
|
+
props: {
|
|
234
|
+
options: SendDataCenter.getInstance(item.type).getSendData()
|
|
235
|
+
},
|
|
236
|
+
filterFn: function filterFn(value) {
|
|
237
|
+
return function (i) {
|
|
238
|
+
var _ref3;
|
|
239
|
+
return (_ref3 = _filterFn.filterTableListItemColumnValue(i, item.id, "sendName").split(",") || []) === null || _ref3 === void 0 ? void 0 : _ref3.some(function (item) {
|
|
240
|
+
var _String2;
|
|
241
|
+
var sendName = item ? (_String2 = String(item)) === null || _String2 === void 0 ? void 0 : _String2.includes(value) : false;
|
|
242
|
+
return sendName;
|
|
243
|
+
});
|
|
244
|
+
};
|
|
245
|
+
}
|
|
214
246
|
} : {
|
|
215
247
|
searchDefaultConditions: SYMBOL.like,
|
|
216
248
|
type: item.type,
|
|
217
|
-
id: "".concat(item.id, "_").concat((_typeMap$_this$
|
|
249
|
+
id: "".concat(item.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.sendName),
|
|
218
250
|
name: "".concat(_this.name, "-\u540D\u79F0"),
|
|
219
251
|
filterComponentType: "Input",
|
|
220
252
|
filterFn: function filterFn(value) {
|
|
221
253
|
return function (i) {
|
|
222
|
-
var
|
|
223
|
-
return (
|
|
224
|
-
var
|
|
225
|
-
var name = item !== null && item !== void 0 && item.sendName ? (
|
|
254
|
+
var _ref4, _typeMap$_this$type11;
|
|
255
|
+
return (_ref4 = _filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.key) || []) === null || _ref4 === void 0 ? void 0 : _ref4.some(function (item) {
|
|
256
|
+
var _String3;
|
|
257
|
+
var name = item !== null && item !== void 0 && item.sendName ? (_String3 = String(item === null || item === void 0 ? void 0 : item.sendName)) === null || _String3 === void 0 ? void 0 : _String3.includes(value) : false;
|
|
226
258
|
return name;
|
|
227
259
|
});
|
|
228
260
|
};
|
|
@@ -230,15 +262,15 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
|
|
|
230
262
|
}, {
|
|
231
263
|
searchDefaultConditions: SYMBOL.like,
|
|
232
264
|
type: item.type,
|
|
233
|
-
id: "".concat(item.id, "_").concat((_typeMap$_this$
|
|
265
|
+
id: "".concat(item.id, "_").concat((_typeMap$_this$type12 = typeMap[_this.type]) === null || _typeMap$_this$type12 === void 0 ? void 0 : _typeMap$_this$type12.sendId),
|
|
234
266
|
name: "".concat(_this.name, "-\u7F16\u7801"),
|
|
235
267
|
filterComponentType: "Input",
|
|
236
268
|
filterFn: function filterFn(value) {
|
|
237
269
|
return function (i) {
|
|
238
|
-
var
|
|
239
|
-
return (
|
|
240
|
-
var
|
|
241
|
-
var id = item !== null && item !== void 0 && item.sendId ? (
|
|
270
|
+
var _ref5, _typeMap$_this$type13;
|
|
271
|
+
return (_ref5 = _filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type13 = typeMap[_this.type]) === null || _typeMap$_this$type13 === void 0 ? void 0 : _typeMap$_this$type13.key) || []) === null || _ref5 === void 0 ? void 0 : _ref5.some(function (item) {
|
|
272
|
+
var _String4;
|
|
273
|
+
var id = item !== null && item !== void 0 && item.sendId ? (_String4 = String(item === null || item === void 0 ? void 0 : item.sendId)) === null || _String4 === void 0 ? void 0 : _String4.includes(value) : false;
|
|
242
274
|
return id;
|
|
243
275
|
});
|
|
244
276
|
};
|
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, 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, FlowOverallStatusSelect, ReturnWarehouse, KmExchange } 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) => BsSystemOrder | CommonSystemOrder | JstSendGood | LogisticsInterception | StatusSelect | TradeId | BasicInput | BasicTypeInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicSelectOption | BasicRadio | BasicTextArea | BasicPicture | BasicPicturePro | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsGoods | BsE3Goods | PublicGoods | PublicReissueGoods | PublicExchange | BsE3Reissue | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | Calculation | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | BsPosting | NodeInput | FlowWorkOrderStatus | MsgStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | ReturnWarehouse | GyGoods | KmExchange | GyReissue | GyReturn | AsyncSelect | SkxIdInputSelect | SkxGoods | OrderSubForm | FlowOverallStatusSelect;
|
package/dist/esm/service/api.js
CHANGED
|
@@ -142,6 +142,7 @@ export var queryExpressInterceptData = function queryExpressInterceptData() {
|
|
|
142
142
|
SF: "顺丰",
|
|
143
143
|
ZTO: "中通",
|
|
144
144
|
JT: "极兔",
|
|
145
|
+
STO: "申通",
|
|
145
146
|
DEFAULT: ""
|
|
146
147
|
};
|
|
147
148
|
var expressList = data.map(function (item) {
|
|
@@ -210,6 +211,7 @@ export var queryExpressInterceptData = function queryExpressInterceptData() {
|
|
|
210
211
|
value: _toConsumableArray(typeObj[key]).join(",")
|
|
211
212
|
};
|
|
212
213
|
});
|
|
214
|
+
console.log("typeObj---", typeObj, instance.typeOptions, companyTypeMap);
|
|
213
215
|
instance.typeConditionOptions = Object.keys(instance.typeNameMap).map(function (key) {
|
|
214
216
|
var type = key.split("|")[0];
|
|
215
217
|
return {
|
|
@@ -237,6 +239,7 @@ export var queryExpressInterceptData = function queryExpressInterceptData() {
|
|
|
237
239
|
}
|
|
238
240
|
});
|
|
239
241
|
instance.statusConditionOptions = tempList;
|
|
242
|
+
console.log("instance-----2", instance);
|
|
240
243
|
}).catch(function (e) {
|
|
241
244
|
console.log(e);
|
|
242
245
|
});
|
package/dist/esm/type.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare type FilterConfigType = {
|
|
|
33
33
|
filterFn?: (p: any) => (r: Record) => unknown;
|
|
34
34
|
formatFilterValue?: (p: any) => any;
|
|
35
35
|
};
|
|
36
|
-
export declare type FilterComponentType = "MultipleSelect" | "Input" | "Date" | "Cascader" | "ShopList" | "Rate" | "SelectInput" | "AsyncSelect";
|
|
36
|
+
export declare type FilterComponentType = "MultipleSelect" | "TagsSelect" | "Input" | "Date" | "Cascader" | "ShopList" | "Rate" | "SelectInput" | "AsyncSelect";
|
|
37
37
|
export interface ComponentInterface {
|
|
38
38
|
transformValue?: (val: any, record?: any, parentName?: string) => any;
|
|
39
39
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.7.3-beta.
|
|
3
|
+
"version": "2.7.3-beta.4",
|
|
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.7.3-beta.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.7.3-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.7.3-beta.4",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.7.3-beta.4",
|
|
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": "006184824679eeb9a994787da6e31518e6d6f981",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|