@kmkf-fe-packages/services-components 0.28.2-alpha.2 → 0.28.2-alpha.3
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/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/package.json +2 -2
package/dist/esm/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export { default as MsgStatus } from "./components/MsgStatus";
|
|
|
76
76
|
export { default as WdtGoods } from "./components/WDT/WdtGoods";
|
|
77
77
|
export { default as CommonInput } from "./components/CommonInput";
|
|
78
78
|
export { default as PaymentVoucherCode } from "./components/PaymentVoucherCode";
|
|
79
|
+
export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
|
|
79
80
|
export { factory } from "./factory";
|
|
80
81
|
export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
|
|
81
82
|
export { default as SelectMark } from "./commonComponents/SelectMark";
|
package/dist/esm/index.js
CHANGED
|
@@ -76,6 +76,8 @@ export { default as MsgStatus } from "./components/MsgStatus";
|
|
|
76
76
|
export { default as WdtGoods } from "./components/WDT/WdtGoods";
|
|
77
77
|
export { default as CommonInput } from "./components/CommonInput";
|
|
78
78
|
export { default as PaymentVoucherCode } from "./components/PaymentVoucherCode";
|
|
79
|
+
// TODO: ERP 打款工单使用
|
|
80
|
+
export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
|
|
79
81
|
export { factory } from "./factory";
|
|
80
82
|
export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
|
|
81
83
|
export { default as SelectMark } from "./commonComponents/SelectMark";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.28.2-alpha.
|
|
3
|
+
"version": "0.28.2-alpha.3",
|
|
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": "23bbebd5a7b3612aa00b278878ae6b310758d6dd",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|