@titaui/pc 1.11.27 → 1.11.30

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 (158) 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 +14 -14
  6. package/lib/components/drawer/index.js +4 -4
  7. package/lib/components/drop-selector/index.js +25 -10
  8. package/lib/components/dynamic/constant.js +33 -32
  9. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +9 -9
  10. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
  11. package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
  12. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
  13. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
  14. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
  15. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
  16. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
  17. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
  18. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
  19. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -5
  20. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +6 -6
  21. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +10 -10
  22. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +13 -13
  23. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +9 -9
  24. package/lib/components/dynamic/dynamic-item/index.js +50 -32
  25. package/lib/components/dynamic/dynamic-list/index.js +4 -4
  26. package/lib/components/e-priority/index.js +8 -8
  27. package/lib/components/eReport/eReportShare/index.js +11 -11
  28. package/lib/components/form/form-fields/date/index.css +24 -0
  29. package/lib/components/form/form-fields/date/index.js +102 -0
  30. package/lib/components/form/form-fields/input/index.js +10 -10
  31. package/lib/components/form/form-fields/user/index.css +23 -3
  32. package/lib/components/form/form-fields/user/index.js +18 -8
  33. package/lib/components/form/form-fields/user/user-input.js +15 -6
  34. package/lib/components/form/index.js +10 -3
  35. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +5 -5
  36. package/lib/components/icon-button-list/index.js +3 -3
  37. package/lib/components/img-viewer/index.css +3 -3
  38. package/lib/components/img-viewer/index.js +11 -11
  39. package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
  40. package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
  41. package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
  42. package/lib/components/menus/components/menu-tree/index.css +4 -2
  43. package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
  44. package/lib/components/menus/export-modules/interview-menus/constant.js +30 -0
  45. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +63 -0
  46. package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
  47. package/lib/components/menus/export-modules/interview-menus/index.js +128 -0
  48. package/lib/components/menus/index.js +11 -5
  49. package/lib/components/nav-top/components/menu/index.js +14 -14
  50. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
  51. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
  52. package/lib/components/nav-top/components/user-message/constant.js +1 -0
  53. package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
  54. package/lib/components/nav-top/components/user-message/index.js +23 -20
  55. package/lib/components/nav-top/request.apis.js +3 -1
  56. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
  57. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +3 -2
  58. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +10 -0
  59. package/lib/components/okr-detail/detail-header/actions.js +23 -23
  60. package/lib/components/okr-detail/index.js +19 -19
  61. package/lib/components/okr-detail/okr-list/index.js +5 -3
  62. package/lib/components/okr-flow/child-node/index.css +6 -6
  63. package/lib/components/okr-flow/child-node/work-node.js +21 -21
  64. package/lib/components/okr-flow/export-modal/index.js +37 -19
  65. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +14 -14
  66. package/lib/components/okr-flow/okr-map/index.js +5 -5
  67. package/lib/components/okr-flow/request-apis.js +4 -4
  68. package/lib/components/okr-flow/root-node/index.js +25 -24
  69. package/lib/components/okr-flow/utils/index.js +5 -5
  70. package/lib/components/okr-flow/utils/tree-handler.js +17 -17
  71. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +30 -30
  72. package/lib/components/pagination/index.css +3 -3
  73. package/lib/components/pagination/select.css +58 -23
  74. package/lib/components/period-selector/index.css +3 -3
  75. package/lib/components/period-selector/index.js +11 -11
  76. package/lib/components/picker/components/panels/date-panel/date-body.js +118 -0
  77. package/lib/components/picker/components/panels/date-panel/date-head.js +87 -0
  78. package/lib/components/picker/components/panels/date-panel/index.css +14 -0
  79. package/lib/components/picker/components/panels/date-panel/index.js +49 -0
  80. package/lib/components/picker/components/panels/month-panel/index.css +27 -0
  81. package/lib/components/picker/components/panels/month-panel/index.js +63 -0
  82. package/lib/components/picker/components/panels/month-panel/month-body.js +89 -0
  83. package/lib/components/picker/components/panels/month-panel/month-head.js +47 -0
  84. package/lib/components/picker/components/panels/panel-body/index.js +53 -0
  85. package/lib/components/picker/components/panels/panel-head/index.js +48 -0
  86. package/lib/components/picker/components/panels/year-panel/index.css +23 -0
  87. package/lib/components/picker/components/panels/year-panel/index.js +65 -0
  88. package/lib/components/picker/components/panels/year-panel/year-body.js +92 -0
  89. package/lib/components/picker/components/panels/year-panel/year-head.js +35 -0
  90. package/lib/components/picker/components/picker-trigger/index.css +57 -0
  91. package/lib/components/picker/components/picker-trigger/index.js +94 -0
  92. package/lib/components/picker/context.js +15 -0
  93. package/lib/components/picker/index.css +121 -0
  94. package/lib/components/picker/index.js +13 -0
  95. package/lib/components/picker/picker-panels.js +182 -0
  96. package/lib/components/picker/picker.js +132 -0
  97. package/lib/components/picker/type.js +5 -0
  98. package/lib/components/picker/utils.js +28 -0
  99. package/lib/components/popup/index.js +4 -4
  100. package/lib/components/radio/index.css +9 -9
  101. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  102. package/lib/components/superset-charts/utils/axios.js +5 -5
  103. package/lib/components/survey-model/index.css +18 -18
  104. package/lib/components/survey-model/instance.js +1 -1
  105. package/lib/components/task-tree/helper.js +61 -0
  106. package/lib/components/task-tree/images/P1.svg +15 -0
  107. package/lib/components/task-tree/images/P2.svg +15 -0
  108. package/lib/components/task-tree/images/P3.svg +15 -0
  109. package/lib/components/task-tree/images/P4.svg +15 -0
  110. package/lib/components/task-tree/images/P5.svg +15 -0
  111. package/lib/components/task-tree/images/arrow.svg +9 -0
  112. package/lib/components/task-tree/images/empty-131.png +0 -0
  113. package/lib/components/task-tree/images/followed.svg +33 -0
  114. package/lib/components/task-tree/images/nice.svg +108 -0
  115. package/lib/components/task-tree/images/struc12.png +0 -0
  116. package/lib/components/task-tree/images/struc2.png +0 -0
  117. package/lib/components/task-tree/images/xialat-s.svg +13 -0
  118. package/lib/components/task-tree/index.js +22 -0
  119. package/lib/components/task-tree/mock.js +944 -0
  120. package/lib/components/task-tree/precls.js +8 -0
  121. package/lib/components/task-tree/request-apis.js +88 -0
  122. package/lib/components/task-tree/task-item-node/constant.js +45 -0
  123. package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
  124. package/lib/components/task-tree/task-item-node/e-project.js +212 -0
  125. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
  126. package/lib/components/task-tree/task-item-node/e-task.js +426 -0
  127. package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
  128. package/lib/components/task-tree/task-item-node/index.css +289 -0
  129. package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
  130. package/lib/components/task-tree/task-tree.css +16 -0
  131. package/lib/components/task-tree/task-tree.js +49 -0
  132. package/lib/components/time-picker/index.css +123 -0
  133. package/lib/components/time-picker/index.js +13 -0
  134. package/lib/components/time-picker/time-picker-selector.js +138 -0
  135. package/lib/components/time-picker/time-picker.js +336 -0
  136. package/lib/components/time-picker/timer-picker-input.js +96 -0
  137. package/lib/components/time-picker/utils.js +52 -0
  138. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
  139. package/lib/components-v1/radio/radio.js +3 -3
  140. package/lib/components-v1/radio/style/index.css +8 -8
  141. package/lib/pages/aha2021/index.js +5 -1
  142. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +24 -24
  143. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +31 -31
  144. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +2 -2
  145. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +11 -11
  146. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +8 -8
  147. package/lib/pages/okr-map/number-select/index.js +2 -2
  148. package/lib/utils/auth.js +6 -6
  149. package/lib/utils/bs-global.js +12 -12
  150. package/lib/utils/hooks.js +72 -0
  151. package/lib/utils/open-data.js +26 -26
  152. package/package.json +5 -2
  153. package/.eslintignore +0 -3
  154. package/.eslintrc.js +0 -223
  155. package/.husky/pre-commit +0 -4
  156. package/.prettierignore +0 -31
  157. package/.prettierrc.js +0 -90
  158. package/.vscode/settings.json +0 -5
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
9
+
10
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
11
+
12
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
+
14
+ var MY_INTERVIEW = 'myInterview';
15
+ var TODOS = 'todos';
16
+ var TEMPLATE = 'template';
17
+
18
+ var JudgeManageHighLightMenu = /*#__PURE__*/function () {
19
+ function JudgeManageHighLightMenu(hash) {
20
+ _classCallCheck(this, JudgeManageHighLightMenu);
21
+
22
+ this.search = null;
23
+ this.search = hash;
24
+ }
25
+
26
+ _createClass(JudgeManageHighLightMenu, [{
27
+ key: "isMyInterview",
28
+ value: function isMyInterview() {
29
+ return !!this.search.match(/\?reactRouterName=myInterview/) || !this.search.match(/\?reactRouterName=/);
30
+ }
31
+ }, {
32
+ key: "isTodos",
33
+ value: function isTodos() {
34
+ return !!this.search.match(/\?reactRouterName=todos/);
35
+ }
36
+ }, {
37
+ key: "isTemplate",
38
+ value: function isTemplate() {
39
+ return !!this.search.match(/\?reactRouterName=template/);
40
+ }
41
+ }, {
42
+ key: "getHighLightMenu",
43
+ value: function getHighLightMenu() {
44
+ if (this.isMyInterview()) {
45
+ return MY_INTERVIEW;
46
+ }
47
+
48
+ if (this.isTodos()) {
49
+ return TODOS;
50
+ }
51
+
52
+ if (this.isTemplate()) {
53
+ return TEMPLATE;
54
+ }
55
+
56
+ return '';
57
+ }
58
+ }]);
59
+
60
+ return JudgeManageHighLightMenu;
61
+ }();
62
+
63
+ exports["default"] = JudgeManageHighLightMenu;
@@ -0,0 +1,7 @@
1
+ .titaui-menus-interview-menus-tree .titaui-menus-tree__sub-menu-item-node {
2
+ padding-left: 8px;
3
+ }
4
+
5
+ .titaui-menus-interview-menus-tree .titaui-menus-tree__sub-menu-item-node-title {
6
+ font-weight: 600;
7
+ }
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _reactRouter = require("react-router");
13
+
14
+ var _classnames = _interopRequireDefault(require("classnames"));
15
+
16
+ var _menuTree = _interopRequireDefault(require("../../components/menu-tree"));
17
+
18
+ var _index = require("../../components/menu-tree/tree-node/index");
19
+
20
+ var _constant = _interopRequireDefault(require("./constant"));
21
+
22
+ var _handleHighlight = _interopRequireDefault(require("./handle-highlight"));
23
+
24
+ var _getLocale = require("../../../../utils/getLocale");
25
+
26
+ var _flipMenuCard = _interopRequireDefault(require("../../components/flip-menu-card"));
27
+
28
+ var _scrollbar = _interopRequireDefault(require("../../../scrollbar"));
29
+
30
+ require("./index.css");
31
+
32
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
33
+
34
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
35
+
36
+ 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; }
37
+
38
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
39
+
40
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
41
+
42
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
43
+
44
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
45
+
46
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
47
+
48
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
49
+
50
+ var preCls = 'titaui-menus';
51
+ var expandedKeys = ['okr'];
52
+
53
+ function InterviewMenus(props) {
54
+ var history = props.history;
55
+
56
+ var _useState = (0, _react.useState)([]),
57
+ _useState2 = _slicedToArray(_useState, 2),
58
+ selectedMenuKeys = _useState2[0],
59
+ setSelectedMenuKeys = _useState2[1];
60
+
61
+ var flipRef = (0, _react.useRef)({
62
+ next: function next() {},
63
+ goback: function goback() {}
64
+ });
65
+ var menuRef = (0, _react.useRef)();
66
+
67
+ var formateToTreeNodeData = function formateToTreeNodeData(menus) {
68
+ var treeNodes = [];
69
+
70
+ for (var i = 0; i < menus.length; i = i + 1) {
71
+ var menu = menus[i];
72
+ var hasChildren = !!(menu.children && menu.children.length);
73
+ var isLeaf = menu.isLeaf !== undefined ? menu.isLeaf : !hasChildren;
74
+ var nodeType = menu.type;
75
+ if (!nodeType) nodeType = !isLeaf ? _index.PARENT_MENU_NODE : _index.SUB_MENU_ITEM_NOE;
76
+ treeNodes.push({
77
+ key: "".concat(menu.key),
78
+ title: (0, _getLocale.getLocale)(menu.label) ? (0, _getLocale.getLocale)(menu.label) : menu.label,
79
+ data: menu.data || menu,
80
+ isLeaf: isLeaf,
81
+ children: formateToTreeNodeData(menu.children || []),
82
+ nodeType: nodeType
83
+ });
84
+ }
85
+
86
+ return treeNodes;
87
+ };
88
+
89
+ var collapseMenu = function collapseMenu(isHide) {
90
+ if (isHide) {
91
+ menuRef.current.style.width = '0px';
92
+ } else {
93
+ menuRef.current.style.width = '';
94
+ }
95
+ };
96
+
97
+ (0, _react.useEffect)(function () {
98
+ var search = history.location.search;
99
+ var activeMenu = new _handleHighlight["default"](search).getHighLightMenu();
100
+ setSelectedMenuKeys([activeMenu]);
101
+ }, [history.location.pathname, history.location.search]);
102
+
103
+ var onSelectHandler = function onSelectHandler(selectedKyes) {
104
+ // 处理菜单选中
105
+ if (!selectedKyes.length) return;
106
+ setSelectedMenuKeys(selectedKyes);
107
+ };
108
+
109
+ return /*#__PURE__*/_react["default"].createElement("div", {
110
+ ref: menuRef,
111
+ className: (0, _classnames["default"])("".concat(preCls, "-interview-menus"))
112
+ }, /*#__PURE__*/_react["default"].createElement(_flipMenuCard["default"], {
113
+ collapseMenu: collapseMenu,
114
+ ref: flipRef,
115
+ defaultWidth: _getLocale.isEn ? 210 : 180
116
+ }, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
117
+ className: (0, _classnames["default"])("".concat(preCls, "-interview-menus-tree"))
118
+ }, /*#__PURE__*/_react["default"].createElement(_scrollbar["default"], null, /*#__PURE__*/_react["default"].createElement(_menuTree["default"], {
119
+ data: formateToTreeNodeData((0, _constant["default"])()),
120
+ selectedKeys: selectedMenuKeys,
121
+ expandedKeys: expandedKeys,
122
+ onSelect: onSelectHandler
123
+ })))), /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null)));
124
+ }
125
+
126
+ var _default = (0, _reactRouter.withRouter)(InterviewMenus);
127
+
128
+ exports["default"] = _default;
@@ -15,6 +15,8 @@ var _appraisalMenus = _interopRequireDefault(require("./export-modules/appraisal
15
15
 
16
16
  var _manageMenus = _interopRequireDefault(require("./export-modules/manage-menus"));
17
17
 
18
+ var _interviewMenus = _interopRequireDefault(require("./export-modules/interview-menus"));
19
+
18
20
  require("./index.css");
19
21
 
20
22
  var _demoMenus = _interopRequireDefault(require("./export-modules/demo-menus"));
@@ -27,29 +29,33 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
27
29
 
28
30
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
29
31
 
30
- var preCls = "titaui-menus";
32
+ var preCls = 'titaui-menus';
31
33
 
32
34
  var Menus = function Menus(props) {
33
35
  var type = props.type,
34
36
  restProps = _objectWithoutProperties(props, _excluded);
35
37
 
36
38
  var renderMenuByType = function renderMenuByType() {
37
- if (type === "okr") {
39
+ if (type === 'okr') {
38
40
  return /*#__PURE__*/_react["default"].createElement(_okrMenus["default"], restProps);
39
41
  }
40
42
 
41
- if (type === "appraisal") {
43
+ if (type === 'appraisal') {
42
44
  return /*#__PURE__*/_react["default"].createElement(_appraisalMenus["default"], restProps);
43
45
  }
44
46
 
45
- if (type === "manage") {
47
+ if (type === 'manage') {
46
48
  return /*#__PURE__*/_react["default"].createElement(_manageMenus["default"], restProps);
47
49
  }
48
50
 
49
- if (type === "demofree") {
51
+ if (type === 'demofree') {
50
52
  return /*#__PURE__*/_react["default"].createElement(_demoMenus["default"], restProps);
51
53
  }
52
54
 
55
+ if (type === 'interview') {
56
+ return /*#__PURE__*/_react["default"].createElement(_interviewMenus["default"], restProps);
57
+ }
58
+
53
59
  return undefined;
54
60
  };
55
61
 
@@ -43,7 +43,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
43
43
 
44
44
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
45
45
 
46
- var prefix = "titaui-nav-top-menu";
46
+ var prefix = 'titaui-nav-top-menu';
47
47
  var popupAlign = {
48
48
  offset: [0, 5],
49
49
  overflow: {
@@ -67,7 +67,7 @@ var Menu = function Menu(_ref) {
67
67
  feedNum = _useGlobalValue2[0];
68
68
 
69
69
  var containerRef = (0, _react.useRef)();
70
- var apiPath = (0, _bsGlobal.getBSGlobal)("apiPath");
70
+ var apiPath = (0, _bsGlobal.getBSGlobal)('apiPath');
71
71
  var userId = (0, _bsGlobal.getUserInfo)().Id;
72
72
 
73
73
  var handlePopupVisibleChange = function handlePopupVisibleChange(visible) {
@@ -76,23 +76,23 @@ var Menu = function Menu(_ref) {
76
76
 
77
77
  var handleTracker = function handleTracker(menu) {
78
78
  if (window.titaTracker) {
79
- window.titaTracker("action").record({
79
+ window.titaTracker('action').record({
80
80
  actionName: "\u5BFC\u822A\u83DC\u5355__".concat(menu.title),
81
- actionGroup: "导航菜单",
82
- productName: "导航菜单"
81
+ actionGroup: '导航菜单',
82
+ productName: '导航菜单'
83
83
  });
84
84
  }
85
85
  };
86
86
 
87
87
  var handleClickToLearning = function handleClickToLearning() {
88
- window.open("".concat(apiPath, "/").concat(userId, "/eLearningHome#/"), "_self");
88
+ window.open("".concat(apiPath, "/").concat(userId, "/eLearningHome#/"), '_self');
89
89
  };
90
90
 
91
91
  var renderRawItem = function renderRawItem(menu) {
92
92
  return /*#__PURE__*/_react["default"].createElement(_rcOverflow["default"].Item, {
93
93
  component: "span"
94
94
  }, /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
95
- condition: menu.title !== "Learning"
95
+ condition: menu.title !== 'Learning'
96
96
  }, /*#__PURE__*/_react["default"].createElement("a", {
97
97
  className: (0, _classnames["default"])("".concat(prefix, "__menu-show"), _defineProperty({}, "".concat(prefix, "__menu-show--active"), activeMenuId === menu.id)),
98
98
  href: "".concat(menu.href),
@@ -100,10 +100,10 @@ var Menu = function Menu(_ref) {
100
100
  onClick: function onClick() {
101
101
  return handleTracker(menu);
102
102
  }
103
- }, menu.title, menu.href === "#dynamic" && feedNum > 0 && /*#__PURE__*/_react["default"].createElement("div", {
104
- className: (0, _classnames["default"])("".concat(prefix, "__menu--hasNum"), _defineProperty({}, "".concat(prefix, "__menu--hasNum-active"), activeMenuId === menu.id && menu.href === "#dynamic"))
105
- }, feedNum > 100 ? "99+" : feedNum))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
106
- condition: menu.title === "Learning"
103
+ }, menu.title, menu.href === '#dynamic' && feedNum > 0 && /*#__PURE__*/_react["default"].createElement("div", {
104
+ className: (0, _classnames["default"])("".concat(prefix, "__menu--hasNum"), _defineProperty({}, "".concat(prefix, "__menu--hasNum-active"), activeMenuId === menu.id && menu.href === '#dynamic'))
105
+ }, feedNum > 100 ? '99+' : feedNum))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
106
+ condition: menu.title === 'Learning'
107
107
  }, /*#__PURE__*/_react["default"].createElement("span", {
108
108
  className: (0, _classnames["default"])("".concat(prefix, "__menu-show"), _defineProperty({}, "".concat(prefix, "__menu-show--active"), activeMenuId === menu.id)),
109
109
  onClick: function onClick() {
@@ -123,14 +123,14 @@ var Menu = function Menu(_ref) {
123
123
  className: "".concat(prefix, "__hide-menus")
124
124
  }, items.map(function (menu) {
125
125
  return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
126
- condition: menu.title !== "Learning"
126
+ condition: menu.title !== 'Learning'
127
127
  }, /*#__PURE__*/_react["default"].createElement("a", {
128
128
  className: (0, _classnames["default"])("".concat(prefix, "__menu-hide"), _defineProperty({}, "".concat(prefix, "__menu-hide--active"), activeMenuId === menu.id)),
129
129
  href: "".concat(menu.href),
130
130
  key: menu.id,
131
131
  target: "_self"
132
132
  }, menu.title)), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
133
- condition: menu.title === "Learning"
133
+ condition: menu.title === 'Learning'
134
134
  }, /*#__PURE__*/_react["default"].createElement("a", {
135
135
  className: (0, _classnames["default"])("".concat(prefix, "__menu-hide"), _defineProperty({}, "".concat(prefix, "__menu-hide--active"), activeMenuId === menu.id)),
136
136
  href: "".concat(apiPath, "/").concat(userId, "/eLearningHome#/"),
@@ -146,7 +146,7 @@ var Menu = function Menu(_ref) {
146
146
  popupPlacement: "bottomLeft",
147
147
  popupAlign: popupAlign
148
148
  }, /*#__PURE__*/_react["default"].createElement("span", {
149
- className: (0, _classnames["default"])("tu-icon-diot", "".concat(prefix, "__more-icon"), _defineProperty({}, "".concat(prefix, "__more-icon--active"), isActiveHideMeun))
149
+ className: (0, _classnames["default"])('tu-icon-diot', "".concat(prefix, "__more-icon"), _defineProperty({}, "".concat(prefix, "__more-icon--active"), isActiveHideMeun))
150
150
  }));
151
151
  };
152
152
 
@@ -35,7 +35,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
35
35
 
36
36
  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; }
37
37
 
38
- var preCls = "titaui-user-message-msg-inform";
38
+ var preCls = 'titaui-user-message-msg-inform';
39
39
 
40
40
  function Inform(props) {
41
41
  var item = props.item,
@@ -47,10 +47,11 @@ function Inform(props) {
47
47
  onItemClick && onItemClick(false);
48
48
  var objType = item.objType,
49
49
  objId = item.objId,
50
- messageType = item.messageType;
50
+ messageType = item.messageType,
51
+ user = item.user;
51
52
 
52
53
  if (objType === _constant.EObjType.Kr) {
53
- _drawerManager["default"].open("krDetail", {
54
+ _drawerManager["default"].open('krDetail', {
54
55
  krId: objId
55
56
  });
56
57
 
@@ -58,7 +59,7 @@ function Inform(props) {
58
59
  }
59
60
 
60
61
  if (objType === _constant.EObjType.O) {
61
- _drawerManager["default"].open("okrDetail", {
62
+ _drawerManager["default"].open('okrDetail', {
62
63
  okrId: objId
63
64
  });
64
65
 
@@ -72,20 +73,25 @@ function Inform(props) {
72
73
 
73
74
  if (objType === _constant.EObjType.Task) {
74
75
  // @ts-ignore
75
- window.Talent.app.vent.trigger("global-pull-screen", objId, "task");
76
+ window.Talent.app.vent.trigger('global-pull-screen', objId, 'task');
76
77
  return;
77
78
  }
78
79
 
79
80
  if (objType === _constant.EObjType.Remind) {
80
81
  // @ts-ignore
81
- window.Talent.app.vent.trigger("global-daily-detail-pull-screen", objId);
82
+ window.Talent.app.vent.trigger('global-daily-detail-pull-screen', objId);
83
+ return;
84
+ }
85
+
86
+ if (objType === _constant.EObjType.Interview) {
87
+ (0, _tools.openPage)("".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#/interview?reactRouterName=detail&hideNavTop=true&recordId=").concat(objId, "&toUserId=").concat(user === null || user === void 0 ? void 0 : user.userId));
82
88
  return;
83
89
  }
84
90
 
85
91
  if (messageType == 135) {
86
92
  var redisKey = item.content.match(/redisKey=(\S*?)"/)[1]; // @ts-ignore
87
93
 
88
- Talent.app.vent.trigger("open-weekly-report-modal", redisKey);
94
+ Talent.app.vent.trigger('open-weekly-report-modal', redisKey);
89
95
  return;
90
96
  } // 处理合并的消息
91
97
 
@@ -111,13 +117,13 @@ function Inform(props) {
111
117
  if (objType === 0) {
112
118
  var str = item.content.match(/\/\/.*?[\"|\']/gi);
113
119
  if (!str) return;
114
- str = str.join("");
120
+ str = str.join('');
115
121
 
116
122
  var _url = str.slice(0, str.length - 1);
117
123
 
118
124
  if (_url) {
119
- if (item.content.indexOf("点击此处下载") !== -1) {
120
- window.open(_url, "_self");
125
+ if (item.content.indexOf('点击此处下载') !== -1) {
126
+ window.open(_url, '_self');
121
127
  }
122
128
 
123
129
  (0, _tools.openPage)(_url);
@@ -147,7 +153,7 @@ function Inform(props) {
147
153
  var _str = item.content.match(/\/\/.*?[\"|\']/gi);
148
154
 
149
155
  if (!_str) return;
150
- _str = _str.join("");
156
+ _str = _str.join('');
151
157
 
152
158
  var _url3 = _str.slice(0, _str.length - 1);
153
159
 
@@ -159,7 +165,7 @@ function Inform(props) {
159
165
  var _str2 = item.content.match(/https:.*?[\"|\']/gi);
160
166
 
161
167
  if (!_str2) return;
162
- _str2 = _str2.join("");
168
+ _str2 = _str2.join('');
163
169
 
164
170
  var _url4 = _str2.slice(0, _str2.length - 1);
165
171
 
@@ -178,7 +184,7 @@ function Inform(props) {
178
184
  }
179
185
 
180
186
  var reg = /href='.*?(?=')/g;
181
- var url = "";
187
+ var url = '';
182
188
  item.content.replace(reg, function ($0) {
183
189
  url = $0.slice(6);
184
190
  });
@@ -189,22 +195,22 @@ function Inform(props) {
189
195
  }
190
196
  }
191
197
 
192
- var notificationType = "e-report"; // E-周报提醒消息合并
198
+ var notificationType = 'e-report'; // E-周报提醒消息合并
193
199
 
194
200
  var content = domRef.current.textContent;
195
201
 
196
- if (messageType == "83") {
202
+ if (messageType == '83') {
197
203
  // 项目,目标进展提醒消息合并
198
- notificationType = "project-objective";
204
+ notificationType = 'project-objective';
199
205
  } else if (Number(messageType) > 93 && Number(messageType) <= 100) {
200
206
  // OKR 仪表盘消息提醒
201
- notificationType = "okr-dashBoard";
207
+ notificationType = 'okr-dashBoard';
202
208
  } else if (messageType == 131 || messageType == 136) {
203
- notificationType = "performance";
209
+ notificationType = 'performance';
204
210
  content = item.content;
205
211
  }
206
212
 
207
- _drawerManager["default"].open("NotificationMergeDetail", {
213
+ _drawerManager["default"].open('NotificationMergeDetail', {
208
214
  config: {
209
215
  content: content,
210
216
  messageId: item.messageId,
@@ -23,10 +23,16 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
23
23
 
24
24
  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
25
 
26
- var preCls = "titaui-user-message-msg-remind";
26
+ var preCls = 'titaui-user-message-msg-remind';
27
27
 
28
28
  function Remind(props) {
29
- var item = props.item,
29
+ var _props$item = props.item,
30
+ content = _props$item.content,
31
+ id = _props$item.id,
32
+ objId = _props$item.objId,
33
+ objName = _props$item.objName,
34
+ objType = _props$item.objType,
35
+ remindUser = _props$item.remindUser,
30
36
  onItemClick = props.onItemClick,
31
37
  deleteTask = props.deleteTask,
32
38
  reminds = props.reminds;
@@ -36,12 +42,44 @@ function Remind(props) {
36
42
  };
37
43
 
38
44
  var deleteOneTask = function deleteOneTask() {
39
- deleteTask(item);
45
+ deleteTask(props.item);
46
+ };
47
+
48
+ var getItemLabelName = function getItemLabelName() {
49
+ var labelName;
50
+
51
+ switch (objType) {
52
+ case _constant.EObjType.Interview:
53
+ labelName = (0, _getLocale.getLocale)('Ooo_Mo_1on1');
54
+ break;
55
+
56
+ default:
57
+ labelName = (0, _getLocale.getLocale)('Mod_Tasks');
58
+ break;
59
+ }
60
+
61
+ return labelName;
62
+ };
63
+
64
+ var getHref = function getHref() {
65
+ var href;
66
+
67
+ switch (objType) {
68
+ case _constant.EObjType.Interview:
69
+ href = "".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#/interview?reactRouterName=detail&recordId=").concat(objId, "&toUserId=").concat(remindUser === null || remindUser === void 0 ? void 0 : remindUser.userId, "&hideNavTop=true");
70
+ break;
71
+
72
+ default:
73
+ href = "".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#more/taskinfo?Id=").concat(objId);
74
+ break;
75
+ }
76
+
77
+ return href;
40
78
  };
41
79
 
42
80
  return /*#__PURE__*/_react["default"].createElement("li", {
43
81
  className: (0, _classnames["default"])("".concat(preCls, "__item"), _defineProperty({}, "".concat(preCls, "__item--scroll"), reminds.length >= 5)),
44
- key: item.id
82
+ key: id
45
83
  }, /*#__PURE__*/_react["default"].createElement("img", {
46
84
  src: _appTixing["default"],
47
85
  className: (0, _classnames["default"])("".concat(preCls, "__item-photo"))
@@ -49,13 +87,13 @@ function Remind(props) {
49
87
  className: (0, _classnames["default"])("".concat(preCls, "__item-right"))
50
88
  }, /*#__PURE__*/_react["default"].createElement("div", {
51
89
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-name"))
52
- }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("Mod_Tasks")), /*#__PURE__*/_react["default"].createElement("span", {
90
+ }, /*#__PURE__*/_react["default"].createElement("span", null, getItemLabelName()), /*#__PURE__*/_react["default"].createElement("span", {
53
91
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-name-status"))
54
- }, item.content)), /*#__PURE__*/_react["default"].createElement("div", {
92
+ }, content)), /*#__PURE__*/_react["default"].createElement("div", {
55
93
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-content"))
56
94
  }, /*#__PURE__*/_react["default"].createElement(_tooltipText["default"], {
57
95
  overlayClassName: "".concat(preCls, "__item-right-content-tooltip"),
58
- text: item.objName,
96
+ text: objName,
59
97
  isPercent: true,
60
98
  mouseEnterDelay: 0.8
61
99
  }))), /*#__PURE__*/_react["default"].createElement("div", {
@@ -63,15 +101,15 @@ function Remind(props) {
63
101
  }, /*#__PURE__*/_react["default"].createElement("span", {
64
102
  className: (0, _classnames["default"])("".concat(preCls, "__item-handle-ignore")),
65
103
  onClick: deleteOneTask
66
- }, (0, _getLocale.getLocale)("Tasks_Menu_Ignore")), /*#__PURE__*/_react["default"].createElement("a", {
104
+ }, (0, _getLocale.getLocale)('Tasks_Menu_Ignore')), /*#__PURE__*/_react["default"].createElement("a", {
67
105
  target: "_blank",
68
- href: "".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#more/taskinfo?Id=").concat(item.objId),
106
+ href: getHref(),
69
107
  onClick: handleRemindClick,
70
108
  rel: "noreferrer"
71
109
  }, /*#__PURE__*/_react["default"].createElement("span", {
72
110
  className: (0, _classnames["default"])("".concat(preCls, "__item-handle-deal")),
73
111
  onClick: deleteOneTask
74
- }, (0, _getLocale.getLocale)("Feed_Tab_ToDealWith")))));
112
+ }, (0, _getLocale.getLocale)('Feed_Tab_ToDealWith')))));
75
113
  }
76
114
 
77
115
  var _default = Remind;
@@ -50,4 +50,5 @@ exports.EObjType = EObjType;
50
50
  EObjType[EObjType["MileStone"] = 27] = "MileStone";
51
51
  EObjType[EObjType["KanBan"] = 66] = "KanBan";
52
52
  EObjType[EObjType["Remind"] = 8] = "Remind";
53
+ EObjType[EObjType["Interview"] = 81] = "Interview";
53
54
  })(EObjType || (exports.EObjType = EObjType = {}));