@titaui/pc 1.11.4-1 → 1.11.4-12
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/text-avatar/index.css +7 -0
- package/lib/components/avatar/text-avatar/index.js +32 -7
- package/lib/components/button/rect-btn/index.js +7 -7
- package/lib/components/change-okr-modal/Item.js +15 -15
- package/lib/components/communication/index.js +30 -29
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/drawer/index.js +7 -6
- package/lib/components/dynamic/constant.js +13 -6
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +243 -0
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +6 -2
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +22 -7
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +6 -7
- package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +19 -7
- 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/{es/pages/group-management/page-view/loading → lib/components/dynamic/dynamic-item/dynamic-interview-share}/index.js +40 -11
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +14 -14
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/index.js +34 -13
- package/lib/components/dynamic/dynamic-list/index.js +5 -13
- package/lib/components/e-priority/index.js +18 -12
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/eReport/eReportShare/index.js +11 -11
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/file-list/components/single-file/index.js +11 -11
- package/lib/components/form/form-fields/date/index.js +15 -11
- package/lib/components/form/form-fields/input/index.js +10 -10
- package/lib/components/form/form-fields/user/index.css +22 -2
- 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/icon-button-list/index.css +2 -57
- package/lib/components/icon-button-list/index.js +10 -7
- package/lib/components/img-viewer/index.css +10 -3
- package/lib/components/img-viewer/index.js +57 -18
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/mblog/index.js +31 -30
- 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 +12 -12
- package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
- package/lib/components/menus/export-modules/interview-menus/index.js +4 -2
- 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/request.apis.js +3 -1
- 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/kr-score-editor/edit-pop.js +3 -3
- package/lib/components/okr-detail/detail-header/actions.js +62 -66
- package/lib/components/okr-detail/detail-header/index.css +2 -2
- package/lib/components/okr-detail/detail-header/index.js +205 -194
- package/lib/components/okr-detail/index.js +21 -19
- package/lib/components/okr-flow/child-node/index.css +67 -21
- package/lib/components/okr-flow/child-node/work-node.js +61 -24
- package/lib/components/okr-flow/empty/index.css +8 -1
- package/lib/components/okr-flow/export-modal/index.js +42 -18
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.css +3 -1
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +30 -24
- package/lib/components/okr-flow/images/loading-light.gif +0 -0
- package/lib/components/okr-flow/okr-map/index.js +43 -22
- package/lib/components/okr-flow/request-apis.js +15 -8
- package/lib/components/okr-flow/root-node/index.css +2 -2
- package/lib/components/okr-flow/root-node/index.js +26 -25
- package/lib/components/okr-flow/utils/index.js +45 -29
- package/lib/components/okr-flow/utils/tree-handler.js +29 -18
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okrcase-library/index.css +6 -4
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +36 -30
- package/lib/components/pagination/index.css +3 -3
- package/lib/components/pagination/select.css +58 -23
- package/lib/components/period-selector/index.css +9 -3
- package/lib/components/period-selector/index.js +14 -11
- package/lib/components/picker/components/panels/date-panel/date-body.js +21 -19
- package/lib/components/picker/components/panels/date-panel/date-head.js +29 -8
- package/lib/components/picker/components/panels/month-panel/month-body.js +6 -4
- package/lib/components/picker/components/picker-trigger/index.css +15 -0
- package/lib/components/picker/components/picker-trigger/index.js +8 -8
- package/lib/components/popup/index.js +4 -4
- package/lib/components/radio/index.css +9 -9
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/rich-editor/models/schema.js +6 -6
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
- package/lib/components/rich-editor/plugins/core/index.js +4 -4
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
- package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
- package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
- package/lib/components/rich-editor/react/uiProvider.js +3 -3
- package/lib/components/rich-editor/ui/Popup/index.js +3 -3
- package/lib/components/scroll-container/index.js +423 -0
- package/lib/components/scroll-container/style.css +35 -0
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/select/Option.js +3 -3
- package/lib/components/superset-charts/components/chart/index.js +1 -1
- package/lib/components/superset-charts/utils/axios.js +5 -13
- package/{es/pages/group-management/page-view/group-empty.js → lib/components/survey-model/contact.js} +54 -27
- package/lib/components/survey-model/index.css +141 -0
- package/lib/components/survey-model/index.js +265 -0
- package/lib/components/survey-model/instance.js +86 -0
- package/lib/components/survey-model/request-api.js +80 -0
- 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/{es/components/okr-detail/e-list → lib/components/task-tree}/precls.js +1 -1
- package/lib/components/task-tree/request-apis.js +88 -0
- package/lib/components/task-tree/task-item-node/constant.js +45 -0
- package/{es/components/okr-detail/components/okr-tree/tree-node/default-node.js → lib/components/task-tree/task-item-node/e-empty.js} +13 -6
- package/{es/components/okr-detail/components/okr-tree/tree-node/e-node → lib/components/task-tree/task-item-node}/e-project.js +63 -51
- package/{es/components/e-status-dropdown/index.js → lib/components/task-tree/task-item-node/e-status-dropdown.js} +13 -13
- package/{es/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js → lib/components/task-tree/task-item-node/e-task.js} +138 -124
- package/{es/components/okr-detail/components/okr-tree/tree-node → lib/components/task-tree/task-item-node}/get-process-color.js +3 -3
- 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/{es/components/okr-detail/components/okr-tree/index.js → lib/components/task-tree/task-tree.js} +17 -16
- package/lib/components/time-picker/index.css +6 -0
- package/lib/components/time-picker/time-picker.js +45 -33
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
- package/lib/components/wechat-btn/index.css +14 -0
- package/lib/components/wechat-btn/index.js +338 -0
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/radio/radio.js +3 -3
- package/lib/components-v1/radio/style/index.css +8 -8
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/index.js +99 -91
- package/lib/pages/okr-map/export-modules/okr-map/header/index.css +7 -2
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +73 -34
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +65 -42
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +26 -14
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +58 -13
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +28 -20
- package/lib/pages/okr-map/number-select/index.css +12 -9
- package/lib/pages/okr-map/number-select/index.js +3 -3
- package/lib/utils/auth.js +65 -8
- package/lib/utils/bs-global.js +18 -6
- package/lib/utils/open-data.js +63 -43
- package/package.json +6 -2
- 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/es/components/cascader/time.js +0 -31
- package/es/components/common-share/request-apis.js +0 -56
- package/es/components/confidence/heart.js +0 -66
- package/es/components/create-okr-modal/fields/index.js +0 -17
- package/es/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +0 -154
- package/es/components/date-picker/BodyItem.js +0 -121
- package/es/components/date-picker/CalendarBody.js +0 -157
- package/es/components/date-picker/CalendarHeader.js +0 -187
- package/es/components/date-picker/index.js +0 -157
- package/es/components/date-range-picker/index.js +0 -210
- package/es/components/dialog/index.js +0 -119
- package/es/components/dialog-confirm/index.js +0 -154
- package/es/components/drop-selector/icon-item.js +0 -40
- package/es/components/drop-selector/index.js +0 -179
- package/es/components/dynamic/dynamic-like-ranking/mock.js +0 -84
- package/es/components/dynamic/dynamic-liking/mock.js +0 -83
- package/es/components/dynamic/dynamic-topping/request-api.js +0 -36
- package/es/components/e-priority/index.js +0 -88
- package/es/components/grid-layout/commen-components/index.js +0 -73
- package/es/components/grid-layout/image/could.js +0 -8
- package/es/components/grid-layout/image/lv.js +0 -8
- package/es/components/grid-layout/image/tita-mask.js +0 -8
- package/es/components/help-card/request-api.js +0 -35
- package/es/components/icon-button-list/index.js +0 -65
- package/es/components/menus/context.js +0 -18
- package/es/components/menus/precls.js +0 -8
- package/es/components/okr-detail/auth.js +0 -197
- package/es/components/okr-detail/components/ao-nice/index.js +0 -245
- package/es/components/okr-detail/components/block-line/index.js +0 -20
- package/es/components/okr-detail/components/header/index.js +0 -211
- package/es/components/okr-detail/components/icon-text/index.js +0 -116
- package/es/components/okr-detail/components/okr-tree/precls.js +0 -8
- package/es/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +0 -88
- package/es/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +0 -98
- package/es/components/okr-detail/components/okr-tree/tree-node/index.js +0 -90
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -46
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +0 -421
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +0 -54
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +0 -62
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +0 -94
- package/es/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +0 -273
- package/es/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +0 -207
- package/es/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +0 -236
- package/es/components/okr-detail/components/padding-layout.js +0 -22
- package/es/components/okr-detail/components/tab-panel-content/index.js +0 -27
- package/es/components/okr-detail/context.js +0 -30
- package/es/components/okr-detail/e-list/index.js +0 -243
- package/es/components/okr-detail/e-list/search-form/fields/e-order.js +0 -172
- package/es/components/okr-detail/e-list/search-form/fields/e-status.js +0 -99
- package/es/components/okr-detail/e-list/search-form/fields/e-user.js +0 -49
- package/es/components/okr-detail/e-list/search-form/index.js +0 -143
- package/es/components/okr-detail/error-page/index.js +0 -33
- package/es/components/okr-detail/index.js +0 -428
- package/es/components/okr-detail/loading/index.js +0 -28
- package/es/components/okr-detail/okr-list/add-parent-okr.js +0 -37
- package/es/components/okr-detail/okr-list/create-kr-item/heart.js +0 -38
- package/es/components/okr-detail/okr-list/drag-order-kr.js +0 -62
- package/es/components/okr-detail/okr-list/empty/index.js +0 -48
- package/es/components/okr-detail/okr-list/index.js +0 -524
- package/es/components/okr-detail/okr-list/warp-parent-okr.js +0 -21
- package/es/components/okr-detail/store.js +0 -1
- package/es/components/okr-flow/child-node/fields/creator.js +0 -175
- package/es/components/okr-flow/child-node/fields/okrClassify.js +0 -31
- package/es/components/okr-flow/child-node/fields/okrType.js +0 -21
- package/es/components/okr-flow/child-node/helper.js +0 -35
- package/es/components/okr-flow/child-node/index.js +0 -110
- package/es/components/okr-flow/child-node/kr-node.js +0 -75
- package/es/components/okr-flow/child-node/work-node.js +0 -242
- package/es/components/okr-flow/context.js +0 -14
- package/es/components/okr-flow/empty/index.js +0 -29
- package/es/components/okr-flow/export-modules/okr-search-panel/index.js +0 -394
- package/es/components/okr-flow/index.js +0 -24
- package/es/components/okr-flow/mini-map/index.js +0 -112
- package/es/components/okr-flow/mini-map/map.js +0 -145
- package/es/components/okr-flow/mini-map/mini-node.js +0 -57
- package/es/components/okr-flow/mini-map/utils.js +0 -79
- package/es/components/okr-flow/okr-map/index.js +0 -192
- package/es/components/okr-flow/open-data/index.js +0 -115
- package/es/components/okr-flow/precls.js +0 -8
- package/es/components/okr-flow/request-apis.js +0 -118
- package/es/components/okr-flow/root-node/index.js +0 -229
- package/es/components/okr-flow/utils/config.js +0 -18
- package/es/components/okr-flow/utils/helper.js +0 -36
- package/es/components/okr-flow/utils/index.js +0 -66
- package/es/components/okr-flow/utils/tree-handler.js +0 -323
- package/es/components/okr-progress-modal/helper.js +0 -156
- package/es/components/okr-progress-modal/request-apis.js +0 -34
- package/es/components/okr-share/request-apis.js +0 -56
- package/es/components/okrcase-library/server/network.js +0 -407
- package/es/components/pagination/locale/en_US.js +0 -22
- package/es/components/pagination/locale/zh_CN.js +0 -22
- package/es/components/point-demo/drop-down-box/index.js +0 -159
- package/es/components/point-demo/index.js +0 -533
- package/es/components/point-demo/input/index.js +0 -176
- package/es/components/point-demo/point-demo.js +0 -75
- package/es/components/point-demo/popup/index.js +0 -113
- package/es/components/point-demo/popup/placement.js +0 -44
- package/es/components/range-picker-pop/index.js +0 -273
- package/es/components/scrollbar/simplebar/helpers.js +0 -59
- package/es/components/scrollbar/simplebar/index.js +0 -91
- package/es/components/scrollbar/simplebar/scrollbar-width.js +0 -47
- package/es/components/scrollbar/simplebar/simplebar.js +0 -852
- package/es/components/scrollbar/simplebar-react.js +0 -163
- package/es/components/search-dropdown/index.js +0 -40
- package/es/components/search-input/index.js +0 -126
- package/es/components/select/Option.js +0 -94
- package/es/components/select/index.js +0 -330
- package/es/components/selector-input/debounce.js +0 -36
- package/es/components/selector-input/index.js +0 -109
- package/es/components/slider-input/index.js +0 -119
- package/es/components/switch/index.js +0 -39
- package/es/components/table/index.js +0 -275
- package/es/components/tabs/index.js +0 -63
- package/es/components/task-relation-modal/tree-node/index.js +0 -58
- package/es/components/tita-chart/charts/img/could.js +0 -8
- package/es/components/tooltip/error-tip.js +0 -24
- package/es/components/tooltip/index.js +0 -21
- package/es/components/tree/index.js +0 -79
- package/es/components/tree/precls.js +0 -8
- package/es/components/upvote/request-apis.js +0 -45
- package/es/components/user-selector/action-btns/btn-cancel.js +0 -21
- package/es/components/user-selector/action-btns/btn-ok.js +0 -21
- package/es/components/user-selector/action-btns/index.js +0 -27
- package/es/components/user-selector/context.js +0 -18
- package/es/components/user-selector/empty/group.js +0 -55
- package/es/components/user-selector/empty/index.js +0 -28
- package/es/components/user-selector/export-modules/depart-search-selector/result-part.js +0 -41
- package/es/components/user-selector/export-modules/group-selector/index.js +0 -170
- package/es/components/user-selector/export-modules/group-selector/searched-panel.js +0 -68
- package/es/components/user-selector/export-modules/multiple-user-selector--bak/index.js +0 -246
- package/es/components/user-selector/index.js +0 -25
- package/es/components/user-selector/layout/index.js +0 -25
- package/es/components/user-selector/loading/index.js +0 -18
- package/es/components/user-selector/request-apis.js +0 -180
- package/es/components/user-selector/searched-panel/index.js +0 -139
- package/es/components/user-selector/searched-panel/result-part.js +0 -43
- package/es/components/user-selector/select-tree/selected-tree/index.js +0 -91
- package/es/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +0 -48
- package/es/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -27
- package/es/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +0 -57
- package/es/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +0 -93
- package/es/components/user-selector/utils.js +0 -139
- package/es/components/viewer/ImageListRender.js +0 -143
- package/es/components/viewer/index.js +0 -168
- package/es/components/word-cloud/index.js +0 -109
- package/es/components/word-cloud/request-apis.js +0 -26
- package/es/components-v1/animate/AnimateChild.js +0 -76
- package/es/components-v1/animate/animate.js +0 -148
- package/es/components-v1/animate/index.js +0 -13
- package/es/components-v1/dom/index.js +0 -30
- package/es/components-v1/placement/index.js +0 -13
- package/es/components-v1/placement/placement.js +0 -111
- package/es/components-v1/placement/placementInner.js +0 -139
- package/es/components-v1/pop/Pop.js +0 -246
- package/es/components-v1/pop/PopInner.js +0 -163
- package/es/components-v1/pop/index.js +0 -13
- package/es/components-v1/progress/CircleProgress.js +0 -152
- package/es/components-v1/progress/LineProgress.js +0 -83
- package/es/components-v1/progress/index.js +0 -80
- package/es/components-v1/select/Option.js +0 -94
- package/es/components-v1/select/index.js +0 -330
- package/es/components-v1/utils/animate/animate.js +0 -103
- package/es/components-v1/utils/animate/event.js +0 -79
- package/es/components-v1/utils/dom/index.js +0 -30
- package/es/components-v1/utils/placement/autoAdjustPlacement.js +0 -93
- package/es/components-v1/utils/placement/getContainerVisibleArea.js +0 -22
- package/es/components-v1/utils/placement/getExpectPlacement.js +0 -49
- package/es/components-v1/utils/placement/getPlacementInContainer.js +0 -26
- package/es/components-v1/utils/placement/placement.js +0 -76
- package/es/index.js +0 -777
- package/es/pages/appointment-demo/drop-down-box/index.js +0 -159
- package/es/pages/appointment-demo/index.js +0 -649
- package/es/pages/appointment-demo/input/index.js +0 -176
- package/es/pages/appointment-demo/popup/index.js +0 -113
- package/es/pages/appointment-demo/popup/placement.js +0 -44
- package/es/pages/group-management/components/checkbox/index.js +0 -28
- package/es/pages/group-management/components/input-form/index.js +0 -174
- package/es/pages/group-management/components/radio/index.js +0 -21
- package/es/pages/group-management/components/table/index.js +0 -174
- package/es/pages/group-management/groupInterface.js +0 -293
- package/es/pages/group-management/index.js +0 -13
- package/es/pages/group-management/page-view/empty.js +0 -111
- package/es/pages/group-management/page-view/importGroupStaff/index.js +0 -208
- package/es/pages/group-management/page-view/index.js +0 -412
- package/es/pages/group-management/table/index.js +0 -104
- package/es/pages/group-management/tree/add-group-dialog/index.js +0 -153
- package/es/pages/group-management/tree/delete-group-dialog/index.js +0 -82
- package/es/pages/group-management/tree/edit-group-dialog/index.js +0 -155
- package/es/pages/group-management/tree/group-form/index.js +0 -207
- package/es/pages/group-management/tree/index.js +0 -168
- package/es/pages/group-management/tree/operation-panel.js +0 -41
- package/es/pages/group-management/tree/trigger-render.js +0 -99
- package/es/pages/like-ranking/mock.js +0 -366
- package/es/pages/okr-map/export-modules/index.js +0 -1
- package/es/pages/okr-map/export-modules/okr-map/header/index.js +0 -182
- package/es/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +0 -47
- package/es/pages/okr-map/export-modules/okr-map/okr-map.js +0 -497
- package/es/pages/okr-map/export-modules/share-okr-page/header/index.js +0 -69
- package/es/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +0 -168
- package/es/pages/okr-map/hooks/useStorage.js +0 -96
- package/es/pages/okr-map/index.js +0 -18
- package/es/pages/okr-map/level2-search/depart.js +0 -53
- package/es/pages/okr-map/level2-search/group.js +0 -69
- package/es/pages/okr-map/level2-search/index.js +0 -51
- package/es/pages/okr-map/level2-search/level2-input.js +0 -46
- package/es/pages/okr-map/level2-search/user.js +0 -54
- package/es/pages/okr-map/no-okr/index.js +0 -24
- package/es/pages/okr-map/number-select/index.js +0 -81
- package/es/pages/okr-map/open-data/index.js +0 -115
- package/es/pages/okr-map/precls.js +0 -8
- package/es/pages/okr-map/request-apis.js +0 -76
- package/es/pages/okr-map/share-dialog/index.js +0 -122
- package/es/pages/okr-map/unsupport-ie/index.js +0 -83
- package/es/pages/okr-map/utils.js +0 -51
- package/es/utils/auth.js +0 -294
- package/es/utils/bs-global.js +0 -114
- package/es/utils/local-storage.js +0 -42
- package/es/utils/mblog.js +0 -33
- package/es/utils/mock-bsglobal.js +0 -1837
- package/es/utils/open-data.js +0 -341
- package/es/utils/request-v1.js +0 -115
- package/es/utils/request.js +0 -183
- package/es/utils/tools.js +0 -286
- package/yarn-error.log +0 -21252
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.titaui-img-viewer__header-download::after {
|
|
49
|
-
content:
|
|
49
|
+
content: '';
|
|
50
50
|
display: inline-block;
|
|
51
51
|
width: 1px;
|
|
52
52
|
height: 22px;
|
|
@@ -80,6 +80,13 @@
|
|
|
80
80
|
|
|
81
81
|
.titaui-img-viewer__body-img {
|
|
82
82
|
max-width: 800px;
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: 0;
|
|
85
|
+
left: 0;
|
|
86
|
+
right: 0;
|
|
87
|
+
bottom: 0;
|
|
88
|
+
margin: auto;
|
|
89
|
+
cursor: move;
|
|
83
90
|
}
|
|
84
91
|
|
|
85
92
|
.titaui-img-viewer__body-operate-btn {
|
|
@@ -110,12 +117,12 @@
|
|
|
110
117
|
}
|
|
111
118
|
|
|
112
119
|
.titaui-img-viewer__body-operate-btn--disable {
|
|
113
|
-
color: #
|
|
120
|
+
color: #bfc7d5;
|
|
114
121
|
}
|
|
115
122
|
|
|
116
123
|
.titaui-img-viewer__body-operate-btn--disable:hover {
|
|
117
124
|
cursor: not-allowed;
|
|
118
|
-
color: #
|
|
125
|
+
color: #bfc7d5;
|
|
119
126
|
}
|
|
120
127
|
|
|
121
128
|
.titaui-img-viewer__body--loading {
|
|
@@ -49,7 +49,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
49
49
|
|
|
50
50
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
51
|
|
|
52
|
-
var prefix =
|
|
52
|
+
var prefix = 'titaui-img-viewer';
|
|
53
53
|
var ImgViewer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
54
54
|
var data = _ref.data,
|
|
55
55
|
_ref$showDownload = _ref.showDownload,
|
|
@@ -85,7 +85,18 @@ var ImgViewer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
85
85
|
isLoading = _useState12[0],
|
|
86
86
|
setIsLoading = _useState12[1];
|
|
87
87
|
|
|
88
|
-
var
|
|
88
|
+
var _useState13 = (0, _react.useState)(0),
|
|
89
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
90
|
+
moveX = _useState14[0],
|
|
91
|
+
setMoveX = _useState14[1];
|
|
92
|
+
|
|
93
|
+
var _useState15 = (0, _react.useState)(0),
|
|
94
|
+
_useState16 = _slicedToArray(_useState15, 2),
|
|
95
|
+
moveY = _useState16[0],
|
|
96
|
+
setMoveY = _useState16[1];
|
|
97
|
+
|
|
98
|
+
var imgRef = (0, _react.useRef)(document.createElement('img'));
|
|
99
|
+
var DragRef = (0, _react.useRef)(document.createElement('div'));
|
|
89
100
|
|
|
90
101
|
var showPreview = function showPreview() {
|
|
91
102
|
var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
|
@@ -120,6 +131,31 @@ var ImgViewer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
120
131
|
setCurrentRotateDeg(currentRotateDeg - 90);
|
|
121
132
|
};
|
|
122
133
|
|
|
134
|
+
var handleMouseDownImg = function handleMouseDownImg(e) {
|
|
135
|
+
e.preventDefault();
|
|
136
|
+
var downX = e.clientX;
|
|
137
|
+
var downY = e.clientY; // 因为这个moveX不闭包的话在拖动的时候他就 一直累加
|
|
138
|
+
|
|
139
|
+
var beforeX = moveX;
|
|
140
|
+
var beforeY = moveY;
|
|
141
|
+
|
|
142
|
+
DragRef.current.onmousemove = function (e1) {
|
|
143
|
+
//获取x和y
|
|
144
|
+
var nx = e1.clientX;
|
|
145
|
+
var ny = e1.clientY; // //计算移动后的左偏移量和顶部的偏移量
|
|
146
|
+
|
|
147
|
+
var nl = nx - downX + beforeX;
|
|
148
|
+
var nt = ny - downY + beforeY;
|
|
149
|
+
setMoveX(nl);
|
|
150
|
+
setMoveY(nt);
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
var handleMouseUpImg = function handleMouseUpImg(e) {
|
|
155
|
+
e.preventDefault();
|
|
156
|
+
DragRef.current.onmousemove = null;
|
|
157
|
+
};
|
|
158
|
+
|
|
123
159
|
var handleRightRotate = function handleRightRotate() {
|
|
124
160
|
setCurrentRotateDeg(currentRotateDeg + 90);
|
|
125
161
|
};
|
|
@@ -152,25 +188,28 @@ var ImgViewer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
152
188
|
var renderPreviewer = function renderPreviewer() {
|
|
153
189
|
if (!visible) return null;
|
|
154
190
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
155
|
-
className: (0, _classnames["default"])(prefix,
|
|
191
|
+
className: (0, _classnames["default"])(prefix, 'document-mouse-event-ignore')
|
|
156
192
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
157
193
|
className: "".concat(prefix, "__header")
|
|
158
194
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
159
195
|
className: "".concat(prefix, "__header-file-name")
|
|
160
196
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
|
|
161
|
-
text: currentImgData && currentImgData.fileName ||
|
|
197
|
+
text: currentImgData && currentImgData.fileName || '',
|
|
162
198
|
isPercent: true,
|
|
163
199
|
minusWidth: 60
|
|
164
200
|
})), /*#__PURE__*/_react["default"].createElement("span", null, showDownload && currentImgData && currentImgData.downloadUrl && /*#__PURE__*/_react["default"].createElement("a", {
|
|
165
201
|
className: "".concat(prefix, "__header-download"),
|
|
166
|
-
href: (currentImgData === null || currentImgData === void 0 ? void 0 : currentImgData.downloadUrl) ||
|
|
202
|
+
href: (currentImgData === null || currentImgData === void 0 ? void 0 : currentImgData.downloadUrl) || 'javascript:;'
|
|
167
203
|
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
168
|
-
className: (0, _classnames["default"])(
|
|
169
|
-
}), (0, _getLocale.getLocale)(
|
|
170
|
-
className: (0, _classnames["default"])(
|
|
204
|
+
className: (0, _classnames["default"])('tu-icon-APP-xiazai', "".concat(prefix, "__header-download-icon"))
|
|
205
|
+
}), (0, _getLocale.getLocale)('Mod_Download')), /*#__PURE__*/_react["default"].createElement("span", {
|
|
206
|
+
className: (0, _classnames["default"])('tu-icon-close', "".concat(prefix, "__header-close")),
|
|
171
207
|
onClick: hidePreview
|
|
172
208
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
173
|
-
className: "".concat(prefix, "__body")
|
|
209
|
+
className: "".concat(prefix, "__body"),
|
|
210
|
+
ref: DragRef,
|
|
211
|
+
onMouseDown: handleMouseDownImg,
|
|
212
|
+
onMouseUp: handleMouseUpImg
|
|
174
213
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
175
214
|
className: (0, _classnames["default"])("".concat(prefix, "__body-operate-btn"), "".concat(prefix, "__body-operate-btn--left"), _defineProperty({}, "".concat(prefix, "__body-operate-btn--disable"), currentIndex === 0)),
|
|
176
215
|
onClick: handlePreImgClick
|
|
@@ -184,28 +223,28 @@ var ImgViewer = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
184
223
|
})), isLoading && /*#__PURE__*/_react["default"].createElement("div", {
|
|
185
224
|
className: "".concat(prefix, "__body--loading")
|
|
186
225
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
187
|
-
src: _loading["default"]
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
transform: "rotate(".concat(currentRotateDeg, "deg)")
|
|
191
|
-
}
|
|
192
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
226
|
+
src: _loading["default"],
|
|
227
|
+
alt: ""
|
|
228
|
+
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
193
229
|
className: "".concat(prefix, "__body-img"),
|
|
194
230
|
ref: imgRef,
|
|
231
|
+
alt: "",
|
|
195
232
|
src: (currentImgData === null || currentImgData === void 0 ? void 0 : currentImgData.previewUrl) || (currentImgData === null || currentImgData === void 0 ? void 0 : currentImgData.bigImageUrl),
|
|
196
233
|
style: {
|
|
197
|
-
transform: "scale(".concat(currentScale, ")")
|
|
234
|
+
transform: "scale(".concat(currentScale, ") rotate(").concat(currentRotateDeg, "deg) "),
|
|
235
|
+
left: "".concat(moveX, "px"),
|
|
236
|
+
top: "".concat(moveY, "px")
|
|
198
237
|
}
|
|
199
238
|
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
200
239
|
className: "".concat(prefix, "__footer")
|
|
201
240
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
202
|
-
overlay: (0, _getLocale.getLocale)(
|
|
241
|
+
overlay: (0, _getLocale.getLocale)('OKR_Ali_Butt_Narrow'),
|
|
203
242
|
placement: "top"
|
|
204
243
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
205
244
|
className: "".concat(prefix, "__footer-btn"),
|
|
206
245
|
onClick: handleShrink
|
|
207
246
|
}, /*#__PURE__*/_react["default"].createElement(_shrink["default"], null))), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
208
|
-
overlay: (0, _getLocale.getLocale)(
|
|
247
|
+
overlay: (0, _getLocale.getLocale)('OKR_Ali_Butt_Enlarge'),
|
|
209
248
|
placement: "top"
|
|
210
249
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
211
250
|
className: "".concat(prefix, "__footer-btn"),
|
|
@@ -83,7 +83,7 @@ var MblogAction = /*#__PURE__*/function (_PureComponent) {
|
|
|
83
83
|
var _super = _createSuper(MblogAction);
|
|
84
84
|
|
|
85
85
|
function MblogAction() {
|
|
86
|
-
var
|
|
86
|
+
var _this;
|
|
87
87
|
|
|
88
88
|
_classCallCheck(this, MblogAction);
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ var MblogAction = /*#__PURE__*/function (_PureComponent) {
|
|
|
91
91
|
args[_key] = arguments[_key];
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
return _possibleConstructorReturn(_this, (
|
|
94
|
+
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.state = {
|
|
95
95
|
isSendSms: false,
|
|
96
96
|
// 是否短信通知
|
|
97
97
|
isShowConfirmPop: false
|
|
@@ -121,7 +121,7 @@ var MblogAction = /*#__PURE__*/function (_PureComponent) {
|
|
|
121
121
|
isSendSms: false
|
|
122
122
|
});
|
|
123
123
|
}
|
|
124
|
-
},
|
|
124
|
+
}, _assertThisInitialized(_this)));
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
_createClass(MblogAction, [{
|
|
@@ -99,7 +99,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
99
99
|
var atAll = !!contentValue.match(/@\[所有同事:all_members\]/g);
|
|
100
100
|
|
|
101
101
|
_this.setState({
|
|
102
|
-
isInputAt: contentValue.charAt(start - 1) ==
|
|
102
|
+
isInputAt: contentValue.charAt(start - 1) == '@',
|
|
103
103
|
// isInputEnterSubmit: contentValue === 'isInputEnterSubmit',
|
|
104
104
|
textareaValue: contentValue,
|
|
105
105
|
isAllowSubmit: _this.allowSubmit(contentValue),
|
|
@@ -111,25 +111,25 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
111
111
|
};
|
|
112
112
|
|
|
113
113
|
_this.onActionsTextChange = function (actionValue) {
|
|
114
|
-
if (actionValue ===
|
|
114
|
+
if (actionValue === 'allowSendSMS') {
|
|
115
115
|
return _this.setState({
|
|
116
116
|
isSendSMS: true
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
if (actionValue ===
|
|
120
|
+
if (actionValue === 'public') {
|
|
121
121
|
return _this.setState({
|
|
122
122
|
visibility: 1
|
|
123
123
|
});
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
if (actionValue ===
|
|
126
|
+
if (actionValue === 'private') {
|
|
127
127
|
return _this.setState({
|
|
128
128
|
visibility: 2
|
|
129
129
|
});
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
if (actionValue ===
|
|
132
|
+
if (actionValue === 'department') {
|
|
133
133
|
return _this.setState({
|
|
134
134
|
visibility: 3
|
|
135
135
|
});
|
|
@@ -172,7 +172,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
172
172
|
var _this$refs$textEditor2;
|
|
173
173
|
|
|
174
174
|
var successFilesPath = uploadSuccessFilesPath.filter(function (item) {
|
|
175
|
-
return item !==
|
|
175
|
+
return item !== '';
|
|
176
176
|
});
|
|
177
177
|
var successFilesPathLen = successFilesPath.length; // @ts-ignore
|
|
178
178
|
|
|
@@ -223,7 +223,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
223
223
|
submitStatus = _this$props2.submitStatus;
|
|
224
224
|
var sentData = {}; // 发送的数据
|
|
225
225
|
|
|
226
|
-
var FileUrl = uploadSuccessFilesPath.join(
|
|
226
|
+
var FileUrl = uploadSuccessFilesPath.join(','); // 附件链接
|
|
227
227
|
|
|
228
228
|
if (isShowAttachment) {
|
|
229
229
|
// @ts-ignore
|
|
@@ -243,10 +243,10 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
243
243
|
|
|
244
244
|
sentData.Content = (0, _index.htmlEncodeByRegExp)(textareaValue); // @ts-ignore
|
|
245
245
|
|
|
246
|
-
if (submitType ===
|
|
246
|
+
if (submitType === 'submit' && submitStatus !== 2) {
|
|
247
247
|
// 发送
|
|
248
248
|
_this.props.onMblogSubmit(submitType, sentData);
|
|
249
|
-
} else if (submitType ===
|
|
249
|
+
} else if (submitType === 'cancel') {
|
|
250
250
|
// 取消
|
|
251
251
|
_this.props.onMblogSubmit(submitType);
|
|
252
252
|
}
|
|
@@ -323,9 +323,9 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
323
323
|
_this.state = {
|
|
324
324
|
uploadSuccessFilesPath: [],
|
|
325
325
|
isAllowSubmit: false,
|
|
326
|
-
localStroageKey:
|
|
326
|
+
localStroageKey: '',
|
|
327
327
|
// 本地存储key
|
|
328
|
-
textareaValue:
|
|
328
|
+
textareaValue: '',
|
|
329
329
|
isSendSMS: false,
|
|
330
330
|
visibility: 1,
|
|
331
331
|
isInputAt: false,
|
|
@@ -359,7 +359,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
359
359
|
if (submitStatus === 1) {
|
|
360
360
|
// 发送成功,清空内容
|
|
361
361
|
this.setState({
|
|
362
|
-
textareaValue:
|
|
362
|
+
textareaValue: '',
|
|
363
363
|
uploadSuccessFilesPath: [],
|
|
364
364
|
isSendSMS: false,
|
|
365
365
|
isAllowSubmit: false
|
|
@@ -379,7 +379,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
379
379
|
contentClassName = _this$props3.contentClassName,
|
|
380
380
|
isHasPlaceholder = _this$props3.isHasPlaceholder,
|
|
381
381
|
_this$props3$placehol = _this$props3.placeholderText,
|
|
382
|
-
placeholderText = _this$props3$placehol === void 0 ?
|
|
382
|
+
placeholderText = _this$props3$placehol === void 0 ? '有事需要提醒ta,请@ta' : _this$props3$placehol,
|
|
383
383
|
maxLength = _this$props3.maxLength,
|
|
384
384
|
autoResizing = _this$props3.autoResizing,
|
|
385
385
|
initialTextHeight = _this$props3.initialTextHeight,
|
|
@@ -387,36 +387,36 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
387
387
|
actionClassName = _this$props3.actionClassName,
|
|
388
388
|
isShowAttachment = _this$props3.isShowAttachment,
|
|
389
389
|
_this$props3$attachme = _this$props3.attachmentText,
|
|
390
|
-
attachmentText = _this$props3$attachme === void 0 ? (0, _getLocale.getLocale)(
|
|
390
|
+
attachmentText = _this$props3$attachme === void 0 ? (0, _getLocale.getLocale)('Mod_Annexes') : _this$props3$attachme,
|
|
391
391
|
attachmentTipText = _this$props3.attachmentTipText,
|
|
392
392
|
fileNumLimit = _this$props3.fileNumLimit,
|
|
393
393
|
attachmentPreviewBox = _this$props3.attachmentPreviewBox,
|
|
394
394
|
_this$props3$atAllTex = _this$props3.atAllText,
|
|
395
|
-
atAllText = _this$props3$atAllTex === void 0 ? (0, _getLocale.getLocale)(
|
|
395
|
+
atAllText = _this$props3$atAllTex === void 0 ? (0, _getLocale.getLocale)('Mod_AllColleagues') : _this$props3$atAllTex,
|
|
396
396
|
_this$props3$atAllVal = _this$props3.atAllValue,
|
|
397
|
-
atAllValue = _this$props3$atAllVal === void 0 ?
|
|
397
|
+
atAllValue = _this$props3$atAllVal === void 0 ? '@[所有同事:all_members] ' : _this$props3$atAllVal,
|
|
398
398
|
_this$props3$atAllTip = _this$props3.atAllTipText,
|
|
399
|
-
atAllTipText = _this$props3$atAllTip === void 0 ? (0, _getLocale.getLocale)(
|
|
399
|
+
atAllTipText = _this$props3$atAllTip === void 0 ? (0, _getLocale.getLocale)('OKR_MyO_Popup_Allcolleagues') : _this$props3$atAllTip,
|
|
400
400
|
isShowAt = _this$props3.isShowAt,
|
|
401
401
|
showAtAll = _this$props3.showAtAll,
|
|
402
402
|
_this$props3$atText = _this$props3.atText,
|
|
403
|
-
atText = _this$props3$atText === void 0 ? (0, _getLocale.getLocale)(
|
|
403
|
+
atText = _this$props3$atText === void 0 ? (0, _getLocale.getLocale)('Mod_colleague') : _this$props3$atText,
|
|
404
404
|
_this$props3$atTipTex = _this$props3.atTipText,
|
|
405
|
-
atTipText = _this$props3$atTipTex === void 0 ? (0, _getLocale.getLocale)(
|
|
405
|
+
atTipText = _this$props3$atTipTex === void 0 ? (0, _getLocale.getLocale)('OKR_MyO_Popup_Butt_Colleagues') : _this$props3$atTipTex,
|
|
406
406
|
userSelectorPopAlign = _this$props3.userSelectorPopAlign,
|
|
407
407
|
isShowEmotion = _this$props3.isShowEmotion,
|
|
408
408
|
_this$props3$emotionT = _this$props3.emotionText,
|
|
409
|
-
emotionText = _this$props3$emotionT === void 0 ? (0, _getLocale.getLocale)(
|
|
409
|
+
emotionText = _this$props3$emotionT === void 0 ? (0, _getLocale.getLocale)('Mod_Expressions') : _this$props3$emotionT,
|
|
410
410
|
emotionTipText = _this$props3.emotionTipText,
|
|
411
411
|
emotionsSelectorPopAlign = _this$props3.emotionsSelectorPopAlign,
|
|
412
412
|
isShowSendSms = _this$props3.isShowSendSms,
|
|
413
413
|
_this$props3$sendSmsT = _this$props3.sendSmsTipText,
|
|
414
|
-
sendSmsTipText = _this$props3$sendSmsT === void 0 ? (0, _getLocale.getLocale)(
|
|
414
|
+
sendSmsTipText = _this$props3$sendSmsT === void 0 ? (0, _getLocale.getLocale)('Tasks_Tab_MyS_Thecollenotified') : _this$props3$sendSmsT,
|
|
415
415
|
isShowRange = _this$props3.isShowRange,
|
|
416
416
|
isShowRangeDropDown = _this$props3.isShowRangeDropDown,
|
|
417
417
|
isShowBtnCancel = _this$props3.isShowBtnCancel,
|
|
418
418
|
_this$props3$submitTe = _this$props3.submitText,
|
|
419
|
-
submitText = _this$props3$submitTe === void 0 ? (0, _getLocale.getLocale)(
|
|
419
|
+
submitText = _this$props3$submitTe === void 0 ? (0, _getLocale.getLocale)('Mod_Publish') : _this$props3$submitTe,
|
|
420
420
|
setTextareaRef = _this$props3.setTextareaRef,
|
|
421
421
|
disableRangeSelect = _this$props3.disableRangeSelect,
|
|
422
422
|
showUser = _this$props3.showUser;
|
|
@@ -431,7 +431,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
431
431
|
isShowDragMask = _this$state2.isShowDragMask,
|
|
432
432
|
isAtAll = _this$state2.isAtAll;
|
|
433
433
|
var fSize = (0, _bsGlobal.getUploadMaxSize)();
|
|
434
|
-
var fTip = attachmentTipText || (0, _getLocale.getLocale)(
|
|
434
|
+
var fTip = attachmentTipText || (0, _getLocale.getLocale)('OKR_MyO_KRP_Draganddropu').replace('50MB', "".concat(fSize, "MB"));
|
|
435
435
|
var user = (0, _bsGlobal.getUserInfo)();
|
|
436
436
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
437
437
|
className: prefix
|
|
@@ -445,7 +445,8 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
445
445
|
},
|
|
446
446
|
name: user.Name,
|
|
447
447
|
color: user.UserAvatar.Color,
|
|
448
|
-
src: user.UserAvatar.Medium
|
|
448
|
+
src: user.UserAvatar.Medium,
|
|
449
|
+
userId: user.Id
|
|
449
450
|
})), /*#__PURE__*/_react["default"].createElement(_style.MBlogBox, {
|
|
450
451
|
className: className,
|
|
451
452
|
ref: "mblogbox",
|
|
@@ -523,7 +524,7 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
523
524
|
}
|
|
524
525
|
}), /*#__PURE__*/_react["default"].createElement(_style.PreviewBox, {
|
|
525
526
|
id: this.previewid
|
|
526
|
-
}), !(0, _platform.isPlatform)(
|
|
527
|
+
}), !(0, _platform.isPlatform)('wx') && isShowDragMask && /*#__PURE__*/_react["default"].createElement(_style.DragEffect, {
|
|
527
528
|
className: "tu-icon-inbox-upload"
|
|
528
529
|
})));
|
|
529
530
|
}
|
|
@@ -535,12 +536,12 @@ var MBlog = /*#__PURE__*/function (_PureComponent) {
|
|
|
535
536
|
exports["default"] = MBlog;
|
|
536
537
|
MBlog.defaultProps = {
|
|
537
538
|
// 样式相关
|
|
538
|
-
contentClassName:
|
|
539
|
+
contentClassName: '',
|
|
539
540
|
// 输入框class
|
|
540
|
-
actionClassName:
|
|
541
|
+
actionClassName: '',
|
|
541
542
|
// 功能栏class
|
|
542
543
|
// 输入相关
|
|
543
|
-
defaultContent:
|
|
544
|
+
defaultContent: '',
|
|
544
545
|
isHasPlaceholder: false,
|
|
545
546
|
maxLength: 2000,
|
|
546
547
|
autoFocus: false,
|
|
@@ -550,7 +551,7 @@ MBlog.defaultProps = {
|
|
|
550
551
|
// 附件
|
|
551
552
|
isShowAttachment: true,
|
|
552
553
|
// attachmentTipText: `<p>支持拖拽上传</p><p>单次最多支持上传20个</p><p>每个不超过50MB</p>`,
|
|
553
|
-
attachmentTipText:
|
|
554
|
+
attachmentTipText: '',
|
|
554
555
|
fileNumLimit: 20,
|
|
555
556
|
fileSizeLimit: 50,
|
|
556
557
|
// @同事
|
|
@@ -558,7 +559,7 @@ MBlog.defaultProps = {
|
|
|
558
559
|
// @所有同事
|
|
559
560
|
// @表情
|
|
560
561
|
isShowEmotion: true,
|
|
561
|
-
emotionTipText:
|
|
562
|
+
emotionTipText: '',
|
|
562
563
|
// @按钮相关
|
|
563
564
|
isShowSendSms: true,
|
|
564
565
|
isShowRange: true,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>切片</title>
|
|
4
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="1--我的面谈(空页面)" transform="translate(-36.000000, -193.000000)" fill-rule="nonzero">
|
|
6
|
+
<g id="主菜单" transform="translate(16.000000, 74.000000)">
|
|
7
|
+
<g id="编组-3" transform="translate(12.000000, 108.000000)">
|
|
8
|
+
<g id="my-uniEA10" transform="translate(8.000000, 11.000000)">
|
|
9
|
+
<path d="M8.4,13.35 L8.4,4.65 C8.4,3.3245166 7.3254834,2.25 6,2.25 L4.65,2.25 C3.3245166,2.25 2.25,3.3245166 2.25,4.65 L2.25,13.35 C2.25,14.6754834 3.3245166,15.75 4.65,15.75 L6,15.75 C7.3254834,15.75 8.4,14.6754834 8.4,13.35 Z M7.2,4.65 L7.2,13.35 C7.2,14.0127417 6.6627417,14.55 6,14.55 L4.65,14.55 C3.9872583,14.55 3.45,14.0127417 3.45,13.35 L3.45,4.65 C3.45,3.9872583 3.9872583,3.45 4.65,3.45 L6,3.45 C6.6627417,3.45 7.2,3.9872583 7.2,4.65 Z M15.75,7.05 L15.75,4.65 C15.75,3.3245166 14.6754834,2.25 13.35,2.25 L12,2.25 C10.6745166,2.25 9.6,3.3245166 9.6,4.65 L9.6,7.05 C9.6,8.3754834 10.6745166,9.45 12,9.45 L13.35,9.45 C14.6754834,9.45 15.75,8.3754834 15.75,7.05 Z M14.55,4.65 L14.55,7.05 C14.55,7.7127417 14.0127417,8.25 13.35,8.25 L12,8.25 C11.3372583,8.25 10.8,7.7127417 10.8,7.05 L10.8,4.65 C10.8,3.9872583 11.3372583,3.45 12,3.45 L13.35,3.45 C14.0127417,3.45 14.55,3.9872583 14.55,4.65 Z" id="形状结合" fill="#141C28"></path>
|
|
10
|
+
<path d="M12.825,10.125 L12.525,10.125 C11.1995166,10.125 10.125,11.1995166 10.125,12.525 L10.125,13.875 C10.125,15.2004834 11.1995166,16.275 12.525,16.275 L12.825,16.275 C14.1504834,16.275 15.225,15.2004834 15.225,13.875 L15.225,12.525 C15.225,11.1995166 14.1504834,10.125 12.825,10.125 Z M12.525,11.325 L12.825,11.325 C13.4877417,11.325 14.025,11.8622583 14.025,12.525 L14.025,13.875 C14.025,14.5377417 13.4877417,15.075 12.825,15.075 L12.525,15.075 C11.8622583,15.075 11.325,14.5377417 11.325,13.875 L11.325,12.525 C11.325,11.8622583 11.8622583,11.325 12.525,11.325 Z" id="矩形" fill="#2879FF" transform="translate(12.675000, 13.200000) rotate(-270.000000) translate(-12.675000, -13.200000) "></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>切片</title>
|
|
4
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="1--我的面谈(空页面)" transform="translate(-36.000000, -193.000000)" fill-rule="nonzero">
|
|
6
|
+
<g id="主菜单" transform="translate(16.000000, 74.000000)">
|
|
7
|
+
<g id="编组-3" transform="translate(12.000000, 108.000000)">
|
|
8
|
+
<g id="my-uniEA10" transform="translate(8.000000, 11.000000)">
|
|
9
|
+
<path d="M8.4,13.35 L8.4,4.65 C8.4,3.3245166 7.3254834,2.25 6,2.25 L4.65,2.25 C3.3245166,2.25 2.25,3.3245166 2.25,4.65 L2.25,13.35 C2.25,14.6754834 3.3245166,15.75 4.65,15.75 L6,15.75 C7.3254834,15.75 8.4,14.6754834 8.4,13.35 Z M7.2,4.65 L7.2,13.35 C7.2,14.0127417 6.6627417,14.55 6,14.55 L4.65,14.55 C3.9872583,14.55 3.45,14.0127417 3.45,13.35 L3.45,4.65 C3.45,3.9872583 3.9872583,3.45 4.65,3.45 L6,3.45 C6.6627417,3.45 7.2,3.9872583 7.2,4.65 Z M15.75,7.05 L15.75,4.65 C15.75,3.3245166 14.6754834,2.25 13.35,2.25 L12,2.25 C10.6745166,2.25 9.6,3.3245166 9.6,4.65 L9.6,7.05 C9.6,8.3754834 10.6745166,9.45 12,9.45 L13.35,9.45 C14.6754834,9.45 15.75,8.3754834 15.75,7.05 Z M14.55,4.65 L14.55,7.05 C14.55,7.7127417 14.0127417,8.25 13.35,8.25 L12,8.25 C11.3372583,8.25 10.8,7.7127417 10.8,7.05 L10.8,4.65 C10.8,3.9872583 11.3372583,3.45 12,3.45 L13.35,3.45 C14.0127417,3.45 14.55,3.9872583 14.55,4.65 Z" id="形状结合" fill="#141C28"></path>
|
|
10
|
+
<path d="M12.825,10.125 L12.525,10.125 C11.1995166,10.125 10.125,11.1995166 10.125,12.525 L10.125,13.875 C10.125,15.2004834 11.1995166,16.275 12.525,16.275 L12.825,16.275 C14.1504834,16.275 15.225,15.2004834 15.225,13.875 L15.225,12.525 C15.225,11.1995166 14.1504834,10.125 12.825,10.125 Z M12.525,11.325 L12.825,11.325 C13.4877417,11.325 14.025,11.8622583 14.025,12.525 L14.025,13.875 C14.025,14.5377417 13.4877417,15.075 12.825,15.075 L12.525,15.075 C11.8622583,15.075 11.325,14.5377417 11.325,13.875 L11.325,12.525 C11.325,11.8622583 11.8622583,11.325 12.525,11.325 Z" id="矩形" fill="#2879FF" transform="translate(12.675000, 13.200000) rotate(-270.000000) translate(-12.675000, -13.200000) "></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>切片</title>
|
|
4
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="1--我的面谈(空页面)" transform="translate(-36.000000, -154.000000)">
|
|
6
|
+
<g id="主菜单" transform="translate(16.000000, 74.000000)">
|
|
7
|
+
<g id="编组-2" transform="translate(12.000000, 68.000000)">
|
|
8
|
+
<g id="my-pingjia" transform="translate(8.000000, 12.000000)">
|
|
9
|
+
<path d="M8.27325151,3.13900494 C9.5964935,3.12490975 10.6807275,4.1866934 10.6949744,5.5127536 L10.6949744,5.5127536 L10.7394684,16.8508053 C10.7410247,17.2508295 10.5826695,17.6348736 10.2996546,17.9174173 L10.2996546,17.9174173 L8.55030355,19.6638553 C8.08228638,20.1310932 7.32446405,20.1306668 6.85697232,19.6629026 L6.85697232,19.6629026 L4.95309066,17.7579113 C4.67078334,17.4754395 4.51288969,17.0918689 4.51446839,16.6923966 L4.51446839,16.6923966 L4.55888072,5.54139364 C4.56409801,4.23109054 5.6197044,3.16769584 6.92917896,3.15360726 L6.92917896,3.15360726 Z M9.40618374,7.72173222 L5.74745666,7.72086621 L5.71250843,16.6971724 C5.71227163,16.7570932 5.72997546,16.8152251 5.76266186,16.8643796 L5.80023289,16.9102753 L7.70411455,18.8152666 L9.45346558,17.0688286 C9.51006857,17.0123198 9.5417396,16.935511 9.54142834,16.8555062 L9.54142834,16.8555062 L9.50557153,7.71353876 C9.47324366,7.71892786 9.4400412,7.72173222 9.40618374,7.72173222 Z M8.28613292,4.33774469 L6.94206036,4.35227626 C6.28732309,4.35932055 5.75951989,4.8910179 5.75691124,5.54616945 L5.75691124,5.54616945 L5.75245666,6.52086621 L9.40618374,6.52173222 L9.50045666,6.52886621 L9.4969851,5.52359553 C9.49031554,4.90296434 9.01342868,4.39757074 8.40868498,4.34262792 L8.28613292,4.33774469 Z M16.8128747,10.5688778 C17.0471893,10.8031923 17.0471893,11.1830913 16.8128747,11.4174059 L13.5248282,14.7054524 C13.2905136,14.939767 12.9106147,14.939767 12.6763001,14.7054524 C12.4419855,14.4711379 12.4419855,14.0912389 12.6763001,13.8569243 L15.9643466,10.5688778 C16.1986612,10.3345632 16.5785602,10.3345632 16.8128747,10.5688778 Z M15.1158185,8.8718215 C15.350133,9.10613607 15.350133,9.48603506 15.1158185,9.72034964 L13.2066302,11.6295379 C12.9723156,11.8638525 12.5924166,11.8638525 12.358102,11.6295379 C12.1237874,11.3952234 12.1237874,11.0153244 12.358102,10.7810098 L14.2672903,8.8718215 C14.5016049,8.63750692 14.8815039,8.63750692 15.1158185,8.8718215 Z" id="形状结合" fill="#141C28" fill-rule="nonzero" transform="translate(10.751534, 11.576436) rotate(-315.000000) translate(-10.751534, -11.576436) "></path>
|
|
10
|
+
<path d="M5.85312229,10.1205844 C6.18449314,10.1205844 6.45312229,10.3892136 6.45312229,10.7205844 L6.45312229,13.4205844 C6.45312229,13.7519553 6.18449314,14.0205844 5.85312229,14.0205844 C5.52175144,14.0205844 5.25312229,13.7519553 5.25312229,13.4205844 L5.25312229,10.7205844 C5.25312229,10.3892136 5.52175144,10.1205844 5.85312229,10.1205844 Z" id="矩形" fill="#2879FF" transform="translate(5.853122, 12.070584) rotate(-495.000000) translate(-5.853122, -12.070584) "></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
display: inline-block;
|
|
12
12
|
height: 100%;
|
|
13
13
|
width: 100%;
|
|
14
|
-
content:
|
|
14
|
+
content: '';
|
|
15
15
|
opacity: 0;
|
|
16
16
|
background: #e9f1ff;
|
|
17
17
|
border-radius: 12px;
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
animation: selectMenuOpacity 0.4s 1 forwards;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.titaui-menus-tree .rc-tree-treenode-selected .titaui-menus-tree__menu-item-node-title
|
|
23
|
+
.titaui-menus-tree .rc-tree-treenode-selected .titaui-menus-tree__menu-item-node-title,
|
|
24
|
+
.titaui-menus-tree .rc-tree-treenode-selected .titaui-menus-tree__ass-template-node-title,
|
|
25
|
+
.titaui-menus-tree .rc-tree-treenode-selected .titaui-menus-tree__ass-manage-node-title {
|
|
24
26
|
color: #2879ff;
|
|
25
27
|
font-weight: 600;
|
|
26
28
|
}
|
|
@@ -122,6 +122,18 @@
|
|
|
122
122
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
+
.titaui-menus-tree__sub-menu-item-node-icon.my-interview {
|
|
126
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.titaui-menus-tree__sub-menu-item-node-icon.todo {
|
|
130
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.titaui-menus-tree__sub-menu-item-node-icon.template {
|
|
134
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
135
|
+
}
|
|
136
|
+
|
|
125
137
|
.titaui-menus-tree__menu-item-node {
|
|
126
138
|
display: flex;
|
|
127
139
|
align-items: center;
|
|
@@ -218,6 +230,18 @@
|
|
|
218
230
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
219
231
|
}
|
|
220
232
|
|
|
233
|
+
.titaui-menus-tree__menu-item-node-icon.my-interview {
|
|
234
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.titaui-menus-tree__menu-item-node-icon.todo {
|
|
238
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.titaui-menus-tree__menu-item-node-icon.template {
|
|
242
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
243
|
+
}
|
|
244
|
+
|
|
221
245
|
.titaui-menus-tree__parent-menu-node {
|
|
222
246
|
display: flex;
|
|
223
247
|
align-items: center;
|
|
@@ -314,6 +338,18 @@
|
|
|
314
338
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
315
339
|
}
|
|
316
340
|
|
|
341
|
+
.titaui-menus-tree__parent-menu-node-icon.my-interview {
|
|
342
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.titaui-menus-tree__parent-menu-node-icon.todo {
|
|
346
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.titaui-menus-tree__parent-menu-node-icon.template {
|
|
350
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
351
|
+
}
|
|
352
|
+
|
|
317
353
|
.titaui-menus-tree__no-follower-node, .titaui-menus-tree__no-subordinates-node {
|
|
318
354
|
display: flex;
|
|
319
355
|
align-items: center;
|
|
@@ -482,6 +518,18 @@
|
|
|
482
518
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
483
519
|
}
|
|
484
520
|
|
|
521
|
+
.titaui-menus-tree__company-all-node-icon.my-interview {
|
|
522
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.titaui-menus-tree__company-all-node-icon.todo {
|
|
526
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.titaui-menus-tree__company-all-node-icon.template {
|
|
530
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
531
|
+
}
|
|
532
|
+
|
|
485
533
|
.titaui-menus-tree__ass-template-node {
|
|
486
534
|
display: flex;
|
|
487
535
|
align-items: center;
|
|
@@ -578,6 +626,18 @@
|
|
|
578
626
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
579
627
|
}
|
|
580
628
|
|
|
629
|
+
.titaui-menus-tree__ass-template-node-icon.my-interview {
|
|
630
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.titaui-menus-tree__ass-template-node-icon.todo {
|
|
634
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.titaui-menus-tree__ass-template-node-icon.template {
|
|
638
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
639
|
+
}
|
|
640
|
+
|
|
581
641
|
.titaui-menus-tree__ass-template-node-suffix {
|
|
582
642
|
display: inline-block;
|
|
583
643
|
height: 18px;
|
|
@@ -684,6 +744,18 @@
|
|
|
684
744
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
685
745
|
}
|
|
686
746
|
|
|
747
|
+
.titaui-menus-tree__ass-manage-node-icon.my-interview {
|
|
748
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.titaui-menus-tree__ass-manage-node-icon.todo {
|
|
752
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.titaui-menus-tree__ass-manage-node-icon.template {
|
|
756
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
757
|
+
}
|
|
758
|
+
|
|
687
759
|
.titaui-menus-tree__ass-manage-node-suffix {
|
|
688
760
|
display: inline-block;
|
|
689
761
|
height: 18px;
|
|
@@ -791,6 +863,18 @@
|
|
|
791
863
|
background-image: url("../images/appraisal-menu/baobiao.svg");
|
|
792
864
|
}
|
|
793
865
|
|
|
866
|
+
.titaui-menus-tree__user-concern-node-icon.my-interview {
|
|
867
|
+
background-image: url("../images/interview-menu/my-interview.svg");
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
.titaui-menus-tree__user-concern-node-icon.todo {
|
|
871
|
+
background-image: url("../images/interview-menu/todo.svg");
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
.titaui-menus-tree__user-concern-node-icon.template {
|
|
875
|
+
background-image: url("../images/interview-menu/template.svg");
|
|
876
|
+
}
|
|
877
|
+
|
|
794
878
|
.titaui-menus-tree__user-concern-node-add {
|
|
795
879
|
display: inline-block;
|
|
796
880
|
position: absolute;
|
|
@@ -813,7 +897,7 @@
|
|
|
813
897
|
|
|
814
898
|
.titaui-menus-tree__user-concern-node-add:hover:before {
|
|
815
899
|
position: absolute;
|
|
816
|
-
content:
|
|
900
|
+
content: '';
|
|
817
901
|
display: inline-block;
|
|
818
902
|
width: 24px;
|
|
819
903
|
height: 24px;
|