@kmkf-fe-packages/basic-components 2.2.16 → 2.2.20-rc.0
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -17763,7 +17763,7 @@ var relationComponentUniqueKeyMap = {
|
|
|
17763
17763
|
// 产品分类
|
|
17764
17764
|
goodClass: {
|
|
17765
17765
|
relationComponentKey: '8gozpyUFtA',
|
|
17766
|
-
reflectKey: '
|
|
17766
|
+
reflectKey: '2h8KRbxMjD_input',
|
|
17767
17767
|
transformValue: function transformValue(value, config) {
|
|
17768
17768
|
return goodClassTransformValue(value, config);
|
|
17769
17769
|
}
|
package/dist/index.js
CHANGED
|
@@ -17778,7 +17778,7 @@ var relationComponentUniqueKeyMap = {
|
|
|
17778
17778
|
// 产品分类
|
|
17779
17779
|
goodClass: {
|
|
17780
17780
|
relationComponentKey: '8gozpyUFtA',
|
|
17781
|
-
reflectKey: '
|
|
17781
|
+
reflectKey: '2h8KRbxMjD_input',
|
|
17782
17782
|
transformValue: function transformValue(value, config) {
|
|
17783
17783
|
return goodClassTransformValue(value, config);
|
|
17784
17784
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.20-rc.0",
|
|
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.2.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.20-rc.0",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "f0f08458ea3db0adb6f5366e00774df700e878b0"
|
|
70
70
|
}
|