@titaui/pc 1.11.51 → 1.11.52-beta.11
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/button/images/blue.svg +21 -0
- package/lib/components/button/images/red.svg +21 -0
- package/lib/components/button/images/white.svg +19 -0
- package/lib/components/button/rect-btn/index.js +3 -3
- package/lib/components/change-okr-modal/Item.js +19 -18
- package/lib/components/change-okr-modal/styledComponents.js +9 -9
- package/lib/components/checkbox/index.css +4 -0
- package/lib/components/contact-kefu/index.css +11 -1
- package/lib/components/contact-kefu/index.js +10 -4
- package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
- package/lib/components/create-okr-modal/fields/index.css +14 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +30 -19
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
- package/lib/components/create-okr-modal/index.js +200 -133
- package/lib/components/create-okr-modal/kr-items/index.css +23 -13
- package/lib/components/create-okr-modal/kr-items/krDatas.js +95 -76
- package/lib/components/create-okr-modal/kr-items/krItem.js +53 -56
- package/lib/components/create-okr-modal/style.js +5 -5
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/dynamic/constant.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +8 -8
- package/lib/components/dynamic/dynamic-list/index.js +14 -7
- package/lib/components/dynamic/index.js +9 -12
- package/lib/components/dynamic/request-api.js +7 -68
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +11 -9
- package/lib/components/nav-top/components/menu/index.js +18 -16
- package/lib/components/nav-top/index.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +1 -1
- package/lib/components/okr-detail/components/header/edit-name.js +86 -40
- package/lib/components/okr-detail/components/header/index.css +120 -41
- package/lib/components/okr-detail/components/header/index.js +36 -46
- package/lib/components/okr-detail/components/header/o-classify.js +152 -0
- package/lib/components/okr-detail/components/header/o-name.js +7 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +58 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +159 -63
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
- package/lib/components/okr-detail/detail-header/index.js +8 -4
- package/lib/components/okr-detail/e-list/index.js +2 -2
- package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
- package/lib/components/okr-detail/request-apis.js +73 -69
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-flow/child-node/kr-node.js +3 -1
- package/lib/components/okr-flow/child-node/work-node.js +3 -1
- package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
- package/lib/components/okr-share/common-painter/utils.js +183 -36
- package/lib/components/okr-share/index.css +5 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawKrs.js +93 -18
- package/lib/components/okr-share/pink-card/index.js +20 -12
- package/lib/components/open-data-painter/index.js +6 -5
- package/lib/components/period-selector/interface.js +7 -0
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +16 -10
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/rich-editor/models/schema.js +6 -6
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
- package/lib/components/rich-editor/plugins/core/index.js +4 -4
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
- package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
- package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
- package/lib/components/rich-editor/react/uiProvider.js +3 -3
- package/lib/components/rich-editor/ui/Popup/index.js +3 -3
- package/lib/components/search-input/index.css +1 -1
- package/lib/components/search-key-handle/index.js +9 -7
- package/lib/components/select/Option.js +3 -3
- package/lib/components/select-layer/index.css +1 -1
- package/lib/components/task-relation-modal/helper.js +139 -2
- package/lib/components/task-relation-modal/image/loading.gif +0 -0
- package/lib/components/task-relation-modal/index.js +9 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.css +18 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +262 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +135 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.css +0 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +129 -0
- package/lib/components/task-relation-modal/okr-relation/request-api.js +106 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +120 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +185 -0
- package/lib/components/task-relation-modal/request-api.js +28 -2
- package/lib/components/task-relation-modal/search/okr-status-select.js +3 -3
- package/lib/components/task-relation-modal/search/principal.js +36 -19
- package/lib/components/task-relation-modal/search/search-dropdown/index.css +2 -1
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -1
- package/lib/components/{dynamic/dynamic-topping/index.js → task-relation-modal/search/task-relation.js} +45 -44
- package/lib/components/task-relation-modal/search/task-status-select.js +87 -0
- package/lib/components/{dynamic/dynamic-liking/index.js → task-relation-modal/search/work-relation.js} +43 -39
- package/lib/components/task-relation-modal/search/work-status-select.js +74 -0
- package/lib/components/task-relation-modal/tree/category-tree/index.css +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +16 -2
- package/lib/components/task-relation-modal/tree/task-list/index.css +0 -0
- package/lib/components/task-relation-modal/tree/task-list/index.js +1 -0
- package/lib/components/task-relation-modal/tree/work-list/index.css +14 -0
- package/lib/components/task-relation-modal/tree/work-list/index.js +176 -0
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +123 -0
- package/lib/components/task-relation-modal/tree/work-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +1 -12
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +1 -3
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +0 -16
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -10
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +0 -16
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +0 -4
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
- package/lib/components/task-relation-modal/work-relation/index.css +0 -0
- package/lib/components/task-relation-modal/work-relation/index.js +256 -0
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/tooltip/index.js +3 -0
- package/lib/components/tooltip/tooltip-rows/index.css +26 -0
- package/lib/components/{dynamic/advertise → tooltip/tooltip-rows}/index.js +65 -85
- package/lib/components/user-selector/category-selector-panel/index.js +6 -1
- package/lib/components/{dynamic/quick-operation/components/create-task/index.js → user-selector/category-selector-panel/subordinate-tree.js} +37 -20
- package/lib/components/user-selector/constant.js +10 -2
- package/lib/components/user-selector/empty/index.css +5 -0
- package/lib/components/user-selector/empty/index.js +9 -3
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +45 -17
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +3 -1
- package/lib/components/user-selector/images/no-auth.png +0 -0
- package/lib/components/user-selector/request-apis.js +28 -9
- package/lib/components/user-selector/searched-panel/index.js +21 -7
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +46 -18
- package/lib/components/wechat-btn/index.css +5 -1
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
- package/lib/utils/open-data.js +213 -65
- package/lib/utils/planDataJson.js +11115 -0
- package/package.json +3 -2
- package/lib/components/dynamic/advertise/components/next-btn/index.css +0 -27
- package/lib/components/dynamic/advertise/components/next-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/components/pre-btn/index.css +0 -26
- package/lib/components/dynamic/advertise/components/pre-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/index.css +0 -21
- package/lib/components/dynamic/advertise/interface.js +0 -5
- package/lib/components/dynamic/advertise/util.js +0 -28
- package/lib/components/dynamic/components/dynamic-search-input/index.css +0 -81
- package/lib/components/dynamic/components/dynamic-search-input/index.js +0 -203
- package/lib/components/dynamic/components/first-level-tabs/index.css +0 -101
- package/lib/components/dynamic/components/first-level-tabs/index.js +0 -131
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +0 -23
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +0 -146
- package/lib/components/dynamic/dynamic-like-ranking/index.js +0 -180
- package/lib/components/dynamic/dynamic-like-ranking/item.js +0 -105
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +0 -84
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +0 -30
- package/lib/components/dynamic/dynamic-liking/index.css +0 -81
- package/lib/components/dynamic/dynamic-liking/item.js +0 -75
- package/lib/components/dynamic/dynamic-liking/mock.js +0 -83
- package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +0 -16
- package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +0 -30
- package/lib/components/dynamic/dynamic-topping/index.css +0 -141
- package/lib/components/dynamic/dynamic-topping/interface.js +0 -5
- package/lib/components/dynamic/dynamic-topping/item.js +0 -153
- package/lib/components/dynamic/dynamic-topping/request-api.js +0 -36
- package/lib/components/dynamic/dynamic.css +0 -173
- package/lib/components/dynamic/dynamic.js +0 -428
- package/lib/components/dynamic/export-module/index.js +0 -37
- package/lib/components/dynamic/img/dynamic-top.svg +0 -14
- package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
- package/lib/components/dynamic/my-team/img/line.png +0 -0
- package/lib/components/dynamic/my-team/img/team.png +0 -0
- package/lib/components/dynamic/my-team/index.css +0 -184
- package/lib/components/dynamic/my-team/index.js +0 -263
- package/lib/components/dynamic/my-team/request-api.js +0 -52
- package/lib/components/dynamic/my-team/util.js +0 -20
- package/lib/components/dynamic/new-ui.css +0 -192
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +0 -58
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +0 -68
- package/lib/components/dynamic/online-broadcast/data.js +0 -95
- package/lib/components/dynamic/online-broadcast/img/broadcast.svg +0 -14
- package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
- package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
- package/lib/components/dynamic/online-broadcast/index.css +0 -46
- package/lib/components/dynamic/online-broadcast/index.js +0 -61
- package/lib/components/dynamic/online-broadcast/interfact.js +0 -5
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +0 -25
- package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +0 -51
- package/lib/components/dynamic/quick-operation/index.js +0 -120
|
@@ -51,6 +51,17 @@
|
|
|
51
51
|
color: #bfc7d5;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
.create-kr-item-wrapper .kr-item__right-block .kr-item__input-wrapper .tita-rich-editor__inline-editor {
|
|
55
|
+
flex: 1;
|
|
56
|
+
width: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.create-kr-item-wrapper .kr-item__right-block .kr-item__input-wrapper .tita-rich-editor__inline-editor .ProseMirror > p {
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
line-height: 22px;
|
|
62
|
+
color: #6f7886;
|
|
63
|
+
}
|
|
64
|
+
|
|
54
65
|
.create-kr-item-wrapper .kr-item__right-block .kr-item-right-block__text-mask {
|
|
55
66
|
width: 20px;
|
|
56
67
|
height: 24px;
|
|
@@ -69,34 +80,33 @@
|
|
|
69
80
|
}
|
|
70
81
|
|
|
71
82
|
.create-kr-item-wrapper .kr-item__delete-icon {
|
|
72
|
-
color: #000000;
|
|
73
|
-
font-size: 14px;
|
|
74
83
|
margin-left: 7px;
|
|
75
84
|
margin-right: 8px;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
opacity: 0;
|
|
87
|
+
transition: all 0.3s ease;
|
|
88
|
+
color: #000000;
|
|
76
89
|
visibility: hidden;
|
|
77
90
|
}
|
|
78
91
|
|
|
79
|
-
.create-kr-item-wrapper .kr-item__delete-icon
|
|
92
|
+
.create-kr-item-wrapper .kr-item__delete-icon:hover {
|
|
80
93
|
color: #f05e5e;
|
|
81
94
|
}
|
|
82
95
|
|
|
83
|
-
.create-kr-item-wrapper .kr-item__delete-icon
|
|
96
|
+
.create-kr-item-wrapper:hover .kr-item__delete-icon {
|
|
97
|
+
opacity: 1;
|
|
84
98
|
visibility: visible;
|
|
85
99
|
}
|
|
86
100
|
|
|
87
|
-
.create-kr-item-wrapper .kr-item__delete-icon--show:hover {
|
|
88
|
-
color: #f05e5e;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
101
|
.kr-item-weight {
|
|
92
102
|
width: 73px;
|
|
93
|
-
|
|
103
|
+
margin-right: 10px;
|
|
94
104
|
padding: 4px 10px 4px 4px;
|
|
105
|
+
border: 1px solid transparent;
|
|
106
|
+
border-radius: 8px;
|
|
95
107
|
box-sizing: border-box;
|
|
96
108
|
display: flex;
|
|
97
109
|
align-items: center;
|
|
98
|
-
border: 1px solid transparent;
|
|
99
|
-
margin-right: 10px;
|
|
100
110
|
}
|
|
101
111
|
|
|
102
112
|
.kr-item-weight .kr-item-weight__input {
|
|
@@ -136,7 +146,7 @@
|
|
|
136
146
|
}
|
|
137
147
|
|
|
138
148
|
.kr-weight__error-popup-text-wrapper::after {
|
|
139
|
-
content:
|
|
149
|
+
content: '';
|
|
140
150
|
display: block;
|
|
141
151
|
border: 6px solid transparent;
|
|
142
152
|
position: absolute;
|
|
@@ -155,9 +165,9 @@
|
|
|
155
165
|
|
|
156
166
|
.krs-info .add-kr-btn {
|
|
157
167
|
font-size: 12px;
|
|
158
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
159
168
|
font-weight: 400;
|
|
160
169
|
color: #2879ff;
|
|
170
|
+
cursor: pointer;
|
|
161
171
|
display: flex;
|
|
162
172
|
align-items: center;
|
|
163
173
|
line-height: 18px;
|
|
@@ -9,6 +9,8 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _cloneDeep = _interopRequireDefault(require("clone-deep"));
|
|
13
|
+
|
|
12
14
|
var _uuid = _interopRequireDefault(require("uuid"));
|
|
13
15
|
|
|
14
16
|
var _bsGlobal = require("../../../utils/bs-global");
|
|
@@ -60,8 +62,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
60
62
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
61
63
|
|
|
62
64
|
function KrDatas(props) {
|
|
63
|
-
var
|
|
64
|
-
isCustomWeight = props.isCustomWeight,
|
|
65
|
+
var isCustomWeight = props.isCustomWeight,
|
|
65
66
|
wrapperRef = props.wrapperRef,
|
|
66
67
|
setKrDatas = props.setKrDatas,
|
|
67
68
|
krDatas = props.krDatas,
|
|
@@ -88,7 +89,8 @@ function KrDatas(props) {
|
|
|
88
89
|
|
|
89
90
|
var timerRef = (0, _react.useRef)();
|
|
90
91
|
var krNameIsEmpty = (0, _react.useRef)(!inputKrInfo || !inputKrInfo.mileStoneName);
|
|
91
|
-
var
|
|
92
|
+
var krDatasRef = (0, _react.useRef)(krDatas);
|
|
93
|
+
var setting = (0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting;
|
|
92
94
|
|
|
93
95
|
var _getUserInfo = (0, _bsGlobal.getUserInfo)(),
|
|
94
96
|
Name = _getUserInfo.Name,
|
|
@@ -99,49 +101,13 @@ function KrDatas(props) {
|
|
|
99
101
|
var total = 0;
|
|
100
102
|
|
|
101
103
|
if (isCustomWeight) {
|
|
102
|
-
|
|
104
|
+
krDatas.forEach(function (kr) {
|
|
103
105
|
return total += Number(kr.krWeight);
|
|
104
106
|
}); // total = RoundWeight(total); // 不知道为啥,这样如果自定义了总的超过100了还是会展示total100
|
|
105
107
|
|
|
106
108
|
total = total.toFixed(1);
|
|
107
109
|
} else {
|
|
108
110
|
total = 100;
|
|
109
|
-
} // 添加KR
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
function addKr() {
|
|
113
|
-
setKrIsValidate(false);
|
|
114
|
-
setTimeout(function () {
|
|
115
|
-
if (!wrapperRef.current || krDatas.length < 6) return;
|
|
116
|
-
wrapperRef.current.scrollTop = wrapperRef.current.scrollHeight;
|
|
117
|
-
}, 0);
|
|
118
|
-
|
|
119
|
-
if (!isCustomWeight) {
|
|
120
|
-
setKrDatas([].concat(_toConsumableArray(krDatas.map(function (kr) {
|
|
121
|
-
return _objectSpread(_objectSpread({}, kr), {}, {
|
|
122
|
-
krWeight: (0, _roundWeight.RoundWeight)(100 / (krDatas.length + 1))
|
|
123
|
-
});
|
|
124
|
-
})), [{
|
|
125
|
-
uuid: _uuid["default"].v1(),
|
|
126
|
-
principalId: Id,
|
|
127
|
-
principalName: Name,
|
|
128
|
-
userAvatar: UserAvatar,
|
|
129
|
-
krWeight: (0, _roundWeight.RoundWeight)(100 / (krDatas.length + 1)),
|
|
130
|
-
mileStoneName: "",
|
|
131
|
-
confidenceIndex: 5
|
|
132
|
-
}]));
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
setKrDatas([].concat(_toConsumableArray(krDatas), [{
|
|
137
|
-
uuid: _uuid["default"].v1(),
|
|
138
|
-
principalId: Id,
|
|
139
|
-
principalName: Name,
|
|
140
|
-
userAvatar: UserAvatar,
|
|
141
|
-
krWeight: 0,
|
|
142
|
-
mileStoneName: "",
|
|
143
|
-
confidenceIndex: 5
|
|
144
|
-
}]));
|
|
145
111
|
}
|
|
146
112
|
|
|
147
113
|
var getKrAnalysisInfo = function getKrAnalysisInfo() {
|
|
@@ -190,50 +156,78 @@ function KrDatas(props) {
|
|
|
190
156
|
})["finally"](function () {
|
|
191
157
|
setIsInputContent(false);
|
|
192
158
|
});
|
|
193
|
-
}; //
|
|
159
|
+
}; // 添加KR
|
|
194
160
|
|
|
195
161
|
|
|
196
|
-
|
|
197
|
-
var
|
|
198
|
-
|
|
199
|
-
|
|
162
|
+
function addKr() {
|
|
163
|
+
var krDatasClone = (0, _cloneDeep["default"])(krDatasRef.current);
|
|
164
|
+
var krsCount = krDatasClone.length;
|
|
165
|
+
setKrIsValidate(false);
|
|
166
|
+
setTimeout(function () {
|
|
167
|
+
if (!wrapperRef.current || krsCount < 6) return;
|
|
168
|
+
wrapperRef.current.scrollTop = wrapperRef.current.scrollHeight;
|
|
169
|
+
}, 0);
|
|
170
|
+
|
|
171
|
+
if (!isCustomWeight) {
|
|
172
|
+
var krWeight = (0, _roundWeight.RoundWeight)(100 / (krsCount + 1));
|
|
173
|
+
|
|
174
|
+
var _newKrs = [].concat(_toConsumableArray(krDatasClone.map(function (kr) {
|
|
175
|
+
return _objectSpread(_objectSpread({}, kr), {}, {
|
|
176
|
+
krWeight: krWeight
|
|
177
|
+
});
|
|
178
|
+
})), [{
|
|
179
|
+
uuid: _uuid["default"].v1(),
|
|
180
|
+
principalId: Id,
|
|
181
|
+
principalName: Name,
|
|
182
|
+
userAvatar: UserAvatar,
|
|
183
|
+
krWeight: krWeight,
|
|
184
|
+
mileStoneName: '',
|
|
185
|
+
mileStoneNamePureTextExcludeAt: '',
|
|
186
|
+
mileStoneNameRichText: undefined,
|
|
187
|
+
aiteUsers: [],
|
|
188
|
+
confidenceIndex: 5
|
|
189
|
+
}]);
|
|
190
|
+
|
|
191
|
+
setKrDatas(_newKrs);
|
|
192
|
+
krDatasRef.current = _newKrs;
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
200
195
|
|
|
201
|
-
|
|
196
|
+
var newKrs = [].concat(_toConsumableArray(krDatasClone), [{
|
|
197
|
+
uuid: _uuid["default"].v1(),
|
|
198
|
+
principalId: Id,
|
|
199
|
+
principalName: Name,
|
|
200
|
+
userAvatar: UserAvatar,
|
|
201
|
+
krWeight: 0,
|
|
202
|
+
mileStoneName: '',
|
|
203
|
+
mileStoneNamePureTextExcludeAt: '',
|
|
204
|
+
mileStoneNameRichText: undefined,
|
|
205
|
+
aiteUsers: [],
|
|
206
|
+
confidenceIndex: 5
|
|
207
|
+
}]);
|
|
208
|
+
setKrDatas(newKrs);
|
|
209
|
+
krDatasRef.current = newKrs;
|
|
210
|
+
} // 修改KR
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
var _changeKr = (0, _react.useCallback)(function (kr, index) {
|
|
214
|
+
if (krDatasRef.current[index].krWeight !== kr.krWeight) {
|
|
202
215
|
setIsCustomWeight(true);
|
|
203
216
|
}
|
|
204
217
|
|
|
205
|
-
var newKrs = _toConsumableArray(
|
|
218
|
+
var newKrs = _toConsumableArray(krDatasRef.current);
|
|
206
219
|
|
|
207
220
|
newKrs[index] = kr;
|
|
208
221
|
setKrDatas(newKrs);
|
|
222
|
+
krDatasRef.current = newKrs;
|
|
209
223
|
setInputKrInfo(kr);
|
|
210
|
-
};
|
|
211
|
-
|
|
212
|
-
(0, _react.useEffect)(function () {
|
|
213
|
-
// 防抖
|
|
214
|
-
krNameIsEmpty.current = !inputKrInfo || !inputKrInfo.mileStoneName;
|
|
215
|
-
|
|
216
|
-
if (!inputKrInfo || !inputKrInfo.mileStoneName) {
|
|
217
|
-
setIsInputContent(false);
|
|
218
|
-
setKrsCheckResult({
|
|
219
|
-
finalResult: _okrCreateSuggest.EOkrCreateSuggestResultType.normal,
|
|
220
|
-
friendlyResult: []
|
|
221
|
-
});
|
|
222
|
-
} else if (timerRef.current) {
|
|
223
|
-
clearTimeout(timerRef.current);
|
|
224
|
-
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
225
|
-
} else {
|
|
226
|
-
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
227
|
-
}
|
|
224
|
+
}, [krDatasRef.current]); // 删除KR
|
|
228
225
|
|
|
229
|
-
return function () {
|
|
230
|
-
clearTimeout(timerRef.current);
|
|
231
|
-
};
|
|
232
|
-
}, [inputKrInfo, setIsInputContent]); // 删除KR
|
|
233
226
|
|
|
234
227
|
var deleteKr = function deleteKr(id) {
|
|
228
|
+
var krDatasClone = (0, _cloneDeep["default"])(krDatasRef.current);
|
|
235
229
|
setKrIsValidate(false);
|
|
236
|
-
var newKrDatas =
|
|
230
|
+
var newKrDatas = krDatasClone.filter(function (k) {
|
|
237
231
|
return k.uuid !== id;
|
|
238
232
|
});
|
|
239
233
|
|
|
@@ -246,6 +240,7 @@ function KrDatas(props) {
|
|
|
246
240
|
}
|
|
247
241
|
|
|
248
242
|
setKrDatas(newKrDatas);
|
|
243
|
+
krDatasRef.current = newKrDatas;
|
|
249
244
|
|
|
250
245
|
var tempKrCheckResult = _toConsumableArray(krsCheckFriendlyResult);
|
|
251
246
|
|
|
@@ -266,15 +261,39 @@ function KrDatas(props) {
|
|
|
266
261
|
|
|
267
262
|
var onKrInputStateChange = (0, _react.useCallback)(function (isFocus, krInfo) {
|
|
268
263
|
setInputKrInfo(krInfo);
|
|
264
|
+
handleKrInputStateChange === null || handleKrInputStateChange === void 0 ? void 0 : handleKrInputStateChange(isFocus);
|
|
265
|
+
}, []);
|
|
266
|
+
(0, _react.useEffect)(function () {
|
|
267
|
+
// 防抖
|
|
268
|
+
krNameIsEmpty.current = !inputKrInfo || !inputKrInfo.mileStoneName;
|
|
269
269
|
|
|
270
|
-
if (
|
|
271
|
-
|
|
270
|
+
if (!inputKrInfo || !inputKrInfo.mileStoneName) {
|
|
271
|
+
setIsInputContent(false);
|
|
272
|
+
setKrsCheckResult({
|
|
273
|
+
finalResult: _okrCreateSuggest.EOkrCreateSuggestResultType.normal,
|
|
274
|
+
friendlyResult: []
|
|
275
|
+
});
|
|
276
|
+
} else if (timerRef.current) {
|
|
277
|
+
clearTimeout(timerRef.current);
|
|
278
|
+
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
279
|
+
} else {
|
|
280
|
+
timerRef.current = setTimeout(getKrAnalysisInfo, 1000);
|
|
272
281
|
}
|
|
282
|
+
|
|
283
|
+
return function () {
|
|
284
|
+
clearTimeout(timerRef.current);
|
|
285
|
+
};
|
|
286
|
+
}, [inputKrInfo, setIsInputContent]);
|
|
287
|
+
(0, _react.useEffect)(function () {
|
|
288
|
+
krDatasRef.current = krDatas;
|
|
273
289
|
}, []);
|
|
274
|
-
return /*#__PURE__*/_react["default"].createElement("div", null,
|
|
290
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, krDatasRef.current.map(function (kr, index) {
|
|
275
291
|
return /*#__PURE__*/_react["default"].createElement(_krItem["default"], {
|
|
292
|
+
key: kr === null || kr === void 0 ? void 0 : kr.uuid,
|
|
276
293
|
krData: kr,
|
|
277
|
-
changeKr: changeKr
|
|
294
|
+
changeKr: function changeKr(newKr) {
|
|
295
|
+
return _changeKr(newKr, index);
|
|
296
|
+
},
|
|
278
297
|
deleteKr: deleteKr,
|
|
279
298
|
container: container,
|
|
280
299
|
index: index + 1,
|
|
@@ -291,9 +310,9 @@ function KrDatas(props) {
|
|
|
291
310
|
className: "add-kr-btn__icon",
|
|
292
311
|
src: _krAdd["default"],
|
|
293
312
|
alt: ""
|
|
294
|
-
}), (0, _getLocale.getLocale)(
|
|
313
|
+
}), (0, _getLocale.getLocale)('OKR_MyO_Pop_Butt_AddKR')), krDatasRef.current.length > 0 && openKrWeight && /*#__PURE__*/_react["default"].createElement("span", {
|
|
295
314
|
className: "krs-info__total-weight"
|
|
296
|
-
}, (0, _getLocale.getLocale)(
|
|
315
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Pop_Text_Total'), total, "%")));
|
|
297
316
|
}
|
|
298
317
|
|
|
299
318
|
var _default = KrDatas;
|
|
@@ -9,6 +9,10 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _richEditor = require("@titaui/rich-editor");
|
|
15
|
+
|
|
12
16
|
var _bsGlobal = require("../../../utils/bs-global");
|
|
13
17
|
|
|
14
18
|
var _krItemWeight = _interopRequireDefault(require("./kr-item-weight"));
|
|
@@ -33,55 +37,48 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
33
37
|
|
|
34
38
|
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; }
|
|
35
39
|
|
|
36
|
-
function
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
function KrItem(_ref) {
|
|
49
|
-
var krData = _ref.krData,
|
|
50
|
-
changeKr = _ref.changeKr,
|
|
51
|
-
deleteKr = _ref.deleteKr,
|
|
52
|
-
container = _ref.container,
|
|
53
|
-
index = _ref.index,
|
|
54
|
-
onKrInputStateChange = _ref.onKrInputStateChange,
|
|
55
|
-
onAddKr = _ref.onAddKr,
|
|
56
|
-
setIsInputContent = _ref.setIsInputContent,
|
|
57
|
-
domRef = _ref.domRef,
|
|
58
|
-
krIsValidate = _ref.krIsValidate;
|
|
59
|
-
var setting = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting").KRSetting;
|
|
40
|
+
function KrItem(props) {
|
|
41
|
+
var krData = props.krData,
|
|
42
|
+
changeKr = props.changeKr,
|
|
43
|
+
deleteKr = props.deleteKr,
|
|
44
|
+
container = props.container,
|
|
45
|
+
index = props.index,
|
|
46
|
+
onKrInputStateChange = props.onKrInputStateChange,
|
|
47
|
+
onAddKr = props.onAddKr,
|
|
48
|
+
setIsInputContent = props.setIsInputContent,
|
|
49
|
+
domRef = props.domRef,
|
|
50
|
+
krIsValidate = props.krIsValidate;
|
|
51
|
+
var setting = (0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting;
|
|
60
52
|
var openKrWeight = setting.KrWeight;
|
|
61
|
-
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
showDelIcon = _useState2[0],
|
|
65
|
-
setShowDelIcon = _useState2[1];
|
|
66
|
-
|
|
67
|
-
var oldKrNameRef = (0, _react.useRef)("");
|
|
53
|
+
var mentionInputRef = (0, _react.useRef)();
|
|
54
|
+
var oldKrNameRef = (0, _react.useRef)('');
|
|
55
|
+
var krDataRef = (0, _react.useRef)(krData);
|
|
68
56
|
|
|
69
57
|
var onUserSelectorSubmitHandler = function onUserSelectorSubmitHandler(users) {
|
|
70
|
-
changeKr(_objectSpread(_objectSpread({},
|
|
58
|
+
changeKr(_objectSpread(_objectSpread({}, krDataRef.current), {}, {
|
|
71
59
|
principalId: users[0].Id,
|
|
72
60
|
principalName: users[0].Name,
|
|
73
61
|
userAvatar: users[0].UserAvatar
|
|
74
62
|
}));
|
|
75
63
|
};
|
|
76
64
|
|
|
77
|
-
var onKrNameInputChangeHandler = function
|
|
78
|
-
|
|
79
|
-
|
|
65
|
+
var onKrNameInputChangeHandler = (0, _react.useCallback)(function (data) {
|
|
66
|
+
var mentionUsers = data.mentionUsers,
|
|
67
|
+
pureText = data.pureText,
|
|
68
|
+
pureTextExcludeAt = data.pureTextExcludeAt,
|
|
69
|
+
richText = data.richText;
|
|
70
|
+
changeKr(_objectSpread(_objectSpread({}, krDataRef.current), {}, {
|
|
71
|
+
mileStoneName: pureText,
|
|
72
|
+
mileStoneNameRichText: richText,
|
|
73
|
+
mileStoneNamePureTextExcludeAt: pureTextExcludeAt,
|
|
74
|
+
aiteUsers: mentionUsers === null || mentionUsers === void 0 ? void 0 : mentionUsers.map(function (user) {
|
|
75
|
+
return user.mentionId;
|
|
76
|
+
})
|
|
80
77
|
}));
|
|
81
|
-
};
|
|
78
|
+
}, []);
|
|
82
79
|
|
|
83
80
|
var onDeleteKrClickHandler = function onDeleteKrClickHandler() {
|
|
84
|
-
deleteKr(krData.uuid);
|
|
81
|
+
return deleteKr(krData.uuid);
|
|
85
82
|
};
|
|
86
83
|
|
|
87
84
|
var formatUser = (0, _react.useMemo)(function () {
|
|
@@ -92,12 +89,6 @@ function KrItem(_ref) {
|
|
|
92
89
|
Id: krData.principalId
|
|
93
90
|
};
|
|
94
91
|
}, [krData.userAvatar.Medium, krData.principalName, krData.principalName, krData.principalId]);
|
|
95
|
-
var handleMouseEnter = (0, _react.useCallback)(function () {
|
|
96
|
-
setShowDelIcon(true);
|
|
97
|
-
}, []);
|
|
98
|
-
var handleMouseLeave = (0, _react.useCallback)(function () {
|
|
99
|
-
setShowDelIcon(false);
|
|
100
|
-
}, []);
|
|
101
92
|
var handleInputFocus = (0, _react.useCallback)(function () {
|
|
102
93
|
onKrInputStateChange && onKrInputStateChange(true, krData);
|
|
103
94
|
}, [krData]);
|
|
@@ -123,34 +114,40 @@ function KrItem(_ref) {
|
|
|
123
114
|
oldKrNameRef.current = e.target.value;
|
|
124
115
|
}
|
|
125
116
|
}, []);
|
|
117
|
+
(0, _react.useEffect)(function () {
|
|
118
|
+
krDataRef.current = krData;
|
|
119
|
+
}, [krData]);
|
|
120
|
+
var _krDataRef$current = krDataRef.current,
|
|
121
|
+
mileStoneNamePureTextExcludeAt = _krDataRef$current.mileStoneNamePureTextExcludeAt,
|
|
122
|
+
mileStoneNameRichText = _krDataRef$current.mileStoneNameRichText;
|
|
123
|
+
var krNameLen = (mileStoneNamePureTextExcludeAt === null || mileStoneNamePureTextExcludeAt === void 0 ? void 0 : mileStoneNamePureTextExcludeAt.length) || 0;
|
|
126
124
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
127
|
-
className: "create-kr-item-wrapper"
|
|
128
|
-
onMouseEnter: handleMouseEnter,
|
|
129
|
-
onMouseLeave: handleMouseLeave
|
|
125
|
+
className: "create-kr-item-wrapper"
|
|
130
126
|
}, /*#__PURE__*/_react["default"].createElement("a", {
|
|
131
|
-
className: "kr-item__delete-icon tu-icon-del
|
|
127
|
+
className: "kr-item__delete-icon tu-icon-del",
|
|
132
128
|
onClick: onDeleteKrClickHandler
|
|
133
129
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
134
|
-
className:
|
|
130
|
+
className: (0, _classnames["default"])('kr-item__right-block', {
|
|
131
|
+
'kr-item__right-block--error': krNameLen > 500
|
|
132
|
+
})
|
|
135
133
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
136
134
|
className: "kr-item__order"
|
|
137
135
|
}, "KR", index), /*#__PURE__*/_react["default"].createElement("div", {
|
|
138
136
|
className: "kr-item__input-wrapper"
|
|
139
137
|
}, /*#__PURE__*/_react["default"].createElement(_inputWithErrPopup["default"], {
|
|
140
|
-
strLength:
|
|
138
|
+
strLength: krNameLen,
|
|
141
139
|
maxLength: 500,
|
|
142
140
|
position: "top"
|
|
143
|
-
}, /*#__PURE__*/_react["default"].createElement(
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
value: krData.mileStoneName,
|
|
148
|
-
onChange: onKrNameInputChangeHandler,
|
|
141
|
+
}, /*#__PURE__*/_react["default"].createElement(_richEditor.TitaInlineRichEditor, {
|
|
142
|
+
initialState: mileStoneNameRichText,
|
|
143
|
+
key: krData === null || krData === void 0 ? void 0 : krData.uuid,
|
|
144
|
+
onDocChange: onKrNameInputChangeHandler,
|
|
149
145
|
onFocus: handleInputFocus,
|
|
150
146
|
onBlur: handleInputBlur,
|
|
151
147
|
onKeyDown: handleOnKeyDown,
|
|
152
148
|
onKeyUp: handleOnKeyUp,
|
|
153
|
-
|
|
149
|
+
placeholder: (0, _getLocale.getLocale)('OKR_MyO_Pop_Keyresults'),
|
|
150
|
+
ref: mentionInputRef
|
|
154
151
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
155
152
|
className: "kr-item-right-block__white-block"
|
|
156
153
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -13,7 +13,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
13
13
|
|
|
14
14
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
15
15
|
|
|
16
|
-
var Wrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 449px;\n padding: 0 32px;\n
|
|
16
|
+
var Wrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: 449px;\n overflow: auto;\n \n .create-modal__wrapper-inner {\n padding: 0 32px;\n }\n"])));
|
|
17
17
|
|
|
18
18
|
exports.Wrapper = Wrapper;
|
|
19
19
|
|
|
@@ -48,17 +48,17 @@ var KrItemWrapper = _styledComponents["default"].div(_templateObject9 || (_templ
|
|
|
48
48
|
exports.KrItemWrapper = KrItemWrapper;
|
|
49
49
|
|
|
50
50
|
var KrEditWrapper = _styledComponents["default"].div(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n height: 36px;\n background: #ffffff;\n border: 1px solid ", ";\n border-radius: 4px;\n ", "\n display: flex;\n align-items: center;\n flex: 1;\n padding: 0 10px;\n transition: border 0.2s ease 0.2s, box-shadow 0.2s ease 0.2s;\n > span {\n font-size: 13px;\n font-weight: 400;\n text-align: left;\n color: #6f7886;\n margin-left: 18px;\n }\n :hover {\n border: 1px solid #2879ff;\n }\n"])), function (p) {
|
|
51
|
-
return p.active ?
|
|
51
|
+
return p.active ? '#2879ff' : '#f0f2f5';
|
|
52
52
|
}, function (p) {
|
|
53
|
-
return p.active ?
|
|
53
|
+
return p.active ? 'box-shadow: 0px 0px 6px 0px rgba(40, 121, 255, 0.3) inset;' : '';
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
exports.KrEditWrapper = KrEditWrapper;
|
|
57
57
|
|
|
58
58
|
var InputWrapper = _styledComponents["default"].div(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n height: 36px;\n background: #ffffff;\n border: 1px solid ", ";\n border-radius: 4px;\n ", "\n display: flex;\n align-items: center;\n flex: 1;\n padding: 0 10px;\n transition: border 0.2s ease 0.2s, box-shadow 0.2s ease 0.2s;\n :hover {\n border: 1px solid #2879ff;\n }\n > input {\n flex: 1;\n border: none;\n padding: 0;\n margin: 0;\n }\n"])), function (p) {
|
|
59
|
-
return p.active ?
|
|
59
|
+
return p.active ? '#2879ff' : '#f0f2f5';
|
|
60
60
|
}, function (p) {
|
|
61
|
-
return p.active ?
|
|
61
|
+
return p.active ? 'box-shadow: 0px 0px 6px 0px rgba(40, 121, 255, 0.3) inset;' : '';
|
|
62
62
|
});
|
|
63
63
|
|
|
64
64
|
exports.InputWrapper = InputWrapper;
|
|
@@ -47,7 +47,7 @@ var BodyItem = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
var _super = _createSuper(BodyItem);
|
|
48
48
|
|
|
49
49
|
function BodyItem() {
|
|
50
|
-
var _this;
|
|
50
|
+
var _temp, _this;
|
|
51
51
|
|
|
52
52
|
_classCallCheck(this, BodyItem);
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ var BodyItem = /*#__PURE__*/function (_Component) {
|
|
|
55
55
|
args[_key] = arguments[_key];
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.getClass = function () {
|
|
58
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.getClass = function () {
|
|
59
59
|
var _this$props = _this.props,
|
|
60
60
|
isAllowSelect = _this$props.isAllowSelect,
|
|
61
61
|
date = _this$props.date,
|
|
@@ -86,7 +86,7 @@ var BodyItem = /*#__PURE__*/function (_Component) {
|
|
|
86
86
|
if (_this.disabled) return;
|
|
87
87
|
|
|
88
88
|
_this.props.onSelectDate((0, _moment["default"])(date.format("YYYY/MM/DD")));
|
|
89
|
-
},
|
|
89
|
+
}, _temp));
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
_createClass(BodyItem, [{
|
|
@@ -87,7 +87,7 @@ var CalendarHeader = /*#__PURE__*/function (_Component) {
|
|
|
87
87
|
var _super = _createSuper(CalendarHeader);
|
|
88
88
|
|
|
89
89
|
function CalendarHeader() {
|
|
90
|
-
var _this;
|
|
90
|
+
var _temp, _this;
|
|
91
91
|
|
|
92
92
|
_classCallCheck(this, CalendarHeader);
|
|
93
93
|
|
|
@@ -95,7 +95,7 @@ var CalendarHeader = /*#__PURE__*/function (_Component) {
|
|
|
95
95
|
args[_key] = arguments[_key];
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.setDate = function (func) {
|
|
98
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.setDate = function (func) {
|
|
99
99
|
var date = (0, _moment["default"])(_this.props.date);
|
|
100
100
|
|
|
101
101
|
for (var _len2 = arguments.length, rest = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
@@ -113,7 +113,7 @@ var CalendarHeader = /*#__PURE__*/function (_Component) {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
return years;
|
|
116
|
-
},
|
|
116
|
+
}, _temp));
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
_createClass(CalendarHeader, [{
|
|
@@ -49,7 +49,7 @@ var ConfirmPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
49
49
|
var _super = _createSuper(ConfirmPop);
|
|
50
50
|
|
|
51
51
|
function ConfirmPop() {
|
|
52
|
-
var _this;
|
|
52
|
+
var _temp, _this;
|
|
53
53
|
|
|
54
54
|
_classCallCheck(this, ConfirmPop);
|
|
55
55
|
|
|
@@ -57,13 +57,13 @@ var ConfirmPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
57
57
|
args[_key] = arguments[_key];
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function () {
|
|
60
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function () {
|
|
61
61
|
// @ts-ignore
|
|
62
62
|
_this.refs.pop.show(_this.refs.trigger);
|
|
63
63
|
}, _this.handleHide = function () {
|
|
64
64
|
// @ts-ignore
|
|
65
65
|
_this.refs.pop.hide();
|
|
66
|
-
},
|
|
66
|
+
}, _temp));
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
_createClass(ConfirmPop, [{
|
|
@@ -116,7 +116,7 @@ var EStatusStatus2ClassType = {
|
|
|
116
116
|
3: "tu-icon-deferred",
|
|
117
117
|
6: "tu-icon-paused",
|
|
118
118
|
0: "tu-icon-notstart",
|
|
119
|
-
5: "tu-icon-
|
|
119
|
+
5: "tu-icon-weijieshou-right"
|
|
120
120
|
};
|
|
121
121
|
exports.EStatusStatus2ClassType = EStatusStatus2ClassType;
|
|
122
122
|
var PlanReportType = ["titaPlanReport", "titaPlanManagerReport"];
|
|
@@ -23,7 +23,7 @@ require("./index.css");
|
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
25
|
|
|
26
|
-
var prefix =
|
|
26
|
+
var prefix = 'titaui-dynamic-operation';
|
|
27
27
|
|
|
28
28
|
var DynamicOperation = function DynamicOperation(_ref) {
|
|
29
29
|
var feedOperations = _ref.feedOperations,
|
|
@@ -41,20 +41,20 @@ var DynamicOperation = function DynamicOperation(_ref) {
|
|
|
41
41
|
|
|
42
42
|
var handleClickShowAll = function handleClickShowAll() {
|
|
43
43
|
if (feedType === _constant.EFeedType.Kr) {
|
|
44
|
-
_drawerManager["default"].open(
|
|
44
|
+
_drawerManager["default"].open('krDetail', {
|
|
45
45
|
krId: krId
|
|
46
46
|
});
|
|
47
47
|
} else if (feedType === _constant.EFeedType.O) {
|
|
48
|
-
_drawerManager["default"].open(
|
|
48
|
+
_drawerManager["default"].open('okrDetail', {
|
|
49
49
|
okrId: okrId,
|
|
50
|
-
activeTabKey:
|
|
50
|
+
activeTabKey: 'cooperation'
|
|
51
51
|
});
|
|
52
52
|
} else if (feedType === _constant.EFeedType.Task) {
|
|
53
|
-
window.Talent.app.vent.trigger(
|
|
53
|
+
window.Talent.app.vent.trigger('global-pull-screen', taskId, 'task');
|
|
54
54
|
} else if (feedType === _constant.EFeedType.Project) {
|
|
55
55
|
window.open(window.location.href.replace(window.location.hash, "#work?iTalentNavCode=tita-work&work_id=".concat(workId)));
|
|
56
56
|
} else if (feedType === _constant.EFeedType.MileStone) {
|
|
57
|
-
window.Talent.app.vent.trigger(
|
|
57
|
+
window.Talent.app.vent.trigger('global-pull-screen', mileStoneId, 'milestone', new window.Talent.Model(data), {
|
|
58
58
|
option: true,
|
|
59
59
|
width: 465,
|
|
60
60
|
React: _react["default"],
|
|
@@ -91,7 +91,7 @@ var DynamicOperation = function DynamicOperation(_ref) {
|
|
|
91
91
|
})
|
|
92
92
|
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
93
93
|
className: "".concat(prefix, "__operate-content")
|
|
94
|
-
}, (0, _openData.parseHtmlAndTextTag)(content)))), index === 2 && feedOperations.total > 3 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
94
|
+
}, (0, _openData.parseString)((0, _openData.parseHtmlAndTextTag)(content))))), index === 2 && feedOperations.total > 3 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
95
95
|
className: "".concat(prefix, "__operate-item")
|
|
96
96
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
97
97
|
className: "".concat(prefix, "__operate-icon"),
|
|
@@ -103,7 +103,7 @@ var DynamicOperation = function DynamicOperation(_ref) {
|
|
|
103
103
|
}, "\u5168\u90E8\u64CD\u4F5C", /*#__PURE__*/_react["default"].createElement("span", {
|
|
104
104
|
className: "".concat(prefix, "__operate-item-total-num")
|
|
105
105
|
}, feedOperations.total), /*#__PURE__*/_react["default"].createElement("i", {
|
|
106
|
-
className: (0, _classnames["default"])(
|
|
106
|
+
className: (0, _classnames["default"])('tu-icon-APP-xi')
|
|
107
107
|
}))));
|
|
108
108
|
}));
|
|
109
109
|
};
|