@titaui/pc 1.10.6 → 1.10.7-2.beta-1

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 (288) hide show
  1. package/.eslintrc.js +2 -2
  2. package/.prettierignore +4 -4
  3. package/lib/components/book-demo/utils.js +4 -0
  4. package/lib/components/button/default-button/index.css +10 -4
  5. package/lib/components/button/default-button/index.js +13 -2
  6. package/lib/components/change-okr-modal/index.js +6 -2
  7. package/lib/components/checkbox/index.css +1 -0
  8. package/lib/components/communication/CommunicationRecord.js +16 -16
  9. package/lib/components/communication/index.css +16 -15
  10. package/lib/components/communication/index.js +23 -6
  11. package/lib/components/communication/style.js +4 -4
  12. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -21
  13. package/lib/components/create-okr-modal/fields/okr-parent.js +1 -5
  14. package/lib/components/create-okr-modal/kr-items/krDatas.js +16 -16
  15. package/lib/components/{dynamic/components/dangerous-html → dangerous-html}/index.js +0 -0
  16. package/lib/components/dialog/index.css +4 -1
  17. package/lib/components/dialog/index.js +1 -1
  18. package/lib/components/dialog-confirm/index.css +1 -1
  19. package/lib/components/drawer-manager/index.js +6 -1
  20. package/lib/components/dynamic/components/first-level-tabs/index.css +12 -2
  21. package/lib/components/dynamic/components/first-level-tabs/index.js +19 -6
  22. package/lib/components/dynamic/components/obj-status/index.css +1 -0
  23. package/lib/components/dynamic/components/obj-status/utils.js +1 -1
  24. package/lib/components/dynamic/constant.js +12 -2
  25. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.css +71 -0
  26. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +112 -0
  27. package/lib/components/dynamic/dynamic-item/components/header/index.css +2 -1
  28. package/lib/components/dynamic/dynamic-item/components/header/index.js +2 -2
  29. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +31 -0
  30. package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +13 -7
  31. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +10 -4
  32. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +1 -1
  33. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +1 -1
  34. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +5 -3
  35. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.css +4 -0
  36. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +102 -0
  37. package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +61 -0
  38. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +12 -11
  39. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +8 -5
  40. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +2 -2
  41. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -3
  42. package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/dynamic-share-course.png +0 -0
  43. package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/jiantou-right@3x.png +0 -0
  44. package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/user-photo.png +0 -0
  45. package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.css +2 -2
  46. package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.js +6 -5
  47. package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +9 -2
  48. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +2 -2
  49. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +4 -2
  50. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +1 -1
  51. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +1 -1
  52. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +2 -6
  53. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +8 -6
  54. package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +2 -2
  55. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +3 -1
  56. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +13 -7
  57. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +42 -6
  58. package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.css +14 -30
  59. package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.js +1 -1
  60. package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +1 -1
  61. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +12 -3
  62. package/lib/components/dynamic/dynamic-item/dynamic-reward/img/reward.png +0 -0
  63. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +6 -1
  64. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +18 -51
  65. package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +28 -0
  66. package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +6 -2
  67. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +55 -2
  68. package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +2 -2
  69. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +1 -1
  70. package/lib/components/dynamic/dynamic-item/index.css +58 -3
  71. package/lib/components/dynamic/dynamic-item/index.js +124 -23
  72. package/lib/components/dynamic/dynamic-like-ranking/item.js +1 -1
  73. package/lib/components/dynamic/dynamic-list/index.js +11 -2
  74. package/lib/components/dynamic/dynamic-topping/item.js +8 -4
  75. package/lib/components/dynamic/dynamic.js +5 -2
  76. package/lib/components/dynamic/img/dynamic-operate.png +0 -0
  77. package/lib/components/dynamic/img/dynamic-point.svg +13 -0
  78. package/lib/components/dynamic/img/dynamic-reward-hover.svg +1 -0
  79. package/lib/components/dynamic/img/dynamic-reward-normal.svg +1 -0
  80. package/lib/components/dynamic/online-broadcast/data.js +13 -1
  81. package/lib/components/e-status-dropdown/index.css +3 -0
  82. package/lib/components/e-status-dropdown/index.js +94 -0
  83. package/lib/components/edit-kr-wight/style/index.js +2 -2
  84. package/lib/components/file-list/components/single-file/index.css +6 -5
  85. package/lib/components/file-list/components/single-file/index.js +1 -1
  86. package/lib/components/file-list/index.css +1 -0
  87. package/lib/components/follower-visitor/index.js +6 -4
  88. package/lib/components/grid-layout/okr-progress/index.js +20 -30
  89. package/lib/components/help-card/image/not-try.png +0 -0
  90. package/lib/components/help-card/image/try.png +0 -0
  91. package/lib/components/help-card/index.css +31 -2
  92. package/lib/components/help-card/index.js +54 -17
  93. package/lib/components/invite-people/img/invite-people.svg +62 -0
  94. package/lib/components/invite-people/index.css +1 -1
  95. package/lib/components/mblog/index.js +14 -5
  96. package/lib/components/menus/export-modules/demo-menus/index.js +2 -2
  97. package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +25 -1
  98. package/lib/components/menus/export-modules/demo-menus/menus.js +60 -11
  99. package/lib/components/menus/export-modules/manage-menus/constant.js +1 -1
  100. package/lib/components/menus/export-modules/manage-menus/index.css +3 -0
  101. package/lib/components/menus/images/okr-gongsi.svg +17 -0
  102. package/lib/components/nav-top/components/menu/index.css +24 -0
  103. package/lib/components/nav-top/components/menu/index.js +9 -1
  104. package/lib/components/nav-top/components/user-message/components/reply/index.js +9 -8
  105. package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +15 -5
  106. package/lib/components/nav-top/components/user-message/index.css +4 -3
  107. package/lib/components/nav-top/components/user-message/index.js +33 -6
  108. package/lib/components/nav-top/request.apis.js +22 -8
  109. package/lib/components/nav-top/useGlobalValue.js +14 -0
  110. package/lib/components/okr-detail/components/header/o-score.js +4 -6
  111. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.css +26 -12
  112. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +10 -4
  113. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +20 -7
  114. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +3 -1
  115. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +27 -6
  116. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/index.css +29 -10
  117. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +1 -1
  118. package/lib/components/okr-detail/e-list/index.js +70 -24
  119. package/lib/components/okr-detail/e-list/util.js +11 -2
  120. package/lib/components/okr-detail/index.js +2 -0
  121. package/lib/components/okr-detail/okr-list/index.js +1 -5
  122. package/lib/components/okr-flow/export-modal/index.js +3 -3
  123. package/lib/components/okr-flow/root-node/index.js +14 -1
  124. package/lib/components/okr-progress-detail/index.css +11 -10
  125. package/lib/components/okr-progress-detail/index.js +5 -1
  126. package/lib/components/okr-progress-detail/utils.js +4 -4
  127. package/lib/components/okr-progress-modal/helper.js +20 -27
  128. package/lib/components/okr-share/common-painter/openDataPainter.js +34 -27
  129. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +40 -36
  130. package/lib/components/open-data-painter/index.js +5 -1
  131. package/lib/components/progress/circle-progress/index.js +1 -1
  132. package/lib/components/rich-editor/basic/schema.js +47 -0
  133. package/lib/components/rich-editor/consts/events.js +12 -0
  134. package/lib/components/rich-editor/enums.js +42 -0
  135. package/lib/components/rich-editor/index.js +58 -0
  136. package/lib/components/rich-editor/keymap.js +119 -0
  137. package/lib/components/rich-editor/keymaps/index.js +241 -0
  138. package/lib/components/rich-editor/models/controller.js +18 -0
  139. package/lib/components/rich-editor/models/editor.js +47 -0
  140. package/lib/components/rich-editor/models/plugin.js +20 -0
  141. package/lib/components/rich-editor/models/schema.js +121 -0
  142. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +27 -0
  143. package/lib/components/rich-editor/plugins/block/block-quote/index.js +128 -0
  144. package/lib/components/rich-editor/plugins/block/heading/commonds.js +31 -0
  145. package/lib/components/rich-editor/plugins/block/heading/index.js +190 -0
  146. package/lib/components/rich-editor/plugins/block/index.js +57 -0
  147. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +172 -0
  148. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +163 -0
  149. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +59 -0
  150. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +74 -0
  151. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +45 -0
  152. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +104 -0
  153. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +92 -0
  154. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +89 -0
  155. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +48 -0
  156. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +61 -0
  157. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +34 -0
  158. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +289 -0
  159. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +180 -0
  160. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +328 -0
  161. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +60 -0
  162. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +396 -0
  163. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +45 -0
  164. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +302 -0
  165. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +43 -0
  166. package/lib/components/rich-editor/plugins/block/lists/index.js +224 -0
  167. package/lib/components/rich-editor/plugins/block/lists/messages.js +38 -0
  168. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +152 -0
  169. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +33 -0
  170. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +94 -0
  171. package/lib/components/rich-editor/plugins/block/lists/styles.js +15 -0
  172. package/lib/components/rich-editor/plugins/block/lists/transforms.js +347 -0
  173. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +48 -0
  174. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +126 -0
  175. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +87 -0
  176. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +144 -0
  177. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +31 -0
  178. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +201 -0
  179. package/lib/components/rich-editor/plugins/block/lists/utils.js +52 -0
  180. package/lib/components/rich-editor/plugins/block/paragraph/index.js +91 -0
  181. package/lib/components/rich-editor/plugins/core/index.js +90 -0
  182. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +67 -0
  183. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +29 -0
  184. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +80 -0
  185. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +24 -0
  186. package/lib/components/rich-editor/plugins/extension/alignment/index.js +113 -0
  187. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +19 -0
  188. package/lib/components/rich-editor/plugins/extension/index.js +18 -0
  189. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +126 -0
  190. package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +19 -0
  191. package/lib/components/rich-editor/plugins/index.js +44 -0
  192. package/lib/components/rich-editor/plugins/inline/color/commond.js +128 -0
  193. package/lib/components/rich-editor/plugins/inline/color/consts.js +43 -0
  194. package/lib/components/rich-editor/plugins/inline/color/index.css +61 -0
  195. package/lib/components/rich-editor/plugins/inline/color/index.js +217 -0
  196. package/lib/components/rich-editor/plugins/inline/color/selector.js +252 -0
  197. package/lib/components/rich-editor/plugins/inline/color/util.js +25 -0
  198. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +149 -0
  199. package/lib/components/rich-editor/plugins/inline/em/index.js +93 -0
  200. package/lib/components/rich-editor/plugins/inline/index.js +83 -0
  201. package/lib/components/rich-editor/plugins/inline/link/commands.js +256 -0
  202. package/lib/components/rich-editor/plugins/inline/link/index.js +149 -0
  203. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +77 -0
  204. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +293 -0
  205. package/lib/components/rich-editor/plugins/inline/link/ui/index.css +84 -0
  206. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +150 -0
  207. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +101 -0
  208. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +117 -0
  209. package/lib/components/rich-editor/plugins/inline/link/utils.js +33 -0
  210. package/lib/components/rich-editor/plugins/inline/strong/index.js +139 -0
  211. package/lib/components/rich-editor/plugins/inline/under-line/index.js +147 -0
  212. package/lib/components/rich-editor/plugins/util.js +284 -0
  213. package/lib/components/rich-editor/react/reactNodeView.js +383 -0
  214. package/lib/components/rich-editor/react/uiProvider.js +185 -0
  215. package/lib/components/rich-editor/schemas/basic.js +309 -0
  216. package/lib/components/rich-editor/schemas/index.js +19 -0
  217. package/lib/components/rich-editor/schemas/list.js +342 -0
  218. package/lib/components/rich-editor/types/commond.js +5 -0
  219. package/lib/components/rich-editor/types/index.js +18 -0
  220. package/lib/components/rich-editor/ui/Popup/index.js +247 -0
  221. package/lib/components/rich-editor/ui/Popup/utils.js +399 -0
  222. package/lib/components/rich-editor/ui/editor/index.css +178 -0
  223. package/lib/components/rich-editor/ui/editor/index.js +153 -0
  224. package/lib/components/rich-editor/ui/normal-toolbar/index.css +34 -0
  225. package/lib/components/rich-editor/ui/normal-toolbar/index.js +109 -0
  226. package/lib/components/rich-editor/utils/browser.js +35 -0
  227. package/lib/components/rich-editor/utils/commands.js +266 -0
  228. package/lib/components/rich-editor/utils/document.js +211 -0
  229. package/lib/components/rich-editor/utils/event.js +79 -0
  230. package/lib/components/rich-editor/utils/helpers.js +16 -0
  231. package/lib/components/rich-editor/utils/mark.js +168 -0
  232. package/lib/components/rich-editor/utils/slice.js +85 -0
  233. package/lib/components/rich-editor/utils/toolbar.js +228 -0
  234. package/lib/components/superset-charts/components/chart/index.js +54 -0
  235. package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +106 -0
  236. package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +131 -0
  237. package/lib/components/superset-charts/fetch-assets-and-append/index.js +79 -0
  238. package/lib/components/superset-charts/index.js +13 -0
  239. package/lib/components/superset-charts/interface.js +5 -0
  240. package/lib/components/superset-charts/utils/axios.js +102 -0
  241. package/lib/components/toast/index.js +5 -17
  242. package/lib/components/tree/index.css +3 -2
  243. package/lib/components/upload/index.js +4 -2
  244. package/lib/components/upload/util.js +2 -0
  245. package/lib/components/upload-photo-modal/request-api.js +1 -17
  246. package/lib/components/user-selector/empty/index.css +6 -6
  247. package/lib/components/user-selector/selected-panel/index.css +3 -3
  248. package/lib/components/{float-fixed-video-modal → video-modal/components/video-box}/index.css +118 -121
  249. package/lib/components/{float-fixed-video-modal → video-modal/components/video-box}/index.js +182 -182
  250. package/lib/components/{float-fixed-video-modal → video-modal}/img/close.png +0 -0
  251. package/lib/components/{float-fixed-video-modal → video-modal}/img/full.svg +0 -0
  252. package/lib/components/video-modal/img/muted.svg +8 -10
  253. package/lib/components/video-modal/img/not-muted.svg +17 -11
  254. package/lib/components/video-modal/img/pause.svg +7 -11
  255. package/lib/components/video-modal/img/play.svg +13 -11
  256. package/lib/components/video-modal/index.css +38 -168
  257. package/lib/components/video-modal/index.js +104 -244
  258. package/lib/components/video-modal/utils.js +2 -2
  259. package/lib/components/weekly-report/common-painter/openDataPainter.js +5 -1
  260. package/lib/hooks/useGlobalState.js +63 -0
  261. package/lib/index.js +31 -7
  262. package/lib/pages/aha2021/img/canceled.svg +13 -0
  263. package/lib/pages/aha2021/img/not-try.png +0 -0
  264. package/lib/pages/aha2021/img/try.png +0 -0
  265. package/lib/pages/aha2021/index.css +52 -0
  266. package/lib/pages/aha2021/index.js +73 -14
  267. package/lib/pages/new-okr-list/header/index.js +2 -1
  268. package/lib/pages/new-okr-list/index.js +3 -3
  269. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +0 -5
  270. package/lib/pages/pay/image/success.png +0 -0
  271. package/lib/pages/pay/index.css +79 -0
  272. package/lib/pages/pay/index.js +66 -0
  273. package/lib/pages/personal-info/request-api.js +1 -1
  274. package/lib/utils/auth.js +15 -5
  275. package/lib/utils/bs-global.js +8 -8
  276. package/lib/utils/helpers.js +7 -1
  277. package/lib/utils/open-data.js +82 -2
  278. package/lib/utils/tools.js +11 -2
  279. package/package.json +120 -101
  280. package/lib/components/float-fixed-video-modal/img/muted.svg +0 -21
  281. package/lib/components/float-fixed-video-modal/img/pause.svg +0 -21
  282. package/lib/components/float-fixed-video-modal/img/play.svg +0 -22
  283. package/lib/components/float-fixed-video-modal/img/small.svg +0 -22
  284. package/lib/components/float-fixed-video-modal/img/smallFaQi.png +0 -0
  285. package/lib/components/float-fixed-video-modal/img/volume.svg +0 -21
  286. package/lib/components/float-fixed-video-modal/utils.js +0 -25
  287. package/lib/components/invite-people/img/invite-people.png +0 -0
  288. package/lib/components/video-modal/img/play.png +0 -0
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getJwtToken = exports["default"] = void 0;
7
+ exports.setToken = setToken;
8
+
9
+ var _axios = _interopRequireDefault(require("axios"));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+
13
+ 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; }
14
+
15
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
16
+
17
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
18
+
19
+ var requestDomain = function requestDomain() {
20
+ if (!window.location.hostname.match(/dev/)) return "";
21
+ return "".concat(window.location.protocol, "//www.tita.gift");
22
+ };
23
+
24
+ var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0;
25
+ var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
26
+
27
+ function getToken() {
28
+ return localStorage.getItem("DEMOFREE_TOKEN") || "";
29
+ }
30
+
31
+ function clearToken() {
32
+ localStorage.removeItem("DEMOFREE_TOKEN");
33
+ }
34
+
35
+ function setToken(token) {
36
+ localStorage.setItem("DEMOFREE_TOKEN", token);
37
+ }
38
+
39
+ var getJwtToken = function getJwtToken() {
40
+ return _axios["default"].get("".concat(requestDomain(), "/api/v1/").concat(tenantId, "/").concat(userId, "/const/skynetToken")).then(function (res) {
41
+ if (res.data.Data) {
42
+ setToken(JSON.parse(res.data.Data.obj).token);
43
+ return JSON.parse(res.data.Data.obj).token;
44
+ }
45
+
46
+ return "";
47
+ });
48
+ };
49
+
50
+ exports.getJwtToken = getJwtToken;
51
+
52
+ var instance = _axios["default"].create({
53
+ timeout: 10 * 1000
54
+ });
55
+
56
+ var beforeRequest = function beforeRequest(config) {
57
+ var copyConfig = _objectSpread({}, config);
58
+
59
+ copyConfig.headers.authorization = "Bearer ".concat(getToken());
60
+ return copyConfig;
61
+ };
62
+
63
+ var beforeResponse = function beforeResponse(res) {
64
+ var config = res.config;
65
+ config.retry = 3;
66
+ config.retryCount = config.retryCount || 0;
67
+
68
+ if (window.titaTracker) {
69
+ window.titaTracker("action").record({
70
+ actionName: JSON.stringify(config),
71
+ actionGroup: "调用接口",
72
+ productName: "接口"
73
+ });
74
+ }
75
+
76
+ if (res.data.code === 401) {
77
+ // 401错误表示未登录授权或者token失效
78
+ clearToken();
79
+
80
+ if (config.retryCount <= config.retry) {
81
+ config.retryCount += 1;
82
+ return getJwtToken().then(function () {
83
+ return instance.request(res.config);
84
+ });
85
+ }
86
+
87
+ return Promise.reject(res);
88
+ }
89
+
90
+ return res.data;
91
+ };
92
+
93
+ var requestError = function requestError(error) {
94
+ return Promise.reject(error);
95
+ };
96
+
97
+ instance.interceptors.request.use(beforeRequest, requestError);
98
+ instance.interceptors.response.use(beforeResponse, function (error) {
99
+ throw new Error(error);
100
+ });
101
+ var _default = instance;
102
+ exports["default"] = _default;
@@ -47,8 +47,8 @@ function _getInstance() {
47
47
  style: {
48
48
  top: "36px",
49
49
  left: "50%",
50
- position: "absolute",
51
- // 'transform': 'translate(-50%, 0)'
50
+ position: "fixed",
51
+ // 'transform': 'translate(-50%, 0)',
52
52
  borderRadius: 12
53
53
  },
54
54
  maxCount: 1,
@@ -90,11 +90,7 @@ var Toast = /*#__PURE__*/function () {
90
90
  while (1) {
91
91
  switch (_context.prev = _context.next) {
92
92
  case 0:
93
- options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {
94
- style: {
95
- position: "fixed"
96
- }
97
- };
93
+ options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {};
98
94
  key = (0, _uuid["default"])();
99
95
  _context.next = 4;
100
96
  return getInstance();
@@ -136,11 +132,7 @@ var Toast = /*#__PURE__*/function () {
136
132
  while (1) {
137
133
  switch (_context2.prev = _context2.next) {
138
134
  case 0:
139
- options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {
140
- style: {
141
- position: "fixed"
142
- }
143
- };
135
+ options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
144
136
  key = (0, _uuid["default"])();
145
137
  _context2.next = 4;
146
138
  return getInstance();
@@ -181,11 +173,7 @@ var Toast = /*#__PURE__*/function () {
181
173
  while (1) {
182
174
  switch (_context3.prev = _context3.next) {
183
175
  case 0:
184
- options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {
185
- style: {
186
- position: "fixed"
187
- }
188
- };
176
+ options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {};
189
177
  key = (0, _uuid["default"])();
190
178
  _context3.next = 4;
191
179
  return getInstance();
@@ -37,7 +37,7 @@
37
37
  position: absolute;
38
38
  width: 100%;
39
39
  bottom: 0;
40
- content: "";
40
+ content: '';
41
41
  border-bottom: 2px solid #2879ff;
42
42
  z-index: 1;
43
43
  }
@@ -51,7 +51,7 @@
51
51
  position: absolute;
52
52
  width: 100%;
53
53
  top: 0;
54
- content: "";
54
+ content: '';
55
55
  border-top: 2px solid #2879ff;
56
56
  z-index: 1;
57
57
  }
@@ -61,6 +61,7 @@
61
61
  align-items: center;
62
62
  line-height: unset;
63
63
  overflow: hidden;
64
+ border-radius: 8px;
64
65
  }
65
66
 
66
67
  .titaui-tree .rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper {
@@ -501,11 +501,13 @@ var Upload = /*#__PURE__*/function (_PureComponent) {
501
501
  return Upload;
502
502
  }(_react.PureComponent);
503
503
 
504
- exports["default"] = Upload;
504
+ Upload.Preview = _uploadedPreview["default"];
505
505
  Upload.defaultProps = {
506
506
  fileNumLimit: 20,
507
507
  fileSizeLimit: 50,
508
508
  filesTotal: 50,
509
509
  multiple: true,
510
510
  attachmentPreviewBox: "MBlog__attachmentViewBox"
511
- };
511
+ };
512
+ var _default = Upload;
513
+ exports["default"] = _default;
@@ -22,6 +22,8 @@ var _xls = _interopRequireDefault(require("./img/xls.svg"));
22
22
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
23
 
24
24
  var getFileSize = function getFileSize(fileSize) {
25
+ if (!fileSize) return '';
26
+
25
27
  if (fileSize < 1024) {
26
28
  return "".concat(fileSize, "B");
27
29
  }
@@ -3,34 +3,18 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.saveUserPhoto = exports.saveUserInfo = exports.saveTenantLogo = exports.saveBrowserIcon = exports.getUserInfoFun = void 0;
7
-
8
- var _qs = _interopRequireDefault(require("qs"));
6
+ exports.saveUserPhoto = exports.saveTenantLogo = exports.saveBrowserIcon = exports.getUserInfoFun = void 0;
9
7
 
10
8
  var _request = require("../../utils/request");
11
9
 
12
10
  var _bsGlobal = require("../../utils/bs-global");
13
11
 
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
-
16
12
  var getUserInfoFun = function getUserInfoFun() {
17
13
  return (0, _request.rpost)("v1")("manage/user/profile?toUserId=".concat((0, _bsGlobal.getUserInfo)().Id));
18
14
  };
19
15
 
20
16
  exports.getUserInfoFun = getUserInfoFun;
21
17
 
22
- var saveUserInfo = function saveUserInfo(_ref) {
23
- var data = _ref.data;
24
- return (0, _request.rput)("v1")("manage/user/update", data, {
25
- headers: {
26
- "Content-Type": "multipart/form-data"
27
- },
28
- transformRequest: _qs["default"].stringify
29
- });
30
- };
31
-
32
- exports.saveUserInfo = saveUserInfo;
33
-
34
18
  var saveUserPhoto = function saveUserPhoto(params) {
35
19
  return (0, _request.rpost)("v1")("manage/user/avatar", params, {
36
20
  headers: {
@@ -14,9 +14,9 @@
14
14
 
15
15
  .add-group {
16
16
  display: inline-block;
17
- color: #2879FF;
17
+ color: #2879ff;
18
18
  font-size: 14px;
19
- border: 1px solid #2879FF;
19
+ border: 1px solid #2879ff;
20
20
  background: #fff;
21
21
  border-radius: 2px;
22
22
  margin-top: 8px;
@@ -24,13 +24,13 @@
24
24
  }
25
25
 
26
26
  .add-group:hover {
27
- color: #5C8EFF;
28
- border-color: #5C8EFF;
27
+ color: #5c8eff;
28
+ border-color: #5c8eff;
29
29
  }
30
30
 
31
31
  .empty-tip {
32
32
  font-size: 14px;
33
- margin: 120px auto;
34
- color: #6F7886;
33
+ margin: 10px auto;
34
+ color: #6f7886;
35
35
  text-align: center;
36
36
  }
@@ -20,7 +20,7 @@
20
20
  .persel-selected-panel__result-clear {
21
21
  float: right;
22
22
  cursor: pointer;
23
- color: #2879FF;
23
+ color: #2879ff;
24
24
  }
25
25
 
26
26
  .persel-selected-panel__content {
@@ -32,7 +32,7 @@
32
32
 
33
33
  .persel-selected-panel .empty-tip {
34
34
  font-size: 14px;
35
- margin: 120px auto;
36
- color: #6F7886;
35
+ margin: 10px auto;
36
+ color: #6f7886;
37
37
  text-align: center;
38
38
  }
@@ -1,121 +1,141 @@
1
- .titaui-pc-float-fixed-video {
2
- display: none;
3
- position: fixed;
4
- bottom: 20px;
5
- right: 72px;
6
- width: 360px;
7
- height: 200px;
8
- border-radius: 12px;
1
+ .titaui-pc-video-box__box {
2
+ width: 100%;
3
+ height: 100%;
4
+ position: relative;
5
+ border-bottom-right-radius: 24px;
6
+ border-bottom-left-radius: 24px;
9
7
  overflow: hidden;
10
- z-index: 11;
11
- box-shadow: 0px 2px 12px 0px rgba(127, 145, 180, 0.2);
12
8
  cursor: pointer;
13
9
  }
14
10
 
15
- .titaui-pc-float-fixed-video--show {
16
- display: block;
17
- }
18
-
19
- .titaui-pc-float-fixed-video__video {
20
- width: 360px;
21
- height: 200px;
11
+ .titaui-pc-video-box__box:hover .titaui-pc-video-box__mask1 {
12
+ opacity: 1;
13
+ transition: 0.5s;
22
14
  }
23
15
 
24
- .titaui-pc-float-fixed-video__mask1 {
25
- opacity: 0;
16
+ .titaui-pc-video-box__box:hover .titaui-pc-video-box__mask2 {
17
+ opacity: 1;
26
18
  transition: 0.5s;
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- padding: 0 16px;
31
- box-sizing: border-box;
32
- position: absolute;
33
- top: 0;
34
- width: 360px;
35
- height: 42px;
36
- background: linear-gradient(180deg, #5a6068 0%, rgba(45, 60, 81, 0) 100%);
37
19
  }
38
20
 
39
- .titaui-pc-float-fixed-video__mask1--show {
21
+ .titaui-pc-video-box__box:hover .titaui-pc-video-box__progress {
40
22
  opacity: 1;
41
23
  transition: 0.5s;
42
24
  }
43
25
 
44
- .titaui-pc-float-fixed-video__mask1-title {
45
- font-size: 12px;
46
- font-weight: normal;
47
- color: #ffffff;
48
- line-height: 18px;
26
+ .titaui-pc-video-box__mouseMove {
27
+ width: 100%;
28
+ height: 30px;
29
+ position: absolute;
30
+ bottom: 40px;
31
+ z-index: 12;
49
32
  }
50
33
 
51
- .titaui-pc-float-fixed-video__mask1-close {
52
- width: 14px;
53
- height: 14px;
54
- cursor: pointer;
34
+ .titaui-pc-video-box__mouseMove:hover .titaui-pc-video-box__progress {
35
+ height: 4px;
55
36
  }
56
37
 
57
- .titaui-pc-float-fixed-video__mask2 {
38
+ .titaui-pc-video-box__mouseMove--small {
39
+ height: 20px;
40
+ bottom: 30px;
41
+ }
42
+
43
+ .titaui-pc-video-box__progress {
58
44
  opacity: 0;
59
- transition: 0.5;
45
+ transition: 0.5s;
46
+ position: absolute;
47
+ bottom: 14px;
48
+ width: 100%;
49
+ height: 2px;
50
+ background: #ffffff;
51
+ z-index: 2;
52
+ }
53
+
54
+ .titaui-pc-video-box__progress--small {
55
+ bottom: 12px;
56
+ }
57
+
58
+ .titaui-pc-video-box__progress-current {
60
59
  position: absolute;
60
+ left: 0;
61
61
  bottom: 0;
62
- width: 360px;
63
- height: 42px;
64
- background: linear-gradient(180deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
62
+ background: #77be16;
63
+ height: 100%;
64
+ z-index: 3;
65
65
  }
66
66
 
67
- .titaui-pc-float-fixed-video__mask2--show {
68
- opacity: 1;
69
- transition: 0.5s;
67
+ .titaui-pc-video-box__progress-current-dot {
68
+ position: absolute;
69
+ right: 0;
70
+ bottom: -2px;
71
+ width: 8px;
72
+ height: 8px;
73
+ border-radius: 50%;
74
+ background: #77be16;
70
75
  }
71
76
 
72
- .titaui-pc-float-fixed-video__controls {
73
- opacity: 0;
74
- transition: 0.5s;
77
+ .titaui-pc-video-box__controls {
75
78
  width: 100%;
76
79
  display: flex;
77
80
  align-items: center;
78
81
  justify-content: space-between;
79
- padding: 10px 12px;
82
+ padding: 16px 32px 16px 32px;
80
83
  box-sizing: border-box;
81
84
  position: absolute;
82
85
  bottom: 0;
83
86
  z-index: 2;
84
87
  }
85
88
 
86
- .titaui-pc-float-fixed-video__controls--show {
87
- opacity: 1;
88
- transition: 0.5s;
89
+ .titaui-pc-video-box__controls--small {
90
+ padding: 10px 12px;
89
91
  }
90
92
 
91
- .titaui-pc-float-fixed-video__controls-left {
92
- display: flex;
93
+ .titaui-pc-video-box__controls-left {
94
+ display: inline-flex;
93
95
  align-items: center;
96
+ justify-content: center;
94
97
  }
95
98
 
96
- .titaui-pc-float-fixed-video__controls-right {
99
+ .titaui-pc-video-box__controls-button {
100
+ width: 24px;
101
+ height: 24px;
102
+ border-radius: 12px;
97
103
  display: inline-flex;
104
+ align-items: center;
105
+ justify-content: center;
98
106
  }
99
107
 
100
- .titaui-pc-float-fixed-video__controls-play {
108
+ .titaui-pc-video-box__controls-button:hover {
109
+ background: rgba(20, 28, 40, 0.6);
110
+ }
111
+
112
+ .titaui-pc-video-box__controls-play {
101
113
  display: inline-flex;
102
114
  align-items: center;
115
+ cursor: pointer;
116
+ }
117
+
118
+ .titaui-pc-video-box__controls-play img {
103
119
  width: 16px;
104
120
  height: 16px;
105
- cursor: pointer;
106
121
  }
107
122
 
108
- .titaui-pc-float-fixed-video__controls-time {
123
+ .titaui-pc-video-box__controls-time {
109
124
  font-size: 12px;
110
125
  color: #ffffff;
111
126
  line-height: 18px;
112
127
  }
113
128
 
114
- .titaui-pc-float-fixed-video__controls-time:nth-of-type(1) {
129
+ .titaui-pc-video-box__controls-time:nth-of-type(1) {
115
130
  margin-left: 6px;
116
131
  }
117
132
 
118
- .titaui-pc-float-fixed-video__controls-volume {
133
+ .titaui-pc-video-box__controls-muted {
134
+ width: 16px;
135
+ height: 16px;
136
+ }
137
+
138
+ .titaui-pc-video-box__controls-volume {
119
139
  display: inline-flex;
120
140
  align-items: center;
121
141
  justify-content: space-between;
@@ -127,20 +147,19 @@
127
147
  border-radius: 12px;
128
148
  }
129
149
 
130
- .titaui-pc-float-fixed-video__controls-volume-progress {
150
+ .titaui-pc-video-box__controls-volume-progress {
131
151
  position: relative;
132
152
  width: 34px;
133
153
  height: 2px;
134
154
  background: rgba(255, 255, 255, 0.4);
135
155
  border-radius: 1px;
136
- cursor: pointer;
137
156
  }
138
157
 
139
- .titaui-pc-float-fixed-video__controls-volume-progress--hidden {
158
+ .titaui-pc-video-box__controls-volume-progress--hidden {
140
159
  display: none;
141
160
  }
142
161
 
143
- .titaui-pc-float-fixed-video__controls-volume-current {
162
+ .titaui-pc-video-box__controls-volume-current {
144
163
  position: absolute;
145
164
  bottom: 0;
146
165
  left: 0;
@@ -149,7 +168,7 @@
149
168
  border-radius: 1px;
150
169
  }
151
170
 
152
- .titaui-pc-float-fixed-video__controls-volume-current::after {
171
+ .titaui-pc-video-box__controls-volume-current::after {
153
172
  content: '';
154
173
  position: absolute;
155
174
  right: 0;
@@ -160,84 +179,62 @@
160
179
  background: #ffffff;
161
180
  }
162
181
 
163
- .titaui-pc-float-fixed-video__controls-volume-current--hidden {
182
+ .titaui-pc-video-box__controls-volume-current--hidden {
164
183
  display: none;
165
184
  }
166
185
 
167
- .titaui-pc-float-fixed-video__controls-full {
186
+ .titaui-pc-video-box__controls-right {
168
187
  display: inline-flex;
169
188
  align-items: center;
170
- justify-content: center;
171
- width: 24px;
172
- height: 24px;
173
- border-radius: 12px;
174
- margin-left: 6px;
175
- cursor: pointer;
176
- }
177
-
178
- .titaui-pc-float-fixed-video__controls-full:hover {
179
- background: rgba(20, 28, 40, 0.6);
180
- }
181
-
182
- .titaui-pc-float-fixed-video__controls-full > img {
183
- width: 16px;
184
- height: 16px;
185
189
  }
186
190
 
187
- .titaui-pc-float-fixed-video__controls-button {
188
- width: 24px;
189
- height: 24px;
190
- border-radius: 12px;
191
- display: inline-flex;
191
+ .titaui-pc-video-box__title {
192
+ width: 100%;
193
+ height: 100%;
194
+ display: flex;
192
195
  align-items: center;
193
- justify-content: center;
194
- }
195
-
196
- .titaui-pc-float-fixed-video__controls-button:hover {
197
- background: rgba(20, 28, 40, 0.6);
196
+ justify-content: space-between;
198
197
  }
199
198
 
200
- .titaui-pc-float-fixed-video__progress {
199
+ .titaui-pc-video-box__mask1 {
201
200
  opacity: 0;
202
201
  transition: 0.5s;
203
202
  position: absolute;
204
- bottom: 38px;
203
+ top: 0;
204
+ padding: 0 16px;
205
+ box-sizing: border-box;
205
206
  width: 100%;
206
- height: 2px;
207
- background: #ffffff;
208
- z-index: 3;
209
- cursor: pointer;
207
+ height: 62px;
208
+ background: linear-gradient(0deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
210
209
  }
211
210
 
212
- .titaui-pc-float-fixed-video__progress--show {
213
- opacity: 1;
214
- transition: 0.5s;
211
+ .titaui-pc-video-box__mask1--small {
212
+ height: 42px;
215
213
  }
216
214
 
217
- .titaui-pc-float-fixed-video__progress:hover {
218
- height: 4px;
215
+ .titaui-pc-video-box__mask1-title {
216
+ font-size: 12px;
217
+ font-weight: normal;
218
+ color: #ffffff;
219
+ line-height: 18px;
219
220
  }
220
221
 
221
- .titaui-pc-float-fixed-video__progress--show {
222
- opacity: 1;
223
- transition: 0.5s;
222
+ .titaui-pc-video-box__mask1-close {
223
+ width: 14px;
224
+ height: 14px;
225
+ cursor: pointer;
224
226
  }
225
227
 
226
- .titaui-pc-float-fixed-video__progress-current {
228
+ .titaui-pc-video-box__mask2 {
229
+ opacity: 0;
230
+ transition: 0.5s;
227
231
  position: absolute;
228
- left: 0;
229
232
  bottom: 0;
230
- background: #77be16;
231
- height: 100%;
232
- z-index: 3;
233
+ width: 100%;
234
+ height: 62px;
235
+ background: linear-gradient(180deg, rgba(20, 28, 40, 0) 0%, #5a6068 100%);
233
236
  }
234
237
 
235
- .titaui-pc-float-fixed-video__progress-current-dot {
236
- position: absolute;
237
- right: 0;
238
- bottom: -2px;
239
- width: 8px;
240
- height: 8px;
241
- border-radius: 50%;
242
- background: #77be16;
238
+ .titaui-pc-video-box__mask2--small {
239
+ height: 42px;
243
240
  }