@titaui/pc 1.16.90 → 1.16.92

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