@titaui/pc 1.11.3 → 1.11.4-10

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.
Files changed (176) hide show
  1. package/lib/components/avatar/text-avatar/index.css +7 -0
  2. package/lib/components/avatar/text-avatar/index.js +32 -7
  3. package/lib/components/button/icon-btn/index.js +17 -8
  4. package/lib/components/button/rect-btn/index.js +7 -7
  5. package/lib/components/change-okr-modal/Item.js +15 -15
  6. package/lib/components/communication/index.js +30 -29
  7. package/lib/components/drawer/index.js +7 -6
  8. package/lib/components/drop-selector/index.js +25 -10
  9. package/lib/components/dynamic/constant.js +43 -36
  10. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +243 -0
  11. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +6 -2
  12. package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
  13. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
  14. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
  15. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
  16. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
  17. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
  18. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
  19. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
  20. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -6
  21. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +7 -7
  22. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -11
  23. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +14 -14
  24. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -10
  25. package/lib/components/dynamic/dynamic-item/index.js +70 -41
  26. package/lib/components/dynamic/dynamic-list/index.js +5 -13
  27. package/lib/components/e-priority/index.js +18 -12
  28. package/lib/components/eReport/eReportShare/index.js +11 -11
  29. package/lib/components/file-list/components/single-file/index.js +11 -11
  30. package/lib/components/form/form-fields/date/index.css +24 -0
  31. package/lib/components/form/form-fields/date/index.js +102 -0
  32. package/lib/components/form/form-fields/input/index.js +10 -10
  33. package/lib/components/form/form-fields/user/index.css +23 -3
  34. package/lib/components/form/form-fields/user/index.js +18 -8
  35. package/lib/components/form/form-fields/user/user-input.js +15 -6
  36. package/lib/components/form/index.js +10 -3
  37. package/lib/components/icon-button-list/index.css +2 -57
  38. package/lib/components/icon-button-list/index.js +10 -7
  39. package/lib/components/img-viewer/index.css +10 -3
  40. package/lib/components/img-viewer/index.js +57 -18
  41. package/lib/components/mblog/index.js +31 -30
  42. package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
  43. package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
  44. package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
  45. package/lib/components/menus/components/menu-tree/index.css +4 -2
  46. package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
  47. package/lib/components/menus/export-modules/interview-menus/constant.js +30 -0
  48. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +63 -0
  49. package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
  50. package/lib/components/menus/export-modules/interview-menus/index.js +128 -0
  51. package/lib/components/menus/index.js +11 -5
  52. package/lib/components/nav-top/components/menu/index.js +14 -14
  53. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
  54. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
  55. package/lib/components/nav-top/components/user-message/constant.js +1 -0
  56. package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
  57. package/lib/components/nav-top/components/user-message/index.js +23 -20
  58. package/lib/components/nav-top/request.apis.js +3 -1
  59. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
  60. package/lib/components/okr-detail/detail-header/actions.js +62 -66
  61. package/lib/components/okr-detail/detail-header/index.css +2 -2
  62. package/lib/components/okr-detail/detail-header/index.js +205 -194
  63. package/lib/components/okr-detail/index.js +21 -19
  64. package/lib/components/okr-flow/child-node/index.css +67 -21
  65. package/lib/components/okr-flow/child-node/work-node.js +61 -24
  66. package/lib/components/okr-flow/empty/index.css +8 -1
  67. package/lib/components/okr-flow/export-modal/index.js +42 -18
  68. package/lib/components/okr-flow/export-modules/okr-search-panel/index.css +3 -1
  69. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +30 -24
  70. package/lib/components/okr-flow/images/loading-light.gif +0 -0
  71. package/lib/components/okr-flow/okr-map/index.js +43 -22
  72. package/lib/components/okr-flow/request-apis.js +15 -8
  73. package/lib/components/okr-flow/root-node/index.css +2 -2
  74. package/lib/components/okr-flow/root-node/index.js +26 -25
  75. package/lib/components/okr-flow/utils/index.js +45 -29
  76. package/lib/components/okr-flow/utils/tree-handler.js +29 -18
  77. package/lib/components/okrcase-library/index.css +6 -4
  78. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +36 -30
  79. package/lib/components/pagination/index.css +3 -3
  80. package/lib/components/pagination/select.css +58 -23
  81. package/lib/components/period-selector/index.css +9 -3
  82. package/lib/components/period-selector/index.js +14 -11
  83. package/lib/components/picker/components/panels/date-panel/date-body.js +118 -0
  84. package/lib/components/picker/components/panels/date-panel/date-head.js +87 -0
  85. package/lib/components/picker/components/panels/date-panel/index.css +14 -0
  86. package/lib/components/picker/components/panels/date-panel/index.js +49 -0
  87. package/lib/components/picker/components/panels/month-panel/index.css +27 -0
  88. package/lib/components/picker/components/panels/month-panel/index.js +63 -0
  89. package/lib/components/picker/components/panels/month-panel/month-body.js +89 -0
  90. package/lib/components/picker/components/panels/month-panel/month-head.js +47 -0
  91. package/lib/components/picker/components/panels/panel-body/index.js +53 -0
  92. package/lib/components/picker/components/panels/panel-head/index.js +48 -0
  93. package/lib/components/picker/components/panels/year-panel/index.css +23 -0
  94. package/lib/components/picker/components/panels/year-panel/index.js +65 -0
  95. package/lib/components/picker/components/panels/year-panel/year-body.js +92 -0
  96. package/lib/components/picker/components/panels/year-panel/year-head.js +35 -0
  97. package/lib/components/picker/components/picker-trigger/index.css +57 -0
  98. package/lib/components/picker/components/picker-trigger/index.js +94 -0
  99. package/lib/components/picker/context.js +15 -0
  100. package/lib/components/picker/index.css +121 -0
  101. package/lib/components/picker/index.js +13 -0
  102. package/lib/components/picker/picker-panels.js +182 -0
  103. package/lib/components/picker/picker.js +132 -0
  104. package/lib/components/picker/type.js +5 -0
  105. package/lib/components/picker/utils.js +28 -0
  106. package/lib/components/popup/index.js +4 -4
  107. package/lib/components/radio/index.css +9 -9
  108. package/lib/components/scroll-container/index.js +423 -0
  109. package/lib/components/scroll-container/style.css +35 -0
  110. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  111. package/lib/components/superset-charts/components/chart/index.js +1 -1
  112. package/lib/components/superset-charts/utils/axios.js +5 -13
  113. package/lib/components/survey-model/contact.js +93 -0
  114. package/lib/components/survey-model/index.css +141 -0
  115. package/lib/components/survey-model/index.js +265 -0
  116. package/lib/components/survey-model/instance.js +86 -0
  117. package/lib/components/survey-model/request-api.js +80 -0
  118. package/lib/components/task-tree/helper.js +61 -0
  119. package/lib/components/task-tree/images/P1.svg +15 -0
  120. package/lib/components/task-tree/images/P2.svg +15 -0
  121. package/lib/components/task-tree/images/P3.svg +15 -0
  122. package/lib/components/task-tree/images/P4.svg +15 -0
  123. package/lib/components/task-tree/images/P5.svg +15 -0
  124. package/lib/components/task-tree/images/arrow.svg +9 -0
  125. package/lib/components/task-tree/images/empty-131.png +0 -0
  126. package/lib/components/task-tree/images/followed.svg +33 -0
  127. package/lib/components/task-tree/images/nice.svg +108 -0
  128. package/lib/components/task-tree/images/struc12.png +0 -0
  129. package/lib/components/task-tree/images/struc2.png +0 -0
  130. package/lib/components/task-tree/images/xialat-s.svg +13 -0
  131. package/lib/components/task-tree/index.js +22 -0
  132. package/lib/components/task-tree/mock.js +944 -0
  133. package/lib/components/task-tree/precls.js +8 -0
  134. package/lib/components/task-tree/request-apis.js +88 -0
  135. package/lib/components/task-tree/task-item-node/constant.js +45 -0
  136. package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
  137. package/lib/components/task-tree/task-item-node/e-project.js +212 -0
  138. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
  139. package/lib/components/task-tree/task-item-node/e-task.js +426 -0
  140. package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
  141. package/lib/components/task-tree/task-item-node/index.css +289 -0
  142. package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
  143. package/lib/components/task-tree/task-tree.css +16 -0
  144. package/lib/components/task-tree/task-tree.js +49 -0
  145. package/lib/components/time-picker/index.css +123 -0
  146. package/lib/components/time-picker/index.js +13 -0
  147. package/lib/components/time-picker/time-picker-selector.js +138 -0
  148. package/lib/components/time-picker/time-picker.js +324 -0
  149. package/lib/components/time-picker/timer-picker-input.js +94 -0
  150. package/lib/components/time-picker/utils.js +52 -0
  151. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
  152. package/lib/components/wechat-btn/index.css +14 -0
  153. package/lib/components/wechat-btn/index.js +338 -0
  154. package/lib/components-v1/radio/radio.js +3 -3
  155. package/lib/components-v1/radio/style/index.css +8 -8
  156. package/lib/index.js +101 -77
  157. package/lib/pages/aha2021/index.js +5 -1
  158. package/lib/pages/okr-map/export-modules/okr-map/header/index.css +7 -2
  159. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +73 -34
  160. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +65 -42
  161. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +26 -14
  162. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +58 -13
  163. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +28 -20
  164. package/lib/pages/okr-map/number-select/index.css +12 -9
  165. package/lib/pages/okr-map/number-select/index.js +3 -3
  166. package/lib/utils/auth.js +65 -8
  167. package/lib/utils/bs-global.js +18 -6
  168. package/lib/utils/hooks.js +72 -0
  169. package/lib/utils/open-data.js +63 -43
  170. package/package.json +6 -2
  171. package/.eslintignore +0 -3
  172. package/.eslintrc.js +0 -223
  173. package/.husky/pre-commit +0 -4
  174. package/.prettierignore +0 -31
  175. package/.prettierrc.js +0 -90
  176. package/.vscode/settings.json +0 -5
@@ -43,7 +43,7 @@ function _default(props) {
43
43
  hasAuth = props.hasAuth,
44
44
  status = props.status;
45
45
 
46
- var _useState = (0, _react.useState)("1"),
46
+ var _useState = (0, _react.useState)('1'),
47
47
  _useState2 = _slicedToArray(_useState, 2),
48
48
  level = _useState2[0],
49
49
  setLevel = _useState2[1];
@@ -59,7 +59,7 @@ function _default(props) {
59
59
  return /*#__PURE__*/_react["default"].createElement(_dropSelector["default"], {
60
60
  onChange: onMenuClickHandler,
61
61
  checked: level,
62
- canEdit: hasAuth && status !== "5",
62
+ canEdit: hasAuth && status !== '5',
63
63
  limitHeight: false,
64
64
  trigger: /*#__PURE__*/_react["default"].createElement("span", {
65
65
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p").concat(level))
@@ -68,21 +68,21 @@ function _default(props) {
68
68
  name: "1"
69
69
  }, /*#__PURE__*/_react["default"].createElement("span", {
70
70
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p1 ").concat(_precls["default"], "__e-task-node-select-priority"))
71
- }), (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Highest")), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
71
+ }), (0, _getLocale.getLocale)('OKR_MyO_E_Butt_Highest')), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
72
72
  name: "2"
73
73
  }, /*#__PURE__*/_react["default"].createElement("span", {
74
74
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p2 ").concat(_precls["default"], "__e-task-node-select-priority"))
75
- }), (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Highest")), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
75
+ }), (0, _getLocale.getLocale)('OKR_MyO_E_Butt_High')), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
76
76
  name: "3"
77
77
  }, /*#__PURE__*/_react["default"].createElement("span", {
78
78
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p3 ").concat(_precls["default"], "__e-task-node-select-priority"))
79
- }), (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Middle")), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
79
+ }), (0, _getLocale.getLocale)('OKR_MyO_E_Butt_Middle')), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
80
80
  name: "4"
81
81
  }, /*#__PURE__*/_react["default"].createElement("span", {
82
82
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p4 ").concat(_precls["default"], "__e-task-node-select-priority"))
83
- }), (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Low")), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
83
+ }), (0, _getLocale.getLocale)('OKR_MyO_E_Butt_Low')), /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
84
84
  name: "5"
85
85
  }, /*#__PURE__*/_react["default"].createElement("span", {
86
86
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-task-node-priority-p5 ").concat(_precls["default"], "__e-task-node-select-priority"))
87
- }), (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Verylow")));
87
+ }), (0, _getLocale.getLocale)('OKR_MyO_E_Butt_Verylow')));
88
88
  }
@@ -5,8 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.getOkrHeadActions = getOkrHeadActions;
7
7
 
8
- var _dayjs = _interopRequireDefault(require("dayjs"));
9
-
10
8
  var _bsGlobal = require("../../../utils/bs-global");
11
9
 
12
10
  var _auth = require("../../../utils/auth");
@@ -15,41 +13,17 @@ var _enums = require("./enums");
15
13
 
16
14
  var _getLocale = require("../../../utils/getLocale");
17
15
 
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
-
20
16
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21
17
 
22
18
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
19
 
24
20
  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; }
25
21
 
26
- function getOkrHeadActions(data) {
27
- var actions = [];
28
- var auth = new _auth.OAuth({
29
- principalUser: data.principalUser,
30
- createUserId: data.detailInfo.createUserId
31
- });
32
-
33
- var dataWithAuth = _objectSpread(_objectSpread({}, data), {}, {
34
- auth: auth
35
- });
36
-
37
- addShareButton(dataWithAuth, actions);
38
- addVisibilityButton(dataWithAuth, actions);
39
- addFollowButton(dataWithAuth, actions);
40
- addExitButton(dataWithAuth, actions);
41
- addFinishOrReopenButton(dataWithAuth, actions);
42
- addCopyButton(dataWithAuth, actions);
43
- addDeleteButton(dataWithAuth, actions); // addDetailButton(dataWithAuth,actions)
44
-
45
- return actions;
46
- }
47
-
48
22
  var addShareButton = function addShareButton(_ref, actions) {
49
23
  var openShareModal = _ref.openShareModal;
50
24
  actions.push({
51
- icon: "tu-icon-fenxiang",
52
- title: (0, _getLocale.getLocale)("OKR_MyO_Share"),
25
+ icon: 'tu-icon-fenxiang',
26
+ title: (0, _getLocale.getLocale)('OKR_MyO_Share'),
53
27
  onClick: openShareModal
54
28
  });
55
29
  };
@@ -60,56 +34,55 @@ var addVisibilityButton = function addVisibilityButton(_ref2, actions) {
60
34
  detailInfo = _ref2.detailInfo,
61
35
  changeVisiblilty = _ref2.changeVisiblilty;
62
36
  var children = [{
63
- title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Public"),
37
+ title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Public'),
64
38
  onClick: function onClick() {
65
39
  return changeVisiblilty(1);
66
40
  }
67
41
  }, {
68
- title: (0, _getLocale.getLocale)("OKR_MyO_From_Associatedmem"),
42
+ title: (0, _getLocale.getLocale)('OKR_MyO_From_Associatedmem'),
69
43
  onClick: function onClick() {
70
44
  return changeVisiblilty(2);
71
45
  }
72
46
  }, {
73
- title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Directrep"),
47
+ title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Directrep'),
74
48
  onClick: function onClick() {
75
49
  return changeVisiblilty(3);
76
50
  }
77
51
  }, {
78
- title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Specified"),
52
+ title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Specified'),
79
53
  onClick: function onClick() {
80
54
  return changeVisiblilty(4);
81
55
  }
82
56
  }];
83
57
 
84
- var editable = auth.hasAuth() && detailInfo.status == _enums.OkrStatus.inProgress;
58
+ var editable = auth.hasAuth() && detailInfo.status === _enums.OkrStatus.inProgress;
85
59
 
86
60
  actions.push({
87
- icon: visibility != 1 ? "tu-icon-simi-icon" : "tu-icon-gongkai",
88
- title: children[visibility - 1].title + (0, _getLocale.getLocale)("OKR_MyO_Text_Visible"),
61
+ icon: visibility !== 1 ? 'tu-icon-simi-icon' : 'tu-icon-gongkai',
62
+ title: children[visibility - 1].title + (0, _getLocale.getLocale)('OKR_MyO_Text_Visible'),
89
63
  children: editable ? children : null
90
64
  });
91
65
  };
92
66
 
93
67
  var addFollowButton = function addFollowButton(_ref3, actions) {
94
68
  var roleType = _ref3.roleType,
95
- detailInfo = _ref3.detailInfo,
96
69
  onChangeOkrFollow = _ref3.onChangeOkrFollow;
97
70
 
98
71
  // 未开启关注目标功能
99
- if (!(0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting").KRSetting.TargetFollowers) {
72
+ if (!(0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting').KRSetting.TargetFollowers) {
100
73
  return;
101
74
  } // 是负责人或是内部成员不能关注目标
102
75
 
103
76
 
104
- if (roleType == _enums.OkrRole.principal || roleType == _enums.OkrRole.member) {
77
+ if (roleType === _enums.OkrRole.principal || roleType === _enums.OkrRole.member) {
105
78
  return;
106
79
  } // 已关注目标
107
80
 
108
81
 
109
- if (roleType == _enums.OkrRole.follower) {
82
+ if (roleType === _enums.OkrRole.follower) {
110
83
  actions.push({
111
- icon: "okr-drawer-header-followed",
112
- title: (0, _getLocale.getLocale)("OKR_MyO_Butt_Unfollow"),
84
+ icon: 'okr-drawer-header-followed',
85
+ title: (0, _getLocale.getLocale)('OKR_MyO_Butt_Unfollow'),
113
86
  onClick: function onClick() {
114
87
  return onChangeOkrFollow(false);
115
88
  }
@@ -119,8 +92,8 @@ var addFollowButton = function addFollowButton(_ref3, actions) {
119
92
 
120
93
 
121
94
  actions.push({
122
- icon: "tu-icon-APP-shoucang",
123
- title: "关注目标",
95
+ icon: 'tu-icon-APP-shoucang',
96
+ title: '关注目标',
124
97
  onClick: function onClick() {
125
98
  return onChangeOkrFollow(true);
126
99
  }
@@ -131,10 +104,10 @@ var addExitButton = function addExitButton(_ref4, actions) {
131
104
  var roleType = _ref4.roleType,
132
105
  onQuit = _ref4.onQuit;
133
106
 
134
- if (roleType == _enums.OkrRole.member) {
107
+ if (roleType === _enums.OkrRole.member) {
135
108
  actions.push({
136
- icon: "tu-icon-tuichu",
137
- title: (0, _getLocale.getLocale)("Pro_Admin_pop_Withdraw"),
109
+ icon: 'tu-icon-tuichu',
110
+ title: (0, _getLocale.getLocale)('Pro_Admin_pop_Withdraw'),
138
111
  onClick: onQuit
139
112
  });
140
113
  }
@@ -146,18 +119,18 @@ var addFinishOrReopenButton = function addFinishOrReopenButton(_ref5, actions) {
146
119
  onFinishOrReOpen = _ref5.onFinishOrReOpen;
147
120
  if (!auth.hasAuth()) return;
148
121
 
149
- if (detailInfo.status == _enums.OkrStatus.inProgress) {
122
+ if (detailInfo.status === _enums.OkrStatus.inProgress) {
150
123
  actions.push({
151
- icon: "tu-icon-liebiao-jieshu",
152
- title: (0, _getLocale.getLocale)("OKR_MyO_EndObjective"),
124
+ icon: 'tu-icon-liebiao-jieshu',
125
+ title: (0, _getLocale.getLocale)('OKR_MyO_EndObjective'),
153
126
  onClick: function onClick() {
154
127
  return onFinishOrReOpen(true);
155
128
  }
156
129
  });
157
130
  } else {
158
131
  actions.push({
159
- icon: "tu-icon-gengxin1",
160
- title: "重启目标",
132
+ icon: 'tu-icon-gengxin1',
133
+ title: '重启目标',
161
134
  onClick: function onClick() {
162
135
  return onFinishOrReOpen(false);
163
136
  }
@@ -168,8 +141,8 @@ var addFinishOrReopenButton = function addFinishOrReopenButton(_ref5, actions) {
168
141
  var addCopyButton = function addCopyButton(_ref6, actions) {
169
142
  var onCopyOkr = _ref6.onCopyOkr;
170
143
  actions.push({
171
- icon: "tu-icon-liebiao-fuzhi",
172
- title: (0, _getLocale.getLocale)("OKR_MyO_Butt_CopyObjective"),
144
+ icon: 'tu-icon-liebiao-fuzhi',
145
+ title: (0, _getLocale.getLocale)('OKR_MyO_Butt_CopyObjective'),
173
146
  onClick: function onClick() {
174
147
  return onCopyOkr();
175
148
  }
@@ -181,20 +154,43 @@ var addDeleteButton = function addDeleteButton(_ref7, actions) {
181
154
  onDeleteOkr = _ref7.onDeleteOkr;
182
155
  if (!auth.hasAuth()) return;
183
156
  actions.push({
184
- icon: "tu-icon-del",
185
- title: (0, _getLocale.getLocale)("OKR_MyO_Butt_DeleteO"),
157
+ icon: 'tu-icon-del',
158
+ title: (0, _getLocale.getLocale)('OKR_MyO_Butt_DeleteO'),
186
159
  onClick: onDeleteOkr
187
160
  });
188
- };
161
+ }; // const addDetailButton: ActionDealFunction = ({ detailInfo }, actions) => {
162
+ // const registerDate = window.BSGlobal.tenantAuthentication.StartDate;
163
+ // dayjs(registerDate).year() < 2021
164
+ // && actions.push({
165
+ // icon: "tu-icon-xiangqing1",
166
+ // title: "目标详情",
167
+ // onClick: () => {
168
+ // window.open(
169
+ // `${location.pathname}#okr/manage?work_id=${detailInfo.workId}`,
170
+ // );
171
+ // },
172
+ // });
173
+ // };
189
174
 
190
- var addDetailButton = function addDetailButton(_ref8, actions) {
191
- var detailInfo = _ref8.detailInfo;
192
- var registerDate = window.BSGlobal.tenantAuthentication.StartDate;
193
- (0, _dayjs["default"])(registerDate).year() < 2021 && actions.push({
194
- icon: "tu-icon-xiangqing1",
195
- title: "目标详情",
196
- onClick: function onClick() {
197
- window.open("".concat(location.pathname, "#okr/manage?work_id=").concat(detailInfo.workId));
198
- }
175
+
176
+ function getOkrHeadActions(data) {
177
+ var actions = [];
178
+ var auth = new _auth.OAuth({
179
+ principalUser: data.principalUser,
180
+ createUserId: data.detailInfo.createUserId
199
181
  });
200
- };
182
+
183
+ var dataWithAuth = _objectSpread(_objectSpread({}, data), {}, {
184
+ auth: auth
185
+ });
186
+
187
+ addShareButton(dataWithAuth, actions);
188
+ addVisibilityButton(dataWithAuth, actions);
189
+ addFollowButton(dataWithAuth, actions);
190
+ addExitButton(dataWithAuth, actions);
191
+ addFinishOrReopenButton(dataWithAuth, actions);
192
+ addCopyButton(dataWithAuth, actions);
193
+ addDeleteButton(dataWithAuth, actions); // addDetailButton(dataWithAuth,actions)
194
+
195
+ return actions;
196
+ }
@@ -5,7 +5,7 @@
5
5
  .okr-detail-head-parent {
6
6
  display: flex;
7
7
  align-items: center;
8
- color: #89919F;
8
+ color: #89919f;
9
9
  }
10
10
 
11
11
  .okr-detail-head-parent .tu-icon-liebiao-duiqinubiao {
@@ -23,5 +23,5 @@
23
23
  }
24
24
 
25
25
  .okr-detail-head-parent > span:hover {
26
- color: #2879FF;
26
+ color: #2879ff;
27
27
  }