@kmkf-fe-packages/basic-components 2.0.54-beta.10 → 2.0.54-beta.13
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/index.esm.js +298 -265
- package/dist/index.js +298 -264
- package/dist/src/common/AsyncSelect/index.d.ts +6 -0
- package/dist/src/index.d.ts +1 -0
- package/package.json +3 -3
package/dist/src/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export { default as CommonStatus } from './common/CommonStatus';
|
|
|
57
57
|
export { default as CommonSystemOrder } from './common/CommonSystemOrder';
|
|
58
58
|
export { default as CommonMultiStatus } from './common/CommonMultiStatus';
|
|
59
59
|
export { default as MsgStatus } from './common/MsgStatus';
|
|
60
|
+
export { default as AsyncSelect } from './common/AsyncSelect';
|
|
60
61
|
export { default as ParseLogistics } from './common/ParseLogistics';
|
|
61
62
|
export { default as IdentifyAddress } from './common/IdentifyAddress';
|
|
62
63
|
export { default as CalculationInput } from './apaas/CalculationInput';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.13",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.0.54-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.54-beta.13",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"bignumber.js": "^9.1.2",
|
|
26
26
|
"kmkf-monitor": "^0.8.9",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "b02596b9e9e06b72ecf4195434ddfddbeed4b5f7"
|
|
69
69
|
}
|