@titaui/pc 1.17.0-beta.1 → 1.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1405) hide show
  1. package/lib/components/attachments-preview/index.js +6 -29
  2. package/lib/components/auto-save/index.js +3 -22
  3. package/lib/components/avatar/default.js +29 -60
  4. package/lib/components/avatar/icon-avatar/index.js +6 -17
  5. package/lib/components/avatar/index.js +0 -7
  6. package/lib/components/avatar/name-avatar/index.js +36 -58
  7. package/lib/components/avatar/num-avatar/index.js +1 -12
  8. package/lib/components/avatar/text-avatar/index.js +23 -50
  9. package/lib/components/book-demo/components/pc/components/checkbox/index.js +12 -42
  10. package/lib/components/book-demo/components/pc/components/content/index.js +22 -90
  11. package/lib/components/book-demo/components/pc/components/drop-select/index.js +8 -31
  12. package/lib/components/book-demo/components/pc/components/error-info/index.js +0 -6
  13. package/lib/components/book-demo/components/pc/components/input/index.js +12 -38
  14. package/lib/components/book-demo/components/pc/components/phone/index.js +11 -37
  15. package/lib/components/book-demo/components/pc/components/verify-code/index.js +19 -49
  16. package/lib/components/book-demo/components/pc/index.js +11 -43
  17. package/lib/components/book-demo/constant.js +0 -9
  18. package/lib/components/book-demo/index.js +0 -5
  19. package/lib/components/book-demo/interface.js +0 -1
  20. package/lib/components/book-demo/request.js +4 -10
  21. package/lib/components/book-demo/utils.js +0 -15
  22. package/lib/components/button/default-button/index.js +10 -25
  23. package/lib/components/button/icon-btn/index.js +7 -24
  24. package/lib/components/button/index.js +6 -10
  25. package/lib/components/button/rect-btn/index.js +17 -31
  26. package/lib/components/button/text-btn/index.js +13 -26
  27. package/lib/components/cascader/index.js +21 -48
  28. package/lib/components/cascader/time.js +2 -11
  29. package/lib/components/change-okr-modal/Filter.js +23 -92
  30. package/lib/components/change-okr-modal/Item.js +21 -80
  31. package/lib/components/change-okr-modal/constant.js +0 -25
  32. package/lib/components/change-okr-modal/filterTab.js +5 -33
  33. package/lib/components/change-okr-modal/index.js +59 -166
  34. package/lib/components/change-okr-modal/styledComponents.js +2 -71
  35. package/lib/components/checkbox/index.css +10 -1
  36. package/lib/components/checkbox/index.js +18 -34
  37. package/lib/components/checkbox/part-checked.svg +16 -0
  38. package/lib/components/checkbox-list/index.js +4 -22
  39. package/lib/components/color-date-picker/index.js +21 -53
  40. package/lib/components/color-date-picker/interface.js +0 -1
  41. package/lib/components/common-share/index.js +17 -38
  42. package/lib/components/common-share/publishMblog.js +14 -51
  43. package/lib/components/common-share/request-apis.js +0 -13
  44. package/lib/components/communication/CommunicationAttachments.js +8 -47
  45. package/lib/components/communication/CommunicationRecord.js +17 -29
  46. package/lib/components/communication/ConvertUserName.js +5 -32
  47. package/lib/components/communication/index.css +4 -0
  48. package/lib/components/communication/index.js +110 -142
  49. package/lib/components/communication/style.js +0 -47
  50. package/lib/components/condition-render/index.js +1 -5
  51. package/lib/components/confidence/heart.js +2 -11
  52. package/lib/components/confidence/index.js +9 -29
  53. package/lib/components/contact-kefu/index.js +3 -31
  54. package/lib/components/create-okr-modal/constant.js +0 -13
  55. package/lib/components/create-okr-modal/createCycle.js +19 -46
  56. package/lib/components/create-okr-modal/createSuccessCmp.js +21 -67
  57. package/lib/components/create-okr-modal/createSuccessCmpWrapper.js +0 -5
  58. package/lib/components/create-okr-modal/fields/date-cycle.js +6 -28
  59. package/lib/components/create-okr-modal/fields/index.js +0 -4
  60. package/lib/components/create-okr-modal/fields/input-with-err-popup.js +8 -16
  61. package/lib/components/create-okr-modal/fields/o-new-name.js +19 -50
  62. package/lib/components/create-okr-modal/fields/okr-case.js +8 -31
  63. package/lib/components/create-okr-modal/fields/okr-classify.js +3 -13
  64. package/lib/components/create-okr-modal/fields/okr-create-suggest.js +5 -28
  65. package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +72 -76
  66. package/lib/components/create-okr-modal/fields/okr-parent.js +16 -44
  67. package/lib/components/create-okr-modal/fields/okr-type-detail.js +26 -65
  68. package/lib/components/create-okr-modal/fields/okr-type.js +10 -33
  69. package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +33 -69
  70. package/lib/components/create-okr-modal/fields/okr-visibility.js +27 -47
  71. package/lib/components/create-okr-modal/img/pack-up.js +0 -4
  72. package/lib/components/create-okr-modal/index.js +169 -311
  73. package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +15 -55
  74. package/lib/components/create-okr-modal/kr-items/krDatas.js +36 -90
  75. package/lib/components/create-okr-modal/kr-items/krItem.js +19 -39
  76. package/lib/components/create-okr-modal/objectType.js +24 -73
  77. package/lib/components/create-okr-modal/request-api.js +0 -42
  78. package/lib/components/create-okr-modal/style.js +0 -42
  79. package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +4 -39
  80. package/lib/components/create-okr-modal/utils/helper.js +6 -28
  81. package/lib/components/create-okr-modal/utils/index.js +0 -7
  82. package/lib/components/dangerous-html/index.js +0 -4
  83. package/lib/components/date-picker/BodyItem.js +4 -38
  84. package/lib/components/date-picker/CalendarBody.js +6 -47
  85. package/lib/components/date-picker/CalendarHeader.js +2 -41
  86. package/lib/components/date-picker/index.js +2 -40
  87. package/lib/components/date-range-picker/index.js +10 -58
  88. package/lib/components/delete-confirm-pop/ConfirmPop.js +16 -47
  89. package/lib/components/delete-confirm-pop/style.js +0 -14
  90. package/lib/components/dialog/index.js +26 -53
  91. package/lib/components/dialog-confirm/index.js +10 -38
  92. package/lib/components/dialog-qq-docs/index.js +45 -130
  93. package/lib/components/dialog-qq-docs/request-apis.js +0 -3
  94. package/lib/components/dialog-qq-docs/utils.js +0 -22
  95. package/lib/components/dialog-select/index.js +2 -15
  96. package/lib/components/dialog-upload/index.js +9 -63
  97. package/lib/components/dialog-upload/type.js +2 -5
  98. package/lib/components/dialog-upload/uploaded-preview.js +7 -20
  99. package/lib/components/dialog-upload/util.js +3 -38
  100. package/lib/components/dialog-upload-type/components/upload-type-item/index.js +2 -12
  101. package/lib/components/dialog-upload-type/index.js +2 -21
  102. package/lib/components/dingding-btn/img/dingding-active.svg +1 -0
  103. package/lib/components/dingding-btn/img/dingding.svg +1 -0
  104. package/lib/components/dingding-btn/index.css +30 -0
  105. package/lib/components/dingding-btn/index.js +303 -0
  106. package/lib/components/drawer/headerAction.js +17 -44
  107. package/lib/components/drawer/headerDrop.js +22 -41
  108. package/lib/components/drawer/index.js +31 -66
  109. package/lib/components/drawer/utils/dom.js +1 -10
  110. package/lib/components/drawer/utils/index.js +0 -1
  111. package/lib/components/drawer/utils/useForceUpdate.js +4 -16
  112. package/lib/components/drawer-manager/context.js +0 -4
  113. package/lib/components/drawer-manager/drawerWrapper.js +13 -60
  114. package/lib/components/drawer-manager/index.js +4 -46
  115. package/lib/components/drawer-manager/utils/dom.js +1 -10
  116. package/lib/components/drawer-manager/utils/index.js +0 -1
  117. package/lib/components/drawer-manager/utils/useForceUpdate.js +4 -16
  118. package/lib/components/drop-selector/icon-item.js +4 -13
  119. package/lib/components/drop-selector/index.js +40 -83
  120. package/lib/components/dynamic/components/comments-dialog/api.js +4 -10
  121. package/lib/components/dynamic/components/comments-dialog/encourage.js +8 -33
  122. package/lib/components/dynamic/components/comments-dialog/index.js +13 -55
  123. package/lib/components/dynamic/components/comments-dialog/rate.js +8 -31
  124. package/lib/components/dynamic/components/new-upvote-item/attitude.js +35 -0
  125. package/lib/components/dynamic/components/new-upvote-item/img/666.svg +102 -0
  126. package/lib/components/dynamic/components/new-upvote-item/img/bixin.svg +71 -0
  127. package/lib/components/dynamic/components/new-upvote-item/img/fighting.svg +152 -0
  128. package/lib/components/dynamic/components/new-upvote-item/img/nice.svg +108 -0
  129. package/lib/components/dynamic/components/new-upvote-item/img/thumb-up.svg +130 -0
  130. package/lib/components/dynamic/components/new-upvote-item/img/welldone.svg +59 -0
  131. package/lib/components/dynamic/components/new-upvote-item/index.css +32 -0
  132. package/lib/components/dynamic/components/new-upvote-item/index.js +39 -0
  133. package/lib/components/dynamic/components/obj-status/index.js +4 -13
  134. package/lib/components/dynamic/components/obj-status/utils.js +0 -5
  135. package/lib/components/dynamic/components/percent/index.js +4 -13
  136. package/lib/components/dynamic/components/title/index.js +6 -21
  137. package/lib/components/dynamic/constant.js +0 -14
  138. package/lib/components/dynamic/context/index.js +0 -2
  139. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -22
  140. package/lib/components/dynamic/dynamic-item/components/footer-left/index.css +21 -0
  141. package/lib/components/dynamic/dynamic-item/components/footer-left/index.js +63 -0
  142. package/lib/components/dynamic/dynamic-item/components/header/index.js +31 -79
  143. package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +0 -3
  144. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +12 -42
  145. package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -2
  146. package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -3
  147. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -7
  148. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -7
  149. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +27 -68
  150. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -5
  151. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +2 -21
  152. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +1 -7
  153. package/lib/components/dynamic/dynamic-item/components/progress/index.js +3 -21
  154. package/lib/components/dynamic/dynamic-item/components/schedule/index.css +9 -2
  155. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +2 -16
  156. package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +0 -8
  157. package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +62 -134
  158. package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +2 -12
  159. package/lib/components/dynamic/dynamic-item/components/summary-header/request-api.js +0 -5
  160. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +2 -2
  161. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +3 -17
  162. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +8 -21
  163. package/lib/components/dynamic/dynamic-item/components/table-row-okr/utils.js +0 -18
  164. package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +0 -1
  165. package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +18 -56
  166. package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -3
  167. package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +5 -23
  168. package/lib/components/dynamic/dynamic-item/components/task-progress/request-api.js +1 -4
  169. package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +8 -39
  170. package/lib/components/dynamic/dynamic-item/components/work-progress/constant.js +28 -0
  171. package/lib/components/dynamic/dynamic-item/components/work-progress/index.css +428 -0
  172. package/lib/components/dynamic/dynamic-item/components/work-progress/index.js +105 -0
  173. package/lib/components/dynamic/dynamic-item/components/work-progress/interface.js +19 -0
  174. package/lib/components/dynamic/dynamic-item/components/work-progress/mile-stone.js +54 -0
  175. package/lib/components/dynamic/dynamic-item/components/work-progress/render-row.js +69 -0
  176. package/lib/components/dynamic/dynamic-item/components/work-progress/request-api.js +30 -0
  177. package/lib/components/dynamic/dynamic-item/components/work-progress/utils.js +135 -0
  178. package/lib/components/dynamic/dynamic-item/components/work-progress/work-task.js +45 -0
  179. package/lib/components/dynamic/dynamic-item/components/work-progress/work.js +45 -0
  180. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +20 -74
  181. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +0 -12
  182. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +11 -47
  183. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +4 -0
  184. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +12 -26
  185. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +2 -26
  186. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +5 -27
  187. package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +0 -8
  188. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -48
  189. package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +20 -74
  190. package/lib/components/dynamic/dynamic-item/dynamic-discovery/index.js +27 -17
  191. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +1 -13
  192. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +5 -13
  193. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +4 -0
  194. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +15 -21
  195. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +6 -16
  196. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -32
  197. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +10 -46
  198. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +0 -2
  199. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +9 -37
  200. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +17 -58
  201. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +7 -18
  202. package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +1 -10
  203. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +8 -0
  204. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +41 -92
  205. package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +4 -16
  206. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +3 -24
  207. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +3 -25
  208. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -49
  209. package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +0 -10
  210. package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +0 -3
  211. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +7 -33
  212. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +15 -63
  213. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.css +1 -0
  214. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -37
  215. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +9 -43
  216. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +9 -45
  217. package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +0 -7
  218. package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +4 -0
  219. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +17 -41
  220. package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +0 -3
  221. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -46
  222. package/lib/components/dynamic/dynamic-item/index.css +0 -8
  223. package/lib/components/dynamic/dynamic-item/index.js +43 -179
  224. package/lib/components/dynamic/dynamic-list/index.js +11 -29
  225. package/lib/components/dynamic/index.js +0 -5
  226. package/lib/components/dynamic/request-api.js +0 -15
  227. package/lib/components/dynamic/util.js +0 -20
  228. package/lib/components/e-priority/index.js +6 -30
  229. package/lib/components/e-status-dropdown/index.js +5 -24
  230. package/lib/components/eReport/eReportListEmpty.js +0 -31
  231. package/lib/components/eReport/eReportLists/reportList.js +14 -52
  232. package/lib/components/eReport/eReportLists/style.js +0 -36
  233. package/lib/components/eReport/eReportShare/index.js +14 -51
  234. package/lib/components/eReport/eReportShare/style.js +0 -12
  235. package/lib/components/eReport/eReportShare/toast/index.js +2 -25
  236. package/lib/components/eReport/eReportShare/toast/style.js +0 -12
  237. package/lib/components/edit-kr-wight/EditKrWightModal.js +40 -96
  238. package/lib/components/edit-kr-wight/FormItemV2.js +5 -35
  239. package/lib/components/edit-kr-wight/style/index.js +2 -25
  240. package/lib/components/edit-kr-wight/utils.js +0 -13
  241. package/lib/components/emotions-selector/index.js +0 -3
  242. package/lib/components/emotions-selector/selector-content.js +13 -40
  243. package/lib/components/emotions-selector/selector-pop.js +8 -37
  244. package/lib/components/emotions-selector/style.js +0 -24
  245. package/lib/components/ereport-list/index.js +14 -53
  246. package/lib/components/ereport-list/style.js +0 -36
  247. package/lib/components/error-boundary/index.js +2 -30
  248. package/lib/components/expiration-reminder/index.js +22 -66
  249. package/lib/components/expiration-reminder/utils.js +3 -15
  250. package/lib/components/file-list/components/single-file/index.js +12 -37
  251. package/lib/components/file-list/index.js +2 -19
  252. package/lib/components/file-list/util.js +4 -18
  253. package/lib/components/file-preview/index.js +6 -16
  254. package/lib/components/filter-buttons/department.js +3 -20
  255. package/lib/components/filter-buttons/group.js +0 -10
  256. package/lib/components/filter-buttons/index.js +19 -35
  257. package/lib/components/filter-buttons/modular.js +6 -32
  258. package/lib/components/filter-buttons/name.js +9 -34
  259. package/lib/components/filter-buttons/search-dropdown/index.js +3 -11
  260. package/lib/components/filter-buttons/timer.js +4 -15
  261. package/lib/components/firework/firework.js +31 -42
  262. package/lib/components/firework/index.js +0 -13
  263. package/lib/components/follower-visitor/index.js +14 -46
  264. package/lib/components/follower-visitor/request-api.js +0 -3
  265. package/lib/components/form/form-fields/cycle/index.js +10 -41
  266. package/lib/components/form/form-fields/cycle/utils.js +0 -6
  267. package/lib/components/form/form-fields/date/index.js +8 -29
  268. package/lib/components/form/form-fields/department/department-input.js +6 -17
  269. package/lib/components/form/form-fields/department/index.js +26 -60
  270. package/lib/components/form/form-fields/dropdown/index.js +13 -38
  271. package/lib/components/form/form-fields/duties/duties-input.js +6 -15
  272. package/lib/components/form/form-fields/duties/index.js +28 -61
  273. package/lib/components/form/form-fields/group/index.js +5 -16
  274. package/lib/components/form/form-fields/input/index.js +39 -86
  275. package/lib/components/form/form-fields/input-verification-code/index.js +41 -91
  276. package/lib/components/form/form-fields/password/index.js +26 -66
  277. package/lib/components/form/form-fields/radios/index.js +16 -33
  278. package/lib/components/form/form-fields/textarea/index.js +26 -63
  279. package/lib/components/form/form-fields/user/index.js +35 -83
  280. package/lib/components/form/form-fields/user/user-input.js +5 -17
  281. package/lib/components/form/index.js +11 -45
  282. package/lib/components/form/layout/index.js +0 -6
  283. package/lib/components/grid-layout/commen-components/advize.js +2 -5
  284. package/lib/components/grid-layout/commen-components/card-contain.js +2 -5
  285. package/lib/components/grid-layout/commen-components/card-title.js +3 -10
  286. package/lib/components/grid-layout/commen-components/carditem-flexcontent.js +2 -5
  287. package/lib/components/grid-layout/commen-components/data-item.js +6 -14
  288. package/lib/components/grid-layout/commen-components/empty-backgrounds.js +3 -10
  289. package/lib/components/grid-layout/commen-components/gap.js +0 -3
  290. package/lib/components/grid-layout/commen-components/index.js +0 -10
  291. package/lib/components/grid-layout/commen-components/scroll-tips.js +14 -34
  292. package/lib/components/grid-layout/essay-component/essay-item.js +3 -7
  293. package/lib/components/grid-layout/essay-component/index.js +10 -30
  294. package/lib/components/grid-layout/index.js +4 -18
  295. package/lib/components/grid-layout/near-visitors/index.js +6 -27
  296. package/lib/components/grid-layout/near-visitors/visitor.js +7 -25
  297. package/lib/components/grid-layout/okr-align/index.js +13 -41
  298. package/lib/components/grid-layout/okr-progress/index.js +15 -45
  299. package/lib/components/grid-layout/okr-target/index.js +7 -44
  300. package/lib/components/grid-layout/over-view/index.js +20 -50
  301. package/lib/components/grid-layout/personal-info/index.js +37 -77
  302. package/lib/components/grid-layout/sub-employee-okr/index.js +13 -45
  303. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +8 -29
  304. package/lib/components/grid-layout/util/click-link.js +2 -13
  305. package/lib/components/grid-layout/util/network.js +7 -37
  306. package/lib/components/grid-layout/week-task/index.js +13 -39
  307. package/lib/components/grid-layout/words-cloud/index.js +7 -29
  308. package/lib/components/grid-page/commen-components/scroll-tips.js +14 -34
  309. package/lib/components/grid-page/near-visitors/visitor.js +7 -25
  310. package/lib/components/grid-page/personal-info/index.js +37 -77
  311. package/lib/components/guide-order/index.css +9 -9
  312. package/lib/components/guide-order/index.js +49 -81
  313. package/lib/components/guide-tip/index.js +44 -43
  314. package/lib/components/help-card/index.js +22 -86
  315. package/lib/components/help-card/interface.js +0 -2
  316. package/lib/components/help-card/request-api.js +0 -10
  317. package/lib/components/hr-header/index.js +9 -35
  318. package/lib/components/icon-button-list/index.js +9 -22
  319. package/lib/components/img-viewer/icon/enlarge.js +0 -3
  320. package/lib/components/img-viewer/icon/left-rotate.js +0 -3
  321. package/lib/components/img-viewer/icon/right-rotate.js +0 -3
  322. package/lib/components/img-viewer/icon/shrink.js +0 -3
  323. package/lib/components/img-viewer/index.js +30 -76
  324. package/lib/components/img-viewer/util.js +0 -3
  325. package/lib/components/import-modal/helper.js +3 -43
  326. package/lib/components/import-modal/import-okr-modal/index.js +17 -48
  327. package/lib/components/import-modal/import-task-modal/index.js +41 -93
  328. package/lib/components/import-modal/import-task-modal/search-form.js +13 -43
  329. package/lib/components/import-modal/index.js +0 -5
  330. package/lib/components/import-modal/radio.js +8 -27
  331. package/lib/components/import-modal/request-api.js +33 -65
  332. package/lib/components/import-modal/search/category-select.js +4 -23
  333. package/lib/components/import-modal/search/okr-classify-select.js +4 -23
  334. package/lib/components/import-modal/search/okr-status-select.js +4 -23
  335. package/lib/components/import-modal/search/okr-type-select.js +8 -28
  336. package/lib/components/import-modal/search/principal.js +13 -40
  337. package/lib/components/import-modal/search/relation.js +7 -28
  338. package/lib/components/import-modal/search/search-dropdown/index.js +1 -7
  339. package/lib/components/import-modal/search/task-relation.js +4 -24
  340. package/lib/components/import-modal/search/task-status-select.js +4 -24
  341. package/lib/components/import-modal/search/work-relation.js +4 -24
  342. package/lib/components/import-modal/search/work-status-select.js +4 -23
  343. package/lib/components/import-modal/tree/okr-tree/index.js +47 -94
  344. package/lib/components/import-modal/tree/okr-tree/search-form.js +23 -60
  345. package/lib/components/import-modal/tree/task-work-tree/index.js +6 -35
  346. package/lib/components/import-modal/tree-node/index.js +0 -14
  347. package/lib/components/import-modal/tree-node/kr-node/index.js +10 -26
  348. package/lib/components/import-modal/tree-node/milestone-node/index.js +9 -27
  349. package/lib/components/import-modal/tree-node/o-node/index.js +13 -40
  350. package/lib/components/import-modal/tree-node/work-node/index.js +10 -28
  351. package/lib/components/invite-people/index.js +0 -8
  352. package/lib/components/keyword-search/index.css +45 -26
  353. package/lib/components/keyword-search/index.js +69 -71
  354. package/lib/components/loading/index.js +5 -24
  355. package/lib/components/magnet/index.js +48 -63
  356. package/lib/components/mblog/common/index.js +19 -31
  357. package/lib/components/mblog/components/ConfirmPop.js +0 -31
  358. package/lib/components/mblog/components/MblogAction.js +57 -94
  359. package/lib/components/mblog/components/MblogContent.js +45 -85
  360. package/lib/components/mblog/context.js +0 -4
  361. package/lib/components/mblog/index.css +11 -0
  362. package/lib/components/mblog/index.js +161 -225
  363. package/lib/components/mblog/style.js +6 -45
  364. package/lib/components/menus/components/drag-resize/index.js +10 -23
  365. package/lib/components/menus/components/flip-menu-card/flip-back-header.js +0 -7
  366. package/lib/components/menus/components/flip-menu-card/index.js +24 -89
  367. package/lib/components/menus/components/menu-card/index.js +3 -24
  368. package/lib/components/menus/components/menu-close-btn/index.js +7 -14
  369. package/lib/components/menus/components/menu-tree/OKR.svg +1 -0
  370. package/lib/components/menus/components/menu-tree/images/appraisal-menu/launch.svg +1 -16
  371. package/lib/components/menus/components/menu-tree/images/appraisal-menu/setting.svg +1 -16
  372. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-action.svg +1 -0
  373. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-activities-employee.svg +1 -0
  374. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-activities.svg +1 -0
  375. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-plan-comment.svg +1 -0
  376. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-plan.svg +1 -0
  377. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-project.svg +1 -0
  378. package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-task.svg +1 -0
  379. package/lib/components/menus/components/menu-tree/images/survey-menu/share-mine.png +0 -0
  380. package/lib/components/menus/components/menu-tree/images/survey-menu/template.svg +16 -0
  381. package/lib/components/menus/components/menu-tree/index.js +7 -22
  382. package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +42 -17
  383. package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +1 -11
  384. package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +4 -23
  385. package/lib/components/menus/components/menu-tree/tree-node/company-all.js +1 -14
  386. package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +1 -15
  387. package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +6 -25
  388. package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +3 -21
  389. package/lib/components/menus/components/menu-tree/tree-node/group-name.js +0 -6
  390. package/lib/components/menus/components/menu-tree/tree-node/index.css +254 -2
  391. package/lib/components/menus/components/menu-tree/tree-node/index.js +2 -50
  392. package/lib/components/menus/components/menu-tree/tree-node/loading.js +0 -6
  393. package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +37 -14
  394. package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +0 -8
  395. package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +0 -7
  396. package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +1 -9
  397. package/lib/components/menus/components/menu-tree/tree-node/same-level-user/index.js +2 -10
  398. package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +6 -28
  399. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +5 -26
  400. package/lib/components/menus/components/menu-tree/tree-node/summary-follower/index.js +3 -21
  401. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +8 -27
  402. package/lib/components/menus/components/menu-tree/tree-node/summary-tongji.js +5 -26
  403. package/lib/components/menus/components/menu-tree/tree-node/summary-user-concern.js +5 -25
  404. package/lib/components/menus/components/menu-tree/tree-node/user/index.js +6 -22
  405. package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +5 -25
  406. package/lib/components/menus/components/search-colleague/index.css +21 -1
  407. package/lib/components/menus/components/search-colleague/index.js +41 -87
  408. package/lib/components/menus/context.js +0 -8
  409. package/lib/components/menus/export-modules/appraisal-menus/index.js +31 -67
  410. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +24 -32
  411. package/lib/components/menus/export-modules/appraisal-menus/menus.js +26 -48
  412. package/lib/components/menus/export-modules/demo-menus/index.js +20 -52
  413. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +10 -21
  414. package/lib/components/menus/export-modules/demo-menus/menus.js +0 -15
  415. package/lib/components/menus/export-modules/interview-menus/constant.js +5 -12
  416. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +0 -14
  417. package/lib/components/menus/export-modules/interview-menus/index.js +17 -50
  418. package/lib/components/menus/export-modules/interview-menus/menus.js +5 -26
  419. package/lib/components/menus/export-modules/manage-menus/constant.js +0 -2
  420. package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +0 -15
  421. package/lib/components/menus/export-modules/manage-menus/index.js +3 -37
  422. package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +0 -8
  423. package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +28 -67
  424. package/lib/components/menus/export-modules/okr-menus/index.js +12 -44
  425. package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +0 -10
  426. package/lib/components/menus/export-modules/okr-menus/menus.js +71 -55
  427. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +80 -79
  428. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +0 -3
  429. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +26 -67
  430. package/lib/components/menus/export-modules/research-menu/index.js +12 -40
  431. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +0 -10
  432. package/lib/components/menus/export-modules/research-menu/menus.js +0 -13
  433. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +27 -59
  434. package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +18 -40
  435. package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +0 -10
  436. package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +15 -22
  437. package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +43 -76
  438. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -8
  439. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +39 -72
  440. package/lib/components/menus/export-modules/summary-menus/index.js +20 -45
  441. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -10
  442. package/lib/components/menus/export-modules/summary-menus/menus.js +8 -54
  443. package/lib/components/menus/export-modules/summary-menus/request-api.js +0 -6
  444. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +0 -3
  445. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +34 -68
  446. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +72 -112
  447. package/lib/components/menus/export-modules/survey-menu/index.js +12 -40
  448. package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +24 -10
  449. package/lib/components/menus/export-modules/survey-menu/menus.js +35 -14
  450. package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +29 -64
  451. package/lib/components/menus/i18n.js +1 -6
  452. package/lib/components/menus/index.js +1 -31
  453. package/lib/components/menus/request-apis.js +13 -57
  454. package/lib/components/menus/utils.js +0 -5
  455. package/lib/components/mirroring/index.js +4 -13
  456. package/lib/components/nav/index.js +2 -8
  457. package/lib/components/nav-top/components/app-center/index.js +38 -121
  458. package/lib/components/nav-top/components/app-center/interface.js +0 -2
  459. package/lib/components/nav-top/components/menu/index.js +9 -50
  460. package/lib/components/nav-top/components/user-message/components/empty/index.js +0 -10
  461. package/lib/components/nav-top/components/user-message/components/inform/index.js +20 -58
  462. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +11 -71
  463. package/lib/components/nav-top/components/user-message/components/red-pack/index.js +4 -28
  464. package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +0 -3
  465. package/lib/components/nav-top/components/user-message/components/remind/index.js +7 -37
  466. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +9 -32
  467. package/lib/components/nav-top/components/user-message/components/reply/index.js +18 -57
  468. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +3 -25
  469. package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -10
  470. package/lib/components/nav-top/components/user-message/components/todos/index.js +18 -56
  471. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -17
  472. package/lib/components/nav-top/components/user-message/constant.js +0 -4
  473. package/lib/components/nav-top/components/user-message/hrMessage.js +34 -69
  474. package/lib/components/nav-top/components/user-message/index.js +30 -77
  475. package/lib/components/nav-top/components/user-message/msg/index.js +8 -38
  476. package/lib/components/nav-top/components/user-message/utils.js +0 -4
  477. package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -29
  478. package/lib/components/nav-top/components/user-own-menu/index.js +3 -16
  479. package/lib/components/nav-top/components/user-own-menu/utils.js +0 -12
  480. package/lib/components/nav-top/components/version/index.css +9 -11
  481. package/lib/components/nav-top/components/version/index.js +23 -24
  482. package/lib/components/nav-top/constant.js +1 -10
  483. package/lib/components/nav-top/index.js +48 -142
  484. package/lib/components/nav-top/request.apis.js +2 -34
  485. package/lib/components/nav-top/useGlobalValue.js +0 -3
  486. package/lib/components/nav-top/utils.js +15 -11
  487. package/lib/components/new-confidence/constant.js +0 -16
  488. package/lib/components/new-confidence/index.js +10 -36
  489. package/lib/components/new-upvote-item/attitude.js +35 -0
  490. package/lib/components/new-upvote-item/img/666.svg +102 -0
  491. package/lib/components/new-upvote-item/img/bixin.svg +71 -0
  492. package/lib/components/new-upvote-item/img/fighting.svg +152 -0
  493. package/lib/components/new-upvote-item/img/nice.svg +108 -0
  494. package/lib/components/new-upvote-item/img/thumb-up.svg +130 -0
  495. package/lib/components/new-upvote-item/img/welldone.svg +59 -0
  496. package/lib/components/new-upvote-item/index.css +32 -0
  497. package/lib/components/new-upvote-item/index.js +39 -0
  498. package/lib/components/okr-detail/auth.js +25 -55
  499. package/lib/components/okr-detail/base-info/base-info.js +51 -119
  500. package/lib/components/okr-detail/base-info/index.js +0 -3
  501. package/lib/components/okr-detail/base-info/o-desc/index.js +24 -54
  502. package/lib/components/okr-detail/base-info/other-infos/classify/index.js +3 -17
  503. package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +3 -17
  504. package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +11 -35
  505. package/lib/components/okr-detail/base-info/other-infos/index.js +0 -3
  506. package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +12 -36
  507. package/lib/components/okr-detail/base-info/other-infos/other-infos.js +13 -34
  508. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +19 -54
  509. package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +19 -49
  510. package/lib/components/okr-detail/base-info/person/index.js +9 -23
  511. package/lib/components/okr-detail/base-info/util.js +1 -12
  512. package/lib/components/okr-detail/base-info/utils/setting.js +2 -3
  513. package/lib/components/okr-detail/components/ao-nice/index.css +2 -2
  514. package/lib/components/okr-detail/components/ao-nice/index.js +21 -69
  515. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +5 -35
  516. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +6 -45
  517. package/lib/components/okr-detail/components/base-okr-type/index.js +9 -25
  518. package/lib/components/okr-detail/components/base-okr-type/object-type.js +24 -73
  519. package/lib/components/okr-detail/components/block-line/index.js +0 -4
  520. package/lib/components/okr-detail/components/editable-input/index.js +19 -48
  521. package/lib/components/okr-detail/components/header/edit-name.js +14 -63
  522. package/lib/components/okr-detail/components/header/index.js +20 -63
  523. package/lib/components/okr-detail/components/header/o-avatar.js +9 -45
  524. package/lib/components/okr-detail/components/header/o-classify.js +6 -41
  525. package/lib/components/okr-detail/components/header/o-cycle.js +6 -21
  526. package/lib/components/okr-detail/components/header/o-name.js +7 -18
  527. package/lib/components/okr-detail/components/header/o-score.js +12 -53
  528. package/lib/components/okr-detail/components/icon-text/index.js +16 -43
  529. package/lib/components/okr-detail/components/o-classify.js +10 -47
  530. package/lib/components/okr-detail/components/o-progress-update/index.js +7 -43
  531. package/lib/components/okr-detail/components/okr-tree/index.js +3 -16
  532. package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +0 -6
  533. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +16 -64
  534. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +0 -2
  535. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +0 -8
  536. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +6 -26
  537. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +22 -60
  538. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +5 -26
  539. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +39 -109
  540. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +48 -121
  541. package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +0 -5
  542. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +0 -25
  543. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -4
  544. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +99 -164
  545. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +21 -75
  546. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +4 -13
  547. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +24 -84
  548. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +1 -26
  549. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +8 -32
  550. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +30 -80
  551. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +13 -74
  552. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +36 -80
  553. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -29
  554. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +22 -74
  555. package/lib/components/okr-detail/components/okr-type.js +15 -35
  556. package/lib/components/okr-detail/components/padding-layout.js +2 -5
  557. package/lib/components/okr-detail/components/score/index.js +5 -17
  558. package/lib/components/okr-detail/components/tab-panel-content/index.js +1 -7
  559. package/lib/components/okr-detail/context.js +0 -10
  560. package/lib/components/okr-detail/cooperation/index.js +3 -9
  561. package/lib/components/okr-detail/detail-footer/index.js +15 -54
  562. package/lib/components/okr-detail/detail-header/actions.js +35 -50
  563. package/lib/components/okr-detail/detail-header/confirm.js +7 -26
  564. package/lib/components/okr-detail/detail-header/constant.js +0 -10
  565. package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +9 -39
  566. package/lib/components/okr-detail/detail-header/enums.js +0 -3
  567. package/lib/components/okr-detail/detail-header/index.js +17 -100
  568. package/lib/components/okr-detail/e-list/constant.js +0 -1
  569. package/lib/components/okr-detail/e-list/index.js +60 -97
  570. package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +16 -48
  571. package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +2 -26
  572. package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +1 -11
  573. package/lib/components/okr-detail/e-list/search-form/index.js +12 -44
  574. package/lib/components/okr-detail/e-list/util.js +12 -39
  575. package/lib/components/okr-detail/error-page/index.js +0 -8
  576. package/lib/components/okr-detail/helper.js +4 -23
  577. package/lib/components/okr-detail/index.js +46 -125
  578. package/lib/components/okr-detail/loading/index.js +1 -7
  579. package/lib/components/okr-detail/okr-list/add-parent-okr.js +1 -11
  580. package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +1 -10
  581. package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +3 -11
  582. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +52 -93
  583. package/lib/components/okr-detail/okr-list/create-kr-item/style.js +0 -54
  584. package/lib/components/okr-detail/okr-list/drag-order-kr.js +0 -15
  585. package/lib/components/okr-detail/okr-list/empty/index.js +3 -10
  586. package/lib/components/okr-detail/okr-list/index.js +65 -154
  587. package/lib/components/okr-detail/okr-list/warp-parent-okr.js +0 -3
  588. package/lib/components/okr-detail/request-apis.js +43 -153
  589. package/lib/components/okr-detail/schedule/components/detail-title/index.js +3 -8
  590. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +0 -13
  591. package/lib/components/okr-detail/schedule/components/o-progress/index.js +46 -102
  592. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +0 -11
  593. package/lib/components/okr-detail/schedule/components/title/index.js +1 -6
  594. package/lib/components/okr-detail/schedule/index.js +0 -3
  595. package/lib/components/okr-detail/schedule/schedule.js +12 -41
  596. package/lib/components/okr-detail/schedule/util.js +0 -8
  597. package/lib/components/okr-excel/hooks.js +30 -70
  598. package/lib/components/okr-excel/index.css +1 -1
  599. package/lib/components/okr-excel/index.js +10 -32
  600. package/lib/components/okr-excel/renders.js +23 -78
  601. package/lib/components/okr-excel/setting.js +0 -7
  602. package/lib/components/okr-excel-create/components/kr-confidence/index.css +18 -0
  603. package/lib/components/okr-excel-create/components/kr-confidence/index.js +42 -0
  604. package/lib/components/okr-excel-create/components/kr-weight/index.css +10 -0
  605. package/lib/components/okr-excel-create/components/kr-weight/index.js +88 -0
  606. package/lib/components/okr-excel-create/components/okr-align/index.css +49 -0
  607. package/lib/components/okr-excel-create/components/okr-align/index.js +109 -0
  608. package/lib/components/okr-excel-create/components/okr-classify/index.css +74 -0
  609. package/lib/components/okr-excel-create/components/okr-classify/index.js +91 -0
  610. package/lib/components/okr-excel-create/components/okr-cycle/index.css +40 -0
  611. package/lib/components/okr-excel-create/components/okr-cycle/index.js +64 -0
  612. package/lib/components/okr-excel-create/components/okr-name/index.css +48 -0
  613. package/lib/components/okr-excel-create/components/okr-name/index.js +86 -0
  614. package/lib/components/okr-excel-create/components/okr-principal/index.css +17 -0
  615. package/lib/components/okr-excel-create/components/okr-principal/index.js +83 -0
  616. package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.css +13 -0
  617. package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +37 -0
  618. package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.css +13 -0
  619. package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +38 -0
  620. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.css +196 -0
  621. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +267 -0
  622. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/request-api.js +15 -0
  623. package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/util.js +115 -0
  624. package/lib/components/okr-excel-create/components/okr-progress/index.css +25 -0
  625. package/lib/components/okr-excel-create/components/okr-progress/index.js +74 -0
  626. package/lib/components/okr-excel-create/components/okr-progress/interface.js +5 -0
  627. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +78 -0
  628. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +127 -0
  629. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.css +20 -0
  630. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.js +63 -0
  631. package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +226 -0
  632. package/lib/components/okr-excel-create/components/okr-type/index.css +30 -0
  633. package/lib/components/okr-excel-create/components/okr-type/index.js +168 -0
  634. package/lib/components/okr-excel-create/components/okr-visibility/index.css +53 -0
  635. package/lib/components/okr-excel-create/components/okr-visibility/index.js +197 -0
  636. package/lib/components/okr-excel-create/components-new/kr-confidence/index.css +17 -0
  637. package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +56 -0
  638. package/lib/components/okr-excel-create/components-new/kr-weight/index.css +25 -0
  639. package/lib/components/okr-excel-create/components-new/kr-weight/index.js +194 -0
  640. package/lib/components/okr-excel-create/components-new/okr-align/index.css +53 -0
  641. package/lib/components/okr-excel-create/components-new/okr-align/index.js +138 -0
  642. package/lib/components/okr-excel-create/components-new/okr-classify/index.css +74 -0
  643. package/lib/components/okr-excel-create/components-new/okr-classify/index.js +98 -0
  644. package/lib/components/okr-excel-create/components-new/okr-cycle/index.css +48 -0
  645. package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +58 -0
  646. package/lib/components/okr-excel-create/components-new/okr-name/index.css +93 -0
  647. package/lib/components/okr-excel-create/components-new/okr-name/index.js +176 -0
  648. package/lib/components/okr-excel-create/components-new/okr-principal/index.css +20 -0
  649. package/lib/components/okr-excel-create/components-new/okr-principal/index.js +92 -0
  650. package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.css +13 -0
  651. package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +37 -0
  652. package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.css +13 -0
  653. package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +38 -0
  654. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.css +196 -0
  655. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +267 -0
  656. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/request-api.js +15 -0
  657. package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/util.js +115 -0
  658. package/lib/components/okr-excel-create/components-new/okr-progress/index.css +25 -0
  659. package/lib/components/okr-excel-create/components-new/okr-progress/index.js +74 -0
  660. package/lib/components/okr-excel-create/components-new/okr-progress/interface.js +5 -0
  661. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +78 -0
  662. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +127 -0
  663. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.css +20 -0
  664. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.js +63 -0
  665. package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +226 -0
  666. package/lib/components/okr-excel-create/components-new/okr-type/index.css +30 -0
  667. package/lib/components/okr-excel-create/components-new/okr-type/index.js +175 -0
  668. package/lib/components/okr-excel-create/components-new/okr-visibility/index.css +63 -0
  669. package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +224 -0
  670. package/lib/components/okr-excel-create/constant.js +14 -0
  671. package/lib/components/okr-excel-create/hooks.js +274 -0
  672. package/lib/components/okr-excel-create/img/base-info-add.svg +19 -0
  673. package/lib/components/okr-excel-create/img/desire.svg +61 -0
  674. package/lib/components/okr-excel-create/img/promise.svg +61 -0
  675. package/lib/components/okr-excel-create/index-old.js +215 -0
  676. package/lib/components/okr-excel-create/index.css +88 -0
  677. package/lib/components/okr-excel-create/index.js +309 -0
  678. package/lib/components/okr-excel-create/mock.js +169 -0
  679. package/lib/components/okr-excel-create/setting.js +18 -0
  680. package/lib/components/okr-excel-create/type.js +5 -0
  681. package/lib/components/okr-excel-create/utils.js +168 -0
  682. package/lib/components/okr-filter-drawer/filter-form.js +17 -61
  683. package/lib/components/okr-filter-drawer/index.js +5 -14
  684. package/lib/components/okr-flow/child-node/fields/creator.js +17 -54
  685. package/lib/components/okr-flow/child-node/fields/okrClassify.js +0 -9
  686. package/lib/components/okr-flow/child-node/fields/okrType.js +0 -5
  687. package/lib/components/okr-flow/child-node/helper.js +0 -2
  688. package/lib/components/okr-flow/child-node/index.js +20 -39
  689. package/lib/components/okr-flow/child-node/kr-node.js +13 -23
  690. package/lib/components/okr-flow/child-node/work-node.js +38 -95
  691. package/lib/components/okr-flow/context.js +0 -4
  692. package/lib/components/okr-flow/empty/index.js +0 -7
  693. package/lib/components/okr-flow/export-modal/index.js +39 -117
  694. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +38 -112
  695. package/lib/components/okr-flow/index.js +0 -4
  696. package/lib/components/okr-flow/mini-map/index.js +7 -35
  697. package/lib/components/okr-flow/mini-map/map.js +20 -46
  698. package/lib/components/okr-flow/mini-map/mini-node.js +11 -24
  699. package/lib/components/okr-flow/mini-map/utils.js +8 -20
  700. package/lib/components/okr-flow/okr-map/index.js +35 -75
  701. package/lib/components/okr-flow/open-data/index.js +0 -26
  702. package/lib/components/okr-flow/request-apis.js +20 -44
  703. package/lib/components/okr-flow/root-node/index.js +22 -66
  704. package/lib/components/okr-flow/utils/config.js +1 -5
  705. package/lib/components/okr-flow/utils/helper.js +0 -7
  706. package/lib/components/okr-flow/utils/index.js +4 -16
  707. package/lib/components/okr-flow/utils/tree-handler.js +42 -93
  708. package/lib/components/okr-guide/index.css +15 -17
  709. package/lib/components/okr-guide/index.js +23 -69
  710. package/lib/components/okr-guide/request-api.js +1 -14
  711. package/lib/components/okr-period-selector/index.js +11 -26
  712. package/lib/components/okr-period-selector/request-apis.js +0 -5
  713. package/lib/components/okr-period-selector/select-cycle.js +23 -63
  714. package/lib/components/okr-progress/components/detail-title/index.js +3 -8
  715. package/lib/components/okr-progress/components/kr-progress/index.js +0 -13
  716. package/lib/components/okr-progress/components/o-progress/index.js +44 -97
  717. package/lib/components/okr-progress/components/o-progress-update/index.js +7 -40
  718. package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -11
  719. package/lib/components/okr-progress/components/title/index.js +1 -6
  720. package/lib/components/okr-progress/index.js +0 -3
  721. package/lib/components/okr-progress/okr-progress/index.js +15 -45
  722. package/lib/components/okr-progress/request-apis.js +5 -24
  723. package/lib/components/okr-progress/util.js +0 -8
  724. package/lib/components/okr-progress-detail/constant.js +0 -1
  725. package/lib/components/okr-progress-detail/index.js +21 -47
  726. package/lib/components/okr-progress-detail/utils.js +0 -18
  727. package/lib/components/okr-progress-modal/helper.js +2 -23
  728. package/lib/components/okr-progress-modal/index.js +42 -96
  729. package/lib/components/okr-progress-modal/request-apis.js +0 -9
  730. package/lib/components/okr-progress-modal/style.js +0 -18
  731. package/lib/components/okr-progress-modal/textarea/index.js +4 -11
  732. package/lib/components/okr-progress-modal/textarea/style.js +0 -8
  733. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +114 -220
  734. package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +0 -44
  735. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -24
  736. package/lib/components/okr-review/ReviewPop/components/Toast/style.js +0 -6
  737. package/lib/components/okr-review/ReviewPop/index.js +21 -73
  738. package/lib/components/okr-review/ReviewPop/style.js +0 -20
  739. package/lib/components/okr-review/common.js +0 -3
  740. package/lib/components/okr-review/components/ReviewItem/index.js +8 -32
  741. package/lib/components/okr-review/components/ReviewItem/style.js +0 -18
  742. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +13 -44
  743. package/lib/components/okr-review/components/confirm-pop/style.js +0 -14
  744. package/lib/components/okr-review/index.js +18 -62
  745. package/lib/components/okr-review/style.js +0 -24
  746. package/lib/components/okr-share/common-painter/darwAvatar.js +0 -21
  747. package/lib/components/okr-share/common-painter/openDataPainter.js +10 -27
  748. package/lib/components/okr-share/common-painter/setSize.js +4 -5
  749. package/lib/components/okr-share/common-painter/utils.js +0 -40
  750. package/lib/components/okr-share/index.js +13 -34
  751. package/lib/components/okr-share/pink-card/card.js +0 -8
  752. package/lib/components/okr-share/pink-card/drawDepartmentName.js +0 -11
  753. package/lib/components/okr-share/pink-card/drawKrs.js +0 -27
  754. package/lib/components/okr-share/pink-card/drawOKrName.js +0 -3
  755. package/lib/components/okr-share/pink-card/drawQuote.js +0 -11
  756. package/lib/components/okr-share/pink-card/drawUserName.js +0 -12
  757. package/lib/components/okr-share/pink-card/index.js +0 -28
  758. package/lib/components/okr-share/publishMblog.js +13 -50
  759. package/lib/components/okr-share/request-apis.js +0 -13
  760. package/lib/components/okr-share/shareCardSelector.js +2 -24
  761. package/lib/components/okr-type-icon/index.js +0 -9
  762. package/lib/components/okrcase-library/index.js +93 -158
  763. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +5 -15
  764. package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +26 -52
  765. package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +14 -22
  766. package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -29
  767. package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +1 -10
  768. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +65 -112
  769. package/lib/components/okrcase-library/server/network.js +36 -93
  770. package/lib/components/okrcase-library-card/index.js +27 -53
  771. package/lib/components/open-data-painter/index.js +12 -39
  772. package/lib/components/operation-records/OperationRecordItem.js +7 -28
  773. package/lib/components/operation-records/index.js +18 -67
  774. package/lib/components/operation-records/style.js +0 -34
  775. package/lib/components/order-have-award/index.js +2 -65
  776. package/lib/components/order-have-award/interface.js +0 -2
  777. package/lib/components/pagination/index.css +1 -0
  778. package/lib/components/pagination/index.js +0 -3
  779. package/lib/components/pagination/pagination.js +4 -30
  780. package/lib/components/part-notice/index.js +15 -41
  781. package/lib/components/password-input/icon/close-eye.js +0 -3
  782. package/lib/components/password-input/icon/open-eye.js +0 -3
  783. package/lib/components/password-input/index.js +14 -44
  784. package/lib/components/period-selector/common.js +0 -50
  785. package/lib/components/period-selector/components/button/index.js +12 -30
  786. package/lib/components/period-selector/components/button/style.js +0 -8
  787. package/lib/components/period-selector/components/selector/index.js +36 -87
  788. package/lib/components/period-selector/components/selector/style.js +9 -28
  789. package/lib/components/period-selector/helper/index.js +18 -42
  790. package/lib/components/period-selector/index.js +65 -91
  791. package/lib/components/period-selector/interface.js +1 -0
  792. package/lib/components/period-selector/mockData.js +0 -7
  793. package/lib/components/period-selector/style.js +0 -8
  794. package/lib/components/photo-card/components/card/index.js +19 -49
  795. package/lib/components/photo-card/index.js +8 -42
  796. package/lib/components/photo-card/request.apis.js +0 -11
  797. package/lib/components/picker/components/panels/date-panel/date-body.js +32 -112
  798. package/lib/components/picker/components/panels/date-panel/date-head.js +27 -31
  799. package/lib/components/picker/components/panels/date-panel/date-rows.js +114 -0
  800. package/lib/components/picker/components/panels/date-panel/index.css +55 -5
  801. package/lib/components/picker/components/panels/date-panel/index.js +51 -24
  802. package/lib/components/picker/components/panels/date-panel/useRowsData.js +57 -0
  803. package/lib/components/picker/components/panels/month-panel/index.css +19 -9
  804. package/lib/components/picker/components/panels/month-panel/index.js +6 -32
  805. package/lib/components/picker/components/panels/month-panel/month-body.js +15 -68
  806. package/lib/components/picker/components/panels/month-panel/month-head.js +19 -20
  807. package/lib/components/picker/components/panels/month-panel/useRowsData.js +44 -0
  808. package/lib/components/picker/components/panels/panel-body/index.js +1 -16
  809. package/lib/components/picker/components/panels/panel-head/index.js +6 -11
  810. package/lib/components/picker/components/panels/week-panel/index.css +5 -5
  811. package/lib/components/picker/components/panels/week-panel/index.js +3 -16
  812. package/lib/components/picker/components/panels/week-panel/utils.js +10 -33
  813. package/lib/components/picker/components/panels/week-panel/week-body.js +2 -19
  814. package/lib/components/picker/components/panels/week-panel/week-head.js +3 -12
  815. package/lib/components/picker/components/panels/year-panel/index.css +28 -6
  816. package/lib/components/picker/components/panels/year-panel/index.js +1 -20
  817. package/lib/components/picker/components/panels/year-panel/useRowsData.js +45 -0
  818. package/lib/components/picker/components/panels/year-panel/year-body.js +24 -69
  819. package/lib/components/picker/components/panels/year-panel/year-head.js +16 -12
  820. package/lib/components/picker/components/picker-trigger/index.js +12 -33
  821. package/lib/components/picker/context.js +15 -15
  822. package/lib/components/picker/index.css +30 -4
  823. package/lib/components/picker/index.js +0 -4
  824. package/lib/components/picker/picker-panels.js +22 -84
  825. package/lib/components/picker/picker.js +37 -67
  826. package/lib/components/picker/range-picker/components/operations/index.js +38 -0
  827. package/lib/components/picker/range-picker/components/picker-trigger/index.css +1 -5
  828. package/lib/components/picker/range-picker/components/picker-trigger/index.js +17 -41
  829. package/lib/components/picker/range-picker/components/placeholder/index.js +4 -23
  830. package/lib/components/picker/range-picker/components/select-input/index.js +6 -27
  831. package/lib/components/picker/range-picker/components/shortcuts/index.js +39 -19
  832. package/lib/components/picker/range-picker/index.css +13 -10
  833. package/lib/components/picker/range-picker/index.js +76 -154
  834. package/lib/components/picker/utils.js +65 -56
  835. package/lib/components/point-demo/constant.js +0 -4
  836. package/lib/components/point-demo/drop-down-box/index.js +29 -49
  837. package/lib/components/point-demo/index.js +67 -135
  838. package/lib/components/point-demo/input/index.js +0 -32
  839. package/lib/components/point-demo/point-demo.js +4 -24
  840. package/lib/components/point-demo/popup/index.js +30 -51
  841. package/lib/components/point-demo/popup/placement.js +0 -4
  842. package/lib/components/popup/index.js +39 -58
  843. package/lib/components/popup/placement.js +0 -4
  844. package/lib/components/popup-select/index.css +10 -0
  845. package/lib/components/popup-select/index.js +25 -54
  846. package/lib/components/praise-record/PraiseRecordItem.js +2 -27
  847. package/lib/components/praise-record/index.js +10 -53
  848. package/lib/components/praise-record/style.js +0 -24
  849. package/lib/components/progress/circle-progress/index.js +25 -30
  850. package/lib/components/progress/index.js +0 -5
  851. package/lib/components/progress/line-progress/index.js +15 -20
  852. package/lib/components/progress/okr-progress/index.js +1 -10
  853. package/lib/components/progress/ring-progress/index.js +1 -8
  854. package/lib/components/progress/ring-progress/util.js +0 -2
  855. package/lib/components/progress/utils.js +2 -6
  856. package/lib/components/promise-confirm/index.js +14 -37
  857. package/lib/components/publish-dynamic-modal/index.js +0 -3
  858. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +15 -51
  859. package/lib/components/publish-dynamic-modal/requist-api.js +0 -10
  860. package/lib/components/quick-entrance/index.js +10 -69
  861. package/lib/components/quick-entrance/render-item.js +2 -8
  862. package/lib/components/quick-entrance/request-api.js +1 -6
  863. package/lib/components/radio/index.css +2 -1
  864. package/lib/components/radio/index.js +0 -4
  865. package/lib/components/radio/radio.js +13 -34
  866. package/lib/components/radio/radioGroup.js +4 -12
  867. package/lib/components/range-picker-pop/index.js +12 -72
  868. package/lib/components/range-selector-pop/RangeList.js +0 -23
  869. package/lib/components/range-selector-pop/RangeSelectorPop.js +7 -35
  870. package/lib/components/rate/index.js +17 -38
  871. package/lib/components/regulation-setting-item/index.css +6 -6
  872. package/lib/components/regulation-setting-item/index.js +6 -14
  873. package/lib/components/rich-editor/enums.js +0 -3
  874. package/lib/components/rich-editor/index.js +4 -19
  875. package/lib/components/rich-editor/keymap.js +7 -22
  876. package/lib/components/rich-editor/keymaps/index.js +0 -22
  877. package/lib/components/rich-editor/models/controller.js +0 -5
  878. package/lib/components/rich-editor/models/editor.js +2 -11
  879. package/lib/components/rich-editor/models/plugin.js +0 -6
  880. package/lib/components/rich-editor/models/schema.js +0 -40
  881. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -5
  882. package/lib/components/rich-editor/plugins/block/block-quote/index.js +0 -44
  883. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -8
  884. package/lib/components/rich-editor/plugins/block/heading/index.js +0 -43
  885. package/lib/components/rich-editor/plugins/block/index.js +0 -8
  886. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +25 -49
  887. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +25 -57
  888. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +11 -21
  889. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +6 -19
  890. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -5
  891. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +12 -27
  892. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +3 -9
  893. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +3 -12
  894. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +3 -6
  895. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +3 -8
  896. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +3 -10
  897. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +14 -70
  898. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +14 -46
  899. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +58 -87
  900. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +3 -14
  901. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +39 -118
  902. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +1 -12
  903. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +16 -50
  904. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -10
  905. package/lib/components/rich-editor/plugins/block/lists/index.js +0 -64
  906. package/lib/components/rich-editor/plugins/block/lists/messages.js +1 -2
  907. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +17 -34
  908. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -8
  909. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +8 -24
  910. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -4
  911. package/lib/components/rich-editor/plugins/block/lists/transforms.js +47 -95
  912. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +4 -12
  913. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -31
  914. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +1 -24
  915. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +11 -40
  916. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +1 -8
  917. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +20 -63
  918. package/lib/components/rich-editor/plugins/block/lists/utils.js +4 -17
  919. package/lib/components/rich-editor/plugins/block/paragraph/index.js +0 -32
  920. package/lib/components/rich-editor/plugins/core/index.js +0 -36
  921. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -12
  922. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -8
  923. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +2 -13
  924. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -5
  925. package/lib/components/rich-editor/plugins/extension/alignment/index.js +0 -34
  926. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +2 -3
  927. package/lib/components/rich-editor/plugins/extension/index.js +0 -2
  928. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +0 -37
  929. package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +0 -5
  930. package/lib/components/rich-editor/plugins/index.js +0 -6
  931. package/lib/components/rich-editor/plugins/inline/color/commond.js +20 -41
  932. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -3
  933. package/lib/components/rich-editor/plugins/inline/color/index.js +0 -61
  934. package/lib/components/rich-editor/plugins/inline/color/selector.js +14 -59
  935. package/lib/components/rich-editor/plugins/inline/color/util.js +0 -5
  936. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +0 -46
  937. package/lib/components/rich-editor/plugins/inline/em/index.js +0 -32
  938. package/lib/components/rich-editor/plugins/inline/index.js +0 -12
  939. package/lib/components/rich-editor/plugins/inline/link/commands.js +13 -47
  940. package/lib/components/rich-editor/plugins/inline/link/index.js +2 -48
  941. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +6 -18
  942. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +14 -68
  943. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +16 -48
  944. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +5 -28
  945. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +4 -33
  946. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -6
  947. package/lib/components/rich-editor/plugins/inline/strong/index.js +0 -44
  948. package/lib/components/rich-editor/plugins/inline/under-line/index.js +0 -47
  949. package/lib/components/rich-editor/plugins/util.js +9 -55
  950. package/lib/components/rich-editor/react/reactNodeView.js +31 -93
  951. package/lib/components/rich-editor/react/uiProvider.js +5 -56
  952. package/lib/components/rich-editor/schemas/basic.js +15 -13
  953. package/lib/components/rich-editor/schemas/index.js +0 -5
  954. package/lib/components/rich-editor/schemas/list.js +61 -90
  955. package/lib/components/rich-editor/types/index.js +0 -2
  956. package/lib/components/rich-editor/ui/Popup/index.js +20 -64
  957. package/lib/components/rich-editor/ui/Popup/utils.js +65 -135
  958. package/lib/components/rich-editor/ui/editor/index.js +18 -51
  959. package/lib/components/rich-editor/ui/normal-toolbar/index.js +4 -30
  960. package/lib/components/rich-editor/utils/browser.js +0 -2
  961. package/lib/components/rich-editor/utils/commands.js +15 -69
  962. package/lib/components/rich-editor/utils/document.js +10 -48
  963. package/lib/components/rich-editor/utils/event.js +0 -14
  964. package/lib/components/rich-editor/utils/helpers.js +0 -1
  965. package/lib/components/rich-editor/utils/mark.js +14 -42
  966. package/lib/components/rich-editor/utils/slice.js +0 -21
  967. package/lib/components/rich-editor/utils/toolbar.js +6 -51
  968. package/lib/components/rich-editor-at/components/index.js +25 -53
  969. package/lib/components/rich-editor-at/index.js +21 -50
  970. package/lib/components/rich-editor-upload/index.js +11 -33
  971. package/lib/components/scroll-container/index.js +50 -112
  972. package/lib/components/scrollbar/index.js +15 -37
  973. package/lib/components/scrollbar/scroll-mask/index.js +22 -53
  974. package/lib/components/scrollbar/simplebar/helpers.js +0 -12
  975. package/lib/components/scrollbar/simplebar/index.js +6 -16
  976. package/lib/components/scrollbar/simplebar/scrollbar-width.js +0 -10
  977. package/lib/components/scrollbar/simplebar/simplebar.js +52 -136
  978. package/lib/components/scrollbar/simplebar-react.js +3 -33
  979. package/lib/components/search-dropdown/index.css +2 -2
  980. package/lib/components/search-dropdown/index.js +0 -11
  981. package/lib/components/search-input/index.css +22 -27
  982. package/lib/components/search-input/index.js +56 -93
  983. package/lib/components/search-key-handle/index.js +5 -11
  984. package/lib/components/select/Option.js +2 -31
  985. package/lib/components/select/index.js +15 -80
  986. package/lib/components/select-layer/index.js +23 -47
  987. package/lib/components/select-tags/index.js +21 -48
  988. package/lib/components/selector-input/debounce.js +0 -7
  989. package/lib/components/selector-input/index.js +11 -37
  990. package/lib/components/slider-input/index.js +17 -42
  991. package/lib/components/stateless-dropdown/dropdown-selector.js +11 -0
  992. package/lib/components/stateless-dropdown/index.js +0 -3
  993. package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -14
  994. package/lib/components/status-time/index.js +24 -47
  995. package/lib/components/stop-taking-modal/index.js +15 -38
  996. package/lib/components/superset-charts/components/chart/index.js +2 -5
  997. package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +0 -22
  998. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +3 -32
  999. package/lib/components/superset-charts/fetch-assets-and-append/index.js +0 -17
  1000. package/lib/components/superset-charts/index.js +0 -3
  1001. package/lib/components/superset-charts/utils/axios.js +0 -24
  1002. package/lib/components/survey-model/contact.js +5 -29
  1003. package/lib/components/survey-model/index.js +25 -72
  1004. package/lib/components/survey-model/instance.js +0 -20
  1005. package/lib/components/survey-model/request-api.js +4 -14
  1006. package/lib/components/switch/index.css +5 -0
  1007. package/lib/components/switch/index.js +5 -16
  1008. package/lib/components/switch/rc-switch.css +3 -3
  1009. package/lib/components/table/index.css +15 -3
  1010. package/lib/components/table/index.js +41 -92
  1011. package/lib/components/table-excel/index.js +2 -14
  1012. package/lib/components/table-excel-v2/index.css +158 -0
  1013. package/lib/components/table-excel-v2/index.js +510 -0
  1014. package/lib/components/table-excel-v2/utils.js +18 -0
  1015. package/lib/components/tabs/index.css +84 -0
  1016. package/lib/components/tabs/index.js +7 -26
  1017. package/lib/components/tabs/tabBtns.js +7 -27
  1018. package/lib/components/tag/index.js +8 -23
  1019. package/lib/components/task-relation-modal/context.js +0 -4
  1020. package/lib/components/task-relation-modal/helper.js +0 -30
  1021. package/lib/components/task-relation-modal/index.js +35 -102
  1022. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +50 -101
  1023. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +22 -57
  1024. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +36 -59
  1025. package/lib/components/task-relation-modal/okr-relation/request-api.js +12 -27
  1026. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +8 -36
  1027. package/lib/components/task-relation-modal/radio.js +8 -27
  1028. package/lib/components/task-relation-modal/relation-single-okr/index.js +24 -59
  1029. package/lib/components/task-relation-modal/request-api.js +21 -42
  1030. package/lib/components/task-relation-modal/search/category-select.js +4 -23
  1031. package/lib/components/task-relation-modal/search/okr-status-select.js +4 -23
  1032. package/lib/components/task-relation-modal/search/okr-type-select.js +8 -28
  1033. package/lib/components/task-relation-modal/search/principal.js +15 -42
  1034. package/lib/components/task-relation-modal/search/relation.js +4 -24
  1035. package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -7
  1036. package/lib/components/task-relation-modal/search/task-relation.js +4 -24
  1037. package/lib/components/task-relation-modal/search/task-status-select.js +4 -24
  1038. package/lib/components/task-relation-modal/search/work-relation.js +4 -24
  1039. package/lib/components/task-relation-modal/search/work-status-select.js +4 -23
  1040. package/lib/components/task-relation-modal/tree/category-tree/index.js +29 -83
  1041. package/lib/components/task-relation-modal/tree/category-tree/search-form.js +6 -26
  1042. package/lib/components/task-relation-modal/tree/okr-tree/index.js +37 -91
  1043. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +20 -53
  1044. package/lib/components/task-relation-modal/tree/work-list/index.css +4 -0
  1045. package/lib/components/task-relation-modal/tree/work-list/index.js +32 -73
  1046. package/lib/components/task-relation-modal/tree/work-list/search-form.js +21 -47
  1047. package/lib/components/task-relation-modal/tree/work-tree/index.js +30 -82
  1048. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +14 -42
  1049. package/lib/components/task-relation-modal/tree-node/category-node/index.js +9 -27
  1050. package/lib/components/task-relation-modal/tree-node/index.js +0 -16
  1051. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +7 -28
  1052. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -30
  1053. package/lib/components/task-relation-modal/tree-node/o-node/index.js +10 -40
  1054. package/lib/components/task-relation-modal/tree-node/work-node/index.js +7 -30
  1055. package/lib/components/task-relation-modal/work-relation/index.js +24 -79
  1056. package/lib/components/task-tree/helper.js +0 -10
  1057. package/lib/components/task-tree/index.js +0 -4
  1058. package/lib/components/task-tree/request-apis.js +11 -23
  1059. package/lib/components/task-tree/task-item-node/constant.js +0 -7
  1060. package/lib/components/task-tree/task-item-node/e-empty.js +0 -8
  1061. package/lib/components/task-tree/task-item-node/e-project.js +15 -58
  1062. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +5 -30
  1063. package/lib/components/task-tree/task-item-node/e-task.js +54 -119
  1064. package/lib/components/task-tree/task-item-node/get-process-color.js +0 -5
  1065. package/lib/components/task-tree/task-item-node/task-node-render.js +0 -12
  1066. package/lib/components/task-tree/task-tree.js +4 -17
  1067. package/lib/components/textarea/index.js +54 -102
  1068. package/lib/components/time-picker/index.js +0 -3
  1069. package/lib/components/time-picker/time-picker-selector.js +20 -41
  1070. package/lib/components/time-picker/time-picker.js +18 -67
  1071. package/lib/components/time-picker/timer-picker-input.js +12 -27
  1072. package/lib/components/time-picker/utils.js +2 -9
  1073. package/lib/components/tita-chart/base/index.js +0 -2
  1074. package/lib/components/tita-chart/charts/custom-tooltip.js +0 -4
  1075. package/lib/components/tita-chart/charts/liquid-ball.js +20 -41
  1076. package/lib/components/tita-chart/charts/pie.js +11 -19
  1077. package/lib/components/tita-chart/charts/words-cloud.js +3 -25
  1078. package/lib/components/tita-chart/errorBoundary/index.js +0 -25
  1079. package/lib/components/tita-chart/hooks/useChart.js +15 -53
  1080. package/lib/components/tita-chart/index.js +0 -5
  1081. package/lib/components/tita-chart/interface.js +0 -4
  1082. package/lib/components/tita-chart/plots/liquid/index.js +11 -27
  1083. package/lib/components/tita-chart/plots/pie/index.js +11 -27
  1084. package/lib/components/tita-chart/plots/wordscloud/index.js +11 -27
  1085. package/lib/components/tita-chart/util/createLoading.js +0 -8
  1086. package/lib/components/tita-chart/util/createNode.js +1 -7
  1087. package/lib/components/tita-chart/util/getChart.js +0 -4
  1088. package/lib/components/tita-chart/util/index.js +0 -2
  1089. package/lib/components/tita-chart/util/utils.js +8 -27
  1090. package/lib/components/toast/components/SuccessRender.js +1 -13
  1091. package/lib/components/toast/index.js +27 -48
  1092. package/lib/components/toast/style/index.js +0 -8
  1093. package/lib/components/tooltip/error-tip.js +0 -7
  1094. package/lib/components/tooltip/index.js +0 -6
  1095. package/lib/components/tooltip/tooltip-rows/index.js +22 -40
  1096. package/lib/components/tooltip/tooltip-text/index.js +18 -35
  1097. package/lib/components/tooltip/tooltip.js +1 -10
  1098. package/lib/components/top-global-prompt/index.js +2 -15
  1099. package/lib/components/tree/index.js +3 -16
  1100. package/lib/components/try-version-modal/img/bg.png +0 -0
  1101. package/lib/components/try-version-modal/img/img-bg.png +0 -0
  1102. package/lib/components/try-version-modal/index.css +61 -0
  1103. package/lib/components/try-version-modal/index.js +86 -0
  1104. package/lib/components/unchain-okr-modal/img/bg.png +0 -0
  1105. package/lib/components/unchain-okr-modal/img/close.png +0 -0
  1106. package/lib/components/unchain-okr-modal/index.css +34 -0
  1107. package/lib/components/unchain-okr-modal/index.js +110 -0
  1108. package/lib/components/unchain-okr-modal/request-api.js +14 -0
  1109. package/lib/components/update-modal/index.js +8 -28
  1110. package/lib/components/update-modal/request-api.js +0 -5
  1111. package/lib/components/upload/components/uploadedPreview.js +14 -57
  1112. package/lib/components/upload/index.js +37 -182
  1113. package/lib/components/upload/index2.js +52 -112
  1114. package/lib/components/upload/style.js +0 -24
  1115. package/lib/components/upload/type.js +2 -5
  1116. package/lib/components/upload/util.js +0 -35
  1117. package/lib/components/upload-modal/img/xls.svg +1 -0
  1118. package/lib/components/upload-modal/index.css +110 -0
  1119. package/lib/components/upload-modal/index.js +143 -0
  1120. package/lib/components/upload-photo-modal/constant.js +0 -2
  1121. package/lib/components/upload-photo-modal/index.js +22 -82
  1122. package/lib/components/upload-photo-modal/request-api.js +0 -10
  1123. package/lib/components/upvote/attitude.js +0 -3
  1124. package/lib/components/upvote/index.js +27 -86
  1125. package/lib/components/upvote/request-apis.js +4 -15
  1126. package/lib/components/upvote/selector.js +23 -50
  1127. package/lib/components/upvote/upvoteListModal.js +7 -34
  1128. package/lib/components/user-selector/action-btns/index.js +0 -5
  1129. package/lib/components/user-selector/category-selector-panel/depart-tree.js +18 -28
  1130. package/lib/components/user-selector/category-selector-panel/group-tree.js +11 -25
  1131. package/lib/components/user-selector/category-selector-panel/index.js +22 -47
  1132. package/lib/components/user-selector/category-selector-panel/subordinate-tree.js +7 -21
  1133. package/lib/components/user-selector/constant.js +0 -7
  1134. package/lib/components/user-selector/context.js +0 -6
  1135. package/lib/components/user-selector/empty/group.js +1 -13
  1136. package/lib/components/user-selector/empty/index.js +1 -7
  1137. package/lib/components/user-selector/enum.js +14 -0
  1138. package/lib/components/user-selector/export-modules/depart-search-selector/index.js +56 -105
  1139. package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +4 -10
  1140. package/lib/components/user-selector/export-modules/duties-selector/index.js +25 -61
  1141. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +110 -133
  1142. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.css +14 -0
  1143. package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +46 -42
  1144. package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +1 -15
  1145. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +16 -40
  1146. package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -19
  1147. package/lib/components/user-selector/export-modules/group-selector/index.js +22 -57
  1148. package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +9 -28
  1149. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +49 -81
  1150. package/lib/components/user-selector/export-modules/single-selector/index.js +28 -52
  1151. package/lib/components/user-selector/index.js +0 -7
  1152. package/lib/components/user-selector/layout/index.js +2 -6
  1153. package/lib/components/user-selector/loading/index.js +0 -4
  1154. package/lib/components/user-selector/request-apis.js +46 -80
  1155. package/lib/components/user-selector/searched-panel/index.js +42 -74
  1156. package/lib/components/user-selector/searched-panel/result-part.js +5 -11
  1157. package/lib/components/user-selector/select-tree/choose-tree/index.js +37 -81
  1158. package/lib/components/user-selector/select-tree/selected-tree/index.js +6 -31
  1159. package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +2 -11
  1160. package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -5
  1161. package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +3 -16
  1162. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +7 -0
  1163. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +8 -21
  1164. package/lib/components/user-selector/selected-panel/index.js +12 -31
  1165. package/lib/components/user-selector/utils.js +2 -19
  1166. package/lib/components/version-change-modal/constant.js +86 -33
  1167. package/lib/components/version-change-modal/images/left-lv.png +0 -0
  1168. package/lib/components/version-change-modal/images/mini-okr.png +0 -0
  1169. package/lib/components/version-change-modal/images/mini-performance.png +0 -0
  1170. package/lib/components/version-change-modal/images/mini-project.png +0 -0
  1171. package/lib/components/version-change-modal/images/mini-survey.png +0 -0
  1172. package/lib/components/version-change-modal/images/okr.png +0 -0
  1173. package/lib/components/version-change-modal/images/performance-e.png +0 -0
  1174. package/lib/components/version-change-modal/images/performance.png +0 -0
  1175. package/lib/components/version-change-modal/images/senior-performance.png +0 -0
  1176. package/lib/components/version-change-modal/images/senior-utimate.png +0 -0
  1177. package/lib/components/version-change-modal/images/survey.png +0 -0
  1178. package/lib/components/version-change-modal/images/title.png +0 -0
  1179. package/lib/components/version-change-modal/images/utimate.png +0 -0
  1180. package/lib/components/version-change-modal/index.css +295 -125
  1181. package/lib/components/version-change-modal/index.js +174 -192
  1182. package/lib/components/version-change-modal/request-api.js +0 -11
  1183. package/lib/components/video-modal/components/video-box/index.js +70 -100
  1184. package/lib/components/video-modal/index.js +32 -54
  1185. package/lib/components/video-modal/utils.js +0 -4
  1186. package/lib/components/viewer/ImageListRender.js +8 -44
  1187. package/lib/components/viewer/index.js +5 -53
  1188. package/lib/components/wechat-btn/index.js +44 -86
  1189. package/lib/components/weekly-report/board.js +0 -5
  1190. package/lib/components/weekly-report/card.js +11 -52
  1191. package/lib/components/weekly-report/common-painter/darwAvatar.js +0 -26
  1192. package/lib/components/weekly-report/common-painter/drawName.js +0 -11
  1193. package/lib/components/weekly-report/common-painter/openDataPainter.js +7 -23
  1194. package/lib/components/weekly-report/common-painter/setSize.js +4 -5
  1195. package/lib/components/weekly-report/common-painter/utils.js +1 -18
  1196. package/lib/components/weekly-report/index.js +12 -55
  1197. package/lib/components/weekly-report/statistics.js +0 -7
  1198. package/lib/components/word-cloud/index.js +8 -28
  1199. package/lib/components/word-cloud/request-apis.js +0 -7
  1200. package/lib/components/write-summary-modal/index.js +11 -40
  1201. package/lib/components/write-summary-modal/interface.js +0 -2
  1202. package/lib/components/write-summary-modal/request-api.js +0 -3
  1203. package/lib/components/write-summary-modal/utils.js +0 -5
  1204. package/lib/components-v1/animate/AnimateChild.js +0 -26
  1205. package/lib/components-v1/animate/animate.js +0 -41
  1206. package/lib/components-v1/animate/index.js +0 -3
  1207. package/lib/components-v1/avatar/index.js +8 -52
  1208. package/lib/components-v1/avatar/styles.js +0 -8
  1209. package/lib/components-v1/buttonv2/ButtonLinked.js +3 -12
  1210. package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -24
  1211. package/lib/components-v1/buttonv2/ButtonRounded.js +7 -35
  1212. package/lib/components-v1/buttonv2/DefaultButton.js +5 -31
  1213. package/lib/components-v1/buttonv2/index.js +0 -4
  1214. package/lib/components-v1/buttonv2/style/style.js +4 -15
  1215. package/lib/components-v1/confirm/index.js +6 -45
  1216. package/lib/components-v1/dom/index.js +1 -3
  1217. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -31
  1218. package/lib/components-v1/dropDownSelector/dropDownSelector.js +11 -47
  1219. package/lib/components-v1/dropDownSelector/styles/index.js +0 -8
  1220. package/lib/components-v1/input/Enums.js +0 -1
  1221. package/lib/components-v1/input/Input.js +11 -58
  1222. package/lib/components-v1/input/InputNumber.js +13 -62
  1223. package/lib/components-v1/input/style/index.js +0 -14
  1224. package/lib/components-v1/placement/index.js +0 -3
  1225. package/lib/components-v1/placement/placement.js +0 -33
  1226. package/lib/components-v1/placement/placementInner.js +0 -35
  1227. package/lib/components-v1/pop/Pop.js +9 -64
  1228. package/lib/components-v1/pop/PopInner.js +14 -49
  1229. package/lib/components-v1/pop/index.js +0 -3
  1230. package/lib/components-v1/popConfirm/index.js +22 -60
  1231. package/lib/components-v1/popConfirm/style.js +0 -8
  1232. package/lib/components-v1/portals/Portals.js +2 -27
  1233. package/lib/components-v1/progress/CircleProgress.js +14 -40
  1234. package/lib/components-v1/progress/LineProgress.js +4 -25
  1235. package/lib/components-v1/progress/index.js +2 -31
  1236. package/lib/components-v1/radio/index.js +0 -3
  1237. package/lib/components-v1/radio/radio.js +25 -60
  1238. package/lib/components-v1/radio/radioGroup.js +8 -35
  1239. package/lib/components-v1/radio/style/index.css +44 -12
  1240. package/lib/components-v1/search/cache.js +0 -17
  1241. package/lib/components-v1/search/index.js +6 -53
  1242. package/lib/components-v1/select/Option.js +2 -31
  1243. package/lib/components-v1/select/index.js +15 -80
  1244. package/lib/components-v1/tabs/index.js +4 -30
  1245. package/lib/components-v1/tabs/style.js +0 -14
  1246. package/lib/components-v1/textarea/index.js +20 -59
  1247. package/lib/components-v1/textarea/style.js +0 -12
  1248. package/lib/components-v1/transition/index.js +35 -81
  1249. package/lib/components-v1/userSelector/UserSelectorPop.js +17 -51
  1250. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -40
  1251. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +3 -46
  1252. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +16 -53
  1253. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +0 -33
  1254. package/lib/components-v1/userSelector/components/MultiMode/index.js +16 -52
  1255. package/lib/components-v1/userSelector/components/SearchBar.js +2 -37
  1256. package/lib/components-v1/userSelector/components/SingleMode.js +5 -51
  1257. package/lib/components-v1/userSelector/components/UserItem.js +5 -32
  1258. package/lib/components-v1/userSelector/index.js +13 -62
  1259. package/lib/components-v1/userSelector/style.js +0 -64
  1260. package/lib/components-v1/utils/animate/animate.js +0 -23
  1261. package/lib/components-v1/utils/animate/event.js +0 -8
  1262. package/lib/components-v1/utils/common/tools.js +0 -3
  1263. package/lib/components-v1/utils/dom/index.js +1 -3
  1264. package/lib/components-v1/utils/placement/autoAdjustPlacement.js +6 -10
  1265. package/lib/components-v1/utils/placement/getContainerVisibleArea.js +1 -1
  1266. package/lib/components-v1/utils/placement/getExpectPlacement.js +0 -3
  1267. package/lib/components-v1/utils/placement/getPlacementInContainer.js +0 -1
  1268. package/lib/components-v1/utils/placement/placement.js +1 -17
  1269. package/lib/hooks/useGlobalState.js +3 -14
  1270. package/lib/hooks/useLocalStorage.js +3 -13
  1271. package/lib/hooks/useTouch.js +32 -57
  1272. package/lib/index.js +42 -132
  1273. package/lib/pages/aha2021/index.js +15 -54
  1274. package/lib/pages/aha2021/new-menu-switcher/index.js +9 -31
  1275. package/lib/pages/aha2021/request-api.js +0 -3
  1276. package/lib/pages/appointment-demo/drop-down-box/index.js +28 -49
  1277. package/lib/pages/appointment-demo/index.js +59 -122
  1278. package/lib/pages/appointment-demo/input/index.js +0 -32
  1279. package/lib/pages/appointment-demo/popup/index.js +30 -51
  1280. package/lib/pages/appointment-demo/popup/placement.js +0 -4
  1281. package/lib/pages/demo-free/index.js +0 -7
  1282. package/lib/pages/dynamic/index.js +0 -13
  1283. package/lib/pages/group-management/components/checkbox/index.js +0 -8
  1284. package/lib/pages/group-management/components/input-form/index.js +0 -32
  1285. package/lib/pages/group-management/components/openData/index.js +4 -62
  1286. package/lib/pages/group-management/components/radio/index.js +0 -5
  1287. package/lib/pages/group-management/components/table/index.js +14 -52
  1288. package/lib/pages/group-management/groupInterface.js +13 -63
  1289. package/lib/pages/group-management/index.js +0 -3
  1290. package/lib/pages/group-management/page-view/empty.js +8 -32
  1291. package/lib/pages/group-management/page-view/group-empty.js +3 -21
  1292. package/lib/pages/group-management/page-view/importGroupStaff/index.js +21 -57
  1293. package/lib/pages/group-management/page-view/index.js +70 -132
  1294. package/lib/pages/group-management/page-view/loading/index.js +0 -10
  1295. package/lib/pages/group-management/table/index.js +5 -21
  1296. package/lib/pages/group-management/tree/add-group-dialog/index.js +11 -43
  1297. package/lib/pages/group-management/tree/delete-group-dialog/index.js +2 -19
  1298. package/lib/pages/group-management/tree/edit-group-dialog/index.js +11 -43
  1299. package/lib/pages/group-management/tree/group-form/index.js +26 -60
  1300. package/lib/pages/group-management/tree/index.js +13 -46
  1301. package/lib/pages/group-management/tree/operation-panel.js +1 -11
  1302. package/lib/pages/group-management/tree/trigger-render.js +3 -29
  1303. package/lib/pages/home/components/data-list/index.js +18 -49
  1304. package/lib/pages/home/components/data-list/nav-selector/index.js +7 -17
  1305. package/lib/pages/home/components/data-list/table/columns/createDate.js +0 -4
  1306. package/lib/pages/home/components/data-list/table/columns/cycleTime.js +0 -5
  1307. package/lib/pages/home/components/data-list/table/columns/index.js +0 -12
  1308. package/lib/pages/home/components/data-list/table/columns/krName.js +0 -6
  1309. package/lib/pages/home/components/data-list/table/columns/link.js +1 -5
  1310. package/lib/pages/home/components/data-list/table/columns/okrName.js +3 -10
  1311. package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +8 -30
  1312. package/lib/pages/home/components/data-list/table/columns/tag.js +1 -7
  1313. package/lib/pages/home/components/data-list/table/columns/updateTime.js +0 -6
  1314. package/lib/pages/home/components/data-list/table/columns/user.js +4 -11
  1315. package/lib/pages/home/components/data-list/table/empty-table.js +4 -9
  1316. package/lib/pages/home/components/data-list/table/index.js +17 -44
  1317. package/lib/pages/home/components/data-list/table/utils-function.js +11 -42
  1318. package/lib/pages/home/components/guide/index.js +5 -28
  1319. package/lib/pages/home/components/guide/stepItem.js +5 -13
  1320. package/lib/pages/home/components/header/index.js +1 -13
  1321. package/lib/pages/home/index.js +1 -12
  1322. package/lib/pages/home-page-data-list/index.js +18 -49
  1323. package/lib/pages/like-ranking/column.js +2 -17
  1324. package/lib/pages/like-ranking/index.js +35 -86
  1325. package/lib/pages/like-ranking/request-api.js +0 -3
  1326. package/lib/pages/new-okr-list/context.js +0 -4
  1327. package/lib/pages/new-okr-list/header/comments.js +10 -25
  1328. package/lib/pages/new-okr-list/header/common.js +0 -12
  1329. package/lib/pages/new-okr-list/header/create-okr.js +3 -29
  1330. package/lib/pages/new-okr-list/header/depart-title.js +4 -16
  1331. package/lib/pages/new-okr-list/header/filter.js +39 -76
  1332. package/lib/pages/new-okr-list/header/index.css +44 -0
  1333. package/lib/pages/new-okr-list/header/index.js +141 -110
  1334. package/lib/pages/new-okr-list/header/okr-import.js +188 -0
  1335. package/lib/pages/new-okr-list/header/operate-record.js +18 -80
  1336. package/lib/pages/new-okr-list/header/relation-title.js +0 -7
  1337. package/lib/pages/new-okr-list/header/user-title.js +1 -6
  1338. package/lib/pages/new-okr-list/img/excel.svg +32 -0
  1339. package/lib/pages/new-okr-list/index.js +47 -127
  1340. package/lib/pages/new-okr-list/init-cycle-setting.js +3 -19
  1341. package/lib/pages/new-okr-list/keyword-search/index.js +8 -36
  1342. package/lib/pages/new-okr-list/list/index.js +14 -28
  1343. package/lib/pages/new-okr-list/loading.js +1 -7
  1344. package/lib/pages/new-okr-list/request-api.js +0 -47
  1345. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +23 -62
  1346. package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +3 -10
  1347. package/lib/pages/okr-map/export-modules/okr-map/index.js +0 -5
  1348. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +81 -170
  1349. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +12 -33
  1350. package/lib/pages/okr-map/export-modules/share-okr-page/index.js +0 -5
  1351. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +36 -76
  1352. package/lib/pages/okr-map/hooks/useStorage.js +21 -46
  1353. package/lib/pages/okr-map/index.js +0 -4
  1354. package/lib/pages/okr-map/level2-search/depart.js +3 -13
  1355. package/lib/pages/okr-map/level2-search/group.js +3 -21
  1356. package/lib/pages/okr-map/level2-search/index.js +4 -17
  1357. package/lib/pages/okr-map/level2-search/level2-input.js +2 -11
  1358. package/lib/pages/okr-map/level2-search/user.js +3 -15
  1359. package/lib/pages/okr-map/no-okr/index.js +0 -3
  1360. package/lib/pages/okr-map/number-select/index.js +12 -31
  1361. package/lib/pages/okr-map/open-data/index.js +0 -26
  1362. package/lib/pages/okr-map/request-apis.js +2 -20
  1363. package/lib/pages/okr-map/share-dialog/index.js +14 -43
  1364. package/lib/pages/okr-map/unsupport-ie/index.js +6 -30
  1365. package/lib/pages/okr-map/utils.js +20 -17
  1366. package/lib/pages/pay/index.js +6 -16
  1367. package/lib/pages/personal-info/components/base-info/index.js +11 -39
  1368. package/lib/pages/personal-info/components/edit-base-info/index.js +16 -50
  1369. package/lib/pages/personal-info/components/person-photo/index.js +9 -34
  1370. package/lib/pages/personal-info/index.js +0 -9
  1371. package/lib/pages/personal-info/request-api.js +0 -8
  1372. package/lib/utils/array.js +24 -0
  1373. package/lib/utils/auth.js +47 -99
  1374. package/lib/utils/bs-global.js +11 -37
  1375. package/lib/utils/check.js +10 -0
  1376. package/lib/utils/constant.js +0 -7
  1377. package/lib/utils/date-test-change.js +4 -18
  1378. package/lib/utils/editor.js +105 -0
  1379. package/lib/utils/error-level.js +0 -2
  1380. package/lib/utils/format-time.js +30 -57
  1381. package/lib/utils/getLocale.js +0 -3
  1382. package/lib/utils/helpers.js +32 -56
  1383. package/lib/utils/hooks.js +16 -37
  1384. package/lib/utils/i18n-front-translate.js +0 -7
  1385. package/lib/utils/local-storage.js +0 -9
  1386. package/lib/utils/mblog.js +0 -2
  1387. package/lib/utils/open-data.js +41 -140
  1388. package/lib/utils/platform.js +4 -27
  1389. package/lib/utils/request-v1.js +6 -32
  1390. package/lib/utils/request.js +16 -39
  1391. package/lib/utils/roundWeight.js +0 -22
  1392. package/lib/utils/tita-okr-cycle.js +2 -0
  1393. package/lib/utils/tools.js +47 -77
  1394. package/package.json +4 -1
  1395. package/lib/components/picker/components/cross.svg +0 -17
  1396. package/lib/components/version-change-modal/images/header-b.png +0 -0
  1397. package/lib/components/version-change-modal/images/header-g.png +0 -0
  1398. package/lib/components/version-change-modal/images/header-g1.png +0 -0
  1399. package/lib/components/version-change-modal/images/header-p.png +0 -0
  1400. package/lib/components/version-change-modal/images/header-y.png +0 -0
  1401. package/lib/components/version-change-modal/images/okr-purple.png +0 -0
  1402. package/lib/components/version-change-modal/images/okre.png +0 -0
  1403. package/lib/components/version-change-modal/images/performance-exam.png +0 -0
  1404. package/lib/components/version-change-modal/images/performancePlus.png +0 -0
  1405. package/lib/components/version-change-modal/images/project.png +0 -0
@@ -4,169 +4,121 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
-
8
7
  var _lodash = _interopRequireDefault(require("lodash.throttle"));
9
-
10
8
  var _lodash2 = _interopRequireDefault(require("lodash.debounce"));
11
-
12
9
  var _lodash3 = _interopRequireDefault(require("lodash.memoize"));
13
-
14
10
  var _resizeObserverPolyfill = _interopRequireDefault(require("resize-observer-polyfill"));
15
-
16
11
  var _canUseDom = _interopRequireDefault(require("can-use-dom"));
17
-
18
12
  var _scrollbarWidth = _interopRequireDefault(require("./scrollbar-width"));
19
-
20
13
  var _helpers = require("./helpers");
21
-
22
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
-
24
15
  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; }
25
-
26
16
  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; }
27
-
28
17
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
29
-
30
18
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
31
-
32
19
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
33
-
34
20
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
35
-
36
21
  var SimpleBar = /*#__PURE__*/function () {
37
22
  function SimpleBar(element, options) {
38
23
  var _this = this;
39
-
40
24
  _classCallCheck(this, SimpleBar);
41
-
42
25
  this.onScroll = function () {
43
26
  var elWindow = (0, _helpers.getElementWindow)(_this.el);
44
-
45
27
  if (!_this.scrollXTicking) {
46
28
  elWindow.requestAnimationFrame(_this.scrollX);
47
29
  _this.scrollXTicking = true;
48
30
  }
49
-
50
31
  if (!_this.scrollYTicking) {
51
32
  elWindow.requestAnimationFrame(_this.scrollY);
52
33
  _this.scrollYTicking = true;
53
34
  }
54
35
  };
55
-
56
36
  this.scrollX = function () {
57
37
  if (_this.axis.x.isOverflowing) {
58
38
  _this.showScrollbar("x");
59
-
60
39
  _this.positionScrollbar("x");
61
40
  }
62
-
63
41
  _this.scrollXTicking = false;
64
42
  };
65
-
66
43
  this.scrollY = function () {
67
44
  if (_this.axis.y.isOverflowing) {
68
45
  _this.showScrollbar("y");
69
-
70
46
  _this.positionScrollbar("y");
71
47
  }
72
-
73
48
  _this.scrollYTicking = false;
74
49
  };
75
-
76
50
  this.onMouseEnter = function () {
77
51
  _this.showScrollbar("x");
78
-
79
52
  _this.showScrollbar("y");
80
53
  };
81
-
82
54
  this.onMouseMove = function (e) {
83
55
  _this.mouseX = e.clientX;
84
56
  _this.mouseY = e.clientY;
85
-
86
57
  if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) {
87
58
  _this.onMouseMoveForAxis("x");
88
59
  }
89
-
90
60
  if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) {
91
61
  _this.onMouseMoveForAxis("y");
92
62
  }
93
63
  };
94
-
95
64
  this.onMouseLeave = function () {
96
65
  _this.onMouseMove.cancel();
97
-
98
66
  if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) {
99
67
  _this.onMouseLeaveForAxis("x");
100
68
  }
101
-
102
69
  if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) {
103
70
  _this.onMouseLeaveForAxis("y");
104
71
  }
105
-
106
72
  _this.mouseX = -1;
107
73
  _this.mouseY = -1;
108
74
  };
109
-
110
75
  this.onWindowResize = function () {
111
76
  // Recalculate scrollbarWidth in case it's a zoom
112
77
  _this.scrollbarWidth = _this.getScrollbarWidth();
113
-
114
78
  _this.hideNativeScrollbar();
115
79
  };
116
-
117
80
  this.hideScrollbars = function () {
118
81
  _this.axis.x.track.rect = _this.axis.x.track.el.getBoundingClientRect();
119
82
  _this.axis.y.track.rect = _this.axis.y.track.el.getBoundingClientRect();
120
-
121
83
  if (!_this.isWithinBounds(_this.axis.y.track.rect)) {
122
84
  _this.axis.y.scrollbar.el.classList.remove(_this.classNames.visible);
123
-
124
85
  _this.axis.y.isVisible = false;
125
86
  }
126
-
127
87
  if (!_this.isWithinBounds(_this.axis.x.track.rect)) {
128
88
  _this.axis.x.scrollbar.el.classList.remove(_this.classNames.visible);
129
-
130
89
  _this.axis.x.isVisible = false;
131
90
  }
132
91
  };
133
-
134
92
  this.onPointerEvent = function (e) {
135
93
  var isWithinTrackXBounds;
136
94
  var isWithinTrackYBounds;
137
95
  _this.axis.x.track.rect = _this.axis.x.track.el.getBoundingClientRect();
138
96
  _this.axis.y.track.rect = _this.axis.y.track.el.getBoundingClientRect();
139
-
140
97
  if (_this.axis.x.isOverflowing || _this.axis.x.forceVisible) {
141
98
  isWithinTrackXBounds = _this.isWithinBounds(_this.axis.x.track.rect);
142
99
  }
143
-
144
100
  if (_this.axis.y.isOverflowing || _this.axis.y.forceVisible) {
145
101
  isWithinTrackYBounds = _this.isWithinBounds(_this.axis.y.track.rect);
146
- } // If any pointer event is called on the scrollbar
147
-
102
+ }
148
103
 
104
+ // If any pointer event is called on the scrollbar
149
105
  if (isWithinTrackXBounds || isWithinTrackYBounds) {
150
106
  // Preventing the event's default action stops text being
151
107
  // selectable during the drag.
152
- e.preventDefault(); // Prevent event leaking
153
-
108
+ e.preventDefault();
109
+ // Prevent event leaking
154
110
  e.stopPropagation();
155
-
156
111
  if (e.type === "mousedown") {
157
112
  if (isWithinTrackXBounds) {
158
113
  _this.axis.x.scrollbar.rect = _this.axis.x.scrollbar.el.getBoundingClientRect();
159
-
160
114
  if (_this.isWithinBounds(_this.axis.x.scrollbar.rect)) {
161
115
  _this.onDragStart(e, "x");
162
116
  } else {
163
117
  _this.onTrackClick(e, "x");
164
118
  }
165
119
  }
166
-
167
120
  if (isWithinTrackYBounds) {
168
121
  _this.axis.y.scrollbar.rect = _this.axis.y.scrollbar.el.getBoundingClientRect();
169
-
170
122
  if (_this.isWithinBounds(_this.axis.y.scrollbar.rect)) {
171
123
  _this.onDragStart(e, "y");
172
124
  } else {
@@ -176,7 +128,6 @@ var SimpleBar = /*#__PURE__*/function () {
176
128
  }
177
129
  }
178
130
  };
179
-
180
131
  this.drag = function (e) {
181
132
  var eventOffset;
182
133
  var track = _this.axis[_this.draggedAxis].track;
@@ -186,36 +137,33 @@ var SimpleBar = /*#__PURE__*/function () {
186
137
  var hostSize = parseInt(_this.elStyles[_this.axis[_this.draggedAxis].sizeAttr], 10);
187
138
  e.preventDefault();
188
139
  e.stopPropagation();
189
-
190
140
  if (_this.draggedAxis === "y") {
191
141
  eventOffset = e.pageY;
192
142
  } else {
193
143
  eventOffset = e.pageX;
194
- } // Calculate how far the user's mouse is from the top/left of the scrollbar (minus the dragOffset).
195
-
196
-
197
- var dragPos = eventOffset - track.rect[_this.axis[_this.draggedAxis].offsetAttr] - _this.axis[_this.draggedAxis].dragOffset; // Convert the mouse position into a percentage of the scrollbar height/width.
144
+ }
198
145
 
199
- var dragPerc = dragPos / (trackSize - scrollbar.size); // Scroll the content by the same percentage.
146
+ // Calculate how far the user's mouse is from the top/left of the scrollbar (minus the dragOffset).
147
+ var dragPos = eventOffset - track.rect[_this.axis[_this.draggedAxis].offsetAttr] - _this.axis[_this.draggedAxis].dragOffset;
148
+ // Convert the mouse position into a percentage of the scrollbar height/width.
149
+ var dragPerc = dragPos / (trackSize - scrollbar.size);
200
150
 
201
- var scrollPos = dragPerc * (contentSize - hostSize); // Fix browsers inconsistency on RTL
151
+ // Scroll the content by the same percentage.
152
+ var scrollPos = dragPerc * (contentSize - hostSize);
202
153
 
154
+ // Fix browsers inconsistency on RTL
203
155
  if (_this.draggedAxis === "x") {
204
156
  scrollPos = _this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollbarInverted ? scrollPos - (trackSize + scrollbar.size) : scrollPos;
205
157
  scrollPos = _this.isRtl && SimpleBar.getRtlHelpers().isRtlScrollingInverted ? -scrollPos : scrollPos;
206
158
  }
207
-
208
159
  _this.contentWrapperEl[_this.axis[_this.draggedAxis].scrollOffsetAttr] = scrollPos;
209
160
  };
210
-
211
161
  this.onEndDrag = function (e) {
212
162
  var elDocument = (0, _helpers.getElementDocument)(_this.el);
213
163
  var elWindow = (0, _helpers.getElementWindow)(_this.el);
214
164
  e.preventDefault();
215
165
  e.stopPropagation();
216
-
217
166
  _this.el.classList.remove(_this.classNames.dragging);
218
-
219
167
  elDocument.removeEventListener("mousemove", _this.drag, true);
220
168
  elDocument.removeEventListener("mouseup", _this.onEndDrag, true);
221
169
  _this.removePreventClickId = elWindow.setTimeout(function () {
@@ -226,12 +174,10 @@ var SimpleBar = /*#__PURE__*/function () {
226
174
  _this.removePreventClickId = null;
227
175
  });
228
176
  };
229
-
230
177
  this.preventClick = function (e) {
231
178
  e.preventDefault();
232
179
  e.stopPropagation();
233
180
  };
234
-
235
181
  this.el = element;
236
182
  this.minScrollbarWidth = 20;
237
183
  this.options = _objectSpread(_objectSpread({}, SimpleBar.defaultOptions), options);
@@ -266,13 +212,13 @@ var SimpleBar = /*#__PURE__*/function () {
266
212
  scrollbar: {}
267
213
  }
268
214
  };
269
- this.removePreventClickId = null; // Don't re-instantiate over an existing one
215
+ this.removePreventClickId = null;
270
216
 
217
+ // Don't re-instantiate over an existing one
271
218
  if (SimpleBar.instances.has(this.el)) {
272
219
  return;
273
- } // Tita TODO: 修改 64 到 1,解决卡顿问题
274
-
275
-
220
+ }
221
+ // Tita TODO: 修改 64 到 1,解决卡顿问题
276
222
  this.recalculate = (0, _lodash["default"])(this.recalculate.bind(this), 1);
277
223
  this.onMouseMove = (0, _lodash["default"])(this.onMouseMove.bind(this), 64);
278
224
  this.hideScrollbars = (0, _lodash2["default"])(this.hideScrollbars.bind(this), this.options.timeout);
@@ -282,6 +228,7 @@ var SimpleBar = /*#__PURE__*/function () {
282
228
  SimpleBar.getRtlHelpers = (0, _lodash3["default"])(SimpleBar.getRtlHelpers);
283
229
  this.init();
284
230
  }
231
+
285
232
  /**
286
233
  * Static properties
287
234
  */
@@ -292,14 +239,13 @@ var SimpleBar = /*#__PURE__*/function () {
292
239
  * - IE11 inverts both scrollbar position and scrolling offset
293
240
  * Directly inspired by @KingSora's OverlayScrollbars https://github.com/KingSora/OverlayScrollbars/blob/master/js/OverlayScrollbars.js#L1634
294
241
  */
295
-
296
-
297
242
  _createClass(SimpleBar, [{
298
243
  key: "init",
299
244
  value: function init() {
300
245
  // Save a reference to the instance, so we know this DOM node has already been instancied
301
- SimpleBar.instances.set(this.el, this); // We stop here on server-side
246
+ SimpleBar.instances.set(this.el, this);
302
247
 
248
+ // We stop here on server-side
303
249
  if (_canUseDom["default"]) {
304
250
  this.initDOM();
305
251
  this.setAccessibilityAttributes();
@@ -312,7 +258,6 @@ var SimpleBar = /*#__PURE__*/function () {
312
258
  key: "initDOM",
313
259
  value: function initDOM() {
314
260
  var _this2 = this;
315
-
316
261
  // make sure this element doesn't have the elements yet
317
262
  if (Array.prototype.filter.call(this.el.children, function (child) {
318
263
  return child.classList.contains(_this2.classNames.wrapper);
@@ -346,11 +291,9 @@ var SimpleBar = /*#__PURE__*/function () {
346
291
  this.placeholderEl.classList.add(this.classNames.placeholder);
347
292
  this.heightAutoObserverWrapperEl.classList.add(this.classNames.heightAutoObserverWrapperEl);
348
293
  this.heightAutoObserverEl.classList.add(this.classNames.heightAutoObserverEl);
349
-
350
294
  while (this.el.firstChild) {
351
295
  this.contentEl.appendChild(this.el.firstChild);
352
296
  }
353
-
354
297
  this.contentWrapperEl.appendChild(this.contentEl);
355
298
  this.offsetEl.appendChild(this.contentWrapperEl);
356
299
  this.maskEl.appendChild(this.offsetEl);
@@ -360,7 +303,6 @@ var SimpleBar = /*#__PURE__*/function () {
360
303
  this.wrapperEl.appendChild(this.placeholderEl);
361
304
  this.el.appendChild(this.wrapperEl);
362
305
  }
363
-
364
306
  if (!this.axis.x.track.el || !this.axis.y.track.el) {
365
307
  var track = document.createElement("div");
366
308
  var scrollbar = document.createElement("div");
@@ -374,15 +316,12 @@ var SimpleBar = /*#__PURE__*/function () {
374
316
  this.el.appendChild(this.axis.x.track.el);
375
317
  this.el.appendChild(this.axis.y.track.el);
376
318
  }
377
-
378
319
  this.axis.x.scrollbar.el = this.axis.x.track.el.querySelector(".".concat(this.classNames.scrollbar));
379
320
  this.axis.y.scrollbar.el = this.axis.y.track.el.querySelector(".".concat(this.classNames.scrollbar));
380
-
381
321
  if (!this.options.autoHide) {
382
322
  this.axis.x.scrollbar.el.classList.add(this.classNames.visible);
383
323
  this.axis.y.scrollbar.el.classList.add(this.classNames.visible);
384
324
  }
385
-
386
325
  this.el.setAttribute("data-simplebar", "init");
387
326
  }
388
327
  }, {
@@ -397,13 +336,11 @@ var SimpleBar = /*#__PURE__*/function () {
397
336
  key: "initListeners",
398
337
  value: function initListeners() {
399
338
  var _this3 = this;
400
-
401
- var elWindow = (0, _helpers.getElementWindow)(this.el); // Event listeners
402
-
339
+ var elWindow = (0, _helpers.getElementWindow)(this.el);
340
+ // Event listeners
403
341
  if (this.options.autoHide) {
404
342
  this.el.addEventListener("mouseenter", this.onMouseEnter);
405
343
  }
406
-
407
344
  ["mousedown", "click", "dblclick"].forEach(function (e) {
408
345
  _this3.el.addEventListener(e, _this3.onPointerEvent, true);
409
346
  });
@@ -415,23 +352,25 @@ var SimpleBar = /*#__PURE__*/function () {
415
352
  });
416
353
  this.el.addEventListener("mousemove", this.onMouseMove);
417
354
  this.el.addEventListener("mouseleave", this.onMouseLeave);
418
- this.contentWrapperEl.addEventListener("scroll", this.onScroll); // Browser zoom triggers a window resize
355
+ this.contentWrapperEl.addEventListener("scroll", this.onScroll);
419
356
 
420
- elWindow.addEventListener("resize", this.onWindowResize); // Hack for https://github.com/WICG/ResizeObserver/issues/38
357
+ // Browser zoom triggers a window resize
358
+ elWindow.addEventListener("resize", this.onWindowResize);
421
359
 
360
+ // Hack for https://github.com/WICG/ResizeObserver/issues/38
422
361
  var resizeObserverStarted = false;
423
362
  var resizeObserver = elWindow.ResizeObserver || _resizeObserverPolyfill["default"];
424
363
  this.resizeObserver = new resizeObserver(function () {
425
364
  if (!resizeObserverStarted) return;
426
-
427
365
  _this3.recalculate();
428
366
  });
429
367
  this.resizeObserver.observe(this.el);
430
368
  this.resizeObserver.observe(this.contentEl);
431
369
  elWindow.requestAnimationFrame(function () {
432
370
  resizeObserverStarted = true;
433
- }); // This is required to detect horizontal scroll. Vertical scroll only needs the resizeObserver.
371
+ });
434
372
 
373
+ // This is required to detect horizontal scroll. Vertical scroll only needs the resizeObserver.
435
374
  this.mutationObserver = new elWindow.MutationObserver(this.recalculate);
436
375
  this.mutationObserver.observe(this.contentEl, {
437
376
  childList: true,
@@ -455,20 +394,23 @@ var SimpleBar = /*#__PURE__*/function () {
455
394
  this.wrapperEl.style.margin = "-".concat(this.elStyles.paddingTop, " -").concat(this.elStyles.paddingRight, " -").concat(this.elStyles.paddingBottom, " -").concat(this.elStyles.paddingLeft);
456
395
  var contentElScrollHeight = this.contentEl.scrollHeight;
457
396
  var contentElScrollWidth = this.contentEl.scrollWidth;
458
- this.contentWrapperEl.style.height = isHeightAuto ? "auto" : "100%"; // Determine placeholder size
397
+ this.contentWrapperEl.style.height = isHeightAuto ? "auto" : "100%";
459
398
 
399
+ // Determine placeholder size
460
400
  this.placeholderEl.style.width = isWidthAuto ? "".concat(contentElOffsetWidth, "px") : "auto";
461
401
  this.placeholderEl.style.height = "".concat(contentElScrollHeight, "px");
462
402
  var contentWrapperElOffsetHeight = this.contentWrapperEl.offsetHeight;
463
403
  this.axis.x.isOverflowing = contentElScrollWidth > contentElOffsetWidth;
464
- this.axis.y.isOverflowing = contentElScrollHeight > contentWrapperElOffsetHeight; // Set isOverflowing to false if user explicitely set hidden overflow
404
+ this.axis.y.isOverflowing = contentElScrollHeight > contentWrapperElOffsetHeight;
465
405
 
406
+ // Set isOverflowing to false if user explicitely set hidden overflow
466
407
  this.axis.x.isOverflowing = elOverflowX === "hidden" ? false : this.axis.x.isOverflowing;
467
408
  this.axis.y.isOverflowing = elOverflowY === "hidden" ? false : this.axis.y.isOverflowing;
468
409
  this.axis.x.forceVisible = this.options.forceVisible === "x" || this.options.forceVisible === true;
469
410
  this.axis.y.forceVisible = this.options.forceVisible === "y" || this.options.forceVisible === true;
470
- this.hideNativeScrollbar(); // Set isOverflowing to false if scrollbar is not necessary (content is shorter than offset)
411
+ this.hideNativeScrollbar();
471
412
 
413
+ // Set isOverflowing to false if scrollbar is not necessary (content is shorter than offset)
472
414
  var offsetForXScrollbar = this.axis.x.isOverflowing ? this.scrollbarWidth : 0;
473
415
  var offsetForYScrollbar = this.axis.y.isOverflowing ? this.scrollbarWidth : 0;
474
416
  this.axis.x.isOverflowing = this.axis.x.isOverflowing && contentElScrollWidth > contentWrapperElOffsetWidth - offsetForYScrollbar;
@@ -482,41 +424,36 @@ var SimpleBar = /*#__PURE__*/function () {
482
424
  this.toggleTrackVisibility("x");
483
425
  this.toggleTrackVisibility("y");
484
426
  }
427
+
485
428
  /**
486
429
  * Calculate scrollbar size
487
430
  */
488
-
489
431
  }, {
490
432
  key: "getScrollbarSize",
491
433
  value: function getScrollbarSize() {
492
434
  var axis = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "y";
493
-
494
435
  if (!this.axis[axis].isOverflowing) {
495
436
  return 0;
496
437
  }
497
-
498
438
  var contentSize = this.contentEl[this.axis[axis].scrollSizeAttr];
499
439
  var trackSize = this.axis[axis].track.el[this.axis[axis].offsetSizeAttr];
500
440
  var scrollbarSize;
501
- var scrollbarRatio = trackSize / contentSize; // Calculate new height/position of drag handle.
441
+ var scrollbarRatio = trackSize / contentSize;
502
442
 
443
+ // Calculate new height/position of drag handle.
503
444
  scrollbarSize = Math.max(~~(scrollbarRatio * trackSize), this.options.scrollbarMinSize);
504
-
505
445
  if (this.options.scrollbarMaxSize) {
506
446
  scrollbarSize = Math.min(scrollbarSize, this.options.scrollbarMaxSize);
507
447
  }
508
-
509
448
  return scrollbarSize;
510
449
  }
511
450
  }, {
512
451
  key: "positionScrollbar",
513
452
  value: function positionScrollbar() {
514
453
  var axis = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "y";
515
-
516
454
  if (!this.axis[axis].isOverflowing) {
517
455
  return;
518
456
  }
519
-
520
457
  var contentSize = this.contentWrapperEl[this.axis[axis].scrollSizeAttr];
521
458
  var trackSize = this.axis[axis].track.el[this.axis[axis].offsetSizeAttr];
522
459
  var hostSize = parseInt(this.elStyles[this.axis[axis].sizeAttr], 10);
@@ -534,16 +471,15 @@ var SimpleBar = /*#__PURE__*/function () {
534
471
  var axis = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "y";
535
472
  var track = this.axis[axis].track.el;
536
473
  var scrollbar = this.axis[axis].scrollbar.el;
537
-
538
474
  if (this.axis[axis].isOverflowing || this.axis[axis].forceVisible) {
539
475
  track.style.visibility = "visible";
540
476
  this.contentWrapperEl.style[this.axis[axis].overflowAttr] = "scroll";
541
477
  } else {
542
478
  track.style.visibility = "hidden";
543
479
  this.contentWrapperEl.style[this.axis[axis].overflowAttr] = "hidden";
544
- } // Even if forceVisible is enabled, scrollbar itself should be hidden
545
-
480
+ }
546
481
 
482
+ // Even if forceVisible is enabled, scrollbar itself should be hidden
547
483
  if (this.axis[axis].isOverflowing) {
548
484
  scrollbar.style.display = "block";
549
485
  } else {
@@ -556,10 +492,10 @@ var SimpleBar = /*#__PURE__*/function () {
556
492
  this.offsetEl.style[this.isRtl ? "left" : "right"] = this.axis.y.isOverflowing || this.axis.y.forceVisible ? "-".concat(this.scrollbarWidth, "px") : 0;
557
493
  this.offsetEl.style.bottom = this.axis.x.isOverflowing || this.axis.x.forceVisible ? "-".concat(this.scrollbarWidth, "px") : 0;
558
494
  }
495
+
559
496
  /**
560
497
  * On scroll event handling
561
498
  */
562
-
563
499
  }, {
564
500
  key: "onMouseMoveForAxis",
565
501
  value: function onMouseMoveForAxis() {
@@ -567,13 +503,11 @@ var SimpleBar = /*#__PURE__*/function () {
567
503
  this.axis[axis].track.rect = this.axis[axis].track.el.getBoundingClientRect();
568
504
  this.axis[axis].scrollbar.rect = this.axis[axis].scrollbar.el.getBoundingClientRect();
569
505
  var isWithinScrollbarBoundsX = this.isWithinBounds(this.axis[axis].scrollbar.rect);
570
-
571
506
  if (isWithinScrollbarBoundsX) {
572
507
  this.axis[axis].scrollbar.el.classList.add(this.classNames.hover);
573
508
  } else {
574
509
  this.axis[axis].scrollbar.el.classList.remove(this.classNames.hover);
575
510
  }
576
-
577
511
  if (this.isWithinBounds(this.axis[axis].track.rect)) {
578
512
  this.showScrollbar(axis);
579
513
  this.axis[axis].track.el.classList.add(this.classNames.hover);
@@ -597,20 +531,18 @@ var SimpleBar = /*#__PURE__*/function () {
597
531
  function showScrollbar() {
598
532
  var axis = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "y";
599
533
  var scrollbar = this.axis[axis].scrollbar.el;
600
-
601
534
  if (!this.axis[axis].isVisible) {
602
535
  scrollbar.classList.add(this.classNames.visible);
603
536
  this.axis[axis].isVisible = true;
604
537
  }
605
-
606
538
  if (this.options.autoHide) {
607
539
  this.hideScrollbars();
608
540
  }
609
541
  }
542
+
610
543
  /**
611
544
  * Hide Scrollbar
612
545
  */
613
-
614
546
  }, {
615
547
  key: "onDragStart",
616
548
  value:
@@ -621,15 +553,15 @@ var SimpleBar = /*#__PURE__*/function () {
621
553
  var axis = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "y";
622
554
  var elDocument = (0, _helpers.getElementDocument)(this.el);
623
555
  var elWindow = (0, _helpers.getElementWindow)(this.el);
624
- var scrollbar = this.axis[axis].scrollbar; // Measure how far the user's mouse is from the top of the scrollbar drag handle.
556
+ var scrollbar = this.axis[axis].scrollbar;
625
557
 
558
+ // Measure how far the user's mouse is from the top of the scrollbar drag handle.
626
559
  var eventOffset = axis === "y" ? e.pageY : e.pageX;
627
560
  this.axis[axis].dragOffset = eventOffset - scrollbar.rect[this.axis[axis].offsetAttr];
628
561
  this.draggedAxis = axis;
629
562
  this.el.classList.add(this.classNames.dragging);
630
563
  elDocument.addEventListener("mousemove", this.drag, true);
631
564
  elDocument.addEventListener("mouseup", this.onEndDrag, true);
632
-
633
565
  if (this.removePreventClickId === null) {
634
566
  elDocument.addEventListener("click", this.preventClick, true);
635
567
  elDocument.addEventListener("dblclick", this.preventClick, true);
@@ -638,15 +570,14 @@ var SimpleBar = /*#__PURE__*/function () {
638
570
  this.removePreventClickId = null;
639
571
  }
640
572
  }
573
+
641
574
  /**
642
575
  * Drag scrollbar handle
643
576
  */
644
-
645
577
  }, {
646
578
  key: "onTrackClick",
647
579
  value: function onTrackClick(e) {
648
580
  var _this4 = this;
649
-
650
581
  var axis = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "y";
651
582
  if (!this.options.clickOnTrack) return;
652
583
  var elWindow = (0, _helpers.getElementWindow)(this.el);
@@ -658,40 +589,34 @@ var SimpleBar = /*#__PURE__*/function () {
658
589
  var t = axis === "y" ? this.mouseY - scrollbarOffset : this.mouseX - scrollbarOffset;
659
590
  var dir = t < 0 ? -1 : 1;
660
591
  var scrollSize = dir === -1 ? scrolled - hostSize : scrolled + hostSize;
661
-
662
592
  var scrollTo = function scrollTo() {
663
593
  if (dir === -1) {
664
594
  if (scrolled > scrollSize) {
665
595
  scrolled -= _this4.options.clickOnTrackSpeed;
666
-
667
596
  _this4.contentWrapperEl.scrollTo(_defineProperty({}, _this4.axis[axis].offsetAttr, scrolled));
668
-
669
597
  elWindow.requestAnimationFrame(scrollTo);
670
598
  }
671
599
  } else if (scrolled < scrollSize) {
672
600
  scrolled += _this4.options.clickOnTrackSpeed;
673
-
674
601
  _this4.contentWrapperEl.scrollTo(_defineProperty({}, _this4.axis[axis].offsetAttr, scrolled));
675
-
676
602
  elWindow.requestAnimationFrame(scrollTo);
677
603
  }
678
604
  };
679
-
680
605
  scrollTo();
681
606
  }
607
+
682
608
  /**
683
609
  * Getter for content element
684
610
  */
685
-
686
611
  }, {
687
612
  key: "getContentElement",
688
613
  value: function getContentElement() {
689
614
  return this.contentEl;
690
615
  }
616
+
691
617
  /**
692
618
  * Getter for original scrolling element
693
619
  */
694
-
695
620
  }, {
696
621
  key: "getScrollElement",
697
622
  value: function getScrollElement() {
@@ -706,7 +631,6 @@ var SimpleBar = /*#__PURE__*/function () {
706
631
  if (getComputedStyle(this.contentWrapperEl, "::-webkit-scrollbar").display === "none" || "scrollbarWidth" in document.documentElement.style || "-ms-overflow-style" in document.documentElement.style) {
707
632
  return 0;
708
633
  }
709
-
710
634
  return (0, _scrollbarWidth["default"])(this.el);
711
635
  } catch (e) {
712
636
  return (0, _scrollbarWidth["default"])(this.el);
@@ -716,13 +640,11 @@ var SimpleBar = /*#__PURE__*/function () {
716
640
  key: "removeListeners",
717
641
  value: function removeListeners() {
718
642
  var _this5 = this;
719
-
720
- var elWindow = (0, _helpers.getElementWindow)(this.el); // Event listeners
721
-
643
+ var elWindow = (0, _helpers.getElementWindow)(this.el);
644
+ // Event listeners
722
645
  if (this.options.autoHide) {
723
646
  this.el.removeEventListener("mouseenter", this.onMouseEnter);
724
647
  }
725
-
726
648
  ["mousedown", "click", "dblclick"].forEach(function (e) {
727
649
  _this5.el.removeEventListener(e, _this5.onPointerEvent, true);
728
650
  });
@@ -734,50 +656,46 @@ var SimpleBar = /*#__PURE__*/function () {
734
656
  });
735
657
  this.el.removeEventListener("mousemove", this.onMouseMove);
736
658
  this.el.removeEventListener("mouseleave", this.onMouseLeave);
737
-
738
659
  if (this.contentWrapperEl) {
739
660
  this.contentWrapperEl.removeEventListener("scroll", this.onScroll);
740
661
  }
741
-
742
662
  elWindow.removeEventListener("resize", this.onWindowResize);
743
-
744
663
  if (this.mutationObserver) {
745
664
  this.mutationObserver.disconnect();
746
665
  }
747
-
748
666
  if (this.resizeObserver) {
749
667
  this.resizeObserver.disconnect();
750
- } // Cancel all debounced functions
751
-
668
+ }
752
669
 
670
+ // Cancel all debounced functions
753
671
  this.recalculate.cancel();
754
672
  this.onMouseMove.cancel();
755
673
  this.hideScrollbars.cancel();
756
674
  this.onWindowResize.cancel();
757
675
  }
676
+
758
677
  /**
759
678
  * UnMount mutation observer and delete SimpleBar instance from DOM element
760
679
  */
761
-
762
680
  }, {
763
681
  key: "unMount",
764
682
  value: function unMount() {
765
683
  this.removeListeners();
766
684
  SimpleBar.instances["delete"](this.el);
767
685
  }
686
+
768
687
  /**
769
688
  * Check if mouse is within bounds
770
689
  */
771
-
772
690
  }, {
773
691
  key: "isWithinBounds",
774
692
  value: function isWithinBounds(bbox) {
775
693
  return this.mouseX >= bbox.left && this.mouseX <= bbox.left + bbox.width && this.mouseY >= bbox.top && this.mouseY <= bbox.top + bbox.height;
776
694
  }
695
+
777
696
  /**
778
697
  * Find element children matches query
779
698
  */
780
-
781
699
  }, {
782
700
  key: "findChild",
783
701
  value: function findChild(el, query) {
@@ -818,10 +736,8 @@ var SimpleBar = /*#__PURE__*/function () {
818
736
  };
819
737
  }
820
738
  }]);
821
-
822
739
  return SimpleBar;
823
740
  }();
824
-
825
741
  exports["default"] = SimpleBar;
826
742
  SimpleBar.defaultOptions = {
827
743
  autoHide: true,