@titaui/pc 1.10.4 → 1.10.6-3.beta-2
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.
- package/.eslintrc.js +2 -2
- package/.prettierignore +1 -1
- package/lib/components/book-demo/utils.js +4 -0
- package/lib/components/button/default-button/index.css +10 -4
- package/lib/components/button/default-button/index.js +13 -2
- package/lib/components/change-okr-modal/index.js +108 -87
- package/lib/components/checkbox/index.css +1 -0
- package/lib/components/communication/CommunicationRecord.js +22 -16
- package/lib/components/communication/index.css +50 -10
- package/lib/components/communication/index.js +86 -30
- package/lib/components/communication/style.js +8 -6
- package/lib/components/create-okr-modal/fields/o-new-name.js +31 -21
- package/lib/components/create-okr-modal/fields/okr-parent.js +1 -5
- package/lib/components/create-okr-modal/kr-items/krDatas.js +16 -16
- package/lib/components/{dynamic/components/dangerous-html → dangerous-html}/index.js +0 -0
- package/lib/components/dialog/index.css +4 -1
- package/lib/components/dialog/index.js +1 -1
- package/lib/components/dialog-confirm/index.css +1 -1
- package/lib/components/drawer-manager/index.js +6 -1
- package/lib/components/dynamic/components/first-level-tabs/index.css +12 -2
- package/lib/components/dynamic/components/first-level-tabs/index.js +19 -6
- package/lib/components/dynamic/components/obj-status/index.css +3 -19
- package/lib/components/dynamic/components/obj-status/index.js +7 -8
- package/lib/components/dynamic/components/obj-status/utils.js +37 -0
- package/lib/components/dynamic/components/percent/index.css +1 -1
- package/lib/components/dynamic/components/title/index.css +21 -22
- package/lib/components/dynamic/components/title/index.js +20 -8
- package/lib/components/dynamic/constant.js +12 -2
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.css +71 -0
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +112 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.css +8 -7
- package/lib/components/dynamic/dynamic-item/components/header/index.js +13 -7
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +44 -27
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +43 -31
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +5 -33
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +6 -32
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +58 -18
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +31 -21
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.css +4 -0
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +102 -0
- package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +56 -44
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +52 -44
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +39 -27
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +25 -29
- package/lib/components/dynamic/dynamic-item/dynamic-learning/img/dynamic-share-course.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/jiantou-right@3x.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/img/user-photo.png +0 -0
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.css +10 -18
- package/lib/components/dynamic/dynamic-item/{dynamic-share-to-dynamic → dynamic-learning}/index.js +15 -30
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +9 -2
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +31 -14
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +14 -25
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +25 -40
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +10 -29
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +25 -40
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +13 -30
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +13 -55
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +33 -80
- package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +72 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +35 -28
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +13 -24
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-task.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela.svg +23 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +56 -31
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +78 -34
- package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.css +29 -32
- package/lib/components/dynamic/dynamic-item/{dynamic-replay → dynamic-reply}/index.js +12 -18
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +20 -22
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +42 -29
- package/lib/components/dynamic/dynamic-item/dynamic-reward/img/reward.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +8 -3
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +23 -66
- package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +28 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +8 -19
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +59 -36
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +32 -28
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +11 -25
- package/lib/components/dynamic/dynamic-item/index.css +59 -4
- package/lib/components/dynamic/dynamic-item/index.js +148 -17
- package/lib/components/dynamic/dynamic-like-ranking/item.js +1 -1
- package/lib/components/dynamic/dynamic-list/index.js +2 -1
- package/lib/components/dynamic/dynamic-topping/item.js +8 -4
- package/lib/components/dynamic/dynamic.js +1 -1
- package/lib/components/dynamic/img/dynamic-operate.png +0 -0
- package/lib/components/dynamic/img/dynamic-point.svg +13 -0
- package/lib/components/dynamic/img/dynamic-reward-hover.svg +1 -0
- package/lib/components/dynamic/img/dynamic-reward-normal.svg +1 -0
- package/lib/components/dynamic/util.js +41 -81
- package/lib/components/e-status-dropdown/index.css +3 -0
- package/lib/components/e-status-dropdown/index.js +94 -0
- package/lib/components/file-list/components/single-file/index.css +14 -12
- package/lib/components/file-list/components/single-file/index.js +1 -1
- package/lib/components/file-list/index.css +1 -0
- package/lib/components/follower-visitor/index.js +6 -4
- package/lib/components/grid-layout/okr-progress/index.js +20 -30
- package/lib/components/help-card/image/not-try.png +0 -0
- package/lib/components/help-card/image/try.png +0 -0
- package/lib/components/help-card/index.css +31 -2
- package/lib/components/help-card/index.js +54 -17
- package/lib/components/invite-people/img/invite-people.svg +62 -0
- package/lib/components/invite-people/index.css +1 -1
- package/lib/components/mblog/context.js +3 -1
- package/lib/components/mblog/index.css +7 -0
- package/lib/components/mblog/index.js +45 -9
- package/lib/components/mblog/style.js +4 -4
- package/lib/components/menus/export-modules/demo-menus/index.js +2 -2
- package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +25 -1
- package/lib/components/menus/export-modules/demo-menus/menus.js +60 -11
- package/lib/components/menus/export-modules/manage-menus/constant.js +1 -1
- package/lib/components/menus/export-modules/manage-menus/index.css +3 -0
- package/lib/components/menus/images/okr-gongsi.svg +17 -0
- package/lib/components/nav-top/components/menu/index.css +24 -0
- package/lib/components/nav-top/components/menu/index.js +9 -1
- package/lib/components/nav-top/components/user-message/components/reply/index.js +9 -8
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +15 -5
- package/lib/components/nav-top/components/user-message/index.css +4 -3
- package/lib/components/nav-top/components/user-message/index.js +33 -6
- package/lib/components/nav-top/request.apis.js +8 -2
- package/lib/components/nav-top/useGlobalValue.js +14 -0
- package/lib/components/okr-detail/components/header/o-score.js +4 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.css +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +27 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +7 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +8 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +7 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/index.css +20 -1
- package/lib/components/okr-detail/e-list/index.js +23 -7
- package/lib/components/okr-detail/e-list/util.js +7 -2
- package/lib/components/okr-detail/index.js +2 -0
- package/lib/components/okr-detail/okr-list/index.js +1 -5
- package/lib/components/okr-flow/export-modal/index.js +3 -3
- package/lib/components/okr-progress-detail/index.js +5 -1
- package/lib/components/okr-progress-modal/helper.js +20 -27
- package/lib/components/okr-share/common-painter/openDataPainter.js +34 -27
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +40 -36
- package/lib/components/open-data-painter/index.js +5 -1
- package/lib/components/progress/circle-progress/index.css +1 -0
- package/lib/components/progress/circle-progress/index.js +8 -3
- package/lib/components/rich-editor/basic/schema.js +47 -0
- package/lib/components/rich-editor/consts/events.js +12 -0
- package/lib/components/rich-editor/enums.js +42 -0
- package/lib/components/rich-editor/index.js +58 -0
- package/lib/components/rich-editor/keymap.js +119 -0
- package/lib/components/rich-editor/keymaps/index.js +241 -0
- package/lib/components/rich-editor/models/controller.js +18 -0
- package/lib/components/rich-editor/models/editor.js +47 -0
- package/lib/components/rich-editor/models/plugin.js +20 -0
- package/lib/components/rich-editor/models/schema.js +121 -0
- package/lib/components/rich-editor/plugins/block/block-quote/commond.js +27 -0
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +128 -0
- package/lib/components/rich-editor/plugins/block/heading/commonds.js +31 -0
- package/lib/components/rich-editor/plugins/block/heading/index.js +190 -0
- package/lib/components/rich-editor/plugins/block/index.js +57 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +172 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +163 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +59 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +74 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +45 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +104 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +92 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +89 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +48 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +61 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +34 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +289 -0
- package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +180 -0
- package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +328 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +60 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/index.js +396 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +45 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +302 -0
- package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +43 -0
- package/lib/components/rich-editor/plugins/block/lists/index.js +224 -0
- package/lib/components/rich-editor/plugins/block/lists/messages.js +38 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +152 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +33 -0
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +94 -0
- package/lib/components/rich-editor/plugins/block/lists/styles.js +15 -0
- package/lib/components/rich-editor/plugins/block/lists/transforms.js +347 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +48 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/find.js +126 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +87 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/node.js +144 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +31 -0
- package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +201 -0
- package/lib/components/rich-editor/plugins/block/lists/utils.js +52 -0
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +91 -0
- package/lib/components/rich-editor/plugins/core/index.js +90 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +67 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +29 -0
- package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +80 -0
- package/lib/components/rich-editor/plugins/extension/alignment/commond.js +24 -0
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +113 -0
- package/lib/components/rich-editor/plugins/extension/alignment/utils.js +19 -0
- package/lib/components/rich-editor/plugins/extension/index.js +18 -0
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +126 -0
- package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +19 -0
- package/lib/components/rich-editor/plugins/index.js +44 -0
- package/lib/components/rich-editor/plugins/inline/color/commond.js +128 -0
- package/lib/components/rich-editor/plugins/inline/color/consts.js +43 -0
- package/lib/components/rich-editor/plugins/inline/color/index.css +61 -0
- package/lib/components/rich-editor/plugins/inline/color/index.js +217 -0
- package/lib/components/rich-editor/plugins/inline/color/selector.js +252 -0
- package/lib/components/rich-editor/plugins/inline/color/util.js +25 -0
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +149 -0
- package/lib/components/rich-editor/plugins/inline/em/index.js +93 -0
- package/lib/components/rich-editor/plugins/inline/index.js +83 -0
- package/lib/components/rich-editor/plugins/inline/link/commands.js +256 -0
- package/lib/components/rich-editor/plugins/inline/link/index.js +149 -0
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +77 -0
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +293 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/index.css +84 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +150 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +101 -0
- package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +117 -0
- package/lib/components/rich-editor/plugins/inline/link/utils.js +33 -0
- package/lib/components/rich-editor/plugins/inline/strong/index.js +139 -0
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +147 -0
- package/lib/components/rich-editor/plugins/util.js +284 -0
- package/lib/components/rich-editor/react/reactNodeView.js +383 -0
- package/lib/components/rich-editor/react/uiProvider.js +185 -0
- package/lib/components/rich-editor/schemas/basic.js +309 -0
- package/lib/components/rich-editor/schemas/index.js +19 -0
- package/lib/components/rich-editor/schemas/list.js +342 -0
- package/lib/components/rich-editor/types/commond.js +5 -0
- package/lib/components/rich-editor/types/index.js +18 -0
- package/lib/components/rich-editor/ui/Popup/index.js +247 -0
- package/lib/components/rich-editor/ui/Popup/utils.js +399 -0
- package/lib/components/rich-editor/ui/editor/index.css +178 -0
- package/lib/components/rich-editor/ui/editor/index.js +153 -0
- package/lib/components/rich-editor/ui/normal-toolbar/index.css +34 -0
- package/lib/components/rich-editor/ui/normal-toolbar/index.js +109 -0
- package/lib/components/rich-editor/utils/browser.js +35 -0
- package/lib/components/rich-editor/utils/commands.js +266 -0
- package/lib/components/rich-editor/utils/document.js +211 -0
- package/lib/components/rich-editor/utils/event.js +79 -0
- package/lib/components/rich-editor/utils/helpers.js +16 -0
- package/lib/components/rich-editor/utils/mark.js +168 -0
- package/lib/components/rich-editor/utils/slice.js +85 -0
- package/lib/components/rich-editor/utils/toolbar.js +228 -0
- package/lib/components/search-key-handle/index.js +7 -2
- package/lib/components/superset-charts/components/chart/index.js +54 -0
- package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +106 -0
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +131 -0
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +79 -0
- package/lib/components/superset-charts/index.js +13 -0
- package/lib/components/superset-charts/interface.js +5 -0
- package/lib/components/superset-charts/utils/axios.js +94 -0
- package/lib/components/toast/index.js +5 -17
- package/lib/components/upload/index.js +4 -2
- package/lib/components/upload/util.js +2 -0
- package/lib/components/user-selector/empty/index.css +6 -6
- package/lib/components/user-selector/selected-panel/index.css +3 -3
- package/lib/components/video-modal/components/video-box/index.css +240 -0
- package/lib/components/video-modal/components/video-box/index.js +334 -0
- package/lib/components/video-modal/img/bigFaqi.png +0 -0
- package/lib/components/video-modal/img/close.png +0 -0
- package/lib/components/video-modal/img/full.svg +21 -0
- package/lib/components/video-modal/img/muted.svg +14 -0
- package/lib/components/video-modal/img/not-muted.svg +22 -0
- package/lib/components/video-modal/img/pause.svg +13 -0
- package/lib/components/video-modal/img/play.svg +18 -0
- package/lib/components/video-modal/img/small.svg +22 -0
- package/lib/components/video-modal/index.css +83 -0
- package/lib/components/video-modal/index.js +182 -0
- package/lib/components/video-modal/utils.js +25 -0
- package/lib/components/weekly-report/common-painter/openDataPainter.js +5 -1
- package/lib/hooks/useGlobalState.js +63 -0
- package/lib/index.js +40 -0
- package/lib/pages/aha2021/img/canceled.svg +13 -0
- package/lib/pages/aha2021/img/not-try.png +0 -0
- package/lib/pages/aha2021/img/try.png +0 -0
- package/lib/pages/aha2021/index.css +52 -0
- package/lib/pages/aha2021/index.js +73 -14
- package/lib/pages/new-okr-list/header/index.js +2 -1
- package/lib/pages/new-okr-list/index.js +3 -3
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +0 -5
- package/lib/pages/pay/image/success.png +0 -0
- package/lib/pages/pay/index.css +79 -0
- package/lib/pages/pay/index.js +66 -0
- package/lib/utils/bs-global.js +13 -9
- package/lib/utils/helpers.js +7 -1
- package/lib/utils/open-data.js +2 -1
- package/lib/utils/tools.js +11 -2
- package/package.json +120 -101
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/dynamic-milestone.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/img/dynamic-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/guanlian.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-icon.png +0 -0
- package/lib/components/invite-people/img/invite-people.png +0 -0
|
@@ -4,18 +4,19 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.titaui-new-file-list-single-file__file-preview {
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
border-radius:
|
|
7
|
+
width: 120px;
|
|
8
|
+
height: 120px;
|
|
9
|
+
border-radius: 12px;
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
margin-right: 10px;
|
|
14
|
+
background: #f0f2f5;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
.titaui-new-file-list-single-file__file-preview-img {
|
|
17
|
-
max-width:
|
|
18
|
-
max-height:
|
|
18
|
+
max-width: 120px;
|
|
19
|
+
max-height: 120px;
|
|
19
20
|
border-radius: 8px;
|
|
20
21
|
}
|
|
21
22
|
|
|
@@ -27,15 +28,16 @@
|
|
|
27
28
|
.titaui-new-file-list-single-file__file-name {
|
|
28
29
|
text-align: center;
|
|
29
30
|
margin-top: 8px;
|
|
30
|
-
color: #
|
|
31
|
+
color: #3f4755;
|
|
32
|
+
margin-right: 10px;
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
.titaui-new-file-list-single-file__operate {
|
|
34
36
|
position: absolute;
|
|
35
37
|
top: 0;
|
|
36
38
|
left: 0;
|
|
37
|
-
width:
|
|
38
|
-
height:
|
|
39
|
+
width: 120px;
|
|
40
|
+
height: 120px;
|
|
39
41
|
background: rgba(20, 28, 40, 0.3);
|
|
40
42
|
border-radius: 8px;
|
|
41
43
|
display: flex;
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
.titaui-new-file-list-single-file__operate-item {
|
|
47
49
|
font-size: 12px;
|
|
48
50
|
font-weight: 400;
|
|
49
|
-
color: #
|
|
51
|
+
color: #ffffff;
|
|
50
52
|
line-height: 18px;
|
|
51
53
|
display: flex;
|
|
52
54
|
flex-direction: column;
|
|
@@ -54,12 +56,12 @@
|
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
.titaui-new-file-list-single-file__operate-item:first-of-type {
|
|
57
|
-
margin-right:
|
|
59
|
+
margin-right: 20px;
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
.titaui-new-file-list-single-file__operate-item-icon {
|
|
61
63
|
margin-bottom: 4px;
|
|
62
|
-
color: #
|
|
64
|
+
color: #3f4755;
|
|
63
65
|
width: 32px;
|
|
64
66
|
height: 32px;
|
|
65
67
|
display: flex;
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
|
|
73
75
|
.titaui-new-file-list-single-file__operate-item:hover {
|
|
74
76
|
cursor: pointer;
|
|
75
|
-
color: #
|
|
77
|
+
color: #ffffff;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
.titaui-new-file-list-single-file__operate-item--only {
|
|
@@ -110,7 +110,7 @@ var SingleFile = function SingleFile(_ref) {
|
|
|
110
110
|
className: "".concat(prefix, "__file-name")
|
|
111
111
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
|
|
112
112
|
text: data.fileName,
|
|
113
|
-
maxWidth:
|
|
113
|
+
maxWidth: 120
|
|
114
114
|
})));
|
|
115
115
|
};
|
|
116
116
|
|
|
@@ -9,6 +9,8 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
12
14
|
var _requestApi = require("./request-api");
|
|
13
15
|
|
|
14
16
|
var _openData = require("../../utils/open-data");
|
|
@@ -19,9 +21,9 @@ var _followerVisitorFollower = _interopRequireDefault(require("./img/follower-vi
|
|
|
19
21
|
|
|
20
22
|
var _followerVisitorVisitor = _interopRequireDefault(require("./img/follower-visitor-visitor.png"));
|
|
21
23
|
|
|
22
|
-
require("
|
|
24
|
+
var _getLocale = require("../../utils/getLocale");
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
require("./index.css");
|
|
25
27
|
|
|
26
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
29
|
|
|
@@ -135,14 +137,14 @@ var FollowerVisitor = function FollowerVisitor() {
|
|
|
135
137
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
136
138
|
className: (0, _classnames["default"])("".concat(prefix, "__follower-icon")),
|
|
137
139
|
src: _followerVisitorFollower["default"]
|
|
138
|
-
}), renderPerson(followerInofs), getPrefixStrDesc(followerInofs),
|
|
140
|
+
}), renderPerson(followerInofs), getPrefixStrDesc(followerInofs), (0, _getLocale.getLocale)('OKR_MyO_Followedyou'))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
139
141
|
className: "".concat(prefix, "__info-wrapper")
|
|
140
142
|
}, /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
141
143
|
condition: visitorInofs && visitorInofs.length > 0
|
|
142
144
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
143
145
|
className: (0, _classnames["default"])("".concat(prefix, "__visitor-icon")),
|
|
144
146
|
src: _followerVisitorVisitor["default"]
|
|
145
|
-
}), renderPerson(visitorInofs), getPrefixStrDesc(visitorInofs),
|
|
147
|
+
}), renderPerson(visitorInofs), getPrefixStrDesc(visitorInofs), (0, _getLocale.getLocale)('OKR_MyO_Visitedyou'))), /*#__PURE__*/_react["default"].createElement("span", {
|
|
146
148
|
className: (0, _classnames["default"])("tu-icon-canceled", "".concat(prefix, "__close")),
|
|
147
149
|
onClick: handleCloseMessage
|
|
148
150
|
}));
|
|
@@ -19,6 +19,10 @@ var _clickLink = _interopRequireWildcard(require("../util/click-link"));
|
|
|
19
19
|
|
|
20
20
|
var _getLocale = require("../../../utils/getLocale");
|
|
21
21
|
|
|
22
|
+
var _OKRprogressEmpty = _interopRequireDefault(require("../image/OKRprogress-empty.png"));
|
|
23
|
+
|
|
24
|
+
var _Progress = _interopRequireDefault(require("../image/Progress.png"));
|
|
25
|
+
|
|
22
26
|
require("../index.css");
|
|
23
27
|
|
|
24
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -27,8 +31,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
27
31
|
|
|
28
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; }
|
|
29
33
|
|
|
30
|
-
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
31
|
-
|
|
32
34
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
33
35
|
|
|
34
36
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -71,38 +73,26 @@ function OKRProgressComponent() {
|
|
|
71
73
|
|
|
72
74
|
(0, _react.useEffect)(function () {
|
|
73
75
|
(0, _network["default"])(ComponentId).then(function (res) {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
79
|
-
var item = _step.value;
|
|
80
|
-
|
|
81
|
-
switch (item.componentDataProp) {
|
|
82
|
-
case "allMyProgressCount":
|
|
83
|
-
setHadUpdateOkrNum(item.componentDataCount);
|
|
84
|
-
break;
|
|
76
|
+
Object.values(res).forEach(function (item) {
|
|
77
|
+
if (item.componentDataProp === "allMyProgressCount") {
|
|
78
|
+
setHadUpdateOkrNum(item.componentDataCount);
|
|
79
|
+
}
|
|
85
80
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
81
|
+
if (item.componentDataProp === "allMyNoProgressCount") {
|
|
82
|
+
setHadNotUpdateOkrNum(item.componentDataCount);
|
|
83
|
+
}
|
|
89
84
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
85
|
+
if (item.componentDataProp === "weekLatelyUpdatekrProgress") {
|
|
86
|
+
setWeekLatelyUpdatekrProgress(item.componentDataCount);
|
|
93
87
|
}
|
|
94
|
-
}
|
|
95
|
-
_iterator.e(err);
|
|
96
|
-
} finally {
|
|
97
|
-
_iterator.f();
|
|
98
|
-
}
|
|
88
|
+
});
|
|
99
89
|
});
|
|
100
90
|
}, []);
|
|
101
91
|
(0, _react.useEffect)(function () {
|
|
102
92
|
if (hadUpdateOkrNum + hadNotUpdateOkrNum === 0) {
|
|
103
|
-
|
|
93
|
+
setIsMyOKREmpty(isMyOKREmpty);
|
|
104
94
|
} else {
|
|
105
|
-
|
|
95
|
+
setIsMyOKREmpty(!isMyOKREmpty);
|
|
106
96
|
setUpdatePercent(Number.parseFloat((hadUpdateOkrNum / (hadNotUpdateOkrNum + hadUpdateOkrNum)).toFixed(2)) * 100);
|
|
107
97
|
}
|
|
108
98
|
}, [hadUpdateOkrNum + hadNotUpdateOkrNum]);
|
|
@@ -119,16 +109,16 @@ function OKRProgressComponent() {
|
|
|
119
109
|
padding: "20px 22px 0"
|
|
120
110
|
}
|
|
121
111
|
}, /*#__PURE__*/_react["default"].createElement(_commenComponents.CardTitle, {
|
|
122
|
-
content: (0, _getLocale.getLocale)("
|
|
123
|
-
iconUrl:
|
|
112
|
+
content: (0, _getLocale.getLocale)("HP_KRProgress"),
|
|
113
|
+
iconUrl: _Progress["default"],
|
|
124
114
|
tips: (0, _getLocale.getLocale)("HP_ProgressKROKR")
|
|
125
|
-
}, !isMyOKREmpty && /*#__PURE__*/_react["default"].createElement("
|
|
115
|
+
}, !isMyOKREmpty && /*#__PURE__*/_react["default"].createElement("span", {
|
|
126
116
|
onClick: function onClick() {
|
|
127
117
|
return (0, _clickLink["default"])("okr%2Fmanage");
|
|
128
118
|
},
|
|
129
119
|
className: "grid-component-card-title__behave"
|
|
130
120
|
}, (0, _getLocale.getLocale)("OKR_OKRW_Gotoupdate"))), isMyOKREmpty ? /*#__PURE__*/_react["default"].createElement(_commenComponents.EmptyBackGround, {
|
|
131
|
-
imgSrc:
|
|
121
|
+
imgSrc: _OKRprogressEmpty["default"],
|
|
132
122
|
content: (0, _getLocale.getLocale)("HP_Regulgoodwork"),
|
|
133
123
|
behave: {
|
|
134
124
|
type: "moreinfo",
|
|
Binary file
|
|
Binary file
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
height: 476px;
|
|
35
35
|
border-radius: 24px;
|
|
36
36
|
background: #ffffff;
|
|
37
|
-
box-shadow: 0px
|
|
37
|
+
box-shadow: 0px 8px 24px 0px rgba(127, 145, 180, 0.16);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.help-card__header {
|
|
@@ -59,6 +59,35 @@
|
|
|
59
59
|
border-radius: 50%;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
+
.help-card__wechat {
|
|
63
|
+
height: 330px;
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
align-items: center;
|
|
67
|
+
justify-content: center;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.help-card__wechat-title {
|
|
71
|
+
font-size: 20px;
|
|
72
|
+
font-weight: normal;
|
|
73
|
+
color: #141c28;
|
|
74
|
+
line-height: 30px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.help-card__wechat-content {
|
|
78
|
+
margin-top: 4px;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
font-weight: normal;
|
|
81
|
+
color: #6f7886;
|
|
82
|
+
line-height: 22px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.help-card__wechat-img {
|
|
86
|
+
width: 200px;
|
|
87
|
+
height: 200px;
|
|
88
|
+
margin-top: 24px;
|
|
89
|
+
}
|
|
90
|
+
|
|
62
91
|
.help-card__body {
|
|
63
92
|
box-sizing: border-box;
|
|
64
93
|
padding: 0 20px;
|
|
@@ -96,7 +125,7 @@
|
|
|
96
125
|
}
|
|
97
126
|
|
|
98
127
|
.help-card__body-item-title-left::before {
|
|
99
|
-
content:
|
|
128
|
+
content: '';
|
|
100
129
|
width: 81px;
|
|
101
130
|
height: 7px;
|
|
102
131
|
background: linear-gradient(90deg, #2879ff 0%, #f6f8fc 100%);
|
|
@@ -23,6 +23,8 @@ var _requestApi = require("./request-api");
|
|
|
23
23
|
|
|
24
24
|
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
|
25
25
|
|
|
26
|
+
var _conditionRender = _interopRequireDefault(require("../condition-render"));
|
|
27
|
+
|
|
26
28
|
var _kefu = _interopRequireDefault(require("./image/kefu1.svg"));
|
|
27
29
|
|
|
28
30
|
var _yuyueyanshi = _interopRequireDefault(require("./image/yuyueyanshi.svg"));
|
|
@@ -39,6 +41,12 @@ var _errorBoundary = _interopRequireDefault(require("../error-boundary"));
|
|
|
39
41
|
|
|
40
42
|
var _errorLevel = _interopRequireDefault(require("../../utils/error-level"));
|
|
41
43
|
|
|
44
|
+
var _platform = require("../../utils/platform");
|
|
45
|
+
|
|
46
|
+
var _try = _interopRequireDefault(require("./image/try.png"));
|
|
47
|
+
|
|
48
|
+
var _notTry = _interopRequireDefault(require("./image/not-try.png"));
|
|
49
|
+
|
|
42
50
|
require("./index.css");
|
|
43
51
|
|
|
44
52
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -62,6 +70,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
62
70
|
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); }
|
|
63
71
|
|
|
64
72
|
var preCls = "help-card";
|
|
73
|
+
var isTry = (0, _bsGlobal.getVersion)() === 1;
|
|
74
|
+
var isDingding = (0, _platform.isDD)(true) === true;
|
|
75
|
+
var isFeis = (0, _platform.isFeishu)(true) === true;
|
|
65
76
|
|
|
66
77
|
var HelpCard = function HelpCard(_ref) {
|
|
67
78
|
var restProps = _extends({}, _ref);
|
|
@@ -71,25 +82,30 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
71
82
|
visible = _useState2[0],
|
|
72
83
|
setVisible = _useState2[1];
|
|
73
84
|
|
|
74
|
-
var _useState3 = (0, _react.useState)(
|
|
85
|
+
var _useState3 = (0, _react.useState)(false),
|
|
75
86
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
76
|
-
|
|
77
|
-
|
|
87
|
+
weChatCodeVisible = _useState4[0],
|
|
88
|
+
setWeChatCodeVisible = _useState4[1];
|
|
78
89
|
|
|
79
|
-
var _useState5 = (0, _react.useState)(
|
|
90
|
+
var _useState5 = (0, _react.useState)(1),
|
|
80
91
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
81
|
-
|
|
82
|
-
|
|
92
|
+
pageNum = _useState6[0],
|
|
93
|
+
setPageNum = _useState6[1];
|
|
83
94
|
|
|
84
95
|
var _useState7 = (0, _react.useState)([]),
|
|
85
96
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
86
|
-
|
|
87
|
-
|
|
97
|
+
guessList = _useState8[0],
|
|
98
|
+
setGuessList = _useState8[1];
|
|
88
99
|
|
|
89
|
-
var _useState9 = (0, _react.useState)(
|
|
100
|
+
var _useState9 = (0, _react.useState)([]),
|
|
90
101
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
91
|
-
|
|
92
|
-
|
|
102
|
+
recommendList = _useState10[0],
|
|
103
|
+
setRecommendList = _useState10[1];
|
|
104
|
+
|
|
105
|
+
var _useState11 = (0, _react.useState)(0),
|
|
106
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
107
|
+
guessQuestionNum = _useState12[0],
|
|
108
|
+
setGuessQuestionNum = _useState12[1];
|
|
93
109
|
|
|
94
110
|
var bookDemoRef = (0, _react.useRef)();
|
|
95
111
|
var isTrial = (0, _bsGlobal.getVersion)() === 1;
|
|
@@ -129,6 +145,9 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
129
145
|
|
|
130
146
|
setGuessList(guessQuestion || []);
|
|
131
147
|
});
|
|
148
|
+
setTimeout(function () {
|
|
149
|
+
setWeChatCodeVisible(!visible);
|
|
150
|
+
}, 100);
|
|
132
151
|
}, [pageNum, visible]);
|
|
133
152
|
|
|
134
153
|
var handlePoint = function handlePoint() {
|
|
@@ -178,9 +197,13 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
178
197
|
};
|
|
179
198
|
|
|
180
199
|
var handleCustomerService = function handleCustomerService() {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
200
|
+
if (isDingding === true || isFeis === true) {
|
|
201
|
+
setVisible(false);
|
|
202
|
+
window.open(kefuUrl);
|
|
203
|
+
handleClickTracker("联系客服");
|
|
204
|
+
} else {
|
|
205
|
+
setWeChatCodeVisible(true);
|
|
206
|
+
}
|
|
184
207
|
};
|
|
185
208
|
|
|
186
209
|
var handleUpgrade = function handleUpgrade() {
|
|
@@ -198,7 +221,7 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
198
221
|
};
|
|
199
222
|
|
|
200
223
|
var renderKefu = function renderKefu() {
|
|
201
|
-
if ((0, _openData.isPlatform)("feishu") || (0, _openData.isPlatform)("dd")
|
|
224
|
+
if ((0, _openData.isPlatform)("feishu") || (0, _openData.isPlatform)("dd")) return /*#__PURE__*/_react["default"].createElement("span", null);
|
|
202
225
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
203
226
|
className: "".concat(preCls, "__footer-item"),
|
|
204
227
|
onClick: handleCustomerService
|
|
@@ -215,7 +238,9 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
215
238
|
className: "".concat(preCls, "__header")
|
|
216
239
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
217
240
|
className: "".concat(preCls, "__header-avatar")
|
|
218
|
-
}), "Tita\u5C0F\u52A9\u624B"), /*#__PURE__*/_react["default"].createElement("
|
|
241
|
+
}), "Tita\u5C0F\u52A9\u624B"), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
242
|
+
condition: weChatCodeVisible === false
|
|
243
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
219
244
|
className: "".concat(preCls, "__body")
|
|
220
245
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
221
246
|
className: "".concat(preCls, "__body-item")
|
|
@@ -254,7 +279,19 @@ var HelpCard = function HelpCard(_ref) {
|
|
|
254
279
|
},
|
|
255
280
|
key: item.questionUrl + item.questionName
|
|
256
281
|
}, item.questionName);
|
|
257
|
-
})))), /*#__PURE__*/_react["default"].createElement("
|
|
282
|
+
}))))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
283
|
+
condition: weChatCodeVisible === true
|
|
284
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
285
|
+
className: "".concat(preCls, "__wechat")
|
|
286
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
287
|
+
className: "".concat(preCls, "__wechat-title")
|
|
288
|
+
}, "\u5FAE\u4FE1/\u4F01\u4E1A\u5FAE\u4FE1\u626B\u4E00\u626B"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
289
|
+
className: "".concat(preCls, "__wechat-content")
|
|
290
|
+
}, "\u4E13\u5C5E\u5BA2\u670D\u4E3A\u4F60\u63D0\u4F9B\u54A8\u8BE2\u670D\u52A1"), /*#__PURE__*/_react["default"].createElement("img", {
|
|
291
|
+
src: isTry ? _try["default"] : _notTry["default"],
|
|
292
|
+
className: "".concat(preCls, "__wechat-img"),
|
|
293
|
+
alt: "\u5FAE\u4FE1\u626B\u7801"
|
|
294
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
258
295
|
className: "".concat(preCls, "__footer")
|
|
259
296
|
}, isTrial && /*#__PURE__*/_react["default"].createElement("div", {
|
|
260
297
|
className: "".concat(preCls, "__footer-item"),
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="52px" height="52px" viewBox="0 0 52 52" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 9</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="3.061617e-15%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#4E90FF" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#2879FF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<circle id="path-2" cx="26" cy="26" r="26"></circle>
|
|
10
|
+
<filter x="-7.7%" y="-7.7%" width="115.4%" height="115.4%" filterUnits="objectBoundingBox" id="filter-3">
|
|
11
|
+
<feMorphology radius="2" operator="erode" in="SourceAlpha" result="shadowSpreadInner1"></feMorphology>
|
|
12
|
+
<feGaussianBlur stdDeviation="3" in="shadowSpreadInner1" result="shadowBlurInner1"></feGaussianBlur>
|
|
13
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
14
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
15
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
16
|
+
</filter>
|
|
17
|
+
<filter x="-66.7%" y="-67.8%" width="233.3%" height="235.6%" filterUnits="objectBoundingBox" id="filter-4">
|
|
18
|
+
<feOffset dx="0" dy="4" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
19
|
+
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
20
|
+
<feColorMatrix values="0 0 0 0 0.101003231 0 0 0 0 0.427065106 0 0 0 0 0.966476109 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
21
|
+
<feMerge>
|
|
22
|
+
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
23
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
24
|
+
</feMerge>
|
|
25
|
+
</filter>
|
|
26
|
+
<path d="M16.2408759,11.8636364 C17.6941571,11.8636364 18.9915571,12.4834063 19.8432958,13.4538491 L19.7727273,13.453125 L19.7727273,13.453125 C16.6096419,13.453125 14.0454545,16.0173123 14.0454545,19.1803977 C14.0454545,20.9550936 14.8526446,22.5412601 16.1199159,23.5917885 L4.6284008,23.5908352 L4.64499005,23.5908352 C2.07963288,23.5908352 0,21.6596367 0,19.2773827 L0,16.1770888 C0,13.9888024 1.75476468,12.1811102 4.02888228,11.9012462 C5.39814304,13.8696511 7.5432088,15.1363636 9.95454545,15.1363636 C12.3817457,15.1363636 14.53916,13.8529296 15.9070744,11.8635215 L16.2408759,11.8636364 Z M9.95454545,0 C13.3435655,0 16.0909091,3.05260398 16.0909091,6.81818182 C16.0909091,10.5837597 13.3435655,13.6363636 9.95454545,13.6363636 C6.5655254,13.6363636 3.81818182,10.5837597 3.81818182,6.81818182 C3.81818182,3.05260398 6.5655254,0 9.95454545,0 Z" id="path-5"></path>
|
|
27
|
+
<filter x="-7.6%" y="-6.4%" width="115.1%" height="112.7%" filterUnits="objectBoundingBox" id="filter-6">
|
|
28
|
+
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
29
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
30
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
31
|
+
<feColorMatrix values="0 0 0 0 0.156862745 0 0 0 0 0.474509804 0 0 0 0 1 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
32
|
+
</filter>
|
|
33
|
+
<circle id="path-7" cx="19.7727273" cy="19.1803977" r="4.22727273"></circle>
|
|
34
|
+
<filter x="-11.8%" y="-11.8%" width="123.7%" height="123.7%" filterUnits="objectBoundingBox" id="filter-8">
|
|
35
|
+
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
36
|
+
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
37
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
38
|
+
<feColorMatrix values="0 0 0 0 0.156862745 0 0 0 0 0.474509804 0 0 0 0 1 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
39
|
+
</filter>
|
|
40
|
+
</defs>
|
|
41
|
+
<g id="动态" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
42
|
+
<g id="动态-版本二(一级导航变菜单栏)" transform="translate(-20.000000, -646.000000)">
|
|
43
|
+
<g id="编组-9" transform="translate(20.000000, 646.000000)">
|
|
44
|
+
<g id="椭圆形">
|
|
45
|
+
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
|
|
46
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
|
47
|
+
</g>
|
|
48
|
+
<g id="shitu备份" filter="url(#filter-4)" transform="translate(14.000000, 14.000000)">
|
|
49
|
+
<g id="形状结合">
|
|
50
|
+
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-5"></use>
|
|
51
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
|
|
52
|
+
</g>
|
|
53
|
+
<g id="椭圆形">
|
|
54
|
+
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
|
|
55
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
|
|
56
|
+
</g>
|
|
57
|
+
<path d="M19.8409091,16.5894886 C20.2080529,16.5894886 20.5056818,16.8871175 20.5056818,17.2542614 L20.5048182,18.5834886 L21.8352273,18.5838068 C22.2023711,18.5838068 22.5,18.8814357 22.5,19.2485795 C22.5,19.6157234 22.2023711,19.9133523 21.8352273,19.9133523 L20.5048182,19.9124886 L20.5056818,21.2428977 C20.5056818,21.6100416 20.2080529,21.9076705 19.8409091,21.9076705 C19.4737653,21.9076705 19.1761364,21.6100416 19.1761364,21.2428977 L19.1758182,19.9124886 L17.8465909,19.9133523 C17.4794471,19.9133523 17.1818182,19.6157234 17.1818182,19.2485795 C17.1818182,18.8814357 17.4794471,18.5838068 17.8465909,18.5838068 L19.1758182,18.5834886 L19.1761364,17.2542614 C19.1761364,16.8871175 19.4737653,16.5894886 19.8409091,16.5894886 Z" id="形状结合" fill="#2879FF"></path>
|
|
58
|
+
</g>
|
|
59
|
+
</g>
|
|
60
|
+
</g>
|
|
61
|
+
</g>
|
|
62
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.titaui-invite-people {
|
|
2
2
|
width: 42px;
|
|
3
3
|
height: 42px;
|
|
4
|
-
background: url("./img/invite-people.
|
|
4
|
+
background: url("./img/invite-people.svg") no-repeat;
|
|
5
5
|
background-size: 42px;
|
|
6
6
|
box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
|
|
7
7
|
cursor: pointer;
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
11
|
|
|
12
|
-
var _default = /*#__PURE__*/_react["default"].createContext({
|
|
12
|
+
var _default = /*#__PURE__*/_react["default"].createContext({
|
|
13
|
+
popContainer: document.body
|
|
14
|
+
});
|
|
13
15
|
|
|
14
16
|
exports["default"] = _default;
|
|
@@ -15,6 +15,8 @@ var _MblogContent = _interopRequireDefault(require("./components/MblogContent"))
|
|
|
15
15
|
|
|
16
16
|
var _MblogAction = _interopRequireDefault(require("./components/MblogAction"));
|
|
17
17
|
|
|
18
|
+
var _avatar = _interopRequireDefault(require("../avatar"));
|
|
19
|
+
|
|
18
20
|
var _bsGlobal = require("../../utils/bs-global");
|
|
19
21
|
|
|
20
22
|
var _index = require("./common/index");
|
|
@@ -25,6 +27,8 @@ var _platform = require("../../utils/platform");
|
|
|
25
27
|
|
|
26
28
|
var _getLocale = require("../../utils/getLocale");
|
|
27
29
|
|
|
30
|
+
require("./index.css");
|
|
31
|
+
|
|
28
32
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
33
|
|
|
30
34
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -51,6 +55,8 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
51
55
|
|
|
52
56
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
53
57
|
|
|
58
|
+
var prefix = 'titaui-mblog';
|
|
59
|
+
|
|
54
60
|
var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
55
61
|
_inherits(MBlog, _PureComponent);
|
|
56
62
|
|
|
@@ -163,17 +169,23 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
163
169
|
};
|
|
164
170
|
|
|
165
171
|
_this.handlerDealAttachemntData = function (uploadSuccessFilesPath) {
|
|
172
|
+
var _this$refs$textEditor2;
|
|
173
|
+
|
|
166
174
|
var successFilesPath = uploadSuccessFilesPath.filter(function (item) {
|
|
167
175
|
return item !== "";
|
|
168
176
|
});
|
|
169
177
|
var successFilesPathLen = successFilesPath.length; // @ts-ignore
|
|
170
178
|
|
|
171
|
-
var
|
|
179
|
+
var _this$refs$textEditor = (_this$refs$textEditor2 = _this.refs.textEditor) === null || _this$refs$textEditor2 === void 0 ? void 0 : _this$refs$textEditor2.refs,
|
|
180
|
+
textareaInput = _this$refs$textEditor.textareaInput;
|
|
181
|
+
|
|
172
182
|
var textareaValue = _this.state.textareaValue; // textareaValue = dealWithLoadedFileTips(textareaValue, successFilesPathLen); // 更新输入框内容
|
|
173
183
|
|
|
174
184
|
localStorage.setItem(_this.state.localStroageKey, textareaValue); // 将输入框内容进行本地缓存
|
|
175
185
|
|
|
176
|
-
textareaInput
|
|
186
|
+
if (textareaInput) {
|
|
187
|
+
textareaInput.focus();
|
|
188
|
+
}
|
|
177
189
|
|
|
178
190
|
_this.setState({
|
|
179
191
|
textareaValue: textareaValue,
|
|
@@ -186,9 +198,12 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
186
198
|
_this.focus = function () {
|
|
187
199
|
// @ts-ignore
|
|
188
200
|
var textareaInput = _this.refs.textEditor.refs.textareaInput;
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
201
|
+
|
|
202
|
+
if (textareaInput) {
|
|
203
|
+
setTimeout(function () {
|
|
204
|
+
textareaInput.focus();
|
|
205
|
+
}, 300);
|
|
206
|
+
}
|
|
192
207
|
};
|
|
193
208
|
|
|
194
209
|
_this.allowSubmit = function (content) {
|
|
@@ -235,6 +250,11 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
235
250
|
// 取消
|
|
236
251
|
_this.props.onMblogSubmit(submitType);
|
|
237
252
|
}
|
|
253
|
+
|
|
254
|
+
_this.setState({
|
|
255
|
+
textareaValue: '',
|
|
256
|
+
uploadSuccessFilesPath: []
|
|
257
|
+
});
|
|
238
258
|
};
|
|
239
259
|
|
|
240
260
|
_this._dropHandler = function (event) {
|
|
@@ -398,7 +418,8 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
398
418
|
_this$props3$submitTe = _this$props3.submitText,
|
|
399
419
|
submitText = _this$props3$submitTe === void 0 ? (0, _getLocale.getLocale)("Mod_Publish") : _this$props3$submitTe,
|
|
400
420
|
setTextareaRef = _this$props3.setTextareaRef,
|
|
401
|
-
disableRangeSelect = _this$props3.disableRangeSelect
|
|
421
|
+
disableRangeSelect = _this$props3.disableRangeSelect,
|
|
422
|
+
showUser = _this$props3.showUser;
|
|
402
423
|
var _this$state2 = this.state,
|
|
403
424
|
localStroageKey = _this$state2.localStroageKey,
|
|
404
425
|
visibility = _this$state2.visibility,
|
|
@@ -411,7 +432,21 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
411
432
|
isAtAll = _this$state2.isAtAll;
|
|
412
433
|
var fSize = (0, _bsGlobal.getUploadMaxSize)();
|
|
413
434
|
var fTip = attachmentTipText || (0, _getLocale.getLocale)("OKR_MyO_KRP_Draganddropu").replace("50MB", "".concat(fSize, "MB"));
|
|
414
|
-
|
|
435
|
+
var user = (0, _bsGlobal.getUserInfo)();
|
|
436
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
437
|
+
className: prefix
|
|
438
|
+
}, showUser && /*#__PURE__*/_react["default"].createElement("div", {
|
|
439
|
+
className: "".concat(prefix, "__avatar")
|
|
440
|
+
}, /*#__PURE__*/_react["default"].createElement(_avatar["default"], {
|
|
441
|
+
size: {
|
|
442
|
+
width: 28,
|
|
443
|
+
textNum: 1,
|
|
444
|
+
fontSize: 14
|
|
445
|
+
},
|
|
446
|
+
name: user.Name,
|
|
447
|
+
color: user.UserAvatar.Color,
|
|
448
|
+
src: user.UserAvatar.Medium
|
|
449
|
+
})), /*#__PURE__*/_react["default"].createElement(_style.MBlogBox, {
|
|
415
450
|
className: className,
|
|
416
451
|
ref: "mblogbox",
|
|
417
452
|
onDrop: this._dropHandler,
|
|
@@ -490,7 +525,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
490
525
|
id: this.previewid
|
|
491
526
|
}), !(0, _platform.isPlatform)("wx") && isShowDragMask && /*#__PURE__*/_react["default"].createElement(_style.DragEffect, {
|
|
492
527
|
className: "tu-icon-inbox-upload"
|
|
493
|
-
}));
|
|
528
|
+
})));
|
|
494
529
|
}
|
|
495
530
|
}]);
|
|
496
531
|
|
|
@@ -531,5 +566,6 @@ MBlog.defaultProps = {
|
|
|
531
566
|
// 1公开,2私密 3部门
|
|
532
567
|
isShowRangeDropDown: true,
|
|
533
568
|
isShowBtnCancel: true,
|
|
534
|
-
submitStatus: 0
|
|
569
|
+
submitStatus: 0,
|
|
570
|
+
showUser: false
|
|
535
571
|
};
|