@kmkf-fe-packages/services-components 0.21.4-alpha.4 → 0.21.4-alpha.6
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.
|
@@ -12,6 +12,7 @@ declare class FlowCreator implements ComponentInterface {
|
|
|
12
12
|
canSort: boolean;
|
|
13
13
|
children: ComponentInterface[];
|
|
14
14
|
dataType: ComponentInterface["dataType"];
|
|
15
|
+
format: ComponentInterface["format"];
|
|
15
16
|
options: ComponentInterface["options"];
|
|
16
17
|
constructor(options: PickOption);
|
|
17
18
|
renderPc: (value: unknown, record: Record) => React.JSX.Element;
|
|
@@ -23,6 +23,7 @@ var FlowCreator = /*#__PURE__*/_createClass(function FlowCreator(options) {
|
|
|
23
23
|
_defineProperty(this, "canSort", void 0);
|
|
24
24
|
_defineProperty(this, "children", void 0);
|
|
25
25
|
_defineProperty(this, "dataType", void 0);
|
|
26
|
+
_defineProperty(this, "format", void 0);
|
|
26
27
|
_defineProperty(this, "options", void 0);
|
|
27
28
|
_defineProperty(this, "renderPc", function (value, record) {
|
|
28
29
|
var _record;
|
|
@@ -83,5 +84,6 @@ var FlowCreator = /*#__PURE__*/_createClass(function FlowCreator(options) {
|
|
|
83
84
|
this.children = [];
|
|
84
85
|
this.dataType = "string";
|
|
85
86
|
this.options = ((_this$effects3 = this.effects) === null || _this$effects3 === void 0 ? void 0 : _this$effects3.userList) || [];
|
|
87
|
+
this.format = "staffGroup";
|
|
86
88
|
});
|
|
87
89
|
export default FlowCreator;
|
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, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BasicAddress | BsExchange | BsLogistics | BsPosting | BsReissue | BsReturn | BsSystemOrder |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => ActualPayment | BasicAddress | BsExchange | BsGoods | BsLogistics | BsPosting | BsReissue | BsReturn | BsSystemOrder | BuyerNick | Calculation | BasicCascader | BasicCheckbox | CommonDataTime | CommonMultiStatus | CommonSystemOrder | CompletedUser | BasicDataTime | ItemEnCode | ItemId | ItemSelect | ErpTradeId | BasicFile | FlowCreator | FlowMarkSelect | FlowStatusSelect | FlowTag | FlowWorkOrderId | Handler | HandlerDeadLine | BasicInput | JstItemSelect | JstLogistics | JstSendGood | JstSupply | LogisticsInterception | LogisticsTrajectory | MsgStatus | NodeDeadLine | NodeStayDuration | Payment | BasicPicture | PlatForm | BasicPosting | PrevSubmitter | BasicRadio | BasicRate | ReceiverAddress | ReceiverMobile | ReceiverName | ERemark | BasicSelect | ShopInput | StatusSelect | Submitter | BasicTextArea | ThirdItemSelect | TradeDateTime | TradeId | WlnGoods | WorkOrderId | BasicMultSelect | BasicGrade | ShopName | Logistics | ReturnLogistics | AliPay | SystemOrderNo | Ordinary | TemplateSelect;
|
package/dist/esm/type.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export interface ComponentInterface {
|
|
|
48
48
|
width?: number;
|
|
49
49
|
align?: ALignType;
|
|
50
50
|
dataType: 'string' | 'number' | 'boolean' | 'array' | 'range' | 'object';
|
|
51
|
-
format?: 'dateTime' | 'date' | 'time' | 'cascader' | 'shopInput';
|
|
51
|
+
format?: 'dateTime' | 'date' | 'time' | 'cascader' | 'shopInput' | 'staffGroup';
|
|
52
52
|
options?: Array<any>;
|
|
53
53
|
templateId?: string;
|
|
54
54
|
workOrderUniqueKey?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.21.4-alpha.
|
|
3
|
+
"version": "0.21.4-alpha.6",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7228f5c5375c041feb544a1fe0e5131362514a67",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|