@titaui/pc 1.12.7-beta.1 → 1.12.9

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 (325) hide show
  1. package/lib/components/change-okr-modal/Item.js +19 -18
  2. package/lib/components/change-okr-modal/index.js +4 -2
  3. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  4. package/lib/components/common-share/publishMblog.js +4 -2
  5. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  6. package/lib/components/create-okr-modal/fields/index.css +14 -3
  7. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
  8. package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
  9. package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
  10. package/lib/components/create-okr-modal/fields/okr-type-detail.js +4 -2
  11. package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +4 -2
  12. package/lib/components/create-okr-modal/index.js +219 -144
  13. package/lib/components/create-okr-modal/kr-items/index.css +23 -13
  14. package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
  15. package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
  16. package/lib/components/create-okr-modal/request-api.js +16 -12
  17. package/lib/components/create-okr-modal/style.js +5 -5
  18. package/lib/components/create-okr-modal/utils/helper.js +6 -2
  19. package/lib/components/drawer-manager/drawerWrapper.js +4 -2
  20. package/lib/components/dynamic/components/title/index.js +1 -1
  21. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
  22. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +7 -7
  23. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -17
  24. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -1
  25. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +9 -9
  26. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -1
  27. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +3 -1
  28. package/lib/components/dynamic/dynamic-item/index.js +3 -4
  29. package/lib/components/eReport/eReportLists/reportList.js +29 -30
  30. package/lib/components/eReport/eReportShare/style.js +1 -1
  31. package/lib/components/edit-kr-wight/EditKrWightModal.js +11 -9
  32. package/lib/components/firework/index.js +6 -2
  33. package/lib/components/form/form-fields/input-verification-code/index.js +4 -2
  34. package/lib/components/grid-layout/util/network.js +10 -6
  35. package/lib/components/menus/components/menu-tree/tree-node/index.css +0 -120
  36. package/lib/components/menus/components/menu-tree/tree-node/index.js +2 -22
  37. package/lib/components/menus/i18n.js +0 -8
  38. package/lib/components/menus/index.js +0 -6
  39. package/lib/components/nav-top/components/menu/index.js +4 -4
  40. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
  41. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
  42. package/lib/components/okr-detail/base-info/other-infos/principal/index.js +4 -2
  43. package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
  44. package/lib/components/okr-detail/components/ao-nice/index.js +6 -4
  45. package/lib/components/okr-detail/components/header/edit-name.js +80 -41
  46. package/lib/components/okr-detail/components/header/index.css +122 -41
  47. package/lib/components/okr-detail/components/header/index.js +45 -48
  48. package/lib/components/okr-detail/components/header/o-avatar.js +4 -2
  49. package/lib/components/okr-detail/components/header/o-classify.js +154 -0
  50. package/lib/components/okr-detail/components/header/o-name.js +7 -5
  51. package/lib/components/okr-detail/components/o-classify.js +4 -2
  52. package/lib/components/okr-detail/components/o-progress-update/index.js +6 -4
  53. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +7 -3
  54. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +4 -2
  55. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +4 -2
  56. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
  57. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +178 -66
  58. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +4 -2
  59. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +8 -6
  60. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  61. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +19 -15
  62. package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
  63. package/lib/components/okr-detail/detail-footer/index.js +4 -2
  64. package/lib/components/okr-detail/detail-header/index.js +23 -15
  65. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  66. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
  67. package/lib/components/okr-detail/okr-list/index.css +9 -0
  68. package/lib/components/okr-detail/okr-list/index.js +29 -27
  69. package/lib/components/okr-detail/request-apis.js +79 -71
  70. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
  71. package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
  72. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
  73. package/lib/components/okr-flow/child-node/fields/creator.js +4 -2
  74. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  75. package/lib/components/okr-flow/child-node/work-node.js +7 -3
  76. package/lib/components/okr-flow/export-modal/index.js +10 -29
  77. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +10 -8
  78. package/lib/components/okr-flow/request-apis.js +6 -2
  79. package/lib/components/okr-flow/root-node/index.js +4 -2
  80. package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
  81. package/lib/components/okr-progress/components/o-progress/index.js +3 -1
  82. package/lib/components/okr-progress/components/o-progress-update/index.js +6 -4
  83. package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
  84. package/lib/components/okr-progress-modal/index.js +4 -2
  85. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +7 -5
  86. package/lib/components/okr-share/common-painter/darwAvatar.js +8 -4
  87. package/lib/components/okr-share/common-painter/openDataPainter.js +15 -8
  88. package/lib/components/okr-share/common-painter/utils.js +187 -36
  89. package/lib/components/okr-share/index.css +5 -4
  90. package/lib/components/okr-share/pink-card/card.js +3 -3
  91. package/lib/components/okr-share/pink-card/drawDepartmentName.js +6 -2
  92. package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
  93. package/lib/components/okr-share/pink-card/drawQuote.js +6 -2
  94. package/lib/components/okr-share/pink-card/drawUserName.js +6 -2
  95. package/lib/components/okr-share/pink-card/index.js +26 -14
  96. package/lib/components/okr-share/publishMblog.js +4 -2
  97. package/lib/components/okr-share/shareCardSelector.js +6 -4
  98. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +4 -4
  99. package/lib/components/okrcase-library/server/network.js +24 -20
  100. package/lib/components/open-data-painter/index.js +12 -7
  101. package/lib/components/period-selector/helper/index.js +6 -2
  102. package/lib/components/picker/components/picker-trigger/index.js +2 -3
  103. package/lib/components/picker/picker-panels.js +4 -45
  104. package/lib/components/picker/picker.js +3 -7
  105. package/lib/components/search-input/index.js +0 -5
  106. package/lib/components/search-key-handle/index.js +12 -10
  107. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +6 -2
  108. package/lib/components/superset-charts/fetch-assets-and-append/index.js +8 -4
  109. package/lib/components/survey-model/request-api.js +6 -2
  110. package/lib/components/task-relation-modal/index.js +6 -4
  111. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
  112. package/lib/components/task-relation-modal/tree/category-tree/index.js +4 -2
  113. package/lib/components/task-relation-modal/tree/okr-tree/index.js +4 -2
  114. package/lib/components/task-relation-modal/tree/work-tree/index.js +4 -2
  115. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
  116. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  117. package/lib/components/task-relation-modal/work-relation/index.js +6 -4
  118. package/lib/components/task-tree/task-item-node/e-project.js +4 -2
  119. package/lib/components/task-tree/task-item-node/e-task.js +4 -2
  120. package/lib/components/textarea/index.js +5 -7
  121. package/lib/components/toast/index.js +12 -8
  122. package/lib/components/upload/components/uploadedPreview.js +17 -17
  123. package/lib/components/upload/index.js +23 -23
  124. package/lib/components/upvote/index.js +6 -4
  125. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +14 -14
  126. package/lib/components/user-selector/searched-panel/index.js +4 -4
  127. package/lib/components/version-change-modal/index.js +6 -4
  128. package/lib/components/version-change-modal/request-api.js +6 -2
  129. package/lib/components/wechat-btn/index.css +5 -1
  130. package/lib/components/weekly-report/card.js +4 -12
  131. package/lib/components/weekly-report/common-painter/darwAvatar.js +10 -6
  132. package/lib/components/weekly-report/common-painter/drawName.js +6 -2
  133. package/lib/components/weekly-report/common-painter/openDataPainter.js +6 -2
  134. package/lib/components/weekly-report/index.js +6 -4
  135. package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
  136. package/lib/index.js +0 -40
  137. package/lib/pages/group-management/groupInterface.js +6 -2
  138. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  139. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  140. package/lib/pages/new-okr-list/header/index.js +15 -15
  141. package/lib/pages/new-okr-list/request-api.js +18 -14
  142. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +4 -2
  143. package/lib/pages/okr-map/request-apis.js +6 -2
  144. package/lib/utils/bs-global.js +1 -1
  145. package/lib/utils/helpers.js +0 -8
  146. package/lib/utils/hooks.js +5 -5
  147. package/lib/utils/open-data.js +216 -66
  148. package/lib/utils/request-v1.js +6 -2
  149. package/lib/utils/request.js +6 -2
  150. package/lib/utils/tita-okr-cycle.js +3 -3
  151. package/package.json +2 -2
  152. package/lib/components/attachments-preview/index.css +0 -11
  153. package/lib/components/attachments-preview/index.js +0 -112
  154. package/lib/components/auto-save/img/failed.svg +0 -17
  155. package/lib/components/auto-save/img/success.svg +0 -16
  156. package/lib/components/auto-save/index.css +0 -39
  157. package/lib/components/auto-save/index.js +0 -78
  158. package/lib/components/auto-save/interface.js +0 -5
  159. package/lib/components/dialog-upload/img/doc.svg +0 -1
  160. package/lib/components/dialog-upload/img/other.svg +0 -1
  161. package/lib/components/dialog-upload/img/pdf.svg +0 -1
  162. package/lib/components/dialog-upload/img/ppt.svg +0 -1
  163. package/lib/components/dialog-upload/img/radio.svg +0 -1
  164. package/lib/components/dialog-upload/img/video.svg +0 -1
  165. package/lib/components/dialog-upload/img/xls.svg +0 -1
  166. package/lib/components/dialog-upload/index.css +0 -77
  167. package/lib/components/dialog-upload/index.js +0 -330
  168. package/lib/components/dialog-upload/type.js +0 -35
  169. package/lib/components/dialog-upload/uploaded-preview.css +0 -77
  170. package/lib/components/dialog-upload/uploaded-preview.js +0 -132
  171. package/lib/components/dialog-upload/util.js +0 -131
  172. package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +0 -119
  173. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
  174. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
  175. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
  176. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
  177. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
  178. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
  179. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
  180. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
  181. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
  182. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
  183. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
  184. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +0 -14
  185. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +0 -68
  186. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +0 -116
  187. package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +0 -143
  188. package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
  189. package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
  190. package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
  191. package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
  192. package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
  193. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +0 -170
  194. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +0 -120
  195. package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +0 -5
  196. package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -10
  197. package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -10
  198. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +0 -8
  199. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -26
  200. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +0 -8
  201. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -26
  202. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +0 -197
  203. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +0 -220
  204. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -20
  205. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +0 -134
  206. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +0 -10
  207. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +0 -60
  208. package/lib/components/dynamic/dynamic-item/components/progress/index.css +0 -25
  209. package/lib/components/dynamic/dynamic-item/components/progress/index.js +0 -71
  210. package/lib/components/dynamic/dynamic-item/components/progress/interface.js +0 -5
  211. package/lib/components/dynamic/dynamic-item/components/schedule/index.css +0 -31
  212. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +0 -59
  213. package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +0 -5
  214. package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
  215. package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
  216. package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
  217. package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
  218. package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
  219. package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +0 -136
  220. package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +0 -348
  221. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +0 -24
  222. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +0 -52
  223. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +0 -5
  224. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +0 -50
  225. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +0 -65
  226. package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +0 -5
  227. package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +0 -201
  228. package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +0 -95
  229. package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -5
  230. package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +0 -10
  231. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
  232. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
  233. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
  234. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
  235. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
  236. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
  237. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
  238. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +0 -32
  239. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +0 -43
  240. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +0 -37
  241. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +0 -79
  242. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
  243. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
  244. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
  245. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
  246. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
  247. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +0 -155
  248. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +0 -155
  249. package/lib/components/import-modal/helper.js +0 -179
  250. package/lib/components/import-modal/image/loading.gif +0 -0
  251. package/lib/components/import-modal/import-okr-modal/index.css +0 -18
  252. package/lib/components/import-modal/import-okr-modal/index.js +0 -132
  253. package/lib/components/import-modal/import-task-modal/index.css +0 -18
  254. package/lib/components/import-modal/import-task-modal/index.js +0 -240
  255. package/lib/components/import-modal/import-task-modal/search-form.js +0 -135
  256. package/lib/components/import-modal/index.css +0 -30
  257. package/lib/components/import-modal/index.js +0 -20
  258. package/lib/components/import-modal/radio.js +0 -62
  259. package/lib/components/import-modal/request-api.js +0 -204
  260. package/lib/components/import-modal/search/category-select.js +0 -74
  261. package/lib/components/import-modal/search/okr-classify-select.js +0 -74
  262. package/lib/components/import-modal/search/okr-status-select.js +0 -74
  263. package/lib/components/import-modal/search/okr-type-select.js +0 -87
  264. package/lib/components/import-modal/search/principal.js +0 -135
  265. package/lib/components/import-modal/search/relation.js +0 -77
  266. package/lib/components/import-modal/search/search-dropdown/index.css +0 -50
  267. package/lib/components/import-modal/search/search-dropdown/index.js +0 -32
  268. package/lib/components/import-modal/search/task-relation.js +0 -83
  269. package/lib/components/import-modal/search/task-status-select.js +0 -87
  270. package/lib/components/import-modal/search/work-relation.js +0 -83
  271. package/lib/components/import-modal/search/work-status-select.js +0 -74
  272. package/lib/components/import-modal/tree/okr-tree/index.css +0 -61
  273. package/lib/components/import-modal/tree/okr-tree/index.js +0 -265
  274. package/lib/components/import-modal/tree/okr-tree/search-form.js +0 -161
  275. package/lib/components/import-modal/tree/task-work-tree/index.css +0 -123
  276. package/lib/components/import-modal/tree/task-work-tree/index.js +0 -187
  277. package/lib/components/import-modal/tree-node/index.css +0 -0
  278. package/lib/components/import-modal/tree-node/index.js +0 -51
  279. package/lib/components/import-modal/tree-node/kr-node/index.css +0 -58
  280. package/lib/components/import-modal/tree-node/kr-node/index.js +0 -108
  281. package/lib/components/import-modal/tree-node/milestone-node/index.css +0 -61
  282. package/lib/components/import-modal/tree-node/milestone-node/index.js +0 -118
  283. package/lib/components/import-modal/tree-node/o-node/index.css +0 -46
  284. package/lib/components/import-modal/tree-node/o-node/index.js +0 -138
  285. package/lib/components/import-modal/tree-node/work-node/index.css +0 -51
  286. package/lib/components/import-modal/tree-node/work-node/index.js +0 -108
  287. package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +0 -14
  288. package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +0 -18
  289. package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +0 -15
  290. package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +0 -15
  291. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +0 -74
  292. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +0 -74
  293. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -56
  294. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +0 -32
  295. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +0 -201
  296. package/lib/components/menus/export-modules/summary-menus/index.css +0 -9
  297. package/lib/components/menus/export-modules/summary-menus/index.js +0 -134
  298. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -76
  299. package/lib/components/menus/export-modules/summary-menus/menus.js +0 -199
  300. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +0 -199
  301. package/lib/components/new-confidence/constant.js +0 -53
  302. package/lib/components/new-confidence/img/1.svg +0 -40
  303. package/lib/components/new-confidence/img/10.svg +0 -33
  304. package/lib/components/new-confidence/img/2.svg +0 -40
  305. package/lib/components/new-confidence/img/3.svg +0 -40
  306. package/lib/components/new-confidence/img/4.svg +0 -40
  307. package/lib/components/new-confidence/img/5.svg +0 -40
  308. package/lib/components/new-confidence/img/6.svg +0 -40
  309. package/lib/components/new-confidence/img/7.svg +0 -40
  310. package/lib/components/new-confidence/img/8.svg +0 -40
  311. package/lib/components/new-confidence/img/9.svg +0 -40
  312. package/lib/components/new-confidence/index.css +0 -62
  313. package/lib/components/new-confidence/index.js +0 -115
  314. package/lib/components/new-confidence/interface.js +0 -5
  315. package/lib/components/picker/components/panels/week-panel/index.css +0 -42
  316. package/lib/components/picker/components/panels/week-panel/index.js +0 -49
  317. package/lib/components/picker/components/panels/week-panel/week-body.js +0 -127
  318. package/lib/components/picker/components/panels/week-panel/week-head.js +0 -80
  319. package/lib/components/rate/index.js +0 -52
  320. package/lib/components/rich-editor-at/components/index.css +0 -66
  321. package/lib/components/rich-editor-at/components/index.js +0 -188
  322. package/lib/components/rich-editor-at/index.css +0 -40
  323. package/lib/components/rich-editor-at/index.js +0 -108
  324. package/lib/components/rich-editor-upload/index.css +0 -11
  325. package/lib/components/rich-editor-upload/index.js +0 -84
@@ -7,6 +7,18 @@ exports.breakLinesForCanvas = breakLinesForCanvas;
7
7
  exports.drawImage = drawImage;
8
8
  exports.drawTextMiddle = drawTextMiddle;
9
9
 
10
+ var _openDataPainter = _interopRequireDefault(require("./openDataPainter"));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+
14
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
15
+
16
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
17
+
18
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
19
+
20
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
21
+
10
22
  function drawImage(ctx, url, x, y, width, height) {
11
23
  return new Promise(function (res) {
12
24
  var img = new Image();
@@ -19,30 +31,65 @@ function drawImage(ctx, url, x, y, width, height) {
19
31
  });
20
32
  }
21
33
 
22
- function drawTextMiddle(ctx, text, x, y, lineHeight, maxWidth, textAlign) {
23
- ctx.textBaseline = "middle";
24
-
25
- if (!maxWidth) {
26
- ctx.fillText(text, x, y + lineHeight / 2);
27
- return y + lineHeight;
28
- }
29
-
30
- var lines = breakLinesForCanvas(ctx, text, maxWidth);
31
- lines.forEach(function (l) {
32
- var _ctx$measureText = ctx.measureText(l),
33
- width = _ctx$measureText.width;
34
-
35
- var left = x;
36
-
37
- if (textAlign == "center" && maxWidth) {
38
- console.log(maxWidth, width);
39
- left = (maxWidth - width) / 2 + x;
40
- }
34
+ function drawTextMiddle(_x, _x2, _x3, _x4, _x5, _x6, _x7) {
35
+ return _drawTextMiddle.apply(this, arguments);
36
+ }
41
37
 
42
- ctx.fillText(l, left, y + lineHeight / 2);
43
- y += lineHeight;
44
- });
45
- return y;
38
+ function _drawTextMiddle() {
39
+ _drawTextMiddle = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ctx, text, x, y, lineHeight, maxWidth, textAlign) {
40
+ var lines;
41
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
42
+ while (1) {
43
+ switch (_context.prev = _context.next) {
44
+ case 0:
45
+ ctx.textBaseline = 'middle';
46
+
47
+ if (maxWidth) {
48
+ _context.next = 4;
49
+ break;
50
+ }
51
+
52
+ ctx.fillText(text, x, y + lineHeight / 2);
53
+ return _context.abrupt("return", y + lineHeight);
54
+
55
+ case 4:
56
+ _context.next = 6;
57
+ return breakLinesForCanvas(ctx, text, maxWidth, lineHeight);
58
+
59
+ case 6:
60
+ lines = _context.sent;
61
+ lines.forEach(function (l) {
62
+ var width = l.width;
63
+ var left = x;
64
+
65
+ if (textAlign == 'center' && maxWidth) {
66
+ console.log(maxWidth - width);
67
+ console.log('m', maxWidth);
68
+ console.log('w', width);
69
+ left = (maxWidth - width) / 2 + x;
70
+ }
71
+
72
+ l.children.forEach(function (item) {
73
+ if (typeof item == 'string') {
74
+ ctx.fillText(item, left, y + lineHeight / 2);
75
+ left += ctx.measureText(item).width;
76
+ } else {
77
+ item.draw(ctx, left, y);
78
+ left += item.width;
79
+ }
80
+ });
81
+ y += lineHeight;
82
+ });
83
+ return _context.abrupt("return", y);
84
+
85
+ case 9:
86
+ case "end":
87
+ return _context.stop();
88
+ }
89
+ }
90
+ }, _callee);
91
+ }));
92
+ return _drawTextMiddle.apply(this, arguments);
46
93
  }
47
94
 
48
95
  function findBreakPoint(text, width, context) {
@@ -68,18 +115,122 @@ function findBreakPoint(text, width, context) {
68
115
  return -1;
69
116
  }
70
117
 
71
- function breakLinesForCanvas(ctx, text, width) {
72
- var result = [];
73
- var breakPoint = 0;
74
-
75
- while ((breakPoint = findBreakPoint(text, width, ctx)) !== -1) {
76
- result.push(text.substr(0, breakPoint));
77
- text = text.substr(breakPoint);
78
- }
79
-
80
- if (text) {
81
- result.push(text);
82
- }
118
+ function breakLinesForCanvas(_x8, _x9, _x10, _x11) {
119
+ return _breakLinesForCanvas.apply(this, arguments);
120
+ }
83
121
 
84
- return result;
122
+ function _breakLinesForCanvas() {
123
+ _breakLinesForCanvas = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(ctx, text, width, lineHeight) {
124
+ var reg, strReg, openDatas, matchStr, OpenDataCompoent, commonStrs, result, breakPoint, w, line, i, t, subText, openData;
125
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
126
+ while (1) {
127
+ switch (_context2.prev = _context2.next) {
128
+ case 0:
129
+ reg = /\$(userName|departmentName)\=(.+?)\$(\s|$)/g;
130
+ strReg = /\$(?:userName|departmentName)\=.+?\$(?:\s|$)/;
131
+ openDatas = [];
132
+ matchStr = reg.exec(text);
133
+
134
+ case 4:
135
+ if (!(matchStr != null)) {
136
+ _context2.next = 12;
137
+ break;
138
+ }
139
+
140
+ _context2.next = 7;
141
+ return (0, _openDataPainter["default"])(ctx, {
142
+ openId: matchStr[2],
143
+ type: matchStr[1]
144
+ }, lineHeight, width);
145
+
146
+ case 7:
147
+ OpenDataCompoent = _context2.sent;
148
+ openDatas.push(OpenDataCompoent);
149
+ matchStr = reg.exec(text);
150
+ _context2.next = 4;
151
+ break;
152
+
153
+ case 12:
154
+ commonStrs = text.split(strReg);
155
+ result = [];
156
+ breakPoint = 0;
157
+ w = width;
158
+ line = {
159
+ width: 0,
160
+ children: []
161
+ };
162
+ i = 0;
163
+
164
+ case 18:
165
+ if (!(i < commonStrs.length)) {
166
+ _context2.next = 29;
167
+ break;
168
+ }
169
+
170
+ t = commonStrs[i];
171
+
172
+ while ((breakPoint = findBreakPoint(t, w, ctx)) !== -1) {
173
+ subText = t.substring(0, breakPoint);
174
+ line.children.push(subText);
175
+ line.width += ctx.measureText(subText).width;
176
+ t = t.substring(breakPoint);
177
+ result.push(line);
178
+ line = {
179
+ width: 0,
180
+ children: []
181
+ };
182
+ w = width;
183
+ }
184
+
185
+ if (t) {
186
+ w = w - ctx.measureText(t).width;
187
+ line.children.push(t);
188
+ line.width += ctx.measureText(t).width;
189
+ }
190
+
191
+ openData = openDatas[i];
192
+
193
+ if (openData) {
194
+ _context2.next = 25;
195
+ break;
196
+ }
197
+
198
+ return _context2.abrupt("continue", 26);
199
+
200
+ case 25:
201
+ if (w > openData.width) {
202
+ line.children.push(openData);
203
+ line.width += openData.width;
204
+ w = w - openData.width;
205
+ } else {
206
+ if (line.width) {
207
+ result.push(line);
208
+ line = {
209
+ width: 0,
210
+ children: []
211
+ };
212
+ }
213
+
214
+ line.children.push(openData);
215
+ line.width += openData.width;
216
+ w = width - openData.width;
217
+ }
218
+
219
+ case 26:
220
+ i++;
221
+ _context2.next = 18;
222
+ break;
223
+
224
+ case 29:
225
+ if (line.width) result.push(line);
226
+ return _context2.abrupt("return", result);
227
+
228
+ case 31:
229
+ case "end":
230
+ return _context2.stop();
231
+ }
232
+ }
233
+ }, _callee2);
234
+ }));
235
+ return _breakLinesForCanvas.apply(this, arguments);
85
236
  }
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .okr-share-card::after {
33
- content: "";
33
+ content: '';
34
34
  position: absolute;
35
35
  height: 70px;
36
36
  bottom: 0;
@@ -70,10 +70,11 @@
70
70
  margin-top: 24px;
71
71
  margin-bottom: 28px;
72
72
  text-align: center;
73
+ word-break: break-all;
73
74
  }
74
75
 
75
76
  .okr-share-card .card-okr__name::before, .okr-share-card .card-okr__name::after {
76
- content: "";
77
+ content: '';
77
78
  display: block;
78
79
  position: absolute;
79
80
  width: 16px;
@@ -114,7 +115,7 @@
114
115
  }
115
116
 
116
117
  .okr-share-card .card-kr__item::before {
117
- content: "";
118
+ content: '';
118
119
  position: absolute;
119
120
  width: 6px;
120
121
  height: 6px;
@@ -169,7 +170,7 @@
169
170
  }
170
171
 
171
172
  .okr-share-card__selector .share-card-button.share::after {
172
- content: "";
173
+ content: '';
173
174
  position: absolute;
174
175
  z-index: -1;
175
176
  background: linear-gradient(180deg, #88bcff 0%, #2879ff 100%);
@@ -39,7 +39,7 @@ function Card(_ref) {
39
39
  }, /*#__PURE__*/_react["default"].createElement("span", null, /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
40
40
  name: data.user.name,
41
41
  id: data.user.userId
42
- }), "\u7684"), (0, _getLocale.getLocale)("Menu_Title_OKRs")), /*#__PURE__*/_react["default"].createElement("div", {
42
+ }), "\u7684"), (0, _getLocale.getLocale)('Menu_Title_OKRs')), /*#__PURE__*/_react["default"].createElement("div", {
43
43
  className: "okr-share-card-user__dept"
44
44
  }, /*#__PURE__*/_react["default"].createElement(_openData.OpenDepartmentName, {
45
45
  name: data.user.departmentName,
@@ -48,10 +48,10 @@ function Card(_ref) {
48
48
  className: "card-okr__content"
49
49
  }, /*#__PURE__*/_react["default"].createElement("div", {
50
50
  className: "card-okr__name"
51
- }, data.okrName), data.krs.map(function (kr) {
51
+ }, (0, _openData.parseString)(data.okrName)), data.krs.map(function (kr) {
52
52
  return /*#__PURE__*/_react["default"].createElement("div", {
53
53
  className: "card-kr__item"
54
- }, kr);
54
+ }, (0, _openData.parseString)(kr));
55
55
  })));
56
56
  }
57
57
 
@@ -11,6 +11,10 @@ var _openDataPainter = _interopRequireDefault(require("../common-painter/openDat
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
13
 
14
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
15
+
16
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
17
+
14
18
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
15
19
 
16
20
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
@@ -20,9 +24,9 @@ function _default(_x, _x2, _x3, _x4) {
20
24
  }
21
25
 
22
26
  function _ref() {
23
- _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(ctx, y, name, id) {
27
+ _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ctx, y, name, id) {
24
28
  var lineHeight, painter;
25
- return regeneratorRuntime.wrap(function _callee$(_context) {
29
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
26
30
  while (1) {
27
31
  switch (_context.prev = _context.next) {
28
32
  case 0:
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -9,22 +11,99 @@ var _index = require("./index");
9
11
 
10
12
  var _utils = require("../common-painter/utils");
11
13
 
12
- function _default(ctx, krs, y) {
13
- if (!krs || !krs.length) return y;
14
- y += 12;
15
- var lineHeight = 22;
16
- var space = 43;
17
- var dotRadius = 7 / 2;
18
- var dotSpace = 8;
19
- ctx.font = "normal 14px/".concat(lineHeight, "px arial,sans-serif");
20
- krs.forEach(function (kr) {
21
- ctx.beginPath();
22
- ctx.arc(space - dotSpace - dotRadius, y + lineHeight / 2, dotRadius, 0, Math.PI * 2);
23
- ctx.fillStyle = "#FECCC6";
24
- ctx.fill();
25
- ctx.closePath();
26
- ctx.fillStyle = "#3F4755";
27
- y = (0, _utils.drawTextMiddle)(ctx, kr, space, y, lineHeight, _index.pinkCardwidth - space * 2) + 8;
28
- });
29
- return y - 8;
14
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
15
+
16
+ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
17
+
18
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
19
+
20
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
21
+
22
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
23
+
24
+ function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
25
+
26
+ function _default(_x, _x2, _x3) {
27
+ return _ref.apply(this, arguments);
28
+ }
29
+
30
+ function _ref() {
31
+ _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ctx, krs, y) {
32
+ var lineHeight, space, dotRadius, dotSpace, _iterator, _step, kr;
33
+
34
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
35
+ while (1) {
36
+ switch (_context.prev = _context.next) {
37
+ case 0:
38
+ if (!(!krs || !krs.length)) {
39
+ _context.next = 2;
40
+ break;
41
+ }
42
+
43
+ return _context.abrupt("return", y);
44
+
45
+ case 2:
46
+ y += 12;
47
+ lineHeight = 22;
48
+ space = 43;
49
+ dotRadius = 7 / 2;
50
+ dotSpace = 8;
51
+ ctx.font = "normal 14px/".concat(lineHeight, "px arial,sans-serif");
52
+ _iterator = _createForOfIteratorHelper(krs);
53
+ _context.prev = 9;
54
+
55
+ _iterator.s();
56
+
57
+ case 11:
58
+ if ((_step = _iterator.n()).done) {
59
+ _context.next = 25;
60
+ break;
61
+ }
62
+
63
+ kr = _step.value;
64
+ ctx.beginPath();
65
+ ctx.arc(space - dotSpace - dotRadius, y + lineHeight / 2, dotRadius, 0, Math.PI * 2);
66
+ ctx.fillStyle = '#FECCC6';
67
+ ctx.fill();
68
+ ctx.closePath();
69
+ ctx.fillStyle = '#3F4755';
70
+ _context.next = 21;
71
+ return (0, _utils.drawTextMiddle)(ctx, kr, space, y, lineHeight, _index.pinkCardwidth - space * 2);
72
+
73
+ case 21:
74
+ _context.t0 = _context.sent;
75
+ y = _context.t0 + 8;
76
+
77
+ case 23:
78
+ _context.next = 11;
79
+ break;
80
+
81
+ case 25:
82
+ _context.next = 30;
83
+ break;
84
+
85
+ case 27:
86
+ _context.prev = 27;
87
+ _context.t1 = _context["catch"](9);
88
+
89
+ _iterator.e(_context.t1);
90
+
91
+ case 30:
92
+ _context.prev = 30;
93
+
94
+ _iterator.f();
95
+
96
+ return _context.finish(30);
97
+
98
+ case 33:
99
+ return _context.abrupt("return", y - 8);
100
+
101
+ case 34:
102
+ case "end":
103
+ return _context.stop();
104
+ }
105
+ }
106
+ }, _callee, null, [[9, 27, 30, 33]]);
107
+ }));
108
+ return _ref.apply(this, arguments);
30
109
  }
@@ -11,6 +11,10 @@ var _utils = require("../common-painter/utils");
11
11
 
12
12
  var _images = require("./images");
13
13
 
14
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
15
+
16
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
17
+
14
18
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
15
19
 
16
20
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
@@ -20,8 +24,8 @@ function _default(_x, _x2, _x3) {
20
24
  }
21
25
 
22
26
  function _ref() {
23
- _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(ctx, y, type) {
24
- return regeneratorRuntime.wrap(function _callee$(_context) {
27
+ _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ctx, y, type) {
28
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
25
29
  while (1) {
26
30
  switch (_context.prev = _context.next) {
27
31
  case 0:
@@ -11,6 +11,10 @@ var _openDataPainter = _interopRequireDefault(require("../common-painter/openDat
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
13
 
14
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
15
+
16
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
17
+
14
18
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
15
19
 
16
20
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
@@ -20,10 +24,10 @@ function _default(_x, _x2, _x3, _x4) {
20
24
  }
21
25
 
22
26
  function _ref() {
23
- _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(ctx, y, name, id) {
27
+ _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ctx, y, name, id) {
24
28
  var lineHeight, _ctx$measureText, width, namePainter, x;
25
29
 
26
- return regeneratorRuntime.wrap(function _callee$(_context) {
30
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
27
31
  while (1) {
28
32
  switch (_context.prev = _context.next) {
29
33
  case 0: