@titaui/pc 1.16.94 → 1.16.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1258) hide show
  1. package/lib/components/attachments-preview/index.js +6 -29
  2. package/lib/components/auto-save/index.js +3 -22
  3. package/lib/components/avatar/default.js +29 -60
  4. package/lib/components/avatar/icon-avatar/index.js +6 -17
  5. package/lib/components/avatar/index.js +0 -7
  6. package/lib/components/avatar/name-avatar/index.js +36 -58
  7. package/lib/components/avatar/num-avatar/index.js +1 -12
  8. package/lib/components/avatar/text-avatar/index.js +23 -50
  9. package/lib/components/book-demo/components/pc/components/checkbox/index.js +12 -42
  10. package/lib/components/book-demo/components/pc/components/content/index.js +22 -90
  11. package/lib/components/book-demo/components/pc/components/drop-select/index.js +8 -31
  12. package/lib/components/book-demo/components/pc/components/error-info/index.js +0 -6
  13. package/lib/components/book-demo/components/pc/components/input/index.js +12 -38
  14. package/lib/components/book-demo/components/pc/components/phone/index.js +11 -37
  15. package/lib/components/book-demo/components/pc/components/verify-code/index.js +19 -49
  16. package/lib/components/book-demo/components/pc/index.js +11 -43
  17. package/lib/components/book-demo/constant.js +0 -9
  18. package/lib/components/book-demo/index.js +0 -5
  19. package/lib/components/book-demo/interface.js +0 -1
  20. package/lib/components/book-demo/request.js +4 -10
  21. package/lib/components/book-demo/utils.js +0 -15
  22. package/lib/components/button/default-button/index.js +10 -25
  23. package/lib/components/button/icon-btn/index.js +7 -24
  24. package/lib/components/button/index.js +1 -6
  25. package/lib/components/button/rect-btn/index.js +17 -31
  26. package/lib/components/button/text-btn/index.js +13 -26
  27. package/lib/components/cascader/index.js +21 -48
  28. package/lib/components/cascader/time.js +2 -11
  29. package/lib/components/change-okr-modal/Filter.js +23 -92
  30. package/lib/components/change-okr-modal/Item.js +21 -80
  31. package/lib/components/change-okr-modal/constant.js +0 -25
  32. package/lib/components/change-okr-modal/filterTab.js +5 -33
  33. package/lib/components/change-okr-modal/index.js +58 -164
  34. package/lib/components/change-okr-modal/styledComponents.js +2 -71
  35. package/lib/components/checkbox/index.js +12 -33
  36. package/lib/components/checkbox-list/index.js +4 -22
  37. package/lib/components/color-date-picker/index.js +21 -53
  38. package/lib/components/color-date-picker/interface.js +0 -1
  39. package/lib/components/common-share/index.js +17 -38
  40. package/lib/components/common-share/publishMblog.js +14 -51
  41. package/lib/components/common-share/request-apis.js +0 -13
  42. package/lib/components/communication/CommunicationAttachments.js +8 -47
  43. package/lib/components/communication/CommunicationRecord.js +9 -29
  44. package/lib/components/communication/ConvertUserName.js +5 -32
  45. package/lib/components/communication/index.js +71 -152
  46. package/lib/components/communication/style.js +0 -47
  47. package/lib/components/condition-render/index.js +1 -5
  48. package/lib/components/confidence/heart.js +2 -11
  49. package/lib/components/confidence/index.js +9 -29
  50. package/lib/components/contact-kefu/index.js +3 -31
  51. package/lib/components/create-okr-modal/constant.js +0 -13
  52. package/lib/components/create-okr-modal/createCycle.js +13 -47
  53. package/lib/components/create-okr-modal/createSuccessCmp.js +21 -67
  54. package/lib/components/create-okr-modal/createSuccessCmpWrapper.js +0 -5
  55. package/lib/components/create-okr-modal/fields/date-cycle.js +6 -28
  56. package/lib/components/create-okr-modal/fields/index.js +0 -4
  57. package/lib/components/create-okr-modal/fields/input-with-err-popup.js +8 -16
  58. package/lib/components/create-okr-modal/fields/o-new-name.js +19 -50
  59. package/lib/components/create-okr-modal/fields/okr-case.js +8 -31
  60. package/lib/components/create-okr-modal/fields/okr-classify.js +3 -13
  61. package/lib/components/create-okr-modal/fields/okr-create-suggest.js +5 -28
  62. package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +9 -30
  63. package/lib/components/create-okr-modal/fields/okr-parent.js +16 -44
  64. package/lib/components/create-okr-modal/fields/okr-type-detail.js +26 -65
  65. package/lib/components/create-okr-modal/fields/okr-type.js +10 -33
  66. package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +24 -64
  67. package/lib/components/create-okr-modal/fields/okr-visibility.js +16 -42
  68. package/lib/components/create-okr-modal/img/pack-up.js +0 -4
  69. package/lib/components/create-okr-modal/index.js +162 -316
  70. package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +15 -55
  71. package/lib/components/create-okr-modal/kr-items/krDatas.js +31 -87
  72. package/lib/components/create-okr-modal/kr-items/krItem.js +19 -39
  73. package/lib/components/create-okr-modal/objectType.js +24 -73
  74. package/lib/components/create-okr-modal/request-api.js +0 -42
  75. package/lib/components/create-okr-modal/style.js +0 -42
  76. package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +4 -39
  77. package/lib/components/create-okr-modal/utils/helper.js +6 -28
  78. package/lib/components/create-okr-modal/utils/index.js +0 -7
  79. package/lib/components/dangerous-html/index.js +0 -4
  80. package/lib/components/date-picker/BodyItem.js +4 -38
  81. package/lib/components/date-picker/CalendarBody.js +6 -47
  82. package/lib/components/date-picker/CalendarHeader.js +2 -41
  83. package/lib/components/date-picker/index.js +2 -40
  84. package/lib/components/date-range-picker/index.js +10 -58
  85. package/lib/components/delete-confirm-pop/ConfirmPop.js +16 -47
  86. package/lib/components/delete-confirm-pop/style.js +0 -14
  87. package/lib/components/dialog/index.js +25 -52
  88. package/lib/components/dialog-confirm/index.js +9 -38
  89. package/lib/components/dialog-qq-docs/index.js +45 -130
  90. package/lib/components/dialog-qq-docs/request-apis.js +0 -3
  91. package/lib/components/dialog-qq-docs/utils.js +0 -22
  92. package/lib/components/dialog-select/index.js +2 -15
  93. package/lib/components/dialog-upload/index.js +9 -63
  94. package/lib/components/dialog-upload/type.js +2 -5
  95. package/lib/components/dialog-upload/uploaded-preview.js +7 -20
  96. package/lib/components/dialog-upload/util.js +3 -38
  97. package/lib/components/dialog-upload-type/components/upload-type-item/index.js +2 -12
  98. package/lib/components/dialog-upload-type/index.js +2 -21
  99. package/lib/components/dingding-btn/index.js +60 -105
  100. package/lib/components/drawer/headerAction.js +17 -44
  101. package/lib/components/drawer/headerDrop.js +22 -41
  102. package/lib/components/drawer/index.js +31 -66
  103. package/lib/components/drawer/utils/dom.js +1 -10
  104. package/lib/components/drawer/utils/index.js +0 -1
  105. package/lib/components/drawer/utils/useForceUpdate.js +4 -16
  106. package/lib/components/drawer-manager/context.js +0 -4
  107. package/lib/components/drawer-manager/drawerWrapper.js +13 -60
  108. package/lib/components/drawer-manager/index.js +4 -46
  109. package/lib/components/drawer-manager/utils/dom.js +1 -10
  110. package/lib/components/drawer-manager/utils/index.js +0 -1
  111. package/lib/components/drawer-manager/utils/useForceUpdate.js +4 -16
  112. package/lib/components/drop-selector/icon-item.js +4 -13
  113. package/lib/components/drop-selector/index.js +40 -83
  114. package/lib/components/dynamic/components/comments-dialog/api.js +4 -10
  115. package/lib/components/dynamic/components/comments-dialog/encourage.js +8 -33
  116. package/lib/components/dynamic/components/comments-dialog/index.js +13 -55
  117. package/lib/components/dynamic/components/comments-dialog/rate.js +8 -31
  118. package/lib/components/dynamic/components/obj-status/index.js +4 -13
  119. package/lib/components/dynamic/components/obj-status/utils.js +0 -5
  120. package/lib/components/dynamic/components/percent/index.js +4 -13
  121. package/lib/components/dynamic/components/title/index.js +6 -21
  122. package/lib/components/dynamic/constant.js +0 -14
  123. package/lib/components/dynamic/context/index.js +0 -2
  124. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -22
  125. package/lib/components/dynamic/dynamic-item/components/header/index.js +31 -79
  126. package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +0 -3
  127. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +12 -42
  128. package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -2
  129. package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -3
  130. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -7
  131. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -7
  132. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +27 -68
  133. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -5
  134. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +2 -21
  135. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +1 -7
  136. package/lib/components/dynamic/dynamic-item/components/progress/index.js +3 -21
  137. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +1 -9
  138. package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +0 -8
  139. package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +57 -133
  140. package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +2 -12
  141. package/lib/components/dynamic/dynamic-item/components/summary-header/request-api.js +0 -5
  142. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +2 -16
  143. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +8 -21
  144. package/lib/components/dynamic/dynamic-item/components/table-row-okr/utils.js +0 -18
  145. package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +0 -1
  146. package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +18 -56
  147. package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -3
  148. package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +4 -18
  149. package/lib/components/dynamic/dynamic-item/components/task-progress/request-api.js +1 -4
  150. package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +8 -39
  151. package/lib/components/dynamic/dynamic-item/components/work-progress/constant.js +0 -2
  152. package/lib/components/dynamic/dynamic-item/components/work-progress/index.js +12 -40
  153. package/lib/components/dynamic/dynamic-item/components/work-progress/interface.js +0 -3
  154. package/lib/components/dynamic/dynamic-item/components/work-progress/mile-stone.js +1 -18
  155. package/lib/components/dynamic/dynamic-item/components/work-progress/render-row.js +2 -21
  156. package/lib/components/dynamic/dynamic-item/components/work-progress/request-api.js +6 -11
  157. package/lib/components/dynamic/dynamic-item/components/work-progress/utils.js +10 -50
  158. package/lib/components/dynamic/dynamic-item/components/work-progress/work-task.js +0 -14
  159. package/lib/components/dynamic/dynamic-item/components/work-progress/work.js +0 -14
  160. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +20 -74
  161. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +0 -12
  162. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +11 -47
  163. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +4 -26
  164. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +2 -26
  165. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +5 -27
  166. package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +0 -8
  167. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -48
  168. package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +20 -74
  169. package/lib/components/dynamic/dynamic-item/dynamic-discovery/index.js +3 -26
  170. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +1 -13
  171. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +5 -13
  172. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +6 -21
  173. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +6 -16
  174. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -32
  175. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +10 -46
  176. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +0 -2
  177. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +9 -37
  178. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +17 -58
  179. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +7 -18
  180. package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +0 -10
  181. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +27 -92
  182. package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +4 -16
  183. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +3 -24
  184. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +3 -25
  185. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -49
  186. package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +0 -10
  187. package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +0 -3
  188. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +7 -33
  189. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +15 -63
  190. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -37
  191. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +9 -43
  192. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +9 -45
  193. package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +0 -7
  194. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +9 -41
  195. package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +0 -3
  196. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -46
  197. package/lib/components/dynamic/dynamic-item/index.js +37 -151
  198. package/lib/components/dynamic/dynamic-list/index.js +11 -29
  199. package/lib/components/dynamic/index.js +0 -5
  200. package/lib/components/dynamic/request-api.js +0 -15
  201. package/lib/components/dynamic/util.js +0 -20
  202. package/lib/components/e-priority/index.js +6 -30
  203. package/lib/components/e-status-dropdown/index.js +5 -24
  204. package/lib/components/eReport/eReportListEmpty.js +0 -31
  205. package/lib/components/eReport/eReportLists/reportList.js +14 -52
  206. package/lib/components/eReport/eReportLists/style.js +0 -36
  207. package/lib/components/eReport/eReportShare/index.js +14 -51
  208. package/lib/components/eReport/eReportShare/style.js +0 -12
  209. package/lib/components/eReport/eReportShare/toast/index.js +2 -25
  210. package/lib/components/eReport/eReportShare/toast/style.js +0 -12
  211. package/lib/components/edit-kr-wight/EditKrWightModal.js +20 -86
  212. package/lib/components/edit-kr-wight/FormItemV2.js +5 -35
  213. package/lib/components/edit-kr-wight/style/index.js +2 -25
  214. package/lib/components/edit-kr-wight/utils.js +0 -13
  215. package/lib/components/emotions-selector/index.js +0 -3
  216. package/lib/components/emotions-selector/selector-content.js +6 -41
  217. package/lib/components/emotions-selector/selector-pop.js +6 -35
  218. package/lib/components/emotions-selector/style.js +0 -24
  219. package/lib/components/ereport-list/index.js +14 -53
  220. package/lib/components/ereport-list/style.js +0 -36
  221. package/lib/components/error-boundary/index.js +2 -30
  222. package/lib/components/expiration-reminder/index.js +21 -65
  223. package/lib/components/expiration-reminder/utils.js +3 -15
  224. package/lib/components/file-list/components/single-file/index.js +12 -37
  225. package/lib/components/file-list/index.js +2 -19
  226. package/lib/components/file-list/util.js +0 -18
  227. package/lib/components/file-preview/index.js +6 -16
  228. package/lib/components/filter-buttons/department.js +3 -20
  229. package/lib/components/filter-buttons/group.js +0 -10
  230. package/lib/components/filter-buttons/index.js +19 -35
  231. package/lib/components/filter-buttons/modular.js +6 -32
  232. package/lib/components/filter-buttons/name.js +9 -34
  233. package/lib/components/filter-buttons/search-dropdown/index.js +3 -11
  234. package/lib/components/filter-buttons/timer.js +4 -15
  235. package/lib/components/firework/firework.js +31 -42
  236. package/lib/components/firework/index.js +0 -13
  237. package/lib/components/follower-visitor/index.js +14 -46
  238. package/lib/components/follower-visitor/request-api.js +0 -3
  239. package/lib/components/form/form-fields/cycle/index.js +10 -41
  240. package/lib/components/form/form-fields/cycle/utils.js +0 -6
  241. package/lib/components/form/form-fields/date/index.js +8 -29
  242. package/lib/components/form/form-fields/department/department-input.js +6 -17
  243. package/lib/components/form/form-fields/department/index.js +26 -60
  244. package/lib/components/form/form-fields/dropdown/index.js +13 -38
  245. package/lib/components/form/form-fields/duties/duties-input.js +6 -15
  246. package/lib/components/form/form-fields/duties/index.js +28 -61
  247. package/lib/components/form/form-fields/group/index.js +5 -16
  248. package/lib/components/form/form-fields/input/index.js +37 -84
  249. package/lib/components/form/form-fields/input-verification-code/index.js +41 -91
  250. package/lib/components/form/form-fields/password/index.js +26 -66
  251. package/lib/components/form/form-fields/radios/index.js +13 -33
  252. package/lib/components/form/form-fields/textarea/index.js +26 -63
  253. package/lib/components/form/form-fields/user/index.js +35 -83
  254. package/lib/components/form/form-fields/user/user-input.js +5 -17
  255. package/lib/components/form/index.js +11 -45
  256. package/lib/components/form/layout/index.js +0 -6
  257. package/lib/components/grid-layout/commen-components/advize.js +2 -5
  258. package/lib/components/grid-layout/commen-components/card-contain.js +2 -5
  259. package/lib/components/grid-layout/commen-components/card-title.js +3 -10
  260. package/lib/components/grid-layout/commen-components/carditem-flexcontent.js +2 -5
  261. package/lib/components/grid-layout/commen-components/data-item.js +6 -14
  262. package/lib/components/grid-layout/commen-components/empty-backgrounds.js +3 -10
  263. package/lib/components/grid-layout/commen-components/gap.js +0 -3
  264. package/lib/components/grid-layout/commen-components/index.js +0 -10
  265. package/lib/components/grid-layout/commen-components/scroll-tips.js +14 -34
  266. package/lib/components/grid-layout/essay-component/essay-item.js +3 -7
  267. package/lib/components/grid-layout/essay-component/index.js +10 -30
  268. package/lib/components/grid-layout/index.js +4 -18
  269. package/lib/components/grid-layout/near-visitors/index.js +6 -27
  270. package/lib/components/grid-layout/near-visitors/visitor.js +7 -25
  271. package/lib/components/grid-layout/okr-align/index.js +13 -41
  272. package/lib/components/grid-layout/okr-progress/index.js +15 -45
  273. package/lib/components/grid-layout/okr-target/index.js +7 -44
  274. package/lib/components/grid-layout/over-view/index.js +20 -50
  275. package/lib/components/grid-layout/personal-info/index.js +37 -77
  276. package/lib/components/grid-layout/sub-employee-okr/index.js +13 -45
  277. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +8 -29
  278. package/lib/components/grid-layout/util/click-link.js +2 -13
  279. package/lib/components/grid-layout/util/network.js +7 -37
  280. package/lib/components/grid-layout/week-task/index.js +13 -39
  281. package/lib/components/grid-layout/words-cloud/index.js +7 -29
  282. package/lib/components/grid-page/commen-components/scroll-tips.js +14 -34
  283. package/lib/components/grid-page/near-visitors/visitor.js +7 -25
  284. package/lib/components/grid-page/personal-info/index.js +37 -77
  285. package/lib/components/guide-order/index.js +45 -78
  286. package/lib/components/guide-tip/index.js +22 -50
  287. package/lib/components/help-card/index.js +22 -86
  288. package/lib/components/help-card/interface.js +0 -2
  289. package/lib/components/help-card/request-api.js +0 -10
  290. package/lib/components/hr-header/index.js +9 -35
  291. package/lib/components/icon-button-list/index.js +9 -22
  292. package/lib/components/img-viewer/icon/enlarge.js +0 -3
  293. package/lib/components/img-viewer/icon/left-rotate.js +0 -3
  294. package/lib/components/img-viewer/icon/right-rotate.js +0 -3
  295. package/lib/components/img-viewer/icon/shrink.js +0 -3
  296. package/lib/components/img-viewer/index.js +30 -76
  297. package/lib/components/img-viewer/util.js +0 -3
  298. package/lib/components/import-modal/helper.js +3 -43
  299. package/lib/components/import-modal/import-okr-modal/index.js +15 -48
  300. package/lib/components/import-modal/import-task-modal/index.js +41 -93
  301. package/lib/components/import-modal/import-task-modal/search-form.js +13 -43
  302. package/lib/components/import-modal/index.js +0 -5
  303. package/lib/components/import-modal/radio.js +8 -27
  304. package/lib/components/import-modal/request-api.js +33 -65
  305. package/lib/components/import-modal/search/category-select.js +4 -23
  306. package/lib/components/import-modal/search/okr-classify-select.js +4 -23
  307. package/lib/components/import-modal/search/okr-status-select.js +4 -23
  308. package/lib/components/import-modal/search/okr-type-select.js +8 -28
  309. package/lib/components/import-modal/search/principal.js +13 -40
  310. package/lib/components/import-modal/search/relation.js +7 -28
  311. package/lib/components/import-modal/search/search-dropdown/index.js +1 -7
  312. package/lib/components/import-modal/search/task-relation.js +4 -24
  313. package/lib/components/import-modal/search/task-status-select.js +4 -24
  314. package/lib/components/import-modal/search/work-relation.js +4 -24
  315. package/lib/components/import-modal/search/work-status-select.js +4 -23
  316. package/lib/components/import-modal/tree/okr-tree/index.js +38 -90
  317. package/lib/components/import-modal/tree/okr-tree/search-form.js +23 -60
  318. package/lib/components/import-modal/tree/task-work-tree/index.js +6 -35
  319. package/lib/components/import-modal/tree-node/index.js +0 -14
  320. package/lib/components/import-modal/tree-node/kr-node/index.js +10 -26
  321. package/lib/components/import-modal/tree-node/milestone-node/index.js +9 -27
  322. package/lib/components/import-modal/tree-node/o-node/index.js +13 -40
  323. package/lib/components/import-modal/tree-node/work-node/index.js +10 -28
  324. package/lib/components/invite-people/index.js +0 -8
  325. package/lib/components/keyword-search/index.js +13 -46
  326. package/lib/components/loading/index.js +5 -24
  327. package/lib/components/magnet/index.js +31 -68
  328. package/lib/components/mblog/common/index.js +19 -31
  329. package/lib/components/mblog/components/ConfirmPop.js +0 -31
  330. package/lib/components/mblog/components/MblogAction.js +29 -68
  331. package/lib/components/mblog/components/MblogContent.js +32 -69
  332. package/lib/components/mblog/context.js +0 -4
  333. package/lib/components/mblog/index.js +96 -168
  334. package/lib/components/mblog/style.js +6 -45
  335. package/lib/components/menus/components/drag-resize/index.js +10 -23
  336. package/lib/components/menus/components/flip-menu-card/flip-back-header.js +0 -7
  337. package/lib/components/menus/components/flip-menu-card/index.js +24 -89
  338. package/lib/components/menus/components/menu-card/index.js +3 -24
  339. package/lib/components/menus/components/menu-close-btn/index.js +7 -14
  340. package/lib/components/menus/components/menu-tree/index.js +7 -22
  341. package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +4 -24
  342. package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +1 -11
  343. package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +4 -23
  344. package/lib/components/menus/components/menu-tree/tree-node/company-all.js +1 -14
  345. package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +1 -15
  346. package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +6 -25
  347. package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +3 -21
  348. package/lib/components/menus/components/menu-tree/tree-node/group-name.js +0 -6
  349. package/lib/components/menus/components/menu-tree/tree-node/index.js +0 -49
  350. package/lib/components/menus/components/menu-tree/tree-node/loading.js +0 -6
  351. package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +1 -9
  352. package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +0 -8
  353. package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +0 -7
  354. package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +1 -9
  355. package/lib/components/menus/components/menu-tree/tree-node/same-level-user/index.js +2 -10
  356. package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +6 -28
  357. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +5 -26
  358. package/lib/components/menus/components/menu-tree/tree-node/summary-follower/index.js +3 -21
  359. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +8 -27
  360. package/lib/components/menus/components/menu-tree/tree-node/summary-tongji.js +5 -26
  361. package/lib/components/menus/components/menu-tree/tree-node/summary-user-concern.js +5 -25
  362. package/lib/components/menus/components/menu-tree/tree-node/user/index.js +6 -22
  363. package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +5 -25
  364. package/lib/components/menus/components/search-colleague/index.js +22 -47
  365. package/lib/components/menus/context.js +0 -8
  366. package/lib/components/menus/export-modules/appraisal-menus/index.js +25 -65
  367. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +24 -32
  368. package/lib/components/menus/export-modules/appraisal-menus/menus.js +12 -34
  369. package/lib/components/menus/export-modules/demo-menus/index.js +20 -52
  370. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +10 -21
  371. package/lib/components/menus/export-modules/demo-menus/menus.js +0 -15
  372. package/lib/components/menus/export-modules/interview-menus/constant.js +5 -12
  373. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +0 -14
  374. package/lib/components/menus/export-modules/interview-menus/index.js +11 -48
  375. package/lib/components/menus/export-modules/interview-menus/menus.js +5 -26
  376. package/lib/components/menus/export-modules/manage-menus/constant.js +0 -2
  377. package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +0 -15
  378. package/lib/components/menus/export-modules/manage-menus/index.js +3 -37
  379. package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +0 -8
  380. package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +28 -67
  381. package/lib/components/menus/export-modules/okr-menus/index.js +12 -44
  382. package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +0 -10
  383. package/lib/components/menus/export-modules/okr-menus/menus.js +5 -46
  384. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +44 -84
  385. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +0 -3
  386. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +26 -67
  387. package/lib/components/menus/export-modules/research-menu/index.js +12 -40
  388. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +0 -10
  389. package/lib/components/menus/export-modules/research-menu/menus.js +0 -13
  390. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +27 -59
  391. package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +16 -41
  392. package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +0 -10
  393. package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +1 -14
  394. package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +33 -65
  395. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -8
  396. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +26 -75
  397. package/lib/components/menus/export-modules/summary-menus/index.js +12 -47
  398. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -10
  399. package/lib/components/menus/export-modules/summary-menus/menus.js +8 -54
  400. package/lib/components/menus/export-modules/summary-menus/request-api.js +0 -6
  401. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +0 -3
  402. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +26 -70
  403. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +64 -114
  404. package/lib/components/menus/export-modules/survey-menu/index.js +12 -40
  405. package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +0 -10
  406. package/lib/components/menus/export-modules/survey-menu/menus.js +0 -13
  407. package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +27 -62
  408. package/lib/components/menus/i18n.js +0 -6
  409. package/lib/components/menus/index.js +1 -31
  410. package/lib/components/menus/request-apis.js +13 -57
  411. package/lib/components/menus/utils.js +0 -5
  412. package/lib/components/mirroring/index.js +4 -13
  413. package/lib/components/nav/index.js +2 -8
  414. package/lib/components/nav-top/components/app-center/index.js +38 -121
  415. package/lib/components/nav-top/components/app-center/interface.js +0 -2
  416. package/lib/components/nav-top/components/menu/index.js +9 -50
  417. package/lib/components/nav-top/components/user-message/components/empty/index.js +0 -10
  418. package/lib/components/nav-top/components/user-message/components/inform/index.js +20 -58
  419. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +11 -71
  420. package/lib/components/nav-top/components/user-message/components/red-pack/index.js +4 -28
  421. package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +0 -3
  422. package/lib/components/nav-top/components/user-message/components/remind/index.js +7 -37
  423. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +9 -32
  424. package/lib/components/nav-top/components/user-message/components/reply/index.js +18 -57
  425. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +3 -24
  426. package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -10
  427. package/lib/components/nav-top/components/user-message/components/todos/index.js +18 -56
  428. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -17
  429. package/lib/components/nav-top/components/user-message/constant.js +0 -4
  430. package/lib/components/nav-top/components/user-message/hrMessage.js +34 -69
  431. package/lib/components/nav-top/components/user-message/index.js +30 -77
  432. package/lib/components/nav-top/components/user-message/msg/index.js +8 -38
  433. package/lib/components/nav-top/components/user-message/utils.js +0 -4
  434. package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -29
  435. package/lib/components/nav-top/components/user-own-menu/index.js +3 -16
  436. package/lib/components/nav-top/components/user-own-menu/utils.js +0 -12
  437. package/lib/components/nav-top/components/version/index.js +3 -27
  438. package/lib/components/nav-top/constant.js +0 -7
  439. package/lib/components/nav-top/index.js +47 -139
  440. package/lib/components/nav-top/request.apis.js +2 -34
  441. package/lib/components/nav-top/useGlobalValue.js +0 -3
  442. package/lib/components/nav-top/utils.js +15 -11
  443. package/lib/components/new-confidence/constant.js +0 -16
  444. package/lib/components/new-confidence/index.js +10 -36
  445. package/lib/components/okr-detail/auth.js +25 -55
  446. package/lib/components/okr-detail/base-info/base-info.js +51 -119
  447. package/lib/components/okr-detail/base-info/index.js +0 -3
  448. package/lib/components/okr-detail/base-info/o-desc/index.js +24 -54
  449. package/lib/components/okr-detail/base-info/other-infos/classify/index.js +3 -17
  450. package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +3 -17
  451. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +11 -35
  452. package/lib/components/okr-detail/base-info/other-infos/index.js +0 -3
  453. package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +12 -36
  454. package/lib/components/okr-detail/base-info/other-infos/other-infos.js +13 -34
  455. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +19 -54
  456. package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +11 -47
  457. package/lib/components/okr-detail/base-info/person/index.js +9 -23
  458. package/lib/components/okr-detail/base-info/util.js +1 -12
  459. package/lib/components/okr-detail/base-info/utils/setting.js +2 -3
  460. package/lib/components/okr-detail/components/ao-nice/index.js +16 -60
  461. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +5 -35
  462. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +6 -45
  463. package/lib/components/okr-detail/components/base-okr-type/index.js +9 -25
  464. package/lib/components/okr-detail/components/base-okr-type/object-type.js +24 -73
  465. package/lib/components/okr-detail/components/block-line/index.js +0 -4
  466. package/lib/components/okr-detail/components/editable-input/index.js +19 -48
  467. package/lib/components/okr-detail/components/header/edit-name.js +14 -63
  468. package/lib/components/okr-detail/components/header/index.js +20 -63
  469. package/lib/components/okr-detail/components/header/o-avatar.js +9 -45
  470. package/lib/components/okr-detail/components/header/o-classify.js +6 -41
  471. package/lib/components/okr-detail/components/header/o-cycle.js +6 -21
  472. package/lib/components/okr-detail/components/header/o-name.js +7 -18
  473. package/lib/components/okr-detail/components/header/o-score.js +12 -53
  474. package/lib/components/okr-detail/components/icon-text/index.js +16 -43
  475. package/lib/components/okr-detail/components/o-classify.js +10 -47
  476. package/lib/components/okr-detail/components/o-progress-update/index.js +7 -43
  477. package/lib/components/okr-detail/components/okr-tree/index.js +3 -16
  478. package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +0 -6
  479. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +16 -64
  480. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +0 -2
  481. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +0 -8
  482. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +6 -26
  483. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +22 -60
  484. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +5 -26
  485. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +38 -108
  486. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +48 -121
  487. package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +0 -5
  488. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +0 -25
  489. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -4
  490. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +68 -162
  491. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +21 -75
  492. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +4 -13
  493. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +24 -84
  494. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +1 -26
  495. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +8 -32
  496. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +25 -77
  497. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +13 -74
  498. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +36 -80
  499. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -29
  500. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +22 -74
  501. package/lib/components/okr-detail/components/okr-type.js +15 -35
  502. package/lib/components/okr-detail/components/padding-layout.js +2 -5
  503. package/lib/components/okr-detail/components/score/index.js +5 -17
  504. package/lib/components/okr-detail/components/tab-panel-content/index.js +1 -7
  505. package/lib/components/okr-detail/context.js +0 -10
  506. package/lib/components/okr-detail/cooperation/index.js +3 -9
  507. package/lib/components/okr-detail/detail-footer/index.js +15 -54
  508. package/lib/components/okr-detail/detail-header/actions.js +20 -46
  509. package/lib/components/okr-detail/detail-header/confirm.js +7 -26
  510. package/lib/components/okr-detail/detail-header/constant.js +0 -10
  511. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +9 -39
  512. package/lib/components/okr-detail/detail-header/enums.js +0 -3
  513. package/lib/components/okr-detail/detail-header/index.js +17 -100
  514. package/lib/components/okr-detail/e-list/constant.js +0 -1
  515. package/lib/components/okr-detail/e-list/index.js +60 -97
  516. package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +16 -48
  517. package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +1 -25
  518. package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +1 -11
  519. package/lib/components/okr-detail/e-list/search-form/index.js +12 -44
  520. package/lib/components/okr-detail/e-list/util.js +12 -39
  521. package/lib/components/okr-detail/error-page/index.js +0 -8
  522. package/lib/components/okr-detail/helper.js +4 -23
  523. package/lib/components/okr-detail/index.js +46 -125
  524. package/lib/components/okr-detail/loading/index.js +1 -7
  525. package/lib/components/okr-detail/okr-list/add-parent-okr.js +1 -11
  526. package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +1 -10
  527. package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +3 -11
  528. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +44 -89
  529. package/lib/components/okr-detail/okr-list/create-kr-item/style.js +0 -54
  530. package/lib/components/okr-detail/okr-list/drag-order-kr.js +0 -15
  531. package/lib/components/okr-detail/okr-list/empty/index.js +3 -10
  532. package/lib/components/okr-detail/okr-list/index.js +65 -154
  533. package/lib/components/okr-detail/okr-list/warp-parent-okr.js +0 -3
  534. package/lib/components/okr-detail/request-apis.js +34 -154
  535. package/lib/components/okr-detail/schedule/components/detail-title/index.js +3 -8
  536. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +0 -13
  537. package/lib/components/okr-detail/schedule/components/o-progress/index.js +46 -102
  538. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +0 -11
  539. package/lib/components/okr-detail/schedule/components/title/index.js +1 -6
  540. package/lib/components/okr-detail/schedule/index.js +0 -3
  541. package/lib/components/okr-detail/schedule/schedule.js +12 -41
  542. package/lib/components/okr-detail/schedule/util.js +0 -8
  543. package/lib/components/okr-excel/hooks.js +30 -70
  544. package/lib/components/okr-excel/index.js +10 -32
  545. package/lib/components/okr-excel/renders.js +6 -70
  546. package/lib/components/okr-excel/setting.js +0 -7
  547. package/lib/components/okr-excel-create/components/kr-confidence/index.js +3 -22
  548. package/lib/components/okr-excel-create/components/kr-weight/index.js +13 -39
  549. package/lib/components/okr-excel-create/components/okr-align/index.js +15 -45
  550. package/lib/components/okr-excel-create/components/okr-classify/index.js +7 -33
  551. package/lib/components/okr-excel-create/components/okr-cycle/index.js +7 -28
  552. package/lib/components/okr-excel-create/components/okr-name/index.js +8 -38
  553. package/lib/components/okr-excel-create/components/okr-principal/index.js +10 -34
  554. package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +7 -16
  555. package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +7 -16
  556. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +43 -95
  557. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/request-api.js +0 -5
  558. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/util.js +2 -21
  559. package/lib/components/okr-excel-create/components/okr-progress/index.js +15 -31
  560. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +5 -35
  561. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +6 -45
  562. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.js +9 -22
  563. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +24 -73
  564. package/lib/components/okr-excel-create/components/okr-type/index.js +28 -56
  565. package/lib/components/okr-excel-create/components/okr-visibility/index.js +12 -57
  566. package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +6 -25
  567. package/lib/components/okr-excel-create/components-new/kr-weight/index.js +28 -71
  568. package/lib/components/okr-excel-create/components-new/okr-align/index.js +10 -42
  569. package/lib/components/okr-excel-create/components-new/okr-classify/index.js +9 -37
  570. package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +11 -33
  571. package/lib/components/okr-excel-create/components-new/okr-name/index.js +13 -59
  572. package/lib/components/okr-excel-create/components-new/okr-principal/index.js +13 -37
  573. package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +7 -16
  574. package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +7 -16
  575. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +43 -95
  576. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/request-api.js +0 -5
  577. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/util.js +2 -21
  578. package/lib/components/okr-excel-create/components-new/okr-progress/index.js +15 -31
  579. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +5 -35
  580. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +6 -45
  581. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.js +9 -22
  582. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +24 -73
  583. package/lib/components/okr-excel-create/components-new/okr-type/index.js +21 -51
  584. package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +16 -60
  585. package/lib/components/okr-excel-create/hooks.js +30 -70
  586. package/lib/components/okr-excel-create/index-old.js +13 -56
  587. package/lib/components/okr-excel-create/index.js +35 -85
  588. package/lib/components/okr-excel-create/setting.js +0 -8
  589. package/lib/components/okr-excel-create/utils.js +2 -24
  590. package/lib/components/okr-filter-drawer/filter-form.js +17 -61
  591. package/lib/components/okr-filter-drawer/index.js +5 -14
  592. package/lib/components/okr-flow/child-node/fields/creator.js +17 -54
  593. package/lib/components/okr-flow/child-node/fields/okrClassify.js +0 -9
  594. package/lib/components/okr-flow/child-node/fields/okrType.js +0 -5
  595. package/lib/components/okr-flow/child-node/helper.js +0 -2
  596. package/lib/components/okr-flow/child-node/index.js +20 -39
  597. package/lib/components/okr-flow/child-node/kr-node.js +13 -23
  598. package/lib/components/okr-flow/child-node/work-node.js +38 -95
  599. package/lib/components/okr-flow/context.js +0 -4
  600. package/lib/components/okr-flow/empty/index.js +0 -7
  601. package/lib/components/okr-flow/export-modal/index.js +31 -114
  602. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +38 -112
  603. package/lib/components/okr-flow/index.js +0 -4
  604. package/lib/components/okr-flow/mini-map/index.js +7 -35
  605. package/lib/components/okr-flow/mini-map/map.js +20 -46
  606. package/lib/components/okr-flow/mini-map/mini-node.js +11 -24
  607. package/lib/components/okr-flow/mini-map/utils.js +8 -20
  608. package/lib/components/okr-flow/okr-map/index.js +35 -75
  609. package/lib/components/okr-flow/open-data/index.js +0 -26
  610. package/lib/components/okr-flow/request-apis.js +20 -44
  611. package/lib/components/okr-flow/root-node/index.js +22 -66
  612. package/lib/components/okr-flow/utils/config.js +1 -5
  613. package/lib/components/okr-flow/utils/helper.js +0 -7
  614. package/lib/components/okr-flow/utils/index.js +4 -16
  615. package/lib/components/okr-flow/utils/tree-handler.js +31 -79
  616. package/lib/components/okr-guide/index.js +20 -68
  617. package/lib/components/okr-guide/request-api.js +1 -14
  618. package/lib/components/okr-period-selector/index.js +11 -26
  619. package/lib/components/okr-period-selector/request-apis.js +0 -5
  620. package/lib/components/okr-period-selector/select-cycle.js +23 -63
  621. package/lib/components/okr-progress/components/detail-title/index.js +3 -8
  622. package/lib/components/okr-progress/components/kr-progress/index.js +0 -13
  623. package/lib/components/okr-progress/components/o-progress/index.js +44 -97
  624. package/lib/components/okr-progress/components/o-progress-update/index.js +7 -40
  625. package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -11
  626. package/lib/components/okr-progress/components/title/index.js +1 -6
  627. package/lib/components/okr-progress/index.js +0 -3
  628. package/lib/components/okr-progress/okr-progress/index.js +15 -45
  629. package/lib/components/okr-progress/request-apis.js +5 -24
  630. package/lib/components/okr-progress/util.js +0 -8
  631. package/lib/components/okr-progress-detail/constant.js +0 -1
  632. package/lib/components/okr-progress-detail/index.js +21 -47
  633. package/lib/components/okr-progress-detail/utils.js +0 -18
  634. package/lib/components/okr-progress-modal/helper.js +2 -23
  635. package/lib/components/okr-progress-modal/index.js +42 -96
  636. package/lib/components/okr-progress-modal/request-apis.js +0 -9
  637. package/lib/components/okr-progress-modal/style.js +0 -18
  638. package/lib/components/okr-progress-modal/textarea/index.js +4 -11
  639. package/lib/components/okr-progress-modal/textarea/style.js +0 -8
  640. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +25 -139
  641. package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +0 -44
  642. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -24
  643. package/lib/components/okr-review/ReviewPop/components/Toast/style.js +0 -6
  644. package/lib/components/okr-review/ReviewPop/index.js +21 -73
  645. package/lib/components/okr-review/ReviewPop/style.js +0 -20
  646. package/lib/components/okr-review/common.js +0 -3
  647. package/lib/components/okr-review/components/ReviewItem/index.js +7 -31
  648. package/lib/components/okr-review/components/ReviewItem/style.js +0 -18
  649. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +13 -44
  650. package/lib/components/okr-review/components/confirm-pop/style.js +0 -14
  651. package/lib/components/okr-review/index.js +17 -61
  652. package/lib/components/okr-review/style.js +0 -24
  653. package/lib/components/okr-share/common-painter/darwAvatar.js +0 -21
  654. package/lib/components/okr-share/common-painter/openDataPainter.js +10 -27
  655. package/lib/components/okr-share/common-painter/setSize.js +4 -5
  656. package/lib/components/okr-share/common-painter/utils.js +0 -40
  657. package/lib/components/okr-share/index.js +13 -34
  658. package/lib/components/okr-share/pink-card/card.js +0 -8
  659. package/lib/components/okr-share/pink-card/drawDepartmentName.js +0 -11
  660. package/lib/components/okr-share/pink-card/drawKrs.js +0 -27
  661. package/lib/components/okr-share/pink-card/drawOKrName.js +0 -3
  662. package/lib/components/okr-share/pink-card/drawQuote.js +0 -11
  663. package/lib/components/okr-share/pink-card/drawUserName.js +0 -12
  664. package/lib/components/okr-share/pink-card/index.js +0 -28
  665. package/lib/components/okr-share/publishMblog.js +12 -49
  666. package/lib/components/okr-share/request-apis.js +0 -13
  667. package/lib/components/okr-share/shareCardSelector.js +2 -24
  668. package/lib/components/okr-type-icon/index.js +0 -9
  669. package/lib/components/okrcase-library/index.js +93 -158
  670. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +5 -15
  671. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +25 -51
  672. package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +14 -22
  673. package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -29
  674. package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +1 -10
  675. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +65 -112
  676. package/lib/components/okrcase-library/server/network.js +36 -93
  677. package/lib/components/okrcase-library-card/index.js +27 -53
  678. package/lib/components/open-data-painter/index.js +12 -39
  679. package/lib/components/operation-records/OperationRecordItem.js +2 -27
  680. package/lib/components/operation-records/index.js +18 -67
  681. package/lib/components/operation-records/style.js +0 -34
  682. package/lib/components/order-have-award/index.js +0 -26
  683. package/lib/components/order-have-award/interface.js +0 -2
  684. package/lib/components/pagination/index.js +0 -3
  685. package/lib/components/pagination/pagination.js +4 -30
  686. package/lib/components/part-notice/index.js +15 -41
  687. package/lib/components/password-input/icon/close-eye.js +0 -3
  688. package/lib/components/password-input/icon/open-eye.js +0 -3
  689. package/lib/components/password-input/index.js +14 -44
  690. package/lib/components/period-selector/common.js +0 -50
  691. package/lib/components/period-selector/components/button/index.js +12 -30
  692. package/lib/components/period-selector/components/button/style.js +0 -8
  693. package/lib/components/period-selector/components/selector/index.js +36 -87
  694. package/lib/components/period-selector/components/selector/style.js +0 -19
  695. package/lib/components/period-selector/helper/index.js +18 -42
  696. package/lib/components/period-selector/index.js +58 -89
  697. package/lib/components/period-selector/interface.js +1 -0
  698. package/lib/components/period-selector/mockData.js +0 -7
  699. package/lib/components/period-selector/style.js +0 -8
  700. package/lib/components/photo-card/components/card/index.js +19 -49
  701. package/lib/components/photo-card/index.js +8 -42
  702. package/lib/components/photo-card/request.apis.js +0 -11
  703. package/lib/components/picker/components/panels/date-panel/date-body.js +6 -16
  704. package/lib/components/picker/components/panels/date-panel/date-head.js +6 -23
  705. package/lib/components/picker/components/panels/date-panel/date-rows.js +20 -46
  706. package/lib/components/picker/components/panels/date-panel/index.js +6 -33
  707. package/lib/components/picker/components/panels/date-panel/useRowsData.js +10 -30
  708. package/lib/components/picker/components/panels/month-panel/index.js +6 -32
  709. package/lib/components/picker/components/panels/month-panel/month-body.js +1 -12
  710. package/lib/components/picker/components/panels/month-panel/month-head.js +7 -25
  711. package/lib/components/picker/components/panels/month-panel/useRowsData.js +3 -20
  712. package/lib/components/picker/components/panels/panel-body/index.js +1 -16
  713. package/lib/components/picker/components/panels/panel-head/index.js +4 -13
  714. package/lib/components/picker/components/panels/week-panel/index.js +2 -15
  715. package/lib/components/picker/components/panels/week-panel/utils.js +10 -33
  716. package/lib/components/picker/components/panels/week-panel/week-body.js +2 -19
  717. package/lib/components/picker/components/panels/week-panel/week-head.js +3 -12
  718. package/lib/components/picker/components/panels/year-panel/index.js +1 -20
  719. package/lib/components/picker/components/panels/year-panel/useRowsData.js +3 -21
  720. package/lib/components/picker/components/panels/year-panel/year-body.js +8 -24
  721. package/lib/components/picker/components/panels/year-panel/year-head.js +5 -20
  722. package/lib/components/picker/components/picker-trigger/index.js +11 -32
  723. package/lib/components/picker/context.js +0 -11
  724. package/lib/components/picker/index.js +0 -4
  725. package/lib/components/picker/picker-panels.js +15 -65
  726. package/lib/components/picker/picker.js +28 -61
  727. package/lib/components/picker/range-picker/components/operations/index.js +3 -11
  728. package/lib/components/picker/range-picker/components/picker-trigger/index.js +10 -33
  729. package/lib/components/picker/range-picker/components/placeholder/index.js +4 -23
  730. package/lib/components/picker/range-picker/components/select-input/index.js +3 -18
  731. package/lib/components/picker/range-picker/components/shortcuts/index.js +1 -24
  732. package/lib/components/picker/range-picker/index.js +29 -79
  733. package/lib/components/picker/utils.js +12 -52
  734. package/lib/components/point-demo/constant.js +0 -4
  735. package/lib/components/point-demo/drop-down-box/index.js +29 -49
  736. package/lib/components/point-demo/index.js +67 -135
  737. package/lib/components/point-demo/input/index.js +0 -32
  738. package/lib/components/point-demo/point-demo.js +4 -24
  739. package/lib/components/point-demo/popup/index.js +30 -51
  740. package/lib/components/point-demo/popup/placement.js +0 -4
  741. package/lib/components/popup/index.js +39 -58
  742. package/lib/components/popup/placement.js +0 -4
  743. package/lib/components/popup-select/index.js +17 -52
  744. package/lib/components/praise-record/PraiseRecordItem.js +2 -27
  745. package/lib/components/praise-record/index.js +10 -53
  746. package/lib/components/praise-record/style.js +0 -24
  747. package/lib/components/progress/circle-progress/index.js +25 -30
  748. package/lib/components/progress/index.js +0 -5
  749. package/lib/components/progress/line-progress/index.js +15 -20
  750. package/lib/components/progress/okr-progress/index.js +1 -10
  751. package/lib/components/progress/ring-progress/index.js +1 -8
  752. package/lib/components/progress/ring-progress/util.js +0 -2
  753. package/lib/components/progress/utils.js +2 -6
  754. package/lib/components/promise-confirm/index.js +14 -37
  755. package/lib/components/publish-dynamic-modal/index.js +0 -3
  756. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +13 -49
  757. package/lib/components/publish-dynamic-modal/requist-api.js +0 -10
  758. package/lib/components/quick-entrance/index.js +10 -69
  759. package/lib/components/quick-entrance/render-item.js +2 -8
  760. package/lib/components/quick-entrance/request-api.js +1 -6
  761. package/lib/components/radio/index.js +0 -4
  762. package/lib/components/radio/radio.js +13 -34
  763. package/lib/components/radio/radioGroup.js +4 -12
  764. package/lib/components/range-picker-pop/index.js +12 -72
  765. package/lib/components/range-selector-pop/RangeList.js +0 -23
  766. package/lib/components/range-selector-pop/RangeSelectorPop.js +7 -35
  767. package/lib/components/rate/index.js +17 -38
  768. package/lib/components/regulation-setting-item/index.js +5 -13
  769. package/lib/components/rich-editor/enums.js +0 -3
  770. package/lib/components/rich-editor/index.js +4 -19
  771. package/lib/components/rich-editor/keymap.js +7 -22
  772. package/lib/components/rich-editor/keymaps/index.js +0 -22
  773. package/lib/components/rich-editor/models/controller.js +0 -5
  774. package/lib/components/rich-editor/models/editor.js +2 -11
  775. package/lib/components/rich-editor/models/plugin.js +0 -6
  776. package/lib/components/rich-editor/models/schema.js +0 -40
  777. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -5
  778. package/lib/components/rich-editor/plugins/block/block-quote/index.js +0 -44
  779. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -8
  780. package/lib/components/rich-editor/plugins/block/heading/index.js +0 -43
  781. package/lib/components/rich-editor/plugins/block/index.js +0 -8
  782. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +25 -49
  783. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +25 -57
  784. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +11 -21
  785. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +6 -19
  786. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -5
  787. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +12 -27
  788. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +3 -9
  789. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +3 -12
  790. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +3 -6
  791. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +3 -8
  792. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +3 -10
  793. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +14 -70
  794. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +14 -46
  795. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +58 -87
  796. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +3 -14
  797. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +39 -118
  798. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +1 -12
  799. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +16 -50
  800. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -10
  801. package/lib/components/rich-editor/plugins/block/lists/index.js +0 -64
  802. package/lib/components/rich-editor/plugins/block/lists/messages.js +1 -2
  803. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +17 -34
  804. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -8
  805. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +8 -24
  806. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -4
  807. package/lib/components/rich-editor/plugins/block/lists/transforms.js +47 -95
  808. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +4 -12
  809. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -31
  810. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +1 -24
  811. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +11 -40
  812. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +1 -8
  813. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +20 -63
  814. package/lib/components/rich-editor/plugins/block/lists/utils.js +4 -17
  815. package/lib/components/rich-editor/plugins/block/paragraph/index.js +0 -32
  816. package/lib/components/rich-editor/plugins/core/index.js +0 -36
  817. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -12
  818. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -8
  819. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +2 -13
  820. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -5
  821. package/lib/components/rich-editor/plugins/extension/alignment/index.js +0 -34
  822. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +2 -3
  823. package/lib/components/rich-editor/plugins/extension/index.js +0 -2
  824. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +0 -37
  825. package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +0 -5
  826. package/lib/components/rich-editor/plugins/index.js +0 -6
  827. package/lib/components/rich-editor/plugins/inline/color/commond.js +20 -41
  828. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -3
  829. package/lib/components/rich-editor/plugins/inline/color/index.js +0 -61
  830. package/lib/components/rich-editor/plugins/inline/color/selector.js +14 -59
  831. package/lib/components/rich-editor/plugins/inline/color/util.js +0 -5
  832. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +0 -46
  833. package/lib/components/rich-editor/plugins/inline/em/index.js +0 -32
  834. package/lib/components/rich-editor/plugins/inline/index.js +0 -12
  835. package/lib/components/rich-editor/plugins/inline/link/commands.js +13 -47
  836. package/lib/components/rich-editor/plugins/inline/link/index.js +2 -48
  837. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +6 -18
  838. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +14 -68
  839. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +16 -48
  840. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +5 -28
  841. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +4 -33
  842. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -6
  843. package/lib/components/rich-editor/plugins/inline/strong/index.js +0 -44
  844. package/lib/components/rich-editor/plugins/inline/under-line/index.js +0 -47
  845. package/lib/components/rich-editor/plugins/util.js +9 -55
  846. package/lib/components/rich-editor/react/reactNodeView.js +31 -93
  847. package/lib/components/rich-editor/react/uiProvider.js +5 -56
  848. package/lib/components/rich-editor/schemas/basic.js +15 -13
  849. package/lib/components/rich-editor/schemas/index.js +0 -5
  850. package/lib/components/rich-editor/schemas/list.js +61 -90
  851. package/lib/components/rich-editor/types/index.js +0 -2
  852. package/lib/components/rich-editor/ui/Popup/index.js +20 -64
  853. package/lib/components/rich-editor/ui/Popup/utils.js +65 -135
  854. package/lib/components/rich-editor/ui/editor/index.js +18 -51
  855. package/lib/components/rich-editor/ui/normal-toolbar/index.js +4 -30
  856. package/lib/components/rich-editor/utils/browser.js +0 -2
  857. package/lib/components/rich-editor/utils/commands.js +15 -69
  858. package/lib/components/rich-editor/utils/document.js +10 -48
  859. package/lib/components/rich-editor/utils/event.js +0 -14
  860. package/lib/components/rich-editor/utils/helpers.js +0 -1
  861. package/lib/components/rich-editor/utils/mark.js +14 -42
  862. package/lib/components/rich-editor/utils/slice.js +0 -21
  863. package/lib/components/rich-editor/utils/toolbar.js +6 -51
  864. package/lib/components/rich-editor-at/components/index.js +25 -53
  865. package/lib/components/rich-editor-at/index.js +21 -50
  866. package/lib/components/rich-editor-upload/index.js +11 -33
  867. package/lib/components/scroll-container/index.js +50 -112
  868. package/lib/components/scrollbar/index.js +15 -37
  869. package/lib/components/scrollbar/scroll-mask/index.js +22 -53
  870. package/lib/components/scrollbar/simplebar/helpers.js +0 -12
  871. package/lib/components/scrollbar/simplebar/index.js +6 -16
  872. package/lib/components/scrollbar/simplebar/scrollbar-width.js +0 -10
  873. package/lib/components/scrollbar/simplebar/simplebar.js +52 -136
  874. package/lib/components/scrollbar/simplebar-react.js +3 -33
  875. package/lib/components/search-dropdown/index.js +0 -11
  876. package/lib/components/search-input/index.js +13 -43
  877. package/lib/components/search-key-handle/index.js +5 -11
  878. package/lib/components/select/Option.js +2 -31
  879. package/lib/components/select/index.js +15 -80
  880. package/lib/components/select-layer/index.js +23 -47
  881. package/lib/components/select-tags/index.js +21 -48
  882. package/lib/components/selector-input/debounce.js +0 -7
  883. package/lib/components/selector-input/index.js +11 -37
  884. package/lib/components/slider-input/index.js +17 -42
  885. package/lib/components/stateless-dropdown/dropdown-selector.js +11 -0
  886. package/lib/components/stateless-dropdown/index.js +0 -3
  887. package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -14
  888. package/lib/components/status-time/index.js +24 -47
  889. package/lib/components/stop-taking-modal/index.js +15 -38
  890. package/lib/components/superset-charts/components/chart/index.js +2 -5
  891. package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +0 -22
  892. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +3 -32
  893. package/lib/components/superset-charts/fetch-assets-and-append/index.js +0 -17
  894. package/lib/components/superset-charts/index.js +0 -3
  895. package/lib/components/superset-charts/utils/axios.js +0 -24
  896. package/lib/components/survey-model/contact.js +5 -29
  897. package/lib/components/survey-model/index.js +25 -72
  898. package/lib/components/survey-model/instance.js +0 -20
  899. package/lib/components/survey-model/request-api.js +4 -14
  900. package/lib/components/switch/index.js +3 -14
  901. package/lib/components/table/index.js +32 -89
  902. package/lib/components/table-excel/index.js +2 -14
  903. package/lib/components/table-excel-v2/index.js +95 -184
  904. package/lib/components/table-excel-v2/utils.js +0 -4
  905. package/lib/components/tabs/index.js +5 -25
  906. package/lib/components/tabs/tabBtns.js +7 -27
  907. package/lib/components/tag/index.js +8 -23
  908. package/lib/components/task-relation-modal/context.js +0 -4
  909. package/lib/components/task-relation-modal/helper.js +0 -30
  910. package/lib/components/task-relation-modal/index.js +35 -102
  911. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +50 -101
  912. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +22 -57
  913. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +28 -61
  914. package/lib/components/task-relation-modal/okr-relation/request-api.js +12 -27
  915. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +8 -36
  916. package/lib/components/task-relation-modal/radio.js +8 -27
  917. package/lib/components/task-relation-modal/relation-single-okr/index.js +24 -59
  918. package/lib/components/task-relation-modal/request-api.js +21 -42
  919. package/lib/components/task-relation-modal/search/category-select.js +4 -23
  920. package/lib/components/task-relation-modal/search/okr-status-select.js +4 -23
  921. package/lib/components/task-relation-modal/search/okr-type-select.js +8 -28
  922. package/lib/components/task-relation-modal/search/principal.js +15 -42
  923. package/lib/components/task-relation-modal/search/relation.js +4 -24
  924. package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -7
  925. package/lib/components/task-relation-modal/search/task-relation.js +4 -24
  926. package/lib/components/task-relation-modal/search/task-status-select.js +4 -24
  927. package/lib/components/task-relation-modal/search/work-relation.js +4 -24
  928. package/lib/components/task-relation-modal/search/work-status-select.js +4 -23
  929. package/lib/components/task-relation-modal/tree/category-tree/index.js +29 -83
  930. package/lib/components/task-relation-modal/tree/category-tree/search-form.js +6 -26
  931. package/lib/components/task-relation-modal/tree/okr-tree/index.js +37 -91
  932. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +20 -53
  933. package/lib/components/task-relation-modal/tree/work-list/index.js +30 -68
  934. package/lib/components/task-relation-modal/tree/work-list/search-form.js +15 -42
  935. package/lib/components/task-relation-modal/tree/work-tree/index.js +30 -82
  936. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +14 -42
  937. package/lib/components/task-relation-modal/tree-node/category-node/index.js +9 -27
  938. package/lib/components/task-relation-modal/tree-node/index.js +0 -16
  939. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +7 -28
  940. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -30
  941. package/lib/components/task-relation-modal/tree-node/o-node/index.js +10 -40
  942. package/lib/components/task-relation-modal/tree-node/work-node/index.js +7 -30
  943. package/lib/components/task-relation-modal/work-relation/index.js +24 -79
  944. package/lib/components/task-tree/helper.js +0 -10
  945. package/lib/components/task-tree/index.js +0 -4
  946. package/lib/components/task-tree/request-apis.js +11 -23
  947. package/lib/components/task-tree/task-item-node/constant.js +0 -7
  948. package/lib/components/task-tree/task-item-node/e-empty.js +0 -8
  949. package/lib/components/task-tree/task-item-node/e-project.js +15 -58
  950. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +5 -30
  951. package/lib/components/task-tree/task-item-node/e-task.js +54 -119
  952. package/lib/components/task-tree/task-item-node/get-process-color.js +0 -5
  953. package/lib/components/task-tree/task-item-node/task-node-render.js +0 -12
  954. package/lib/components/task-tree/task-tree.js +4 -17
  955. package/lib/components/textarea/index.js +54 -102
  956. package/lib/components/time-picker/index.js +0 -3
  957. package/lib/components/time-picker/time-picker-selector.js +14 -38
  958. package/lib/components/time-picker/time-picker.js +18 -67
  959. package/lib/components/time-picker/timer-picker-input.js +12 -27
  960. package/lib/components/time-picker/utils.js +2 -9
  961. package/lib/components/tita-chart/base/index.js +0 -2
  962. package/lib/components/tita-chart/charts/custom-tooltip.js +0 -4
  963. package/lib/components/tita-chart/charts/liquid-ball.js +20 -41
  964. package/lib/components/tita-chart/charts/pie.js +11 -19
  965. package/lib/components/tita-chart/charts/words-cloud.js +3 -25
  966. package/lib/components/tita-chart/errorBoundary/index.js +0 -25
  967. package/lib/components/tita-chart/hooks/useChart.js +15 -53
  968. package/lib/components/tita-chart/index.js +0 -5
  969. package/lib/components/tita-chart/interface.js +0 -4
  970. package/lib/components/tita-chart/plots/liquid/index.js +11 -27
  971. package/lib/components/tita-chart/plots/pie/index.js +11 -27
  972. package/lib/components/tita-chart/plots/wordscloud/index.js +11 -27
  973. package/lib/components/tita-chart/util/createLoading.js +0 -8
  974. package/lib/components/tita-chart/util/createNode.js +1 -7
  975. package/lib/components/tita-chart/util/getChart.js +0 -4
  976. package/lib/components/tita-chart/util/index.js +0 -2
  977. package/lib/components/tita-chart/util/utils.js +8 -27
  978. package/lib/components/toast/components/SuccessRender.js +0 -12
  979. package/lib/components/toast/index.js +12 -45
  980. package/lib/components/toast/style/index.js +0 -8
  981. package/lib/components/tooltip/error-tip.js +0 -7
  982. package/lib/components/tooltip/index.js +0 -6
  983. package/lib/components/tooltip/tooltip-rows/index.js +22 -40
  984. package/lib/components/tooltip/tooltip-text/index.js +18 -35
  985. package/lib/components/tooltip/tooltip.js +1 -10
  986. package/lib/components/top-global-prompt/index.js +2 -15
  987. package/lib/components/tree/index.js +3 -16
  988. package/lib/components/try-version-modal/index.js +4 -29
  989. package/lib/components/unchain-okr-modal/img/bg.png +0 -0
  990. package/lib/components/unchain-okr-modal/img/close.png +0 -0
  991. package/lib/components/unchain-okr-modal/index.css +34 -0
  992. package/lib/components/unchain-okr-modal/index.js +107 -0
  993. package/lib/components/unchain-okr-modal/request-api.js +14 -0
  994. package/lib/components/update-modal/index.js +8 -28
  995. package/lib/components/update-modal/request-api.js +0 -5
  996. package/lib/components/upload/components/uploadedPreview.js +14 -57
  997. package/lib/components/upload/index.js +37 -182
  998. package/lib/components/upload/index2.js +52 -112
  999. package/lib/components/upload/style.js +0 -24
  1000. package/lib/components/upload/type.js +2 -5
  1001. package/lib/components/upload/util.js +0 -35
  1002. package/lib/components/upload-modal/index.js +11 -48
  1003. package/lib/components/upload-photo-modal/constant.js +0 -2
  1004. package/lib/components/upload-photo-modal/index.js +20 -68
  1005. package/lib/components/upload-photo-modal/request-api.js +0 -10
  1006. package/lib/components/upvote/attitude.js +0 -3
  1007. package/lib/components/upvote/index.js +27 -86
  1008. package/lib/components/upvote/request-apis.js +4 -15
  1009. package/lib/components/upvote/selector.js +23 -50
  1010. package/lib/components/upvote/upvoteListModal.js +7 -34
  1011. package/lib/components/user-selector/action-btns/index.js +0 -5
  1012. package/lib/components/user-selector/category-selector-panel/depart-tree.js +13 -27
  1013. package/lib/components/user-selector/category-selector-panel/group-tree.js +11 -25
  1014. package/lib/components/user-selector/category-selector-panel/index.js +22 -47
  1015. package/lib/components/user-selector/category-selector-panel/subordinate-tree.js +7 -21
  1016. package/lib/components/user-selector/constant.js +0 -7
  1017. package/lib/components/user-selector/context.js +0 -6
  1018. package/lib/components/user-selector/empty/group.js +0 -8
  1019. package/lib/components/user-selector/empty/index.js +1 -7
  1020. package/lib/components/user-selector/enum.js +0 -1
  1021. package/lib/components/user-selector/export-modules/depart-search-selector/index.js +56 -105
  1022. package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +4 -10
  1023. package/lib/components/user-selector/export-modules/duties-selector/index.js +25 -61
  1024. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +92 -135
  1025. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +18 -55
  1026. package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +1 -15
  1027. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +14 -40
  1028. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -19
  1029. package/lib/components/user-selector/export-modules/group-selector/index.js +22 -57
  1030. package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +9 -28
  1031. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +49 -81
  1032. package/lib/components/user-selector/export-modules/single-selector/index.js +28 -52
  1033. package/lib/components/user-selector/index.js +0 -7
  1034. package/lib/components/user-selector/layout/index.js +2 -6
  1035. package/lib/components/user-selector/loading/index.js +0 -4
  1036. package/lib/components/user-selector/request-apis.js +41 -81
  1037. package/lib/components/user-selector/searched-panel/index.js +40 -75
  1038. package/lib/components/user-selector/searched-panel/result-part.js +5 -11
  1039. package/lib/components/user-selector/select-tree/choose-tree/index.js +35 -81
  1040. package/lib/components/user-selector/select-tree/selected-tree/index.js +6 -31
  1041. package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +2 -11
  1042. package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -5
  1043. package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +3 -16
  1044. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +3 -22
  1045. package/lib/components/user-selector/selected-panel/index.js +12 -31
  1046. package/lib/components/user-selector/utils.js +2 -19
  1047. package/lib/components/version-change-modal/constant.js +0 -3
  1048. package/lib/components/version-change-modal/index.js +23 -71
  1049. package/lib/components/version-change-modal/request-api.js +0 -11
  1050. package/lib/components/video-modal/components/video-box/index.js +70 -100
  1051. package/lib/components/video-modal/index.js +32 -54
  1052. package/lib/components/video-modal/utils.js +0 -4
  1053. package/lib/components/viewer/ImageListRender.js +8 -44
  1054. package/lib/components/viewer/index.js +5 -53
  1055. package/lib/components/wechat-btn/index.js +44 -86
  1056. package/lib/components/weekly-report/board.js +0 -5
  1057. package/lib/components/weekly-report/card.js +11 -52
  1058. package/lib/components/weekly-report/common-painter/darwAvatar.js +0 -26
  1059. package/lib/components/weekly-report/common-painter/drawName.js +0 -11
  1060. package/lib/components/weekly-report/common-painter/openDataPainter.js +7 -23
  1061. package/lib/components/weekly-report/common-painter/setSize.js +4 -5
  1062. package/lib/components/weekly-report/common-painter/utils.js +1 -18
  1063. package/lib/components/weekly-report/index.js +12 -55
  1064. package/lib/components/weekly-report/statistics.js +0 -7
  1065. package/lib/components/word-cloud/index.js +8 -28
  1066. package/lib/components/word-cloud/request-apis.js +0 -7
  1067. package/lib/components/write-summary-modal/index.js +11 -40
  1068. package/lib/components/write-summary-modal/interface.js +0 -2
  1069. package/lib/components/write-summary-modal/request-api.js +0 -3
  1070. package/lib/components/write-summary-modal/utils.js +0 -5
  1071. package/lib/components-v1/animate/AnimateChild.js +0 -26
  1072. package/lib/components-v1/animate/animate.js +0 -41
  1073. package/lib/components-v1/animate/index.js +0 -3
  1074. package/lib/components-v1/avatar/index.js +8 -52
  1075. package/lib/components-v1/avatar/styles.js +0 -8
  1076. package/lib/components-v1/buttonv2/ButtonLinked.js +3 -12
  1077. package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -24
  1078. package/lib/components-v1/buttonv2/ButtonRounded.js +7 -35
  1079. package/lib/components-v1/buttonv2/DefaultButton.js +5 -31
  1080. package/lib/components-v1/buttonv2/index.js +0 -4
  1081. package/lib/components-v1/buttonv2/style/style.js +4 -15
  1082. package/lib/components-v1/confirm/index.js +6 -45
  1083. package/lib/components-v1/dom/index.js +1 -3
  1084. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -31
  1085. package/lib/components-v1/dropDownSelector/dropDownSelector.js +11 -47
  1086. package/lib/components-v1/dropDownSelector/styles/index.js +0 -8
  1087. package/lib/components-v1/input/Enums.js +0 -1
  1088. package/lib/components-v1/input/Input.js +11 -58
  1089. package/lib/components-v1/input/InputNumber.js +13 -62
  1090. package/lib/components-v1/input/style/index.js +0 -14
  1091. package/lib/components-v1/placement/index.js +0 -3
  1092. package/lib/components-v1/placement/placement.js +0 -33
  1093. package/lib/components-v1/placement/placementInner.js +0 -35
  1094. package/lib/components-v1/pop/Pop.js +9 -64
  1095. package/lib/components-v1/pop/PopInner.js +14 -49
  1096. package/lib/components-v1/pop/index.js +0 -3
  1097. package/lib/components-v1/popConfirm/index.js +22 -60
  1098. package/lib/components-v1/popConfirm/style.js +0 -8
  1099. package/lib/components-v1/portals/Portals.js +2 -27
  1100. package/lib/components-v1/progress/CircleProgress.js +14 -40
  1101. package/lib/components-v1/progress/LineProgress.js +4 -25
  1102. package/lib/components-v1/progress/index.js +2 -31
  1103. package/lib/components-v1/radio/index.js +0 -3
  1104. package/lib/components-v1/radio/radio.js +5 -40
  1105. package/lib/components-v1/radio/radioGroup.js +8 -35
  1106. package/lib/components-v1/search/cache.js +0 -17
  1107. package/lib/components-v1/search/index.js +6 -53
  1108. package/lib/components-v1/select/Option.js +2 -31
  1109. package/lib/components-v1/select/index.js +15 -80
  1110. package/lib/components-v1/tabs/index.js +4 -30
  1111. package/lib/components-v1/tabs/style.js +0 -14
  1112. package/lib/components-v1/textarea/index.js +20 -56
  1113. package/lib/components-v1/textarea/style.js +0 -12
  1114. package/lib/components-v1/transition/index.js +35 -81
  1115. package/lib/components-v1/userSelector/UserSelectorPop.js +17 -51
  1116. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -40
  1117. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +3 -46
  1118. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +16 -53
  1119. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +0 -33
  1120. package/lib/components-v1/userSelector/components/MultiMode/index.js +16 -52
  1121. package/lib/components-v1/userSelector/components/SearchBar.js +2 -37
  1122. package/lib/components-v1/userSelector/components/SingleMode.js +5 -51
  1123. package/lib/components-v1/userSelector/components/UserItem.js +5 -32
  1124. package/lib/components-v1/userSelector/index.js +13 -62
  1125. package/lib/components-v1/userSelector/style.js +0 -64
  1126. package/lib/components-v1/utils/animate/animate.js +0 -23
  1127. package/lib/components-v1/utils/animate/event.js +0 -8
  1128. package/lib/components-v1/utils/common/tools.js +0 -3
  1129. package/lib/components-v1/utils/dom/index.js +1 -3
  1130. package/lib/components-v1/utils/placement/autoAdjustPlacement.js +6 -10
  1131. package/lib/components-v1/utils/placement/getContainerVisibleArea.js +1 -1
  1132. package/lib/components-v1/utils/placement/getExpectPlacement.js +0 -3
  1133. package/lib/components-v1/utils/placement/getPlacementInContainer.js +0 -1
  1134. package/lib/components-v1/utils/placement/placement.js +1 -17
  1135. package/lib/hooks/useGlobalState.js +3 -14
  1136. package/lib/hooks/useLocalStorage.js +3 -13
  1137. package/lib/hooks/useTouch.js +32 -57
  1138. package/lib/index.js +0 -129
  1139. package/lib/pages/aha2021/index.js +5 -50
  1140. package/lib/pages/aha2021/new-menu-switcher/index.js +9 -31
  1141. package/lib/pages/aha2021/request-api.js +0 -3
  1142. package/lib/pages/appointment-demo/drop-down-box/index.js +28 -49
  1143. package/lib/pages/appointment-demo/index.js +59 -122
  1144. package/lib/pages/appointment-demo/input/index.js +0 -32
  1145. package/lib/pages/appointment-demo/popup/index.js +30 -51
  1146. package/lib/pages/appointment-demo/popup/placement.js +0 -4
  1147. package/lib/pages/demo-free/index.js +0 -7
  1148. package/lib/pages/dynamic/index.js +0 -13
  1149. package/lib/pages/group-management/components/checkbox/index.js +0 -8
  1150. package/lib/pages/group-management/components/input-form/index.js +0 -32
  1151. package/lib/pages/group-management/components/openData/index.js +4 -62
  1152. package/lib/pages/group-management/components/radio/index.js +0 -5
  1153. package/lib/pages/group-management/components/table/index.js +14 -52
  1154. package/lib/pages/group-management/groupInterface.js +13 -63
  1155. package/lib/pages/group-management/index.js +0 -3
  1156. package/lib/pages/group-management/page-view/empty.js +8 -32
  1157. package/lib/pages/group-management/page-view/group-empty.js +3 -21
  1158. package/lib/pages/group-management/page-view/importGroupStaff/index.js +21 -57
  1159. package/lib/pages/group-management/page-view/index.js +70 -132
  1160. package/lib/pages/group-management/page-view/loading/index.js +0 -10
  1161. package/lib/pages/group-management/table/index.js +5 -21
  1162. package/lib/pages/group-management/tree/add-group-dialog/index.js +11 -43
  1163. package/lib/pages/group-management/tree/delete-group-dialog/index.js +2 -19
  1164. package/lib/pages/group-management/tree/edit-group-dialog/index.js +11 -43
  1165. package/lib/pages/group-management/tree/group-form/index.js +26 -60
  1166. package/lib/pages/group-management/tree/index.js +13 -46
  1167. package/lib/pages/group-management/tree/operation-panel.js +1 -11
  1168. package/lib/pages/group-management/tree/trigger-render.js +3 -29
  1169. package/lib/pages/home/components/data-list/index.js +18 -49
  1170. package/lib/pages/home/components/data-list/nav-selector/index.js +7 -17
  1171. package/lib/pages/home/components/data-list/table/columns/createDate.js +0 -4
  1172. package/lib/pages/home/components/data-list/table/columns/cycleTime.js +0 -5
  1173. package/lib/pages/home/components/data-list/table/columns/index.js +0 -12
  1174. package/lib/pages/home/components/data-list/table/columns/krName.js +0 -6
  1175. package/lib/pages/home/components/data-list/table/columns/link.js +1 -5
  1176. package/lib/pages/home/components/data-list/table/columns/okrName.js +3 -10
  1177. package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +8 -30
  1178. package/lib/pages/home/components/data-list/table/columns/tag.js +1 -7
  1179. package/lib/pages/home/components/data-list/table/columns/updateTime.js +0 -6
  1180. package/lib/pages/home/components/data-list/table/columns/user.js +4 -11
  1181. package/lib/pages/home/components/data-list/table/empty-table.js +4 -9
  1182. package/lib/pages/home/components/data-list/table/index.js +17 -44
  1183. package/lib/pages/home/components/data-list/table/utils-function.js +11 -42
  1184. package/lib/pages/home/components/guide/index.js +4 -27
  1185. package/lib/pages/home/components/guide/stepItem.js +5 -13
  1186. package/lib/pages/home/components/header/index.js +1 -13
  1187. package/lib/pages/home/index.js +1 -12
  1188. package/lib/pages/home-page-data-list/index.js +18 -49
  1189. package/lib/pages/like-ranking/column.js +2 -17
  1190. package/lib/pages/like-ranking/index.js +35 -86
  1191. package/lib/pages/like-ranking/request-api.js +0 -3
  1192. package/lib/pages/new-okr-list/context.js +0 -4
  1193. package/lib/pages/new-okr-list/header/comments.js +10 -25
  1194. package/lib/pages/new-okr-list/header/common.js +0 -12
  1195. package/lib/pages/new-okr-list/header/create-okr.js +3 -29
  1196. package/lib/pages/new-okr-list/header/depart-title.js +4 -16
  1197. package/lib/pages/new-okr-list/header/filter.js +39 -76
  1198. package/lib/pages/new-okr-list/header/index.js +49 -127
  1199. package/lib/pages/new-okr-list/header/okr-import.js +10 -53
  1200. package/lib/pages/new-okr-list/header/operate-record.js +12 -34
  1201. package/lib/pages/new-okr-list/header/relation-title.js +0 -7
  1202. package/lib/pages/new-okr-list/header/user-title.js +1 -6
  1203. package/lib/pages/new-okr-list/index.js +47 -127
  1204. package/lib/pages/new-okr-list/init-cycle-setting.js +3 -19
  1205. package/lib/pages/new-okr-list/keyword-search/index.js +8 -36
  1206. package/lib/pages/new-okr-list/list/index.js +14 -28
  1207. package/lib/pages/new-okr-list/loading.js +1 -7
  1208. package/lib/pages/new-okr-list/request-api.js +0 -47
  1209. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +23 -62
  1210. package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +3 -10
  1211. package/lib/pages/okr-map/export-modules/okr-map/index.js +0 -5
  1212. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +81 -170
  1213. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +12 -33
  1214. package/lib/pages/okr-map/export-modules/share-okr-page/index.js +0 -5
  1215. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +36 -76
  1216. package/lib/pages/okr-map/hooks/useStorage.js +21 -46
  1217. package/lib/pages/okr-map/index.js +0 -4
  1218. package/lib/pages/okr-map/level2-search/depart.js +3 -13
  1219. package/lib/pages/okr-map/level2-search/group.js +3 -21
  1220. package/lib/pages/okr-map/level2-search/index.js +4 -17
  1221. package/lib/pages/okr-map/level2-search/level2-input.js +2 -11
  1222. package/lib/pages/okr-map/level2-search/user.js +3 -15
  1223. package/lib/pages/okr-map/no-okr/index.js +0 -3
  1224. package/lib/pages/okr-map/number-select/index.js +12 -31
  1225. package/lib/pages/okr-map/open-data/index.js +0 -26
  1226. package/lib/pages/okr-map/request-apis.js +2 -20
  1227. package/lib/pages/okr-map/share-dialog/index.js +14 -43
  1228. package/lib/pages/okr-map/unsupport-ie/index.js +6 -30
  1229. package/lib/pages/okr-map/utils.js +3 -19
  1230. package/lib/pages/pay/index.js +6 -16
  1231. package/lib/pages/personal-info/components/base-info/index.js +11 -39
  1232. package/lib/pages/personal-info/components/edit-base-info/index.js +16 -50
  1233. package/lib/pages/personal-info/components/person-photo/index.js +9 -34
  1234. package/lib/pages/personal-info/index.js +0 -9
  1235. package/lib/pages/personal-info/request-api.js +0 -8
  1236. package/lib/utils/array.js +3 -5
  1237. package/lib/utils/auth.js +42 -100
  1238. package/lib/utils/bs-global.js +9 -38
  1239. package/lib/utils/check.js +0 -2
  1240. package/lib/utils/constant.js +0 -7
  1241. package/lib/utils/date-test-change.js +4 -18
  1242. package/lib/utils/editor.js +6 -22
  1243. package/lib/utils/error-level.js +0 -2
  1244. package/lib/utils/format-time.js +30 -57
  1245. package/lib/utils/getLocale.js +0 -3
  1246. package/lib/utils/helpers.js +10 -62
  1247. package/lib/utils/hooks.js +16 -37
  1248. package/lib/utils/i18n-front-translate.js +0 -7
  1249. package/lib/utils/local-storage.js +0 -9
  1250. package/lib/utils/mblog.js +0 -2
  1251. package/lib/utils/open-data.js +25 -124
  1252. package/lib/utils/platform.js +4 -27
  1253. package/lib/utils/request-v1.js +6 -32
  1254. package/lib/utils/request.js +16 -39
  1255. package/lib/utils/roundWeight.js +0 -22
  1256. package/lib/utils/tita-okr-cycle.js +2 -0
  1257. package/lib/utils/tools.js +23 -83
  1258. package/package.json +1 -1
@@ -1,92 +1,60 @@
1
1
  "use strict";
2
2
 
3
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
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports["default"] = void 0;
9
-
10
8
  var _react = _interopRequireWildcard(require("react"));
11
-
12
9
  var _mblog = _interopRequireDefault(require("../../mblog"));
13
-
14
10
  var _requestV = require("../../../utils/request-v1");
15
-
16
11
  var _style = require("./style");
17
-
18
12
  var _context = _interopRequireDefault(require("../../mblog/context"));
19
-
20
13
  require("./index.css");
21
-
22
14
  var _getLocale = require("../../../utils/getLocale");
23
-
24
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
-
26
16
  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); }
27
-
28
17
  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; }
29
-
30
18
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
31
-
32
19
  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); } }
33
-
34
20
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
35
-
36
21
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
37
-
38
22
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
39
-
40
23
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
41
-
42
24
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
43
-
44
25
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
45
-
46
26
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
47
-
48
27
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
49
-
50
28
  var EReportShare = /*#__PURE__*/function (_PureComponent) {
51
29
  _inherits(EReportShare, _PureComponent);
52
-
53
30
  var _super = _createSuper(EReportShare);
54
-
55
31
  function EReportShare(props) {
56
32
  var _BSGlobal$loginUserIn, _BSGlobal$loginUserIn2, _BSGlobal$loginUserIn3;
57
-
58
33
  var _this;
59
-
60
34
  _classCallCheck(this, EReportShare);
61
-
62
35
  _this = _super.call(this, props);
63
36
  _this.isManager = ((_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.IsRoot) || ((_BSGlobal$loginUserIn2 = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn2 === void 0 ? void 0 : _BSGlobal$loginUserIn2.IsBoss) || ((_BSGlobal$loginUserIn3 = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn3 === void 0 ? void 0 : _BSGlobal$loginUserIn3.IsOkrManager);
64
-
65
37
  _this.handlerContentSubmit = function (submitType, sentData) {
66
38
  var _this$props = _this.props,
67
- onSubmit = _this$props.onSubmit,
68
- workId = _this$props.workId;
39
+ onSubmit = _this$props.onSubmit,
40
+ workId = _this$props.workId;
69
41
  sentData.ObjType = 62;
70
42
  sentData.ObjId = workId;
71
-
72
43
  if (submitType === 'submit') {
73
44
  _this.setState({
74
45
  submitStatus: 2
75
46
  });
76
-
77
47
  var url = (0, _requestV.getApiUrl2)('user/feed/AddShare');
78
48
  (0, _requestV.taker)(url, 'POST', sentData).then(function (res) {
79
49
  if (res.Code == 1) {
80
50
  _this.setState({
81
51
  submitStatus: 1
82
52
  });
83
-
84
53
  onSubmit('success');
85
54
  } else {
86
55
  _this.setState({
87
56
  submitStatus: 0
88
57
  });
89
-
90
58
  onSubmit('failed');
91
59
  }
92
60
  });
@@ -94,36 +62,33 @@ var EReportShare = /*#__PURE__*/function (_PureComponent) {
94
62
  _this.setState({
95
63
  submitStatus: 0
96
64
  });
97
-
98
65
  onSubmit('cancel');
99
66
  }
100
67
  };
101
-
102
68
  _this.state = {
103
69
  submitStatus: 0,
104
70
  popContainer: document.body
105
71
  };
106
72
  return _this;
107
- } // @ts-ignore
108
-
73
+ }
109
74
 
75
+ // @ts-ignore
110
76
  _createClass(EReportShare, [{
111
77
  key: "render",
112
78
  value: function render() {
113
79
  var _this2 = this;
114
-
115
80
  var _this$props2 = this.props,
116
- eReportId = _this$props2.eReportId,
117
- eReportDate = _this$props2.eReportDate,
118
- workName = _this$props2.workName,
119
- workId = _this$props2.workId,
120
- className = _this$props2.className,
121
- isVisible = _this$props2.isVisible,
122
- onSubmit = _this$props2.onSubmit;
81
+ eReportId = _this$props2.eReportId,
82
+ eReportDate = _this$props2.eReportDate,
83
+ workName = _this$props2.workName,
84
+ workId = _this$props2.workId,
85
+ className = _this$props2.className,
86
+ isVisible = _this$props2.isVisible,
87
+ onSubmit = _this$props2.onSubmit;
123
88
  var _this$state = this.state,
124
- submitStatus = _this$state.submitStatus,
125
- popContainer = _this$state.popContainer; // let eReportURL = `${location.origin}${location.pathname}#okr/eReport?okrId=${eReportId}&back=#okr%2Fmanage%3Fwork_id%3D${workId}%26detail_type%3Detask`
126
-
89
+ submitStatus = _this$state.submitStatus,
90
+ popContainer = _this$state.popContainer;
91
+ // let eReportURL = `${location.origin}${location.pathname}#okr/eReport?okrId=${eReportId}&back=#okr%2Fmanage%3Fwork_id%3D${workId}%26detail_type%3Detask`
127
92
  var eReportURL = "".concat(location.origin).concat(location.pathname, "#okr/eReport?okrId=").concat(eReportId, "&work_id=").concat(workId);
128
93
  var defaultContent = this.isManager ? "@[\u6240\u6709\u540C\u4E8B:all_members] ".concat((0, _getLocale.getLocale)('Mod_Objective'), "\uFF1A").concat(workName, "\uFF08").concat(eReportDate, "\uFF09E\u5468\u62A5").concat(eReportURL, "\uFF0C\u70B9\u51FB\u94FE\u63A5\u5373\u53EF\u67E5\u770B\uFF5E") : "".concat((0, _getLocale.getLocale)('Mod_Objective'), "\uFF1A").concat(workName, "\uFF08").concat(eReportDate, "\uFF09E\u5468\u62A5").concat(eReportURL, "\uFF0C\u70B9\u51FB\u94FE\u63A5\u5373\u53EF\u67E5\u770B\uFF5E");
129
94
  return /*#__PURE__*/_react["default"].createElement(_style.ModalWrapper, {
@@ -168,8 +133,6 @@ var EReportShare = /*#__PURE__*/function (_PureComponent) {
168
133
  }))));
169
134
  }
170
135
  }]);
171
-
172
136
  return EReportShare;
173
137
  }(_react.PureComponent);
174
-
175
138
  exports["default"] = EReportShare;
@@ -4,29 +4,17 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.PraiseRecordClose = exports.ModalWrapper = exports.ModalHead = exports.ModalContainer = void 0;
7
-
8
7
  var _styledComponents = _interopRequireDefault(require("styled-components"));
9
-
10
8
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
11
-
12
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
-
14
10
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
15
-
16
11
  var ModalWrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 1500;\n display: flex;\n justify-content: center;\n align-items: center;\n background: rgba(0, 0, 0, 0.3);\n\n &.report__list__wrapper {\n align-items: flex-start;\n }\n"])));
17
-
18
12
  exports.ModalWrapper = ModalWrapper;
19
-
20
13
  var ModalContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: ", ";\n height: 223px;\n padding: 20px 30px 10px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n border-radius: 12px;\n background: #FFFFFF;\n"])), function (p) {
21
14
  return p.width;
22
15
  });
23
-
24
16
  exports.ModalContainer = ModalContainer;
25
-
26
17
  var ModalHead = _styledComponents["default"].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-bottom: 15px;\n font-size: 16px;\n line-height: 22px;\n color: #33383D;\n position: relative;\n\n &.tu-icon-thirty-nine::before {\n margin-right: 6px;\n color: #2879ff;\n }\n"])));
27
-
28
18
  exports.ModalHead = ModalHead;
29
-
30
19
  var PraiseRecordClose = _styledComponents["default"].span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n color: #565E66;\n cursor: pointer;\n position: absolute;\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n\n &:hover {\n color: #EB4447;\n }\n"])));
31
-
32
20
  exports.PraiseRecordClose = PraiseRecordClose;
@@ -1,59 +1,38 @@
1
1
  "use strict";
2
2
 
3
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
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports["default"] = void 0;
9
-
10
8
  var _react = _interopRequireWildcard(require("react"));
11
-
12
9
  var _getLocale = require("../../../../utils/getLocale");
13
-
14
10
  var _style = require("./style");
15
-
16
11
  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); }
17
-
18
12
  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; }
19
-
20
13
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
21
-
22
14
  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); } }
23
-
24
15
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
25
-
26
16
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
-
28
17
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
-
30
18
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
-
32
19
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
33
-
34
20
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
-
36
21
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
-
38
22
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
23
  var Toast = /*#__PURE__*/function (_PureComponent) {
41
24
  _inherits(Toast, _PureComponent);
42
-
43
25
  var _super = _createSuper(Toast);
44
-
45
26
  function Toast() {
46
27
  _classCallCheck(this, Toast);
47
-
48
28
  return _super.apply(this, arguments);
49
29
  }
50
-
51
30
  _createClass(Toast, [{
52
31
  key: "render",
53
32
  value: function render() {
54
33
  var _this$props = this.props,
55
- submitStatus = _this$props.submitStatus,
56
- className = _this$props.className;
34
+ submitStatus = _this$props.submitStatus,
35
+ className = _this$props.className;
57
36
  return /*#__PURE__*/_react["default"].createElement(_style.ToastWrapper, null, /*#__PURE__*/_react["default"].createElement(_style.ToastContainer, {
58
37
  className: className
59
38
  }, submitStatus === "success" ? /*#__PURE__*/_react["default"].createElement(_style.SpanSuccess, {
@@ -63,8 +42,6 @@ var Toast = /*#__PURE__*/function (_PureComponent) {
63
42
  }), submitStatus === "success" ? (0, _getLocale.getLocale)("OKR_MyO_Popup_Sharedsuccee") : (0, _getLocale.getLocale)("OKR_MyO_Failedtoshare")));
64
43
  }
65
44
  }]);
66
-
67
45
  return Toast;
68
46
  }(_react.PureComponent);
69
-
70
47
  exports["default"] = Toast;
@@ -4,27 +4,15 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ToastWrapper = exports.ToastContainer = exports.SpanSuccess = exports.SpanError = void 0;
7
-
8
7
  var _styledComponents = _interopRequireDefault(require("styled-components"));
9
-
10
8
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
11
-
12
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
-
14
10
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
15
-
16
11
  var ToastWrapper = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 9999;\n display: flex;\n justify-content: center;\n align-items: center;\n background: transparent;\n transition: all .3s ease-in-out;\n"])));
17
-
18
12
  exports.ToastWrapper = ToastWrapper;
19
-
20
13
  var ToastContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n min-width: 148px;\n min-height: 41px;\n font-size: 18px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n border-radius: 36.5px;\n transition: all .3s ease-in;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #33383D;\n background: #FFFFFF;\n position: relative;\n top: -110px;\n"])));
21
-
22
14
  exports.ToastContainer = ToastContainer;
23
-
24
15
  var SpanSuccess = _styledComponents["default"].span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-right: 10px;\n color: #0CC991;\n"])));
25
-
26
16
  exports.SpanSuccess = SpanSuccess;
27
-
28
17
  var SpanError = _styledComponents["default"].span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n margin-right: 10px;\n color: #EB4447;\n"])));
29
-
30
18
  exports.SpanError = SpanError;
@@ -1,100 +1,63 @@
1
1
  "use strict";
2
2
 
3
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
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports["default"] = void 0;
9
-
10
8
  var _react = _interopRequireWildcard(require("react"));
11
-
12
9
  var _tooltip = _interopRequireDefault(require("../tooltip"));
13
-
14
10
  var _requestV = require("../../utils/request-v1");
15
-
16
11
  var _toast = _interopRequireDefault(require("../toast"));
17
-
18
12
  var _FormItemV = _interopRequireDefault(require("./FormItemV2"));
19
-
20
13
  var _Input = _interopRequireDefault(require("../../components-v1/input/Input"));
21
-
22
14
  var _dialog = _interopRequireDefault(require("../dialog"));
23
-
24
15
  var _style = require("./style");
25
-
26
16
  var _utils = require("./utils");
27
-
28
17
  var _getLocale = require("../../utils/getLocale");
29
-
30
18
  var _openData = require("../../utils/open-data");
31
-
32
19
  require("./style/style.css");
33
-
34
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
35
-
36
21
  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); }
37
-
38
22
  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; }
39
-
40
23
  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; }
41
-
42
24
  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; }
43
-
44
25
  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; }
45
-
46
26
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
47
-
48
27
  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); } }
49
-
50
28
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
51
-
52
29
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
53
-
54
30
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
55
-
56
31
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
57
-
58
32
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
59
-
60
33
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
61
-
62
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
63
-
64
35
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
65
-
66
36
  function totalWeightCalculator(milepostData) {
67
37
  return milepostData.reduce(function (acc, curr) {
68
38
  return acc + Number(curr.krWeight);
69
39
  }, 0);
70
40
  }
71
-
72
41
  // NOTE 数据验证 数据收集 全都放在这一层
73
42
  var EditKrWightModal = /*#__PURE__*/function (_Component) {
74
43
  _inherits(EditKrWightModal, _Component);
75
-
76
44
  var _super = _createSuper(EditKrWightModal);
77
-
78
45
  // work/headInfo?workId=54798
79
46
  function EditKrWightModal(props) {
80
47
  var _this;
81
-
82
48
  _classCallCheck(this, EditKrWightModal);
83
-
84
49
  _this = _super.call(this, props);
85
-
86
50
  _this.reduceData = function (milepostData) {
87
51
  // 降低数据量
88
52
  if (milepostData == null || milepostData.length == 0) {
89
53
  return [];
90
54
  }
91
-
92
55
  return (0, _utils.ReCalibratePrecision)(milepostData).map(function (_ref) {
93
56
  var feedId = _ref.feedId,
94
- mileStoneId = _ref.mileStoneId,
95
- user = _ref.user,
96
- mileStoneName = _ref.mileStoneName,
97
- krWeight = _ref.krWeight;
57
+ mileStoneId = _ref.mileStoneId,
58
+ user = _ref.user,
59
+ mileStoneName = _ref.mileStoneName,
60
+ krWeight = _ref.krWeight;
98
61
  return {
99
62
  feedId: feedId,
100
63
  mileStoneId: mileStoneId,
@@ -105,58 +68,47 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
105
68
  };
106
69
  });
107
70
  };
108
-
109
71
  _this.onModalClose = function () {
110
72
  _this.props.onClose && _this.props.onClose();
111
73
  };
112
-
113
74
  _this.handleOk = function () {
114
75
  if (!_this.state.isValid) {
115
76
  _toast["default"].Warning('关键成果总权重须等于100%');
116
-
117
77
  return;
118
78
  }
119
-
120
79
  var _this$props$autoReque = _this.props.autoRequest,
121
- autoRequest = _this$props$autoReque === void 0 ? true : _this$props$autoReque;
122
-
80
+ autoRequest = _this$props$autoReque === void 0 ? true : _this$props$autoReque;
123
81
  if (autoRequest) {
124
82
  var url = "kr/updateKrWeight?okrId=".concat(_this.props.workId);
125
-
126
83
  var data = _this.state.milepostData.map(function (_ref2) {
127
84
  var mileStoneId = _ref2.mileStoneId,
128
- krWeight = _ref2.krWeight;
85
+ krWeight = _ref2.krWeight;
129
86
  return {
130
87
  id: mileStoneId,
131
88
  krWeight: krWeight
132
89
  };
133
90
  });
134
-
135
91
  (0, _requestV.taker)((0, _requestV.getApiUrl)(url), 'post', data).then(function (res) {
136
- _this.props.onOk && _this.props.onOk(); // @ts-ignore
137
-
92
+ _this.props.onOk && _this.props.onOk();
93
+ // @ts-ignore
138
94
  window.Talent.app.vent.trigger('updateProgress:Project-Progress-View', {});
139
95
  });
140
96
  _this.props.onOk && _this.props.onOk(data);
141
97
  }
142
98
  };
143
-
144
99
  _this.handleCancel = function () {
145
100
  // 别对外双绑数据
146
101
  _this.props.onCancel && _this.props.onCancel();
147
102
  };
148
-
149
- _this.viewInitRecalibrateWeight = function () {// 如果只是点开弹层不做修改 33.3 * 3 是被允许的
103
+ _this.viewInitRecalibrateWeight = function () {
104
+ // 如果只是点开弹层不做修改 33.3 * 3 是被允许的
150
105
  };
151
-
152
106
  _this.handleWeightChange = function (event, feedId) {
153
107
  var krWeight = event.target.value;
154
108
  var milepostData = _this.state.milepostData;
155
-
156
109
  _this.setState({
157
110
  isValid: true
158
111
  });
159
-
160
112
  var _milepostData = milepostData.map(function (data) {
161
113
  if (data.feedId == feedId) {
162
114
  if ((0, _utils.KrWeightValidator)(krWeight)) {
@@ -165,29 +117,24 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
165
117
  isDirty: false
166
118
  });
167
119
  }
168
-
169
120
  return _objectSpread(_objectSpread({}, data), {}, {
170
121
  krWeight: krWeight,
171
122
  isDirty: true
172
123
  });
173
124
  }
174
-
175
125
  return data;
176
126
  });
177
-
178
127
  _this.setState({
179
128
  milepostData: _milepostData
180
129
  }, _this.totalValidator);
181
130
  };
182
-
183
131
  _this.blurReCalibratePrecision = function () {
184
- var milepostData = _this.state.milepostData; // 首先是找 finedIndex 找到验证通过并且不为整数的权重
185
-
132
+ var milepostData = _this.state.milepostData;
133
+ // 首先是找 finedIndex 找到验证通过并且不为整数的权重
186
134
  var index = milepostData.findIndex(function (_ref3) {
187
135
  var krWeight = _ref3.krWeight;
188
136
  return (0, _utils.KrWeightValidator)(krWeight) && !Number.isInteger(Number(krWeight));
189
137
  });
190
-
191
138
  if (index !== -1) {
192
139
  _this.setState({
193
140
  milepostData: milepostData.map(function (data) {
@@ -198,26 +145,20 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
198
145
  });
199
146
  }
200
147
  };
201
-
202
148
  _this.krWeights = function () {
203
149
  // 加一个真假值数组
204
150
  var _isValidArray = _this.state.milepostData.map(function (_ref4) {
205
151
  var krWeight = _ref4.krWeight;
206
152
  return (0, _utils.KrWeightValidator)(krWeight);
207
153
  });
208
-
209
154
  var _isValid = _isValidArray.find(function (e) {
210
155
  return e !== true;
211
156
  });
212
-
213
157
  return _isValid == undefined;
214
158
  };
215
-
216
159
  _this.totalValidator = function () {
217
160
  var milepostData = _this.state.milepostData;
218
-
219
161
  var _totalWeight = totalWeightCalculator(milepostData);
220
-
221
162
  if (_totalWeight > 99.9 && _totalWeight < 100.1 && _this.krWeights()) {
222
163
  if (milepostData.length > 1) {
223
164
  _this.setState({
@@ -235,7 +176,6 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
235
176
  });
236
177
  }
237
178
  };
238
-
239
179
  _this.state = {
240
180
  milepostData: [],
241
181
  isValid: false,
@@ -244,7 +184,6 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
244
184
  };
245
185
  return _this;
246
186
  }
247
-
248
187
  _createClass(EditKrWightModal, [{
249
188
  key: "getData",
250
189
  value: function getData() {
@@ -261,7 +200,6 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
261
200
  key: "componentWillMount",
262
201
  value: function componentWillMount() {
263
202
  var _this2 = this;
264
-
265
203
  if (!this.props.isShowModal) return;
266
204
  this.isWorkDone().then(function (_ref5) {
267
205
  var Data = _ref5.Data;
@@ -281,7 +219,6 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
281
219
  key: "componentWillReceiveProps",
282
220
  value: function componentWillReceiveProps(nextProps) {
283
221
  var _this3 = this;
284
-
285
222
  if (nextProps.isShowModal !== this.props.isShowModal && nextProps.isShowModal) {
286
223
  this.getData().then(function (_ref7) {
287
224
  var Data = _ref7.Data;
@@ -296,12 +233,11 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
296
233
  key: "render",
297
234
  value: function render() {
298
235
  var _this4 = this;
299
-
300
236
  var isShowModal = this.props.isShowModal;
301
237
  var _this$state = this.state,
302
- milepostData = _this$state.milepostData,
303
- isValid = _this$state.isValid,
304
- isDone = _this$state.isDone;
238
+ milepostData = _this$state.milepostData,
239
+ isValid = _this$state.isValid,
240
+ isDone = _this$state.isDone;
305
241
  return /*#__PURE__*/_react["default"].createElement(_dialog["default"], {
306
242
  title: (0, _getLocale.getLocale)('OKR_MyO_Text_krweightsetting'),
307
243
  noFooterLine: true,
@@ -315,11 +251,11 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
315
251
  zIndex: 2000
316
252
  }, /*#__PURE__*/_react["default"].createElement(_style.EditWightContent, null, milepostData && milepostData.map(function (data, index) {
317
253
  var feedId = data.feedId,
318
- mileStoneId = data.mileStoneId,
319
- user = data.user,
320
- mileStoneName = data.mileStoneName,
321
- krWeight = data.krWeight; // 这里是异步的数据 为毛渲染不出来?
322
-
254
+ mileStoneId = data.mileStoneId,
255
+ user = data.user,
256
+ mileStoneName = data.mileStoneName,
257
+ krWeight = data.krWeight;
258
+ // 这里是异步的数据 为毛渲染不出来?
323
259
  if (feedId) {
324
260
  // 为啥就得这样写呢
325
261
  return /*#__PURE__*/_react["default"].createElement(_style.KrListItem, {
@@ -358,8 +294,6 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
358
294
  })));
359
295
  }
360
296
  }]);
361
-
362
297
  return EditKrWightModal;
363
298
  }(_react.Component);
364
-
365
299
  exports["default"] = EditKrWightModal;