@titaui/pc 1.12.7 → 1.12.9-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/lib/components/avatar/icon-avatar/index.js +1 -1
  2. package/lib/components/avatar/num-avatar/index.js +1 -1
  3. package/lib/components/book-demo/components/pc/components/content/index.js +1 -1
  4. package/lib/components/button/default-button/index.js +1 -1
  5. package/lib/components/button/icon-btn/index.js +1 -1
  6. package/lib/components/cascader/index.js +1 -1
  7. package/lib/components/cascader/time.js +1 -1
  8. package/lib/components/change-okr-modal/Filter.js +2 -2
  9. package/lib/components/change-okr-modal/Item.js +21 -20
  10. package/lib/components/change-okr-modal/filterTab.js +2 -2
  11. package/lib/components/change-okr-modal/index.js +2 -2
  12. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  13. package/lib/components/communication/CommunicationAttachments.js +2 -2
  14. package/lib/components/communication/ConvertUserName.js +2 -2
  15. package/lib/components/communication/index.js +8 -2
  16. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  17. package/lib/components/create-okr-modal/fields/index.css +14 -3
  18. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
  19. package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
  20. package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
  21. package/lib/components/create-okr-modal/index.js +215 -142
  22. package/lib/components/create-okr-modal/kr-items/index.css +23 -13
  23. package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
  24. package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
  25. package/lib/components/create-okr-modal/objectType.js +2 -2
  26. package/lib/components/create-okr-modal/style.js +5 -5
  27. package/lib/components/date-picker/BodyItem.js +3 -3
  28. package/lib/components/date-picker/CalendarBody.js +3 -3
  29. package/lib/components/date-picker/CalendarHeader.js +3 -3
  30. package/lib/components/date-picker/index.js +2 -2
  31. package/lib/components/date-range-picker/index.js +2 -2
  32. package/lib/components/delete-confirm-pop/ConfirmPop.js +2 -2
  33. package/lib/components/dialog/index.js +1 -1
  34. package/lib/components/dialog-confirm/index.js +1 -1
  35. package/lib/components/drawer/headerDrop.js +1 -1
  36. package/lib/components/drawer/index.css +9 -0
  37. package/lib/components/drawer/index.js +12 -9
  38. package/lib/components/drawer-manager/drawerWrapper.js +1 -1
  39. package/lib/components/drawer-manager/index.js +1 -1
  40. package/lib/components/drop-selector/index.js +1 -1
  41. package/lib/components/dynamic/components/title/index.js +1 -1
  42. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
  43. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
  44. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +8 -8
  45. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +1 -1
  46. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
  47. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +1 -1
  48. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +18 -18
  49. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +4 -2
  50. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +1 -1
  51. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +1 -1
  52. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +1 -1
  53. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +1 -1
  54. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +1 -1
  55. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +1 -1
  56. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +10 -10
  57. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +4 -2
  58. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +1 -1
  59. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +1 -1
  60. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +1 -1
  61. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +4 -2
  62. package/lib/components/dynamic/dynamic-item/index.js +9 -1
  63. package/lib/components/dynamic/dynamic-list/index.js +19 -2
  64. package/lib/components/eReport/eReportListEmpty.js +2 -2
  65. package/lib/components/eReport/eReportLists/reportList.js +31 -32
  66. package/lib/components/eReport/eReportShare/index.js +2 -2
  67. package/lib/components/eReport/eReportShare/style.js +1 -1
  68. package/lib/components/eReport/eReportShare/toast/index.js +2 -2
  69. package/lib/components/edit-kr-wight/EditKrWightModal.js +13 -11
  70. package/lib/components/edit-kr-wight/FormItemV2.js +2 -2
  71. package/lib/components/emotions-selector/selector-content.js +2 -2
  72. package/lib/components/emotions-selector/selector-pop.js +2 -2
  73. package/lib/components/ereport-list/index.js +2 -2
  74. package/lib/components/error-boundary/index.js +2 -2
  75. package/lib/components/form/form-fields/date/index.js +1 -1
  76. package/lib/components/form/form-fields/dropdown/index.js +1 -1
  77. package/lib/components/form/form-fields/input/index.js +1 -1
  78. package/lib/components/form/form-fields/user/index.js +1 -1
  79. package/lib/components/help-card/index.js +1 -1
  80. package/lib/components/mblog/components/ConfirmPop.js +2 -2
  81. package/lib/components/mblog/components/MblogAction.js +2 -2
  82. package/lib/components/mblog/components/MblogContent.js +2 -2
  83. package/lib/components/mblog/index.js +2 -2
  84. package/lib/components/menus/components/menu-tree/index.js +1 -1
  85. package/lib/components/menus/components/menu-tree/tree-node/index.js +1 -1
  86. package/lib/components/menus/export-modules/appraisal-menus/index.js +30 -12
  87. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +22 -6
  88. package/lib/components/menus/export-modules/appraisal-menus/menus.js +104 -9
  89. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +19 -1
  90. package/lib/components/menus/export-modules/demo-menus/menus.js +34 -1
  91. package/lib/components/menus/export-modules/okr-menus/menus.js +6 -3
  92. package/lib/components/nav-top/components/app-center/images/chart.svg +22 -0
  93. package/lib/components/nav-top/components/app-center/images/file.svg +20 -0
  94. package/lib/components/nav-top/components/app-center/images/interview.svg +20 -0
  95. package/lib/components/nav-top/components/app-center/images/learning.svg +23 -0
  96. package/lib/components/nav-top/components/app-center/images/okr.svg +22 -0
  97. package/lib/components/nav-top/components/app-center/images/performance.svg +22 -0
  98. package/lib/components/nav-top/components/app-center/images/plan.svg +22 -0
  99. package/lib/components/nav-top/components/app-center/images/project.svg +23 -0
  100. package/lib/components/nav-top/components/app-center/images/summary.svg +23 -0
  101. package/lib/components/nav-top/components/app-center/index.css +154 -0
  102. package/lib/components/nav-top/components/app-center/index.js +157 -0
  103. package/lib/components/nav-top/components/menu/index.js +5 -9
  104. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
  105. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
  106. package/lib/components/nav-top/index.css +48 -7
  107. package/lib/components/nav-top/index.js +54 -33
  108. package/lib/components/nav-top/utils.js +464 -1
  109. package/lib/components/okr-detail/auth.js +2 -2
  110. package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
  111. package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +2 -2
  112. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +2 -2
  113. package/lib/components/okr-detail/components/base-okr-type/object-type.js +2 -2
  114. package/lib/components/okr-detail/components/header/edit-name.js +76 -39
  115. package/lib/components/okr-detail/components/header/index.css +122 -41
  116. package/lib/components/okr-detail/components/header/index.js +45 -48
  117. package/lib/components/okr-detail/components/header/o-avatar.js +6 -0
  118. package/lib/components/okr-detail/components/header/o-classify.js +154 -0
  119. package/lib/components/okr-detail/components/header/o-name.js +7 -5
  120. package/lib/components/okr-detail/components/header/o-score.js +1 -1
  121. package/lib/components/okr-detail/components/icon-text/index.js +1 -1
  122. package/lib/components/okr-detail/components/o-progress-update/index.js +2 -2
  123. package/lib/components/okr-detail/components/okr-tree/index.js +1 -1
  124. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
  125. package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -1
  126. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
  127. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +174 -64
  128. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +2 -2
  129. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +3 -3
  130. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  131. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
  132. package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
  133. package/lib/components/okr-detail/detail-header/index.js +11 -5
  134. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  135. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
  136. package/lib/components/okr-detail/okr-list/index.css +9 -0
  137. package/lib/components/okr-detail/okr-list/index.js +25 -25
  138. package/lib/components/okr-detail/request-apis.js +73 -69
  139. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
  140. package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
  141. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
  142. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  143. package/lib/components/okr-flow/child-node/work-node.js +3 -1
  144. package/lib/components/okr-flow/export-modal/color.png +0 -0
  145. package/lib/components/okr-flow/export-modal/index.css +28 -13
  146. package/lib/components/okr-flow/export-modal/index.js +88 -40
  147. package/lib/components/okr-flow/export-modal/trans1.png +0 -0
  148. package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
  149. package/lib/components/okr-progress/components/o-progress/index.js +3 -1
  150. package/lib/components/okr-progress/components/o-progress-update/index.js +2 -2
  151. package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
  152. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +5 -5
  153. package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -2
  154. package/lib/components/okr-review/ReviewPop/index.js +2 -2
  155. package/lib/components/okr-review/components/ReviewItem/index.js +2 -2
  156. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +2 -2
  157. package/lib/components/okr-review/index.js +2 -2
  158. package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
  159. package/lib/components/okr-share/common-painter/utils.js +187 -36
  160. package/lib/components/okr-share/index.css +5 -4
  161. package/lib/components/okr-share/pink-card/card.js +3 -3
  162. package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
  163. package/lib/components/okr-share/pink-card/index.js +20 -12
  164. package/lib/components/open-data-painter/index.js +6 -5
  165. package/lib/components/operation-records/OperationRecordItem.js +2 -2
  166. package/lib/components/operation-records/index.js +2 -2
  167. package/lib/components/pagination/pagination.js +1 -1
  168. package/lib/components/period-selector/components/button/index.js +1 -1
  169. package/lib/components/period-selector/components/button/style.js +1 -1
  170. package/lib/components/period-selector/index.css +1 -0
  171. package/lib/components/period-selector/index.js +7 -2
  172. package/lib/components/picker/components/panels/date-panel/index.js +1 -1
  173. package/lib/components/picker/components/panels/month-panel/index.js +1 -1
  174. package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
  175. package/lib/components/picker/components/panels/year-panel/index.js +1 -1
  176. package/lib/components/picker/components/panels/year-panel/year-head.js +1 -1
  177. package/lib/components/picker/picker.js +1 -1
  178. package/lib/components/point-demo/drop-down-box/index.js +1 -1
  179. package/lib/components/point-demo/input/index.js +3 -3
  180. package/lib/components/point-demo/popup/index.js +1 -1
  181. package/lib/components/popup/index.js +1 -1
  182. package/lib/components/praise-record/PraiseRecordItem.js +2 -2
  183. package/lib/components/praise-record/index.js +2 -2
  184. package/lib/components/range-picker-pop/index.js +3 -3
  185. package/lib/components/range-selector-pop/RangeList.js +2 -2
  186. package/lib/components/range-selector-pop/RangeSelectorPop.js +2 -2
  187. package/lib/components/rich-editor/models/schema.js +2 -2
  188. package/lib/components/rich-editor/plugins/block/block-quote/index.js +2 -2
  189. package/lib/components/rich-editor/plugins/block/heading/index.js +2 -2
  190. package/lib/components/rich-editor/plugins/block/lists/index.js +2 -2
  191. package/lib/components/rich-editor/plugins/block/paragraph/index.js +2 -2
  192. package/lib/components/rich-editor/plugins/core/index.js +2 -2
  193. package/lib/components/rich-editor/plugins/extension/alignment/index.js +2 -2
  194. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +2 -2
  195. package/lib/components/rich-editor/plugins/inline/color/index.js +2 -2
  196. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +2 -2
  197. package/lib/components/rich-editor/plugins/inline/em/index.js +2 -2
  198. package/lib/components/rich-editor/plugins/inline/link/index.js +2 -2
  199. package/lib/components/rich-editor/plugins/inline/strong/index.js +2 -2
  200. package/lib/components/rich-editor/plugins/inline/under-line/index.js +2 -2
  201. package/lib/components/rich-editor/react/reactNodeView.js +4 -4
  202. package/lib/components/rich-editor/react/uiProvider.js +2 -2
  203. package/lib/components/rich-editor/ui/Popup/index.js +2 -2
  204. package/lib/components/scroll-container/index.js +2 -2
  205. package/lib/components/scrollbar/index.js +1 -1
  206. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  207. package/lib/components/scrollbar/simplebar-react.js +1 -1
  208. package/lib/components/search-dropdown/index.js +1 -1
  209. package/lib/components/search-key-handle/index.js +12 -10
  210. package/lib/components/select/Option.js +3 -3
  211. package/lib/components/select/index.js +3 -3
  212. package/lib/components/select-layer/index.js +23 -9
  213. package/lib/components/select-tags/index.js +1 -1
  214. package/lib/components/switch/index.js +1 -1
  215. package/lib/components/table/index.js +1 -1
  216. package/lib/components/tabs/index.js +1 -1
  217. package/lib/components/task-relation-modal/helper.js +1 -56
  218. package/lib/components/task-relation-modal/index.js +1 -1
  219. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +1 -1
  220. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +1 -4
  221. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +1 -1
  222. package/lib/components/task-relation-modal/okr-relation/request-api.js +2 -6
  223. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
  224. package/lib/components/task-relation-modal/request-api.js +5 -2
  225. package/lib/components/task-relation-modal/tree/work-tree/index.js +27 -31
  226. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +22 -3
  227. package/lib/components/task-relation-modal/tree-node/index.js +1 -1
  228. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
  229. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  230. package/lib/components/task-relation-modal/tree-node/work-node/index.js +11 -11
  231. package/lib/components/task-relation-modal/work-relation/index.js +1 -1
  232. package/lib/components/task-tree/task-item-node/task-node-render.js +1 -1
  233. package/lib/components/task-tree/task-tree.js +1 -1
  234. package/lib/components/textarea/index.js +1 -1
  235. package/lib/components/time-picker/time-picker-selector.js +1 -1
  236. package/lib/components/time-picker/time-picker.js +1 -1
  237. package/lib/components/time-picker/timer-picker-input.js +1 -1
  238. package/lib/components/tita-chart/charts/liquid-ball.js +1 -1
  239. package/lib/components/tita-chart/charts/pie.js +1 -1
  240. package/lib/components/tita-chart/errorBoundary/index.js +2 -2
  241. package/lib/components/tooltip/error-tip.js +1 -1
  242. package/lib/components/tooltip/tooltip.js +10 -5
  243. package/lib/components/tree/index.js +1 -1
  244. package/lib/components/upload/components/uploadedPreview.js +19 -19
  245. package/lib/components/upload/index.js +25 -25
  246. package/lib/components/upvote/index.js +1 -1
  247. package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -1
  248. package/lib/components/user-selector/category-selector-panel/index.js +1 -0
  249. package/lib/components/user-selector/export-modules/field-tree-selector/index.css +11 -1
  250. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +35 -17
  251. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +1 -1
  252. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +1 -1
  253. package/lib/components/user-selector/request-apis.js +43 -9
  254. package/lib/components/user-selector/searched-panel/index.js +11 -5
  255. package/lib/components/user-selector/select-tree/choose-tree/index.js +1 -1
  256. package/lib/components/user-selector/select-tree/selected-tree/index.js +1 -1
  257. package/lib/components/viewer/ImageListRender.js +2 -2
  258. package/lib/components/viewer/index.js +2 -2
  259. package/lib/components/wechat-btn/index.css +5 -1
  260. package/lib/components-v1/animate/AnimateChild.js +2 -2
  261. package/lib/components-v1/animate/animate.js +2 -2
  262. package/lib/components-v1/avatar/index.js +2 -2
  263. package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -2
  264. package/lib/components-v1/buttonv2/ButtonRounded.js +2 -2
  265. package/lib/components-v1/buttonv2/DefaultButton.js +2 -2
  266. package/lib/components-v1/confirm/index.js +2 -2
  267. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +2 -2
  268. package/lib/components-v1/dropDownSelector/dropDownSelector.js +2 -2
  269. package/lib/components-v1/input/Input.js +3 -3
  270. package/lib/components-v1/input/InputNumber.js +2 -2
  271. package/lib/components-v1/placement/placement.js +2 -2
  272. package/lib/components-v1/placement/placementInner.js +2 -2
  273. package/lib/components-v1/pop/Pop.js +2 -2
  274. package/lib/components-v1/pop/PopInner.js +2 -2
  275. package/lib/components-v1/portals/Portals.js +2 -2
  276. package/lib/components-v1/progress/CircleProgress.js +2 -2
  277. package/lib/components-v1/progress/LineProgress.js +2 -2
  278. package/lib/components-v1/progress/index.js +2 -2
  279. package/lib/components-v1/radio/radio.js +2 -2
  280. package/lib/components-v1/radio/radioGroup.js +2 -2
  281. package/lib/components-v1/search/index.js +2 -2
  282. package/lib/components-v1/select/Option.js +3 -3
  283. package/lib/components-v1/select/index.js +3 -3
  284. package/lib/components-v1/tabs/index.js +2 -2
  285. package/lib/components-v1/textarea/index.js +2 -2
  286. package/lib/components-v1/transition/index.js +2 -2
  287. package/lib/components-v1/userSelector/UserSelectorPop.js +2 -2
  288. package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -2
  289. package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +2 -2
  290. package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +2 -2
  291. package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -2
  292. package/lib/components-v1/userSelector/components/MultiMode/index.js +2 -2
  293. package/lib/components-v1/userSelector/components/SearchBar.js +2 -2
  294. package/lib/components-v1/userSelector/components/SingleMode.js +9 -7
  295. package/lib/components-v1/userSelector/components/UserItem.js +2 -2
  296. package/lib/components-v1/userSelector/index.js +2 -2
  297. package/lib/pages/aha2021/index.js +5 -5
  298. package/lib/pages/aha2021/new-menu-switcher/index.css +40 -0
  299. package/lib/pages/aha2021/new-menu-switcher/index.js +81 -0
  300. package/lib/pages/aha2021/new-menu-switcher/new-menu-bg.png +0 -0
  301. package/lib/pages/aha2021/request-api.js +15 -0
  302. package/lib/pages/appointment-demo/drop-down-box/index.js +1 -1
  303. package/lib/pages/appointment-demo/input/index.js +3 -3
  304. package/lib/pages/appointment-demo/popup/index.js +1 -1
  305. package/lib/pages/group-management/components/input-form/index.js +3 -3
  306. package/lib/pages/group-management/components/radio/index.js +1 -1
  307. package/lib/pages/group-management/page-view/importGroupStaff/index.js +1 -1
  308. package/lib/pages/group-management/tree/index.js +1 -1
  309. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  310. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  311. package/lib/pages/new-okr-list/header/index.js +15 -15
  312. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +1 -1
  313. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +1 -1
  314. package/lib/pages/okr-map/level2-search/user.js +1 -0
  315. package/lib/pages/okr-map/share-dialog/index.js +1 -1
  316. package/lib/utils/auth.js +2 -2
  317. package/lib/utils/hooks.js +5 -5
  318. package/lib/utils/open-data.js +216 -66
  319. package/lib/utils/tita-okr-cycle.js +3 -3
  320. package/package.json +2 -1
  321. package/lib/utils/planDataJson.js +0 -11115
@@ -34,7 +34,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
34
34
 
35
35
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
36
36
 
37
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
37
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
38
38
 
39
39
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
40
40
 
@@ -31,6 +31,8 @@ function _default(props) {
31
31
  height = props.height;
32
32
 
33
33
  var _useContext = (0, _react.useContext)(_context.CommonContext),
34
+ _useContext$departId = _useContext.departId,
35
+ departId = _useContext$departId === void 0 ? "-1" : _useContext$departId,
34
36
  departOnly = _useContext.departOnly,
35
37
  sourceFrom = _useContext.sourceFrom,
36
38
  auth = _useContext.auth,
@@ -39,7 +41,7 @@ function _default(props) {
39
41
  disabledDepartSelect = _useContext.disabledDepartSelect;
40
42
 
41
43
  var onGetDepartTreeData = function onGetDepartTreeData() {
42
- return (0, _requestApis.getTreeData)("-1", {
44
+ return (0, _requestApis.getTreeData)(departId, {
43
45
  departOnly: departOnly,
44
46
  auth: auth,
45
47
  authType: authType,
@@ -80,6 +80,7 @@ function _default(props) {
80
80
  tabPane: true
81
81
  }
82
82
  }, Object.keys(panes).map(function (panelKey) {
83
+ if (!panes[panelKey]) return;
83
84
  var _getPanesConfig$panel = (0, _constant.getPanesConfig)()[panelKey],
84
85
  label = _getPanesConfig$panel.label,
85
86
  Component = _getPanesConfig$panel.Component;
@@ -1,10 +1,11 @@
1
1
  .persel-selector-field {
2
2
  display: inline-block;
3
+ max-width: 100%;
3
4
  min-width: 120px;
4
5
  height: 36px;
5
6
  line-height: 36px;
6
7
  background: #ffffff;
7
- border-radius: 3px;
8
+ border-radius: 18px !important;
8
9
  border: 1px solid #e9ecf0;
9
10
  padding: 8px 12px;
10
11
  box-sizing: border-box;
@@ -16,6 +17,15 @@
16
17
  border-color: #2879ff;
17
18
  }
18
19
 
20
+ .persel-selector-field--disabled {
21
+ cursor: not-allowed !important;
22
+ }
23
+
24
+ .persel-selector-field--disabled:hover {
25
+ color: unset !important;
26
+ border-color: #e9ecf0 !important;
27
+ }
28
+
19
29
  .persel-selector-field__text {
20
30
  display: inline-block;
21
31
  height: 18px;
@@ -51,6 +51,8 @@ var defauleSelectNodes = {
51
51
 
52
52
  var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
53
53
  var multiple = props.multiple,
54
+ _props$disabled = props.disabled,
55
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
54
56
  trigger = props.trigger,
55
57
  children = props.children,
56
58
  _props$onOk = props.onOk,
@@ -59,15 +61,19 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
59
61
  _props$onSelect = props.onSelect,
60
62
  onSelect = _props$onSelect === void 0 ? function () {} : _props$onSelect,
61
63
  _props$position = props.position,
62
- position = _props$position === void 0 ? "bottomRight" : _props$position,
64
+ position = _props$position === void 0 ? 'bottomRight' : _props$position,
63
65
  _props$selectNodes = props.selectNodes,
64
66
  selectNodes = _props$selectNodes === void 0 ? defauleSelectNodes : _props$selectNodes,
65
67
  sourceFrom = props.sourceFrom,
66
68
  departOnly = props.departOnly,
69
+ searchUserOnly = props.searchUserOnly,
70
+ isVerify = props.isVerify,
71
+ _props$departId = props.departId,
72
+ departId = _props$departId === void 0 ? "-1" : _props$departId,
67
73
  _props$auth = props.auth,
68
74
  auth = _props$auth === void 0 ? false : _props$auth,
69
75
  _props$placeholder = props.placeholder,
70
- placeholder = _props$placeholder === void 0 ? (0, _getLocale.getLocale)("Mod_Pleaseselect") : _props$placeholder,
76
+ placeholder = _props$placeholder === void 0 ? (0, _getLocale.getLocale)('Mod_Pleaseselect') : _props$placeholder,
71
77
  authType = props.authType,
72
78
  getDepartRoot = props.getDepartRoot,
73
79
  _props$destroyPopupOn = props.destroyPopupOnHide,
@@ -93,7 +99,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
93
99
  _onPopupVisibleChange = props.onPopupVisibleChange,
94
100
  popClass = props.popClass,
95
101
  _props$searchWord = props.searchWord,
96
- searchWord = _props$searchWord === void 0 ? "" : _props$searchWord,
102
+ searchWord = _props$searchWord === void 0 ? '' : _props$searchWord,
97
103
  _props$showSearchInpu = props.showSearchInput,
98
104
  showSearchInput = _props$showSearchInpu === void 0 ? true : _props$showSearchInpu,
99
105
  getPopupContainer = props.getPopupContainer,
@@ -112,7 +118,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
112
118
  selected = _useState2[0],
113
119
  setSelected = _useState2[1];
114
120
 
115
- var _useState3 = (0, _react.useState)(""),
121
+ var _useState3 = (0, _react.useState)(''),
116
122
  _useState4 = _slicedToArray(_useState3, 2),
117
123
  selectedText = _useState4[0],
118
124
  setSelectedText = _useState4[1];
@@ -136,7 +142,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
136
142
  var users = selectNodes.users;
137
143
  (groups || []).forEach(function (data) {
138
144
  selected.push({
139
- nodeType: "group",
145
+ nodeType: 'group',
140
146
  id: data.id,
141
147
  data: data
142
148
  });
@@ -145,7 +151,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
145
151
  });
146
152
  (departments || []).forEach(function (data) {
147
153
  selected.push({
148
- nodeType: "depart",
154
+ nodeType: 'depart',
149
155
  id: data.id,
150
156
  data: data
151
157
  });
@@ -157,7 +163,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
157
163
  });
158
164
  (users || []).forEach(function (data) {
159
165
  selected.push({
160
- nodeType: "person",
166
+ nodeType: 'person',
161
167
  id: "".concat(data.userId),
162
168
  data: data
163
169
  });
@@ -167,7 +173,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
167
173
  name: data.name
168
174
  }));
169
175
  });
170
- var text = texts.join(""); // if (!text) text = placeholder;
176
+ var text = texts.join(''); // if (!text) text = placeholder;
171
177
 
172
178
  setSelectedText(text);
173
179
  setJsxDomValues(jsxDomValues);
@@ -180,7 +186,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
180
186
 
181
187
  (0, _react.useEffect)(function () {
182
188
  if (getDepartRoot) {
183
- (0, _requestApis.getTreeData)("-1", {
189
+ (0, _requestApis.getTreeData)('-1', {
184
190
  departOnly: departOnly,
185
191
  auth: auth,
186
192
  isGetRoot: isGetRoot,
@@ -191,7 +197,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
191
197
  for (var i = 0; i < departs.length; i++) {
192
198
  var it = departs[i];
193
199
 
194
- if (it.id == "-1") {
200
+ if (it.id == '-1') {
195
201
  rootNode = it;
196
202
  break;
197
203
  }
@@ -225,7 +231,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
225
231
  var jsxDomValues = [];
226
232
  selectNodes.forEach(function (item) {
227
233
  switch (item.nodeType) {
228
- case "person":
234
+ case 'person':
229
235
  users.push(item.data);
230
236
  texts.push(item.data.name);
231
237
  jsxDomValues.push( /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
@@ -234,7 +240,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
234
240
  }));
235
241
  break;
236
242
 
237
- case "depart":
243
+ case 'depart':
238
244
  departments.push(item.data);
239
245
  texts.push(item.data.name);
240
246
  jsxDomValues.push( /*#__PURE__*/_react["default"].createElement(_openData.OpenDepartmentName, {
@@ -243,7 +249,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
243
249
  }));
244
250
  break;
245
251
 
246
- case "group":
252
+ case 'group':
247
253
  groups.push(item.data);
248
254
  texts.push(item.data.name);
249
255
  jsxDomValues.push( /*#__PURE__*/_react["default"].createElement("span", null, item.data.name));
@@ -268,7 +274,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
268
274
  onSelect(selectNodes, wechartOpts, e);
269
275
  }
270
276
 
271
- var text = texts.join(""); // if (!text) text = placeholder;
277
+ var text = texts.join(''); // if (!text) text = placeholder;
272
278
 
273
279
  setSelectedText(text);
274
280
  setJsxDomValues(jsxDomValues);
@@ -279,6 +285,10 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
279
285
  onCancel && onCancel();
280
286
  };
281
287
 
288
+ var onChangeVisible = function onChangeVisible() {
289
+ setVisible(!visible);
290
+ };
291
+
282
292
  var popup = /*#__PURE__*/_react["default"].createElement(_selectorGenerater["default"], {
283
293
  multiple: multiple,
284
294
  onCancel: onCancelHandler,
@@ -288,11 +298,21 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
288
298
  showSearchInput: showSearchInput
289
299
  });
290
300
 
301
+ if (disabled) return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
302
+ className: "persel-selector-field persel-selector-field--disabled"
303
+ }, /*#__PURE__*/_react["default"].createElement("span", {
304
+ className: "persel-selector-field__text"
305
+ }, (0, _openData.isWechat)() ? jsxDomValues : selectedText || /*#__PURE__*/_react["default"].createElement("span", {
306
+ className: "persel-selector-field__text-holder"
307
+ }, placeholder))));
291
308
  return /*#__PURE__*/_react["default"].createElement(_context.CommonContext.Provider, {
292
309
  value: {
293
310
  sourceFrom: sourceFrom,
294
311
  departOnly: departOnly,
312
+ searchUserOnly: searchUserOnly,
313
+ isVerify: isVerify,
295
314
  auth: auth,
315
+ departId: departId,
296
316
  authType: authType,
297
317
  isGetRoot: isGetRoot,
298
318
  disabledDepartSelect: disabledDepartSelect,
@@ -319,9 +339,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
319
339
  }
320
340
  }, children || trigger) : /*#__PURE__*/_react["default"].createElement("span", {
321
341
  className: "persel-selector-field",
322
- onClick: function onClick() {
323
- return setVisible(!visible);
324
- }
342
+ onClick: onChangeVisible
325
343
  }, /*#__PURE__*/_react["default"].createElement("span", {
326
344
  className: "persel-selector-field__text"
327
345
  }, (0, _openData.isWechat)() ? jsxDomValues : selectedText || /*#__PURE__*/_react["default"].createElement("span", {
@@ -4,7 +4,7 @@
4
4
  height: 36px;
5
5
  line-height: 36px;
6
6
  background: #FFFFFF;
7
- border-radius: 3px;
7
+ border-radius: 18px;
8
8
  border: 1px solid #E9ECF0;
9
9
  padding: 8px 12px;
10
10
  box-sizing: border-box;
@@ -31,7 +31,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
31
31
 
32
32
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
33
33
 
34
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
34
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
35
35
 
36
36
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
37
37
 
@@ -145,9 +145,13 @@ var getSubordinateData = function getSubordinateData(_ref3) {
145
145
  if (authType == "okr") authTypeId = "62";
146
146
  if (authType == "performance") authTypeId = "31";
147
147
  if (authType == "total") authTypeId = "0";
148
- return _axios["default"].get("".concat(requestDomain(), "/api/v1/").concat(tenantId, "/").concat(userId, "/org/GetDepartmentSubordinates?objtype=").concat(authTypeId)).then(function (res) {
149
- var _res$data$Data$users = res.data.Data.users,
150
- users = _res$data$Data$users === void 0 ? [] : _res$data$Data$users;
148
+ return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/org/subordinate?to_userId=").concat(userId)).then(function (res) {
149
+ // const { users = [] } = res.data.Data;
150
+ var data = res.data.Data;
151
+ var users = [];
152
+ data.forEach(function (ele) {
153
+ users.push(ele.user);
154
+ });
151
155
  var transUsers = (0, _utils.translateUsersToTreeNode)(users || []); // resolve && resolve([...transUsers]);
152
156
 
153
157
  return _toConsumableArray(transUsers);
@@ -159,13 +163,43 @@ exports.getSubordinateData = getSubordinateData;
159
163
  var search = function search(_ref4) {
160
164
  var searchKey = _ref4.searchKey,
161
165
  departOnly = _ref4.departOnly,
162
- sourceFrom = _ref4.sourceFrom;
163
- var args = [];
164
- if (departOnly) args.push("isGetUser=false");
165
- if (sourceFrom) args.push("sourceFrom=".concat(sourceFrom)); // 追加来源,用于企业微信搜索
166
+ searchUserOnly = _ref4.searchUserOnly,
167
+ panes = _ref4.panes,
168
+ _ref4$auth = _ref4.auth,
169
+ auth = _ref4$auth === void 0 ? false : _ref4$auth,
170
+ _ref4$isVerify = _ref4.isVerify,
171
+ isVerify = _ref4$isVerify === void 0 ? false : _ref4$isVerify;
172
+ var isGetUser = true;
173
+ var isGetDep = true;
174
+ var isGetGroup = false;
175
+
176
+ if (panes) {
177
+ var depart = panes.depart,
178
+ group = panes.group;
179
+
180
+ if (depart) {
181
+ isGetDep = true;
182
+ }
183
+
184
+ if (group) {
185
+ isGetGroup = true;
186
+ }
187
+ }
188
+
189
+ if (departOnly) {
190
+ isGetUser = false;
191
+ }
192
+
193
+ if (searchUserOnly) {
194
+ isGetDep = false;
195
+ isGetGroup = false;
196
+ }
197
+
198
+ if (auth) {
199
+ isVerify = true;
200
+ }
166
201
 
167
- args.push("source=".concat((0, _openData.getSource)()));
168
- return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/search/searchAll?keyWork=").concat(searchKey).concat(args.length ? "&".concat(args.join("&")) : "")).then(function (searchRes) {
202
+ return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/search/searchAll?keyWord=").concat(searchKey, "&isVerify=").concat(isVerify, "&isGetUser=").concat(isGetUser, "&isGetDep=").concat(isGetDep, "&isGetGroup=").concat(isGetGroup)).then(function (searchRes) {
169
203
  return searchRes.data;
170
204
  });
171
205
  };
@@ -59,7 +59,10 @@ function _default(props) {
59
59
 
60
60
  var _useContext = (0, _react.useContext)(_context.CommonContext),
61
61
  departOnly = _useContext.departOnly,
62
+ searchUserOnly = _useContext.searchUserOnly,
62
63
  sourceFrom = _useContext.sourceFrom,
64
+ auth = _useContext.auth,
65
+ isVerify = _useContext.isVerify,
63
66
  _useContext$panes = _useContext.panes,
64
67
  panes = _useContext$panes === void 0 ? {
65
68
  depart: true,
@@ -97,7 +100,10 @@ function _default(props) {
97
100
  (0, _requestApis.search)({
98
101
  searchKey: searchKey,
99
102
  departOnly: departOnly,
100
- sourceFrom: sourceFrom
103
+ searchUserOnly: searchUserOnly,
104
+ auth: auth,
105
+ panes: panes,
106
+ isVerify: isVerify
101
107
  }).then(function (res) {
102
108
  var Code = res.Code,
103
109
  Data = res.Data;
@@ -139,21 +145,21 @@ function _default(props) {
139
145
  return /*#__PURE__*/_react["default"].createElement("div", {
140
146
  className: "persel-searched"
141
147
  }, loading && /*#__PURE__*/_react["default"].createElement(_loading["default"], null), !loading && /*#__PURE__*/_react["default"].createElement("div", null, searchedPanes.user && person && person.length ? /*#__PURE__*/_react["default"].createElement(_resultPart["default"], {
142
- title: (0, _getLocale.getLocale)("Per_Ma_form_detail_Personnel"),
148
+ title: (0, _getLocale.getLocale)('Per_Ma_form_detail_Personnel'),
143
149
  treeData: person,
144
150
  onSelect: onNodeSelect,
145
151
  selected: selected
146
152
  }) : undefined, searchedPanes.depart && departs && departs.length ? /*#__PURE__*/_react["default"].createElement(_resultPart["default"], {
147
- title: (0, _getLocale.getLocale)("Mod_Department"),
153
+ title: (0, _getLocale.getLocale)('Mod_Department'),
148
154
  treeData: departs,
149
155
  onSelect: onNodeSelect,
150
156
  selected: selected
151
157
  }) : undefined, searchedPanes.group && group && group.length ? /*#__PURE__*/_react["default"].createElement(_resultPart["default"], {
152
- title: (0, _getLocale.getLocale)("Mod_Groups"),
158
+ title: (0, _getLocale.getLocale)('Mod_Groups'),
153
159
  treeData: group,
154
160
  onSelect: onNodeSelect,
155
161
  selected: selected
156
162
  }) : undefined, itemCount == 0 && !noAuth && /*#__PURE__*/_react["default"].createElement(_empty["default"], null), itemCount == 0 && noAuth && /*#__PURE__*/_react["default"].createElement(_empty["default"], {
157
- errorTip: (0, _getLocale.getLocale)("Mod_Nopermissiondep")
163
+ errorTip: (0, _getLocale.getLocale)('Mod_Nopermissiondep')
158
164
  })));
159
165
  }
@@ -37,7 +37,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
37
37
 
38
38
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
39
39
 
40
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
40
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
41
41
 
42
42
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
43
43
 
@@ -29,7 +29,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
29
29
 
30
30
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
31
 
32
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
32
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
33
33
 
34
34
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
35
35
 
@@ -39,7 +39,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
39
39
 
40
40
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
41
41
 
42
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
42
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
43
43
 
44
44
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
45
45
 
@@ -49,7 +49,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
49
49
 
50
50
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
51
51
 
52
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
52
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
53
53
 
54
54
  require("viewerjs/dist/viewer.min.css");
55
55
 
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
24
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
39
39
 
@@ -1,7 +1,7 @@
1
1
  .titaui-wechat-btn {
2
+ margin: 0 8px;
2
3
  font-size: 18px;
3
4
  color: #a4acb9;
4
- margin: 0 8px;
5
5
  cursor: pointer;
6
6
  }
7
7
 
@@ -9,6 +9,10 @@
9
9
  color: #2879ff;
10
10
  }
11
11
 
12
+ .titaui-wechat-btn:not(:empty) {
13
+ margin: 0 8px;
14
+ }
15
+
12
16
  .titaui-wechat-btn__chat {
13
17
  color: #2879ff;
14
18
  }
@@ -27,7 +27,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
27
27
 
28
28
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
32
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
33
 
@@ -37,7 +37,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
37
37
 
38
38
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
39
 
40
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
41
 
42
42
  var AnimateChild = /*#__PURE__*/function (_Component) {
43
43
  _inherits(AnimateChild, _Component);
@@ -25,7 +25,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
25
25
 
26
26
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
27
27
 
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
29
 
30
30
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
31
31
 
@@ -35,7 +35,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
35
35
 
36
36
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
37
37
 
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
38
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
39
 
40
40
  var animate = /*#__PURE__*/function (_Component) {
41
41
  _inherits(animate, _Component);
@@ -27,7 +27,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
27
27
 
28
28
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
32
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
33
 
@@ -37,7 +37,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
37
37
 
38
38
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
39
 
40
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
41
 
42
42
  var Avatar = /*#__PURE__*/function (_PureComponent) {
43
43
  _inherits(Avatar, _PureComponent);
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
24
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  var ButtonOutlined = /*#__PURE__*/function (_Component) {
39
39
  _inherits(ButtonOutlined, _Component);
@@ -27,7 +27,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
27
27
 
28
28
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
29
29
 
30
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
30
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
31
31
 
32
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
33
 
@@ -37,7 +37,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
37
37
 
38
38
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
39
39
 
40
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
41
 
42
42
  // const buttonStyle = {
43
43
  // padding: '6px 16px',
@@ -23,7 +23,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
23
23
 
24
24
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
25
 
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
27
 
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
29
 
@@ -33,7 +33,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
33
33
 
34
34
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
35
 
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
36
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
37
 
38
38
  // TODO: 这个组件抽出来只做位最基础的功能用,外面可以套上不同的壳子
39
39
  var Button = /*#__PURE__*/function (_Component) {
@@ -33,7 +33,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
33
33
 
34
34
  function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
35
35
 
36
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
36
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
37
37
 
38
38
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
39
39
 
@@ -43,7 +43,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
43
43
 
44
44
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
45
 
46
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
46
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
47
 
48
48
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
49
49