@kmkf-fe-packages/basic-components 2.0.20 → 2.0.22
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 +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.js +6 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -19134,7 +19134,12 @@ var GyReissue = function GyReissue(props) {
|
|
|
19134
19134
|
var _typeMap$type27;
|
|
19135
19135
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
|
|
19136
19136
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
|
|
19137
|
-
return /*#__PURE__*/React.createElement(
|
|
19137
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
19138
|
+
id: "TEST_GY",
|
|
19139
|
+
onClick: function onClick() {
|
|
19140
|
+
console.log('TEST_GY', value);
|
|
19141
|
+
}
|
|
19142
|
+
}, /*#__PURE__*/React.createElement(Row, {
|
|
19138
19143
|
gutter: 8,
|
|
19139
19144
|
wrap: true
|
|
19140
19145
|
}, /*#__PURE__*/React.createElement(Col, {
|
package/dist/index.js
CHANGED
|
@@ -19146,7 +19146,12 @@ var GyReissue = function GyReissue(props) {
|
|
|
19146
19146
|
var _typeMap$type27;
|
|
19147
19147
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
|
|
19148
19148
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
|
|
19149
|
-
return /*#__PURE__*/React__default['default'].createElement(
|
|
19149
|
+
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
19150
|
+
id: "TEST_GY",
|
|
19151
|
+
onClick: function onClick() {
|
|
19152
|
+
console.log('TEST_GY', value);
|
|
19153
|
+
}
|
|
19154
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
|
|
19150
19155
|
gutter: 8,
|
|
19151
19156
|
wrap: true
|
|
19152
19157
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Col, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.22",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.22",
|
|
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": "1720968e22503076facc6b8f1c525b2409cf293c"
|
|
69
69
|
}
|