@titaui/pc 1.11.27-beta.8 → 1.11.29

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 (270) hide show
  1. package/lib/components/avatar/name-avatar/index.css +0 -1
  2. package/lib/components/avatar/name-avatar/index.js +13 -22
  3. package/lib/components/avatar/text-avatar/index.css +7 -0
  4. package/lib/components/avatar/text-avatar/index.js +32 -7
  5. package/lib/components/button/icon-btn/index.js +17 -8
  6. package/lib/components/button/rect-btn/index.css +11 -45
  7. package/lib/components/button/rect-btn/index.js +13 -19
  8. package/lib/components/change-okr-modal/Item.js +14 -14
  9. package/lib/components/change-okr-modal/index.js +1 -2
  10. package/lib/components/create-okr-modal/index.js +1 -3
  11. package/lib/components/create-okr-modal/request-api.js +1 -1
  12. package/lib/components/dialog-confirm/index.css +2 -2
  13. package/lib/components/drawer/headerAction.js +1 -5
  14. package/lib/components/drawer/headerDrop.js +4 -42
  15. package/lib/components/drawer/index.css +0 -33
  16. package/lib/components/drawer/index.js +3 -26
  17. package/lib/components/drop-selector/index.js +25 -10
  18. package/lib/components/dynamic/advertise/components/next-btn/index.css +27 -0
  19. package/lib/components/dynamic/advertise/components/next-btn/index.js +32 -0
  20. package/lib/components/dynamic/advertise/components/pre-btn/index.css +26 -0
  21. package/lib/components/dynamic/advertise/components/pre-btn/index.js +32 -0
  22. package/lib/components/dynamic/advertise/index.css +21 -0
  23. package/lib/components/dynamic/advertise/index.js +126 -0
  24. package/lib/components/dynamic/advertise/interface.js +5 -0
  25. package/lib/components/dynamic/advertise/util.js +28 -0
  26. package/lib/components/dynamic/components/dynamic-search-input/index.css +81 -0
  27. package/lib/components/dynamic/components/dynamic-search-input/index.js +203 -0
  28. package/lib/components/dynamic/components/first-level-tabs/index.css +101 -0
  29. package/lib/components/dynamic/components/first-level-tabs/index.js +131 -0
  30. package/lib/components/dynamic/constant.js +33 -32
  31. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +9 -9
  32. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
  33. package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
  34. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
  35. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
  36. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
  37. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
  38. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
  39. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
  40. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
  41. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -5
  42. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +6 -6
  43. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +10 -10
  44. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +13 -13
  45. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +9 -9
  46. package/lib/components/dynamic/dynamic-item/index.js +50 -32
  47. package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +23 -0
  48. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
  49. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
  50. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
  51. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
  52. package/lib/components/dynamic/dynamic-like-ranking/index.css +146 -0
  53. package/lib/components/dynamic/dynamic-like-ranking/index.js +180 -0
  54. package/lib/components/dynamic/dynamic-like-ranking/item.js +105 -0
  55. package/lib/components/dynamic/dynamic-like-ranking/mock.js +84 -0
  56. package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +30 -0
  57. package/lib/components/dynamic/dynamic-liking/index.css +81 -0
  58. package/lib/{pages/new-okr-list/header/operate-record.js → components/dynamic/dynamic-liking/index.js} +39 -91
  59. package/lib/components/dynamic/dynamic-liking/item.js +75 -0
  60. package/lib/components/dynamic/dynamic-liking/mock.js +83 -0
  61. package/lib/components/dynamic/dynamic-list/index.js +7 -15
  62. package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +16 -0
  63. package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +30 -0
  64. package/lib/components/dynamic/dynamic-topping/index.css +141 -0
  65. package/lib/components/dynamic/dynamic-topping/index.js +82 -0
  66. package/lib/components/dynamic/dynamic-topping/interface.js +5 -0
  67. package/lib/components/dynamic/dynamic-topping/item.js +153 -0
  68. package/lib/components/dynamic/dynamic-topping/request-api.js +36 -0
  69. package/lib/components/dynamic/dynamic.css +173 -0
  70. package/lib/components/dynamic/dynamic.js +428 -0
  71. package/lib/components/dynamic/export-module/index.js +37 -0
  72. package/lib/components/dynamic/img/dynamic-top.svg +14 -0
  73. package/lib/components/dynamic/index.js +12 -9
  74. package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
  75. package/lib/components/dynamic/my-team/img/line.png +0 -0
  76. package/lib/components/dynamic/my-team/img/team.png +0 -0
  77. package/lib/components/dynamic/my-team/index.css +184 -0
  78. package/lib/components/dynamic/my-team/index.js +263 -0
  79. package/lib/components/dynamic/my-team/request-api.js +52 -0
  80. package/lib/components/dynamic/my-team/util.js +20 -0
  81. package/lib/components/dynamic/new-ui.css +192 -0
  82. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +58 -0
  83. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +68 -0
  84. package/lib/components/dynamic/online-broadcast/data.js +77 -0
  85. package/lib/components/dynamic/online-broadcast/img/broadcast.svg +14 -0
  86. package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
  87. package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
  88. package/lib/components/dynamic/online-broadcast/index.css +46 -0
  89. package/lib/components/dynamic/online-broadcast/index.js +61 -0
  90. package/lib/components/dynamic/online-broadcast/interfact.js +5 -0
  91. package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +25 -0
  92. package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +39 -0
  93. package/lib/components/dynamic/quick-operation/components/create-okr/index.css +25 -0
  94. package/lib/components/dynamic/quick-operation/components/create-okr/index.js +39 -0
  95. package/lib/components/dynamic/quick-operation/components/create-share/index.css +25 -0
  96. package/lib/components/dynamic/quick-operation/components/create-share/index.js +39 -0
  97. package/lib/components/dynamic/quick-operation/components/create-task/index.css +25 -0
  98. package/lib/components/dynamic/quick-operation/components/create-task/index.js +44 -0
  99. package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
  100. package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
  101. package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
  102. package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
  103. package/lib/components/dynamic/quick-operation/index.css +51 -0
  104. package/lib/components/dynamic/quick-operation/index.js +120 -0
  105. package/lib/components/dynamic/request-api.js +68 -7
  106. package/lib/components/e-priority/index.js +8 -8
  107. package/lib/components/eReport/eReportShare/index.js +11 -11
  108. package/lib/components/form/form-fields/date/index.css +24 -0
  109. package/lib/components/form/form-fields/date/index.js +102 -0
  110. package/lib/components/form/form-fields/input/index.js +10 -10
  111. package/lib/components/form/form-fields/user/index.css +23 -3
  112. package/lib/components/form/form-fields/user/index.js +18 -8
  113. package/lib/components/form/form-fields/user/user-input.js +15 -6
  114. package/lib/components/form/index.js +10 -3
  115. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +5 -5
  116. package/lib/components/icon-button-list/index.js +3 -3
  117. package/lib/components/img-viewer/index.css +3 -3
  118. package/lib/components/img-viewer/index.js +11 -11
  119. package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
  120. package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
  121. package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
  122. package/lib/components/menus/components/menu-tree/index.css +4 -2
  123. package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
  124. package/lib/components/menus/export-modules/interview-menus/constant.js +30 -0
  125. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +63 -0
  126. package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
  127. package/lib/components/menus/export-modules/interview-menus/index.js +128 -0
  128. package/lib/components/menus/index.js +11 -5
  129. package/lib/components/nav-top/components/menu/index.js +14 -14
  130. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
  131. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
  132. package/lib/components/nav-top/components/user-message/constant.js +1 -0
  133. package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
  134. package/lib/components/nav-top/components/user-message/index.js +23 -20
  135. package/lib/components/nav-top/index.js +4 -8
  136. package/lib/components/nav-top/request.apis.js +3 -1
  137. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +4 -20
  138. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +1 -9
  139. package/lib/components/okr-detail/components/header/index.js +3 -10
  140. package/lib/components/okr-detail/components/header/o-name.js +3 -10
  141. package/lib/components/okr-detail/components/o-classify.js +1 -5
  142. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
  143. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +10 -14
  144. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +10 -0
  145. package/lib/components/okr-detail/detail-header/actions.js +23 -23
  146. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +43 -98
  147. package/lib/components/okr-detail/detail-header/delete-confirm/style.js +38 -0
  148. package/lib/components/okr-detail/detail-header/index.css +0 -11
  149. package/lib/components/okr-detail/detail-header/index.js +234 -228
  150. package/lib/components/okr-detail/index.js +21 -40
  151. package/lib/components/okr-detail/okr-list/index.js +8 -11
  152. package/lib/components/okr-detail/request-apis.js +4 -10
  153. package/lib/components/okr-flow/child-node/index.css +6 -6
  154. package/lib/components/okr-flow/child-node/work-node.js +21 -21
  155. package/lib/components/okr-flow/export-modal/index.js +33 -19
  156. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +14 -14
  157. package/lib/components/okr-flow/okr-map/index.js +5 -5
  158. package/lib/components/okr-flow/request-apis.js +4 -4
  159. package/lib/components/okr-flow/root-node/index.js +25 -24
  160. package/lib/components/okr-flow/utils/index.js +5 -5
  161. package/lib/components/okr-flow/utils/tree-handler.js +17 -17
  162. package/lib/components/okr-period-selector/index.js +5 -9
  163. package/lib/components/okr-period-selector/select-cycle.js +19 -23
  164. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +30 -30
  165. package/lib/components/operation-records/index.js +1 -1
  166. package/lib/components/operation-records/style.js +1 -1
  167. package/lib/components/pagination/index.css +3 -3
  168. package/lib/components/pagination/select.css +58 -23
  169. package/lib/components/period-selector/index.css +3 -3
  170. package/lib/components/period-selector/index.js +11 -11
  171. package/lib/components/picker/components/panels/date-panel/date-body.js +118 -0
  172. package/lib/components/picker/components/panels/date-panel/date-head.js +87 -0
  173. package/lib/components/picker/components/panels/date-panel/index.css +14 -0
  174. package/lib/components/picker/components/panels/date-panel/index.js +49 -0
  175. package/lib/components/picker/components/panels/month-panel/index.css +27 -0
  176. package/lib/components/picker/components/panels/month-panel/index.js +63 -0
  177. package/lib/components/picker/components/panels/month-panel/month-body.js +89 -0
  178. package/lib/components/picker/components/panels/month-panel/month-head.js +47 -0
  179. package/lib/components/picker/components/panels/panel-body/index.js +53 -0
  180. package/lib/components/picker/components/panels/panel-head/index.js +48 -0
  181. package/lib/components/picker/components/panels/year-panel/index.css +23 -0
  182. package/lib/components/picker/components/panels/year-panel/index.js +65 -0
  183. package/lib/components/picker/components/panels/year-panel/year-body.js +92 -0
  184. package/lib/components/picker/components/panels/year-panel/year-head.js +35 -0
  185. package/lib/components/picker/components/picker-trigger/index.css +57 -0
  186. package/lib/components/picker/components/picker-trigger/index.js +94 -0
  187. package/lib/components/picker/context.js +15 -0
  188. package/lib/components/picker/index.css +121 -0
  189. package/lib/components/picker/index.js +13 -0
  190. package/lib/components/picker/picker-panels.js +182 -0
  191. package/lib/components/picker/picker.js +132 -0
  192. package/lib/components/picker/type.js +5 -0
  193. package/lib/components/picker/utils.js +28 -0
  194. package/lib/components/popup/index.js +4 -4
  195. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -16
  196. package/lib/components/radio/index.css +9 -9
  197. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  198. package/lib/components/superset-charts/utils/axios.js +5 -5
  199. package/lib/components/survey-model/index.css +18 -18
  200. package/lib/components/survey-model/instance.js +1 -1
  201. package/lib/components/task-relation-modal/request-api.js +1 -2
  202. package/lib/components/task-tree/helper.js +61 -0
  203. package/lib/components/task-tree/images/P1.svg +15 -0
  204. package/lib/components/task-tree/images/P2.svg +15 -0
  205. package/lib/components/task-tree/images/P3.svg +15 -0
  206. package/lib/components/task-tree/images/P4.svg +15 -0
  207. package/lib/components/task-tree/images/P5.svg +15 -0
  208. package/lib/components/task-tree/images/arrow.svg +9 -0
  209. package/lib/components/task-tree/images/empty-131.png +0 -0
  210. package/lib/components/task-tree/images/followed.svg +33 -0
  211. package/lib/components/task-tree/images/nice.svg +108 -0
  212. package/lib/components/task-tree/images/struc12.png +0 -0
  213. package/lib/components/task-tree/images/struc2.png +0 -0
  214. package/lib/components/task-tree/images/xialat-s.svg +13 -0
  215. package/lib/components/task-tree/index.js +22 -0
  216. package/lib/components/task-tree/mock.js +944 -0
  217. package/lib/components/task-tree/precls.js +8 -0
  218. package/lib/components/task-tree/request-apis.js +88 -0
  219. package/lib/components/task-tree/task-item-node/constant.js +45 -0
  220. package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
  221. package/lib/components/task-tree/task-item-node/e-project.js +212 -0
  222. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
  223. package/lib/components/task-tree/task-item-node/e-task.js +426 -0
  224. package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
  225. package/lib/components/task-tree/task-item-node/index.css +289 -0
  226. package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
  227. package/lib/components/task-tree/task-tree.css +16 -0
  228. package/lib/components/task-tree/task-tree.js +49 -0
  229. package/lib/components/time-picker/index.css +123 -0
  230. package/lib/components/time-picker/index.js +13 -0
  231. package/lib/components/time-picker/time-picker-selector.js +138 -0
  232. package/lib/components/time-picker/time-picker.js +336 -0
  233. package/lib/components/time-picker/timer-picker-input.js +96 -0
  234. package/lib/components/time-picker/utils.js +52 -0
  235. package/lib/components/toast/index.js +3 -5
  236. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
  237. package/lib/components-v1/radio/radio.js +3 -3
  238. package/lib/components-v1/radio/style/index.css +8 -8
  239. package/lib/index.js +0 -40
  240. package/lib/pages/aha2021/index.js +5 -1
  241. package/lib/pages/new-okr-list/header/index.css +0 -45
  242. package/lib/pages/new-okr-list/header/index.js +16 -38
  243. package/lib/pages/new-okr-list/index.js +1 -3
  244. package/lib/pages/new-okr-list/list/index.js +2 -19
  245. package/lib/pages/new-okr-list/request-api.js +2 -8
  246. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +24 -24
  247. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +31 -31
  248. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +2 -2
  249. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +11 -11
  250. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +8 -8
  251. package/lib/pages/okr-map/number-select/index.js +2 -2
  252. package/lib/pages/okr-map/unsupport-ie/index.js +5 -3
  253. package/lib/utils/auth.js +6 -6
  254. package/lib/utils/bs-global.js +12 -12
  255. package/lib/utils/format-time.js +1 -8
  256. package/lib/utils/hooks.js +72 -0
  257. package/lib/utils/open-data.js +27 -31
  258. package/package.json +6 -3
  259. package/.eslintignore +0 -3
  260. package/.eslintrc.js +0 -223
  261. package/.husky/pre-commit +0 -4
  262. package/.prettierignore +0 -31
  263. package/.prettierrc.js +0 -90
  264. package/.vscode/settings.json +0 -5
  265. package/lib/components/okr-detail/detail-header/constant.js +0 -53
  266. package/lib/components/okr-detail/detail-header/delete-confirm/index.css +0 -55
  267. package/lib/components/okr-detail/helper.js +0 -108
  268. package/lib/components/textarea/index.css +0 -142
  269. package/lib/components/textarea/index.js +0 -259
  270. package/lib/pages/new-okr-list/header/common.js +0 -52
@@ -0,0 +1,132 @@
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 _classnames = _interopRequireDefault(require("classnames"));
13
+
14
+ var _moment = _interopRequireDefault(require("moment"));
15
+
16
+ var _popup = _interopRequireDefault(require("../popup"));
17
+
18
+ var _pickerPanels = _interopRequireDefault(require("./picker-panels"));
19
+
20
+ var _pickerTrigger = _interopRequireDefault(require("./components/picker-trigger"));
21
+
22
+ var _context = _interopRequireDefault(require("./context"));
23
+
24
+ var _utils = require("./utils");
25
+
26
+ require("./index.css");
27
+
28
+ var _excluded = ["onChange", "format", "value", "mode", "children", "popupPlacement", "direction", "onPopupVisibleChange", "visible"];
29
+
30
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
31
+
32
+ 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); }
33
+
34
+ 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; }
35
+
36
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
51
+
52
+ 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; }
53
+
54
+ var Picker = function Picker(props) {
55
+ var onChange = props.onChange,
56
+ format = props.format,
57
+ value = props.value,
58
+ mode = props.mode,
59
+ children = props.children,
60
+ popupPlacement = props.popupPlacement,
61
+ direction = props.direction,
62
+ onPopupVisibleChange = props.onPopupVisibleChange,
63
+ _props$visible = props.visible,
64
+ visible = _props$visible === void 0 ? false : _props$visible,
65
+ restProps = _objectWithoutProperties(props, _excluded);
66
+
67
+ var _useState = (0, _react.useState)(visible),
68
+ _useState2 = _slicedToArray(_useState, 2),
69
+ popupVisible = _useState2[0],
70
+ setPopupVisible = _useState2[1];
71
+
72
+ var getPopupPlacement = function getPopupPlacement() {
73
+ if (popupPlacement !== undefined) {
74
+ return popupPlacement;
75
+ }
76
+
77
+ return direction === "rtl" ? "bottomRight" : "bottomLeft";
78
+ };
79
+
80
+ var onChangeHandler = function onChangeHandler(date) {
81
+ if (onChange) {
82
+ onChange(date);
83
+ }
84
+ };
85
+
86
+ var onCloseHandler = function onCloseHandler() {
87
+ setPopupVisible(false);
88
+ };
89
+
90
+ var handlePopupVisibleChange = function handlePopupVisibleChange(visible) {
91
+ setPopupVisible(visible);
92
+ onPopupVisibleChange === null || onPopupVisibleChange === void 0 ? void 0 : onPopupVisibleChange(visible);
93
+ };
94
+
95
+ return /*#__PURE__*/_react["default"].createElement(_context["default"].Provider, {
96
+ value: {
97
+ value: value,
98
+ mode: mode || "date",
99
+ format: format
100
+ }
101
+ }, /*#__PURE__*/_react["default"].createElement(_popup["default"], _extends({
102
+ extraClass: (0, _classnames["default"])(_utils.PickerDropdownClass),
103
+ popup: /*#__PURE__*/_react["default"].createElement(_pickerPanels["default"], _extends({
104
+ value: value,
105
+ mode: mode
106
+ }, restProps, {
107
+ onChange: onChangeHandler,
108
+ onClose: onCloseHandler
109
+ })),
110
+ popupVisible: popupVisible,
111
+ popupPlacement: getPopupPlacement(),
112
+ onPopupVisibleChange: handlePopupVisibleChange
113
+ }, restProps), /*#__PURE__*/_react["default"].createElement(_pickerTrigger["default"], _extends({
114
+ viewDate: (0, _moment["default"])(value),
115
+ onClick: function onClick() {
116
+ return setPopupVisible(true);
117
+ }
118
+ }, restProps), children)));
119
+ };
120
+
121
+ Picker.defaultProps = {
122
+ children: null,
123
+ value: (0, _moment["default"])(),
124
+ mode: "date",
125
+ format: "YYYY/MM/DD",
126
+ popupStyle: {},
127
+ popupPlacement: "bottomLeft",
128
+ direction: "ltr",
129
+ visible: false
130
+ };
131
+ var _default = Picker;
132
+ exports["default"] = _default;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.YEAR_DECADE_COUNT = exports.WEEK_DAYS_COUNT = exports.PickerTriggerClass = exports.PickerPanelClass = exports.PickerHeadClass = exports.PickerDropdownClass = exports.PickerClass = exports.PickerCellClass = exports.PickerBodyClass = exports.MONTHDATAMAPEN = exports.MONTHDATAMAP = void 0;
7
+ var PickerClass = "tita-ui__picker";
8
+ exports.PickerClass = PickerClass;
9
+ var PickerHeadClass = "tita-ui__picker-head";
10
+ exports.PickerHeadClass = PickerHeadClass;
11
+ var PickerBodyClass = "tita-ui__picker-body";
12
+ exports.PickerBodyClass = PickerBodyClass;
13
+ var PickerPanelClass = "tita-ui__picker-panel";
14
+ exports.PickerPanelClass = PickerPanelClass;
15
+ var PickerCellClass = "tita-ui__picker-cell";
16
+ exports.PickerCellClass = PickerCellClass;
17
+ var PickerTriggerClass = "tita-ui__picker-trigger";
18
+ exports.PickerTriggerClass = PickerTriggerClass;
19
+ var PickerDropdownClass = "tita-ui__picker-dropdown";
20
+ exports.PickerDropdownClass = PickerDropdownClass;
21
+ var MONTHDATAMAP = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"];
22
+ exports.MONTHDATAMAP = MONTHDATAMAP;
23
+ var MONTHDATAMAPEN = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
24
+ exports.MONTHDATAMAPEN = MONTHDATAMAPEN;
25
+ var WEEK_DAYS_COUNT = 7;
26
+ exports.WEEK_DAYS_COUNT = WEEK_DAYS_COUNT;
27
+ var YEAR_DECADE_COUNT = 10;
28
+ exports.YEAR_DECADE_COUNT = YEAR_DECADE_COUNT;
@@ -43,19 +43,19 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
43
43
 
44
44
  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; }
45
45
 
46
- var preCls = "titaui-popup";
46
+ var preCls = 'titaui-popup';
47
47
 
48
48
  var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
49
49
  var _props$extraClass = props.extraClass,
50
- extraClass = _props$extraClass === void 0 ? "" : _props$extraClass,
50
+ extraClass = _props$extraClass === void 0 ? '' : _props$extraClass,
51
51
  _props$mask = props.mask,
52
52
  mask = _props$mask === void 0 ? true : _props$mask,
53
53
  _props$destroyPopupOn = props.destroyPopupOnHide,
54
54
  destroyPopupOnHide = _props$destroyPopupOn === void 0 ? true : _props$destroyPopupOn,
55
55
  _props$action = props.action,
56
- action = _props$action === void 0 ? ["click"] : _props$action,
56
+ action = _props$action === void 0 ? ['click'] : _props$action,
57
57
  _props$popupPlacement = props.popupPlacement,
58
- popupPlacement = _props$popupPlacement === void 0 ? "bottomRight" : _props$popupPlacement,
58
+ popupPlacement = _props$popupPlacement === void 0 ? 'bottomRight' : _props$popupPlacement,
59
59
  _props$builtinPlaceme = props.builtinPlacements,
60
60
  builtinPlacements = _props$builtinPlaceme === void 0 ? _placement["default"] : _props$builtinPlaceme,
61
61
  _props$popupVisible = props.popupVisible,
@@ -41,9 +41,12 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
41
41
 
42
42
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
43
43
 
44
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); }
45
+
44
46
  var prefix = "publish-dynamic-modal";
45
- var PublishDynamicModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
46
- var onSubmitSuccess = _ref.onSubmitSuccess;
47
+
48
+ var PublishDynamicModal = function PublishDynamicModal(_ref) {
49
+ _objectDestructuringEmpty(_ref);
47
50
 
48
51
  var _useState = (0, _react.useState)(false),
49
52
  _useState2 = _slicedToArray(_useState, 2),
@@ -79,10 +82,10 @@ var PublishDynamicModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, re
79
82
  localStorage.removeItem("mblogLocalStroage_".concat((0, _bsGlobal.getUserInfo)().Id, "_commentsTypeKey_").concat(isShare ? "share" : "announcement"));
80
83
  setVisible(false);
81
84
  setSubmitStatus(1);
82
-
83
- if (onSubmitSuccess) {
84
- onSubmitSuccess();
85
- }
85
+ setTimeout(function () {
86
+ // @ts-ignore 跳到我的发布页签
87
+ window.setTabsToPublish && window.setTabsToPublish();
88
+ }, 2000);
86
89
  } else {
87
90
  _toast["default"].Error(resp.Message, {
88
91
  canClose: false
@@ -143,13 +146,6 @@ var PublishDynamicModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, re
143
146
  setVisible(true);
144
147
  };
145
148
 
146
- (0, _react.useImperativeHandle)(ref, function () {
147
- return {
148
- hide: hidePublishDynamicModal,
149
- showShareModal: showPublishShareDynamicModal,
150
- showAnnouncementModal: showPublishAnnouncementDynamicModal
151
- };
152
- });
153
149
  (0, _react.useEffect)(function () {
154
150
  // @ts-ignore
155
151
  window.hidePublishDynamicModal = hidePublishDynamicModal; // @ts-ignore
@@ -192,9 +188,7 @@ var PublishDynamicModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, re
192
188
  ,
193
189
  onMblogSubmit: onMblogSubmit
194
190
  })));
195
- });
196
- PublishDynamicModal.defaultProps = {
197
- onSubmitSuccess: function onSubmitSuccess() {}
198
191
  };
192
+
199
193
  var _default = PublishDynamicModal;
200
194
  exports["default"] = _default;
@@ -16,7 +16,7 @@
16
16
  .titaui-radio-wrapper .titaui-radio {
17
17
  display: inline-block;
18
18
  position: relative;
19
- top: 5px;
19
+ top: 1px;
20
20
  width: 16px;
21
21
  min-width: 16px;
22
22
  height: 16px;
@@ -24,7 +24,7 @@
24
24
  margin-right: 5px;
25
25
  }
26
26
 
27
- .titaui-radio-wrapper .titaui-radio input[type="radio"] {
27
+ .titaui-radio-wrapper .titaui-radio input[type='radio'] {
28
28
  width: 16px;
29
29
  height: 16px;
30
30
  }
@@ -50,14 +50,14 @@
50
50
  }
51
51
 
52
52
  .titaui-radio-wrapper .titaui-radio .titaui-radio-inner::after {
53
- content: "";
53
+ content: '';
54
54
  position: absolute;
55
- top: 3px;
56
- left: 3px;
57
- width: 8px;
58
- min-width: 8px;
59
- height: 8px;
60
- min-height: 8px;
55
+ top: 2px;
56
+ left: 2px;
57
+ width: 10px;
58
+ min-width: 10px;
59
+ height: 10px;
60
+ min-height: 10px;
61
61
  border-radius: 50%;
62
62
  background-color: #1687d9;
63
63
  transform: scale(0);
@@ -86,7 +86,7 @@ var ScrollBarMask = function ScrollBarMask(_ref) {
86
86
  } // 判断是否滚动到底部
87
87
 
88
88
 
89
- if (scrollElement.scrollTop + scrollElement.offsetHeight === scrollElement.scrollHeight) {
89
+ if (scrollElement && scrollElement.scrollTop + scrollElement.offsetHeight === scrollElement.scrollHeight) {
90
90
  setIsScrollToBottom(true);
91
91
  } else {
92
92
  setIsScrollToBottom(false);
@@ -17,7 +17,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
17
17
  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; }
18
18
 
19
19
  var requestDomain = function requestDomain() {
20
- if (!window.location.hostname.match(/dev/)) return "";
20
+ if (!window.location.hostname.match(/dev/)) return '';
21
21
  return "".concat(window.location.protocol, "//www.tita.gift");
22
22
  };
23
23
 
@@ -25,15 +25,15 @@ var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0;
25
25
  var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
26
26
 
27
27
  function getToken() {
28
- return sessionStorage.getItem("DEMOFREE_TOKEN") || "";
28
+ return sessionStorage.getItem('DEMOFREE_TOKEN') || '';
29
29
  }
30
30
 
31
31
  function clearToken() {
32
- sessionStorage.removeItem("DEMOFREE_TOKEN");
32
+ sessionStorage.removeItem('DEMOFREE_TOKEN');
33
33
  }
34
34
 
35
35
  function setToken(token) {
36
- sessionStorage.setItem("DEMOFREE_TOKEN", token);
36
+ sessionStorage.setItem('DEMOFREE_TOKEN', token);
37
37
  }
38
38
 
39
39
  var getJwtToken = function getJwtToken() {
@@ -43,7 +43,7 @@ var getJwtToken = function getJwtToken() {
43
43
  return JSON.parse(res.data.Data.obj).token;
44
44
  }
45
45
 
46
- return "";
46
+ return '';
47
47
  });
48
48
  };
49
49
 
@@ -1,9 +1,9 @@
1
1
  .tita-survey-model {
2
2
  width: 436px;
3
- background: #FFFFFF;
3
+ background: #ffffff;
4
4
  box-shadow: 0px 8px 24px 0px rgba(127, 145, 180, 0.2);
5
5
  border-radius: 24px;
6
- border: 1px solid #F0F2F5;
6
+ border: 1px solid #f0f2f5;
7
7
  padding: 24px;
8
8
  box-sizing: border-box;
9
9
  position: fixed;
@@ -24,13 +24,13 @@
24
24
  .tita-survey-model__head-title {
25
25
  font-size: 18px;
26
26
  font-weight: 600;
27
- color: #141C28;
27
+ color: #141c28;
28
28
  line-height: 22px;
29
29
  }
30
30
 
31
31
  .tita-survey-model__head-close {
32
32
  cursor: pointer;
33
- color: #141C28;
33
+ color: #141c28;
34
34
  display: inline-flex;
35
35
  font-size: 20px;
36
36
  align-items: center;
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
  .tita-survey-model__head-close:hover {
44
- background: #F0F4FA;
44
+ background: #f0f4fa;
45
45
  }
46
46
 
47
47
  .tita-survey-model__text {
@@ -58,9 +58,9 @@
58
58
  .tita-survey-model__score-item {
59
59
  width: 28px;
60
60
  height: 28px;
61
- background: #FFFFFF;
61
+ background: #ffffff;
62
62
  border-radius: 8px;
63
- border: 1px solid #DFE3EA;
63
+ border: 1px solid #dfe3ea;
64
64
  display: flex;
65
65
  align-items: center;
66
66
  justify-content: center;
@@ -68,14 +68,14 @@
68
68
  }
69
69
 
70
70
  .tita-survey-model__score-item:hover {
71
- border: 1px solid #2879FF;
72
- color: #2879FF;
71
+ border: 1px solid #2879ff;
72
+ color: #2879ff;
73
73
  }
74
74
 
75
75
  .tita-survey-model__score-item--active {
76
- border: 1px solid #2879FF;
76
+ border: 1px solid #2879ff;
77
77
  background: rgba(40, 121, 255, 0.1);
78
- color: #2879FF;
78
+ color: #2879ff;
79
79
  }
80
80
 
81
81
  .tita-survey-model__keywords {
@@ -85,7 +85,7 @@
85
85
  margin-top: 12px;
86
86
  font-size: 12px;
87
87
  font-weight: normal;
88
- color: #6F7886;
88
+ color: #6f7886;
89
89
  line-height: 18px;
90
90
  }
91
91
 
@@ -102,23 +102,23 @@
102
102
  display: flex;
103
103
  align-items: center;
104
104
  justify-content: center;
105
- background: #FFFFFF;
105
+ background: #ffffff;
106
106
  margin: 0 8px 8px 0;
107
107
  padding: 0 12px;
108
108
  border-radius: 8px;
109
- border: 1px solid #DFE3EA;
109
+ border: 1px solid #dfe3ea;
110
110
  cursor: pointer;
111
111
  }
112
112
 
113
113
  .tita-survey-model__tags-item:hover {
114
- color: #2879FF;
115
- border: 1px solid #2879FF;
114
+ color: #2879ff;
115
+ border: 1px solid #2879ff;
116
116
  }
117
117
 
118
118
  .tita-survey-model__tags-item--active {
119
119
  background: rgba(40, 121, 255, 0.1);
120
- color: #2879FF;
121
- border: 1px solid #2879FF;
120
+ color: #2879ff;
121
+ border: 1px solid #2879ff;
122
122
  }
123
123
 
124
124
  .tita-survey-model__btn {
@@ -14,7 +14,7 @@ var tenantId = window.BSGlobal.tenantInfo.Id;
14
14
  var userId = window.BSGlobal.loginUserInfo.Id;
15
15
 
16
16
  var requestDomain = function requestDomain() {
17
- if (!window.location.hostname.match(/.work/)) return "";
17
+ if (!window.location.hostname.match(/.work/)) return '';
18
18
  return "".concat(window.location.protocol, "//www.tita.gift");
19
19
  };
20
20
 
@@ -15,8 +15,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
15
15
 
16
16
  var okrSearch = function okrSearch(params) {
17
17
  return (0, _request.rpost)("v1")("okr/search", _objectSpread(_objectSpread({}, params), {}, {
18
- orderType: 1,
19
- includeCreateFailApprovalOkr: false
18
+ orderType: 1
20
19
  })).then(function (res) {
21
20
  return res.Data;
22
21
  });
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _cloneDeep = _interopRequireDefault(require("clone-deep"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ 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; }
13
+
14
+ 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; }
15
+
16
+ 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; }
17
+
18
+ // 扁平数据转换为树
19
+ var toTree = function toTree(data) {
20
+ var cloneData = (0, _cloneDeep["default"])(data);
21
+ var map = {};
22
+ var res = [];
23
+ cloneData.forEach(function (item) {
24
+ return map[item.taskId] = item;
25
+ });
26
+ cloneData.forEach(function (item) {
27
+ var parent = map[item.parentTaskId];
28
+
29
+ if (parent) {
30
+ if (!parent.children) parent.children = [];
31
+ parent.children.push(item);
32
+ } else {
33
+ res.push(item);
34
+ }
35
+ });
36
+ return res;
37
+ };
38
+
39
+ var getTaskNodeData = function getTaskNodeData(tasks) {
40
+ if (!tasks) return [];
41
+ return tasks.map(function (task, index) {
42
+ return {
43
+ key: task.taskId,
44
+ index: index,
45
+ title: task.taskName,
46
+ nodeType: task.objType === 4 ? "e-project" : "e-task",
47
+ isLeaf: task.children && task.children.length === 0,
48
+ children: getTaskNodeData(task.children),
49
+ data: _objectSpread({}, task)
50
+ };
51
+ });
52
+ };
53
+
54
+ var formatTasksToTreeData = function formatTasksToTreeData(tasks) {
55
+ var taskTreeData = toTree(tasks);
56
+ var taskNodeData = getTaskNodeData(taskTreeData);
57
+ return taskNodeData;
58
+ };
59
+
60
+ var _default = formatTasksToTreeData;
61
+ exports["default"] = _default;
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>P1</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="任务-交互说明" transform="translate(-1895.000000, -184.000000)" fill="#F05E5E" fill-rule="nonzero">
6
+ <g id="编组-4" transform="translate(1871.000000, 156.000000)">
7
+ <g id="form-/-text-copy-6" transform="translate(24.000000, 19.000000)">
8
+ <g id="标签" transform="translate(0.000000, 9.000000)">
9
+ <path d="M3.80174927,13.7142857 L3.80174927,9.70017637 L6.10667124,9.70017637 C7.13565426,9.6813639 7.91768136,9.34273956 8.45275253,8.68430335 C8.97410393,8.05878895 9.23477963,7.36507937 9.23477963,6.6031746 C9.23477963,6.03880071 9.13188132,5.54967666 8.92608472,5.13580247 C8.72943463,4.70781893 8.47333219,4.37860082 8.1577774,4.14814815 C7.78277025,3.84244562 7.41233636,3.64021164 7.04647573,3.54144621 C6.6806151,3.46619636 6.3010347,3.42857143 5.90773452,3.42857143 L2.28571429,3.42857143 L2.28571429,13.7142857 L3.80174927,13.7142857 Z M6.04493226,8.22574956 L3.80174927,8.22574956 L3.80174927,4.90299824 L5.99005316,4.90299824 C6.40164637,4.893592 6.76293374,4.99000588 7.07391528,5.19223986 C7.27971188,5.31452087 7.43977591,5.48148148 7.55410736,5.69312169 C7.66386555,5.92827748 7.71874464,6.21751911 7.71874464,6.56084656 C7.71874464,6.97472075 7.58383353,7.35097002 7.31401132,7.68959436 C7.03046933,8.03762493 6.60744298,8.21634333 6.04493226,8.22574956 Z M13.7142857,13.7142857 L13.7142857,3.42857143 L12.2805694,3.42857143 L10.8605728,4.49382716 L10.8605728,6.05996473 L12.2805694,4.98765432 L12.2805694,13.7142857 L13.7142857,13.7142857 Z" id="P1"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>P2</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="任务-交互说明" transform="translate(-1895.000000, -215.000000)" fill="#F6BD16" fill-rule="nonzero">
6
+ <g id="编组-4" transform="translate(1871.000000, 156.000000)">
7
+ <g id="form-/-text-copy-6" transform="translate(24.000000, 19.000000)">
8
+ <g id="标签" transform="translate(0.000000, 40.000000)">
9
+ <path d="M2.69158333,13.1428571 L2.69158333,9.16151603 L5.04620775,9.16151603 C6.09737937,9.14285714 6.8962698,8.80699708 7.44287904,8.15393586 C7.97547266,7.5335277 8.24176947,6.84548105 8.24176947,6.08979592 C8.24176947,5.53002915 8.13665231,5.04489796 7.92641799,4.63440233 C7.72552741,4.20991254 7.46390247,3.88338192 7.14154318,3.6548105 C6.75844952,3.3516035 6.38002774,3.15102041 6.00627783,3.05306122 C5.63252792,2.97842566 5.24476239,2.94110787 4.84298124,2.94110787 L1.14285714,2.94110787 L1.14285714,13.1428571 L2.69158333,13.1428571 Z M4.98313746,7.69912536 L2.69158333,7.69912536 L2.69158333,4.40349854 L4.92707497,4.40349854 C5.34754362,4.3941691 5.71662165,4.48979592 6.03430907,4.69037901 C6.2445434,4.81166181 6.40805898,4.97725948 6.52485583,5.18717201 C6.6369808,5.42040816 6.69304329,5.70728863 6.69304329,6.04781341 C6.69304329,6.45830904 6.55522301,6.83148688 6.27958245,7.16734694 C5.98992627,7.51253644 5.55777794,7.68979592 4.98313746,7.69912536 Z M14.8571429,13.1428571 L14.8571429,11.6804665 L10.9537922,11.6804665 L14.2404555,7.56618076 C14.6515804,7.04373178 14.8571429,6.44664723 14.8571429,5.77492711 C14.8477991,4.93527697 14.5651507,4.2425656 14.0091978,3.696793 C13.4625885,3.14635569 12.7501277,2.8664723 11.8718155,2.85714286 C11.0869407,2.8664723 10.4258705,3.14169096 9.88860501,3.68279883 C9.35601139,4.23790087 9.07102708,4.93994169 9.03365209,5.78892128 L10.4912767,5.78892128 C10.5426673,5.32244898 10.7061829,4.96093294 10.9818235,4.70437318 C11.2481203,4.44781341 11.5821593,4.31953353 11.9839404,4.31953353 C12.4371122,4.32886297 12.7875027,4.47580175 13.0351121,4.76034985 C13.2733776,5.04489796 13.3925104,5.37842566 13.3925104,5.76093294 C13.3925104,5.90553936 13.3738229,6.05947522 13.3364479,6.22274052 C13.2803854,6.39533528 13.1752683,6.5819242 13.0210964,6.78250729 L9.03365209,11.7644315 L9.03365209,13.1428571 L14.8571429,13.1428571 Z" id="P2"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>P3</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="任务-交互说明" transform="translate(-1895.000000, -247.000000)" fill="#2879FF" fill-rule="nonzero">
6
+ <g id="编组-4" transform="translate(1871.000000, 156.000000)">
7
+ <g id="form-/-text-copy-6" transform="translate(24.000000, 19.000000)">
8
+ <g id="标签" transform="translate(0.000000, 72.000000)">
9
+ <path d="M2.70274245,13.059572 L2.70274245,9.11046848 L5.07433277,9.11046848 C6.13307845,9.09196067 6.93772517,8.75882013 7.48827292,8.11104685 C8.02470407,7.49566223 8.29291964,6.81318681 8.29291964,6.06362059 C8.29291964,5.50838635 8.18704507,5.02718334 7.97529593,4.62001157 C7.77295787,4.19895894 7.50944783,3.8750723 7.18476583,3.64835165 C6.79891184,3.34759977 6.4177634,3.14864083 6.04132049,3.05147484 C5.66487758,2.97744361 5.27431806,2.94042799 4.86964194,2.94042799 L1.14285714,2.94042799 L1.14285714,13.059572 L2.70274245,13.059572 Z M5.01080803,7.65991903 L2.70274245,7.65991903 L2.70274245,4.39097744 L4.95434159,4.39097744 C5.37783986,4.38172354 5.74957724,4.47657606 6.06955371,4.67553499 C6.28130285,4.79583574 6.44599662,4.96009254 6.56363503,5.16830538 C6.6765679,5.39965298 6.73303434,5.68421053 6.73303434,6.02197802 C6.73303434,6.4291498 6.59422101,6.79930596 6.31659437,7.1324465 C6.02485111,7.47484095 5.589589,7.65066512 5.01080803,7.65991903 Z M11.7303139,13.1428571 C12.6384825,13.1336032 13.3819572,12.8490457 13.9607382,12.2891845 C14.5489302,11.7432042 14.8477318,10.9959514 14.8571429,10.0474263 C14.8571429,9.62174667 14.7653849,9.2145749 14.581869,8.82591093 C14.388942,8.43724696 14.0760238,8.10410642 13.6431145,7.8264893 C14.0666127,7.54424523 14.3607088,7.22267206 14.5254025,6.86176981 C14.6665686,6.50086755 14.7371517,6.12608444 14.7371517,5.73742047 C14.7277406,4.96934644 14.459525,4.30306536 13.932505,3.73857721 C13.3819572,3.16020821 12.6384825,2.86639676 11.7020807,2.85714286 C10.9633115,2.86639676 10.3280641,3.12550607 9.7963385,3.63447079 C9.25520182,4.14806246 8.94698919,4.77964141 8.87170061,5.52920763 L10.3468863,5.52920763 C10.440997,5.11278195 10.6245129,4.80508965 10.897434,4.60613071 C11.1562385,4.40717178 11.4432762,4.30769231 11.7585472,4.30769231 C12.196162,4.31694621 12.5537828,4.4534413 12.8314095,4.71717756 C13.1090361,4.99016773 13.252555,5.3395026 13.261966,5.76518219 C13.261966,6.18623482 13.1231527,6.52862927 12.8455261,6.79236553 C12.5678994,7.0653557 12.1773399,7.20185078 11.6738475,7.20185078 L11.1656496,7.20185078 L11.1656496,8.48582996 L11.7867804,8.48582996 C12.2432174,8.48582996 12.6196603,8.62232504 12.9161091,8.89531521 C13.2172634,9.17755928 13.3725461,9.57547715 13.3819572,10.0890688 C13.3725461,10.5934066 13.2172634,10.9820706 12.9161091,11.2550607 C12.6196603,11.5465587 12.2549813,11.6923077 11.8220719,11.6923077 C11.4173958,11.6923077 11.0927138,11.5835743 10.8480259,11.3661076 C10.6080435,11.1578947 10.4221748,10.8849046 10.2904198,10.5471371 L8.81523417,10.5471371 C8.97522241,11.3892423 9.32578487,12.0323887 9.86692155,12.4765761 C10.4080582,12.9207634 11.029189,13.1428571 11.7303139,13.1428571 Z" id="P3"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>P4</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="任务-交互说明" transform="translate(-1895.000000, -279.000000)" fill="#5AD8A6" fill-rule="nonzero">
6
+ <g id="编组-4" transform="translate(1871.000000, 156.000000)">
7
+ <g id="form-/-text-copy-6" transform="translate(24.000000, 19.000000)">
8
+ <g id="编组-39" transform="translate(0.000000, 104.000000)">
9
+ <path d="M2.64476851,13.1428571 L2.64476851,9.1287478 L4.92821747,9.1287478 C5.94761433,9.10993533 6.72235594,8.77131099 7.2524423,8.11287478 C7.76893671,7.48736038 8.02718392,6.79365079 8.02718392,6.03174603 C8.02718392,5.46737213 7.92524423,4.97824809 7.72136486,4.5643739 C7.52654679,4.13639036 7.27283024,3.80717225 6.96021521,3.57671958 C6.58870168,3.27101705 6.22171882,3.06878307 5.8592666,2.97001764 C5.49681438,2.89476778 5.12077021,2.85714286 4.73113408,2.85714286 L1.14285714,2.85714286 L1.14285714,13.1428571 L2.64476851,13.1428571 Z M4.86705366,7.65432099 L2.64476851,7.65432099 L2.64476851,4.33156966 L4.81268583,4.33156966 C5.22044457,4.32216343 5.57836613,4.41857731 5.88645052,4.62081129 C6.09032989,4.7430923 6.24890273,4.91005291 6.36216905,5.12169312 C6.47090471,5.35684891 6.52527255,5.64609053 6.52527255,5.98941799 C6.52527255,6.40329218 6.39161829,6.77954145 6.12430978,7.11816578 C5.84340932,7.46619636 5.42432394,7.64491476 4.86705366,7.65432099 Z M14.0688093,13.1428571 L14.0688093,11.6119929 L14.8571429,11.6119929 L14.8571429,10.2222222 L14.0688093,10.2222222 L14.0688093,7.26631393 L12.6484497,7.26631393 L12.6484497,10.2222222 L10.0591817,10.2222222 L13.4095993,2.85714286 L11.8261362,2.85714286 L8.51649441,10.2222222 L8.51649441,11.6119929 L12.6484497,11.6119929 L12.6484497,13.1428571 L14.0688093,13.1428571 Z" id="P4"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>P5</title>
4
+ <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="任务-交互说明" transform="translate(-1895.000000, -311.000000)" fill="#A4ACB9" fill-rule="nonzero">
6
+ <g id="编组-4" transform="translate(1871.000000, 156.000000)">
7
+ <g id="form-/-text-copy-6" transform="translate(24.000000, 19.000000)">
8
+ <g id="编组-26" transform="translate(0.000000, 136.000000)">
9
+ <path d="M2.68370978,13.0588921 L2.68370978,9.07755102 L5.02636357,9.07755102 C6.07219115,9.05889213 6.86702012,8.72303207 7.41085046,8.06997085 C7.94073644,7.44956268 8.20567942,6.76151603 8.20567942,6.0058309 C8.20567942,5.44606414 8.10109667,4.96093294 7.89193115,4.55043732 C7.69206188,4.12594752 7.43176701,3.79941691 7.11104655,3.57084548 C6.7299005,3.26763848 6.35340257,3.06705539 5.98155276,2.96909621 C5.60970296,2.89446064 5.22390878,2.85714286 4.82417024,2.85714286 L1.14285714,2.85714286 L1.14285714,13.0588921 L2.68370978,13.0588921 Z M4.96361392,7.61516035 L2.68370978,7.61516035 L2.68370978,4.31953353 L4.90783644,4.31953353 C5.32616748,4.31020408 5.69336916,4.4058309 6.0094415,4.60641399 C6.21860702,4.72769679 6.38129131,4.89329446 6.49749437,5.103207 C6.60904931,5.33644315 6.66482678,5.62332362 6.66482678,5.9638484 C6.66482678,6.37434402 6.52770717,6.74752187 6.25346794,7.08338192 C5.96528433,7.42857143 5.53533299,7.6058309 4.96361392,7.61516035 Z M12.0334084,13.1428571 C12.5447019,13.1335277 12.9862735,13.0145773 13.3581233,12.7860058 C13.7392694,12.5667638 14.029777,12.3241983 14.2296463,12.058309 C14.4574043,11.7877551 14.6200886,11.477551 14.7176992,11.1276968 C14.8106616,10.7731778 14.8571429,10.264723 14.8571429,9.60233236 C14.8571429,9.17317784 14.8431985,8.81166181 14.8153098,8.51778426 C14.787421,8.22857143 14.7409398,7.98367347 14.6758661,7.78309038 C14.5503668,7.41457726 14.3458494,7.09037901 14.0623139,6.81049563 C13.8717409,6.60058309 13.6230663,6.42332362 13.3162902,6.2787172 C12.9909216,6.14810496 12.6330162,6.07813411 12.2425739,6.06880466 C11.6336698,6.06880466 11.0921636,6.25539359 10.6180551,6.62857143 L10.6180551,4.31953353 L14.6619217,4.31953353 L14.6619217,2.85714286 L9.24453482,2.85714286 L9.24453482,8.37084548 L10.6180551,8.37084548 C10.7900356,8.05830904 10.9852567,7.83906706 11.2037185,7.71311953 C11.4221803,7.59183673 11.6638826,7.53119534 11.9288256,7.53119534 C12.2263055,7.53119534 12.47498,7.57317784 12.6748493,7.65714286 C12.8747186,7.75976676 13.0257826,7.89737609 13.1280413,8.06997085 C13.3186143,8.43381924 13.4092527,8.90728863 13.3999564,9.49037901 C13.3999564,9.72827988 13.3953083,9.97317784 13.3860121,10.2250729 C13.3674196,10.4816327 13.3162902,10.7195335 13.232624,10.9387755 C13.1536059,11.1580175 13.0141622,11.335277 12.814293,11.4705539 C12.6051275,11.6104956 12.3262401,11.6804665 11.9776309,11.6804665 C11.1642095,11.671137 10.6784806,11.2746356 10.5204445,10.4909621 L9.06325804,10.4909621 C9.20270172,11.4285714 9.56293122,12.1072886 10.1439465,12.5271137 C10.7156656,12.9376093 11.3454862,13.1428571 12.0334084,13.1428571 Z" id="P5"></path>
10
+ </g>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="6px" height="6px" viewBox="0 0 6 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>下</title>
4
+ <g id="4、表单\选择框\搜索" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="选人-交互说明" transform="translate(-1009.000000, -1108.000000)" fill="#6F7886" fill-rule="nonzero">
6
+ <path d="M1012.46263,1113.47956 L1014.8652,1109.85528 C1015.0031,1109.64723 1015.02653,1109.36711 1014.92563,1109.13259 C1014.82473,1108.89806 1014.61698,1108.74977 1014.38966,1108.75 L1009.58528,1108.75 C1009.35805,1108.75 1009.15048,1108.89837 1009.0497,1109.13284 C1008.94892,1109.36732 1008.97239,1109.64731 1009.11024,1109.85528 L1011.51281,1113.47956 C1011.62585,1113.65 1011.80146,1113.75 1011.98772,1113.75 C1012.17398,1113.75 1012.34959,1113.65 1012.46263,1113.47956 L1012.46263,1113.47956 Z" id="下"></path>
7
+ </g>
8
+ </g>
9
+ </svg>