@kmkf-fe-packages/basic-components 2.0.19-beta.0 → 2.0.19-beta.1
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 +6 -1
- package/dist/index.js +6 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -19361,7 +19361,12 @@ var GyReissue = function GyReissue(props) {
|
|
|
19361
19361
|
var _typeMap$type27;
|
|
19362
19362
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
|
|
19363
19363
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
|
|
19364
|
-
return /*#__PURE__*/React.createElement(
|
|
19364
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
19365
|
+
id: "TEST_GY",
|
|
19366
|
+
onClick: function onClick() {
|
|
19367
|
+
console.log('TEST_GY', value);
|
|
19368
|
+
}
|
|
19369
|
+
}, /*#__PURE__*/React.createElement(Row, {
|
|
19365
19370
|
gutter: 8,
|
|
19366
19371
|
wrap: true
|
|
19367
19372
|
}, /*#__PURE__*/React.createElement(Col, {
|
package/dist/index.js
CHANGED
|
@@ -19373,7 +19373,12 @@ var GyReissue = function GyReissue(props) {
|
|
|
19373
19373
|
var _typeMap$type27;
|
|
19374
19374
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
|
|
19375
19375
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
|
|
19376
|
-
return /*#__PURE__*/React__default['default'].createElement(
|
|
19376
|
+
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
19377
|
+
id: "TEST_GY",
|
|
19378
|
+
onClick: function onClick() {
|
|
19379
|
+
console.log('TEST_GY', value);
|
|
19380
|
+
}
|
|
19381
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
|
|
19377
19382
|
gutter: 8,
|
|
19378
19383
|
wrap: true
|
|
19379
19384
|
}, /*#__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.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.1",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "92f1d1fa89d7b1798b11e4bebdd679a4fa8987d4"
|
|
69
69
|
}
|