@kmkf-fe-packages/services-components 0.8.17-alpha.14 → 0.8.17-alpha.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.
package/README.md CHANGED
@@ -0,0 +1,3 @@
1
+ ### 企业工单组件库
2
+
3
+ 111
@@ -13,7 +13,6 @@ declare class ShopInput implements ComponentInterface {
13
13
  children: ComponentInterface[];
14
14
  dataType: ComponentInterface['dataType'];
15
15
  options: ComponentInterface['options'];
16
- format: ComponentInterface['format'];
17
16
  constructor(options: PickOption);
18
17
  renderPc: (shopName: unknown, record: any) => React.JSX.Element;
19
18
  renderLog: (record: Record) => any;
@@ -25,7 +25,6 @@ var ShopInput = /*#__PURE__*/_createClass(function ShopInput(options) {
25
25
  _defineProperty(this, "children", void 0);
26
26
  _defineProperty(this, "dataType", void 0);
27
27
  _defineProperty(this, "options", void 0);
28
- _defineProperty(this, "format", void 0);
29
28
  _defineProperty(this, "renderPc", function (shopName, record) {
30
29
  return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(PlatformAvatar, {
31
30
  type: record === null || record === void 0 ? void 0 : record.platform,
@@ -97,6 +96,5 @@ var ShopInput = /*#__PURE__*/_createClass(function ShopInput(options) {
97
96
  this.children = [];
98
97
  this.dataType = 'string';
99
98
  this.options = this === null || this === void 0 ? void 0 : (_this$effects4 = this.effects) === null || _this$effects4 === void 0 ? void 0 : _this$effects4.shopList;
100
- this.format = 'shopInput';
101
99
  });
102
100
  export default ShopInput;
@@ -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, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsSystemOrder, StatusSelect, CommonTradeId } from "./index";
2
2
  import { PickOption } from "./type";
3
- export declare const factory: (type: string, options: PickOption) => BsExchange | CommonTradeId | JstLogistics | BasicPosting | BasicRadio | BasicSelect | ShopInput | StatusSelect | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstItemSelect | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsReissue | FlowStatusSelect | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | Submitter | Handler | CompletedUser | FlowWorkOrderId;
3
+ export declare const factory: (type: string, options: PickOption) => BsExchange | CommonTradeId | JstLogistics | BasicPosting | BasicRadio | BasicSelect | StatusSelect | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstItemSelect | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsReissue | FlowStatusSelect | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Submitter | Handler | CompletedUser | FlowWorkOrderId;
@@ -39,7 +39,7 @@ export interface ComponentInterface {
39
39
  width?: number;
40
40
  align?: ALignType;
41
41
  dataType: "string" | "number" | "boolean" | "array" | "range" | "object";
42
- format?: "dateTime" | "date" | "time" | "cascader" | 'shopInput';
42
+ format?: "dateTime" | "date" | "time" | "cascader";
43
43
  options?: Array<any>;
44
44
  /**
45
45
  * @description 组件下标
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.8.17-alpha.14",
3
+ "version": "0.8.17-alpha.2",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.8.17-alpha.14",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.14"
29
+ "@kmkf-fe-packages/basic-components": "^0.8.17-alpha.2",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.2"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "79dce2b9530a1a0cdaf3fbfed78e22dc55b0335d"
43
+ "gitHead": "0f921b205a1ef2fe1705a2f0a8a694cc53276e04"
44
44
  }