@titaui/pc 1.12.7 → 1.12.9-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/lib/components/avatar/icon-avatar/index.js +1 -1
  2. package/lib/components/avatar/num-avatar/index.js +1 -1
  3. package/lib/components/book-demo/components/pc/components/content/index.js +1 -1
  4. package/lib/components/button/default-button/index.js +1 -1
  5. package/lib/components/button/icon-btn/index.js +1 -1
  6. package/lib/components/cascader/index.js +1 -1
  7. package/lib/components/cascader/time.js +1 -1
  8. package/lib/components/change-okr-modal/Filter.js +2 -2
  9. package/lib/components/change-okr-modal/Item.js +21 -20
  10. package/lib/components/change-okr-modal/filterTab.js +2 -2
  11. package/lib/components/change-okr-modal/index.js +2 -2
  12. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  13. package/lib/components/communication/CommunicationAttachments.js +2 -2
  14. package/lib/components/communication/ConvertUserName.js +2 -2
  15. package/lib/components/communication/index.js +8 -2
  16. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  17. package/lib/components/create-okr-modal/fields/index.css +14 -3
  18. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
  19. package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
  20. package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
  21. package/lib/components/create-okr-modal/index.js +215 -142
  22. package/lib/components/create-okr-modal/kr-items/index.css +23 -13
  23. package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
  24. package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
  25. package/lib/components/create-okr-modal/objectType.js +2 -2
  26. package/lib/components/create-okr-modal/style.js +5 -5
  27. package/lib/components/date-picker/BodyItem.js +3 -3
  28. package/lib/components/date-picker/CalendarBody.js +3 -3
  29. package/lib/components/date-picker/CalendarHeader.js +3 -3
  30. package/lib/components/date-picker/index.js +2 -2
  31. package/lib/components/date-range-picker/index.js +2 -2
  32. package/lib/components/delete-confirm-pop/ConfirmPop.js +2 -2
  33. package/lib/components/dialog/index.js +1 -1
  34. package/lib/components/dialog-confirm/index.js +1 -1
  35. package/lib/components/drawer/headerDrop.js +1 -1
  36. package/lib/components/drawer/index.css +9 -0
  37. package/lib/components/drawer/index.js +12 -9
  38. package/lib/components/drawer-manager/drawerWrapper.js +1 -1
  39. package/lib/components/drawer-manager/index.js +1 -1
  40. package/lib/components/drop-selector/index.js +1 -1
  41. package/lib/components/dynamic/components/title/index.js +1 -1
  42. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
  43. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
  44. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +8 -8
  45. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +1 -1
  46. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
  47. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +1 -1
  48. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +18 -18
  49. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +4 -2
  50. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +1 -1
  51. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +1 -1
  52. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +1 -1
  53. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +1 -1
  54. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +1 -1
  55. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +1 -1
  56. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +10 -10
  57. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +4 -2
  58. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +1 -1
  59. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +1 -1
  60. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +1 -1
  61. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +4 -2
  62. package/lib/components/dynamic/dynamic-item/index.js +9 -1
  63. package/lib/components/dynamic/dynamic-list/index.js +19 -2
  64. package/lib/components/eReport/eReportListEmpty.js +2 -2
  65. package/lib/components/eReport/eReportLists/reportList.js +31 -32
  66. package/lib/components/eReport/eReportShare/index.js +2 -2
  67. package/lib/components/eReport/eReportShare/style.js +1 -1
  68. package/lib/components/eReport/eReportShare/toast/index.js +2 -2
  69. package/lib/components/edit-kr-wight/EditKrWightModal.js +13 -11
  70. package/lib/components/edit-kr-wight/FormItemV2.js +2 -2
  71. package/lib/components/emotions-selector/selector-content.js +2 -2
  72. package/lib/components/emotions-selector/selector-pop.js +2 -2
  73. package/lib/components/ereport-list/index.js +2 -2
  74. package/lib/components/error-boundary/index.js +2 -2
  75. package/lib/components/form/form-fields/date/index.js +1 -1
  76. package/lib/components/form/form-fields/dropdown/index.js +1 -1
  77. package/lib/components/form/form-fields/input/index.js +1 -1
  78. package/lib/components/form/form-fields/user/index.js +1 -1
  79. package/lib/components/help-card/index.js +1 -1
  80. package/lib/components/mblog/components/ConfirmPop.js +2 -2
  81. package/lib/components/mblog/components/MblogAction.js +2 -2
  82. package/lib/components/mblog/components/MblogContent.js +2 -2
  83. package/lib/components/mblog/index.js +2 -2
  84. package/lib/components/menus/components/menu-tree/index.js +1 -1
  85. package/lib/components/menus/components/menu-tree/tree-node/index.js +1 -1
  86. package/lib/components/menus/export-modules/appraisal-menus/index.js +30 -12
  87. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +22 -6
  88. package/lib/components/menus/export-modules/appraisal-menus/menus.js +104 -9
  89. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +19 -1
  90. package/lib/components/menus/export-modules/demo-menus/menus.js +34 -1
  91. package/lib/components/menus/export-modules/okr-menus/menus.js +6 -3
  92. package/lib/components/nav-top/components/app-center/images/chart.svg +22 -0
  93. package/lib/components/nav-top/components/app-center/images/file.svg +20 -0
  94. package/lib/components/nav-top/components/app-center/images/interview.svg +20 -0
  95. package/lib/components/nav-top/components/app-center/images/learning.svg +23 -0
  96. package/lib/components/nav-top/components/app-center/images/okr.svg +22 -0
  97. package/lib/components/nav-top/components/app-center/images/performance.svg +22 -0
  98. package/lib/components/nav-top/components/app-center/images/plan.svg +22 -0
  99. package/lib/components/nav-top/components/app-center/images/project.svg +23 -0
  100. package/lib/components/nav-top/components/app-center/images/summary.svg +23 -0
  101. package/lib/components/nav-top/components/app-center/index.css +154 -0
  102. package/lib/components/nav-top/components/app-center/index.js +157 -0
  103. package/lib/components/nav-top/components/menu/index.js +5 -9
  104. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
  105. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
  106. package/lib/components/nav-top/index.css +48 -7
  107. package/lib/components/nav-top/index.js +54 -33
  108. package/lib/components/nav-top/utils.js +464 -1
  109. package/lib/components/okr-detail/auth.js +2 -2
  110. package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
  111. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +2 -2
  112. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +2 -2
  113. package/lib/components/okr-detail/components/base-okr-type/object-type.js +2 -2
  114. package/lib/components/okr-detail/components/header/edit-name.js +76 -39
  115. package/lib/components/okr-detail/components/header/index.css +122 -41
  116. package/lib/components/okr-detail/components/header/index.js +45 -48
  117. package/lib/components/okr-detail/components/header/o-avatar.js +6 -0
  118. package/lib/components/okr-detail/components/header/o-classify.js +154 -0
  119. package/lib/components/okr-detail/components/header/o-name.js +7 -5
  120. package/lib/components/okr-detail/components/header/o-score.js +1 -1
  121. package/lib/components/okr-detail/components/icon-text/index.js +1 -1
  122. package/lib/components/okr-detail/components/o-progress-update/index.js +2 -2
  123. package/lib/components/okr-detail/components/okr-tree/index.js +1 -1
  124. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
  125. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -1
  126. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
  127. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +174 -64
  128. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +2 -2
  129. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +3 -3
  130. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  131. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
  132. package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
  133. package/lib/components/okr-detail/detail-header/index.js +11 -5
  134. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  135. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
  136. package/lib/components/okr-detail/okr-list/index.css +9 -0
  137. package/lib/components/okr-detail/okr-list/index.js +25 -25
  138. package/lib/components/okr-detail/request-apis.js +73 -69
  139. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
  140. package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
  141. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
  142. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  143. package/lib/components/okr-flow/child-node/work-node.js +3 -1
  144. package/lib/components/okr-flow/export-modal/color.png +0 -0
  145. package/lib/components/okr-flow/export-modal/index.css +28 -13
  146. package/lib/components/okr-flow/export-modal/index.js +88 -40
  147. package/lib/components/okr-flow/export-modal/trans1.png +0 -0
  148. package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
  149. package/lib/components/okr-progress/components/o-progress/index.js +3 -1
  150. package/lib/components/okr-progress/components/o-progress-update/index.js +2 -2
  151. package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
  152. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +5 -5
  153. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -2
  154. package/lib/components/okr-review/ReviewPop/index.js +2 -2
  155. package/lib/components/okr-review/components/ReviewItem/index.js +2 -2
  156. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +2 -2
  157. package/lib/components/okr-review/index.js +2 -2
  158. package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
  159. package/lib/components/okr-share/common-painter/utils.js +187 -36
  160. package/lib/components/okr-share/index.css +5 -4
  161. package/lib/components/okr-share/pink-card/card.js +3 -3
  162. package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
  163. package/lib/components/okr-share/pink-card/index.js +20 -12
  164. package/lib/components/open-data-painter/index.js +6 -5
  165. package/lib/components/operation-records/OperationRecordItem.js +2 -2
  166. package/lib/components/operation-records/index.js +2 -2
  167. package/lib/components/pagination/pagination.js +1 -1
  168. package/lib/components/period-selector/components/button/index.js +1 -1
  169. package/lib/components/period-selector/components/button/style.js +1 -1
  170. package/lib/components/period-selector/index.css +1 -0
  171. package/lib/components/period-selector/index.js +7 -2
  172. package/lib/components/picker/components/panels/date-panel/index.js +1 -1
  173. package/lib/components/picker/components/panels/month-panel/index.js +1 -1
  174. package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
  175. package/lib/components/picker/components/panels/year-panel/index.js +1 -1
  176. package/lib/components/picker/components/panels/year-panel/year-head.js +1 -1
  177. package/lib/components/picker/picker.js +1 -1
  178. package/lib/components/point-demo/drop-down-box/index.js +1 -1
  179. package/lib/components/point-demo/input/index.js +3 -3
  180. package/lib/components/point-demo/popup/index.js +1 -1
  181. package/lib/components/popup/index.js +1 -1
  182. package/lib/components/praise-record/PraiseRecordItem.js +2 -2
  183. package/lib/components/praise-record/index.js +2 -2
  184. package/lib/components/range-picker-pop/index.js +3 -3
  185. package/lib/components/range-selector-pop/RangeList.js +2 -2
  186. package/lib/components/range-selector-pop/RangeSelectorPop.js +2 -2
  187. package/lib/components/rich-editor/models/schema.js +2 -2
  188. package/lib/components/rich-editor/plugins/block/block-quote/index.js +2 -2
  189. package/lib/components/rich-editor/plugins/block/heading/index.js +2 -2
  190. package/lib/components/rich-editor/plugins/block/lists/index.js +2 -2
  191. package/lib/components/rich-editor/plugins/block/paragraph/index.js +2 -2
  192. package/lib/components/rich-editor/plugins/core/index.js +2 -2
  193. package/lib/components/rich-editor/plugins/extension/alignment/index.js +2 -2
  194. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +2 -2
  195. package/lib/components/rich-editor/plugins/inline/color/index.js +2 -2
  196. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +2 -2
  197. package/lib/components/rich-editor/plugins/inline/em/index.js +2 -2
  198. package/lib/components/rich-editor/plugins/inline/link/index.js +2 -2
  199. package/lib/components/rich-editor/plugins/inline/strong/index.js +2 -2
  200. package/lib/components/rich-editor/plugins/inline/under-line/index.js +2 -2
  201. package/lib/components/rich-editor/react/reactNodeView.js +4 -4
  202. package/lib/components/rich-editor/react/uiProvider.js +2 -2
  203. package/lib/components/rich-editor/ui/Popup/index.js +2 -2
  204. package/lib/components/scroll-container/index.js +2 -2
  205. package/lib/components/scrollbar/index.js +1 -1
  206. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  207. package/lib/components/scrollbar/simplebar-react.js +1 -1
  208. package/lib/components/search-dropdown/index.js +1 -1
  209. package/lib/components/search-key-handle/index.js +12 -10
  210. package/lib/components/select/Option.js +3 -3
  211. package/lib/components/select/index.js +3 -3
  212. package/lib/components/select-layer/index.js +23 -9
  213. package/lib/components/select-tags/index.js +1 -1
  214. package/lib/components/switch/index.js +1 -1
  215. package/lib/components/table/index.js +1 -1
  216. package/lib/components/tabs/index.js +1 -1
  217. package/lib/components/task-relation-modal/helper.js +1 -56
  218. package/lib/components/task-relation-modal/index.js +1 -1
  219. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +1 -1
  220. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +1 -4
  221. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +1 -1
  222. package/lib/components/task-relation-modal/okr-relation/request-api.js +2 -6
  223. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
  224. package/lib/components/task-relation-modal/request-api.js +5 -2
  225. package/lib/components/task-relation-modal/tree/work-tree/index.js +27 -31
  226. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +22 -3
  227. package/lib/components/task-relation-modal/tree-node/index.js +1 -1
  228. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
  229. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  230. package/lib/components/task-relation-modal/tree-node/work-node/index.js +11 -11
  231. package/lib/components/task-relation-modal/work-relation/index.js +1 -1
  232. package/lib/components/task-tree/task-item-node/task-node-render.js +1 -1
  233. package/lib/components/task-tree/task-tree.js +1 -1
  234. package/lib/components/textarea/index.js +1 -1
  235. package/lib/components/time-picker/time-picker-selector.js +1 -1
  236. package/lib/components/time-picker/time-picker.js +1 -1
  237. package/lib/components/time-picker/timer-picker-input.js +1 -1
  238. package/lib/components/tita-chart/charts/liquid-ball.js +1 -1
  239. package/lib/components/tita-chart/charts/pie.js +1 -1
  240. package/lib/components/tita-chart/errorBoundary/index.js +2 -2
  241. package/lib/components/tooltip/error-tip.js +1 -1
  242. package/lib/components/tooltip/tooltip.js +10 -5
  243. package/lib/components/tree/index.js +1 -1
  244. package/lib/components/upload/components/uploadedPreview.js +19 -19
  245. package/lib/components/upload/index.js +25 -25
  246. package/lib/components/upvote/index.js +1 -1
  247. package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -1
  248. package/lib/components/user-selector/category-selector-panel/index.js +1 -0
  249. package/lib/components/user-selector/export-modules/field-tree-selector/index.css +11 -1
  250. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +35 -17
  251. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +1 -1
  252. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +1 -1
  253. package/lib/components/user-selector/request-apis.js +43 -9
  254. package/lib/components/user-selector/searched-panel/index.js +11 -5
  255. package/lib/components/user-selector/select-tree/choose-tree/index.js +1 -1
  256. package/lib/components/user-selector/select-tree/selected-tree/index.js +1 -1
  257. package/lib/components/viewer/ImageListRender.js +2 -2
  258. package/lib/components/viewer/index.js +2 -2
  259. package/lib/components/wechat-btn/index.css +5 -1
  260. package/lib/components-v1/animate/AnimateChild.js +2 -2
  261. package/lib/components-v1/animate/animate.js +2 -2
  262. package/lib/components-v1/avatar/index.js +2 -2
  263. package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -2
  264. package/lib/components-v1/buttonv2/ButtonRounded.js +2 -2
  265. package/lib/components-v1/buttonv2/DefaultButton.js +2 -2
  266. package/lib/components-v1/confirm/index.js +2 -2
  267. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +2 -2
  268. package/lib/components-v1/dropDownSelector/dropDownSelector.js +2 -2
  269. package/lib/components-v1/input/Input.js +3 -3
  270. package/lib/components-v1/input/InputNumber.js +2 -2
  271. package/lib/components-v1/placement/placement.js +2 -2
  272. package/lib/components-v1/placement/placementInner.js +2 -2
  273. package/lib/components-v1/pop/Pop.js +2 -2
  274. package/lib/components-v1/pop/PopInner.js +2 -2
  275. package/lib/components-v1/portals/Portals.js +2 -2
  276. package/lib/components-v1/progress/CircleProgress.js +2 -2
  277. package/lib/components-v1/progress/LineProgress.js +2 -2
  278. package/lib/components-v1/progress/index.js +2 -2
  279. package/lib/components-v1/radio/radio.js +2 -2
  280. package/lib/components-v1/radio/radioGroup.js +2 -2
  281. package/lib/components-v1/search/index.js +2 -2
  282. package/lib/components-v1/select/Option.js +3 -3
  283. package/lib/components-v1/select/index.js +3 -3
  284. package/lib/components-v1/tabs/index.js +2 -2
  285. package/lib/components-v1/textarea/index.js +2 -2
  286. package/lib/components-v1/transition/index.js +2 -2
  287. package/lib/components-v1/userSelector/UserSelectorPop.js +2 -2
  288. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -2
  289. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +2 -2
  290. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +2 -2
  291. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -2
  292. package/lib/components-v1/userSelector/components/MultiMode/index.js +2 -2
  293. package/lib/components-v1/userSelector/components/SearchBar.js +2 -2
  294. package/lib/components-v1/userSelector/components/SingleMode.js +9 -7
  295. package/lib/components-v1/userSelector/components/UserItem.js +2 -2
  296. package/lib/components-v1/userSelector/index.js +2 -2
  297. package/lib/pages/aha2021/index.js +5 -5
  298. package/lib/pages/aha2021/new-menu-switcher/index.css +40 -0
  299. package/lib/pages/aha2021/new-menu-switcher/index.js +81 -0
  300. package/lib/pages/aha2021/new-menu-switcher/new-menu-bg.png +0 -0
  301. package/lib/pages/aha2021/request-api.js +15 -0
  302. package/lib/pages/appointment-demo/drop-down-box/index.js +1 -1
  303. package/lib/pages/appointment-demo/input/index.js +3 -3
  304. package/lib/pages/appointment-demo/popup/index.js +1 -1
  305. package/lib/pages/group-management/components/input-form/index.js +3 -3
  306. package/lib/pages/group-management/components/radio/index.js +1 -1
  307. package/lib/pages/group-management/page-view/importGroupStaff/index.js +1 -1
  308. package/lib/pages/group-management/tree/index.js +1 -1
  309. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  310. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  311. package/lib/pages/new-okr-list/header/index.js +15 -15
  312. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +1 -1
  313. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +1 -1
  314. package/lib/pages/okr-map/level2-search/user.js +1 -0
  315. package/lib/pages/okr-map/share-dialog/index.js +1 -1
  316. package/lib/utils/auth.js +2 -2
  317. package/lib/utils/hooks.js +5 -5
  318. package/lib/utils/open-data.js +216 -66
  319. package/lib/utils/tita-okr-cycle.js +3 -3
  320. package/package.json +2 -1
  321. package/lib/utils/planDataJson.js +0 -11115
@@ -17,7 +17,470 @@ var getMenus = function getMenus() {
17
17
  navs.sort(function (pre, next) {
18
18
  return pre.orderId - next.orderId;
19
19
  });
20
- return navs;
20
+ return navs; // const newNavigation = [
21
+ // {
22
+ // id: 21817,
23
+ // tenantId: 0,
24
+ // title: "发现",
25
+ // href: "#dynamic",
26
+ // iconName: "",
27
+ // type: "hash",
28
+ // orderId: 1,
29
+ // code: "dynamic",
30
+ // appId: 119,
31
+ // appCode: null,
32
+ // status: 0,
33
+ // groupId: 0,
34
+ // signUrl: null,
35
+ // domain: "",
36
+ // labelName: null,
37
+ // DataSource: null,
38
+ // defaultExpand: false,
39
+ // menuPoint: null,
40
+ // },
41
+ // {
42
+ // id: 21818,
43
+ // tenantId: 0,
44
+ // title: "OKR",
45
+ // href: "#okr/manage?relation=1",
46
+ // iconName: "okr",
47
+ // type: "hash",
48
+ // orderId: 2,
49
+ // code: "okr",
50
+ // appId: 113,
51
+ // appCode: null,
52
+ // status: 0,
53
+ // groupId: 0,
54
+ // signUrl: null,
55
+ // domain: "",
56
+ // labelName: null,
57
+ // DataSource: null,
58
+ // defaultExpand: false,
59
+ // subTitle: "目标对齐、复盘、案例库",
60
+ // children: [
61
+ // {
62
+ // id: 21001,
63
+ // tenantId: 0,
64
+ // title: "OKR",
65
+ // href: "#okr/manage?relation=1",
66
+ // iconName: "",
67
+ // type: "hash",
68
+ // orderId: 3,
69
+ // code: "",
70
+ // appId: 666,
71
+ // appCode: null,
72
+ // status: 0,
73
+ // groupId: 0,
74
+ // signUrl: null,
75
+ // domain: "",
76
+ // labelName: null,
77
+ // DataSource: null,
78
+ // defaultExpand: false,
79
+ // children: [
80
+ // ],
81
+ // menuPoint: null,
82
+ // }, {
83
+ // id: 21002,
84
+ // tenantId: 0,
85
+ // title: "对齐",
86
+ // href: "#okr/map",
87
+ // iconName: "",
88
+ // type: "hash",
89
+ // orderId: 3,
90
+ // code: "",
91
+ // appId: 666,
92
+ // appCode: null,
93
+ // status: 0,
94
+ // groupId: 0,
95
+ // signUrl: null,
96
+ // domain: "",
97
+ // labelName: null,
98
+ // DataSource: null,
99
+ // defaultExpand: false,
100
+ // children: [
101
+ // ],
102
+ // menuPoint: null,
103
+ // }, {
104
+ // id: 21003,
105
+ // tenantId: 0,
106
+ // title: "工作法",
107
+ // href: "#okr/panel",
108
+ // iconName: "",
109
+ // type: "hash",
110
+ // orderId: 3,
111
+ // code: "",
112
+ // appId: 666,
113
+ // appCode: null,
114
+ // status: 0,
115
+ // groupId: 0,
116
+ // signUrl: null,
117
+ // domain: "",
118
+ // labelName: null,
119
+ // DataSource: null,
120
+ // defaultExpand: false,
121
+ // children: [
122
+ // ],
123
+ // menuPoint: null,
124
+ // }, {
125
+ // id: 21004,
126
+ // tenantId: 0,
127
+ // title: "仪表盘",
128
+ // href: "#okr/chart",
129
+ // iconName: "",
130
+ // type: "hash",
131
+ // orderId: 3,
132
+ // code: "",
133
+ // appId: 666,
134
+ // appCode: null,
135
+ // status: 0,
136
+ // groupId: 0,
137
+ // signUrl: null,
138
+ // domain: "",
139
+ // labelName: null,
140
+ // DataSource: null,
141
+ // defaultExpand: false,
142
+ // children: [
143
+ // ],
144
+ // menuPoint: null,
145
+ // },
146
+ // ],
147
+ // menuPoint: null,
148
+ // },
149
+ // {
150
+ // id: 21819,
151
+ // tenantId: 0,
152
+ // title: "绩效考核",
153
+ // href: "#performance",
154
+ // iconName: "performance",
155
+ // type: "hash",
156
+ // orderId: 3,
157
+ // code: "performance",
158
+ // appId: 666,
159
+ // appCode: null,
160
+ // status: 0,
161
+ // groupId: 0,
162
+ // signUrl: null,
163
+ // domain: "",
164
+ // labelName: null,
165
+ // DataSource: null,
166
+ // defaultExpand: false,
167
+ // subTitle: "KPI/价值观/OKR 全场景考核",
168
+ // children: [
169
+ // {
170
+ // id: 22001,
171
+ // tenantId: 0,
172
+ // title: "我的考核",
173
+ // href: "#performance/my",
174
+ // iconName: "",
175
+ // type: "hash",
176
+ // orderId: 3,
177
+ // code: "",
178
+ // appId: 666,
179
+ // appCode: null,
180
+ // status: 0,
181
+ // groupId: 0,
182
+ // signUrl: null,
183
+ // domain: "",
184
+ // labelName: null,
185
+ // DataSource: null,
186
+ // defaultExpand: false,
187
+ // children: [
188
+ // ],
189
+ // menuPoint: null,
190
+ // }, {
191
+ // id: 22002,
192
+ // tenantId: 0,
193
+ // title: "考核管理",
194
+ // href: "#performance/manage",
195
+ // iconName: "",
196
+ // type: "hash",
197
+ // orderId: 3,
198
+ // code: "",
199
+ // appId: 666,
200
+ // appCode: null,
201
+ // status: 0,
202
+ // groupId: 0,
203
+ // signUrl: null,
204
+ // domain: "",
205
+ // labelName: null,
206
+ // DataSource: null,
207
+ // defaultExpand: false,
208
+ // children: [
209
+ // ],
210
+ // menuPoint: null,
211
+ // }, {
212
+ // id: 22003,
213
+ // tenantId: 0,
214
+ // title: "仪表盘",
215
+ // href: "#performance/dashboard",
216
+ // iconName: "",
217
+ // type: "hash",
218
+ // orderId: 3,
219
+ // code: "",
220
+ // appId: 666,
221
+ // appCode: null,
222
+ // status: 0,
223
+ // groupId: 0,
224
+ // signUrl: null,
225
+ // domain: "",
226
+ // labelName: null,
227
+ // DataSource: null,
228
+ // defaultExpand: false,
229
+ // children: [
230
+ // ],
231
+ // menuPoint: null,
232
+ // },
233
+ // ],
234
+ // menuPoint: null,
235
+ // },
236
+ // {
237
+ // id: 21820,
238
+ // tenantId: 0,
239
+ // title: "项目",
240
+ // href: "#work",
241
+ // iconName: "project",
242
+ // type: "hash",
243
+ // orderId: 4,
244
+ // code: "work",
245
+ // appId: 112,
246
+ // appCode: null,
247
+ // status: 0,
248
+ // groupId: 0,
249
+ // signUrl: null,
250
+ // domain: "",
251
+ // labelName: null,
252
+ // DataSource: null,
253
+ // defaultExpand: false,
254
+ // subTitle: "里程碑、甘特图、看板灵活管理",
255
+ // children: [
256
+ // {
257
+ // id: 21820,
258
+ // tenantId: 0,
259
+ // title: "项目",
260
+ // href: "#work",
261
+ // iconName: "project",
262
+ // type: "hash",
263
+ // orderId: 4,
264
+ // code: "",
265
+ // appId: 112,
266
+ // appCode: null,
267
+ // status: 0,
268
+ // groupId: 0,
269
+ // signUrl: null,
270
+ // domain: "",
271
+ // labelName: null,
272
+ // DataSource: null,
273
+ // defaultExpand: false,
274
+ // children: [
275
+ // ],
276
+ // menuPoint: null,
277
+ // },
278
+ // ],
279
+ // menuPoint: null,
280
+ // },
281
+ // {
282
+ // id: 21823,
283
+ // tenantId: 0,
284
+ // title: "计划表",
285
+ // href: "#plan",
286
+ // iconName: "plan",
287
+ // type: "hash",
288
+ // orderId: 5,
289
+ // code: "plan",
290
+ // appId: 116,
291
+ // appCode: null,
292
+ // status: 0,
293
+ // groupId: 0,
294
+ // signUrl: null,
295
+ // domain: "",
296
+ // labelName: null,
297
+ // DataSource: null,
298
+ // defaultExpand: false,
299
+ // subTitle: "按日周月追踪工作任务",
300
+ // children: [
301
+ // {
302
+ // id: 21823,
303
+ // tenantId: 0,
304
+ // title: "计划表",
305
+ // href: "#plan",
306
+ // iconName: "plan",
307
+ // type: "hash",
308
+ // orderId: 5,
309
+ // code: "",
310
+ // appId: 116,
311
+ // appCode: null,
312
+ // status: 0,
313
+ // groupId: 0,
314
+ // signUrl: null,
315
+ // domain: "",
316
+ // labelName: null,
317
+ // DataSource: null,
318
+ // defaultExpand: false,
319
+ // children: [
320
+ // ],
321
+ // menuPoint: null,
322
+ // key: "plan",
323
+ // },
324
+ // ],
325
+ // menuPoint: null,
326
+ // },
327
+ // {
328
+ // id: 21821,
329
+ // tenantId: 0,
330
+ // title: "总结",
331
+ // href: "#daily",
332
+ // iconName: "summary",
333
+ // type: "hash",
334
+ // orderId: 6,
335
+ // code: "",
336
+ // appId: 115,
337
+ // appCode: null,
338
+ // status: 0,
339
+ // groupId: 0,
340
+ // signUrl: null,
341
+ // domain: "",
342
+ // labelName: null,
343
+ // DataSource: null,
344
+ // defaultExpand: false,
345
+ // subTitle: "日报/周报/月报",
346
+ // children: [
347
+ // {
348
+ // id: 21821,
349
+ // tenantId: 0,
350
+ // title: "总结",
351
+ // href: "#daily",
352
+ // iconName: "summary",
353
+ // type: "hash",
354
+ // orderId: 6,
355
+ // code: "",
356
+ // appId: 115,
357
+ // appCode: null,
358
+ // status: 0,
359
+ // groupId: 0,
360
+ // signUrl: null,
361
+ // domain: "",
362
+ // labelName: null,
363
+ // DataSource: null,
364
+ // defaultExpand: false,
365
+ // children: [
366
+ // ],
367
+ // menuPoint: null,
368
+ // key: "summary",
369
+ // },
370
+ // ],
371
+ // menuPoint: null,
372
+ // key: "daily",
373
+ // },
374
+ // {
375
+ // id: 21822,
376
+ // tenantId: 0,
377
+ // title: "报表",
378
+ // href: "#report",
379
+ // iconName: "chart",
380
+ // type: "hash",
381
+ // orderId: 7,
382
+ // code: "",
383
+ // appId: 118,
384
+ // appCode: null,
385
+ // status: 0,
386
+ // groupId: 0,
387
+ // signUrl: null,
388
+ // domain: "",
389
+ // labelName: null,
390
+ // DataSource: null,
391
+ // defaultExpand: false,
392
+ // subTitle: "查看与导出全员数据",
393
+ // children: [
394
+ // {
395
+ // id: 21822,
396
+ // tenantId: 0,
397
+ // title: "报表",
398
+ // href: "#report",
399
+ // iconName: "chart",
400
+ // type: "hash",
401
+ // orderId: 7,
402
+ // code: "",
403
+ // appId: 118,
404
+ // appCode: null,
405
+ // status: 0,
406
+ // groupId: 0,
407
+ // signUrl: null,
408
+ // domain: "",
409
+ // labelName: null,
410
+ // DataSource: null,
411
+ // defaultExpand: false,
412
+ // children: [
413
+ // ],
414
+ // menuPoint: null,
415
+ // key: "report",
416
+ // },
417
+ // ],
418
+ // menuPoint: null,
419
+ // key: "report",
420
+ // },
421
+ // {
422
+ // id: 21831,
423
+ // tenantId: 0,
424
+ // title: "Learning",
425
+ // href: "500000126/eLearningHome#learning",
426
+ // iconName: "learning",
427
+ // type: "page",
428
+ // orderId: 8,
429
+ // code: "",
430
+ // appId: 120,
431
+ // appCode: null,
432
+ // status: 0,
433
+ // groupId: 0,
434
+ // signUrl: null,
435
+ // domain: "",
436
+ // labelName: null,
437
+ // DataSource: null,
438
+ // defaultExpand: false,
439
+ // subTitle: "OKR 和 Tita 使用学习中心",
440
+ // children: [
441
+ // ],
442
+ // menuPoint: null,
443
+ // key: "learning",
444
+ // },
445
+ // {
446
+ // appId: 101,
447
+ // children: [{
448
+ // id: 21831,
449
+ // tenantId: 0,
450
+ // title: "我的面谈",
451
+ // href: "#/interview",
452
+ // iconName: "learning",
453
+ // type: "hash",
454
+ // orderId: 8,
455
+ // code: "",
456
+ // appId: 120,
457
+ // appCode: null,
458
+ // status: 0,
459
+ // groupId: 0,
460
+ // signUrl: null,
461
+ // domain: "",
462
+ // labelName: null,
463
+ // DataSource: null,
464
+ // defaultExpand: false,
465
+ // children: [
466
+ // ],
467
+ // menuPoint: null,
468
+ // key: "learning",
469
+ // }],
470
+ // code: "interview",
471
+ // domain: "",
472
+ // href: "#/interview",
473
+ // iconName: "interview",
474
+ // id: 22827,
475
+ // menuPoint: null,
476
+ // orderId: 9,
477
+ // signUrl: null,
478
+ // tenantId: 0,
479
+ // title: "1 on 1",
480
+ // key: "interview",
481
+ // },
482
+ // ];
483
+ // return newNavigation;
21
484
  };
22
485
 
23
486
  exports.getMenus = getMenus;
@@ -11,7 +11,7 @@ var _bsGlobal = require("../../utils/bs-global");
11
11
 
12
12
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
13
13
 
14
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
14
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
15
15
 
16
16
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
17
17
 
@@ -21,7 +21,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
21
21
 
22
22
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
23
 
24
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
25
 
26
26
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
27
27
 
@@ -1,5 +1,4 @@
1
1
  .titaui-okr-detail-ao-nice {
2
- padding-top: 50px;
3
2
  padding-bottom: 75px;
4
3
  }
5
4
 
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
41
41
 
@@ -33,7 +33,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
33
33
 
34
34
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
35
 
36
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
37
 
38
38
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
39
 
@@ -43,7 +43,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
43
43
 
44
44
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
45
 
46
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
47
 
48
48
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
49
49
 
@@ -51,7 +51,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
51
51
 
52
52
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
53
53
 
54
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
54
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
55
55
 
56
56
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
57
57
 
@@ -61,7 +61,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
61
61
 
62
62
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
63
63
 
64
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
64
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
65
65
 
66
66
  var getRadios = function getRadios() {
67
67
  return [{