@titaui/pc 1.16.93-beta.3 → 1.16.94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1271) 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 +17 -6
  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 +12 -1
  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 +90 -22
  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 +25 -10
  23. package/lib/components/button/icon-btn/index.js +24 -7
  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 +48 -21
  28. package/lib/components/cascader/time.js +11 -2
  29. package/lib/components/change-okr-modal/Filter.js +92 -23
  30. package/lib/components/change-okr-modal/Item.js +80 -21
  31. package/lib/components/change-okr-modal/constant.js +25 -0
  32. package/lib/components/change-okr-modal/filterTab.js +33 -5
  33. package/lib/components/change-okr-modal/index.js +164 -58
  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 +51 -14
  41. package/lib/components/common-share/request-apis.js +13 -0
  42. package/lib/components/communication/CommunicationAttachments.js +47 -8
  43. package/lib/components/communication/CommunicationRecord.js +29 -9
  44. package/lib/components/communication/ConvertUserName.js +32 -5
  45. package/lib/components/communication/index.js +152 -71
  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 +65 -26
  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 +64 -24
  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 +316 -162
  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 +73 -24
  74. package/lib/components/create-okr-modal/request-api.js +42 -0
  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 -6
  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 +38 -4
  81. package/lib/components/date-picker/CalendarBody.js +47 -6
  82. package/lib/components/date-picker/CalendarHeader.js +41 -2
  83. package/lib/components/date-picker/index.js +40 -2
  84. package/lib/components/date-range-picker/index.js +58 -10
  85. package/lib/components/delete-confirm-pop/ConfirmPop.js +47 -16
  86. package/lib/components/delete-confirm-pop/style.js +14 -0
  87. package/lib/components/dialog/index.js +52 -25
  88. package/lib/components/dialog-confirm/index.js +38 -9
  89. package/lib/components/dialog-qq-docs/index.js +130 -45
  90. package/lib/components/dialog-qq-docs/request-apis.js +3 -0
  91. package/lib/components/dialog-qq-docs/utils.js +22 -0
  92. package/lib/components/dialog-select/index.js +15 -2
  93. package/lib/components/dialog-upload/index.js +63 -9
  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 +12 -2
  98. package/lib/components/dialog-upload-type/index.js +21 -2
  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 +41 -22
  102. package/lib/components/drawer/index.js +66 -31
  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 +60 -13
  108. package/lib/components/drawer-manager/index.js +46 -4
  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 +83 -40
  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 +68 -27
  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 +133 -57
  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 +12 -0
  162. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +47 -11
  163. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +26 -4
  164. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +26 -2
  165. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +27 -5
  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 +48 -17
  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 +26 -3
  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 +32 -5
  175. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +46 -10
  176. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +2 -0
  177. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +37 -9
  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 +92 -27
  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 +24 -3
  184. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +25 -3
  185. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +49 -11
  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 +33 -7
  189. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +63 -15
  190. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +37 -3
  191. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +43 -9
  192. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +45 -9
  193. package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +7 -0
  194. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +41 -9
  195. package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +3 -0
  196. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +46 -10
  197. package/lib/components/dynamic/dynamic-item/index.css +8 -0
  198. package/lib/components/dynamic/dynamic-item/index.js +178 -42
  199. package/lib/components/dynamic/dynamic-list/index.js +29 -11
  200. package/lib/components/dynamic/index.js +5 -0
  201. package/lib/components/dynamic/request-api.js +15 -0
  202. package/lib/components/dynamic/util.js +20 -0
  203. package/lib/components/e-priority/index.js +30 -6
  204. package/lib/components/e-status-dropdown/index.js +24 -5
  205. package/lib/components/eReport/eReportListEmpty.js +31 -0
  206. package/lib/components/eReport/eReportLists/reportList.js +52 -14
  207. package/lib/components/eReport/eReportLists/style.js +36 -0
  208. package/lib/components/eReport/eReportShare/index.js +51 -14
  209. package/lib/components/eReport/eReportShare/style.js +12 -0
  210. package/lib/components/eReport/eReportShare/toast/index.js +25 -2
  211. package/lib/components/eReport/eReportShare/toast/style.js +12 -0
  212. package/lib/components/edit-kr-wight/EditKrWightModal.js +86 -20
  213. package/lib/components/edit-kr-wight/FormItemV2.js +35 -5
  214. package/lib/components/edit-kr-wight/style/index.js +25 -2
  215. package/lib/components/edit-kr-wight/utils.js +13 -0
  216. package/lib/components/emotions-selector/index.js +3 -0
  217. package/lib/components/emotions-selector/selector-content.js +41 -6
  218. package/lib/components/emotions-selector/selector-pop.js +35 -6
  219. package/lib/components/emotions-selector/style.js +24 -0
  220. package/lib/components/ereport-list/index.js +53 -14
  221. package/lib/components/ereport-list/style.js +36 -0
  222. package/lib/components/error-boundary/index.js +30 -2
  223. package/lib/components/expiration-reminder/index.js +65 -21
  224. package/lib/components/expiration-reminder/utils.js +15 -3
  225. package/lib/components/file-list/components/single-file/index.js +37 -12
  226. package/lib/components/file-list/index.js +19 -2
  227. package/lib/components/file-list/util.js +18 -0
  228. package/lib/components/file-preview/index.js +16 -6
  229. package/lib/components/filter-buttons/department.js +20 -3
  230. package/lib/components/filter-buttons/group.js +10 -0
  231. package/lib/components/filter-buttons/index.js +35 -19
  232. package/lib/components/filter-buttons/modular.js +32 -6
  233. package/lib/components/filter-buttons/name.js +34 -9
  234. package/lib/components/filter-buttons/search-dropdown/index.js +11 -3
  235. package/lib/components/filter-buttons/timer.js +15 -4
  236. package/lib/components/firework/firework.js +42 -31
  237. package/lib/components/firework/index.js +13 -0
  238. package/lib/components/follower-visitor/index.js +46 -14
  239. package/lib/components/follower-visitor/request-api.js +3 -0
  240. package/lib/components/form/form-fields/cycle/index.js +41 -10
  241. package/lib/components/form/form-fields/cycle/utils.js +6 -0
  242. package/lib/components/form/form-fields/date/index.js +29 -8
  243. package/lib/components/form/form-fields/department/department-input.js +17 -6
  244. package/lib/components/form/form-fields/department/index.js +60 -26
  245. package/lib/components/form/form-fields/dropdown/index.js +38 -13
  246. package/lib/components/form/form-fields/duties/duties-input.js +15 -6
  247. package/lib/components/form/form-fields/duties/index.js +61 -28
  248. package/lib/components/form/form-fields/group/index.js +16 -5
  249. package/lib/components/form/form-fields/input/index.js +84 -37
  250. package/lib/components/form/form-fields/input-verification-code/index.js +91 -41
  251. package/lib/components/form/form-fields/password/index.js +66 -26
  252. package/lib/components/form/form-fields/radios/index.js +33 -13
  253. package/lib/components/form/form-fields/textarea/index.js +63 -26
  254. package/lib/components/form/form-fields/user/index.js +83 -35
  255. package/lib/components/form/form-fields/user/user-input.js +17 -5
  256. package/lib/components/form/index.js +45 -11
  257. package/lib/components/form/layout/index.js +6 -0
  258. package/lib/components/grid-layout/commen-components/advize.js +5 -2
  259. package/lib/components/grid-layout/commen-components/card-contain.js +5 -2
  260. package/lib/components/grid-layout/commen-components/card-title.js +10 -3
  261. package/lib/components/grid-layout/commen-components/carditem-flexcontent.js +5 -2
  262. package/lib/components/grid-layout/commen-components/data-item.js +14 -6
  263. package/lib/components/grid-layout/commen-components/empty-backgrounds.js +10 -3
  264. package/lib/components/grid-layout/commen-components/gap.js +3 -0
  265. package/lib/components/grid-layout/commen-components/index.js +10 -0
  266. package/lib/components/grid-layout/commen-components/scroll-tips.js +34 -14
  267. package/lib/components/grid-layout/essay-component/essay-item.js +7 -3
  268. package/lib/components/grid-layout/essay-component/index.js +30 -10
  269. package/lib/components/grid-layout/index.js +18 -4
  270. package/lib/components/grid-layout/near-visitors/index.js +27 -6
  271. package/lib/components/grid-layout/near-visitors/visitor.js +25 -7
  272. package/lib/components/grid-layout/okr-align/index.js +41 -13
  273. package/lib/components/grid-layout/okr-progress/index.js +45 -15
  274. package/lib/components/grid-layout/okr-target/index.js +44 -7
  275. package/lib/components/grid-layout/over-view/index.js +50 -20
  276. package/lib/components/grid-layout/personal-info/index.js +77 -37
  277. package/lib/components/grid-layout/sub-employee-okr/index.js +45 -13
  278. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +29 -8
  279. package/lib/components/grid-layout/util/click-link.js +13 -2
  280. package/lib/components/grid-layout/util/network.js +37 -7
  281. package/lib/components/grid-layout/week-task/index.js +39 -13
  282. package/lib/components/grid-layout/words-cloud/index.js +29 -7
  283. package/lib/components/grid-page/commen-components/scroll-tips.js +34 -14
  284. package/lib/components/grid-page/near-visitors/visitor.js +25 -7
  285. package/lib/components/grid-page/personal-info/index.js +77 -37
  286. package/lib/components/guide-order/index.js +78 -45
  287. package/lib/components/guide-tip/index.js +50 -22
  288. package/lib/components/help-card/index.js +86 -22
  289. package/lib/components/help-card/interface.js +2 -0
  290. package/lib/components/help-card/request-api.js +10 -0
  291. package/lib/components/hr-header/index.js +35 -9
  292. package/lib/components/icon-button-list/index.js +22 -9
  293. package/lib/components/img-viewer/icon/enlarge.js +3 -0
  294. package/lib/components/img-viewer/icon/left-rotate.js +3 -0
  295. package/lib/components/img-viewer/icon/right-rotate.js +3 -0
  296. package/lib/components/img-viewer/icon/shrink.js +3 -0
  297. package/lib/components/img-viewer/index.js +76 -30
  298. package/lib/components/img-viewer/util.js +3 -0
  299. package/lib/components/import-modal/helper.js +43 -3
  300. package/lib/components/import-modal/import-okr-modal/index.js +48 -15
  301. package/lib/components/import-modal/import-task-modal/index.js +93 -41
  302. package/lib/components/import-modal/import-task-modal/search-form.js +43 -13
  303. package/lib/components/import-modal/index.js +5 -0
  304. package/lib/components/import-modal/radio.js +27 -8
  305. package/lib/components/import-modal/request-api.js +65 -33
  306. package/lib/components/import-modal/search/category-select.js +23 -4
  307. package/lib/components/import-modal/search/okr-classify-select.js +23 -4
  308. package/lib/components/import-modal/search/okr-status-select.js +23 -4
  309. package/lib/components/import-modal/search/okr-type-select.js +28 -8
  310. package/lib/components/import-modal/search/principal.js +40 -13
  311. package/lib/components/import-modal/search/relation.js +28 -7
  312. package/lib/components/import-modal/search/search-dropdown/index.js +7 -1
  313. package/lib/components/import-modal/search/task-relation.js +24 -4
  314. package/lib/components/import-modal/search/task-status-select.js +24 -4
  315. package/lib/components/import-modal/search/work-relation.js +24 -4
  316. package/lib/components/import-modal/search/work-status-select.js +23 -4
  317. package/lib/components/import-modal/tree/okr-tree/index.js +90 -38
  318. package/lib/components/import-modal/tree/okr-tree/search-form.js +60 -23
  319. package/lib/components/import-modal/tree/task-work-tree/index.js +35 -6
  320. package/lib/components/import-modal/tree-node/index.js +14 -0
  321. package/lib/components/import-modal/tree-node/kr-node/index.js +26 -10
  322. package/lib/components/import-modal/tree-node/milestone-node/index.js +27 -9
  323. package/lib/components/import-modal/tree-node/o-node/index.js +40 -13
  324. package/lib/components/import-modal/tree-node/work-node/index.js +28 -10
  325. package/lib/components/invite-people/index.js +8 -0
  326. package/lib/components/keyword-search/index.js +46 -13
  327. package/lib/components/loading/index.js +24 -5
  328. package/lib/components/magnet/index.js +68 -31
  329. package/lib/components/mblog/common/index.js +31 -19
  330. package/lib/components/mblog/components/ConfirmPop.js +31 -0
  331. package/lib/components/mblog/components/MblogAction.js +68 -29
  332. package/lib/components/mblog/components/MblogContent.js +69 -32
  333. package/lib/components/mblog/context.js +4 -0
  334. package/lib/components/mblog/index.js +168 -96
  335. package/lib/components/mblog/style.js +45 -6
  336. package/lib/components/menus/components/drag-resize/index.js +23 -10
  337. package/lib/components/menus/components/flip-menu-card/flip-back-header.js +7 -0
  338. package/lib/components/menus/components/flip-menu-card/index.js +89 -24
  339. package/lib/components/menus/components/menu-card/index.js +24 -3
  340. package/lib/components/menus/components/menu-close-btn/index.js +14 -7
  341. package/lib/components/menus/components/menu-tree/index.js +22 -7
  342. package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +25 -5
  343. package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +11 -1
  344. package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +23 -4
  345. package/lib/components/menus/components/menu-tree/tree-node/company-all.js +14 -1
  346. package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +15 -1
  347. package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +25 -6
  348. package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +21 -3
  349. package/lib/components/menus/components/menu-tree/tree-node/group-name.js +6 -0
  350. package/lib/components/menus/components/menu-tree/tree-node/index.js +49 -0
  351. package/lib/components/menus/components/menu-tree/tree-node/loading.js +6 -0
  352. package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +9 -1
  353. package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +8 -0
  354. package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +7 -0
  355. package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +9 -1
  356. package/lib/components/menus/components/menu-tree/tree-node/same-level-user/index.js +10 -2
  357. package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +28 -6
  358. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +26 -5
  359. package/lib/components/menus/components/menu-tree/tree-node/summary-follower/index.js +21 -3
  360. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +27 -8
  361. package/lib/components/menus/components/menu-tree/tree-node/summary-tongji.js +26 -5
  362. package/lib/components/menus/components/menu-tree/tree-node/summary-user-concern.js +25 -5
  363. package/lib/components/menus/components/menu-tree/tree-node/user/index.js +22 -6
  364. package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +25 -5
  365. package/lib/components/menus/components/search-colleague/index.css +21 -1
  366. package/lib/components/menus/components/search-colleague/index.js +66 -58
  367. package/lib/components/menus/context.js +8 -0
  368. package/lib/components/menus/export-modules/appraisal-menus/index.js +65 -25
  369. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +32 -24
  370. package/lib/components/menus/export-modules/appraisal-menus/menus.js +34 -12
  371. package/lib/components/menus/export-modules/demo-menus/index.js +52 -20
  372. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +21 -10
  373. package/lib/components/menus/export-modules/demo-menus/menus.js +15 -0
  374. package/lib/components/menus/export-modules/interview-menus/constant.js +12 -5
  375. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +14 -0
  376. package/lib/components/menus/export-modules/interview-menus/index.js +48 -11
  377. package/lib/components/menus/export-modules/interview-menus/menus.js +26 -5
  378. package/lib/components/menus/export-modules/manage-menus/constant.js +2 -0
  379. package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +15 -0
  380. package/lib/components/menus/export-modules/manage-menus/index.js +37 -3
  381. package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +8 -0
  382. package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +67 -28
  383. package/lib/components/menus/export-modules/okr-menus/index.js +44 -12
  384. package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +10 -0
  385. package/lib/components/menus/export-modules/okr-menus/menus.js +46 -5
  386. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +84 -44
  387. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +3 -0
  388. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +67 -26
  389. package/lib/components/menus/export-modules/research-menu/index.js +40 -12
  390. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +10 -0
  391. package/lib/components/menus/export-modules/research-menu/menus.js +13 -0
  392. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +59 -27
  393. package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +41 -16
  394. package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +10 -0
  395. package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +14 -1
  396. package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +65 -33
  397. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +8 -0
  398. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +75 -26
  399. package/lib/components/menus/export-modules/summary-menus/index.js +47 -12
  400. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +10 -0
  401. package/lib/components/menus/export-modules/summary-menus/menus.js +54 -8
  402. package/lib/components/menus/export-modules/summary-menus/request-api.js +6 -0
  403. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +3 -0
  404. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +70 -26
  405. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +114 -64
  406. package/lib/components/menus/export-modules/survey-menu/index.js +40 -12
  407. package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +10 -0
  408. package/lib/components/menus/export-modules/survey-menu/menus.js +13 -0
  409. package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +62 -27
  410. package/lib/components/menus/i18n.js +6 -0
  411. package/lib/components/menus/index.js +31 -1
  412. package/lib/components/menus/request-apis.js +57 -13
  413. package/lib/components/menus/utils.js +5 -0
  414. package/lib/components/mirroring/index.js +13 -4
  415. package/lib/components/nav/index.js +8 -2
  416. package/lib/components/nav-top/components/app-center/index.js +121 -38
  417. package/lib/components/nav-top/components/app-center/interface.js +2 -0
  418. package/lib/components/nav-top/components/menu/index.js +50 -9
  419. package/lib/components/nav-top/components/user-message/components/empty/index.js +10 -0
  420. package/lib/components/nav-top/components/user-message/components/inform/index.js +58 -20
  421. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +71 -11
  422. package/lib/components/nav-top/components/user-message/components/red-pack/index.js +28 -4
  423. package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +3 -0
  424. package/lib/components/nav-top/components/user-message/components/remind/index.js +37 -7
  425. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +32 -9
  426. package/lib/components/nav-top/components/user-message/components/reply/index.js +57 -18
  427. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +24 -3
  428. package/lib/components/nav-top/components/user-message/components/tab-title/index.js +10 -2
  429. package/lib/components/nav-top/components/user-message/components/todos/index.js +56 -18
  430. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +17 -2
  431. package/lib/components/nav-top/components/user-message/constant.js +4 -0
  432. package/lib/components/nav-top/components/user-message/hrMessage.js +69 -34
  433. package/lib/components/nav-top/components/user-message/index.js +77 -30
  434. package/lib/components/nav-top/components/user-message/msg/index.js +38 -8
  435. package/lib/components/nav-top/components/user-message/utils.js +4 -0
  436. package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +29 -2
  437. package/lib/components/nav-top/components/user-own-menu/index.js +16 -3
  438. package/lib/components/nav-top/components/user-own-menu/utils.js +12 -0
  439. package/lib/components/nav-top/components/version/index.js +27 -3
  440. package/lib/components/nav-top/constant.js +7 -0
  441. package/lib/components/nav-top/index.js +139 -47
  442. package/lib/components/nav-top/request.apis.js +34 -2
  443. package/lib/components/nav-top/useGlobalValue.js +3 -0
  444. package/lib/components/nav-top/utils.js +11 -15
  445. package/lib/components/new-confidence/constant.js +16 -0
  446. package/lib/components/new-confidence/index.js +36 -10
  447. package/lib/components/okr-detail/auth.js +55 -25
  448. package/lib/components/okr-detail/base-info/base-info.js +119 -51
  449. package/lib/components/okr-detail/base-info/index.js +3 -0
  450. package/lib/components/okr-detail/base-info/o-desc/index.js +54 -24
  451. package/lib/components/okr-detail/base-info/other-infos/classify/index.js +17 -3
  452. package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +17 -3
  453. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +35 -11
  454. package/lib/components/okr-detail/base-info/other-infos/index.js +3 -0
  455. package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +36 -12
  456. package/lib/components/okr-detail/base-info/other-infos/other-infos.js +34 -13
  457. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +54 -19
  458. package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +47 -11
  459. package/lib/components/okr-detail/base-info/person/index.js +23 -9
  460. package/lib/components/okr-detail/base-info/util.js +12 -1
  461. package/lib/components/okr-detail/base-info/utils/setting.js +3 -2
  462. package/lib/components/okr-detail/components/ao-nice/index.js +60 -16
  463. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +35 -5
  464. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +45 -6
  465. package/lib/components/okr-detail/components/base-okr-type/index.js +25 -9
  466. package/lib/components/okr-detail/components/base-okr-type/object-type.js +73 -24
  467. package/lib/components/okr-detail/components/block-line/index.js +4 -0
  468. package/lib/components/okr-detail/components/editable-input/index.js +48 -19
  469. package/lib/components/okr-detail/components/header/edit-name.js +63 -14
  470. package/lib/components/okr-detail/components/header/index.js +63 -20
  471. package/lib/components/okr-detail/components/header/o-avatar.js +45 -9
  472. package/lib/components/okr-detail/components/header/o-classify.js +41 -6
  473. package/lib/components/okr-detail/components/header/o-cycle.js +21 -6
  474. package/lib/components/okr-detail/components/header/o-name.js +18 -7
  475. package/lib/components/okr-detail/components/header/o-score.js +53 -12
  476. package/lib/components/okr-detail/components/icon-text/index.js +43 -16
  477. package/lib/components/okr-detail/components/o-classify.js +47 -10
  478. package/lib/components/okr-detail/components/o-progress-update/index.js +43 -7
  479. package/lib/components/okr-detail/components/okr-tree/index.js +16 -3
  480. package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +6 -0
  481. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +64 -16
  482. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +2 -0
  483. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +8 -0
  484. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +26 -6
  485. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +60 -22
  486. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +26 -5
  487. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +108 -38
  488. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +121 -48
  489. package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +5 -0
  490. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +25 -0
  491. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +4 -0
  492. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +162 -68
  493. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +75 -21
  494. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +13 -4
  495. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +84 -24
  496. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +26 -1
  497. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +32 -8
  498. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +77 -25
  499. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +74 -13
  500. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +80 -36
  501. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +29 -5
  502. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +74 -22
  503. package/lib/components/okr-detail/components/okr-type.js +35 -15
  504. package/lib/components/okr-detail/components/padding-layout.js +5 -2
  505. package/lib/components/okr-detail/components/score/index.js +17 -5
  506. package/lib/components/okr-detail/components/tab-panel-content/index.js +7 -1
  507. package/lib/components/okr-detail/context.js +10 -0
  508. package/lib/components/okr-detail/cooperation/index.js +9 -3
  509. package/lib/components/okr-detail/detail-footer/index.js +54 -15
  510. package/lib/components/okr-detail/detail-header/actions.js +46 -20
  511. package/lib/components/okr-detail/detail-header/confirm.js +26 -7
  512. package/lib/components/okr-detail/detail-header/constant.js +10 -0
  513. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +39 -9
  514. package/lib/components/okr-detail/detail-header/enums.js +3 -0
  515. package/lib/components/okr-detail/detail-header/index.js +100 -17
  516. package/lib/components/okr-detail/e-list/constant.js +1 -0
  517. package/lib/components/okr-detail/e-list/index.js +97 -60
  518. package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +48 -16
  519. package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +25 -1
  520. package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +11 -1
  521. package/lib/components/okr-detail/e-list/search-form/index.js +44 -12
  522. package/lib/components/okr-detail/e-list/util.js +39 -12
  523. package/lib/components/okr-detail/error-page/index.js +8 -0
  524. package/lib/components/okr-detail/helper.js +23 -4
  525. package/lib/components/okr-detail/index.js +125 -46
  526. package/lib/components/okr-detail/loading/index.js +7 -1
  527. package/lib/components/okr-detail/okr-list/add-parent-okr.js +11 -1
  528. package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +10 -1
  529. package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +11 -3
  530. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +89 -44
  531. package/lib/components/okr-detail/okr-list/create-kr-item/style.js +54 -0
  532. package/lib/components/okr-detail/okr-list/drag-order-kr.js +15 -0
  533. package/lib/components/okr-detail/okr-list/empty/index.js +10 -3
  534. package/lib/components/okr-detail/okr-list/index.js +154 -65
  535. package/lib/components/okr-detail/okr-list/warp-parent-okr.js +3 -0
  536. package/lib/components/okr-detail/request-apis.js +154 -34
  537. package/lib/components/okr-detail/schedule/components/detail-title/index.js +8 -3
  538. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +13 -0
  539. package/lib/components/okr-detail/schedule/components/o-progress/index.js +102 -46
  540. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +11 -0
  541. package/lib/components/okr-detail/schedule/components/title/index.js +6 -1
  542. package/lib/components/okr-detail/schedule/index.js +3 -0
  543. package/lib/components/okr-detail/schedule/schedule.js +41 -12
  544. package/lib/components/okr-detail/schedule/util.js +8 -0
  545. package/lib/components/okr-excel/hooks.js +70 -30
  546. package/lib/components/okr-excel/index.js +32 -10
  547. package/lib/components/okr-excel/renders.js +70 -6
  548. package/lib/components/okr-excel/setting.js +7 -0
  549. package/lib/components/okr-excel-create/components/kr-confidence/index.js +22 -3
  550. package/lib/components/okr-excel-create/components/kr-weight/index.js +39 -13
  551. package/lib/components/okr-excel-create/components/okr-align/index.js +45 -15
  552. package/lib/components/okr-excel-create/components/okr-classify/index.js +33 -7
  553. package/lib/components/okr-excel-create/components/okr-cycle/index.js +28 -7
  554. package/lib/components/okr-excel-create/components/okr-name/index.js +38 -8
  555. package/lib/components/okr-excel-create/components/okr-principal/index.js +34 -10
  556. package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +16 -7
  557. package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +16 -7
  558. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +95 -43
  559. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/request-api.js +5 -0
  560. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/util.js +21 -2
  561. package/lib/components/okr-excel-create/components/okr-progress/index.js +31 -15
  562. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +35 -5
  563. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +45 -6
  564. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.js +22 -9
  565. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +73 -24
  566. package/lib/components/okr-excel-create/components/okr-type/index.js +56 -28
  567. package/lib/components/okr-excel-create/components/okr-visibility/index.js +57 -12
  568. package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +25 -6
  569. package/lib/components/okr-excel-create/components-new/kr-weight/index.js +71 -28
  570. package/lib/components/okr-excel-create/components-new/okr-align/index.js +42 -10
  571. package/lib/components/okr-excel-create/components-new/okr-classify/index.js +37 -9
  572. package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +33 -11
  573. package/lib/components/okr-excel-create/components-new/okr-name/index.js +59 -13
  574. package/lib/components/okr-excel-create/components-new/okr-principal/index.js +37 -13
  575. package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +16 -7
  576. package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +16 -7
  577. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +95 -43
  578. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/request-api.js +5 -0
  579. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/util.js +21 -2
  580. package/lib/components/okr-excel-create/components-new/okr-progress/index.js +31 -15
  581. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +35 -5
  582. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +45 -6
  583. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.js +22 -9
  584. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +73 -24
  585. package/lib/components/okr-excel-create/components-new/okr-type/index.js +51 -21
  586. package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +60 -16
  587. package/lib/components/okr-excel-create/hooks.js +70 -30
  588. package/lib/components/okr-excel-create/index-old.js +56 -13
  589. package/lib/components/okr-excel-create/index.js +85 -35
  590. package/lib/components/okr-excel-create/setting.js +8 -0
  591. package/lib/components/okr-excel-create/utils.js +24 -2
  592. package/lib/components/okr-filter-drawer/filter-form.js +61 -17
  593. package/lib/components/okr-filter-drawer/index.js +14 -5
  594. package/lib/components/okr-flow/child-node/fields/creator.js +54 -17
  595. package/lib/components/okr-flow/child-node/fields/okrClassify.js +9 -0
  596. package/lib/components/okr-flow/child-node/fields/okrType.js +5 -0
  597. package/lib/components/okr-flow/child-node/helper.js +2 -0
  598. package/lib/components/okr-flow/child-node/index.js +39 -20
  599. package/lib/components/okr-flow/child-node/kr-node.js +23 -13
  600. package/lib/components/okr-flow/child-node/work-node.js +95 -38
  601. package/lib/components/okr-flow/context.js +4 -0
  602. package/lib/components/okr-flow/empty/index.js +7 -0
  603. package/lib/components/okr-flow/export-modal/index.js +114 -31
  604. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +112 -38
  605. package/lib/components/okr-flow/index.js +4 -0
  606. package/lib/components/okr-flow/mini-map/index.js +35 -7
  607. package/lib/components/okr-flow/mini-map/map.js +46 -20
  608. package/lib/components/okr-flow/mini-map/mini-node.js +24 -11
  609. package/lib/components/okr-flow/mini-map/utils.js +20 -8
  610. package/lib/components/okr-flow/okr-map/index.js +75 -35
  611. package/lib/components/okr-flow/open-data/index.js +26 -0
  612. package/lib/components/okr-flow/request-apis.js +44 -20
  613. package/lib/components/okr-flow/root-node/index.js +66 -22
  614. package/lib/components/okr-flow/utils/config.js +5 -1
  615. package/lib/components/okr-flow/utils/helper.js +7 -0
  616. package/lib/components/okr-flow/utils/index.js +16 -4
  617. package/lib/components/okr-flow/utils/tree-handler.js +79 -31
  618. package/lib/components/okr-guide/index.js +68 -20
  619. package/lib/components/okr-guide/request-api.js +14 -1
  620. package/lib/components/okr-period-selector/index.js +26 -11
  621. package/lib/components/okr-period-selector/request-apis.js +5 -0
  622. package/lib/components/okr-period-selector/select-cycle.js +63 -23
  623. package/lib/components/okr-progress/components/detail-title/index.js +8 -3
  624. package/lib/components/okr-progress/components/kr-progress/index.js +13 -0
  625. package/lib/components/okr-progress/components/o-progress/index.js +97 -44
  626. package/lib/components/okr-progress/components/o-progress-update/index.js +40 -7
  627. package/lib/components/okr-progress/components/sub-o-progress/index.js +11 -1
  628. package/lib/components/okr-progress/components/title/index.js +6 -1
  629. package/lib/components/okr-progress/index.js +3 -0
  630. package/lib/components/okr-progress/okr-progress/index.js +45 -15
  631. package/lib/components/okr-progress/request-apis.js +24 -5
  632. package/lib/components/okr-progress/util.js +8 -0
  633. package/lib/components/okr-progress-detail/constant.js +1 -0
  634. package/lib/components/okr-progress-detail/index.js +47 -21
  635. package/lib/components/okr-progress-detail/utils.js +18 -0
  636. package/lib/components/okr-progress-modal/helper.js +23 -2
  637. package/lib/components/okr-progress-modal/index.js +96 -42
  638. package/lib/components/okr-progress-modal/request-apis.js +9 -0
  639. package/lib/components/okr-progress-modal/style.js +18 -0
  640. package/lib/components/okr-progress-modal/textarea/index.js +11 -4
  641. package/lib/components/okr-progress-modal/textarea/style.js +8 -0
  642. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +139 -25
  643. package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +44 -0
  644. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +24 -2
  645. package/lib/components/okr-review/ReviewPop/components/Toast/style.js +6 -0
  646. package/lib/components/okr-review/ReviewPop/index.js +73 -21
  647. package/lib/components/okr-review/ReviewPop/style.js +20 -0
  648. package/lib/components/okr-review/common.js +3 -0
  649. package/lib/components/okr-review/components/ReviewItem/index.js +31 -7
  650. package/lib/components/okr-review/components/ReviewItem/style.js +18 -0
  651. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +44 -13
  652. package/lib/components/okr-review/components/confirm-pop/style.js +14 -0
  653. package/lib/components/okr-review/index.js +61 -17
  654. package/lib/components/okr-review/style.js +24 -0
  655. package/lib/components/okr-share/common-painter/darwAvatar.js +21 -0
  656. package/lib/components/okr-share/common-painter/openDataPainter.js +27 -10
  657. package/lib/components/okr-share/common-painter/setSize.js +5 -4
  658. package/lib/components/okr-share/common-painter/utils.js +40 -0
  659. package/lib/components/okr-share/index.js +34 -13
  660. package/lib/components/okr-share/pink-card/card.js +8 -0
  661. package/lib/components/okr-share/pink-card/drawDepartmentName.js +11 -0
  662. package/lib/components/okr-share/pink-card/drawKrs.js +27 -0
  663. package/lib/components/okr-share/pink-card/drawOKrName.js +3 -0
  664. package/lib/components/okr-share/pink-card/drawQuote.js +11 -0
  665. package/lib/components/okr-share/pink-card/drawUserName.js +12 -0
  666. package/lib/components/okr-share/pink-card/index.js +28 -0
  667. package/lib/components/okr-share/publishMblog.js +49 -12
  668. package/lib/components/okr-share/request-apis.js +13 -0
  669. package/lib/components/okr-share/shareCardSelector.js +24 -2
  670. package/lib/components/okr-type-icon/index.js +9 -0
  671. package/lib/components/okrcase-library/index.js +158 -93
  672. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +15 -5
  673. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +51 -25
  674. package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +22 -14
  675. package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +29 -13
  676. package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +10 -1
  677. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +112 -65
  678. package/lib/components/okrcase-library/server/network.js +93 -36
  679. package/lib/components/okrcase-library-card/index.js +53 -27
  680. package/lib/components/open-data-painter/index.js +39 -12
  681. package/lib/components/operation-records/OperationRecordItem.js +27 -2
  682. package/lib/components/operation-records/index.js +67 -18
  683. package/lib/components/operation-records/style.js +34 -0
  684. package/lib/components/order-have-award/index.js +26 -0
  685. package/lib/components/order-have-award/interface.js +2 -0
  686. package/lib/components/pagination/index.js +3 -0
  687. package/lib/components/pagination/pagination.js +30 -4
  688. package/lib/components/part-notice/index.js +41 -15
  689. package/lib/components/password-input/icon/close-eye.js +3 -0
  690. package/lib/components/password-input/icon/open-eye.js +3 -0
  691. package/lib/components/password-input/index.js +44 -14
  692. package/lib/components/period-selector/common.js +50 -0
  693. package/lib/components/period-selector/components/button/index.js +30 -12
  694. package/lib/components/period-selector/components/button/style.js +8 -0
  695. package/lib/components/period-selector/components/selector/index.js +87 -36
  696. package/lib/components/period-selector/components/selector/style.js +19 -0
  697. package/lib/components/period-selector/helper/index.js +42 -18
  698. package/lib/components/period-selector/index.js +89 -58
  699. package/lib/components/period-selector/interface.js +0 -1
  700. package/lib/components/period-selector/mockData.js +7 -0
  701. package/lib/components/period-selector/style.js +8 -0
  702. package/lib/components/photo-card/components/card/index.js +49 -19
  703. package/lib/components/photo-card/index.js +42 -8
  704. package/lib/components/photo-card/request.apis.js +11 -0
  705. package/lib/components/picker/components/panels/date-panel/date-body.js +16 -6
  706. package/lib/components/picker/components/panels/date-panel/date-head.js +23 -6
  707. package/lib/components/picker/components/panels/date-panel/date-rows.js +46 -20
  708. package/lib/components/picker/components/panels/date-panel/index.js +33 -6
  709. package/lib/components/picker/components/panels/date-panel/useRowsData.js +30 -10
  710. package/lib/components/picker/components/panels/month-panel/index.js +32 -6
  711. package/lib/components/picker/components/panels/month-panel/month-body.js +12 -1
  712. package/lib/components/picker/components/panels/month-panel/month-head.js +25 -7
  713. package/lib/components/picker/components/panels/month-panel/useRowsData.js +20 -3
  714. package/lib/components/picker/components/panels/panel-body/index.js +16 -1
  715. package/lib/components/picker/components/panels/panel-head/index.js +13 -4
  716. package/lib/components/picker/components/panels/week-panel/index.js +15 -2
  717. package/lib/components/picker/components/panels/week-panel/utils.js +33 -10
  718. package/lib/components/picker/components/panels/week-panel/week-body.js +19 -2
  719. package/lib/components/picker/components/panels/week-panel/week-head.js +12 -3
  720. package/lib/components/picker/components/panels/year-panel/index.js +20 -1
  721. package/lib/components/picker/components/panels/year-panel/useRowsData.js +21 -3
  722. package/lib/components/picker/components/panels/year-panel/year-body.js +24 -8
  723. package/lib/components/picker/components/panels/year-panel/year-head.js +20 -5
  724. package/lib/components/picker/components/picker-trigger/index.js +32 -11
  725. package/lib/components/picker/context.js +11 -0
  726. package/lib/components/picker/index.js +4 -0
  727. package/lib/components/picker/picker-panels.js +65 -15
  728. package/lib/components/picker/picker.js +61 -28
  729. package/lib/components/picker/range-picker/components/operations/index.js +11 -3
  730. package/lib/components/picker/range-picker/components/picker-trigger/index.js +33 -10
  731. package/lib/components/picker/range-picker/components/placeholder/index.js +23 -4
  732. package/lib/components/picker/range-picker/components/select-input/index.js +18 -3
  733. package/lib/components/picker/range-picker/components/shortcuts/index.js +24 -1
  734. package/lib/components/picker/range-picker/index.js +79 -29
  735. package/lib/components/picker/utils.js +52 -12
  736. package/lib/components/point-demo/constant.js +4 -0
  737. package/lib/components/point-demo/drop-down-box/index.js +49 -29
  738. package/lib/components/point-demo/index.js +135 -67
  739. package/lib/components/point-demo/input/index.js +32 -0
  740. package/lib/components/point-demo/point-demo.js +24 -4
  741. package/lib/components/point-demo/popup/index.js +51 -30
  742. package/lib/components/point-demo/popup/placement.js +4 -0
  743. package/lib/components/popup/index.js +58 -39
  744. package/lib/components/popup/placement.js +4 -0
  745. package/lib/components/popup-select/index.js +52 -17
  746. package/lib/components/praise-record/PraiseRecordItem.js +27 -2
  747. package/lib/components/praise-record/index.js +53 -10
  748. package/lib/components/praise-record/style.js +24 -0
  749. package/lib/components/progress/circle-progress/index.js +30 -25
  750. package/lib/components/progress/index.js +5 -0
  751. package/lib/components/progress/line-progress/index.js +20 -15
  752. package/lib/components/progress/okr-progress/index.js +10 -1
  753. package/lib/components/progress/ring-progress/index.js +8 -1
  754. package/lib/components/progress/ring-progress/util.js +2 -0
  755. package/lib/components/progress/utils.js +6 -2
  756. package/lib/components/promise-confirm/index.js +37 -14
  757. package/lib/components/publish-dynamic-modal/index.js +3 -0
  758. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +49 -13
  759. package/lib/components/publish-dynamic-modal/requist-api.js +10 -0
  760. package/lib/components/quick-entrance/index.js +69 -10
  761. package/lib/components/quick-entrance/render-item.js +8 -2
  762. package/lib/components/quick-entrance/request-api.js +6 -1
  763. package/lib/components/radio/index.js +4 -0
  764. package/lib/components/radio/radio.js +34 -13
  765. package/lib/components/radio/radioGroup.js +12 -4
  766. package/lib/components/range-picker-pop/index.js +72 -12
  767. package/lib/components/range-selector-pop/RangeList.js +23 -0
  768. package/lib/components/range-selector-pop/RangeSelectorPop.js +35 -7
  769. package/lib/components/rate/index.js +38 -17
  770. package/lib/components/regulation-setting-item/index.js +13 -5
  771. package/lib/components/rich-editor/enums.js +3 -0
  772. package/lib/components/rich-editor/index.js +19 -4
  773. package/lib/components/rich-editor/keymap.js +22 -7
  774. package/lib/components/rich-editor/keymaps/index.js +22 -0
  775. package/lib/components/rich-editor/models/controller.js +5 -0
  776. package/lib/components/rich-editor/models/editor.js +11 -2
  777. package/lib/components/rich-editor/models/plugin.js +6 -0
  778. package/lib/components/rich-editor/models/schema.js +40 -0
  779. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +5 -0
  780. package/lib/components/rich-editor/plugins/block/block-quote/index.js +44 -0
  781. package/lib/components/rich-editor/plugins/block/heading/commonds.js +8 -0
  782. package/lib/components/rich-editor/plugins/block/heading/index.js +43 -0
  783. package/lib/components/rich-editor/plugins/block/index.js +8 -0
  784. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +49 -25
  785. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +57 -25
  786. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +21 -11
  787. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +19 -6
  788. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +5 -0
  789. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +27 -12
  790. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +9 -3
  791. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +12 -3
  792. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +6 -3
  793. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +8 -3
  794. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +10 -3
  795. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +70 -14
  796. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +46 -14
  797. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +87 -58
  798. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +14 -3
  799. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +118 -39
  800. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +12 -1
  801. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +50 -16
  802. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +10 -0
  803. package/lib/components/rich-editor/plugins/block/lists/index.js +64 -0
  804. package/lib/components/rich-editor/plugins/block/lists/messages.js +2 -1
  805. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +34 -17
  806. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +8 -0
  807. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +24 -8
  808. package/lib/components/rich-editor/plugins/block/lists/styles.js +4 -0
  809. package/lib/components/rich-editor/plugins/block/lists/transforms.js +95 -47
  810. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +12 -4
  811. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +31 -0
  812. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +24 -1
  813. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +40 -11
  814. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +8 -1
  815. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +63 -20
  816. package/lib/components/rich-editor/plugins/block/lists/utils.js +17 -4
  817. package/lib/components/rich-editor/plugins/block/paragraph/index.js +32 -0
  818. package/lib/components/rich-editor/plugins/core/index.js +36 -0
  819. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +12 -0
  820. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +8 -0
  821. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +13 -2
  822. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +5 -0
  823. package/lib/components/rich-editor/plugins/extension/alignment/index.js +34 -0
  824. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +3 -2
  825. package/lib/components/rich-editor/plugins/extension/index.js +2 -0
  826. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +37 -0
  827. package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +5 -0
  828. package/lib/components/rich-editor/plugins/index.js +6 -0
  829. package/lib/components/rich-editor/plugins/inline/color/commond.js +41 -20
  830. package/lib/components/rich-editor/plugins/inline/color/consts.js +3 -0
  831. package/lib/components/rich-editor/plugins/inline/color/index.js +61 -0
  832. package/lib/components/rich-editor/plugins/inline/color/selector.js +59 -14
  833. package/lib/components/rich-editor/plugins/inline/color/util.js +5 -0
  834. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +46 -0
  835. package/lib/components/rich-editor/plugins/inline/em/index.js +32 -0
  836. package/lib/components/rich-editor/plugins/inline/index.js +12 -0
  837. package/lib/components/rich-editor/plugins/inline/link/commands.js +47 -13
  838. package/lib/components/rich-editor/plugins/inline/link/index.js +48 -2
  839. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +18 -6
  840. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +68 -14
  841. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +48 -16
  842. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +28 -5
  843. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +33 -4
  844. package/lib/components/rich-editor/plugins/inline/link/utils.js +6 -0
  845. package/lib/components/rich-editor/plugins/inline/strong/index.js +44 -0
  846. package/lib/components/rich-editor/plugins/inline/under-line/index.js +47 -0
  847. package/lib/components/rich-editor/plugins/util.js +55 -9
  848. package/lib/components/rich-editor/react/reactNodeView.js +93 -31
  849. package/lib/components/rich-editor/react/uiProvider.js +56 -5
  850. package/lib/components/rich-editor/schemas/basic.js +13 -15
  851. package/lib/components/rich-editor/schemas/index.js +5 -0
  852. package/lib/components/rich-editor/schemas/list.js +90 -61
  853. package/lib/components/rich-editor/types/index.js +2 -0
  854. package/lib/components/rich-editor/ui/Popup/index.js +64 -20
  855. package/lib/components/rich-editor/ui/Popup/utils.js +135 -65
  856. package/lib/components/rich-editor/ui/editor/index.js +51 -18
  857. package/lib/components/rich-editor/ui/normal-toolbar/index.js +30 -4
  858. package/lib/components/rich-editor/utils/browser.js +2 -0
  859. package/lib/components/rich-editor/utils/commands.js +69 -15
  860. package/lib/components/rich-editor/utils/document.js +48 -10
  861. package/lib/components/rich-editor/utils/event.js +14 -0
  862. package/lib/components/rich-editor/utils/helpers.js +1 -0
  863. package/lib/components/rich-editor/utils/mark.js +42 -14
  864. package/lib/components/rich-editor/utils/slice.js +21 -0
  865. package/lib/components/rich-editor/utils/toolbar.js +51 -6
  866. package/lib/components/rich-editor-at/components/index.js +53 -25
  867. package/lib/components/rich-editor-at/index.js +50 -21
  868. package/lib/components/rich-editor-upload/index.js +33 -11
  869. package/lib/components/scroll-container/index.js +112 -50
  870. package/lib/components/scrollbar/index.js +37 -15
  871. package/lib/components/scrollbar/scroll-mask/index.js +53 -22
  872. package/lib/components/scrollbar/simplebar/helpers.js +12 -0
  873. package/lib/components/scrollbar/simplebar/index.js +16 -6
  874. package/lib/components/scrollbar/simplebar/scrollbar-width.js +10 -0
  875. package/lib/components/scrollbar/simplebar/simplebar.js +136 -52
  876. package/lib/components/scrollbar/simplebar-react.js +33 -3
  877. package/lib/components/search-dropdown/index.js +11 -0
  878. package/lib/components/search-input/index.js +43 -13
  879. package/lib/components/search-key-handle/index.js +11 -5
  880. package/lib/components/select/Option.js +31 -2
  881. package/lib/components/select/index.js +80 -15
  882. package/lib/components/select-layer/index.js +47 -23
  883. package/lib/components/select-tags/index.js +48 -21
  884. package/lib/components/selector-input/debounce.js +7 -0
  885. package/lib/components/selector-input/index.js +37 -11
  886. package/lib/components/slider-input/index.js +42 -17
  887. package/lib/components/stateless-dropdown/dropdown-selector.js +0 -11
  888. package/lib/components/stateless-dropdown/index.js +3 -0
  889. package/lib/components/stateless-dropdown/stateless-dropdown.js +14 -4
  890. package/lib/components/status-time/index.js +47 -24
  891. package/lib/components/stop-taking-modal/index.js +38 -15
  892. package/lib/components/superset-charts/components/chart/index.js +5 -2
  893. package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +22 -0
  894. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +32 -3
  895. package/lib/components/superset-charts/fetch-assets-and-append/index.js +17 -0
  896. package/lib/components/superset-charts/index.js +3 -0
  897. package/lib/components/superset-charts/utils/axios.js +24 -0
  898. package/lib/components/survey-model/contact.js +29 -5
  899. package/lib/components/survey-model/index.js +72 -25
  900. package/lib/components/survey-model/instance.js +20 -0
  901. package/lib/components/survey-model/request-api.js +14 -4
  902. package/lib/components/switch/index.js +14 -3
  903. package/lib/components/table/index.js +89 -32
  904. package/lib/components/table-excel/index.js +14 -2
  905. package/lib/components/table-excel-v2/index.js +184 -95
  906. package/lib/components/table-excel-v2/utils.js +4 -0
  907. package/lib/components/tabs/index.js +25 -5
  908. package/lib/components/tabs/tabBtns.js +27 -7
  909. package/lib/components/tag/index.js +23 -8
  910. package/lib/components/task-relation-modal/context.js +4 -0
  911. package/lib/components/task-relation-modal/helper.js +30 -0
  912. package/lib/components/task-relation-modal/index.js +102 -35
  913. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +101 -50
  914. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +57 -22
  915. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +61 -28
  916. package/lib/components/task-relation-modal/okr-relation/request-api.js +27 -12
  917. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +36 -8
  918. package/lib/components/task-relation-modal/radio.js +27 -8
  919. package/lib/components/task-relation-modal/relation-single-okr/index.js +59 -24
  920. package/lib/components/task-relation-modal/request-api.js +42 -21
  921. package/lib/components/task-relation-modal/search/category-select.js +23 -4
  922. package/lib/components/task-relation-modal/search/okr-status-select.js +23 -4
  923. package/lib/components/task-relation-modal/search/okr-type-select.js +28 -8
  924. package/lib/components/task-relation-modal/search/principal.js +42 -15
  925. package/lib/components/task-relation-modal/search/relation.js +24 -4
  926. package/lib/components/task-relation-modal/search/search-dropdown/index.js +7 -1
  927. package/lib/components/task-relation-modal/search/task-relation.js +24 -4
  928. package/lib/components/task-relation-modal/search/task-status-select.js +24 -4
  929. package/lib/components/task-relation-modal/search/work-relation.js +24 -4
  930. package/lib/components/task-relation-modal/search/work-status-select.js +23 -4
  931. package/lib/components/task-relation-modal/tree/category-tree/index.js +83 -29
  932. package/lib/components/task-relation-modal/tree/category-tree/search-form.js +26 -6
  933. package/lib/components/task-relation-modal/tree/okr-tree/index.js +91 -37
  934. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +53 -20
  935. package/lib/components/task-relation-modal/tree/work-list/index.js +68 -30
  936. package/lib/components/task-relation-modal/tree/work-list/search-form.js +42 -15
  937. package/lib/components/task-relation-modal/tree/work-tree/index.js +82 -30
  938. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +42 -14
  939. package/lib/components/task-relation-modal/tree-node/category-node/index.js +27 -9
  940. package/lib/components/task-relation-modal/tree-node/index.js +16 -0
  941. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +28 -7
  942. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +30 -7
  943. package/lib/components/task-relation-modal/tree-node/o-node/index.js +40 -10
  944. package/lib/components/task-relation-modal/tree-node/work-node/index.js +30 -7
  945. package/lib/components/task-relation-modal/work-relation/index.js +79 -24
  946. package/lib/components/task-tree/helper.js +10 -0
  947. package/lib/components/task-tree/index.js +4 -0
  948. package/lib/components/task-tree/request-apis.js +23 -11
  949. package/lib/components/task-tree/task-item-node/constant.js +7 -0
  950. package/lib/components/task-tree/task-item-node/e-empty.js +8 -0
  951. package/lib/components/task-tree/task-item-node/e-project.js +58 -15
  952. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +30 -5
  953. package/lib/components/task-tree/task-item-node/e-task.js +119 -54
  954. package/lib/components/task-tree/task-item-node/get-process-color.js +5 -0
  955. package/lib/components/task-tree/task-item-node/task-node-render.js +12 -0
  956. package/lib/components/task-tree/task-tree.js +17 -4
  957. package/lib/components/textarea/index.js +102 -54
  958. package/lib/components/time-picker/index.js +3 -0
  959. package/lib/components/time-picker/time-picker-selector.js +38 -14
  960. package/lib/components/time-picker/time-picker.js +67 -18
  961. package/lib/components/time-picker/timer-picker-input.js +27 -12
  962. package/lib/components/time-picker/utils.js +9 -2
  963. package/lib/components/tita-chart/base/index.js +2 -0
  964. package/lib/components/tita-chart/charts/custom-tooltip.js +4 -0
  965. package/lib/components/tita-chart/charts/liquid-ball.js +41 -20
  966. package/lib/components/tita-chart/charts/pie.js +19 -11
  967. package/lib/components/tita-chart/charts/words-cloud.js +25 -3
  968. package/lib/components/tita-chart/errorBoundary/index.js +25 -0
  969. package/lib/components/tita-chart/hooks/useChart.js +53 -15
  970. package/lib/components/tita-chart/index.js +5 -0
  971. package/lib/components/tita-chart/interface.js +4 -0
  972. package/lib/components/tita-chart/plots/liquid/index.js +27 -11
  973. package/lib/components/tita-chart/plots/pie/index.js +27 -11
  974. package/lib/components/tita-chart/plots/wordscloud/index.js +27 -11
  975. package/lib/components/tita-chart/util/createLoading.js +8 -0
  976. package/lib/components/tita-chart/util/createNode.js +7 -1
  977. package/lib/components/tita-chart/util/getChart.js +4 -0
  978. package/lib/components/tita-chart/util/index.js +2 -0
  979. package/lib/components/tita-chart/util/utils.js +27 -8
  980. package/lib/components/toast/components/SuccessRender.js +12 -0
  981. package/lib/components/toast/index.js +45 -12
  982. package/lib/components/toast/style/index.js +8 -0
  983. package/lib/components/tooltip/error-tip.js +7 -0
  984. package/lib/components/tooltip/index.js +6 -0
  985. package/lib/components/tooltip/tooltip-rows/index.js +40 -22
  986. package/lib/components/tooltip/tooltip-text/index.js +35 -18
  987. package/lib/components/tooltip/tooltip.js +10 -1
  988. package/lib/components/top-global-prompt/index.js +15 -2
  989. package/lib/components/tree/index.js +16 -3
  990. package/lib/components/try-version-modal/index.js +29 -4
  991. package/lib/components/update-modal/index.js +28 -8
  992. package/lib/components/update-modal/request-api.js +5 -0
  993. package/lib/components/upload/components/uploadedPreview.js +57 -14
  994. package/lib/components/upload/index.js +182 -37
  995. package/lib/components/upload/index2.js +112 -52
  996. package/lib/components/upload/style.js +24 -0
  997. package/lib/components/upload/type.js +5 -2
  998. package/lib/components/upload/util.js +35 -0
  999. package/lib/components/upload-modal/index.js +48 -11
  1000. package/lib/components/upload-photo-modal/constant.js +2 -0
  1001. package/lib/components/upload-photo-modal/index.js +68 -20
  1002. package/lib/components/upload-photo-modal/request-api.js +10 -0
  1003. package/lib/components/upvote/attitude.js +3 -0
  1004. package/lib/components/upvote/index.js +86 -27
  1005. package/lib/components/upvote/request-apis.js +15 -4
  1006. package/lib/components/upvote/selector.js +50 -23
  1007. package/lib/components/upvote/upvoteListModal.js +34 -7
  1008. package/lib/components/user-selector/action-btns/index.js +5 -0
  1009. package/lib/components/user-selector/category-selector-panel/depart-tree.js +27 -13
  1010. package/lib/components/user-selector/category-selector-panel/group-tree.js +25 -11
  1011. package/lib/components/user-selector/category-selector-panel/index.js +47 -22
  1012. package/lib/components/user-selector/category-selector-panel/subordinate-tree.js +21 -7
  1013. package/lib/components/user-selector/constant.js +7 -0
  1014. package/lib/components/user-selector/context.js +6 -0
  1015. package/lib/components/user-selector/empty/group.js +8 -0
  1016. package/lib/components/user-selector/empty/index.js +7 -1
  1017. package/lib/components/user-selector/enum.js +1 -0
  1018. package/lib/components/user-selector/export-modules/depart-search-selector/index.js +105 -56
  1019. package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +10 -4
  1020. package/lib/components/user-selector/export-modules/duties-selector/index.js +61 -25
  1021. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +135 -92
  1022. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +55 -18
  1023. package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +15 -1
  1024. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +40 -14
  1025. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +19 -5
  1026. package/lib/components/user-selector/export-modules/group-selector/index.js +57 -22
  1027. package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +28 -9
  1028. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +81 -49
  1029. package/lib/components/user-selector/export-modules/single-selector/index.js +52 -28
  1030. package/lib/components/user-selector/index.js +7 -0
  1031. package/lib/components/user-selector/layout/index.js +6 -2
  1032. package/lib/components/user-selector/loading/index.js +4 -0
  1033. package/lib/components/user-selector/request-apis.js +81 -41
  1034. package/lib/components/user-selector/searched-panel/index.js +75 -40
  1035. package/lib/components/user-selector/searched-panel/result-part.js +11 -5
  1036. package/lib/components/user-selector/select-tree/choose-tree/index.js +81 -35
  1037. package/lib/components/user-selector/select-tree/selected-tree/index.js +31 -6
  1038. package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +11 -2
  1039. package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +5 -0
  1040. package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +16 -3
  1041. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +22 -3
  1042. package/lib/components/user-selector/selected-panel/index.js +31 -12
  1043. package/lib/components/user-selector/utils.js +19 -2
  1044. package/lib/components/version-change-modal/constant.js +3 -0
  1045. package/lib/components/version-change-modal/index.js +71 -23
  1046. package/lib/components/version-change-modal/request-api.js +11 -0
  1047. package/lib/components/video-modal/components/video-box/index.js +100 -70
  1048. package/lib/components/video-modal/index.js +54 -32
  1049. package/lib/components/video-modal/utils.js +4 -0
  1050. package/lib/components/viewer/ImageListRender.js +44 -8
  1051. package/lib/components/viewer/index.js +53 -5
  1052. package/lib/components/wechat-btn/index.js +86 -44
  1053. package/lib/components/weekly-report/board.js +5 -0
  1054. package/lib/components/weekly-report/card.js +52 -11
  1055. package/lib/components/weekly-report/common-painter/darwAvatar.js +26 -0
  1056. package/lib/components/weekly-report/common-painter/drawName.js +11 -0
  1057. package/lib/components/weekly-report/common-painter/openDataPainter.js +23 -7
  1058. package/lib/components/weekly-report/common-painter/setSize.js +5 -4
  1059. package/lib/components/weekly-report/common-painter/utils.js +18 -1
  1060. package/lib/components/weekly-report/index.js +55 -12
  1061. package/lib/components/weekly-report/statistics.js +7 -0
  1062. package/lib/components/word-cloud/index.js +28 -8
  1063. package/lib/components/word-cloud/request-apis.js +7 -0
  1064. package/lib/components/write-summary-modal/index.js +40 -11
  1065. package/lib/components/write-summary-modal/interface.js +2 -0
  1066. package/lib/components/write-summary-modal/request-api.js +3 -0
  1067. package/lib/components/write-summary-modal/utils.js +5 -0
  1068. package/lib/components-v1/animate/AnimateChild.js +26 -0
  1069. package/lib/components-v1/animate/animate.js +41 -0
  1070. package/lib/components-v1/animate/index.js +3 -0
  1071. package/lib/components-v1/avatar/index.js +52 -8
  1072. package/lib/components-v1/avatar/styles.js +8 -0
  1073. package/lib/components-v1/buttonv2/ButtonLinked.js +12 -3
  1074. package/lib/components-v1/buttonv2/ButtonOutlined.js +24 -2
  1075. package/lib/components-v1/buttonv2/ButtonRounded.js +35 -7
  1076. package/lib/components-v1/buttonv2/DefaultButton.js +31 -5
  1077. package/lib/components-v1/buttonv2/index.js +4 -0
  1078. package/lib/components-v1/buttonv2/style/style.js +15 -4
  1079. package/lib/components-v1/confirm/index.js +45 -6
  1080. package/lib/components-v1/dom/index.js +3 -1
  1081. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +31 -3
  1082. package/lib/components-v1/dropDownSelector/dropDownSelector.js +47 -11
  1083. package/lib/components-v1/dropDownSelector/styles/index.js +8 -0
  1084. package/lib/components-v1/input/Enums.js +1 -0
  1085. package/lib/components-v1/input/Input.js +58 -11
  1086. package/lib/components-v1/input/InputNumber.js +62 -13
  1087. package/lib/components-v1/input/style/index.js +14 -0
  1088. package/lib/components-v1/placement/index.js +3 -0
  1089. package/lib/components-v1/placement/placement.js +33 -0
  1090. package/lib/components-v1/placement/placementInner.js +35 -0
  1091. package/lib/components-v1/pop/Pop.js +64 -9
  1092. package/lib/components-v1/pop/PopInner.js +49 -14
  1093. package/lib/components-v1/pop/index.js +3 -0
  1094. package/lib/components-v1/popConfirm/index.js +60 -22
  1095. package/lib/components-v1/popConfirm/style.js +8 -0
  1096. package/lib/components-v1/portals/Portals.js +27 -2
  1097. package/lib/components-v1/progress/CircleProgress.js +40 -14
  1098. package/lib/components-v1/progress/LineProgress.js +25 -4
  1099. package/lib/components-v1/progress/index.js +31 -2
  1100. package/lib/components-v1/radio/index.js +3 -0
  1101. package/lib/components-v1/radio/radio.js +40 -5
  1102. package/lib/components-v1/radio/radioGroup.js +35 -8
  1103. package/lib/components-v1/search/cache.js +17 -0
  1104. package/lib/components-v1/search/index.js +53 -6
  1105. package/lib/components-v1/select/Option.js +31 -2
  1106. package/lib/components-v1/select/index.js +80 -15
  1107. package/lib/components-v1/tabs/index.js +30 -4
  1108. package/lib/components-v1/tabs/style.js +14 -0
  1109. package/lib/components-v1/textarea/index.js +56 -20
  1110. package/lib/components-v1/textarea/style.js +12 -0
  1111. package/lib/components-v1/transition/index.js +81 -35
  1112. package/lib/components-v1/userSelector/UserSelectorPop.js +51 -17
  1113. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +40 -2
  1114. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +46 -3
  1115. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +53 -16
  1116. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +33 -0
  1117. package/lib/components-v1/userSelector/components/MultiMode/index.js +52 -16
  1118. package/lib/components-v1/userSelector/components/SearchBar.js +37 -2
  1119. package/lib/components-v1/userSelector/components/SingleMode.js +51 -5
  1120. package/lib/components-v1/userSelector/components/UserItem.js +32 -5
  1121. package/lib/components-v1/userSelector/index.js +62 -13
  1122. package/lib/components-v1/userSelector/style.js +64 -0
  1123. package/lib/components-v1/utils/animate/animate.js +23 -0
  1124. package/lib/components-v1/utils/animate/event.js +8 -0
  1125. package/lib/components-v1/utils/common/tools.js +3 -0
  1126. package/lib/components-v1/utils/dom/index.js +3 -1
  1127. package/lib/components-v1/utils/placement/autoAdjustPlacement.js +10 -6
  1128. package/lib/components-v1/utils/placement/getContainerVisibleArea.js +1 -1
  1129. package/lib/components-v1/utils/placement/getExpectPlacement.js +3 -0
  1130. package/lib/components-v1/utils/placement/getPlacementInContainer.js +1 -0
  1131. package/lib/components-v1/utils/placement/placement.js +17 -1
  1132. package/lib/hooks/useGlobalState.js +14 -3
  1133. package/lib/hooks/useLocalStorage.js +13 -3
  1134. package/lib/hooks/useTouch.js +57 -32
  1135. package/lib/index.js +129 -0
  1136. package/lib/pages/aha2021/index.js +50 -5
  1137. package/lib/pages/aha2021/new-menu-switcher/index.js +31 -9
  1138. package/lib/pages/aha2021/request-api.js +3 -0
  1139. package/lib/pages/appointment-demo/drop-down-box/index.js +49 -28
  1140. package/lib/pages/appointment-demo/index.js +122 -59
  1141. package/lib/pages/appointment-demo/input/index.js +32 -0
  1142. package/lib/pages/appointment-demo/popup/index.js +51 -30
  1143. package/lib/pages/appointment-demo/popup/placement.js +4 -0
  1144. package/lib/pages/demo-free/index.js +7 -0
  1145. package/lib/pages/dynamic/index.js +13 -0
  1146. package/lib/pages/group-management/components/checkbox/index.js +8 -0
  1147. package/lib/pages/group-management/components/input-form/index.js +32 -0
  1148. package/lib/pages/group-management/components/openData/index.js +62 -4
  1149. package/lib/pages/group-management/components/radio/index.js +5 -0
  1150. package/lib/pages/group-management/components/table/index.js +52 -14
  1151. package/lib/pages/group-management/groupInterface.js +63 -13
  1152. package/lib/pages/group-management/index.js +3 -0
  1153. package/lib/pages/group-management/page-view/empty.js +32 -8
  1154. package/lib/pages/group-management/page-view/group-empty.js +21 -3
  1155. package/lib/pages/group-management/page-view/importGroupStaff/index.js +57 -21
  1156. package/lib/pages/group-management/page-view/index.js +132 -70
  1157. package/lib/pages/group-management/page-view/loading/index.js +10 -0
  1158. package/lib/pages/group-management/table/index.js +21 -5
  1159. package/lib/pages/group-management/tree/add-group-dialog/index.js +43 -11
  1160. package/lib/pages/group-management/tree/delete-group-dialog/index.js +19 -2
  1161. package/lib/pages/group-management/tree/edit-group-dialog/index.js +43 -11
  1162. package/lib/pages/group-management/tree/group-form/index.js +60 -26
  1163. package/lib/pages/group-management/tree/index.js +46 -13
  1164. package/lib/pages/group-management/tree/operation-panel.js +11 -1
  1165. package/lib/pages/group-management/tree/trigger-render.js +29 -3
  1166. package/lib/pages/home/components/data-list/index.js +49 -18
  1167. package/lib/pages/home/components/data-list/nav-selector/index.js +17 -7
  1168. package/lib/pages/home/components/data-list/table/columns/createDate.js +4 -0
  1169. package/lib/pages/home/components/data-list/table/columns/cycleTime.js +5 -0
  1170. package/lib/pages/home/components/data-list/table/columns/index.js +12 -0
  1171. package/lib/pages/home/components/data-list/table/columns/krName.js +6 -0
  1172. package/lib/pages/home/components/data-list/table/columns/link.js +5 -1
  1173. package/lib/pages/home/components/data-list/table/columns/okrName.js +10 -3
  1174. package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +30 -8
  1175. package/lib/pages/home/components/data-list/table/columns/tag.js +7 -1
  1176. package/lib/pages/home/components/data-list/table/columns/updateTime.js +6 -0
  1177. package/lib/pages/home/components/data-list/table/columns/user.js +11 -4
  1178. package/lib/pages/home/components/data-list/table/empty-table.js +9 -4
  1179. package/lib/pages/home/components/data-list/table/index.js +44 -17
  1180. package/lib/pages/home/components/data-list/table/utils-function.js +42 -11
  1181. package/lib/pages/home/components/guide/index.js +27 -4
  1182. package/lib/pages/home/components/guide/stepItem.js +13 -5
  1183. package/lib/pages/home/components/header/index.js +13 -1
  1184. package/lib/pages/home/index.js +12 -1
  1185. package/lib/pages/home-page-data-list/index.js +49 -18
  1186. package/lib/pages/like-ranking/column.js +17 -2
  1187. package/lib/pages/like-ranking/index.js +86 -35
  1188. package/lib/pages/like-ranking/request-api.js +3 -0
  1189. package/lib/pages/new-okr-list/context.js +4 -0
  1190. package/lib/pages/new-okr-list/header/comments.js +25 -10
  1191. package/lib/pages/new-okr-list/header/common.js +12 -0
  1192. package/lib/pages/new-okr-list/header/create-okr.js +29 -3
  1193. package/lib/pages/new-okr-list/header/depart-title.js +16 -4
  1194. package/lib/pages/new-okr-list/header/filter.js +76 -39
  1195. package/lib/pages/new-okr-list/header/index.js +127 -49
  1196. package/lib/pages/new-okr-list/header/okr-import.js +53 -10
  1197. package/lib/pages/new-okr-list/header/operate-record.js +34 -12
  1198. package/lib/pages/new-okr-list/header/relation-title.js +7 -0
  1199. package/lib/pages/new-okr-list/header/user-title.js +6 -1
  1200. package/lib/pages/new-okr-list/index.js +127 -47
  1201. package/lib/pages/new-okr-list/init-cycle-setting.js +19 -3
  1202. package/lib/pages/new-okr-list/keyword-search/index.js +36 -8
  1203. package/lib/pages/new-okr-list/list/index.js +28 -14
  1204. package/lib/pages/new-okr-list/loading.js +7 -1
  1205. package/lib/pages/new-okr-list/request-api.js +47 -0
  1206. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +62 -23
  1207. package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +10 -3
  1208. package/lib/pages/okr-map/export-modules/okr-map/index.js +5 -0
  1209. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +170 -81
  1210. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +33 -12
  1211. package/lib/pages/okr-map/export-modules/share-okr-page/index.js +5 -0
  1212. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +76 -36
  1213. package/lib/pages/okr-map/hooks/useStorage.js +46 -21
  1214. package/lib/pages/okr-map/index.js +4 -0
  1215. package/lib/pages/okr-map/level2-search/depart.js +13 -3
  1216. package/lib/pages/okr-map/level2-search/group.js +21 -3
  1217. package/lib/pages/okr-map/level2-search/index.js +17 -4
  1218. package/lib/pages/okr-map/level2-search/level2-input.js +11 -2
  1219. package/lib/pages/okr-map/level2-search/user.js +15 -3
  1220. package/lib/pages/okr-map/no-okr/index.js +3 -0
  1221. package/lib/pages/okr-map/number-select/index.js +31 -12
  1222. package/lib/pages/okr-map/open-data/index.js +26 -0
  1223. package/lib/pages/okr-map/request-apis.js +20 -2
  1224. package/lib/pages/okr-map/share-dialog/index.js +43 -14
  1225. package/lib/pages/okr-map/unsupport-ie/index.js +30 -6
  1226. package/lib/pages/okr-map/utils.js +19 -3
  1227. package/lib/pages/pay/index.js +16 -6
  1228. package/lib/pages/personal-info/components/base-info/index.js +39 -11
  1229. package/lib/pages/personal-info/components/edit-base-info/index.js +50 -16
  1230. package/lib/pages/personal-info/components/person-photo/index.js +34 -9
  1231. package/lib/pages/personal-info/index.js +9 -0
  1232. package/lib/pages/personal-info/request-api.js +8 -0
  1233. package/lib/utils/array.js +5 -3
  1234. package/lib/utils/auth.js +100 -42
  1235. package/lib/utils/bs-global.js +38 -9
  1236. package/lib/utils/check.js +2 -0
  1237. package/lib/utils/constant.js +7 -0
  1238. package/lib/utils/date-test-change.js +18 -4
  1239. package/lib/utils/editor.js +22 -6
  1240. package/lib/utils/error-level.js +2 -0
  1241. package/lib/utils/format-time.js +57 -30
  1242. package/lib/utils/getLocale.js +3 -0
  1243. package/lib/utils/helpers.js +62 -10
  1244. package/lib/utils/hooks.js +37 -16
  1245. package/lib/utils/i18n-front-translate.js +7 -0
  1246. package/lib/utils/local-storage.js +9 -0
  1247. package/lib/utils/mblog.js +2 -0
  1248. package/lib/utils/open-data.js +124 -25
  1249. package/lib/utils/platform.js +27 -4
  1250. package/lib/utils/request-v1.js +32 -6
  1251. package/lib/utils/request.js +39 -16
  1252. package/lib/utils/roundWeight.js +22 -0
  1253. package/lib/utils/tita-okr-cycle.js +0 -2
  1254. package/lib/utils/tools.js +83 -23
  1255. package/package.json +1 -1
  1256. package/lib/components/dynamic/components/new-upvote-item/attitude.js +0 -35
  1257. package/lib/components/dynamic/components/new-upvote-item/img/666.svg +0 -102
  1258. package/lib/components/dynamic/components/new-upvote-item/img/bixin.svg +0 -71
  1259. package/lib/components/dynamic/components/new-upvote-item/img/fighting.svg +0 -152
  1260. package/lib/components/dynamic/components/new-upvote-item/img/nice.svg +0 -108
  1261. package/lib/components/dynamic/components/new-upvote-item/img/thumb-up.svg +0 -130
  1262. package/lib/components/dynamic/components/new-upvote-item/img/welldone.svg +0 -59
  1263. package/lib/components/dynamic/components/new-upvote-item/index.css +0 -32
  1264. package/lib/components/dynamic/components/new-upvote-item/index.js +0 -39
  1265. package/lib/components/dynamic/dynamic-item/components/footer-left/index.css +0 -21
  1266. package/lib/components/dynamic/dynamic-item/components/footer-left/index.js +0 -64
  1267. package/lib/components/unchain-okr-modal/img/bg.png +0 -0
  1268. package/lib/components/unchain-okr-modal/img/close.png +0 -0
  1269. package/lib/components/unchain-okr-modal/index.css +0 -34
  1270. package/lib/components/unchain-okr-modal/index.js +0 -92
  1271. package/lib/components/unchain-okr-modal/request-api.js +0 -14
@@ -1,93 +1,137 @@
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 _tooltip = _interopRequireDefault(require("../tooltip"));
13
+
10
14
  var _dialogUploadType = _interopRequireDefault(require("../dialog-upload-type"));
15
+
11
16
  var _dialogQqDocs = _interopRequireDefault(require("../dialog-qq-docs"));
17
+
12
18
  var _getLocale = require("../../utils/getLocale");
19
+
13
20
  var _Portals = _interopRequireDefault(require("../../components-v1/portals/Portals"));
21
+
14
22
  var _upload = _interopRequireDefault(require("../upload/upload"));
23
+
15
24
  require("./index.css");
25
+
16
26
  var _utils = require("../dialog-qq-docs/utils");
27
+
17
28
  var _platform = require("../../utils/platform");
29
+
18
30
  var _uploadedPreview = _interopRequireDefault(require("./components/uploadedPreview"));
31
+
19
32
  var _tools = require("../../utils/tools");
33
+
20
34
  var _excluded = ["children", "onlyLocal", "attachmentTipText"];
35
+
21
36
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
37
+
22
38
  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); }
39
+
23
40
  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; }
41
+
24
42
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
43
+
25
44
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
45
+
26
46
  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; }
47
+
27
48
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
49
+
28
50
  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."); }
51
+
29
52
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
53
+
30
54
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
55
+
31
56
  function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
57
+
32
58
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
59
+
33
60
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
61
+
34
62
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
63
+
35
64
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
65
+
36
66
  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); }
67
+
37
68
  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; }
69
+
38
70
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
71
+
39
72
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
73
+
40
74
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
75
+
41
76
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
77
+
42
78
  /** 是否开启腾讯文档选项 */
43
- var openTencentDocFile = window.BSGlobal && window.BSGlobal.TenantAdvancedSetting.TenantFunAdvancedSetting.TencentDocFile &&
44
- // 默认在钉钉环境下禁用
79
+ var openTencentDocFile = window.BSGlobal && window.BSGlobal.TenantAdvancedSetting.TenantFunAdvancedSetting.TencentDocFile && // 默认在钉钉环境下禁用
45
80
  !(0, _platform.isDD)(true);
81
+
46
82
  var onDefaultSubmit = function onDefaultSubmit() {};
83
+
47
84
  var UploadMode = function UploadMode(_ref) {
48
85
  var children = _ref.children,
49
- _ref$onlyLocal = _ref.onlyLocal,
50
- onlyLocal = _ref$onlyLocal === void 0 ? !openTencentDocFile : _ref$onlyLocal,
51
- _ref$attachmentTipTex = _ref.attachmentTipText,
52
- attachmentTipText = _ref$attachmentTipTex === void 0 ? (0, _getLocale.getLocale)('OKR_MyO_KRP_Draganddropu') : _ref$attachmentTipTex,
53
- restProps = _objectWithoutProperties(_ref, _excluded);
86
+ _ref$onlyLocal = _ref.onlyLocal,
87
+ onlyLocal = _ref$onlyLocal === void 0 ? !openTencentDocFile : _ref$onlyLocal,
88
+ _ref$attachmentTipTex = _ref.attachmentTipText,
89
+ attachmentTipText = _ref$attachmentTipTex === void 0 ? (0, _getLocale.getLocale)('OKR_MyO_KRP_Draganddropu') : _ref$attachmentTipTex,
90
+ restProps = _objectWithoutProperties(_ref, _excluded);
91
+
54
92
  var _useState = (0, _react.useState)(),
55
- _useState2 = _slicedToArray(_useState, 2),
56
- defaultQQDocsData = _useState2[0],
57
- setDefaultQQDocsData = _useState2[1];
58
- // 区分存储腾讯文档数据和本地文件
93
+ _useState2 = _slicedToArray(_useState, 2),
94
+ defaultQQDocsData = _useState2[0],
95
+ setDefaultQQDocsData = _useState2[1]; // 区分存储腾讯文档数据和本地文件
96
+
97
+
59
98
  var _useState3 = (0, _react.useState)([]),
60
- _useState4 = _slicedToArray(_useState3, 2),
61
- qqFileData = _useState4[0],
62
- setQQFileData = _useState4[1];
99
+ _useState4 = _slicedToArray(_useState3, 2),
100
+ qqFileData = _useState4[0],
101
+ setQQFileData = _useState4[1];
102
+
63
103
  var _useState5 = (0, _react.useState)([]),
64
- _useState6 = _slicedToArray(_useState5, 2),
65
- localFileData = _useState6[0],
66
- setLocalFileData = _useState6[1];
104
+ _useState6 = _slicedToArray(_useState5, 2),
105
+ localFileData = _useState6[0],
106
+ setLocalFileData = _useState6[1];
107
+
67
108
  var _useState7 = (0, _react.useState)([]),
68
- _useState8 = _slicedToArray(_useState7, 2),
69
- dragFileData = _useState8[0],
70
- setDragFileData = _useState8[1];
109
+ _useState8 = _slicedToArray(_useState7, 2),
110
+ dragFileData = _useState8[0],
111
+ setDragFileData = _useState8[1];
112
+
71
113
  var _useState9 = (0, _react.useState)([]),
72
- _useState10 = _slicedToArray(_useState9, 2),
73
- allFileData = _useState10[0],
74
- setAllFileData = _useState10[1];
114
+ _useState10 = _slicedToArray(_useState9, 2),
115
+ allFileData = _useState10[0],
116
+ setAllFileData = _useState10[1];
117
+
75
118
  var onSubmit = restProps.onSubmit;
76
119
  (0, _react.useEffect)(function () {
77
120
  function handleMessage(event) {
78
121
  var origin = event.origin;
79
- console.log('origin', origin);
122
+ console.log('origin', origin); // 腾讯授权完成通知
80
123
 
81
- // 腾讯授权完成通知
82
124
  if (event.data.tencentAuthSuccess) {
83
125
  console.log('授权完成');
84
126
  }
85
127
  }
128
+
86
129
  if (typeof window.addEventListener !== 'undefined') {
87
130
  window.addEventListener('message', handleMessage, false);
88
131
  } else if (typeof window.attachEvent !== 'undefined') {
89
132
  window.attachEvent('onmessage', handleMessage);
90
133
  }
134
+
91
135
  return function () {
92
136
  if (typeof window.removeEventListener !== 'undefined') {
93
137
  window.removeEventListener('message', handleMessage);
@@ -96,20 +140,24 @@ var UploadMode = function UploadMode(_ref) {
96
140
  }
97
141
  };
98
142
  }, []);
143
+
99
144
  var _useState11 = (0, _react.useState)(false),
100
- _useState12 = _slicedToArray(_useState11, 2),
101
- dialogUploadTypeVidible = _useState12[0],
102
- setDialogUploadTypeVidible = _useState12[1];
145
+ _useState12 = _slicedToArray(_useState11, 2),
146
+ dialogUploadTypeVidible = _useState12[0],
147
+ setDialogUploadTypeVidible = _useState12[1];
148
+
103
149
  var onShowDialogUploadType = (0, _react.useCallback)(function () {
104
150
  setDialogUploadTypeVidible(true);
105
151
  }, []);
106
152
  var onHideDialogUploadType = (0, _react.useCallback)(function () {
107
153
  setDialogUploadTypeVidible(false);
108
154
  }, []);
155
+
109
156
  var _useState13 = (0, _react.useState)(false),
110
- _useState14 = _slicedToArray(_useState13, 2),
111
- dialogQQDocsVidible = _useState14[0],
112
- setDialogQQDocsVidible = _useState14[1];
157
+ _useState14 = _slicedToArray(_useState13, 2),
158
+ dialogQQDocsVidible = _useState14[0],
159
+ setDialogQQDocsVidible = _useState14[1];
160
+
113
161
  var onShowDialogQQDocs = (0, _react.useCallback)( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
114
162
  var data;
115
163
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -118,17 +166,22 @@ var UploadMode = function UploadMode(_ref) {
118
166
  case 0:
119
167
  _context.next = 2;
120
168
  return (0, _utils.checkTencentAuth)({});
169
+
121
170
  case 2:
122
171
  data = _context.sent;
172
+
123
173
  if (data) {
124
174
  _context.next = 5;
125
175
  break;
126
176
  }
177
+
127
178
  return _context.abrupt("return");
179
+
128
180
  case 5:
129
181
  // 设置默认的文档数据,避免在弹窗内部再查询一次
130
182
  setDefaultQQDocsData(data);
131
183
  setDialogQQDocsVidible(true);
184
+
132
185
  case 7:
133
186
  case "end":
134
187
  return _context.stop();
@@ -138,26 +191,27 @@ var UploadMode = function UploadMode(_ref) {
138
191
  })), []);
139
192
  var onHideDialogQQDocs = (0, _react.useCallback)(function () {
140
193
  setDialogQQDocsVidible(false);
141
- }, []);
194
+ }, []); // if (onlyLocal) {
142
195
 
143
- // if (onlyLocal) {
144
- return /*#__PURE__*/_react["default"].createElement(_upload["default"], restProps, children);
145
- // }
196
+ return /*#__PURE__*/_react["default"].createElement(_upload["default"], restProps, children); // }
146
197
 
147
198
  (0, _react.useEffect)(function () {
148
199
  var filePaths = allFileData.map(function (_ref3) {
149
200
  var type = _ref3.type,
150
- fileData = _ref3.fileData;
201
+ fileData = _ref3.fileData;
202
+
151
203
  if (type === 'qq') {
152
204
  // 需要返回 url|type|title|tencentdoc 格式的字符串数组
153
205
  var url = fileData.url,
154
- _type = fileData.type,
155
- title = fileData.title;
206
+ _type = fileData.type,
207
+ title = fileData.title;
156
208
  return "".concat(url, "|").concat(_type, "|").concat(title, "|tencentdoc");
157
209
  }
210
+
158
211
  if (type === 'local') {
159
212
  return fileData.DfsPath;
160
213
  }
214
+
161
215
  return '';
162
216
  });
163
217
  if (onSubmit) onSubmit(filePaths);
@@ -170,15 +224,15 @@ var UploadMode = function UploadMode(_ref) {
170
224
  }).map(function (_ref5) {
171
225
  var key = _ref5.key;
172
226
  return key;
173
- });
174
- // 递归查找第一个不存在的 key
227
+ }); // 递归查找第一个不存在的 key
228
+
175
229
  var sliceStartIndex = localFileData.findIndex(function (item) {
176
230
  return !localFileListKeys.includes(item.uid);
177
- });
178
- // 然后从该位置开始截取并追加到 allFileData
179
- var newLocalFile = sliceStartIndex === -1 ? [] : localFileData.slice(sliceStartIndex);
180
- // 追加
231
+ }); // 然后从该位置开始截取并追加到 allFileData
232
+
233
+ var newLocalFile = sliceStartIndex === -1 ? [] : localFileData.slice(sliceStartIndex); // 追加
181
234
  // 由于 upload 内部使用了 setTimeout,导致 onLocalUploadSuccessHandler 没有被更新,allFileData 取到的是旧的
235
+
182
236
  setAllFileData([].concat(_toConsumableArray(allFileData), _toConsumableArray(newLocalFile.map(function (item) {
183
237
  return {
184
238
  key: item.uid,
@@ -195,15 +249,15 @@ var UploadMode = function UploadMode(_ref) {
195
249
  }).map(function (_ref7) {
196
250
  var key = _ref7.key;
197
251
  return key;
198
- });
199
- // 递归查找第一个不存在的 key
252
+ }); // 递归查找第一个不存在的 key
253
+
200
254
  var sliceStartIndex = dragFileData.findIndex(function (item) {
201
255
  return !dragFileDataKeys.includes(item.uid);
202
- });
203
- // 然后从该位置开始截取并追加到 allFileData
204
- var newDragFile = sliceStartIndex === -1 ? [] : dragFileData.slice(sliceStartIndex);
205
- // 追加
256
+ }); // 然后从该位置开始截取并追加到 allFileData
257
+
258
+ var newDragFile = sliceStartIndex === -1 ? [] : dragFileData.slice(sliceStartIndex); // 追加
206
259
  // 由于 upload 内部使用了 setTimeout,导致 onLocalUploadSuccessHandler 没有被更新,allFileData 取到的是旧的
260
+
207
261
  setAllFileData([].concat(_toConsumableArray(allFileData), _toConsumableArray(newDragFile.map(function (item) {
208
262
  return {
209
263
  key: item.uid,
@@ -213,8 +267,8 @@ var UploadMode = function UploadMode(_ref) {
213
267
  }))));
214
268
  }, [dragFileData]);
215
269
  var onSelectQQDocsFileHandler = (0, _react.useCallback)(function (checkedDocsList) {
216
- setQQFileData([].concat(_toConsumableArray(qqFileData), _toConsumableArray(checkedDocsList)));
217
- // qq 文档只会返回每次新增的文档数组,所以直接在后面追加即可
270
+ setQQFileData([].concat(_toConsumableArray(qqFileData), _toConsumableArray(checkedDocsList))); // qq 文档只会返回每次新增的文档数组,所以直接在后面追加即可
271
+
218
272
  setAllFileData([].concat(_toConsumableArray(allFileData), _toConsumableArray(checkedDocsList.map(function (item) {
219
273
  return {
220
274
  key: item.id,
@@ -233,6 +287,7 @@ var UploadMode = function UploadMode(_ref) {
233
287
  }, []);
234
288
  var onClickFileHandler = (0, _react.useCallback)(function (index, options) {
235
289
  var currentFile = allFileData[index];
290
+
236
291
  if (options === 'delete' || options === 'cancel') {
237
292
  if (currentFile.type === 'qq') {
238
293
  var removeIndex = qqFileData.findIndex(function (item) {
@@ -244,9 +299,11 @@ var UploadMode = function UploadMode(_ref) {
244
299
  var _removeIndex = localFileData.findIndex(function (item) {
245
300
  return item.uid === currentFile.key;
246
301
  });
302
+
247
303
  localFileData.splice(_removeIndex, 1);
248
304
  setLocalFileData(_toConsumableArray(localFileData));
249
305
  }
306
+
250
307
  allFileData.splice(index, 1);
251
308
  setAllFileData(_toConsumableArray(allFileData));
252
309
  } else if (options === 'preview') {
@@ -256,6 +313,7 @@ var UploadMode = function UploadMode(_ref) {
256
313
  }
257
314
  }
258
315
  }, [allFileData, qqFileData, localFileData]);
316
+
259
317
  function renderUploadList(list) {
260
318
  var attachmentPreviewBox = restProps.attachmentPreviewBox;
261
319
  if (!list.length) return '';
@@ -280,6 +338,7 @@ var UploadMode = function UploadMode(_ref) {
280
338
  });
281
339
  }));
282
340
  }
341
+
283
342
  var uploadProps = (0, _react.useMemo)(function () {
284
343
  return _objectSpread(_objectSpread({}, restProps), {}, {
285
344
  filesTotal: undefined,
@@ -317,5 +376,6 @@ var UploadMode = function UploadMode(_ref) {
317
376
  onClick: onShowDialogUploadType
318
377
  }, children)), renderUploadList(allFileData));
319
378
  };
379
+
320
380
  var _default = UploadMode;
321
381
  exports["default"] = _default;
@@ -4,27 +4,51 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.UploadStatus = exports.UploadProgress = exports.UploadFormContainer = exports.UploadForm = exports.PreviewOptionsWrapper = exports.PreviewMessageWrapper = exports.PreviewImageWrapper = exports.PreviewImageIcon = exports.PreviewFileTitle = exports.PreviewContent = void 0;
7
+
7
8
  var _styledComponents = _interopRequireDefault(require("styled-components"));
9
+
8
10
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
11
+
9
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+
10
14
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
15
+
11
16
  var UploadFormContainer = _styledComponents["default"].div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: auto;\n position: relative;\n"])));
17
+
12
18
  exports.UploadFormContainer = UploadFormContainer;
19
+
13
20
  var UploadForm = _styledComponents["default"].form(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n position: absolute;\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n\n input {\n width: 100%;\n }\n"])));
21
+
14
22
  exports.UploadForm = UploadForm;
23
+
15
24
  var PreviewContent = _styledComponents["default"].div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n width: 320px;\n height: 60px;\n padding: 10px;\n box-sizing: border-box;\n font-size: 12px;\n background-color: #f7f8fa;\n display: flex;\n align-items: center;\n"])));
25
+
16
26
  exports.PreviewContent = PreviewContent;
27
+
17
28
  var PreviewImageWrapper = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n width: 36px;\n height: 36px;\n line-height: 36px;\n margin-right: 8px;\n text-align: center;\n border-radius: 4px;\n\n img {\n max-width: 36px;\n max-height: 36px;\n border-radius: 4px;\n }\n"])));
29
+
18
30
  exports.PreviewImageWrapper = PreviewImageWrapper;
31
+
19
32
  var PreviewImageIcon = _styledComponents["default"].img(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n width: 36px;\n height: 36px;\n"])));
33
+
20
34
  exports.PreviewImageIcon = PreviewImageIcon;
35
+
21
36
  var PreviewMessageWrapper = _styledComponents["default"].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n flex: 1;\n display: flex;\n /* justify-content: space-between; */\n align-items: center;\n"])));
37
+
22
38
  exports.PreviewMessageWrapper = PreviewMessageWrapper;
39
+
23
40
  var PreviewFileTitle = _styledComponents["default"].div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n width: 184px;\n font-size: 14px;\n line-height: 22px;\n color: #3F4755;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: keep-all;\n .upload-file-size {\n font-size: 12px;\n color: #89919F;\n line-height: 18px;\n }\n .upload-file-size--error {\n color: #f05e5e;\n }\n"])));
41
+
24
42
  exports.PreviewFileTitle = PreviewFileTitle;
43
+
25
44
  var UploadProgress = _styledComponents["default"].div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n margin-top: 8px;\n width: 100%;\n height: 4px;\n border-radius: 2px;\n background: #E9ECF0;\n\n div {\n height: 100%;\n border-radius: 2px;\n }\n .upload-file--progress {\n background: #2879ff;\n }\n"])));
45
+
26
46
  exports.UploadProgress = UploadProgress;
47
+
27
48
  var UploadStatus = _styledComponents["default"].span(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n width: 48px;\n line-height: 14px;\n transition: opacity 1s ease-in-out;\n display: inline-block;\n white-space: nowrap;\n &.preview__status-end {\n opacity: 1;\n }\n"])));
49
+
28
50
  exports.UploadStatus = UploadStatus;
51
+
29
52
  var PreviewOptionsWrapper = _styledComponents["default"].div(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n margin-left: 6px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n span {\n font-size: 14px;\n color: #a9b8bf;\n vertical-align: middle;\n cursor: pointer;\n }\n"])));
53
+
30
54
  exports.PreviewOptionsWrapper = PreviewOptionsWrapper;
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._dealAttachmentType = void 0;
7
+
7
8
  var _dealAttachmentType = function _dealAttachmentType(fileType) {
8
9
  var IsImage = false;
9
- var FileType = fileType;
10
- // if (/^(jpg|png|gif|jpeg|image|JPG|PNG|GIF|JPEG)$/.test(fileType)) {
10
+ var FileType = fileType; // if (/^(jpg|png|gif|jpeg|image|JPG|PNG|GIF|JPEG)$/.test(fileType)) {
11
11
  // IsImage = true;
12
12
  // IconColor = '#44CF85';
13
13
  // } else if (/^(exe|pdf|txt|doc|docx|ppt|pptx|xls|xlsx)$/.test(fileType)) {
@@ -21,12 +21,15 @@ var _dealAttachmentType = function _dealAttachmentType(fileType) {
21
21
  // } else {
22
22
  // FileType = 'none'
23
23
  // }
24
+
24
25
  if (/^(jpg|png|gif|jpeg|JPG|PNG|GIF|JPEG)$/.test(fileType)) {
25
26
  IsImage = true;
26
27
  }
28
+
27
29
  return {
28
30
  IsImage: IsImage,
29
31
  FileType: FileType
30
32
  };
31
33
  };
34
+
32
35
  exports._dealAttachmentType = _dealAttachmentType;
@@ -4,37 +4,57 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.isImg = exports.getPreviewImgs = exports.getFileTypeMapIcon = exports.getFileSize = void 0;
7
+
7
8
  var _doc = _interopRequireDefault(require("./img/doc.svg"));
9
+
8
10
  var _other = _interopRequireDefault(require("./img/other.svg"));
11
+
9
12
  var _pdf = _interopRequireDefault(require("./img/pdf.svg"));
13
+
10
14
  var _ppt = _interopRequireDefault(require("./img/ppt.svg"));
15
+
11
16
  var _radio = _interopRequireDefault(require("./img/radio.svg"));
17
+
12
18
  var _video = _interopRequireDefault(require("./img/video.svg"));
19
+
13
20
  var _xls = _interopRequireDefault(require("./img/xls.svg"));
21
+
14
22
  var _folder = _interopRequireDefault(require("./img/folder.svg"));
23
+
15
24
  var _form = _interopRequireDefault(require("./img/form.svg"));
25
+
16
26
  var _mind = _interopRequireDefault(require("./img/mind.svg"));
27
+
17
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
+
18
30
  var getFileSize = function getFileSize(fileSize) {
19
31
  if (!fileSize) return '';
32
+
20
33
  if (fileSize < 1024) {
21
34
  return "".concat(fileSize, "B");
22
35
  }
36
+
23
37
  if (fileSize < 1024 * 1024) {
24
38
  var _temp = fileSize / 1024;
39
+
25
40
  _temp = Number(_temp.toFixed(2));
26
41
  return "".concat(_temp, "KB");
27
42
  }
43
+
28
44
  if (fileSize < 1024 * 1024 * 1024) {
29
45
  var _temp2 = fileSize / (1024 * 1024);
46
+
30
47
  _temp2 = Number(_temp2.toFixed(2));
31
48
  return "".concat(_temp2, "M");
32
49
  }
50
+
33
51
  var temp = fileSize / (1024 * 1024 * 1024);
34
52
  temp = Number(temp.toFixed(2));
35
53
  return "".concat(temp, "GB");
36
54
  };
55
+
37
56
  exports.getFileSize = getFileSize;
57
+
38
58
  var getFileTypeMapIcon = function getFileTypeMapIcon(fileType) {
39
59
  // if (/^(jpg|png|gif|jpeg|image|JPG|PNG|GIF|JPEG)$/.test(fileType)) {
40
60
  // return
@@ -42,40 +62,54 @@ var getFileTypeMapIcon = function getFileTypeMapIcon(fileType) {
42
62
  if (/^(mp3|ogg|ape|flac)$/.test(fileType.toLowerCase())) {
43
63
  return _radio["default"];
44
64
  }
65
+
45
66
  if (/^(avi|wmv|mov|mp4|rmvb)$/.test(fileType.toLowerCase())) {
46
67
  return _video["default"];
47
68
  }
69
+
48
70
  if (/^(pptx|ppt|slide)$/.test(fileType.toLowerCase())) {
49
71
  return _ppt["default"];
50
72
  }
73
+
51
74
  if (/^(doc|docx)$/.test(fileType.toLowerCase())) {
52
75
  return _doc["default"];
53
76
  }
77
+
54
78
  if (/^(xls|xlsx|sheet)$/.test(fileType.toLowerCase())) {
55
79
  return _xls["default"];
56
80
  }
81
+
57
82
  if (/^(pdf)$/.test(fileType.toLowerCase())) {
58
83
  return _pdf["default"];
59
84
  }
85
+
60
86
  if (/^(folder)$/.test(fileType.toLowerCase())) {
61
87
  return _folder["default"];
62
88
  }
89
+
63
90
  if (/^(form)$/.test(fileType.toLowerCase())) {
64
91
  return _form["default"];
65
92
  }
93
+
66
94
  if (/^(mind)$/.test(fileType.toLowerCase())) {
67
95
  return _mind["default"];
68
96
  }
97
+
69
98
  return _other["default"];
70
99
  };
100
+
71
101
  exports.getFileTypeMapIcon = getFileTypeMapIcon;
102
+
72
103
  var isImg = function isImg(fileType) {
73
104
  if (/^(jpg|png|gif|jpeg|image|JPG|PNG|GIF|JPEG)$/.test(fileType)) {
74
105
  return true;
75
106
  }
107
+
76
108
  return false;
77
109
  };
110
+
78
111
  exports.isImg = isImg;
112
+
79
113
  var getPreviewImgs = function getPreviewImgs(files) {
80
114
  return files.filter(function (file) {
81
115
  return isImg(file.FileType);
@@ -98,4 +132,5 @@ var getPreviewImgs = function getPreviewImgs(files) {
98
132
  };
99
133
  });
100
134
  };
135
+
101
136
  exports.getPreviewImgs = getPreviewImgs;