@kmkf-fe-packages/basic-components 2.2.31-beta.42 → 2.2.31-beta.43
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 +3 -2
- package/dist/index.js +3 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10526,7 +10526,8 @@ function CopyTextIcon(_ref) {
|
|
|
10526
10526
|
overflow: 'hidden',
|
|
10527
10527
|
textOverflow: 'ellipsis',
|
|
10528
10528
|
whiteSpace: 'nowrap'
|
|
10529
|
-
}
|
|
10529
|
+
},
|
|
10530
|
+
title: val
|
|
10530
10531
|
}, val), /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
10531
10532
|
text: val,
|
|
10532
10533
|
onCopy: function onCopy() {
|
|
@@ -19516,7 +19517,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19516
19517
|
}, {
|
|
19517
19518
|
dataIndex: 'suiteName',
|
|
19518
19519
|
title: "\u7EC4\u5408\u88C5\u540D\u79F0",
|
|
19519
|
-
width:
|
|
19520
|
+
width: 250,
|
|
19520
19521
|
align: 'center',
|
|
19521
19522
|
ellipsis: true,
|
|
19522
19523
|
render: function render(text) {
|
package/dist/index.js
CHANGED
|
@@ -10541,7 +10541,8 @@ function CopyTextIcon(_ref) {
|
|
|
10541
10541
|
overflow: 'hidden',
|
|
10542
10542
|
textOverflow: 'ellipsis',
|
|
10543
10543
|
whiteSpace: 'nowrap'
|
|
10544
|
-
}
|
|
10544
|
+
},
|
|
10545
|
+
title: val
|
|
10545
10546
|
}, val), /*#__PURE__*/React__default['default'].createElement(reactCopyToClipboard.CopyToClipboard, {
|
|
10546
10547
|
text: val,
|
|
10547
10548
|
onCopy: function onCopy() {
|
|
@@ -19531,7 +19532,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19531
19532
|
}, {
|
|
19532
19533
|
dataIndex: 'suiteName',
|
|
19533
19534
|
title: "\u7EC4\u5408\u88C5\u540D\u79F0",
|
|
19534
|
-
width:
|
|
19535
|
+
width: 250,
|
|
19535
19536
|
align: 'center',
|
|
19536
19537
|
ellipsis: true,
|
|
19537
19538
|
render: function render(text) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.43",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "82882e98a468e5ef00a95fd46aebfc84997f5298"
|
|
70
70
|
}
|