@titaui/pc 1.11.27-beta.8 → 1.11.29
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/lib/components/avatar/name-avatar/index.css +0 -1
- package/lib/components/avatar/name-avatar/index.js +13 -22
- package/lib/components/avatar/text-avatar/index.css +7 -0
- package/lib/components/avatar/text-avatar/index.js +32 -7
- package/lib/components/button/icon-btn/index.js +17 -8
- package/lib/components/button/rect-btn/index.css +11 -45
- package/lib/components/button/rect-btn/index.js +13 -19
- package/lib/components/change-okr-modal/Item.js +14 -14
- package/lib/components/change-okr-modal/index.js +1 -2
- package/lib/components/create-okr-modal/index.js +1 -3
- package/lib/components/create-okr-modal/request-api.js +1 -1
- package/lib/components/dialog-confirm/index.css +2 -2
- package/lib/components/drawer/headerAction.js +1 -5
- package/lib/components/drawer/headerDrop.js +4 -42
- package/lib/components/drawer/index.css +0 -33
- package/lib/components/drawer/index.js +3 -26
- package/lib/components/drop-selector/index.js +25 -10
- package/lib/components/dynamic/advertise/components/next-btn/index.css +27 -0
- package/lib/components/dynamic/advertise/components/next-btn/index.js +32 -0
- package/lib/components/dynamic/advertise/components/pre-btn/index.css +26 -0
- package/lib/components/dynamic/advertise/components/pre-btn/index.js +32 -0
- package/lib/components/dynamic/advertise/index.css +21 -0
- package/lib/components/dynamic/advertise/index.js +126 -0
- package/lib/components/dynamic/advertise/interface.js +5 -0
- package/lib/components/dynamic/advertise/util.js +28 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.css +81 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.js +203 -0
- package/lib/components/dynamic/components/first-level-tabs/index.css +101 -0
- package/lib/components/dynamic/components/first-level-tabs/index.js +131 -0
- package/lib/components/dynamic/constant.js +33 -32
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -5
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +13 -13
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/index.js +50 -32
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +23 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +146 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.js +180 -0
- package/lib/components/dynamic/dynamic-like-ranking/item.js +105 -0
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +84 -0
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +30 -0
- package/lib/components/dynamic/dynamic-liking/index.css +81 -0
- package/lib/{pages/new-okr-list/header/operate-record.js → components/dynamic/dynamic-liking/index.js} +39 -91
- package/lib/components/dynamic/dynamic-liking/item.js +75 -0
- package/lib/components/dynamic/dynamic-liking/mock.js +83 -0
- package/lib/components/dynamic/dynamic-list/index.js +7 -15
- package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +16 -0
- package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +30 -0
- package/lib/components/dynamic/dynamic-topping/index.css +141 -0
- package/lib/components/dynamic/dynamic-topping/index.js +82 -0
- package/lib/components/dynamic/dynamic-topping/interface.js +5 -0
- package/lib/components/dynamic/dynamic-topping/item.js +153 -0
- package/lib/components/dynamic/dynamic-topping/request-api.js +36 -0
- package/lib/components/dynamic/dynamic.css +173 -0
- package/lib/components/dynamic/dynamic.js +428 -0
- package/lib/components/dynamic/export-module/index.js +37 -0
- package/lib/components/dynamic/img/dynamic-top.svg +14 -0
- package/lib/components/dynamic/index.js +12 -9
- package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
- package/lib/components/dynamic/my-team/img/line.png +0 -0
- package/lib/components/dynamic/my-team/img/team.png +0 -0
- package/lib/components/dynamic/my-team/index.css +184 -0
- package/lib/components/dynamic/my-team/index.js +263 -0
- package/lib/components/dynamic/my-team/request-api.js +52 -0
- package/lib/components/dynamic/my-team/util.js +20 -0
- package/lib/components/dynamic/new-ui.css +192 -0
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +58 -0
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +68 -0
- package/lib/components/dynamic/online-broadcast/data.js +77 -0
- package/lib/components/dynamic/online-broadcast/img/broadcast.svg +14 -0
- package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
- package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
- package/lib/components/dynamic/online-broadcast/index.css +46 -0
- package/lib/components/dynamic/online-broadcast/index.js +61 -0
- package/lib/components/dynamic/online-broadcast/interfact.js +5 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +44 -0
- package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +51 -0
- package/lib/components/dynamic/quick-operation/index.js +120 -0
- package/lib/components/dynamic/request-api.js +68 -7
- package/lib/components/e-priority/index.js +8 -8
- package/lib/components/eReport/eReportShare/index.js +11 -11
- package/lib/components/form/form-fields/date/index.css +24 -0
- package/lib/components/form/form-fields/date/index.js +102 -0
- package/lib/components/form/form-fields/input/index.js +10 -10
- package/lib/components/form/form-fields/user/index.css +23 -3
- package/lib/components/form/form-fields/user/index.js +18 -8
- package/lib/components/form/form-fields/user/user-input.js +15 -6
- package/lib/components/form/index.js +10 -3
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +5 -5
- package/lib/components/icon-button-list/index.js +3 -3
- package/lib/components/img-viewer/index.css +3 -3
- package/lib/components/img-viewer/index.js +11 -11
- package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
- package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
- package/lib/components/menus/components/menu-tree/index.css +4 -2
- package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
- package/lib/components/menus/export-modules/interview-menus/constant.js +30 -0
- package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +63 -0
- package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
- package/lib/components/menus/export-modules/interview-menus/index.js +128 -0
- package/lib/components/menus/index.js +11 -5
- package/lib/components/nav-top/components/menu/index.js +14 -14
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
- package/lib/components/nav-top/components/user-message/constant.js +1 -0
- package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
- package/lib/components/nav-top/components/user-message/index.js +23 -20
- package/lib/components/nav-top/index.js +4 -8
- package/lib/components/nav-top/request.apis.js +3 -1
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +4 -20
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +1 -9
- package/lib/components/okr-detail/components/header/index.js +3 -10
- package/lib/components/okr-detail/components/header/o-name.js +3 -10
- package/lib/components/okr-detail/components/o-classify.js +1 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +10 -14
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +10 -0
- package/lib/components/okr-detail/detail-header/actions.js +23 -23
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +43 -98
- package/lib/components/okr-detail/detail-header/delete-confirm/style.js +38 -0
- package/lib/components/okr-detail/detail-header/index.css +0 -11
- package/lib/components/okr-detail/detail-header/index.js +234 -228
- package/lib/components/okr-detail/index.js +21 -40
- package/lib/components/okr-detail/okr-list/index.js +8 -11
- package/lib/components/okr-detail/request-apis.js +4 -10
- package/lib/components/okr-flow/child-node/index.css +6 -6
- package/lib/components/okr-flow/child-node/work-node.js +21 -21
- package/lib/components/okr-flow/export-modal/index.js +33 -19
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +14 -14
- package/lib/components/okr-flow/okr-map/index.js +5 -5
- package/lib/components/okr-flow/request-apis.js +4 -4
- package/lib/components/okr-flow/root-node/index.js +25 -24
- package/lib/components/okr-flow/utils/index.js +5 -5
- package/lib/components/okr-flow/utils/tree-handler.js +17 -17
- package/lib/components/okr-period-selector/index.js +5 -9
- package/lib/components/okr-period-selector/select-cycle.js +19 -23
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +30 -30
- package/lib/components/operation-records/index.js +1 -1
- package/lib/components/operation-records/style.js +1 -1
- package/lib/components/pagination/index.css +3 -3
- package/lib/components/pagination/select.css +58 -23
- package/lib/components/period-selector/index.css +3 -3
- package/lib/components/period-selector/index.js +11 -11
- package/lib/components/picker/components/panels/date-panel/date-body.js +118 -0
- package/lib/components/picker/components/panels/date-panel/date-head.js +87 -0
- package/lib/components/picker/components/panels/date-panel/index.css +14 -0
- package/lib/components/picker/components/panels/date-panel/index.js +49 -0
- package/lib/components/picker/components/panels/month-panel/index.css +27 -0
- package/lib/components/picker/components/panels/month-panel/index.js +63 -0
- package/lib/components/picker/components/panels/month-panel/month-body.js +89 -0
- package/lib/components/picker/components/panels/month-panel/month-head.js +47 -0
- package/lib/components/picker/components/panels/panel-body/index.js +53 -0
- package/lib/components/picker/components/panels/panel-head/index.js +48 -0
- package/lib/components/picker/components/panels/year-panel/index.css +23 -0
- package/lib/components/picker/components/panels/year-panel/index.js +65 -0
- package/lib/components/picker/components/panels/year-panel/year-body.js +92 -0
- package/lib/components/picker/components/panels/year-panel/year-head.js +35 -0
- package/lib/components/picker/components/picker-trigger/index.css +57 -0
- package/lib/components/picker/components/picker-trigger/index.js +94 -0
- package/lib/components/picker/context.js +15 -0
- package/lib/components/picker/index.css +121 -0
- package/lib/components/picker/index.js +13 -0
- package/lib/components/picker/picker-panels.js +182 -0
- package/lib/components/picker/picker.js +132 -0
- package/lib/components/picker/type.js +5 -0
- package/lib/components/picker/utils.js +28 -0
- package/lib/components/popup/index.js +4 -4
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -16
- package/lib/components/radio/index.css +9 -9
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/superset-charts/utils/axios.js +5 -5
- package/lib/components/survey-model/index.css +18 -18
- package/lib/components/survey-model/instance.js +1 -1
- package/lib/components/task-relation-modal/request-api.js +1 -2
- package/lib/components/task-tree/helper.js +61 -0
- package/lib/components/task-tree/images/P1.svg +15 -0
- package/lib/components/task-tree/images/P2.svg +15 -0
- package/lib/components/task-tree/images/P3.svg +15 -0
- package/lib/components/task-tree/images/P4.svg +15 -0
- package/lib/components/task-tree/images/P5.svg +15 -0
- package/lib/components/task-tree/images/arrow.svg +9 -0
- package/lib/components/task-tree/images/empty-131.png +0 -0
- package/lib/components/task-tree/images/followed.svg +33 -0
- package/lib/components/task-tree/images/nice.svg +108 -0
- package/lib/components/task-tree/images/struc12.png +0 -0
- package/lib/components/task-tree/images/struc2.png +0 -0
- package/lib/components/task-tree/images/xialat-s.svg +13 -0
- package/lib/components/task-tree/index.js +22 -0
- package/lib/components/task-tree/mock.js +944 -0
- package/lib/components/task-tree/precls.js +8 -0
- package/lib/components/task-tree/request-apis.js +88 -0
- package/lib/components/task-tree/task-item-node/constant.js +45 -0
- package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
- package/lib/components/task-tree/task-item-node/e-project.js +212 -0
- package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
- package/lib/components/task-tree/task-item-node/e-task.js +426 -0
- package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
- package/lib/components/task-tree/task-item-node/index.css +289 -0
- package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
- package/lib/components/task-tree/task-tree.css +16 -0
- package/lib/components/task-tree/task-tree.js +49 -0
- package/lib/components/time-picker/index.css +123 -0
- package/lib/components/time-picker/index.js +13 -0
- package/lib/components/time-picker/time-picker-selector.js +138 -0
- package/lib/components/time-picker/time-picker.js +336 -0
- package/lib/components/time-picker/timer-picker-input.js +96 -0
- package/lib/components/time-picker/utils.js +52 -0
- package/lib/components/toast/index.js +3 -5
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
- package/lib/components-v1/radio/radio.js +3 -3
- package/lib/components-v1/radio/style/index.css +8 -8
- package/lib/index.js +0 -40
- package/lib/pages/aha2021/index.js +5 -1
- package/lib/pages/new-okr-list/header/index.css +0 -45
- package/lib/pages/new-okr-list/header/index.js +16 -38
- package/lib/pages/new-okr-list/index.js +1 -3
- package/lib/pages/new-okr-list/list/index.js +2 -19
- package/lib/pages/new-okr-list/request-api.js +2 -8
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +24 -24
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +31 -31
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +2 -2
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +11 -11
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +8 -8
- package/lib/pages/okr-map/number-select/index.js +2 -2
- package/lib/pages/okr-map/unsupport-ie/index.js +5 -3
- package/lib/utils/auth.js +6 -6
- package/lib/utils/bs-global.js +12 -12
- package/lib/utils/format-time.js +1 -8
- package/lib/utils/hooks.js +72 -0
- package/lib/utils/open-data.js +27 -31
- package/package.json +6 -3
- package/.eslintignore +0 -3
- package/.eslintrc.js +0 -223
- package/.husky/pre-commit +0 -4
- package/.prettierignore +0 -31
- package/.prettierrc.js +0 -90
- package/.vscode/settings.json +0 -5
- package/lib/components/okr-detail/detail-header/constant.js +0 -53
- package/lib/components/okr-detail/detail-header/delete-confirm/index.css +0 -55
- package/lib/components/okr-detail/helper.js +0 -108
- package/lib/components/textarea/index.css +0 -142
- package/lib/components/textarea/index.js +0 -259
- package/lib/pages/new-okr-list/header/common.js +0 -52
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>左引号</title>
|
|
4
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="绩效考核/@与回复/打赏" transform="translate(-1082.000000, -369.000000)" fill-rule="nonzero">
|
|
6
|
+
<g id="动态" transform="translate(1066.000000, 264.000000)">
|
|
7
|
+
<g id="编组-24" transform="translate(16.000000, 63.000000)">
|
|
8
|
+
<g id="左引号" transform="translate(0.000000, 42.000000)">
|
|
9
|
+
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="12" height="12"></rect>
|
|
10
|
+
<path d="M6.76133333,6.50266666 C6.76133333,2.67 9.95566666,0.408333328 12,0 L12,2.26166667 C10.882,2.60733334 9.54033333,4.36633334 9.47666667,6.28266667 L12,6.28266667 L12,8.66666667 C12,10.5076667 10.5076667,12 8.66666667,12 L6.76133333,12 L6.76133333,6.50266666 Z M0,6.50266666 C0,2.67 3.19433333,0.408333328 5.23866667,0 L5.23866667,2.26166667 C4.12066666,2.60733334 2.779,4.36633334 2.71533333,6.28266667 L5.20666666,6.28266667 L5.20666666,8.66666667 C5.20666666,10.5076667 3.71433333,12 1.87333334,12 L0,12 L0,6.50266666 Z" id="形状" fill="#CCDFFF"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>置顶动态</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<circle id="path-1" cx="4.16666667" cy="4.16666667" r="4.16666667"></circle>
|
|
6
|
+
<filter x="-21.4%" y="-89.9%" width="142.9%" height="279.8%" filterUnits="objectBoundingBox" id="filter-3">
|
|
7
|
+
<feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
|
|
8
|
+
</filter>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="绩效考核/@与回复/打赏" transform="translate(-1082.000000, -278.000000)">
|
|
12
|
+
<g id="动态" transform="translate(1066.000000, 264.000000)">
|
|
13
|
+
<g id="置顶动态" transform="translate(16.000000, 14.000000)">
|
|
14
|
+
<circle id="椭圆形" fill="#5C8EFF" cx="10" cy="10" r="10"></circle>
|
|
15
|
+
<g id="编组-22" transform="translate(3.213090, 6.000000)">
|
|
16
|
+
<g id="形状结合" transform="translate(2.786910, 0.000000)">
|
|
17
|
+
<mask id="mask-2" fill="white">
|
|
18
|
+
<use xlink:href="#path-1"></use>
|
|
19
|
+
</mask>
|
|
20
|
+
<use id="蒙版" fill="#FFFFFF" xlink:href="#path-1"></use>
|
|
21
|
+
<path d="M10.2801853,3.1428106 C10.8347673,3.46511621 11.1504539,3.83580442 11.1504539,4.23019237 C11.1504539,5.47283306 8.01644712,6.48019237 4.15045387,6.48019237 C0.284460621,6.48019237 -2.84954613,5.47283306 -2.84954613,4.23019237 C-2.84954613,4.22851539 -2.84954042,4.22683884 -2.84952901,4.22516273 L-1.2577765,4.5010035 C-0.785172265,5.18948386 1.45644516,5.7109616 4.15045387,5.7109616 C7.1793128,5.7109616 9.636332,5.05179396 9.65039321,4.23722128 Z" fill="#2879FF" filter="url(#filter-3)" mask="url(#mask-2)" transform="translate(4.150454, 4.811501) rotate(-15.000000) translate(-4.150454, -4.811501) "></path>
|
|
22
|
+
</g>
|
|
23
|
+
<path d="M13.5483912,2.43826668 C13.8700102,3.63856542 11.1035159,5.42274043 7.36925322,6.42333311 C3.6349905,7.42392579 0.347048662,7.26203205 0.0254295863,6.06173332 C-0.165835376,5.34792276 0.73504509,4.4276179 2.28211975,3.58842283 L2.28182412,4.54792105 C1.69502828,4.95952847 1.38922509,5.35593246 1.47431833,5.67350475 C1.68598216,6.46344494 4.23609808,6.46649321 7.17016165,5.68031324 C10.1042252,4.89413328 12.3111663,3.61643544 12.0995024,2.82649525 C12.0230062,2.54100753 11.6410777,2.35829814 11.0459776,2.27847735 C10.8979016,1.89023186 10.7402483,1.60445999 10.5721988,1.42051892 C12.2176585,1.40720458 13.365042,1.75399842 13.5483912,2.43826668 Z" id="形状结合" fill="#FFFFFF"></path>
|
|
24
|
+
<path d="M9.78691037,2.50417127 C9.41404232,1.78496057 8.81138292,1.23999086 8.09496376,1 L7.95280143,1.78102951 C8.42427797,1.9275763 8.82526021,2.27106798 9.08234723,2.72966003 L9.78691037,2.50417127 Z" id="路径" fill="#2879FF"></path>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
.danamic-topping {
|
|
2
|
+
margin-top: 10px;
|
|
3
|
+
width: 278px;
|
|
4
|
+
background: #ffffff;
|
|
5
|
+
box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
|
|
6
|
+
border-radius: 12px;
|
|
7
|
+
padding: 12px 16px;
|
|
8
|
+
padding-top: 16px;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.danamic-topping-header {
|
|
13
|
+
height: 24px;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
font-weight: 600;
|
|
16
|
+
color: #3f4755;
|
|
17
|
+
line-height: 24px;
|
|
18
|
+
margin-bottom: 10px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.danamic-topping-header-text {
|
|
22
|
+
margin-left: 4px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.danamic-topping-header-image {
|
|
26
|
+
width: 20px;
|
|
27
|
+
height: 20px;
|
|
28
|
+
position: relative;
|
|
29
|
+
top: -2px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.danamic-topping-item {
|
|
33
|
+
border-top: 1px solid #e9ecf0;
|
|
34
|
+
padding: 16px 0 12px 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.danamic-topping-item-header {
|
|
38
|
+
display: flex;
|
|
39
|
+
justify-content: space-between;
|
|
40
|
+
align-items: center;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.danamic-topping-item-header-left {
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.danamic-topping-item-header-left-avatar {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
width: 28px;
|
|
51
|
+
height: 28px;
|
|
52
|
+
position: relative;
|
|
53
|
+
top: -2px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.danamic-topping-item-header-left-name {
|
|
57
|
+
margin-left: 12px;
|
|
58
|
+
font-size: 12px;
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
color: #3f4755;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.danamic-topping-item-header-left-name-text {
|
|
64
|
+
line-height: 18px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.danamic-topping-item-header-left-time {
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
font-weight: 400;
|
|
70
|
+
color: #89919f;
|
|
71
|
+
line-height: 18px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.danamic-topping-item-header-right {
|
|
75
|
+
font-size: 16px;
|
|
76
|
+
width: 24px;
|
|
77
|
+
height: 24px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.danamic-topping-item-header-right-diot {
|
|
81
|
+
font-size: 16px;
|
|
82
|
+
width: 24px;
|
|
83
|
+
height: 24px;
|
|
84
|
+
display: flex;
|
|
85
|
+
align-items: center;
|
|
86
|
+
justify-content: center;
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
border-radius: 4px;
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.danamic-topping-item-header-right-diot:hover {
|
|
93
|
+
background: #f0f4fa;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.danamic-topping-item-header-right-popup {
|
|
97
|
+
width: 132px;
|
|
98
|
+
padding: 16px 0;
|
|
99
|
+
text-align: center;
|
|
100
|
+
background: #ffffff;
|
|
101
|
+
box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
|
|
102
|
+
border: 1px solid #f0f2f5;
|
|
103
|
+
position: relative;
|
|
104
|
+
border-radius: 12px;
|
|
105
|
+
right: -12px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.danamic-topping-item-header-right-popup-text {
|
|
109
|
+
height: 32px;
|
|
110
|
+
line-height: 32px;
|
|
111
|
+
cursor: pointer;
|
|
112
|
+
user-select: none;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.danamic-topping-item-header-right-popup-text:hover {
|
|
116
|
+
color: #2879ff;
|
|
117
|
+
background: #f7f8fa;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.danamic-topping-item-header-right-popup-text-zhiding {
|
|
121
|
+
font-size: 16px;
|
|
122
|
+
margin-right: 11px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.danamic-topping-item-mark {
|
|
126
|
+
display: block;
|
|
127
|
+
width: 12px;
|
|
128
|
+
height: 12px;
|
|
129
|
+
margin: 6px 0 4px 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.danamic-topping-item-content {
|
|
133
|
+
font-size: 14px;
|
|
134
|
+
font-weight: 400;
|
|
135
|
+
color: #3f4755;
|
|
136
|
+
line-height: 22px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.danamic-topping-item-content b {
|
|
140
|
+
font-weight: 400;
|
|
141
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _item = _interopRequireDefault(require("./item"));
|
|
15
|
+
|
|
16
|
+
var _requestApi = require("./request-api");
|
|
17
|
+
|
|
18
|
+
var _getLocale = require("../../../utils/getLocale");
|
|
19
|
+
|
|
20
|
+
require("./index.css");
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
+
|
|
24
|
+
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); }
|
|
25
|
+
|
|
26
|
+
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; }
|
|
27
|
+
|
|
28
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
29
|
+
|
|
30
|
+
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."); }
|
|
31
|
+
|
|
32
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
33
|
+
|
|
34
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
35
|
+
|
|
36
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
37
|
+
|
|
38
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
39
|
+
|
|
40
|
+
var preCls = "danamic-topping";
|
|
41
|
+
|
|
42
|
+
var DynamicTop = function DynamicTop() {
|
|
43
|
+
var _useState = (0, _react.useState)([]),
|
|
44
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
45
|
+
toppingData = _useState2[0],
|
|
46
|
+
setToppingData = _useState2[1];
|
|
47
|
+
|
|
48
|
+
var getData = function getData() {
|
|
49
|
+
(0, _requestApi.getDynamicTop)().then(function (res) {
|
|
50
|
+
if (res.Code === 1) {
|
|
51
|
+
setToppingData(res.Data);
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
}; // @ts-ignore
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
window.reFreshDynamicTopping = getData;
|
|
58
|
+
(0, _react.useEffect)(function () {
|
|
59
|
+
getData();
|
|
60
|
+
}, []);
|
|
61
|
+
if (!toppingData || toppingData.length === 0) return null;
|
|
62
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
63
|
+
className: (0, _classnames["default"])("".concat(preCls))
|
|
64
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
65
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header"))
|
|
66
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
67
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-image")),
|
|
68
|
+
src: require("./image/top-icon.svg")
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
70
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-text"))
|
|
71
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_Topfeeds"))), toppingData.map(function (item, index) {
|
|
72
|
+
if (index > 2) return;
|
|
73
|
+
return /*#__PURE__*/_react["default"].createElement(_item["default"], {
|
|
74
|
+
key: index,
|
|
75
|
+
refresh: getData,
|
|
76
|
+
data: item
|
|
77
|
+
});
|
|
78
|
+
}));
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
var _default = DynamicTop;
|
|
82
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _avatar = _interopRequireDefault(require("../../avatar"));
|
|
15
|
+
|
|
16
|
+
var _popup = _interopRequireDefault(require("../../popup"));
|
|
17
|
+
|
|
18
|
+
var _requestApi = require("./request-api");
|
|
19
|
+
|
|
20
|
+
var _auth = require("../../../utils/auth");
|
|
21
|
+
|
|
22
|
+
var _toast = _interopRequireDefault(require("../../toast"));
|
|
23
|
+
|
|
24
|
+
var _dangerousHtml = _interopRequireDefault(require("../../dangerous-html"));
|
|
25
|
+
|
|
26
|
+
var _getLocale = require("../../../utils/getLocale");
|
|
27
|
+
|
|
28
|
+
var _quotationMark = _interopRequireDefault(require("./image/quotation-mark.svg"));
|
|
29
|
+
|
|
30
|
+
require("./index.css");
|
|
31
|
+
|
|
32
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
33
|
+
|
|
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); }
|
|
35
|
+
|
|
36
|
+
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; }
|
|
37
|
+
|
|
38
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
39
|
+
|
|
40
|
+
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."); }
|
|
41
|
+
|
|
42
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
43
|
+
|
|
44
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
45
|
+
|
|
46
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
47
|
+
|
|
48
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
49
|
+
|
|
50
|
+
var preCls = "danamic-topping-item";
|
|
51
|
+
var dynamicManagerAuth = new _auth.DynamicManagerAuth();
|
|
52
|
+
|
|
53
|
+
var Item = function Item(_ref) {
|
|
54
|
+
var _ref$data = _ref.data,
|
|
55
|
+
data = _ref$data === void 0 ? {} : _ref$data,
|
|
56
|
+
refresh = _ref.refresh;
|
|
57
|
+
|
|
58
|
+
var _useState = (0, _react.useState)(function () {
|
|
59
|
+
if (!data) return {};
|
|
60
|
+
var publishUser = data.publishUser;
|
|
61
|
+
return {
|
|
62
|
+
name: publishUser.name,
|
|
63
|
+
avatar: publishUser.avatar,
|
|
64
|
+
userId: publishUser.userId,
|
|
65
|
+
userType: publishUser.userType
|
|
66
|
+
};
|
|
67
|
+
}),
|
|
68
|
+
_useState2 = _slicedToArray(_useState, 1),
|
|
69
|
+
user = _useState2[0];
|
|
70
|
+
|
|
71
|
+
var onHandlerCancel = function onHandlerCancel(userId) {
|
|
72
|
+
(0, _requestApi.delDynamicTop)(userId).then(function (res) {
|
|
73
|
+
if (res.Code === 1) {
|
|
74
|
+
_toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
|
|
75
|
+
|
|
76
|
+
setTimeout(function () {
|
|
77
|
+
if (refresh) {
|
|
78
|
+
refresh();
|
|
79
|
+
}
|
|
80
|
+
}, 1000);
|
|
81
|
+
} else {
|
|
82
|
+
_toast["default"].Error(res.Message);
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
var popupContent = function popupContent() {
|
|
88
|
+
var preCla = "".concat(preCls, "-header-right-popup");
|
|
89
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
90
|
+
className: (0, _classnames["default"])("".concat(preCla))
|
|
91
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
92
|
+
className: (0, _classnames["default"])("".concat(preCla, "-text")),
|
|
93
|
+
onClick: function onClick() {
|
|
94
|
+
return onHandlerCancel(data.feedId);
|
|
95
|
+
}
|
|
96
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
97
|
+
className: (0, _classnames["default"])("tu-icon-zhiding ".concat(preCla, "-text-zhiding"))
|
|
98
|
+
}), (0, _getLocale.getLocale)("OKR_MyO_Unpinned")));
|
|
99
|
+
}; // const url = getUrlForUserPage({
|
|
100
|
+
// userId: user.userId,
|
|
101
|
+
// userType: user.userType || 2,
|
|
102
|
+
// });
|
|
103
|
+
// const handleOpenUserPage = () => {
|
|
104
|
+
// window.open(url, "_blank");
|
|
105
|
+
// };
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
109
|
+
className: (0, _classnames["default"])("".concat(preCls))
|
|
110
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header"))
|
|
112
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
113
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-left"))
|
|
114
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
115
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-left-avatar")) // onClick={handleOpenUserPage}
|
|
116
|
+
|
|
117
|
+
}, /*#__PURE__*/_react["default"].createElement(_avatar["default"], {
|
|
118
|
+
size: {
|
|
119
|
+
width: 28,
|
|
120
|
+
textNum: 1,
|
|
121
|
+
fontSize: 14
|
|
122
|
+
},
|
|
123
|
+
name: user.name,
|
|
124
|
+
src: user.avatar.small,
|
|
125
|
+
color: user.avatar.color,
|
|
126
|
+
userId: user.userId
|
|
127
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
128
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-left-name"))
|
|
129
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
130
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-left-name-text")) // onClick={handleOpenUserPage}
|
|
131
|
+
|
|
132
|
+
}, data.publishUser.name), /*#__PURE__*/_react["default"].createElement("div", {
|
|
133
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-left-time"))
|
|
134
|
+
}, data.createDate))), dynamicManagerAuth.hasAuth() && /*#__PURE__*/_react["default"].createElement("div", {
|
|
135
|
+
className: (0, _classnames["default"])("".concat(preCls, "-header-right"))
|
|
136
|
+
}, /*#__PURE__*/_react["default"].createElement(_popup["default"], {
|
|
137
|
+
key: data.feedId,
|
|
138
|
+
popup: popupContent()
|
|
139
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
140
|
+
className: (0, _classnames["default"])("tu-icon-diot ".concat(preCls, "-header-right-diot"))
|
|
141
|
+
})))), /*#__PURE__*/_react["default"].createElement("img", {
|
|
142
|
+
className: (0, _classnames["default"])("".concat(preCls, "-mark")),
|
|
143
|
+
src: _quotationMark["default"],
|
|
144
|
+
alt: ""
|
|
145
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
146
|
+
className: (0, _classnames["default"])("".concat(preCls, "-content"))
|
|
147
|
+
}, /*#__PURE__*/_react["default"].createElement(_dangerousHtml["default"], {
|
|
148
|
+
htmlText: data.content
|
|
149
|
+
})));
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
var _default = Item;
|
|
153
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getDynamicTop = exports.delDynamicTop = void 0;
|
|
7
|
+
|
|
8
|
+
var _axios = _interopRequireDefault(require("axios"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
|
|
12
|
+
// import { translateDepartsToTreeNode, translateUsersToTreeNode } from './utils';
|
|
13
|
+
// import { getSource } from '../../utils/open-data';
|
|
14
|
+
var tenantId = BSGlobal && BSGlobal.tenantInfo.Id || 0;
|
|
15
|
+
var userId = BSGlobal && BSGlobal.loginUserInfo.Id || 0;
|
|
16
|
+
|
|
17
|
+
var requestDomain = function requestDomain() {
|
|
18
|
+
if (!window.location.hostname.match(/dev/)) return "";
|
|
19
|
+
return "".concat(location.protocol, "//www.tita.gift");
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var getDynamicTop = function getDynamicTop() {
|
|
23
|
+
return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/user/feednew/GetTopnew?count=3")).then(function (res) {
|
|
24
|
+
return res.data;
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
exports.getDynamicTop = getDynamicTop;
|
|
29
|
+
|
|
30
|
+
var delDynamicTop = function delDynamicTop(feedId) {
|
|
31
|
+
return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/user/feednew/cancelTop?feedId=").concat(feedId)).then(function (res) {
|
|
32
|
+
return res.data;
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
exports.delDynamicTop = delDynamicTop;
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
.titaui-dynamic {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
font-family: -apple-system, Arial, Verdana, Helvetica Neue, Helvetica, sans-serif, PingFang SC, Microsoft YaHei;
|
|
6
|
+
min-width: 970px;
|
|
7
|
+
height: 100%;
|
|
8
|
+
margin-right: -12px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.titaui-dynamic__header {
|
|
12
|
+
position: absolute;
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
height: 68px;
|
|
16
|
+
background: #ffffff;
|
|
17
|
+
box-shadow: 0px 0px 8px 0px #e9ecf0;
|
|
18
|
+
padding: 0 24px;
|
|
19
|
+
width: calc(100% - 14px);
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
z-index: 3;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.titaui-dynamic__header--content-scroll {
|
|
25
|
+
background: rgba(255, 255, 255, 0.88);
|
|
26
|
+
backdrop-filter: blur(4px);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.titaui-dynamic__header-search {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.titaui-dynamic__header-tabs {
|
|
35
|
+
display: flex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.titaui-dynamic__content {
|
|
39
|
+
position: relative;
|
|
40
|
+
display: flex;
|
|
41
|
+
flex: 1;
|
|
42
|
+
overflow: auto;
|
|
43
|
+
overflow: overlay;
|
|
44
|
+
padding: 88px 22px 0 20px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.titaui-dynamic__content-left {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
width: calc(100% - 288px);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.titaui-dynamic__content-left-tabs {
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
min-height: 48px;
|
|
57
|
+
max-height: 48px;
|
|
58
|
+
background: #ffffff;
|
|
59
|
+
box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
|
|
60
|
+
border-radius: 12px;
|
|
61
|
+
padding-left: 20px;
|
|
62
|
+
margin-bottom: 10px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.titaui-dynamic__content-left-tab {
|
|
66
|
+
display: inline-flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
height: 30px;
|
|
69
|
+
padding: 4px 12px;
|
|
70
|
+
background: #ffffff;
|
|
71
|
+
border-radius: 15px;
|
|
72
|
+
font-size: 14px;
|
|
73
|
+
color: #3f4755;
|
|
74
|
+
line-height: 22px;
|
|
75
|
+
box-sizing: border-box;
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
white-space: nowrap;
|
|
78
|
+
word-break: keep-all;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
text-overflow: ellipsis;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.titaui-dynamic__content-left-tab--active {
|
|
84
|
+
background: rgba(40, 121, 255, 0.1);
|
|
85
|
+
color: #2879ff;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.titaui-dynamic__content-left-loading {
|
|
89
|
+
margin: 0 auto;
|
|
90
|
+
background-image: url("./img/dynamic-loading.gif");
|
|
91
|
+
background-repeat: no-repeat;
|
|
92
|
+
background-size: 100px 40px;
|
|
93
|
+
padding-bottom: 60px;
|
|
94
|
+
width: 100px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.titaui-dynamic__content-right {
|
|
98
|
+
margin-left: 10px;
|
|
99
|
+
background: #f0f4fa;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.titaui-dynamic__loading {
|
|
103
|
+
position: absolute;
|
|
104
|
+
width: 100%;
|
|
105
|
+
height: 100%;
|
|
106
|
+
z-index: 4;
|
|
107
|
+
background: #f0f4fa;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.titaui-dynamic__loading-img {
|
|
111
|
+
width: 100px;
|
|
112
|
+
position: relative;
|
|
113
|
+
top: 50%;
|
|
114
|
+
left: 50%;
|
|
115
|
+
transform: translate(-50%, -50%);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.titaui-dynamic__empty-loading-block {
|
|
119
|
+
height: 160px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.titaui-dynamic__no-more-data {
|
|
123
|
+
display: flex;
|
|
124
|
+
justify-content: center;
|
|
125
|
+
align-items: center;
|
|
126
|
+
padding-bottom: 20px;
|
|
127
|
+
font-size: 14px;
|
|
128
|
+
color: #6f7886;
|
|
129
|
+
line-height: 22px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.titaui-dynamic__no-more-data::before {
|
|
133
|
+
content: "";
|
|
134
|
+
display: inline-block;
|
|
135
|
+
margin-right: 12px;
|
|
136
|
+
width: 192px;
|
|
137
|
+
height: 2px;
|
|
138
|
+
background: linear-gradient(90deg, #f0f4fa 0%, #b8c3d5 100%);
|
|
139
|
+
border-radius: 1px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.titaui-dynamic__no-more-data::after {
|
|
143
|
+
content: "";
|
|
144
|
+
display: inline-block;
|
|
145
|
+
margin-left: 12px;
|
|
146
|
+
width: 192px;
|
|
147
|
+
height: 2px;
|
|
148
|
+
background: linear-gradient(90deg, #b8c3d5 0%, #f0f4fa 100%);
|
|
149
|
+
border-radius: 1px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.titaui-dynamic__go-to-top {
|
|
153
|
+
position: fixed;
|
|
154
|
+
bottom: 128px;
|
|
155
|
+
right: 24px;
|
|
156
|
+
display: flex;
|
|
157
|
+
align-items: center;
|
|
158
|
+
justify-content: center;
|
|
159
|
+
width: 42px;
|
|
160
|
+
height: 42px;
|
|
161
|
+
background: rgba(255, 255, 255, 0.86);
|
|
162
|
+
box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
|
|
163
|
+
border-radius: 50%;
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
z-index: 1;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.titaui-dynamic__go-to-top-img {
|
|
169
|
+
display: inline-block;
|
|
170
|
+
width: 24px;
|
|
171
|
+
height: 24px;
|
|
172
|
+
background: url("./img/dynamic-top.svg") no-repeat;
|
|
173
|
+
}
|