@titaui/pc 1.16.93 → 1.16.95

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1259) 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 +7 -18
  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 +2 -13
  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 +23 -91
  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 +11 -26
  23. package/lib/components/button/icon-btn/index.js +8 -25
  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 +22 -49
  28. package/lib/components/cascader/time.js +3 -12
  29. package/lib/components/change-okr-modal/Filter.js +25 -94
  30. package/lib/components/change-okr-modal/Item.js +23 -82
  31. package/lib/components/change-okr-modal/constant.js +0 -25
  32. package/lib/components/change-okr-modal/filterTab.js +7 -35
  33. package/lib/components/change-okr-modal/index.js +63 -167
  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 +17 -52
  41. package/lib/components/common-share/request-apis.js +0 -13
  42. package/lib/components/communication/CommunicationAttachments.js +10 -49
  43. package/lib/components/communication/CommunicationRecord.js +9 -29
  44. package/lib/components/communication/ConvertUserName.js +7 -34
  45. package/lib/components/communication/index.js +73 -154
  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 +29 -66
  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 +27 -65
  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 +165 -317
  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 +26 -75
  74. package/lib/components/create-okr-modal/request-api.js +14 -52
  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 +10 -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 +7 -41
  81. package/lib/components/date-picker/CalendarBody.js +9 -50
  82. package/lib/components/date-picker/CalendarHeader.js +5 -44
  83. package/lib/components/date-picker/index.js +4 -42
  84. package/lib/components/date-range-picker/index.js +12 -60
  85. package/lib/components/delete-confirm-pop/ConfirmPop.js +18 -49
  86. package/lib/components/delete-confirm-pop/style.js +0 -14
  87. package/lib/components/dialog/index.js +26 -53
  88. package/lib/components/dialog-confirm/index.js +10 -39
  89. package/lib/components/dialog-qq-docs/index.js +55 -138
  90. package/lib/components/dialog-qq-docs/request-apis.js +0 -3
  91. package/lib/components/dialog-qq-docs/utils.js +4 -22
  92. package/lib/components/dialog-select/index.js +3 -16
  93. package/lib/components/dialog-upload/index.js +12 -64
  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 +3 -13
  98. package/lib/components/dialog-upload-type/index.js +3 -22
  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 +23 -42
  102. package/lib/components/drawer/index.js +32 -67
  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 +17 -62
  108. package/lib/components/drawer-manager/index.js +5 -47
  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 +41 -84
  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 +30 -69
  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 +62 -136
  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 +1 -13
  162. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +12 -48
  163. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +5 -27
  164. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +3 -27
  165. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +6 -28
  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 +18 -49
  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 +4 -27
  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 +6 -33
  175. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +11 -47
  176. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +0 -2
  177. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +10 -38
  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 +28 -93
  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 +4 -25
  184. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +4 -26
  185. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +12 -50
  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 +8 -34
  189. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +16 -64
  190. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +4 -38
  191. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +10 -44
  192. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +10 -46
  193. package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +0 -7
  194. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +10 -42
  195. package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +0 -3
  196. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +11 -47
  197. package/lib/components/dynamic/dynamic-item/index.js +38 -152
  198. package/lib/components/dynamic/dynamic-list/index.js +12 -30
  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 +2 -33
  205. package/lib/components/eReport/eReportLists/reportList.js +16 -54
  206. package/lib/components/eReport/eReportLists/style.js +0 -36
  207. package/lib/components/eReport/eReportShare/index.js +16 -53
  208. package/lib/components/eReport/eReportShare/style.js +0 -12
  209. package/lib/components/eReport/eReportShare/toast/index.js +4 -27
  210. package/lib/components/eReport/eReportShare/toast/style.js +0 -12
  211. package/lib/components/edit-kr-wight/EditKrWightModal.js +22 -88
  212. package/lib/components/edit-kr-wight/FormItemV2.js +7 -37
  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 +8 -43
  217. package/lib/components/emotions-selector/selector-pop.js +8 -37
  218. package/lib/components/emotions-selector/style.js +0 -24
  219. package/lib/components/ereport-list/index.js +16 -55
  220. package/lib/components/ereport-list/style.js +0 -36
  221. package/lib/components/error-boundary/index.js +4 -32
  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 +4 -21
  229. package/lib/components/filter-buttons/group.js +0 -10
  230. package/lib/components/filter-buttons/index.js +20 -36
  231. package/lib/components/filter-buttons/modular.js +6 -32
  232. package/lib/components/filter-buttons/name.js +10 -35
  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 +4 -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 +9 -30
  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 +14 -39
  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 +38 -85
  249. package/lib/components/form/form-fields/input-verification-code/index.js +44 -92
  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 +36 -84
  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 +15 -41
  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 +46 -79
  286. package/lib/components/guide-tip/index.js +23 -51
  287. package/lib/components/help-card/index.js +23 -87
  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 +42 -94
  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 +41 -91
  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 +1 -15
  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 +32 -69
  328. package/lib/components/mblog/common/index.js +19 -31
  329. package/lib/components/mblog/components/ConfirmPop.js +2 -33
  330. package/lib/components/mblog/components/MblogAction.js +31 -70
  331. package/lib/components/mblog/components/MblogContent.js +34 -71
  332. package/lib/components/mblog/context.js +0 -4
  333. package/lib/components/mblog/index.js +98 -170
  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 +8 -23
  341. package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +5 -25
  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 +1 -50
  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.css +21 -1
  365. package/lib/components/menus/components/search-colleague/index.js +41 -87
  366. package/lib/components/menus/context.js +0 -8
  367. package/lib/components/menus/export-modules/appraisal-menus/index.js +25 -65
  368. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +24 -32
  369. package/lib/components/menus/export-modules/appraisal-menus/menus.js +12 -34
  370. package/lib/components/menus/export-modules/demo-menus/index.js +20 -52
  371. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +10 -21
  372. package/lib/components/menus/export-modules/demo-menus/menus.js +0 -15
  373. package/lib/components/menus/export-modules/interview-menus/constant.js +5 -12
  374. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +0 -14
  375. package/lib/components/menus/export-modules/interview-menus/index.js +11 -48
  376. package/lib/components/menus/export-modules/interview-menus/menus.js +5 -26
  377. package/lib/components/menus/export-modules/manage-menus/constant.js +0 -2
  378. package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +0 -15
  379. package/lib/components/menus/export-modules/manage-menus/index.js +3 -37
  380. package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +0 -8
  381. package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +28 -67
  382. package/lib/components/menus/export-modules/okr-menus/index.js +12 -44
  383. package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +0 -10
  384. package/lib/components/menus/export-modules/okr-menus/menus.js +5 -46
  385. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +44 -84
  386. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +0 -3
  387. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +26 -67
  388. package/lib/components/menus/export-modules/research-menu/index.js +12 -40
  389. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +0 -10
  390. package/lib/components/menus/export-modules/research-menu/menus.js +0 -13
  391. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +27 -59
  392. package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +16 -41
  393. package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +0 -10
  394. package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +1 -14
  395. package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +33 -65
  396. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -8
  397. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +27 -76
  398. package/lib/components/menus/export-modules/summary-menus/index.js +12 -47
  399. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -10
  400. package/lib/components/menus/export-modules/summary-menus/menus.js +8 -54
  401. package/lib/components/menus/export-modules/summary-menus/request-api.js +0 -6
  402. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +0 -3
  403. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +26 -70
  404. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +64 -114
  405. package/lib/components/menus/export-modules/survey-menu/index.js +12 -40
  406. package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +0 -10
  407. package/lib/components/menus/export-modules/survey-menu/menus.js +0 -13
  408. package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +27 -62
  409. package/lib/components/menus/i18n.js +0 -6
  410. package/lib/components/menus/index.js +1 -31
  411. package/lib/components/menus/request-apis.js +13 -57
  412. package/lib/components/menus/utils.js +0 -5
  413. package/lib/components/mirroring/index.js +4 -13
  414. package/lib/components/nav/index.js +2 -8
  415. package/lib/components/nav-top/components/app-center/index.js +38 -121
  416. package/lib/components/nav-top/components/app-center/interface.js +0 -2
  417. package/lib/components/nav-top/components/menu/index.js +9 -50
  418. package/lib/components/nav-top/components/user-message/components/empty/index.js +0 -10
  419. package/lib/components/nav-top/components/user-message/components/inform/index.js +20 -58
  420. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +11 -71
  421. package/lib/components/nav-top/components/user-message/components/red-pack/index.js +4 -28
  422. package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +0 -3
  423. package/lib/components/nav-top/components/user-message/components/remind/index.js +7 -37
  424. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +9 -32
  425. package/lib/components/nav-top/components/user-message/components/reply/index.js +18 -57
  426. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +3 -24
  427. package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -10
  428. package/lib/components/nav-top/components/user-message/components/todos/index.js +18 -56
  429. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -17
  430. package/lib/components/nav-top/components/user-message/constant.js +0 -4
  431. package/lib/components/nav-top/components/user-message/hrMessage.js +34 -69
  432. package/lib/components/nav-top/components/user-message/index.js +30 -77
  433. package/lib/components/nav-top/components/user-message/msg/index.js +8 -38
  434. package/lib/components/nav-top/components/user-message/utils.js +0 -4
  435. package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -29
  436. package/lib/components/nav-top/components/user-own-menu/index.js +3 -16
  437. package/lib/components/nav-top/components/user-own-menu/utils.js +0 -12
  438. package/lib/components/nav-top/components/version/index.js +3 -27
  439. package/lib/components/nav-top/constant.js +0 -7
  440. package/lib/components/nav-top/index.js +47 -139
  441. package/lib/components/nav-top/request.apis.js +2 -34
  442. package/lib/components/nav-top/useGlobalValue.js +0 -3
  443. package/lib/components/nav-top/utils.js +15 -11
  444. package/lib/components/new-confidence/constant.js +0 -16
  445. package/lib/components/new-confidence/index.js +10 -36
  446. package/lib/components/okr-detail/auth.js +27 -57
  447. package/lib/components/okr-detail/base-info/base-info.js +51 -119
  448. package/lib/components/okr-detail/base-info/index.js +0 -3
  449. package/lib/components/okr-detail/base-info/o-desc/index.js +24 -54
  450. package/lib/components/okr-detail/base-info/other-infos/classify/index.js +3 -17
  451. package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +3 -17
  452. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +11 -35
  453. package/lib/components/okr-detail/base-info/other-infos/index.js +0 -3
  454. package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +12 -36
  455. package/lib/components/okr-detail/base-info/other-infos/other-infos.js +13 -34
  456. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +22 -55
  457. package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +11 -47
  458. package/lib/components/okr-detail/base-info/person/index.js +9 -23
  459. package/lib/components/okr-detail/base-info/util.js +1 -12
  460. package/lib/components/okr-detail/base-info/utils/setting.js +2 -3
  461. package/lib/components/okr-detail/components/ao-nice/index.js +21 -63
  462. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +7 -37
  463. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +8 -47
  464. package/lib/components/okr-detail/components/base-okr-type/index.js +9 -25
  465. package/lib/components/okr-detail/components/base-okr-type/object-type.js +26 -75
  466. package/lib/components/okr-detail/components/block-line/index.js +0 -4
  467. package/lib/components/okr-detail/components/editable-input/index.js +19 -48
  468. package/lib/components/okr-detail/components/header/edit-name.js +17 -64
  469. package/lib/components/okr-detail/components/header/index.js +20 -63
  470. package/lib/components/okr-detail/components/header/o-avatar.js +12 -46
  471. package/lib/components/okr-detail/components/header/o-classify.js +9 -42
  472. package/lib/components/okr-detail/components/header/o-cycle.js +6 -21
  473. package/lib/components/okr-detail/components/header/o-name.js +7 -18
  474. package/lib/components/okr-detail/components/header/o-score.js +13 -54
  475. package/lib/components/okr-detail/components/icon-text/index.js +17 -44
  476. package/lib/components/okr-detail/components/o-classify.js +13 -48
  477. package/lib/components/okr-detail/components/o-progress-update/index.js +10 -44
  478. package/lib/components/okr-detail/components/okr-tree/index.js +4 -17
  479. package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +0 -6
  480. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +19 -65
  481. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +0 -2
  482. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +0 -8
  483. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +6 -26
  484. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +22 -60
  485. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +5 -26
  486. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +41 -109
  487. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +51 -122
  488. package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +0 -5
  489. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -26
  490. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -4
  491. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +71 -163
  492. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +23 -77
  493. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +4 -13
  494. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +27 -87
  495. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +1 -26
  496. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +8 -32
  497. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +28 -78
  498. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +20 -79
  499. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +36 -80
  500. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -29
  501. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +25 -75
  502. package/lib/components/okr-detail/components/okr-type.js +15 -35
  503. package/lib/components/okr-detail/components/padding-layout.js +2 -5
  504. package/lib/components/okr-detail/components/score/index.js +5 -17
  505. package/lib/components/okr-detail/components/tab-panel-content/index.js +1 -7
  506. package/lib/components/okr-detail/context.js +0 -10
  507. package/lib/components/okr-detail/cooperation/index.js +3 -9
  508. package/lib/components/okr-detail/detail-footer/index.js +18 -55
  509. package/lib/components/okr-detail/detail-header/actions.js +20 -46
  510. package/lib/components/okr-detail/detail-header/confirm.js +7 -26
  511. package/lib/components/okr-detail/detail-header/constant.js +0 -10
  512. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +9 -39
  513. package/lib/components/okr-detail/detail-header/enums.js +0 -3
  514. package/lib/components/okr-detail/detail-header/index.js +28 -109
  515. package/lib/components/okr-detail/e-list/constant.js +0 -1
  516. package/lib/components/okr-detail/e-list/index.js +60 -97
  517. package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +16 -48
  518. package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +1 -25
  519. package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +1 -11
  520. package/lib/components/okr-detail/e-list/search-form/index.js +12 -44
  521. package/lib/components/okr-detail/e-list/util.js +12 -39
  522. package/lib/components/okr-detail/error-page/index.js +0 -8
  523. package/lib/components/okr-detail/helper.js +4 -23
  524. package/lib/components/okr-detail/index.js +46 -125
  525. package/lib/components/okr-detail/loading/index.js +1 -7
  526. package/lib/components/okr-detail/okr-list/add-parent-okr.js +1 -11
  527. package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +1 -10
  528. package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +3 -11
  529. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +44 -89
  530. package/lib/components/okr-detail/okr-list/create-kr-item/style.js +0 -54
  531. package/lib/components/okr-detail/okr-list/drag-order-kr.js +0 -15
  532. package/lib/components/okr-detail/okr-list/empty/index.js +3 -10
  533. package/lib/components/okr-detail/okr-list/index.js +68 -155
  534. package/lib/components/okr-detail/okr-list/warp-parent-okr.js +0 -3
  535. package/lib/components/okr-detail/request-apis.js +38 -154
  536. package/lib/components/okr-detail/schedule/components/detail-title/index.js +3 -8
  537. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +0 -13
  538. package/lib/components/okr-detail/schedule/components/o-progress/index.js +46 -102
  539. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +0 -11
  540. package/lib/components/okr-detail/schedule/components/title/index.js +1 -6
  541. package/lib/components/okr-detail/schedule/index.js +0 -3
  542. package/lib/components/okr-detail/schedule/schedule.js +12 -41
  543. package/lib/components/okr-detail/schedule/util.js +0 -8
  544. package/lib/components/okr-excel/hooks.js +30 -70
  545. package/lib/components/okr-excel/index.js +10 -32
  546. package/lib/components/okr-excel/renders.js +12 -72
  547. package/lib/components/okr-excel/setting.js +0 -7
  548. package/lib/components/okr-excel-create/components/kr-confidence/index.js +3 -22
  549. package/lib/components/okr-excel-create/components/kr-weight/index.js +13 -39
  550. package/lib/components/okr-excel-create/components/okr-align/index.js +15 -45
  551. package/lib/components/okr-excel-create/components/okr-classify/index.js +7 -33
  552. package/lib/components/okr-excel-create/components/okr-cycle/index.js +7 -28
  553. package/lib/components/okr-excel-create/components/okr-name/index.js +8 -38
  554. package/lib/components/okr-excel-create/components/okr-principal/index.js +10 -34
  555. package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +7 -16
  556. package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +7 -16
  557. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +46 -96
  558. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/request-api.js +0 -5
  559. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/util.js +2 -21
  560. package/lib/components/okr-excel-create/components/okr-progress/index.js +15 -31
  561. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +7 -37
  562. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +8 -47
  563. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.js +9 -22
  564. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +26 -75
  565. package/lib/components/okr-excel-create/components/okr-type/index.js +28 -56
  566. package/lib/components/okr-excel-create/components/okr-visibility/index.js +12 -57
  567. package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +6 -25
  568. package/lib/components/okr-excel-create/components-new/kr-weight/index.js +28 -71
  569. package/lib/components/okr-excel-create/components-new/okr-align/index.js +10 -42
  570. package/lib/components/okr-excel-create/components-new/okr-classify/index.js +9 -37
  571. package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +11 -33
  572. package/lib/components/okr-excel-create/components-new/okr-name/index.js +13 -59
  573. package/lib/components/okr-excel-create/components-new/okr-principal/index.js +13 -37
  574. package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +7 -16
  575. package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +7 -16
  576. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +46 -96
  577. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/request-api.js +0 -5
  578. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/util.js +2 -21
  579. package/lib/components/okr-excel-create/components-new/okr-progress/index.js +15 -31
  580. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +7 -37
  581. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +8 -47
  582. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.js +9 -22
  583. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +26 -75
  584. package/lib/components/okr-excel-create/components-new/okr-type/index.js +21 -51
  585. package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +16 -60
  586. package/lib/components/okr-excel-create/hooks.js +30 -70
  587. package/lib/components/okr-excel-create/index-old.js +13 -56
  588. package/lib/components/okr-excel-create/index.js +35 -85
  589. package/lib/components/okr-excel-create/setting.js +0 -8
  590. package/lib/components/okr-excel-create/utils.js +2 -24
  591. package/lib/components/okr-filter-drawer/filter-form.js +17 -61
  592. package/lib/components/okr-filter-drawer/index.js +5 -14
  593. package/lib/components/okr-flow/child-node/fields/creator.js +20 -55
  594. package/lib/components/okr-flow/child-node/fields/okrClassify.js +0 -9
  595. package/lib/components/okr-flow/child-node/fields/okrType.js +0 -5
  596. package/lib/components/okr-flow/child-node/helper.js +0 -2
  597. package/lib/components/okr-flow/child-node/index.js +20 -39
  598. package/lib/components/okr-flow/child-node/kr-node.js +13 -23
  599. package/lib/components/okr-flow/child-node/work-node.js +41 -96
  600. package/lib/components/okr-flow/context.js +0 -4
  601. package/lib/components/okr-flow/empty/index.js +0 -7
  602. package/lib/components/okr-flow/export-modal/index.js +33 -153
  603. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +47 -119
  604. package/lib/components/okr-flow/index.js +0 -4
  605. package/lib/components/okr-flow/mini-map/index.js +7 -35
  606. package/lib/components/okr-flow/mini-map/map.js +20 -46
  607. package/lib/components/okr-flow/mini-map/mini-node.js +11 -24
  608. package/lib/components/okr-flow/mini-map/utils.js +8 -20
  609. package/lib/components/okr-flow/okr-map/index.js +35 -75
  610. package/lib/components/okr-flow/open-data/index.js +0 -26
  611. package/lib/components/okr-flow/request-apis.js +24 -44
  612. package/lib/components/okr-flow/root-node/index.js +25 -67
  613. package/lib/components/okr-flow/utils/config.js +1 -5
  614. package/lib/components/okr-flow/utils/helper.js +0 -7
  615. package/lib/components/okr-flow/utils/index.js +4 -16
  616. package/lib/components/okr-flow/utils/tree-handler.js +31 -79
  617. package/lib/components/okr-guide/index.js +20 -68
  618. package/lib/components/okr-guide/request-api.js +1 -14
  619. package/lib/components/okr-period-selector/index.js +11 -26
  620. package/lib/components/okr-period-selector/request-apis.js +0 -5
  621. package/lib/components/okr-period-selector/select-cycle.js +23 -63
  622. package/lib/components/okr-progress/components/detail-title/index.js +3 -8
  623. package/lib/components/okr-progress/components/kr-progress/index.js +0 -13
  624. package/lib/components/okr-progress/components/o-progress/index.js +44 -97
  625. package/lib/components/okr-progress/components/o-progress-update/index.js +10 -41
  626. package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -11
  627. package/lib/components/okr-progress/components/title/index.js +1 -6
  628. package/lib/components/okr-progress/index.js +0 -3
  629. package/lib/components/okr-progress/okr-progress/index.js +15 -45
  630. package/lib/components/okr-progress/request-apis.js +5 -24
  631. package/lib/components/okr-progress/util.js +0 -8
  632. package/lib/components/okr-progress-detail/constant.js +0 -1
  633. package/lib/components/okr-progress-detail/index.js +21 -47
  634. package/lib/components/okr-progress-detail/utils.js +0 -18
  635. package/lib/components/okr-progress-modal/helper.js +2 -23
  636. package/lib/components/okr-progress-modal/index.js +45 -97
  637. package/lib/components/okr-progress-modal/request-apis.js +0 -9
  638. package/lib/components/okr-progress-modal/style.js +0 -18
  639. package/lib/components/okr-progress-modal/textarea/index.js +4 -11
  640. package/lib/components/okr-progress-modal/textarea/style.js +0 -8
  641. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +30 -142
  642. package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +0 -44
  643. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +4 -26
  644. package/lib/components/okr-review/ReviewPop/components/Toast/style.js +0 -6
  645. package/lib/components/okr-review/ReviewPop/index.js +23 -75
  646. package/lib/components/okr-review/ReviewPop/style.js +0 -20
  647. package/lib/components/okr-review/common.js +0 -3
  648. package/lib/components/okr-review/components/ReviewItem/index.js +9 -33
  649. package/lib/components/okr-review/components/ReviewItem/style.js +0 -18
  650. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +15 -46
  651. package/lib/components/okr-review/components/confirm-pop/style.js +0 -14
  652. package/lib/components/okr-review/index.js +19 -63
  653. package/lib/components/okr-review/style.js +0 -24
  654. package/lib/components/okr-share/common-painter/darwAvatar.js +6 -23
  655. package/lib/components/okr-share/common-painter/openDataPainter.js +14 -27
  656. package/lib/components/okr-share/common-painter/setSize.js +4 -5
  657. package/lib/components/okr-share/common-painter/utils.js +6 -42
  658. package/lib/components/okr-share/index.js +13 -34
  659. package/lib/components/okr-share/pink-card/card.js +0 -8
  660. package/lib/components/okr-share/pink-card/drawDepartmentName.js +4 -11
  661. package/lib/components/okr-share/pink-card/drawKrs.js +4 -27
  662. package/lib/components/okr-share/pink-card/drawOKrName.js +0 -3
  663. package/lib/components/okr-share/pink-card/drawQuote.js +4 -11
  664. package/lib/components/okr-share/pink-card/drawUserName.js +4 -12
  665. package/lib/components/okr-share/pink-card/index.js +4 -28
  666. package/lib/components/okr-share/publishMblog.js +15 -50
  667. package/lib/components/okr-share/request-apis.js +0 -13
  668. package/lib/components/okr-share/shareCardSelector.js +7 -27
  669. package/lib/components/okr-type-icon/index.js +0 -9
  670. package/lib/components/okrcase-library/index.js +93 -158
  671. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +5 -15
  672. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +25 -51
  673. package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +14 -22
  674. package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -29
  675. package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +1 -10
  676. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +68 -115
  677. package/lib/components/okrcase-library/server/network.js +58 -111
  678. package/lib/components/okrcase-library-card/index.js +27 -53
  679. package/lib/components/open-data-painter/index.js +16 -39
  680. package/lib/components/operation-records/OperationRecordItem.js +4 -29
  681. package/lib/components/operation-records/index.js +20 -69
  682. package/lib/components/operation-records/style.js +0 -34
  683. package/lib/components/order-have-award/index.js +0 -26
  684. package/lib/components/order-have-award/interface.js +0 -2
  685. package/lib/components/pagination/index.js +0 -3
  686. package/lib/components/pagination/pagination.js +5 -31
  687. package/lib/components/part-notice/index.js +15 -41
  688. package/lib/components/password-input/icon/close-eye.js +0 -3
  689. package/lib/components/password-input/icon/open-eye.js +0 -3
  690. package/lib/components/password-input/index.js +14 -44
  691. package/lib/components/period-selector/common.js +0 -50
  692. package/lib/components/period-selector/components/button/index.js +13 -31
  693. package/lib/components/period-selector/components/button/style.js +0 -8
  694. package/lib/components/period-selector/components/selector/index.js +36 -87
  695. package/lib/components/period-selector/components/selector/style.js +0 -19
  696. package/lib/components/period-selector/helper/index.js +22 -42
  697. package/lib/components/period-selector/index.js +58 -89
  698. package/lib/components/period-selector/interface.js +1 -0
  699. package/lib/components/period-selector/mockData.js +0 -7
  700. package/lib/components/period-selector/style.js +0 -8
  701. package/lib/components/photo-card/components/card/index.js +19 -49
  702. package/lib/components/photo-card/index.js +8 -42
  703. package/lib/components/photo-card/request.apis.js +0 -11
  704. package/lib/components/picker/components/panels/date-panel/date-body.js +6 -16
  705. package/lib/components/picker/components/panels/date-panel/date-head.js +6 -23
  706. package/lib/components/picker/components/panels/date-panel/date-rows.js +20 -46
  707. package/lib/components/picker/components/panels/date-panel/index.js +7 -34
  708. package/lib/components/picker/components/panels/date-panel/useRowsData.js +10 -30
  709. package/lib/components/picker/components/panels/month-panel/index.js +7 -33
  710. package/lib/components/picker/components/panels/month-panel/month-body.js +1 -12
  711. package/lib/components/picker/components/panels/month-panel/month-head.js +8 -26
  712. package/lib/components/picker/components/panels/month-panel/useRowsData.js +3 -20
  713. package/lib/components/picker/components/panels/panel-body/index.js +1 -16
  714. package/lib/components/picker/components/panels/panel-head/index.js +4 -13
  715. package/lib/components/picker/components/panels/week-panel/index.js +3 -16
  716. package/lib/components/picker/components/panels/week-panel/utils.js +10 -33
  717. package/lib/components/picker/components/panels/week-panel/week-body.js +2 -19
  718. package/lib/components/picker/components/panels/week-panel/week-head.js +3 -12
  719. package/lib/components/picker/components/panels/year-panel/index.js +2 -21
  720. package/lib/components/picker/components/panels/year-panel/useRowsData.js +3 -21
  721. package/lib/components/picker/components/panels/year-panel/year-body.js +8 -24
  722. package/lib/components/picker/components/panels/year-panel/year-head.js +6 -21
  723. package/lib/components/picker/components/picker-trigger/index.js +11 -32
  724. package/lib/components/picker/context.js +0 -11
  725. package/lib/components/picker/index.js +0 -4
  726. package/lib/components/picker/picker-panels.js +15 -65
  727. package/lib/components/picker/picker.js +29 -62
  728. package/lib/components/picker/range-picker/components/operations/index.js +3 -11
  729. package/lib/components/picker/range-picker/components/picker-trigger/index.js +10 -33
  730. package/lib/components/picker/range-picker/components/placeholder/index.js +4 -23
  731. package/lib/components/picker/range-picker/components/select-input/index.js +3 -18
  732. package/lib/components/picker/range-picker/components/shortcuts/index.js +1 -24
  733. package/lib/components/picker/range-picker/index.js +30 -80
  734. package/lib/components/picker/utils.js +12 -52
  735. package/lib/components/point-demo/constant.js +0 -4
  736. package/lib/components/point-demo/drop-down-box/index.js +30 -50
  737. package/lib/components/point-demo/index.js +67 -135
  738. package/lib/components/point-demo/input/index.js +3 -35
  739. package/lib/components/point-demo/point-demo.js +4 -24
  740. package/lib/components/point-demo/popup/index.js +31 -52
  741. package/lib/components/point-demo/popup/placement.js +0 -4
  742. package/lib/components/popup/index.js +40 -59
  743. package/lib/components/popup/placement.js +0 -4
  744. package/lib/components/popup-select/index.js +18 -53
  745. package/lib/components/praise-record/PraiseRecordItem.js +4 -29
  746. package/lib/components/praise-record/index.js +12 -55
  747. package/lib/components/praise-record/style.js +0 -24
  748. package/lib/components/progress/circle-progress/index.js +25 -30
  749. package/lib/components/progress/index.js +0 -5
  750. package/lib/components/progress/line-progress/index.js +15 -20
  751. package/lib/components/progress/okr-progress/index.js +1 -10
  752. package/lib/components/progress/ring-progress/index.js +1 -8
  753. package/lib/components/progress/ring-progress/util.js +0 -2
  754. package/lib/components/progress/utils.js +2 -6
  755. package/lib/components/promise-confirm/index.js +14 -37
  756. package/lib/components/publish-dynamic-modal/index.js +0 -3
  757. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +13 -49
  758. package/lib/components/publish-dynamic-modal/requist-api.js +0 -10
  759. package/lib/components/quick-entrance/index.js +10 -69
  760. package/lib/components/quick-entrance/render-item.js +2 -8
  761. package/lib/components/quick-entrance/request-api.js +1 -6
  762. package/lib/components/radio/index.js +0 -4
  763. package/lib/components/radio/radio.js +13 -34
  764. package/lib/components/radio/radioGroup.js +4 -12
  765. package/lib/components/range-picker-pop/index.js +15 -75
  766. package/lib/components/range-selector-pop/RangeList.js +2 -25
  767. package/lib/components/range-selector-pop/RangeSelectorPop.js +9 -37
  768. package/lib/components/rate/index.js +18 -39
  769. package/lib/components/regulation-setting-item/index.js +5 -13
  770. package/lib/components/rich-editor/enums.js +0 -3
  771. package/lib/components/rich-editor/index.js +4 -19
  772. package/lib/components/rich-editor/keymap.js +7 -22
  773. package/lib/components/rich-editor/keymaps/index.js +0 -22
  774. package/lib/components/rich-editor/models/controller.js +0 -5
  775. package/lib/components/rich-editor/models/editor.js +2 -11
  776. package/lib/components/rich-editor/models/plugin.js +0 -6
  777. package/lib/components/rich-editor/models/schema.js +2 -42
  778. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -5
  779. package/lib/components/rich-editor/plugins/block/block-quote/index.js +2 -46
  780. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -8
  781. package/lib/components/rich-editor/plugins/block/heading/index.js +2 -45
  782. package/lib/components/rich-editor/plugins/block/index.js +0 -8
  783. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +25 -49
  784. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +25 -57
  785. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +11 -21
  786. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +6 -19
  787. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -5
  788. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +12 -27
  789. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +3 -9
  790. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +3 -12
  791. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +3 -6
  792. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +3 -8
  793. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +3 -10
  794. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +14 -70
  795. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +14 -46
  796. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +58 -87
  797. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +3 -14
  798. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +39 -118
  799. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +1 -12
  800. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +16 -50
  801. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -10
  802. package/lib/components/rich-editor/plugins/block/lists/index.js +2 -66
  803. package/lib/components/rich-editor/plugins/block/lists/messages.js +1 -2
  804. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +17 -34
  805. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -8
  806. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +8 -24
  807. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -4
  808. package/lib/components/rich-editor/plugins/block/lists/transforms.js +47 -95
  809. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +4 -12
  810. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -31
  811. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +1 -24
  812. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +11 -40
  813. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +1 -8
  814. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +20 -63
  815. package/lib/components/rich-editor/plugins/block/lists/utils.js +4 -17
  816. package/lib/components/rich-editor/plugins/block/paragraph/index.js +2 -34
  817. package/lib/components/rich-editor/plugins/core/index.js +2 -38
  818. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -12
  819. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -8
  820. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +2 -13
  821. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -5
  822. package/lib/components/rich-editor/plugins/extension/alignment/index.js +2 -36
  823. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +2 -3
  824. package/lib/components/rich-editor/plugins/extension/index.js +0 -2
  825. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +2 -39
  826. package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +0 -5
  827. package/lib/components/rich-editor/plugins/index.js +0 -6
  828. package/lib/components/rich-editor/plugins/inline/color/commond.js +23 -44
  829. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -3
  830. package/lib/components/rich-editor/plugins/inline/color/index.js +2 -63
  831. package/lib/components/rich-editor/plugins/inline/color/selector.js +14 -59
  832. package/lib/components/rich-editor/plugins/inline/color/util.js +0 -5
  833. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +2 -48
  834. package/lib/components/rich-editor/plugins/inline/em/index.js +2 -34
  835. package/lib/components/rich-editor/plugins/inline/index.js +0 -12
  836. package/lib/components/rich-editor/plugins/inline/link/commands.js +13 -47
  837. package/lib/components/rich-editor/plugins/inline/link/index.js +4 -50
  838. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +6 -18
  839. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +14 -68
  840. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +16 -48
  841. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +5 -28
  842. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +4 -33
  843. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -6
  844. package/lib/components/rich-editor/plugins/inline/strong/index.js +2 -46
  845. package/lib/components/rich-editor/plugins/inline/under-line/index.js +2 -49
  846. package/lib/components/rich-editor/plugins/util.js +9 -55
  847. package/lib/components/rich-editor/react/reactNodeView.js +35 -97
  848. package/lib/components/rich-editor/react/uiProvider.js +7 -58
  849. package/lib/components/rich-editor/schemas/basic.js +15 -13
  850. package/lib/components/rich-editor/schemas/index.js +0 -5
  851. package/lib/components/rich-editor/schemas/list.js +61 -90
  852. package/lib/components/rich-editor/types/index.js +0 -2
  853. package/lib/components/rich-editor/ui/Popup/index.js +22 -66
  854. package/lib/components/rich-editor/ui/Popup/utils.js +65 -135
  855. package/lib/components/rich-editor/ui/editor/index.js +18 -51
  856. package/lib/components/rich-editor/ui/normal-toolbar/index.js +4 -30
  857. package/lib/components/rich-editor/utils/browser.js +0 -2
  858. package/lib/components/rich-editor/utils/commands.js +15 -69
  859. package/lib/components/rich-editor/utils/document.js +10 -48
  860. package/lib/components/rich-editor/utils/event.js +0 -14
  861. package/lib/components/rich-editor/utils/helpers.js +0 -1
  862. package/lib/components/rich-editor/utils/mark.js +14 -42
  863. package/lib/components/rich-editor/utils/slice.js +0 -21
  864. package/lib/components/rich-editor/utils/toolbar.js +6 -51
  865. package/lib/components/rich-editor-at/components/index.js +25 -53
  866. package/lib/components/rich-editor-at/index.js +21 -50
  867. package/lib/components/rich-editor-upload/index.js +11 -33
  868. package/lib/components/scroll-container/index.js +52 -114
  869. package/lib/components/scrollbar/index.js +16 -38
  870. package/lib/components/scrollbar/scroll-mask/index.js +23 -54
  871. package/lib/components/scrollbar/simplebar/helpers.js +0 -12
  872. package/lib/components/scrollbar/simplebar/index.js +6 -16
  873. package/lib/components/scrollbar/simplebar/scrollbar-width.js +0 -10
  874. package/lib/components/scrollbar/simplebar/simplebar.js +52 -136
  875. package/lib/components/scrollbar/simplebar-react.js +4 -34
  876. package/lib/components/search-dropdown/index.js +1 -12
  877. package/lib/components/search-input/index.js +13 -43
  878. package/lib/components/search-key-handle/index.js +5 -11
  879. package/lib/components/select/Option.js +5 -34
  880. package/lib/components/select/index.js +18 -83
  881. package/lib/components/select-layer/index.js +24 -48
  882. package/lib/components/select-tags/index.js +22 -49
  883. package/lib/components/selector-input/debounce.js +0 -7
  884. package/lib/components/selector-input/index.js +11 -37
  885. package/lib/components/slider-input/index.js +17 -42
  886. package/lib/components/stateless-dropdown/dropdown-selector.js +11 -0
  887. package/lib/components/stateless-dropdown/index.js +0 -3
  888. package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -14
  889. package/lib/components/status-time/index.js +24 -47
  890. package/lib/components/stop-taking-modal/index.js +15 -38
  891. package/lib/components/superset-charts/components/chart/index.js +2 -5
  892. package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +0 -22
  893. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +7 -32
  894. package/lib/components/superset-charts/fetch-assets-and-append/index.js +6 -19
  895. package/lib/components/superset-charts/index.js +0 -3
  896. package/lib/components/superset-charts/utils/axios.js +0 -24
  897. package/lib/components/survey-model/contact.js +5 -29
  898. package/lib/components/survey-model/index.js +25 -72
  899. package/lib/components/survey-model/instance.js +0 -20
  900. package/lib/components/survey-model/request-api.js +8 -14
  901. package/lib/components/switch/index.js +4 -15
  902. package/lib/components/table/index.js +33 -90
  903. package/lib/components/table-excel/index.js +2 -14
  904. package/lib/components/table-excel-v2/index.js +96 -185
  905. package/lib/components/table-excel-v2/utils.js +0 -4
  906. package/lib/components/tabs/index.js +6 -26
  907. package/lib/components/tabs/tabBtns.js +7 -27
  908. package/lib/components/tag/index.js +9 -24
  909. package/lib/components/task-relation-modal/context.js +0 -4
  910. package/lib/components/task-relation-modal/helper.js +0 -30
  911. package/lib/components/task-relation-modal/index.js +41 -106
  912. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +51 -102
  913. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +22 -57
  914. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +29 -62
  915. package/lib/components/task-relation-modal/okr-relation/request-api.js +12 -27
  916. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +8 -36
  917. package/lib/components/task-relation-modal/radio.js +8 -27
  918. package/lib/components/task-relation-modal/relation-single-okr/index.js +24 -59
  919. package/lib/components/task-relation-modal/request-api.js +21 -42
  920. package/lib/components/task-relation-modal/search/category-select.js +4 -23
  921. package/lib/components/task-relation-modal/search/okr-status-select.js +4 -23
  922. package/lib/components/task-relation-modal/search/okr-type-select.js +8 -28
  923. package/lib/components/task-relation-modal/search/principal.js +15 -42
  924. package/lib/components/task-relation-modal/search/relation.js +4 -24
  925. package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -7
  926. package/lib/components/task-relation-modal/search/task-relation.js +4 -24
  927. package/lib/components/task-relation-modal/search/task-status-select.js +4 -24
  928. package/lib/components/task-relation-modal/search/work-relation.js +4 -24
  929. package/lib/components/task-relation-modal/search/work-status-select.js +4 -23
  930. package/lib/components/task-relation-modal/tree/category-tree/index.js +32 -84
  931. package/lib/components/task-relation-modal/tree/category-tree/search-form.js +6 -26
  932. package/lib/components/task-relation-modal/tree/okr-tree/index.js +40 -92
  933. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +20 -53
  934. package/lib/components/task-relation-modal/tree/work-list/index.js +30 -68
  935. package/lib/components/task-relation-modal/tree/work-list/search-form.js +15 -42
  936. package/lib/components/task-relation-modal/tree/work-tree/index.js +33 -83
  937. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +14 -42
  938. package/lib/components/task-relation-modal/tree-node/category-node/index.js +9 -27
  939. package/lib/components/task-relation-modal/tree-node/index.js +1 -17
  940. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +7 -28
  941. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -30
  942. package/lib/components/task-relation-modal/tree-node/o-node/index.js +10 -40
  943. package/lib/components/task-relation-modal/tree-node/work-node/index.js +7 -30
  944. package/lib/components/task-relation-modal/work-relation/index.js +30 -83
  945. package/lib/components/task-tree/helper.js +0 -10
  946. package/lib/components/task-tree/index.js +0 -4
  947. package/lib/components/task-tree/request-apis.js +11 -23
  948. package/lib/components/task-tree/task-item-node/constant.js +0 -7
  949. package/lib/components/task-tree/task-item-node/e-empty.js +0 -8
  950. package/lib/components/task-tree/task-item-node/e-project.js +18 -59
  951. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +5 -30
  952. package/lib/components/task-tree/task-item-node/e-task.js +57 -120
  953. package/lib/components/task-tree/task-item-node/get-process-color.js +0 -5
  954. package/lib/components/task-tree/task-item-node/task-node-render.js +1 -13
  955. package/lib/components/task-tree/task-tree.js +5 -18
  956. package/lib/components/textarea/index.js +55 -103
  957. package/lib/components/time-picker/index.js +0 -3
  958. package/lib/components/time-picker/time-picker-selector.js +15 -39
  959. package/lib/components/time-picker/time-picker.js +19 -68
  960. package/lib/components/time-picker/timer-picker-input.js +13 -28
  961. package/lib/components/time-picker/utils.js +2 -9
  962. package/lib/components/tita-chart/base/index.js +0 -2
  963. package/lib/components/tita-chart/charts/custom-tooltip.js +0 -4
  964. package/lib/components/tita-chart/charts/liquid-ball.js +21 -42
  965. package/lib/components/tita-chart/charts/pie.js +12 -20
  966. package/lib/components/tita-chart/charts/words-cloud.js +3 -25
  967. package/lib/components/tita-chart/errorBoundary/index.js +2 -27
  968. package/lib/components/tita-chart/hooks/useChart.js +15 -53
  969. package/lib/components/tita-chart/index.js +0 -5
  970. package/lib/components/tita-chart/interface.js +0 -4
  971. package/lib/components/tita-chart/plots/liquid/index.js +11 -27
  972. package/lib/components/tita-chart/plots/pie/index.js +11 -27
  973. package/lib/components/tita-chart/plots/wordscloud/index.js +11 -27
  974. package/lib/components/tita-chart/util/createLoading.js +0 -8
  975. package/lib/components/tita-chart/util/createNode.js +1 -7
  976. package/lib/components/tita-chart/util/getChart.js +0 -4
  977. package/lib/components/tita-chart/util/index.js +0 -2
  978. package/lib/components/tita-chart/util/utils.js +8 -27
  979. package/lib/components/toast/components/SuccessRender.js +0 -12
  980. package/lib/components/toast/index.js +22 -51
  981. package/lib/components/toast/style/index.js +0 -8
  982. package/lib/components/tooltip/error-tip.js +1 -8
  983. package/lib/components/tooltip/index.js +0 -6
  984. package/lib/components/tooltip/tooltip-rows/index.js +22 -40
  985. package/lib/components/tooltip/tooltip-text/index.js +18 -35
  986. package/lib/components/tooltip/tooltip.js +2 -11
  987. package/lib/components/top-global-prompt/index.js +2 -15
  988. package/lib/components/tree/index.js +4 -17
  989. package/lib/components/try-version-modal/index.js +4 -29
  990. package/lib/components/unchain-okr-modal/img/bg.png +0 -0
  991. package/lib/components/unchain-okr-modal/img/close.png +0 -0
  992. package/lib/components/unchain-okr-modal/index.css +34 -0
  993. package/lib/components/unchain-okr-modal/index.js +105 -0
  994. package/lib/components/unchain-okr-modal/request-api.js +14 -0
  995. package/lib/components/update-modal/index.js +8 -28
  996. package/lib/components/update-modal/request-api.js +0 -5
  997. package/lib/components/upload/components/uploadedPreview.js +16 -59
  998. package/lib/components/upload/index.js +42 -185
  999. package/lib/components/upload/index2.js +55 -113
  1000. package/lib/components/upload/style.js +0 -24
  1001. package/lib/components/upload/type.js +2 -5
  1002. package/lib/components/upload/util.js +0 -35
  1003. package/lib/components/upload-modal/index.js +12 -49
  1004. package/lib/components/upload-photo-modal/constant.js +0 -2
  1005. package/lib/components/upload-photo-modal/index.js +20 -68
  1006. package/lib/components/upload-photo-modal/request-api.js +0 -10
  1007. package/lib/components/upvote/attitude.js +0 -3
  1008. package/lib/components/upvote/index.js +33 -90
  1009. package/lib/components/upvote/request-apis.js +4 -15
  1010. package/lib/components/upvote/selector.js +23 -50
  1011. package/lib/components/upvote/upvoteListModal.js +7 -34
  1012. package/lib/components/user-selector/action-btns/index.js +0 -5
  1013. package/lib/components/user-selector/category-selector-panel/depart-tree.js +13 -27
  1014. package/lib/components/user-selector/category-selector-panel/group-tree.js +11 -25
  1015. package/lib/components/user-selector/category-selector-panel/index.js +22 -47
  1016. package/lib/components/user-selector/category-selector-panel/subordinate-tree.js +7 -21
  1017. package/lib/components/user-selector/constant.js +0 -7
  1018. package/lib/components/user-selector/context.js +0 -6
  1019. package/lib/components/user-selector/empty/group.js +0 -8
  1020. package/lib/components/user-selector/empty/index.js +1 -7
  1021. package/lib/components/user-selector/enum.js +0 -1
  1022. package/lib/components/user-selector/export-modules/depart-search-selector/index.js +56 -105
  1023. package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +4 -10
  1024. package/lib/components/user-selector/export-modules/duties-selector/index.js +25 -61
  1025. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +92 -135
  1026. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +18 -55
  1027. package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +1 -15
  1028. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +14 -40
  1029. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -19
  1030. package/lib/components/user-selector/export-modules/group-selector/index.js +22 -57
  1031. package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +9 -28
  1032. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +50 -82
  1033. package/lib/components/user-selector/export-modules/single-selector/index.js +28 -52
  1034. package/lib/components/user-selector/index.js +0 -7
  1035. package/lib/components/user-selector/layout/index.js +2 -6
  1036. package/lib/components/user-selector/loading/index.js +0 -4
  1037. package/lib/components/user-selector/request-apis.js +41 -81
  1038. package/lib/components/user-selector/searched-panel/index.js +40 -75
  1039. package/lib/components/user-selector/searched-panel/result-part.js +5 -11
  1040. package/lib/components/user-selector/select-tree/choose-tree/index.js +36 -82
  1041. package/lib/components/user-selector/select-tree/selected-tree/index.js +7 -32
  1042. package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +2 -11
  1043. package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -5
  1044. package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +3 -16
  1045. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +3 -22
  1046. package/lib/components/user-selector/selected-panel/index.js +12 -31
  1047. package/lib/components/user-selector/utils.js +2 -19
  1048. package/lib/components/version-change-modal/constant.js +0 -3
  1049. package/lib/components/version-change-modal/index.js +26 -72
  1050. package/lib/components/version-change-modal/request-api.js +4 -11
  1051. package/lib/components/video-modal/components/video-box/index.js +70 -100
  1052. package/lib/components/video-modal/index.js +32 -54
  1053. package/lib/components/video-modal/utils.js +0 -4
  1054. package/lib/components/viewer/ImageListRender.js +10 -46
  1055. package/lib/components/viewer/index.js +7 -55
  1056. package/lib/components/wechat-btn/index.js +44 -86
  1057. package/lib/components/weekly-report/board.js +0 -5
  1058. package/lib/components/weekly-report/card.js +12 -61
  1059. package/lib/components/weekly-report/common-painter/darwAvatar.js +8 -30
  1060. package/lib/components/weekly-report/common-painter/drawName.js +4 -11
  1061. package/lib/components/weekly-report/common-painter/openDataPainter.js +11 -23
  1062. package/lib/components/weekly-report/common-painter/setSize.js +4 -5
  1063. package/lib/components/weekly-report/common-painter/utils.js +1 -18
  1064. package/lib/components/weekly-report/index.js +17 -58
  1065. package/lib/components/weekly-report/statistics.js +0 -7
  1066. package/lib/components/word-cloud/index.js +8 -28
  1067. package/lib/components/word-cloud/request-apis.js +0 -7
  1068. package/lib/components/write-summary-modal/index.js +11 -40
  1069. package/lib/components/write-summary-modal/interface.js +0 -2
  1070. package/lib/components/write-summary-modal/request-api.js +0 -3
  1071. package/lib/components/write-summary-modal/utils.js +0 -5
  1072. package/lib/components-v1/animate/AnimateChild.js +2 -28
  1073. package/lib/components-v1/animate/animate.js +2 -43
  1074. package/lib/components-v1/animate/index.js +0 -3
  1075. package/lib/components-v1/avatar/index.js +10 -54
  1076. package/lib/components-v1/avatar/styles.js +0 -8
  1077. package/lib/components-v1/buttonv2/ButtonLinked.js +3 -12
  1078. package/lib/components-v1/buttonv2/ButtonOutlined.js +4 -26
  1079. package/lib/components-v1/buttonv2/ButtonRounded.js +9 -37
  1080. package/lib/components-v1/buttonv2/DefaultButton.js +7 -33
  1081. package/lib/components-v1/buttonv2/index.js +0 -4
  1082. package/lib/components-v1/buttonv2/style/style.js +4 -15
  1083. package/lib/components-v1/confirm/index.js +8 -47
  1084. package/lib/components-v1/dom/index.js +1 -3
  1085. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +5 -33
  1086. package/lib/components-v1/dropDownSelector/dropDownSelector.js +13 -49
  1087. package/lib/components-v1/dropDownSelector/styles/index.js +0 -8
  1088. package/lib/components-v1/input/Enums.js +0 -1
  1089. package/lib/components-v1/input/Input.js +14 -61
  1090. package/lib/components-v1/input/InputNumber.js +15 -64
  1091. package/lib/components-v1/input/style/index.js +0 -14
  1092. package/lib/components-v1/placement/index.js +0 -3
  1093. package/lib/components-v1/placement/placement.js +2 -35
  1094. package/lib/components-v1/placement/placementInner.js +2 -37
  1095. package/lib/components-v1/pop/Pop.js +11 -66
  1096. package/lib/components-v1/pop/PopInner.js +16 -51
  1097. package/lib/components-v1/pop/index.js +0 -3
  1098. package/lib/components-v1/popConfirm/index.js +22 -60
  1099. package/lib/components-v1/popConfirm/style.js +0 -8
  1100. package/lib/components-v1/portals/Portals.js +4 -29
  1101. package/lib/components-v1/progress/CircleProgress.js +16 -42
  1102. package/lib/components-v1/progress/LineProgress.js +6 -27
  1103. package/lib/components-v1/progress/index.js +4 -33
  1104. package/lib/components-v1/radio/index.js +0 -3
  1105. package/lib/components-v1/radio/radio.js +7 -42
  1106. package/lib/components-v1/radio/radioGroup.js +10 -37
  1107. package/lib/components-v1/search/cache.js +0 -17
  1108. package/lib/components-v1/search/index.js +8 -55
  1109. package/lib/components-v1/select/Option.js +5 -34
  1110. package/lib/components-v1/select/index.js +18 -83
  1111. package/lib/components-v1/tabs/index.js +6 -32
  1112. package/lib/components-v1/tabs/style.js +0 -14
  1113. package/lib/components-v1/textarea/index.js +22 -58
  1114. package/lib/components-v1/textarea/style.js +0 -12
  1115. package/lib/components-v1/transition/index.js +37 -83
  1116. package/lib/components-v1/userSelector/UserSelectorPop.js +19 -53
  1117. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +4 -42
  1118. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +5 -48
  1119. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +18 -55
  1120. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -35
  1121. package/lib/components-v1/userSelector/components/MultiMode/index.js +18 -54
  1122. package/lib/components-v1/userSelector/components/SearchBar.js +4 -39
  1123. package/lib/components-v1/userSelector/components/SingleMode.js +7 -53
  1124. package/lib/components-v1/userSelector/components/UserItem.js +7 -34
  1125. package/lib/components-v1/userSelector/index.js +15 -64
  1126. package/lib/components-v1/userSelector/style.js +0 -64
  1127. package/lib/components-v1/utils/animate/animate.js +0 -23
  1128. package/lib/components-v1/utils/animate/event.js +0 -8
  1129. package/lib/components-v1/utils/common/tools.js +0 -3
  1130. package/lib/components-v1/utils/dom/index.js +1 -3
  1131. package/lib/components-v1/utils/placement/autoAdjustPlacement.js +6 -10
  1132. package/lib/components-v1/utils/placement/getContainerVisibleArea.js +1 -1
  1133. package/lib/components-v1/utils/placement/getExpectPlacement.js +0 -3
  1134. package/lib/components-v1/utils/placement/getPlacementInContainer.js +0 -1
  1135. package/lib/components-v1/utils/placement/placement.js +1 -17
  1136. package/lib/hooks/useGlobalState.js +3 -14
  1137. package/lib/hooks/useLocalStorage.js +3 -13
  1138. package/lib/hooks/useTouch.js +32 -57
  1139. package/lib/index.js +0 -129
  1140. package/lib/pages/aha2021/index.js +5 -50
  1141. package/lib/pages/aha2021/new-menu-switcher/index.js +9 -31
  1142. package/lib/pages/aha2021/request-api.js +0 -3
  1143. package/lib/pages/appointment-demo/drop-down-box/index.js +29 -50
  1144. package/lib/pages/appointment-demo/index.js +59 -122
  1145. package/lib/pages/appointment-demo/input/index.js +3 -35
  1146. package/lib/pages/appointment-demo/popup/index.js +31 -52
  1147. package/lib/pages/appointment-demo/popup/placement.js +0 -4
  1148. package/lib/pages/demo-free/index.js +0 -7
  1149. package/lib/pages/dynamic/index.js +0 -13
  1150. package/lib/pages/group-management/components/checkbox/index.js +0 -8
  1151. package/lib/pages/group-management/components/input-form/index.js +3 -35
  1152. package/lib/pages/group-management/components/openData/index.js +4 -62
  1153. package/lib/pages/group-management/components/radio/index.js +1 -6
  1154. package/lib/pages/group-management/components/table/index.js +14 -52
  1155. package/lib/pages/group-management/groupInterface.js +17 -63
  1156. package/lib/pages/group-management/index.js +0 -3
  1157. package/lib/pages/group-management/page-view/empty.js +8 -32
  1158. package/lib/pages/group-management/page-view/group-empty.js +3 -21
  1159. package/lib/pages/group-management/page-view/importGroupStaff/index.js +22 -58
  1160. package/lib/pages/group-management/page-view/index.js +70 -132
  1161. package/lib/pages/group-management/page-view/loading/index.js +0 -10
  1162. package/lib/pages/group-management/table/index.js +5 -21
  1163. package/lib/pages/group-management/tree/add-group-dialog/index.js +11 -43
  1164. package/lib/pages/group-management/tree/delete-group-dialog/index.js +2 -19
  1165. package/lib/pages/group-management/tree/edit-group-dialog/index.js +11 -43
  1166. package/lib/pages/group-management/tree/group-form/index.js +26 -60
  1167. package/lib/pages/group-management/tree/index.js +14 -47
  1168. package/lib/pages/group-management/tree/operation-panel.js +1 -11
  1169. package/lib/pages/group-management/tree/trigger-render.js +3 -29
  1170. package/lib/pages/home/components/data-list/index.js +18 -49
  1171. package/lib/pages/home/components/data-list/nav-selector/index.js +7 -17
  1172. package/lib/pages/home/components/data-list/table/columns/createDate.js +0 -4
  1173. package/lib/pages/home/components/data-list/table/columns/cycleTime.js +0 -5
  1174. package/lib/pages/home/components/data-list/table/columns/index.js +0 -12
  1175. package/lib/pages/home/components/data-list/table/columns/krName.js +0 -6
  1176. package/lib/pages/home/components/data-list/table/columns/link.js +1 -5
  1177. package/lib/pages/home/components/data-list/table/columns/okrName.js +3 -10
  1178. package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +8 -30
  1179. package/lib/pages/home/components/data-list/table/columns/tag.js +1 -7
  1180. package/lib/pages/home/components/data-list/table/columns/updateTime.js +0 -6
  1181. package/lib/pages/home/components/data-list/table/columns/user.js +4 -11
  1182. package/lib/pages/home/components/data-list/table/empty-table.js +4 -9
  1183. package/lib/pages/home/components/data-list/table/index.js +17 -44
  1184. package/lib/pages/home/components/data-list/table/utils-function.js +11 -42
  1185. package/lib/pages/home/components/guide/index.js +4 -27
  1186. package/lib/pages/home/components/guide/stepItem.js +5 -13
  1187. package/lib/pages/home/components/header/index.js +1 -13
  1188. package/lib/pages/home/index.js +1 -12
  1189. package/lib/pages/home-page-data-list/index.js +18 -49
  1190. package/lib/pages/like-ranking/column.js +2 -17
  1191. package/lib/pages/like-ranking/index.js +35 -86
  1192. package/lib/pages/like-ranking/request-api.js +0 -3
  1193. package/lib/pages/new-okr-list/context.js +0 -4
  1194. package/lib/pages/new-okr-list/header/comments.js +10 -25
  1195. package/lib/pages/new-okr-list/header/common.js +0 -12
  1196. package/lib/pages/new-okr-list/header/create-okr.js +3 -29
  1197. package/lib/pages/new-okr-list/header/depart-title.js +4 -16
  1198. package/lib/pages/new-okr-list/header/filter.js +39 -76
  1199. package/lib/pages/new-okr-list/header/index.js +49 -127
  1200. package/lib/pages/new-okr-list/header/okr-import.js +10 -53
  1201. package/lib/pages/new-okr-list/header/operate-record.js +12 -34
  1202. package/lib/pages/new-okr-list/header/relation-title.js +0 -7
  1203. package/lib/pages/new-okr-list/header/user-title.js +1 -6
  1204. package/lib/pages/new-okr-list/index.js +47 -127
  1205. package/lib/pages/new-okr-list/init-cycle-setting.js +3 -19
  1206. package/lib/pages/new-okr-list/keyword-search/index.js +8 -36
  1207. package/lib/pages/new-okr-list/list/index.js +14 -28
  1208. package/lib/pages/new-okr-list/loading.js +1 -7
  1209. package/lib/pages/new-okr-list/request-api.js +16 -59
  1210. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +23 -62
  1211. package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +3 -10
  1212. package/lib/pages/okr-map/export-modules/okr-map/index.js +0 -5
  1213. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +85 -172
  1214. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +12 -33
  1215. package/lib/pages/okr-map/export-modules/share-okr-page/index.js +0 -5
  1216. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +37 -77
  1217. package/lib/pages/okr-map/hooks/useStorage.js +21 -46
  1218. package/lib/pages/okr-map/index.js +0 -4
  1219. package/lib/pages/okr-map/level2-search/depart.js +3 -13
  1220. package/lib/pages/okr-map/level2-search/group.js +3 -21
  1221. package/lib/pages/okr-map/level2-search/index.js +4 -17
  1222. package/lib/pages/okr-map/level2-search/level2-input.js +2 -11
  1223. package/lib/pages/okr-map/level2-search/user.js +3 -15
  1224. package/lib/pages/okr-map/no-okr/index.js +0 -3
  1225. package/lib/pages/okr-map/number-select/index.js +12 -31
  1226. package/lib/pages/okr-map/open-data/index.js +0 -26
  1227. package/lib/pages/okr-map/request-apis.js +6 -20
  1228. package/lib/pages/okr-map/share-dialog/index.js +15 -44
  1229. package/lib/pages/okr-map/unsupport-ie/index.js +6 -30
  1230. package/lib/pages/okr-map/utils.js +3 -19
  1231. package/lib/pages/pay/index.js +6 -16
  1232. package/lib/pages/personal-info/components/base-info/index.js +11 -39
  1233. package/lib/pages/personal-info/components/edit-base-info/index.js +16 -50
  1234. package/lib/pages/personal-info/components/person-photo/index.js +9 -34
  1235. package/lib/pages/personal-info/index.js +0 -9
  1236. package/lib/pages/personal-info/request-api.js +0 -8
  1237. package/lib/utils/array.js +3 -5
  1238. package/lib/utils/auth.js +44 -102
  1239. package/lib/utils/bs-global.js +9 -38
  1240. package/lib/utils/check.js +0 -2
  1241. package/lib/utils/constant.js +0 -7
  1242. package/lib/utils/date-test-change.js +4 -18
  1243. package/lib/utils/editor.js +6 -22
  1244. package/lib/utils/error-level.js +0 -2
  1245. package/lib/utils/format-time.js +30 -57
  1246. package/lib/utils/getLocale.js +0 -3
  1247. package/lib/utils/helpers.js +14 -62
  1248. package/lib/utils/hooks.js +16 -37
  1249. package/lib/utils/i18n-front-translate.js +0 -7
  1250. package/lib/utils/local-storage.js +0 -9
  1251. package/lib/utils/mblog.js +0 -2
  1252. package/lib/utils/open-data.js +30 -127
  1253. package/lib/utils/platform.js +4 -27
  1254. package/lib/utils/request-v1.js +10 -32
  1255. package/lib/utils/request.js +20 -39
  1256. package/lib/utils/roundWeight.js +0 -22
  1257. package/lib/utils/tita-okr-cycle.js +2 -0
  1258. package/lib/utils/tools.js +23 -83
  1259. package/package.json +1 -1
@@ -1,55 +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 _newConfidence = _interopRequireDefault(require("../../../new-confidence"));
13
-
14
10
  require("./index.css");
15
-
16
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
-
18
12
  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); }
19
-
20
13
  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; }
21
-
22
14
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
23
-
24
15
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
25
-
26
16
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
27
-
28
17
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
29
-
30
18
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
31
-
32
19
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
33
-
34
20
  var preCls = 'tita-okr-excel-create-kr-confidence';
35
-
36
21
  var ConfidenceRenderer = function ConfidenceRenderer(update) {
37
22
  return function (_ref) {
38
23
  var data = _ref.data,
39
- rowIdx = _ref.rowIdx,
40
- rootIdx = _ref.rootIdx,
41
- rootData = _ref.rootData;
24
+ rowIdx = _ref.rowIdx,
25
+ rootIdx = _ref.rootIdx,
26
+ rootData = _ref.rootData;
42
27
  if (data.isAddKR) return null;
43
28
  var rootDataRef = (0, _react.useRef)(rootData);
44
29
  (0, _react.useEffect)(function () {
45
30
  rootDataRef.current = rootData;
46
31
  }, [rootData]);
47
-
48
32
  var _useState = (0, _react.useState)(data.confidenceIndex),
49
- _useState2 = _slicedToArray(_useState, 2),
50
- value = _useState2[0],
51
- setValue = _useState2[1];
52
-
33
+ _useState2 = _slicedToArray(_useState, 2),
34
+ value = _useState2[0],
35
+ setValue = _useState2[1];
53
36
  var handleChangeConfidence = function handleChangeConfidence(val) {
54
37
  setValue(val);
55
38
  rootDataRef.current.krs[rowIdx].confidenceIndex = val;
@@ -60,7 +43,6 @@ var ConfidenceRenderer = function ConfidenceRenderer(update) {
60
43
  itemData: rootDataRef.current
61
44
  });
62
45
  };
63
-
64
46
  return /*#__PURE__*/_react["default"].createElement("div", {
65
47
  className: preCls
66
48
  }, /*#__PURE__*/_react["default"].createElement(_newConfidence["default"], {
@@ -70,6 +52,5 @@ var ConfidenceRenderer = function ConfidenceRenderer(update) {
70
52
  }));
71
53
  };
72
54
  };
73
-
74
55
  var _default = ConfidenceRenderer;
75
56
  exports["default"] = _default;
@@ -1,74 +1,49 @@
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 _classnames = _interopRequireDefault(require("classnames"));
11
-
12
9
  var _tooltip = _interopRequireDefault(require("../../../tooltip"));
13
-
14
10
  var _getLocale = require("../../../../utils/getLocale");
15
-
16
11
  var _react = _interopRequireWildcard(require("react"));
17
-
18
12
  require("./index.css");
19
-
20
13
  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); }
21
-
22
14
  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; }
23
-
24
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
-
26
16
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
27
-
28
17
  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; }
29
-
30
18
  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; }
31
-
32
19
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
33
-
34
20
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
35
-
36
21
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
37
-
38
22
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
39
-
40
23
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
41
-
42
24
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
43
-
44
25
  var prefix = 'tita-okr-excel-create-kr-weight';
45
-
46
26
  var KRWeight = function KRWeight(_ref) {
47
27
  var _ref$value = _ref.value,
48
- value = _ref$value === void 0 ? 100 : _ref$value,
49
- onChange = _ref.onChange,
50
- disabled = _ref.disabled,
51
- onChangeBefore = _ref.onChangeBefore,
52
- checkError = _ref.checkError;
53
-
28
+ value = _ref$value === void 0 ? 100 : _ref$value,
29
+ onChange = _ref.onChange,
30
+ disabled = _ref.disabled,
31
+ onChangeBefore = _ref.onChangeBefore,
32
+ checkError = _ref.checkError;
54
33
  var _useState = (0, _react.useState)(false),
55
- _useState2 = _slicedToArray(_useState, 2),
56
- hasError = _useState2[0],
57
- setHasError = _useState2[1];
58
-
34
+ _useState2 = _slicedToArray(_useState, 2),
35
+ hasError = _useState2[0],
36
+ setHasError = _useState2[1];
59
37
  var _useState3 = (0, _react.useState)(''),
60
- _useState4 = _slicedToArray(_useState3, 2),
61
- errorMessage = _useState4[0],
62
- setErrorMessage = _useState4[1];
63
-
38
+ _useState4 = _slicedToArray(_useState3, 2),
39
+ errorMessage = _useState4[0],
40
+ setErrorMessage = _useState4[1];
64
41
  var _useState5 = (0, _react.useState)(value + '%'),
65
- _useState6 = _slicedToArray(_useState5, 2),
66
- inputValue = _useState6[0],
67
- setInputValue = _useState6[1];
68
-
42
+ _useState6 = _slicedToArray(_useState5, 2),
43
+ inputValue = _useState6[0],
44
+ setInputValue = _useState6[1];
69
45
  var domRef = (0, _react.useRef)(document.createElement('div'));
70
46
  var cacheValue = (0, _react.useRef)();
71
-
72
47
  var handleFocus = function handleFocus() {
73
48
  var value = inputValue.substring(0, inputValue.length - 1);
74
49
  cacheValue.current = parseFloat(value);
@@ -77,25 +52,22 @@ var KRWeight = function KRWeight(_ref) {
77
52
  domRef.current.focus();
78
53
  var selection = getSelection();
79
54
  var range = document.createRange();
80
- range.selectNodeContents(domRef.current); // 光标位置定位在表情节点的最大长度
81
-
82
- range.setStart(domRef.current.childNodes[0], inputValue.length - 1); // 使光标开始和光标结束重叠
83
-
84
- range.collapse(true); // 清除选定对象的所有光标对象
85
-
86
- selection.removeAllRanges(); // 插入新的光标对象
87
-
55
+ range.selectNodeContents(domRef.current);
56
+ // 光标位置定位在表情节点的最大长度
57
+ range.setStart(domRef.current.childNodes[0], inputValue.length - 1);
58
+ // 使光标开始和光标结束重叠
59
+ range.collapse(true);
60
+ // 清除选定对象的所有光标对象
61
+ selection.removeAllRanges();
62
+ // 插入新的光标对象
88
63
  selection.addRange(range);
89
64
  }, 0);
90
65
  };
91
-
92
66
  var changeValue = function changeValue(inputValue) {
93
67
  var setInput = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
94
68
  var resultValue = Number.isNaN(inputValue) ? 0 : inputValue.toFixed(1);
95
-
96
69
  if (checkError) {
97
70
  var _errorMessage = checkError(resultValue);
98
-
99
71
  if (_errorMessage !== false) {
100
72
  setHasError(true);
101
73
  setErrorMessage(_errorMessage);
@@ -105,54 +77,42 @@ var KRWeight = function KRWeight(_ref) {
105
77
  setHasError(false);
106
78
  }
107
79
  }
108
-
109
80
  if (setInput) setInputValue(resultValue + '%');
110
81
  if (onChange) onChange(parseFloat(resultValue));
111
82
  };
112
-
113
83
  var resetCache = function resetCache() {
114
84
  var _cacheValue$current;
115
-
116
85
  var value = cacheValue.current ? parseFloat((_cacheValue$current = cacheValue.current) === null || _cacheValue$current === void 0 ? void 0 : _cacheValue$current.toFixed(1)) : 0;
117
86
  setInputValue(value + '%');
118
87
  changeValue(value);
119
88
  };
120
-
121
89
  var handleBlur = function handleBlur(e) {
122
90
  e.persist();
123
91
  var inputValue = parseFloat(e.target.innerText);
124
-
125
92
  if (hasError) {
126
93
  resetCache();
127
94
  setErrorMessage('');
128
95
  setHasError(false);
129
96
  return;
130
97
  }
131
-
132
98
  if (onChangeBefore) {
133
99
  var success = onChangeBefore(inputValue);
134
-
135
100
  if (!success) {
136
101
  resetCache();
137
102
  return;
138
103
  }
139
104
  }
140
-
141
105
  changeValue(inputValue);
142
106
  };
143
-
144
107
  var handleKeyUp = function handleKeyUp(e) {
145
108
  e.persist();
146
-
147
109
  if (e.keyCode === 13) {
148
110
  domRef.current.blur();
149
111
  } else {
150
112
  var _inputValue = parseFloat(e.target.innerText);
151
-
152
113
  changeValue(_inputValue, false);
153
114
  }
154
115
  };
155
-
156
116
  (0, _react.useEffect)(function () {
157
117
  setInputValue(value + '%');
158
118
  }, [value]);
@@ -170,29 +130,28 @@ var KRWeight = function KRWeight(_ref) {
170
130
  ref: domRef
171
131
  }, inputValue));
172
132
  };
173
-
174
133
  var krWeightRenderer = function krWeightRenderer(update) {
175
134
  return function (_ref2) {
176
135
  var data = _ref2.data,
177
- rowIdx = _ref2.rowIdx,
178
- rootIdx = _ref2.rootIdx,
179
- rootData = _ref2.rootData;
136
+ rowIdx = _ref2.rowIdx,
137
+ rootIdx = _ref2.rootIdx,
138
+ rootData = _ref2.rootData;
180
139
  if (data.isAddKR) return null;
181
140
  var rootDataRef = (0, _react.useRef)(rootData);
182
141
  var isLast = (rootData === null || rootData === void 0 ? void 0 : rootData.krs.length) - 1 === rowIdx;
183
142
  (0, _react.useEffect)(function () {
184
143
  rootDataRef.current = rootData;
185
144
  }, [rootData]);
186
-
187
145
  var handleEditKRWeight = function handleEditKRWeight(data) {
188
146
  rootDataRef.current.krs[rowIdx].krWeight = parseFloat(parseFloat(data).toFixed(1));
189
147
  var _rootDataRef$current$ = rootDataRef.current.krs,
190
- krs = _rootDataRef$current$ === void 0 ? [] : _rootDataRef$current$;
148
+ krs = _rootDataRef$current$ === void 0 ? [] : _rootDataRef$current$;
191
149
  var lastIndex = krs.length - 1;
192
150
  var totalWeight = krs.slice(0, lastIndex).reduce(function (pre, cur) {
193
151
  return pre + parseFloat(cur.krWeight);
194
- }, 0); // 自动计算最后一个 kr 的权重
152
+ }, 0);
195
153
 
154
+ // 自动计算最后一个 kr 的权重
196
155
  rootDataRef.current.krs[lastIndex] = _objectSpread(_objectSpread({}, rootDataRef.current.krs[lastIndex]), {}, {
197
156
  krWeight: parseFloat((100 - totalWeight).toFixed(1))
198
157
  });
@@ -202,7 +161,6 @@ var krWeightRenderer = function krWeightRenderer(update) {
202
161
  itemData: rootDataRef.current
203
162
  });
204
163
  };
205
-
206
164
  var onChangeBefore = (0, _react.useCallback)(function (value) {
207
165
  var totalWeight = rootData.krs.slice(0, rootData.krs.length - 1).map(function (_ref3, i) {
208
166
  var krWeight = _ref3.krWeight;
@@ -232,6 +190,5 @@ var krWeightRenderer = function krWeightRenderer(update) {
232
190
  });
233
191
  };
234
192
  };
235
-
236
193
  var _default = krWeightRenderer;
237
194
  exports["default"] = _default;
@@ -1,62 +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 _classnames = _interopRequireDefault(require("classnames"));
13
-
14
10
  var _openData = require("../../../../utils/open-data");
15
-
16
11
  var _changeOkrModal = _interopRequireDefault(require("../../../change-okr-modal"));
17
-
18
12
  var _tooltipText = _interopRequireDefault(require("../../../tooltip/tooltip-text"));
19
-
20
13
  var _getLocale = require("../../../../utils/getLocale");
21
-
22
14
  require("./index.css");
23
-
24
15
  var _helper = require("../../../create-okr-modal/utils/helper");
25
-
26
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
-
28
17
  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); }
29
-
30
18
  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; }
31
-
32
19
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
33
-
34
20
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
35
-
36
21
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
37
-
38
22
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
39
-
40
23
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
41
-
42
24
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
43
-
44
25
  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; }
45
-
46
26
  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; }
47
-
48
27
  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; }
49
-
50
28
  var preCls = 'tita-okr-excel-create-okr-align';
51
-
52
29
  var alignOKRRender = function alignOKRRender(update) {
53
30
  return function (_ref) {
54
31
  var data = _ref.data,
55
- rootIdx = _ref.rootIdx,
56
- rootData = _ref.rootData;
32
+ rootIdx = _ref.rootIdx,
33
+ rootData = _ref.rootData;
57
34
  var parent = (0, _react.useMemo)(function () {
58
35
  var _data$parentRelate, _data$parentRelate2, _data$parentRelate3, _data$parentRelate4;
59
-
60
36
  return {
61
37
  parentId: ((_data$parentRelate = data.parentRelate) === null || _data$parentRelate === void 0 ? void 0 : _data$parentRelate.parentId) || 0,
62
38
  parentName: ((_data$parentRelate2 = data.parentRelate) === null || _data$parentRelate2 === void 0 ? void 0 : _data$parentRelate2.parentName) || '',
@@ -65,20 +41,17 @@ var alignOKRRender = function alignOKRRender(update) {
65
41
  };
66
42
  }, [data]);
67
43
  var parentRef = (0, _react.useRef)();
68
-
69
44
  var onSelectClickHandler = function onSelectClickHandler(e) {
70
45
  parentRef.current && parentRef.current.show(e.target, 0);
71
46
  };
72
-
73
47
  var onChangeOkrConfirmHandler = function onChangeOkrConfirmHandler(confirm) {
74
48
  var workId = confirm.workId;
75
49
  var parent = {};
76
-
77
50
  if (workId === 0) {
78
51
  // 说明对齐目标是KR
79
52
  var mileStoneId = confirm.mileStoneId,
80
- mileStoneName = confirm.mileStoneName,
81
- workIdCopy = confirm.workIdCopy;
53
+ mileStoneName = confirm.mileStoneName,
54
+ workIdCopy = confirm.workIdCopy;
82
55
  parent = {
83
56
  parentId: workIdCopy,
84
57
  parentName: mileStoneName,
@@ -88,7 +61,7 @@ var alignOKRRender = function alignOKRRender(update) {
88
61
  } else {
89
62
  // 我就是对齐目标
90
63
  var _workId = confirm.workId,
91
- workName = confirm.workName;
64
+ workName = confirm.workName;
92
65
  parent = {
93
66
  parentId: _workId,
94
67
  parentName: workName,
@@ -96,7 +69,6 @@ var alignOKRRender = function alignOKRRender(update) {
96
69
  parentKrId: 0
97
70
  };
98
71
  }
99
-
100
72
  rootData = _objectSpread(_objectSpread({}, rootData), {}, {
101
73
  parentRelate: parent
102
74
  });
@@ -105,19 +77,17 @@ var alignOKRRender = function alignOKRRender(update) {
105
77
  rootIdx: rootIdx,
106
78
  itemData: rootData
107
79
  });
108
- }; // 上级信息 对齐目标弹层用 【临时解决方案,做对齐目标弹层后在弹层中获取】
109
-
80
+ };
110
81
 
82
+ // 上级信息 对齐目标弹层用 【临时解决方案,做对齐目标弹层后在弹层中获取】
111
83
  var _useState = (0, _react.useState)(),
112
- _useState2 = _slicedToArray(_useState, 2),
113
- toUser = _useState2[0],
114
- setToUser = _useState2[1];
115
-
84
+ _useState2 = _slicedToArray(_useState, 2),
85
+ toUser = _useState2[0],
86
+ setToUser = _useState2[1];
116
87
  (0, _react.useEffect)(function () {
117
88
  (0, _helper.taker)((0, _helper.getApiUrl)('org/Get'), 'get').then(function (res) {
118
89
  if (res.Code == 1) {
119
90
  var SuperiorUser = res.Data.SuperiorUser;
120
-
121
91
  if (SuperiorUser) {
122
92
  setToUser({
123
93
  name: SuperiorUser.Name,
@@ -132,7 +102,6 @@ var alignOKRRender = function alignOKRRender(update) {
132
102
  }, []);
133
103
  var renderAlignObj = (0, _react.useMemo)(function () {
134
104
  var _classNames;
135
-
136
105
  if (!parent.parentName) return /*#__PURE__*/_react["default"].createElement("p", {
137
106
  className: "".concat(preCls, "__empty")
138
107
  }, (0, _getLocale.getLocale)('OKR_MyO_Pop_Aligneobjective'));
@@ -165,6 +134,5 @@ var alignOKRRender = function alignOKRRender(update) {
165
134
  }));
166
135
  };
167
136
  };
168
-
169
137
  var _default = alignOKRRender;
170
138
  exports["default"] = _default;
@@ -1,75 +1,51 @@
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 _classnames2 = _interopRequireDefault(require("classnames"));
13
-
14
10
  var _popup = _interopRequireDefault(require("../../../popup"));
15
-
16
11
  var _promise = _interopRequireDefault(require("../../img/promise.svg"));
17
-
18
12
  var _desire = _interopRequireDefault(require("../../img/desire.svg"));
19
-
20
13
  var _getLocale = require("../../../../utils/getLocale");
21
-
22
14
  require("./index.css");
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 _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; }
31
-
32
19
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
33
-
34
20
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
35
-
36
21
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
37
-
38
22
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
39
-
40
23
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
41
-
42
24
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
43
-
44
25
  var prefix = 'okr-excel-create-classify';
45
26
  var IconMap = {
46
27
  1: _promise["default"],
47
28
  2: _desire["default"]
48
29
  };
49
-
50
30
  var Classify = function Classify(_ref) {
51
31
  var _ref$initValue = _ref.initValue,
52
- initValue = _ref$initValue === void 0 ? 0 : _ref$initValue,
53
- onChangeClassify = _ref.onChangeClassify;
54
-
32
+ initValue = _ref$initValue === void 0 ? 0 : _ref$initValue,
33
+ onChangeClassify = _ref.onChangeClassify;
55
34
  var _useState = (0, _react.useState)(initValue),
56
- _useState2 = _slicedToArray(_useState, 2),
57
- value = _useState2[0],
58
- setValue = _useState2[1];
59
-
35
+ _useState2 = _slicedToArray(_useState, 2),
36
+ value = _useState2[0],
37
+ setValue = _useState2[1];
60
38
  var popRef = (0, _react.useRef)();
61
39
  var OKRClassifyMap = {
62
40
  1: (0, _getLocale.getLocale)('OKR_MyO_Es_Commitment'),
63
41
  2: (0, _getLocale.getLocale)('OKR_MyO_Es_Visiontype')
64
42
  };
65
-
66
43
  var handleSelectOkrClassify = function handleSelectOkrClassify(value) {
67
- setValue(value); // @ts-ignore
68
-
44
+ setValue(value);
45
+ // @ts-ignore
69
46
  popRef.current && popRef.current.close();
70
47
  onChangeClassify && onChangeClassify(value);
71
48
  };
72
-
73
49
  var renderPopContent = (0, _react.useMemo)(function () {
74
50
  return /*#__PURE__*/_react["default"].createElement("div", {
75
51
  className: "".concat(prefix, "__popcontent")
@@ -98,13 +74,11 @@ var Classify = function Classify(_ref) {
98
74
  src: IconMap[value]
99
75
  }) : null, OKRClassifyMap[value] ? OKRClassifyMap[value] : (0, _getLocale.getLocale)('Mod_Pleaseselect'))));
100
76
  };
101
-
102
77
  var _default = function _default(update) {
103
78
  return function (_ref2) {
104
79
  var data = _ref2.data,
105
- rootIdx = _ref2.rootIdx,
106
- rootData = _ref2.rootData;
107
-
80
+ rootIdx = _ref2.rootIdx,
81
+ rootData = _ref2.rootData;
108
82
  var handleClassifyChange = function handleClassifyChange(value) {
109
83
  rootData.okrClassify = value;
110
84
  update({
@@ -113,7 +87,6 @@ var _default = function _default(update) {
113
87
  itemData: rootData
114
88
  });
115
89
  };
116
-
117
90
  return /*#__PURE__*/_react["default"].createElement("div", {
118
91
  className: "".concat(prefix, "__okr-classify")
119
92
  }, /*#__PURE__*/_react["default"].createElement(Classify, {
@@ -122,5 +95,4 @@ var _default = function _default(update) {
122
95
  }));
123
96
  };
124
97
  };
125
-
126
98
  exports["default"] = _default;
@@ -1,61 +1,41 @@
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 _createCycle = _interopRequireDefault(require("../../../create-okr-modal/createCycle"));
13
-
14
10
  require("./index.css");
15
-
16
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
-
18
12
  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); }
19
-
20
13
  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; }
21
-
22
14
  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; }
23
-
24
15
  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; }
25
-
26
16
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
27
-
28
17
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
29
-
30
18
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
31
-
32
19
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
33
-
34
20
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
35
-
36
21
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
37
-
38
22
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
39
-
40
23
  var preCls = 'tita-okr-excel-create-okr-cycle';
41
-
42
24
  var OKRCycle = function OKRCycle(update) {
43
25
  return function (_ref) {
44
26
  var data = _ref.data,
45
- rootIdx = _ref.rootIdx,
46
- rootData = _ref.rootData;
47
-
27
+ rootIdx = _ref.rootIdx,
28
+ rootData = _ref.rootData;
48
29
  var _useState = (0, _react.useState)({
49
- annualNum: data.annualNum,
50
- cycleType: data.cycleType,
51
- yqmNum: data.yqmNum || data.yqMnum,
52
- startDate: data.startDate,
53
- endDate: data.endDate
54
- }),
55
- _useState2 = _slicedToArray(_useState, 2),
56
- cycle = _useState2[0],
57
- setCycle = _useState2[1];
58
-
30
+ annualNum: data.annualNum,
31
+ cycleType: data.cycleType,
32
+ yqmNum: data.yqmNum || data.yqMnum,
33
+ startDate: data.startDate,
34
+ endDate: data.endDate
35
+ }),
36
+ _useState2 = _slicedToArray(_useState, 2),
37
+ cycle = _useState2[0],
38
+ setCycle = _useState2[1];
59
39
  var handleChangeCycle = function handleChangeCycle(value) {
60
40
  setCycle(value);
61
41
  rootData = _objectSpread(_objectSpread({}, rootData), value);
@@ -65,7 +45,6 @@ var OKRCycle = function OKRCycle(update) {
65
45
  itemData: rootData
66
46
  });
67
47
  };
68
-
69
48
  return /*#__PURE__*/_react["default"].createElement("div", {
70
49
  className: "".concat(preCls)
71
50
  }, /*#__PURE__*/_react["default"].createElement(_createCycle["default"], {
@@ -75,6 +54,5 @@ var OKRCycle = function OKRCycle(update) {
75
54
  }));
76
55
  };
77
56
  };
78
-
79
57
  var _default = OKRCycle;
80
58
  exports["default"] = _default;