@titaui/pc 1.10.8 → 1.10.9
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/lib/components/change-okr-modal/index.js +88 -108
- package/lib/components/communication/CommunicationRecord.js +12 -18
- package/lib/components/communication/index.css +9 -48
- package/lib/components/communication/index.js +28 -67
- package/lib/components/communication/style.js +5 -7
- package/lib/components/create-okr-modal/fields/okr-parent.js +5 -1
- package/lib/components/dynamic/components/obj-status/index.css +19 -3
- package/lib/components/dynamic/components/obj-status/index.js +8 -7
- package/lib/components/dynamic/components/percent/index.css +1 -1
- package/lib/components/dynamic/components/title/index.css +22 -21
- package/lib/components/dynamic/components/title/index.js +8 -20
- package/lib/components/dynamic/dynamic-item/components/header/index.css +6 -6
- package/lib/components/dynamic/dynamic-item/components/header/index.js +6 -12
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +24 -35
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +29 -35
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +34 -6
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +32 -6
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +19 -59
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +19 -27
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +38 -49
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +44 -49
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +29 -41
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +29 -23
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/dynamic-milestone.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +16 -33
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +24 -11
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +41 -26
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +29 -10
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +41 -26
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +30 -13
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +57 -15
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +80 -31
- package/lib/components/dynamic/dynamic-item/dynamic-project/img/dynamic-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +28 -35
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +23 -10
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +22 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +26 -45
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +33 -41
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +6 -19
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +17 -11
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +23 -21
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +27 -31
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +4 -4
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +18 -8
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +21 -6
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +36 -6
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/guanlian.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.css +18 -10
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +25 -9
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +30 -34
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +24 -10
- package/lib/components/dynamic/dynamic-item/index.css +4 -4
- package/lib/components/dynamic/dynamic-item/index.js +8 -38
- package/lib/components/dynamic/util.js +81 -41
- package/lib/components/file-list/components/single-file/index.css +8 -9
- package/lib/components/mblog/context.js +1 -3
- package/lib/components/mblog/index.js +4 -31
- package/lib/components/mblog/style.js +4 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +12 -21
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +4 -7
- package/lib/components/okr-detail/okr-list/index.js +5 -1
- package/lib/components/okr-progress-modal/helper.js +20 -27
- package/lib/components/progress/circle-progress/index.css +0 -1
- package/lib/components/progress/circle-progress/index.js +2 -7
- package/lib/components/search-key-handle/index.js +2 -7
- package/lib/index.js +0 -16
- package/lib/utils/bs-global.js +4 -8
- package/lib/utils/tools.js +2 -11
- package/package.json +1 -1
- package/lib/components/dynamic/components/obj-status/utils.js +0 -37
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +0 -72
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-task.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela.svg +0 -23
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/dynamic-share-course.png +0 -0
- package/lib/components/float-fixed-video-modal/img/close.png +0 -0
- package/lib/components/float-fixed-video-modal/img/full.svg +0 -21
- package/lib/components/float-fixed-video-modal/img/muted.svg +0 -21
- package/lib/components/float-fixed-video-modal/img/pause.svg +0 -21
- package/lib/components/float-fixed-video-modal/img/play.svg +0 -22
- package/lib/components/float-fixed-video-modal/img/small.svg +0 -22
- package/lib/components/float-fixed-video-modal/img/smallFaQi.png +0 -0
- package/lib/components/float-fixed-video-modal/img/volume.svg +0 -21
- package/lib/components/float-fixed-video-modal/index.css +0 -243
- package/lib/components/float-fixed-video-modal/index.js +0 -334
- package/lib/components/float-fixed-video-modal/utils.js +0 -25
- package/lib/components/mblog/index.css +0 -7
- package/lib/components/video-modal/img/bigFaqi.png +0 -0
- package/lib/components/video-modal/img/muted.svg +0 -16
- package/lib/components/video-modal/img/not-muted.svg +0 -16
- package/lib/components/video-modal/img/pause.svg +0 -17
- package/lib/components/video-modal/img/play.png +0 -0
- package/lib/components/video-modal/img/play.svg +0 -16
- package/lib/components/video-modal/img/small.svg +0 -22
- package/lib/components/video-modal/index.css +0 -213
- package/lib/components/video-modal/index.js +0 -322
- package/lib/components/video-modal/utils.js +0 -25
|
@@ -11,24 +11,27 @@
|
|
|
11
11
|
height: 78px;
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: center;
|
|
14
|
-
border-radius:
|
|
15
|
-
background: rgba(
|
|
16
|
-
padding:
|
|
14
|
+
border-radius: 8px;
|
|
15
|
+
background: rgba(240, 244, 250, 0.5);
|
|
16
|
+
padding: 16px 12px 16px 16px;
|
|
17
17
|
box-sizing: border-box;
|
|
18
|
-
margin-left:
|
|
18
|
+
margin-left: 69px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.titaui-dynamic-project-item__content-img {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
width: 36px;
|
|
24
|
+
border-radius: 6px;
|
|
19
25
|
}
|
|
20
26
|
|
|
21
27
|
.titaui-dynamic-project-item__content-info {
|
|
22
28
|
flex: 1;
|
|
23
29
|
display: flex;
|
|
24
30
|
flex-direction: column;
|
|
31
|
+
margin-left: 16px;
|
|
25
32
|
overflow: hidden;
|
|
26
33
|
}
|
|
27
34
|
|
|
28
|
-
.titaui-dynamic-project-item__content-status-icon {
|
|
29
|
-
font-size: 14px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
35
|
.titaui-dynamic-project-item__content-status-and-time-range {
|
|
33
36
|
display: flex;
|
|
34
37
|
align-items: center;
|
|
@@ -56,33 +59,10 @@
|
|
|
56
59
|
font-weight: 600;
|
|
57
60
|
color: #3f4755;
|
|
58
61
|
line-height: 24px;
|
|
59
|
-
display: flex;
|
|
60
|
-
margin-bottom: 4px;
|
|
61
|
-
align-items: center;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.titaui-dynamic-project-item__content-title-type {
|
|
65
|
-
border-radius: 18px;
|
|
66
|
-
background: rgba(98, 77, 255, 0.5);
|
|
67
|
-
color: #ffffff;
|
|
68
|
-
margin-right: 8px;
|
|
69
|
-
font-size: 14px;
|
|
70
|
-
line-height: 20px;
|
|
71
|
-
display: flex;
|
|
72
|
-
align-items: center;
|
|
73
|
-
justify-content: center;
|
|
74
|
-
padding: 0 6px;
|
|
75
|
-
font-weight: 400;
|
|
76
|
-
height: 20px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.titaui-dynamic-project-item__content-title-text {
|
|
80
|
-
flex: 1;
|
|
81
|
-
cursor: pointer;
|
|
82
|
-
overflow: hidden;
|
|
83
62
|
}
|
|
84
63
|
|
|
85
64
|
.titaui-dynamic-project-item__content-title-text:hover {
|
|
65
|
+
cursor: pointer;
|
|
86
66
|
color: #2879ff;
|
|
87
67
|
}
|
|
88
68
|
|
|
@@ -93,10 +73,23 @@
|
|
|
93
73
|
}
|
|
94
74
|
|
|
95
75
|
.titaui-dynamic-project-item__operate-desc {
|
|
96
|
-
font-size:
|
|
76
|
+
font-size: 14px;
|
|
97
77
|
font-weight: 400;
|
|
98
78
|
color: #89919f;
|
|
99
|
-
line-height:
|
|
100
|
-
margin
|
|
79
|
+
line-height: 22px;
|
|
80
|
+
margin: 0 8px 0 4px;
|
|
101
81
|
overflow: hidden;
|
|
102
82
|
}
|
|
83
|
+
|
|
84
|
+
.titaui-dynamic-project-item-desc-operate-type {
|
|
85
|
+
display: inline-flex;
|
|
86
|
+
align-items: center;
|
|
87
|
+
justify-content: center;
|
|
88
|
+
padding: 0 6px;
|
|
89
|
+
height: 18px;
|
|
90
|
+
min-width: 40px;
|
|
91
|
+
border-radius: 10px 10px 10px 2px;
|
|
92
|
+
font-size: 12px;
|
|
93
|
+
color: #ffffff;
|
|
94
|
+
line-height: 18px;
|
|
95
|
+
}
|
|
@@ -23,6 +23,10 @@ var _searchKeyHandle = _interopRequireDefault(require("../../../search-key-handl
|
|
|
23
23
|
|
|
24
24
|
var _tooltip = _interopRequireDefault(require("../../../tooltip"));
|
|
25
25
|
|
|
26
|
+
var _dynamicProject = _interopRequireDefault(require("./img/dynamic-project.png"));
|
|
27
|
+
|
|
28
|
+
var _util = require("../../util");
|
|
29
|
+
|
|
26
30
|
var _getLocale = require("../../../../utils/getLocale");
|
|
27
31
|
|
|
28
32
|
require("./index.css");
|
|
@@ -56,6 +60,10 @@ var DynamicProject = function DynamicProject(_ref) {
|
|
|
56
60
|
var _useContext = (0, _react.useContext)(_context.SearchKeyContext),
|
|
57
61
|
searchKeyWord = _useContext.searchKeyWord;
|
|
58
62
|
|
|
63
|
+
var _getFeedTypeAndTypeCo = (0, _util.getFeedTypeAndTypeColor)(data.feedType),
|
|
64
|
+
feedTypeText = _getFeedTypeAndTypeCo.feedTypeText,
|
|
65
|
+
feedTypeColor = _getFeedTypeAndTypeCo.feedTypeColor;
|
|
66
|
+
|
|
59
67
|
var handleClickTitle = function handleClickTitle() {
|
|
60
68
|
window.open(window.location.href.replace(window.location.hash, "#work?iTalentNavCode=tita-work&work_id=".concat(data.obj.objId)));
|
|
61
69
|
};
|
|
@@ -70,9 +78,14 @@ var DynamicProject = function DynamicProject(_ref) {
|
|
|
70
78
|
}));
|
|
71
79
|
}, [workName, searchKeyWord]);
|
|
72
80
|
var renderDesc = (0, _react.useMemo)(function () {
|
|
73
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
81
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
74
82
|
className: "".concat(prefix, "__operate-desc")
|
|
75
|
-
}, (0, _getLocale.getLocale)("Mod_InChargeof"), (0, _getLocale.getLocale)("Feed_Set_Project"))
|
|
83
|
+
}, (0, _getLocale.getLocale)("Mod_InChargeof"), (0, _getLocale.getLocale)("Feed_Set_Project")), /*#__PURE__*/_react["default"].createElement("span", {
|
|
84
|
+
className: "".concat(prefix, "-desc-operate-type"),
|
|
85
|
+
style: {
|
|
86
|
+
background: feedTypeColor
|
|
87
|
+
}
|
|
88
|
+
}, feedTypeText));
|
|
76
89
|
}, []);
|
|
77
90
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
78
91
|
className: prefix
|
|
@@ -83,26 +96,26 @@ var DynamicProject = function DynamicProject(_ref) {
|
|
|
83
96
|
user: principalUser
|
|
84
97
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
85
98
|
className: "".concat(prefix, "__content")
|
|
86
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
99
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
100
|
+
className: "".concat(prefix, "__content-img"),
|
|
101
|
+
src: _dynamicProject["default"],
|
|
102
|
+
alt: ""
|
|
103
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
87
104
|
className: "".concat(prefix, "__content-info")
|
|
88
105
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
89
106
|
className: "".concat(prefix, "__content-title")
|
|
90
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
91
|
-
className: "".concat(prefix, "__content-title-type")
|
|
92
|
-
}, (0, _getLocale.getLocale)("Feed_Set_Project")), /*#__PURE__*/_react["default"].createElement("span", {
|
|
93
|
-
className: "".concat(prefix, "__content-title-text")
|
|
94
107
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
|
|
95
108
|
isPercent: true,
|
|
96
109
|
text: renderName,
|
|
97
110
|
minusWidth: 30
|
|
98
|
-
}))
|
|
111
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
99
112
|
className: "".concat(prefix, "__content-status-and-time-range")
|
|
100
113
|
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
101
|
-
className: (0, _classnames["default"])(_constant2.EStatusStatus2ClassType[status]
|
|
114
|
+
className: (0, _classnames["default"])(_constant2.EStatusStatus2ClassType[status])
|
|
102
115
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
103
116
|
className: "".concat(prefix, "__content-status-text")
|
|
104
117
|
}, (0, _constant.getEStatusClass2StatusTypeText)()[status]), /*#__PURE__*/_react["default"].createElement("i", {
|
|
105
|
-
className: (0, _classnames["default"])("tu-icon-deferred"
|
|
118
|
+
className: (0, _classnames["default"])("tu-icon-deferred")
|
|
106
119
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
107
120
|
className: "".concat(prefix, "__content-time-range")
|
|
108
121
|
}, startDate, "-", deadline)))));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>关联-icon</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="50%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#2879FF" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FFFFFF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="目标" transform="translate(-270.000000, -2013.000000)">
|
|
12
|
+
<g id="新建目标-负责目标" transform="translate(202.000000, 1901.000000)">
|
|
13
|
+
<g id="编组-19" transform="translate(68.000000, 78.000000)">
|
|
14
|
+
<g id="pull-up" transform="translate(0.000000, 34.000000)">
|
|
15
|
+
<rect id="Rectangle-5" x="0" y="0" width="18" height="18"></rect>
|
|
16
|
+
<path d="M6.05737522,9.80294126 C6.34805303,9.80193178 6.58393921,10.0378179 6.58397526,10.3295413 L6.58397526,10.3295413 L6.58430875,14.0309019 C6.58333532,14.5429815 6.78303323,15.0240195 7.14513215,15.3861184 C7.50723108,15.7482174 7.98932361,15.9448057 8.50139427,15.9458963 C9.01344689,15.9469869 9.49446685,15.7473611 9.85649367,15.3853343 C10.2185205,15.0233075 10.4171098,14.541251 10.4170557,14.0302169 L10.4170557,14.0302169 L10.4156676,10.3298748 C10.4166591,10.039197 10.6514727,9.80438339 10.9421685,9.8033739 C11.2328464,9.80238244 11.4687235,10.0382596 11.4687686,10.3299739 L11.4687686,10.3299739 L11.4691021,14.0313345 C11.4702197,14.8496128 11.1371886,15.5923329 10.5993129,16.1302086 C10.0624738,16.6670477 9.31973568,17.0000788 8.50043886,16.9999977 C7.7070011,17.0009711 6.96111733,16.6915998 6.40037504,16.1308575 C5.83965078,15.5701333 5.53025242,14.8242225 5.5301713,14.0297662 L5.5301713,14.0297662 L5.53087433,10.3294422 C5.52980175,10.0387553 5.76564286,9.80291422 6.05737522,9.80294126 Z M8.52047535,7.44504397 C8.81215364,7.44406152 9.04887804,7.68078593 9.04892311,7.97349172 L9.04892311,7.97349172 L9.04935574,10.0910323 C9.04836428,10.2373897 8.99129229,10.3671266 8.89477824,10.4636407 C8.79826419,10.5601547 8.66644519,10.6192727 8.52113332,10.6192547 C8.22944602,10.6202281 7.99273964,10.3835217 7.99267655,10.0907979 L7.99267655,10.0907979 L7.99225293,7.97326639 C7.99113528,7.68159712 8.22775153,7.44498088 8.52047535,7.44504397 Z M8.49961865,1.00000031 C10.137302,0.999252214 11.4700124,2.33196266 11.4703008,3.96860944 L11.4703008,3.96860944 L11.4709318,7.67019534 C11.4699313,7.81605702 11.412012,7.94640686 11.3158135,8.04260544 C11.2196329,8.138786 11.0882555,8.19773276 10.9434214,8.19770572 C10.6527165,8.19870619 10.4167943,7.96278397 10.4167492,7.67103357 L10.4167492,7.67103357 L10.4160913,3.96945669 C10.4170377,3.45736801 10.2172947,2.97626693 9.85514168,2.61411393 C9.49298867,2.25196092 9.01086009,2.05326348 8.49979892,2.05316434 C7.44249781,2.05299308 6.58295676,2.91253413 6.58313702,3.96982623 L6.58313702,3.96982623 L6.58378598,7.6713941 C6.58486757,7.96210797 6.34903548,8.19794006 6.05730312,8.19787697 C5.76659826,8.19887744 5.53067604,7.96295522 5.53063097,7.67120483 L5.53063097,7.67120483 L5.53000004,3.96965498 C5.52972063,2.33096219 6.86093488,0.999747943 8.49962767,1.00002735 Z" id="形状结合" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.titaui-dynamic-relative-item__content {
|
|
9
|
-
margin-left:
|
|
9
|
+
margin-left: 69px;
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -21,41 +21,10 @@
|
|
|
21
21
|
width: 100%;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.titaui-dynamic-relative-item__obj-base-info-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
min-width: 40px;
|
|
28
|
-
border-radius: 50%;
|
|
24
|
+
.titaui-dynamic-relative-item__obj-base-info-icon {
|
|
25
|
+
color: #89919F;
|
|
26
|
+
font-size: 18px;
|
|
29
27
|
margin-right: 8px;
|
|
30
|
-
display: flex;
|
|
31
|
-
align-items: center;
|
|
32
|
-
justify-content: center;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.titaui-dynamic-relative-item__obj-base-info-left--o {
|
|
36
|
-
background: rgba(40, 121, 255, 0.16);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.titaui-dynamic-relative-item__obj-base-info-left--kr {
|
|
40
|
-
background: rgba(90, 216, 166, 0.16);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.titaui-dynamic-relative-item__obj-base-info-left--task {
|
|
44
|
-
background: rgba(40, 121, 255, 0.16);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.titaui-dynamic-relative-item__obj-base-info-left--project {
|
|
48
|
-
background: rgba(98, 77, 255, 0.16);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.titaui-dynamic-relative-item__obj-base-info-left-img {
|
|
52
|
-
width: 20px;
|
|
53
|
-
height: 20px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.titaui-dynamic-relative-item__obj-base-info-right {
|
|
57
|
-
flex: 1;
|
|
58
|
-
overflow: hidden;
|
|
59
28
|
}
|
|
60
29
|
|
|
61
30
|
.titaui-dynamic-relative-item__obj-title {
|
|
@@ -64,7 +33,7 @@
|
|
|
64
33
|
word-break: keep-all;
|
|
65
34
|
font-size: 14px;
|
|
66
35
|
font-weight: 600;
|
|
67
|
-
color: #
|
|
36
|
+
color: #3F4755;
|
|
68
37
|
line-height: 22px;
|
|
69
38
|
}
|
|
70
39
|
|
|
@@ -75,8 +44,9 @@
|
|
|
75
44
|
|
|
76
45
|
.titaui-dynamic-relative-item__obj-principal-user {
|
|
77
46
|
font-size: 12px;
|
|
78
|
-
color: #
|
|
47
|
+
color: #89919F;
|
|
79
48
|
line-height: 18px;
|
|
49
|
+
margin-left: 26px;
|
|
80
50
|
}
|
|
81
51
|
|
|
82
52
|
.titaui-dynamic-relative-item__obj-principal-user::after {
|
|
@@ -87,15 +57,13 @@
|
|
|
87
57
|
|
|
88
58
|
.titaui-dynamic-relative-item__obj-cycle {
|
|
89
59
|
font-size: 12px;
|
|
90
|
-
color: #
|
|
60
|
+
color: #89919F;
|
|
91
61
|
line-height: 18px;
|
|
92
62
|
}
|
|
93
63
|
|
|
94
|
-
.titaui-dynamic-relative-
|
|
64
|
+
.titaui-dynamic-relative-item__align-img {
|
|
95
65
|
position: absolute;
|
|
96
|
-
top:
|
|
97
|
-
width: 18px;
|
|
98
|
-
left: 10px;
|
|
66
|
+
top: 38px;
|
|
99
67
|
}
|
|
100
68
|
|
|
101
69
|
.titaui-dynamic-relative-item__space {
|
|
@@ -103,10 +71,23 @@
|
|
|
103
71
|
}
|
|
104
72
|
|
|
105
73
|
.titaui-dynamic-relative-item__operate-desc {
|
|
106
|
-
font-size:
|
|
74
|
+
font-size: 14px;
|
|
107
75
|
font-weight: 400;
|
|
108
76
|
color: #89919f;
|
|
109
|
-
line-height:
|
|
110
|
-
margin
|
|
77
|
+
line-height: 22px;
|
|
78
|
+
margin: 0 8px 0 4px;
|
|
111
79
|
overflow: hidden;
|
|
112
80
|
}
|
|
81
|
+
|
|
82
|
+
.titaui-dynamic-relative-item-desc-operate-type {
|
|
83
|
+
display: inline-flex;
|
|
84
|
+
align-items: center;
|
|
85
|
+
justify-content: center;
|
|
86
|
+
padding: 0 6px;
|
|
87
|
+
height: 18px;
|
|
88
|
+
min-width: 40px;
|
|
89
|
+
border-radius: 10px 10px 10px 2px;
|
|
90
|
+
font-size: 12px;
|
|
91
|
+
color: #ffffff;
|
|
92
|
+
line-height: 18px;
|
|
93
|
+
}
|
|
@@ -19,24 +19,18 @@ var _openData = require("../../../../utils/open-data");
|
|
|
19
19
|
|
|
20
20
|
var _constant = require("../../constant");
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _dynamicRelative = _interopRequireDefault(require("./img/dynamic-relative.svg"));
|
|
23
23
|
|
|
24
24
|
var _drawerManager = _interopRequireDefault(require("../../../drawer-manager"));
|
|
25
25
|
|
|
26
|
+
var _util = require("../../util");
|
|
27
|
+
|
|
26
28
|
var _context = require("../../context");
|
|
27
29
|
|
|
28
30
|
var _searchKeyHandle = _interopRequireDefault(require("../../../search-key-handle"));
|
|
29
31
|
|
|
30
32
|
var _getLocale = require("../../../../utils/getLocale");
|
|
31
33
|
|
|
32
|
-
var _dynamicRelaO = _interopRequireDefault(require("./img/dynamic-rela-o.png"));
|
|
33
|
-
|
|
34
|
-
var _dynamicRelaKr = _interopRequireDefault(require("./img/dynamic-rela-kr.png"));
|
|
35
|
-
|
|
36
|
-
var _dynamicRelaProject = _interopRequireDefault(require("./img/dynamic-rela-project.png"));
|
|
37
|
-
|
|
38
|
-
var _dynamicRelaTask = _interopRequireDefault(require("./img/dynamic-rela-task.png"));
|
|
39
|
-
|
|
40
34
|
require("./index.css");
|
|
41
35
|
|
|
42
36
|
var _excluded = ["data"];
|
|
@@ -47,8 +41,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
47
41
|
|
|
48
42
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
49
43
|
|
|
50
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
51
|
-
|
|
52
44
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
53
45
|
|
|
54
46
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
@@ -58,8 +50,6 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
58
50
|
var prefix = "titaui-dynamic-relative-item";
|
|
59
51
|
|
|
60
52
|
var DynamicRelative = function DynamicRelative(_ref) {
|
|
61
|
-
var _classNames, _classNames2;
|
|
62
|
-
|
|
63
53
|
var data = _ref.data,
|
|
64
54
|
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
65
55
|
|
|
@@ -78,6 +68,10 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
78
68
|
var _useContext = (0, _react.useContext)(_context.SearchKeyContext),
|
|
79
69
|
searchKeyWord = _useContext.searchKeyWord;
|
|
80
70
|
|
|
71
|
+
var _getFeedTypeAndTypeCo = (0, _util.getFeedTypeAndTypeColor)(data.feedType),
|
|
72
|
+
feedTypeText = _getFeedTypeAndTypeCo.feedTypeText,
|
|
73
|
+
feedTypeColor = _getFeedTypeAndTypeCo.feedTypeColor;
|
|
74
|
+
|
|
81
75
|
var handleClickTitle = function handleClickTitle(id, type) {
|
|
82
76
|
if (type === _constant.EObjType.Kr) {
|
|
83
77
|
_drawerManager["default"].open("krDetail", {
|
|
@@ -92,7 +86,7 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
92
86
|
}
|
|
93
87
|
|
|
94
88
|
if (type === _constant.EObjType.Project) {
|
|
95
|
-
window.open(window.location.href.replace(
|
|
89
|
+
window.open(window.location.href.replace(location.hash, "#work?iTalentNavCode=tita-work&work_id=".concat(id)));
|
|
96
90
|
}
|
|
97
91
|
|
|
98
92
|
if (type === _constant.EObjType.Task) {
|
|
@@ -111,9 +105,14 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
111
105
|
text = "".concat((0, _getLocale.getLocale)("Mod_Connected")).concat((0, _getLocale.getLocale)("Mod_Objective"));
|
|
112
106
|
}
|
|
113
107
|
|
|
114
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
108
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
115
109
|
className: "".concat(prefix, "__operate-desc")
|
|
116
|
-
}, text)
|
|
110
|
+
}, text), /*#__PURE__*/_react["default"].createElement("span", {
|
|
111
|
+
className: "".concat(prefix, "-desc-operate-type"),
|
|
112
|
+
style: {
|
|
113
|
+
background: feedTypeColor
|
|
114
|
+
}
|
|
115
|
+
}, feedTypeText));
|
|
117
116
|
}, []);
|
|
118
117
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
119
118
|
className: prefix
|
|
@@ -128,15 +127,12 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
128
127
|
className: "".concat(prefix, "__obj")
|
|
129
128
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
130
129
|
className: "".concat(prefix, "__obj-base-info")
|
|
131
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
132
|
-
className: (0, _classnames["default"])("".concat(prefix, "__obj-base-info-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
138
|
-
className: "".concat(prefix, "__obj-base-info-right")
|
|
139
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
130
|
+
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
131
|
+
className: (0, _classnames["default"])("".concat(prefix, "__obj-base-info-icon"), {
|
|
132
|
+
"tu-icon-okr": relateObjType === _constant.EObjType.O,
|
|
133
|
+
"tu-icon-KR": relateObjType === _constant.EObjType.Kr
|
|
134
|
+
})
|
|
135
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
140
136
|
className: "".concat(prefix, "__obj-title"),
|
|
141
137
|
onClick: function onClick() {
|
|
142
138
|
handleClickTitle(relateObjId, relateObjType);
|
|
@@ -147,32 +143,28 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
147
143
|
str: relateObjName,
|
|
148
144
|
keyWord: searchKeyWord
|
|
149
145
|
})
|
|
150
|
-
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
146
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
151
147
|
className: "".concat(prefix, "__obj-principal-user")
|
|
152
148
|
}, rObjprincipalUser && /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
|
|
153
149
|
id: rObjprincipalUser.userId,
|
|
154
150
|
name: rObjprincipalUser.name
|
|
155
151
|
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
156
152
|
className: "".concat(prefix, "__obj-cycle")
|
|
157
|
-
}, rObjCycleName)))
|
|
158
|
-
className: "".concat(prefix, "
|
|
159
|
-
src:
|
|
160
|
-
alt: ""
|
|
153
|
+
}, rObjCycleName))), /*#__PURE__*/_react["default"].createElement("img", {
|
|
154
|
+
className: "".concat(prefix, "__relative-img"),
|
|
155
|
+
src: _dynamicRelative["default"]
|
|
161
156
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
162
157
|
className: "".concat(prefix, "__space")
|
|
163
158
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
164
159
|
className: "".concat(prefix, "__obj")
|
|
165
160
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
166
161
|
className: "".concat(prefix, "__obj-base-info")
|
|
167
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
168
|
-
className: (0, _classnames["default"])("".concat(prefix, "__obj-base-info-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
174
|
-
className: "".concat(prefix, "__obj-base-info-right")
|
|
175
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
162
|
+
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
163
|
+
className: (0, _classnames["default"])("".concat(prefix, "__obj-base-info-icon"), {
|
|
164
|
+
"tu-icon-renwu-s": objType === _constant.EObjType.Task,
|
|
165
|
+
"tu-icon-project-s": objType === _constant.EObjType.Project
|
|
166
|
+
})
|
|
167
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
176
168
|
className: "".concat(prefix, "__obj-title"),
|
|
177
169
|
onClick: function onClick() {
|
|
178
170
|
handleClickTitle(objId, objType);
|
|
@@ -180,14 +172,14 @@ var DynamicRelative = function DynamicRelative(_ref) {
|
|
|
180
172
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
|
|
181
173
|
isPercent: true,
|
|
182
174
|
text: objName
|
|
183
|
-
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
175
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
184
176
|
className: "".concat(prefix, "__obj-principal-user")
|
|
185
177
|
}, objPrincipalUser && /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
|
|
186
178
|
id: objPrincipalUser.userId,
|
|
187
179
|
name: objPrincipalUser.name
|
|
188
180
|
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
189
181
|
className: "".concat(prefix, "__obj-cycle")
|
|
190
|
-
}, objCycleName)))))
|
|
182
|
+
}, objCycleName)))));
|
|
191
183
|
};
|
|
192
184
|
|
|
193
185
|
var _default = DynamicRelative;
|
|
@@ -3,16 +3,11 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.titaui-dynamic-reply-item__content {
|
|
6
|
-
margin-left:
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.titaui-dynamic-reply-item__content-title {
|
|
10
|
-
display: flex;
|
|
11
|
-
overflow: hidden;
|
|
6
|
+
margin-left: 69px;
|
|
12
7
|
}
|
|
13
8
|
|
|
14
9
|
.titaui-dynamic-reply-item__detail {
|
|
15
|
-
margin-top:
|
|
10
|
+
margin-top: 16px;
|
|
16
11
|
}
|
|
17
12
|
|
|
18
13
|
.titaui-dynamic-reply-item__detail-gain {
|
|
@@ -23,10 +18,6 @@
|
|
|
23
18
|
margin-bottom: 16px;
|
|
24
19
|
}
|
|
25
20
|
|
|
26
|
-
.titaui-dynamic-reply-item__detail-drawback:last-of-type {
|
|
27
|
-
margin-bottom: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
21
|
.titaui-dynamic-reply-item__detail-tasks-item {
|
|
31
22
|
display: flex;
|
|
32
23
|
align-items: center;
|
|
@@ -66,7 +57,7 @@
|
|
|
66
57
|
display: inline-block;
|
|
67
58
|
width: 4px;
|
|
68
59
|
height: 12px;
|
|
69
|
-
background: #2879ff;
|
|
60
|
+
background: linear-gradient(180deg, #2879ff 0%, #9fbfff 100%);
|
|
70
61
|
border-radius: 2px;
|
|
71
62
|
margin-right: 4px;
|
|
72
63
|
}
|
|
@@ -103,10 +94,6 @@
|
|
|
103
94
|
white-space: pre-wrap;
|
|
104
95
|
}
|
|
105
96
|
|
|
106
|
-
.titaui-dynamic-reply-item__detail-block-content:last-of-type {
|
|
107
|
-
margin-bottom: 0;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
97
|
.titaui-dynamic-reply-item__detail-block-content--sub {
|
|
111
98
|
margin-left: 20px;
|
|
112
99
|
}
|
|
@@ -125,11 +112,11 @@
|
|
|
125
112
|
}
|
|
126
113
|
|
|
127
114
|
.titaui-dynamic-reply-item__operate-desc {
|
|
128
|
-
font-size:
|
|
115
|
+
font-size: 14px;
|
|
129
116
|
font-weight: 400;
|
|
130
117
|
color: #89919f;
|
|
131
|
-
line-height:
|
|
132
|
-
margin
|
|
118
|
+
line-height: 22px;
|
|
119
|
+
margin: 0 8px 0 4px;
|
|
133
120
|
overflow: hidden;
|
|
134
121
|
}
|
|
135
122
|
|
|
@@ -23,6 +23,8 @@ var _constant = require("../../constant");
|
|
|
23
23
|
|
|
24
24
|
var _title = _interopRequireDefault(require("../../components/title"));
|
|
25
25
|
|
|
26
|
+
var _util = require("../../util");
|
|
27
|
+
|
|
26
28
|
var _tooltip = _interopRequireDefault(require("../../../tooltip"));
|
|
27
29
|
|
|
28
30
|
var _getLocale = require("../../../../utils/getLocale");
|
|
@@ -55,8 +57,13 @@ var DynamicReply = function DynamicReply(_ref) {
|
|
|
55
57
|
searchKeyWord = _useContext.searchKeyWord;
|
|
56
58
|
|
|
57
59
|
var replayObjType = data.replayObjType,
|
|
60
|
+
feedType = data.feedType,
|
|
58
61
|
publishUser = data.publishUser;
|
|
59
62
|
|
|
63
|
+
var _getFeedTypeAndTypeCo = (0, _util.getFeedTypeAndTypeColor)(feedType),
|
|
64
|
+
feedTypeText = _getFeedTypeAndTypeCo.feedTypeText,
|
|
65
|
+
feedTypeColor = _getFeedTypeAndTypeCo.feedTypeColor;
|
|
66
|
+
|
|
60
67
|
var handleShowTaskDrawer = function handleShowTaskDrawer(taskId) {
|
|
61
68
|
window.Talent.app.vent.trigger("global-pull-screen", taskId, "task");
|
|
62
69
|
};
|
|
@@ -100,9 +107,14 @@ var DynamicReply = function DynamicReply(_ref) {
|
|
|
100
107
|
})), "\u4E0B\u5173\u952E\u6210\u679C\u7684\u590D\u76D8");
|
|
101
108
|
}
|
|
102
109
|
|
|
103
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
110
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
104
111
|
className: "".concat(prefix, "__operate-desc")
|
|
105
|
-
}, dom)
|
|
112
|
+
}, dom), /*#__PURE__*/_react["default"].createElement("span", {
|
|
113
|
+
className: "".concat(prefix, "-desc-operate-type"),
|
|
114
|
+
style: {
|
|
115
|
+
background: feedTypeColor
|
|
116
|
+
}
|
|
117
|
+
}, feedTypeText));
|
|
106
118
|
}, []);
|
|
107
119
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
108
120
|
className: prefix
|
|
@@ -113,16 +125,10 @@ var DynamicReply = function DynamicReply(_ref) {
|
|
|
113
125
|
user: publishUser
|
|
114
126
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
115
127
|
className: "".concat(prefix, "__content")
|
|
116
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
117
|
-
className: "".concat(prefix, "__content-title")
|
|
118
128
|
}, /*#__PURE__*/_react["default"].createElement(_title["default"], {
|
|
119
|
-
content: data.replayObjName,
|
|
120
|
-
onClickTitle: handleClickTitle
|
|
121
|
-
|
|
122
|
-
typeBgColor: "".concat(data.replayObjType === 65 ? "rgba(90, 216, 166, 0.5)" : "rgba(40, 121, 255, 0.5)"),
|
|
123
|
-
titleBgColor: "".concat(data.replayObjType === 65 ? "rgba(90, 216, 166, 0.1)" : "rgba(40, 121, 255, 0.1)"),
|
|
124
|
-
contentColor: "".concat(data.replayObjType === 65 ? "#5AD8A6" : "#2879FF")
|
|
125
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
129
|
+
content: "".concat(data.replayObjType === 65 ? "KR:" : "O:").concat(data.replayObjName),
|
|
130
|
+
onClickTitle: handleClickTitle
|
|
131
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
126
132
|
className: "".concat(prefix, "__detail")
|
|
127
133
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
128
134
|
className: "".concat(prefix, "__detail-gain")
|