@lm_fe/core 0.2.6 → 0.2.7
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/a_chunks/index.js +1 -1
- package/package.json +11 -11
package/dist/a_chunks/index.js
CHANGED
|
@@ -127,7 +127,7 @@ var NewListPage = function NewListPage(props) {
|
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
modal_data: {
|
|
130
|
-
targetLabelCol:
|
|
130
|
+
targetLabelCol: 8,
|
|
131
131
|
onSubmit: function onSubmit(_ref, old_data) {
|
|
132
132
|
return _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
133
133
|
var key_name, parentid, others, key, res;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lm_fe/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"react-router-dom": "^5.2.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@lm_fe/components": "^0.2.
|
|
43
|
-
"@lm_fe/components_m": "^0.2.
|
|
44
|
-
"@lm_fe/env": "^0.2.
|
|
45
|
-
"@lm_fe/pages": "^0.2.
|
|
46
|
-
"@lm_fe/pages-fubao": "^0.2.
|
|
47
|
-
"@lm_fe/pages-mchc": "^0.2.
|
|
48
|
-
"@lm_fe/provoke": "^0.2.
|
|
42
|
+
"@lm_fe/components": "^0.2.7",
|
|
43
|
+
"@lm_fe/components_m": "^0.2.7",
|
|
44
|
+
"@lm_fe/env": "^0.2.7",
|
|
45
|
+
"@lm_fe/pages": "^0.2.7",
|
|
46
|
+
"@lm_fe/pages-fubao": "^0.2.7",
|
|
47
|
+
"@lm_fe/pages-mchc": "^0.2.7",
|
|
48
|
+
"@lm_fe/provoke": "^0.2.7",
|
|
49
49
|
"@lm_fe/scripts": "*",
|
|
50
|
-
"@lm_fe/service": "^0.2.
|
|
51
|
-
"@lm_fe/utils": "^0.2.
|
|
50
|
+
"@lm_fe/service": "^0.2.7",
|
|
51
|
+
"@lm_fe/utils": "^0.2.7"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "cbfe489cdcf8912e643d63a729b08f2b5f02bf55"
|
|
54
54
|
}
|