@kmkf-fe-packages/basic-components 0.23.1-beta.5 → 0.23.1-beta.6
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 +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11118,7 +11118,7 @@ var GoodItem = function GoodItem(props) {
|
|
|
11118
11118
|
companyKey = _props$companyKey === void 0 ? '' : _props$companyKey,
|
|
11119
11119
|
onSelect = props.onSelect,
|
|
11120
11120
|
onDelete = props.onDelete;
|
|
11121
|
-
console.log('gooditem', type);
|
|
11121
|
+
console.log('gooditem', type, props);
|
|
11122
11122
|
var refModal = useRef();
|
|
11123
11123
|
var handleDelete = function handleDelete(record, index) {
|
|
11124
11124
|
onDelete === null || onDelete === void 0 ? void 0 : onDelete(value[index]);
|
package/dist/index.js
CHANGED
|
@@ -11129,7 +11129,7 @@ var GoodItem = function GoodItem(props) {
|
|
|
11129
11129
|
companyKey = _props$companyKey === void 0 ? '' : _props$companyKey,
|
|
11130
11130
|
onSelect = props.onSelect,
|
|
11131
11131
|
onDelete = props.onDelete;
|
|
11132
|
-
console.log('gooditem', type);
|
|
11132
|
+
console.log('gooditem', type, props);
|
|
11133
11133
|
var refModal = React.useRef();
|
|
11134
11134
|
var handleDelete = function handleDelete(record, index) {
|
|
11135
11135
|
onDelete === null || onDelete === void 0 ? void 0 : onDelete(value[index]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.23.1-beta.
|
|
3
|
+
"version": "0.23.1-beta.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "54a9c887c55052078f9e3feeb398e31a7757f3c8"
|
|
68
68
|
}
|