@kmkf-fe-packages/services-components 0.7.15-alpha.67 → 0.7.15-alpha.68
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.
|
@@ -115,7 +115,7 @@ export var ShowTotalImage = function ShowTotalImage(_ref4) {
|
|
|
115
115
|
return setVisible(true);
|
|
116
116
|
}
|
|
117
117
|
}, "\u67E5\u770B\u5168\u90E8(".concat(total, ")")), /*#__PURE__*/React.createElement(Modal, {
|
|
118
|
-
|
|
118
|
+
visible: visible,
|
|
119
119
|
footer: null,
|
|
120
120
|
onCancel: function onCancel() {
|
|
121
121
|
return setVisible(false);
|
|
@@ -42,8 +42,9 @@ var FlowWorkOrderId = /*#__PURE__*/_createClass(function FlowWorkOrderId(options
|
|
|
42
42
|
return e.stopPropagation();
|
|
43
43
|
}
|
|
44
44
|
}, /*#__PURE__*/React.createElement(React.Fragment, null, record === null || record === void 0 ? void 0 : record["".concat(_this.id)], /*#__PURE__*/React.createElement("span", {
|
|
45
|
-
onClick: function onClick() {
|
|
46
|
-
|
|
45
|
+
onClick: function onClick(e) {
|
|
46
|
+
_this.copyHandle(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]);
|
|
47
|
+
e.stopPropagation();
|
|
47
48
|
}
|
|
48
49
|
}, /*#__PURE__*/React.createElement("span", {
|
|
49
50
|
style: {
|
|
@@ -57,8 +57,9 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
|
|
|
57
57
|
e.stopPropagation();
|
|
58
58
|
}
|
|
59
59
|
}), /*#__PURE__*/React.createElement(React.Fragment, null, record === null || record === void 0 ? void 0 : record["".concat(_this.id)], /*#__PURE__*/React.createElement("span", {
|
|
60
|
-
onClick: function onClick() {
|
|
61
|
-
|
|
60
|
+
onClick: function onClick(e) {
|
|
61
|
+
_this.copyHandle(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]);
|
|
62
|
+
e.stopPropagation();
|
|
62
63
|
}
|
|
63
64
|
}, /*#__PURE__*/React.createElement("span", {
|
|
64
65
|
style: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.7.15-alpha.
|
|
3
|
+
"version": "0.7.15-alpha.68",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d69fc72419fc4406e69ff1b8dc21812265f5e16a"
|
|
44
44
|
}
|