@titaui/pc 1.8.5 → 1.8.9
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/icon-avatar/index.js +1 -1
- package/lib/components/button/default-button/index.js +3 -1
- package/lib/components/button/rect-btn/index.js +4 -2
- package/lib/components/button/text-btn/index.js +3 -1
- package/lib/components/cascader/index.js +3 -1
- package/lib/components/change-okr-modal/Filter.js +54 -108
- package/lib/components/change-okr-modal/Item.js +12 -14
- package/lib/components/change-okr-modal/constant.js +185 -0
- package/lib/components/change-okr-modal/filterTab.js +0 -2
- package/lib/components/change-okr-modal/index.js +9 -9
- package/lib/components/common-share/publishMblog.js +4 -2
- package/lib/components/communication/CommunicationAttachments.js +8 -6
- package/lib/components/communication/CommunicationRecord.js +7 -8
- package/lib/components/communication/index.js +6 -4
- package/lib/components/confidence/index.js +4 -2
- package/lib/components/create-okr-modal/constant.js +37 -11
- package/lib/components/create-okr-modal/createCycle.js +6 -4
- package/lib/components/create-okr-modal/createSuccessCmp.js +8 -6
- package/lib/components/create-okr-modal/fields/date-cycle.js +5 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +14 -11
- package/lib/components/create-okr-modal/fields/okr-case.js +5 -3
- package/lib/components/create-okr-modal/fields/okr-classify.js +14 -9
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +5 -3
- package/lib/components/create-okr-modal/fields/okr-parent.js +4 -2
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +7 -5
- package/lib/components/create-okr-modal/fields/okr-type.js +6 -4
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +8 -6
- package/lib/components/create-okr-modal/fields/okr-visibility.js +28 -21
- package/lib/components/create-okr-modal/index.js +28 -23
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +3 -1
- package/lib/components/create-okr-modal/kr-items/krDatas.js +5 -4
- package/lib/components/create-okr-modal/kr-items/krItem.js +3 -1
- package/lib/components/create-okr-modal/objectType.js +22 -18
- package/lib/components/create-okr-modal/style.js +1 -1
- package/lib/components/date-picker/CalendarBody.js +3 -1
- package/lib/components/delete-confirm-pop/ConfirmPop.js +15 -16
- package/lib/components/dialog/index.css +2 -2
- package/lib/components/dialog/index.js +4 -2
- package/lib/components/drawer/index.js +4 -2
- package/lib/components/drawer-manager/index.js +1 -1
- package/lib/components/drop-selector/index.css +2 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.css +3 -1
- package/lib/components/dynamic/components/dynamic-search-input/index.js +7 -5
- package/lib/components/dynamic/constant.js +18 -16
- package/lib/components/dynamic/dynamic-item/components/header/index.js +14 -12
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +7 -5
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -2
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +7 -4
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +11 -3
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +9 -7
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +10 -7
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +6 -4
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +10 -7
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/index.js +4 -2
- package/lib/components/dynamic/dynamic-like-ranking/index.js +8 -6
- package/lib/components/dynamic/dynamic-like-ranking/item.js +3 -1
- package/lib/components/dynamic/dynamic-liking/index.js +3 -1
- package/lib/components/dynamic/dynamic-liking/item.js +4 -2
- package/lib/components/dynamic/dynamic-list/index.js +3 -1
- package/lib/components/dynamic/dynamic-topping/index.js +3 -1
- package/lib/components/dynamic/dynamic-topping/item.js +4 -2
- package/lib/components/dynamic/dynamic.js +4 -2
- package/lib/components/dynamic/my-team/index.js +5 -3
- package/lib/components/dynamic/online-broadcast/index.js +4 -2
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +3 -1
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +3 -1
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +3 -1
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +3 -1
- package/lib/components/dynamic/quick-operation/index.js +3 -1
- package/lib/components/dynamic/util.js +15 -13
- package/lib/components/e-priority/index.js +7 -5
- package/lib/components/eReport/eReportLists/reportList.js +9 -7
- package/lib/components/eReport/eReportShare/index.js +4 -2
- package/lib/components/eReport/eReportShare/toast/index.js +3 -1
- package/lib/components/edit-kr-wight/EditKrWightModal.js +6 -4
- package/lib/components/ereport-list/index.js +7 -5
- package/lib/components/file-list/components/single-file/index.js +5 -3
- package/lib/components/form/form-fields/department/department-input.js +3 -1
- package/lib/components/form/form-fields/duties/duties-input.js +3 -1
- package/lib/components/form/form-fields/duties/index.js +2 -1
- package/lib/components/form/form-fields/input-verification-code/index.js +18 -15
- package/lib/components/form/form-fields/password/index.css +18 -0
- package/lib/components/form/form-fields/password/index.js +33 -20
- package/lib/components/form/form-fields/user/user-input.js +3 -1
- package/lib/components/form/index.js +4 -1
- package/lib/components/grid-layout/near-visitors/index.js +4 -2
- package/lib/components/grid-layout/okr-align/index.js +8 -6
- package/lib/components/grid-layout/okr-progress/index.js +9 -7
- package/lib/components/grid-layout/okr-target/index.js +13 -11
- package/lib/components/grid-layout/over-view/index.js +5 -3
- package/lib/components/grid-layout/personal-info/index.js +5 -3
- package/lib/components/grid-layout/sub-employee-okr/index.js +5 -3
- package/lib/components/grid-layout/week-task/index.js +10 -8
- package/lib/components/grid-layout/words-cloud/index.js +5 -3
- package/lib/components/grid-page/personal-info/index.js +5 -3
- package/lib/components/img-viewer/index.js +6 -4
- package/lib/components/mblog/components/ConfirmPop.js +3 -1
- package/lib/components/mblog/components/MblogAction.js +13 -16
- package/lib/components/mblog/index.js +23 -21
- package/lib/components/mblog/style.js +4 -4
- package/lib/components/menus/components/drag-resize/index.js +4 -2
- package/lib/components/menus/components/flip-menu-card/flip-back-header.js +3 -1
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +6 -1
- package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +6 -1
- package/lib/components/menus/components/menu-tree/tree-node/index.css +2 -0
- package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +3 -1
- package/lib/components/menus/components/search-colleague/index.js +1 -1
- package/lib/components/menus/export-modules/appraisal-menus/index.js +5 -3
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +4 -2
- package/lib/components/menus/export-modules/manage-menus/index.css +0 -12
- package/lib/components/menus/export-modules/manage-menus/index.js +33 -4
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +4 -2
- package/lib/components/menus/export-modules/okr-menus/index.js +3 -1
- package/lib/components/menus/export-modules/okr-menus/menus.js +3 -1
- package/lib/components/menus/i18n.js +36 -40
- package/lib/components/nav-top/components/user-message/components/empty/index.js +4 -2
- package/lib/components/nav-top/components/user-message/components/remind/index.js +3 -1
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +5 -3
- package/lib/components/nav-top/components/user-message/msg/index.css +4 -0
- package/lib/components/nav-top/components/user-message/msg/index.js +6 -4
- package/lib/components/nav-top/components/user-message/utils.js +3 -1
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.css +22 -1
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +44 -3
- package/lib/components/nav-top/components/user-own-menu/utils.js +60 -26
- package/lib/components/nav-top/components/version/index.css +11 -3
- package/lib/components/nav-top/components/version/index.js +4 -2
- package/lib/components/nav-top/constant.js +11 -5
- package/lib/components/nav-top/request.apis.js +8 -2
- package/lib/components/okr-detail/base-info/base-info.js +16 -13
- package/lib/components/okr-detail/base-info/o-desc/index.js +10 -14
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +15 -10
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +3 -1
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +6 -4
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +3 -1
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +12 -10
- package/lib/components/okr-detail/base-info/person/index.js +3 -1
- package/lib/components/okr-detail/components/ao-nice/index.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +4 -2
- package/lib/components/okr-detail/components/base-okr-type/index.js +1 -1
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +22 -18
- package/lib/components/okr-detail/components/header/edit-name.js +5 -3
- package/lib/components/okr-detail/components/header/index.js +3 -1
- package/lib/components/okr-detail/components/header/o-name.js +3 -1
- package/lib/components/okr-detail/components/o-classify.js +6 -4
- package/lib/components/okr-detail/components/o-progress-update/index.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +12 -10
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +9 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +5 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +8 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +9 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +9 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +8 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +15 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +5 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +12 -8
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +13 -9
- package/lib/components/okr-detail/components/okr-type.js +5 -3
- package/lib/components/okr-detail/components/score/index.js +3 -1
- package/lib/components/okr-detail/detail-footer/index.js +6 -4
- package/lib/components/okr-detail/detail-header/actions.js +13 -11
- package/lib/components/okr-detail/detail-header/confirm.js +4 -2
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +20 -16
- package/lib/components/okr-detail/detail-header/index.js +8 -6
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +7 -5
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +10 -8
- package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +3 -1
- package/lib/components/okr-detail/e-list/search-form/index.js +6 -4
- package/lib/components/okr-detail/e-list/util.js +5 -3
- package/lib/components/okr-detail/index.js +8 -6
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +3 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +6 -4
- package/lib/components/okr-detail/okr-list/create-kr-item/style.js +1 -1
- package/lib/components/okr-detail/okr-list/empty/index.js +6 -4
- package/lib/components/okr-detail/okr-list/index.js +9 -5
- package/lib/components/okr-detail/okr-list/warp-parent-okr.js +3 -1
- package/lib/components/okr-detail/request-apis.js +3 -1
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +18 -16
- package/lib/components/okr-detail/schedule/util.js +3 -1
- package/lib/components/okr-filter-drawer/filter-form.js +68 -55
- package/lib/components/okr-filter-drawer/index.css +7 -3
- package/lib/components/okr-filter-drawer/index.js +4 -8
- package/lib/components/okr-flow/child-node/work-node.js +18 -14
- package/lib/components/okr-flow/empty/index.js +3 -1
- package/lib/components/okr-flow/export-modal/index.js +4 -2
- package/lib/components/okr-flow/mini-map/index.js +5 -3
- package/lib/components/okr-period-selector/select-cycle.js +6 -4
- package/lib/components/okr-progress/components/kr-progress/index.js +3 -1
- package/lib/components/okr-progress/components/o-progress/index.js +18 -16
- package/lib/components/okr-progress/components/o-progress-update/index.js +4 -2
- package/lib/components/okr-progress/request-apis.js +3 -1
- package/lib/components/okr-progress/util.js +3 -1
- package/lib/components/okr-progress-detail/index.js +10 -7
- package/lib/components/okr-progress-detail/utils.js +5 -3
- package/lib/components/okr-progress-modal/helper.js +126 -81
- package/lib/components/okr-progress-modal/index.js +14 -37
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +18 -16
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +1 -1
- package/lib/components/okr-review/ReviewPop/index.js +8 -6
- package/lib/components/okr-review/components/ReviewItem/index.js +5 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +9 -7
- package/lib/components/okr-review/index.js +6 -4
- package/lib/components/okr-share/pink-card/card.js +3 -1
- package/lib/components/okr-share/publishMblog.js +4 -2
- package/lib/components/okr-share/shareCardSelector.js +4 -2
- package/lib/components/okrcase-library/index.js +4 -2
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +6 -4
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +3 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +4 -2
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +4 -2
- package/lib/components/okrcase-library-card/index.js +6 -4
- package/lib/components/operation-records/index.js +3 -1
- package/lib/components/pagination/locale/en_US.js +22 -0
- package/lib/components/pagination/locale/zh_CN.js +22 -0
- package/lib/components/pagination/pagination.js +8 -1
- package/lib/components/password-input/index.js +4 -2
- package/lib/components/period-selector/common.js +19 -9
- package/lib/components/period-selector/components/selector/index.js +45 -18
- package/lib/components/period-selector/mockData.js +97 -83
- package/lib/components/photo-card/components/card/index.js +6 -4
- package/lib/components/photo-card/index.js +4 -2
- package/lib/components/point-demo/constant.js +72 -0
- package/lib/components/point-demo/drop-down-box/index.js +1 -1
- package/lib/components/point-demo/index.js +12 -66
- package/lib/components/praise-record/index.js +4 -2
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.css +1 -1
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +9 -6
- package/lib/components/range-picker-pop/index.js +7 -6
- package/lib/components/range-selector-pop/RangeList.js +5 -3
- package/lib/components/scrollbar/simplebar/index.js +2 -0
- package/lib/components/scrollbar/simplebar/scrollbar-width.js +2 -0
- package/lib/components/select-layer/index.js +3 -1
- package/lib/components/select-tags/index.js +3 -1
- package/lib/components/selector-input/index.js +3 -1
- package/lib/components/slider-input/index.js +3 -1
- package/lib/components/status-time/index.js +5 -3
- package/lib/components/table/index.js +3 -1
- package/lib/components/task-relation-modal/index.js +8 -6
- package/lib/components/task-relation-modal/search/category-select.js +6 -4
- package/lib/components/task-relation-modal/search/okr-status-select.js +6 -4
- package/lib/components/task-relation-modal/search/okr-type-select.js +8 -6
- package/lib/components/task-relation-modal/search/principal.js +4 -2
- package/lib/components/task-relation-modal/search/relation.js +8 -6
- package/lib/components/task-relation-modal/tree/category-tree/index.js +5 -3
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +3 -1
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +6 -4
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +3 -1
- package/lib/components/task-relation-modal/tree/work-tree/index.js +7 -5
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +3 -1
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +5 -3
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +4 -2
- package/lib/components/tita-chart/charts/liquid-ball.js +3 -1
- package/lib/components/tita-chart/charts/words-cloud.js +8 -6
- package/lib/components/update-modal/index.js +3 -1
- package/lib/components/upload/components/uploadedPreview.js +8 -6
- package/lib/components/upload/index.js +5 -3
- package/lib/components/upload-photo-modal/constant.js +2 -2
- package/lib/components/upload-photo-modal/index.css +1 -2
- package/lib/components/upload-photo-modal/index.js +54 -77
- package/lib/components/upvote/attitude.js +31 -25
- package/lib/components/upvote/index.js +7 -5
- package/lib/components/upvote/selector.js +1 -1
- package/lib/components/upvote/upvoteListModal.js +3 -1
- package/lib/components/user-selector/action-btns/btn-cancel.js +3 -1
- package/lib/components/user-selector/action-btns/btn-ok.js +3 -1
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -0
- package/lib/components/user-selector/category-selector-panel/index.js +6 -21
- package/lib/components/user-selector/constant.js +29 -0
- package/lib/components/user-selector/empty/group.js +3 -1
- package/lib/components/user-selector/empty/index.js +3 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.css +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +5 -1
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +3 -1
- package/lib/components/user-selector/request-apis.js +1 -1
- package/lib/components/user-selector/searched-panel/index.js +5 -3
- package/lib/components/user-selector/selected-panel/index.js +8 -6
- package/lib/components/version-change-modal/constant.js +35 -29
- package/lib/components/version-change-modal/index.js +6 -4
- package/lib/components/weekly-report/index.js +4 -2
- package/lib/components/weekly-report/statistics.js +3 -1
- package/lib/components/word-cloud/index.js +1 -1
- package/lib/components-v1/confirm/index.js +4 -2
- package/lib/components-v1/popConfirm/index.js +4 -2
- package/lib/components-v1/progress/CircleProgress.js +1 -1
- package/lib/components-v1/radio/radioGroup.js +1 -1
- package/lib/components-v1/search/index.js +5 -5
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +4 -2
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +1 -1
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +1 -1
- package/lib/components-v1/userSelector/components/MultiMode/index.js +8 -6
- package/lib/components-v1/userSelector/components/SearchBar.js +3 -1
- package/lib/components-v1/userSelector/components/SingleMode.js +1 -1
- package/lib/components-v1/userSelector/index.js +5 -3
- package/lib/pages/appointment-demo/drop-down-box/index.js +3 -1
- package/lib/pages/appointment-demo/index.js +18 -16
- package/lib/pages/group-management/page-view/empty.js +1 -1
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +6 -4
- package/lib/pages/group-management/table/index.js +4 -2
- package/lib/pages/group-management/tree/add-group-dialog/index.js +4 -2
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +4 -2
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +4 -2
- package/lib/pages/group-management/tree/group-form/index.js +4 -2
- package/lib/pages/group-management/tree/operation-panel.js +4 -2
- package/lib/pages/group-management/tree/trigger-render.js +3 -1
- package/lib/pages/home/components/data-list/index.js +13 -11
- package/lib/pages/home/components/data-list/nav-selector/index.js +15 -13
- package/lib/pages/home/components/data-list/table/columns/index.js +16 -14
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +7 -5
- package/lib/pages/home/components/data-list/table/utils-function.js +3 -1
- package/lib/pages/home/components/guide/index.js +14 -12
- package/lib/pages/home/components/header/index.js +3 -1
- package/lib/pages/home-page-data-list/index.js +13 -11
- package/lib/pages/like-ranking/column.js +8 -6
- package/lib/pages/like-ranking/filter-buttons/department.js +3 -1
- package/lib/pages/like-ranking/filter-buttons/group.js +3 -1
- package/lib/pages/like-ranking/filter-buttons/modular.js +20 -14
- package/lib/pages/like-ranking/filter-buttons/name.js +3 -1
- package/lib/pages/like-ranking/filter-buttons/timer.js +3 -1
- package/lib/pages/like-ranking/index.js +10 -8
- package/lib/pages/new-okr-list/header/comments.js +3 -1
- package/lib/pages/new-okr-list/header/create-okr.js +3 -1
- package/lib/pages/new-okr-list/header/depart-title.js +4 -2
- package/lib/pages/new-okr-list/header/filter.js +3 -1
- package/lib/pages/new-okr-list/header/index.js +3 -1
- package/lib/pages/new-okr-list/header/relation-title.js +4 -2
- package/lib/pages/new-okr-list/index.js +4 -2
- package/lib/pages/new-okr-list/keyword-search/index.js +3 -1
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +16 -14
- package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +6 -4
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +6 -4
- package/lib/pages/okr-map/level2-search/level2-input.js +3 -1
- package/lib/pages/okr-map/no-okr/index.js +3 -1
- package/lib/pages/okr-map/number-select/index.js +3 -1
- package/lib/pages/okr-map/share-dialog/index.js +8 -6
- package/lib/pages/personal-info/components/base-info/index.css +31 -4
- package/lib/pages/personal-info/components/base-info/index.js +17 -7
- package/lib/pages/personal-info/components/{edit-info → edit-base-info}/index.css +1 -1
- package/lib/pages/personal-info/components/{edit-info → edit-base-info}/index.js +3 -4
- package/lib/pages/personal-info/components/person-photo/index.css +18 -5
- package/lib/pages/personal-info/components/person-photo/index.js +18 -3
- package/lib/utils/date-test-change.js +5 -3
- package/lib/utils/format-time.js +5 -3
- package/lib/utils/getLocale.js +17 -0
- package/package.json +2 -1
- package/src/components/avatar/icon-avatar/index.tsx +2 -2
- package/src/components/button/default-button/index.tsx +3 -2
- package/src/components/button/rect-btn/index.tsx +2 -1
- package/src/components/button/text-btn/index.tsx +2 -1
- package/src/components/cascader/index.tsx +2 -1
- package/src/components/change-okr-modal/Filter.tsx +49 -109
- package/src/components/change-okr-modal/Item.tsx +17 -14
- package/src/components/change-okr-modal/constant.ts +156 -0
- package/src/components/change-okr-modal/filterTab.tsx +0 -2
- package/src/components/change-okr-modal/index.tsx +8 -9
- package/src/components/common-share/publishMblog.tsx +3 -2
- package/src/components/communication/CommunicationAttachments.tsx +7 -6
- package/src/components/communication/CommunicationRecord.tsx +6 -8
- package/src/components/communication/index.tsx +5 -4
- package/src/components/confidence/index.tsx +3 -2
- package/src/components/create-okr-modal/constant.ts +21 -12
- package/src/components/create-okr-modal/createCycle.tsx +5 -6
- package/src/components/create-okr-modal/createSuccessCmp.tsx +7 -6
- package/src/components/create-okr-modal/fields/date-cycle.tsx +4 -3
- package/src/components/create-okr-modal/fields/o-new-name.tsx +13 -10
- package/src/components/create-okr-modal/fields/okr-case.tsx +3 -2
- package/src/components/create-okr-modal/fields/okr-classify.tsx +11 -7
- package/src/components/create-okr-modal/fields/okr-create-suggest.tsx +5 -4
- package/src/components/create-okr-modal/fields/okr-parent.tsx +4 -3
- package/src/components/create-okr-modal/fields/okr-type-detail.tsx +6 -5
- package/src/components/create-okr-modal/fields/okr-type.tsx +6 -5
- package/src/components/create-okr-modal/fields/okr-visibility-detail.tsx +7 -6
- package/src/components/create-okr-modal/fields/okr-visibility.tsx +19 -14
- package/src/components/create-okr-modal/index.tsx +31 -27
- package/src/components/create-okr-modal/kr-items/kr-item-weight.tsx +2 -1
- package/src/components/create-okr-modal/kr-items/krDatas.tsx +4 -3
- package/src/components/create-okr-modal/kr-items/krItem.tsx +2 -1
- package/src/components/create-okr-modal/objectType.tsx +14 -11
- package/src/components/create-okr-modal/style.ts +1 -1
- package/src/components/date-picker/CalendarBody.js +8 -7
- package/src/components/delete-confirm-pop/ConfirmPop.tsx +7 -17
- package/src/components/dialog/index.js +3 -2
- package/src/components/dialog/index.scss +2 -2
- package/src/components/drawer/index.tsx +3 -2
- package/src/components/drawer-manager/index.tsx +1 -1
- package/src/components/drop-selector/index.scss +2 -0
- package/src/components/dynamic/components/dynamic-search-input/index.scss +3 -1
- package/src/components/dynamic/components/dynamic-search-input/index.tsx +6 -5
- package/src/components/dynamic/constant.ts +23 -21
- package/src/components/dynamic/dynamic-item/components/header/index.tsx +13 -12
- package/src/components/dynamic/dynamic-item/dynamic-align/index.tsx +3 -2
- package/src/components/dynamic/dynamic-item/dynamic-assessment/index.tsx +3 -2
- package/src/components/dynamic/dynamic-item/dynamic-create-o/index.tsx +6 -5
- package/src/components/dynamic/dynamic-item/dynamic-kr/index.tsx +4 -2
- package/src/components/dynamic/dynamic-item/dynamic-milestone/constant.ts +6 -4
- package/src/components/dynamic/dynamic-item/dynamic-milestone/index.tsx +16 -3
- package/src/components/dynamic/dynamic-item/dynamic-progress/index.tsx +8 -7
- package/src/components/dynamic/dynamic-item/dynamic-project/constant.ts +9 -7
- package/src/components/dynamic/dynamic-item/dynamic-project/index.tsx +2 -1
- package/src/components/dynamic/dynamic-item/dynamic-relative/index.tsx +3 -2
- package/src/components/dynamic/dynamic-item/dynamic-replay/index.tsx +4 -3
- package/src/components/dynamic/dynamic-item/dynamic-report/index.tsx +4 -3
- package/src/components/dynamic/dynamic-item/dynamic-reward/index.tsx +5 -4
- package/src/components/dynamic/dynamic-item/dynamic-share/index.tsx +2 -1
- package/src/components/dynamic/dynamic-item/dynamic-task/constant.ts +9 -7
- package/src/components/dynamic/dynamic-item/dynamic-task/index.tsx +4 -3
- package/src/components/dynamic/dynamic-item/index.tsx +3 -2
- package/src/components/dynamic/dynamic-like-ranking/index.tsx +7 -6
- package/src/components/dynamic/dynamic-like-ranking/item.tsx +2 -2
- package/src/components/dynamic/dynamic-liking/index.tsx +2 -1
- package/src/components/dynamic/dynamic-liking/item.tsx +3 -2
- package/src/components/dynamic/dynamic-list/index.tsx +2 -1
- package/src/components/dynamic/dynamic-topping/index.tsx +2 -1
- package/src/components/dynamic/dynamic-topping/item.tsx +3 -2
- package/src/components/dynamic/dynamic.tsx +3 -2
- package/src/components/dynamic/my-team/index.tsx +4 -3
- package/src/components/dynamic/online-broadcast/index.tsx +3 -2
- package/src/components/dynamic/quick-operation/components/create-announcement/index.tsx +2 -1
- package/src/components/dynamic/quick-operation/components/create-okr/index.tsx +3 -2
- package/src/components/dynamic/quick-operation/components/create-share/index.tsx +2 -1
- package/src/components/dynamic/quick-operation/components/create-task/index.tsx +2 -1
- package/src/components/dynamic/quick-operation/index.tsx +2 -1
- package/src/components/dynamic/util.ts +14 -13
- package/src/components/e-priority/index.js +6 -5
- package/src/components/eReport/eReportLists/reportList.tsx +8 -7
- package/src/components/eReport/eReportShare/index.tsx +3 -2
- package/src/components/eReport/eReportShare/toast/index.tsx +2 -1
- package/src/components/edit-kr-wight/EditKrWightModal.tsx +5 -4
- package/src/components/ereport-list/index.tsx +6 -5
- package/src/components/file-list/components/single-file/index.tsx +4 -3
- package/src/components/form/form-fields/department/department-input.tsx +2 -1
- package/src/components/form/form-fields/duties/duties-input.tsx +2 -1
- package/src/components/form/form-fields/duties/index.tsx +1 -1
- package/src/components/form/form-fields/input-verification-code/index.tsx +100 -70
- package/src/components/form/form-fields/password/index.scss +20 -4
- package/src/components/form/form-fields/password/index.tsx +73 -51
- package/src/components/form/form-fields/user/user-input.tsx +2 -1
- package/src/components/form/index.tsx +3 -1
- package/src/components/grid-layout/near-visitors/index.tsx +3 -2
- package/src/components/grid-layout/okr-align/index.tsx +7 -6
- package/src/components/grid-layout/okr-progress/index.tsx +8 -7
- package/src/components/grid-layout/okr-target/index.tsx +12 -11
- package/src/components/grid-layout/over-view/index.tsx +4 -4
- package/src/components/grid-layout/personal-info/index.tsx +4 -3
- package/src/components/grid-layout/sub-employee-okr/index.tsx +4 -3
- package/src/components/grid-layout/week-task/index.tsx +8 -7
- package/src/components/grid-layout/words-cloud/index.tsx +4 -3
- package/src/components/grid-page/personal-info/index.tsx +4 -3
- package/src/components/img-viewer/index.tsx +5 -4
- package/src/components/mblog/components/ConfirmPop.tsx +2 -1
- package/src/components/mblog/components/MblogAction.tsx +14 -15
- package/src/components/mblog/index.tsx +17 -26
- package/src/components/mblog/style.ts +5 -5
- package/src/components/menus/components/drag-resize/index.tsx +3 -2
- package/src/components/menus/components/flip-menu-card/flip-back-header.tsx +2 -1
- package/src/components/menus/components/menu-tree/tree-node/assess-manage.tsx +4 -1
- package/src/components/menus/components/menu-tree/tree-node/assess-template.tsx +4 -1
- package/src/components/menus/components/menu-tree/tree-node/index.scss +2 -0
- package/src/components/menus/components/menu-tree/tree-node/no-follower.tsx +2 -1
- package/src/components/menus/components/search-colleague/index.tsx +1 -1
- package/src/components/menus/export-modules/appraisal-menus/index.tsx +4 -3
- package/src/components/menus/export-modules/appraisal-menus/menus.ts +3 -2
- package/src/components/menus/export-modules/manage-menus/index.scss +0 -13
- package/src/components/menus/export-modules/manage-menus/index.tsx +41 -10
- package/src/components/menus/export-modules/okr-menus/depart-menus/index.tsx +3 -2
- package/src/components/menus/export-modules/okr-menus/index.tsx +2 -1
- package/src/components/menus/export-modules/okr-menus/menus.ts +2 -1
- package/src/components/menus/i18n.ts +43 -46
- package/src/components/nav-top/components/user-message/components/empty/index.tsx +3 -2
- package/src/components/nav-top/components/user-message/components/remind/index.tsx +2 -1
- package/src/components/nav-top/components/user-message/components/remind/remind-item.tsx +4 -3
- package/src/components/nav-top/components/user-message/msg/index.scss +3 -0
- package/src/components/nav-top/components/user-message/msg/index.tsx +5 -4
- package/src/components/nav-top/components/user-message/utils.ts +3 -1
- package/src/components/nav-top/components/user-own-menu/components/own-menu/index.scss +21 -1
- package/src/components/nav-top/components/user-own-menu/components/own-menu/index.tsx +64 -3
- package/src/components/nav-top/components/user-own-menu/utils.ts +71 -46
- package/src/components/nav-top/components/version/index.scss +11 -3
- package/src/components/nav-top/components/version/index.tsx +4 -3
- package/src/components/nav-top/constant.ts +7 -7
- package/src/components/nav-top/interface.ts +2 -1
- package/src/components/nav-top/request.apis.ts +4 -0
- package/src/components/okr-detail/base-info/base-info.tsx +13 -14
- package/src/components/okr-detail/base-info/o-desc/index.tsx +8 -15
- package/src/components/okr-detail/base-info/other-infos/classify/index.tsx +7 -6
- package/src/components/okr-detail/base-info/other-infos/date-cycle/index.tsx +2 -1
- package/src/components/okr-detail/base-info/other-infos/okr-type/index.tsx +5 -4
- package/src/components/okr-detail/base-info/other-infos/principal/index.tsx +2 -1
- package/src/components/okr-detail/base-info/other-infos/visibility/index.tsx +11 -10
- package/src/components/okr-detail/base-info/person/index.tsx +2 -1
- package/src/components/okr-detail/components/ao-nice/index.js +3 -3
- package/src/components/okr-detail/components/base-okr-type/confirm/confirm.tsx +3 -2
- package/src/components/okr-detail/components/base-okr-type/index.tsx +1 -1
- package/src/components/okr-detail/components/base-okr-type/object-type.tsx +11 -10
- package/src/components/okr-detail/components/header/edit-name.tsx +4 -3
- package/src/components/okr-detail/components/header/index.js +2 -1
- package/src/components/okr-detail/components/header/o-name.tsx +2 -1
- package/src/components/okr-detail/components/o-classify.tsx +5 -4
- package/src/components/okr-detail/components/o-progress-update/index.tsx +3 -2
- package/src/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +11 -10
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/constant.ts +8 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +2 -1
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +6 -5
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +4 -3
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +7 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +8 -7
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +8 -7
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +7 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +3 -2
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +14 -13
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +4 -3
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +10 -7
- package/src/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +12 -9
- package/src/components/okr-detail/components/okr-type.tsx +5 -3
- package/src/components/okr-detail/components/score/index.tsx +2 -1
- package/src/components/okr-detail/detail-footer/index.tsx +5 -4
- package/src/components/okr-detail/detail-header/actions.tsx +12 -11
- package/src/components/okr-detail/detail-header/confirm.tsx +5 -6
- package/src/components/okr-detail/detail-header/delete-confirm/delete-confirm.tsx +8 -7
- package/src/components/okr-detail/detail-header/index.tsx +7 -6
- package/src/components/okr-detail/e-list/search-form/fields/e-order.js +6 -5
- package/src/components/okr-detail/e-list/search-form/fields/e-status.js +9 -8
- package/src/components/okr-detail/e-list/search-form/fields/e-user.js +2 -1
- package/src/components/okr-detail/e-list/search-form/index.js +5 -5
- package/src/components/okr-detail/e-list/util.ts +4 -3
- package/src/components/okr-detail/index.js +7 -6
- package/src/components/okr-detail/okr-list/add-parent-okr.js +2 -1
- package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +6 -5
- package/src/components/okr-detail/okr-list/create-kr-item/style.ts +1 -1
- package/src/components/okr-detail/okr-list/empty/index.js +5 -4
- package/src/components/okr-detail/okr-list/index.js +6 -5
- package/src/components/okr-detail/okr-list/warp-parent-okr.js +2 -1
- package/src/components/okr-detail/request-apis.ts +2 -1
- package/src/components/okr-detail/schedule/components/kr-progress/index.tsx +2 -1
- package/src/components/okr-detail/schedule/components/o-progress/index.tsx +17 -16
- package/src/components/okr-detail/schedule/util.ts +3 -1
- package/src/components/okr-filter-drawer/filter-form.tsx +83 -79
- package/src/components/okr-filter-drawer/index.scss +6 -4
- package/src/components/okr-filter-drawer/index.tsx +4 -7
- package/src/components/okr-flow/child-node/work-node.js +11 -8
- package/src/components/okr-flow/empty/index.js +2 -1
- package/src/components/okr-flow/export-modal/index.tsx +3 -2
- package/src/components/okr-flow/mini-map/index.js +4 -3
- package/src/components/okr-period-selector/select-cycle.tsx +12 -12
- package/src/components/okr-progress/components/kr-progress/index.tsx +2 -1
- package/src/components/okr-progress/components/o-progress/index.tsx +17 -16
- package/src/components/okr-progress/components/o-progress-update/index.tsx +3 -2
- package/src/components/okr-progress/request-apis.ts +2 -1
- package/src/components/okr-progress/util.ts +2 -1
- package/src/components/okr-progress-detail/index.tsx +110 -55
- package/src/components/okr-progress-detail/utils.ts +4 -3
- package/src/components/okr-progress-modal/helper.js +104 -64
- package/src/components/okr-progress-modal/index.tsx +15 -50
- package/src/components/okr-review/ReviewPop/components/ReviewBody/index.tsx +19 -17
- package/src/components/okr-review/ReviewPop/components/ReviewBody/style.ts +1 -1
- package/src/components/okr-review/ReviewPop/index.tsx +7 -7
- package/src/components/okr-review/components/ReviewItem/index.tsx +4 -3
- package/src/components/okr-review/components/confirm-pop/ConfirmPop.tsx +4 -6
- package/src/components/okr-review/index.tsx +5 -4
- package/src/components/okr-share/pink-card/card.tsx +2 -1
- package/src/components/okr-share/publishMblog.tsx +3 -4
- package/src/components/okr-share/shareCardSelector.tsx +5 -4
- package/src/components/okrcase-library/index.tsx +4 -3
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.tsx +5 -4
- package/src/components/okrcase-library/okrcases-components/caseLibrary-main.tsx +2 -1
- package/src/components/okrcase-library/okrcases-components/caseLibray-header.tsx +23 -17
- package/src/components/okrcase-library/okrcases-components/submitOkr-dialog.tsx +3 -2
- package/src/components/okrcase-library-card/index.tsx +5 -6
- package/src/components/operation-records/index.tsx +2 -1
- package/src/components/pagination/locale/en_US.js +16 -0
- package/src/components/pagination/locale/zh_CN.js +16 -0
- package/src/components/pagination/pagination.tsx +4 -0
- package/src/components/password-input/index.tsx +8 -11
- package/src/components/period-selector/common.ts +29 -12
- package/src/components/period-selector/components/selector/index.tsx +44 -18
- package/src/components/period-selector/mockData.ts +30 -28
- package/src/components/photo-card/components/card/index.tsx +5 -4
- package/src/components/photo-card/index.tsx +3 -2
- package/src/components/point-demo/constant.ts +27 -0
- package/src/components/point-demo/drop-down-box/index.js +1 -1
- package/src/components/point-demo/index.js +13 -33
- package/src/components/praise-record/index.tsx +3 -2
- package/src/components/publish-dynamic-modal/publish-dynamic-modal.scss +1 -1
- package/src/components/publish-dynamic-modal/publish-dynamic-modal.tsx +7 -5
- package/src/components/range-picker-pop/index.js +6 -10
- package/src/components/range-selector-pop/RangeList.tsx +5 -4
- package/src/components/scrollbar/simplebar/index.js +1 -0
- package/src/components/scrollbar/simplebar/scrollbar-width.js +1 -0
- package/src/components/select-layer/index.tsx +2 -1
- package/src/components/select-tags/index.tsx +2 -1
- package/src/components/selector-input/index.js +2 -1
- package/src/components/slider-input/index.js +2 -1
- package/src/components/status-time/index.tsx +4 -3
- package/src/components/table/index.js +3 -2
- package/src/components/task-relation-modal/index.tsx +7 -6
- package/src/components/task-relation-modal/search/category-select.tsx +5 -4
- package/src/components/task-relation-modal/search/okr-status-select.tsx +5 -4
- package/src/components/task-relation-modal/search/okr-type-select.tsx +7 -6
- package/src/components/task-relation-modal/search/principal.tsx +4 -2
- package/src/components/task-relation-modal/search/relation.tsx +7 -6
- package/src/components/task-relation-modal/tree/category-tree/index.tsx +4 -3
- package/src/components/task-relation-modal/tree/category-tree/search-form.tsx +2 -1
- package/src/components/task-relation-modal/tree/okr-tree/index.tsx +5 -4
- package/src/components/task-relation-modal/tree/okr-tree/search-form.tsx +3 -2
- package/src/components/task-relation-modal/tree/work-tree/index.tsx +6 -5
- package/src/components/task-relation-modal/tree/work-tree/search-form.tsx +2 -1
- package/src/components/task-relation-modal/tree-node/milestone-node/index.tsx +4 -3
- package/src/components/task-relation-modal/tree-node/work-node/index.tsx +3 -2
- package/src/components/tita-chart/charts/liquid-ball.tsx +2 -1
- package/src/components/tita-chart/charts/words-cloud.tsx +7 -6
- package/src/components/update-modal/index.tsx +2 -1
- package/src/components/upload/components/uploadedPreview.tsx +7 -6
- package/src/components/upload/index.tsx +3 -4
- package/src/components/upload-photo-modal/constant.ts +2 -2
- package/src/components/upload-photo-modal/index.scss +1 -2
- package/src/components/upload-photo-modal/index.tsx +42 -57
- package/src/components/upvote/attitude.ts +36 -32
- package/src/components/upvote/index.tsx +7 -6
- package/src/components/upvote/selector.tsx +2 -2
- package/src/components/upvote/upvoteListModal.tsx +2 -1
- package/src/components/user-selector/action-btns/btn-cancel.js +2 -1
- package/src/components/user-selector/action-btns/btn-ok.js +2 -1
- package/src/components/user-selector/category-selector-panel/depart-tree.tsx +3 -2
- package/src/components/user-selector/category-selector-panel/index.tsx +3 -13
- package/src/components/user-selector/constant.ts +16 -0
- package/src/components/user-selector/empty/group.js +2 -2
- package/src/components/user-selector/empty/index.js +2 -1
- package/src/components/user-selector/export-modules/duties-selector/index.tsx +1 -1
- package/src/components/user-selector/export-modules/field-tree-selector/index.scss +1 -1
- package/src/components/user-selector/export-modules/field-tree-selector/index.tsx +5 -2
- package/src/components/user-selector/export-modules/multiple-user-selector--bak/index.js +2 -1
- package/src/components/user-selector/request-apis.js +1 -1
- package/src/components/user-selector/searched-panel/index.js +4 -4
- package/src/components/user-selector/selected-panel/index.tsx +7 -6
- package/src/components/version-change-modal/constant.ts +54 -44
- package/src/components/version-change-modal/index.tsx +5 -4
- package/src/components/weekly-report/index.tsx +4 -3
- package/src/components/weekly-report/statistics.tsx +2 -1
- package/src/components/word-cloud/index.js +1 -1
- package/src/components-v1/confirm/index.tsx +3 -2
- package/src/components-v1/popConfirm/index.tsx +3 -2
- package/src/components-v1/progress/CircleProgress.js +1 -1
- package/src/components-v1/radio/radioGroup.tsx +1 -1
- package/src/components-v1/search/index.tsx +2 -4
- package/src/components-v1/userSelector/components/MultiMode/CommonList.tsx +3 -2
- package/src/components-v1/userSelector/components/MultiMode/DepartmentList.tsx +1 -1
- package/src/components-v1/userSelector/components/MultiMode/SubsList.tsx +1 -1
- package/src/components-v1/userSelector/components/MultiMode/index.tsx +7 -6
- package/src/components-v1/userSelector/components/SearchBar.tsx +2 -1
- package/src/components-v1/userSelector/components/SingleMode.tsx +1 -1
- package/src/components-v1/userSelector/index.tsx +4 -3
- package/src/index.d.ts +2 -0
- package/src/pages/appointment-demo/drop-down-box/index.js +2 -1
- package/src/pages/appointment-demo/index.js +17 -16
- package/src/pages/group-management/page-view/empty.js +1 -1
- package/src/pages/group-management/page-view/importGroupStaff/index.js +5 -4
- package/src/pages/group-management/table/index.js +3 -2
- package/src/pages/group-management/tree/add-group-dialog/index.js +3 -2
- package/src/pages/group-management/tree/delete-group-dialog/index.js +3 -2
- package/src/pages/group-management/tree/edit-group-dialog/index.js +3 -2
- package/src/pages/group-management/tree/group-form/index.js +3 -2
- package/src/pages/group-management/tree/operation-panel.js +3 -2
- package/src/pages/group-management/tree/trigger-render.js +2 -1
- package/src/pages/home/components/data-list/index.tsx +12 -11
- package/src/pages/home/components/data-list/nav-selector/index.tsx +14 -14
- package/src/pages/home/components/data-list/table/columns/index.tsx +15 -14
- package/src/pages/home/components/data-list/table/columns/progressAndRisk.tsx +6 -5
- package/src/pages/home/components/data-list/table/utils-function.ts +2 -1
- package/src/pages/home/components/guide/index.tsx +13 -12
- package/src/pages/home/components/header/index.tsx +2 -1
- package/src/pages/home-page-data-list/index.tsx +12 -11
- package/src/pages/like-ranking/column.tsx +9 -9
- package/src/pages/like-ranking/filter-buttons/department.tsx +3 -2
- package/src/pages/like-ranking/filter-buttons/group.tsx +2 -1
- package/src/pages/like-ranking/filter-buttons/modular.tsx +11 -8
- package/src/pages/like-ranking/filter-buttons/name.tsx +2 -1
- package/src/pages/like-ranking/filter-buttons/timer.tsx +2 -1
- package/src/pages/like-ranking/index.tsx +9 -8
- package/src/pages/new-okr-list/context.ts +1 -1
- package/src/pages/new-okr-list/header/comments.tsx +2 -1
- package/src/pages/new-okr-list/header/create-okr.tsx +2 -1
- package/src/pages/new-okr-list/header/depart-title.tsx +3 -2
- package/src/pages/new-okr-list/header/filter.tsx +2 -1
- package/src/pages/new-okr-list/header/index.tsx +2 -1
- package/src/pages/new-okr-list/header/relation-title.tsx +3 -2
- package/src/pages/new-okr-list/index.tsx +4 -3
- package/src/pages/new-okr-list/keyword-search/index.tsx +2 -1
- package/src/pages/okr-map/export-modules/okr-map/header/index.js +15 -14
- package/src/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +5 -4
- package/src/pages/okr-map/export-modules/share-okr-page/header/index.js +5 -4
- package/src/pages/okr-map/level2-search/level2-input.js +2 -1
- package/src/pages/okr-map/no-okr/index.js +2 -1
- package/src/pages/okr-map/number-select/index.js +2 -1
- package/src/pages/okr-map/share-dialog/index.js +7 -6
- package/src/pages/personal-info/components/base-info/index.scss +26 -4
- package/src/pages/personal-info/components/base-info/index.tsx +16 -6
- package/src/pages/personal-info/components/{edit-info → edit-base-info}/index.scss +1 -1
- package/src/pages/personal-info/components/{edit-info → edit-base-info}/index.tsx +2 -4
- package/src/pages/personal-info/components/person-photo/index.scss +17 -5
- package/src/pages/personal-info/components/person-photo/index.tsx +12 -4
- package/src/utils/date-test-change.ts +5 -3
- package/src/utils/format-time.ts +5 -3
- package/src/utils/getLocale.ts +9 -0
- package/lib/pages/personal-info/components/edit-info/input/index.css +0 -89
- package/lib/pages/personal-info/components/edit-info/input/index.js +0 -199
- package/src/pages/personal-info/components/edit-info/input/index.scss +0 -82
- package/src/pages/personal-info/components/edit-info/input/index.tsx +0 -145
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getYear = exports.getTypeMap = exports.getStatusType = exports.getPopType = exports.getOkrTypes = exports.getMonthKeyValue = exports.getMonth = exports.getBimonthlyMonthKeyValue = void 0;
|
|
7
|
+
|
|
8
|
+
var _getLocale = require("../../utils/getLocale");
|
|
9
|
+
|
|
10
|
+
var getYear = function getYear() {
|
|
11
|
+
var years = [{
|
|
12
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Butt_Allyears"),
|
|
13
|
+
value: -1
|
|
14
|
+
}];
|
|
15
|
+
|
|
16
|
+
for (var i = 2013; i < 2051; i++) {
|
|
17
|
+
years.push({
|
|
18
|
+
title: i + (_getLocale.isEn ? '' : "年"),
|
|
19
|
+
value: i
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
return years;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.getYear = getYear;
|
|
27
|
+
|
|
28
|
+
var getStatusType = function getStatusType() {
|
|
29
|
+
return [{
|
|
30
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Butt_AllStates"),
|
|
31
|
+
value: 0
|
|
32
|
+
}, {
|
|
33
|
+
title: (0, _getLocale.getLocale)("Per_MyRe_text_Inprogress"),
|
|
34
|
+
value: 1
|
|
35
|
+
}, {
|
|
36
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Butt_Hasended"),
|
|
37
|
+
value: 2
|
|
38
|
+
}];
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
exports.getStatusType = getStatusType;
|
|
42
|
+
|
|
43
|
+
var getOkrTypes = function getOkrTypes() {
|
|
44
|
+
return [{
|
|
45
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Butt_Alltypes"),
|
|
46
|
+
value: -1
|
|
47
|
+
}, {
|
|
48
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Company"),
|
|
49
|
+
value: 3
|
|
50
|
+
}, {
|
|
51
|
+
title: (0, _getLocale.getLocale)("Mod_Department"),
|
|
52
|
+
value: 2
|
|
53
|
+
}, {
|
|
54
|
+
/**
|
|
55
|
+
新增的团队 --- start
|
|
56
|
+
*/
|
|
57
|
+
title: (0, _getLocale.getLocale)('OKR_MyO_Text_Team'),
|
|
58
|
+
value: 4
|
|
59
|
+
/**
|
|
60
|
+
新增的团队 --- end
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
}, {
|
|
64
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Individual"),
|
|
65
|
+
value: 1
|
|
66
|
+
}];
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
exports.getOkrTypes = getOkrTypes;
|
|
70
|
+
|
|
71
|
+
var getPopType = function getPopType() {
|
|
72
|
+
return {
|
|
73
|
+
0: (0, _getLocale.getLocale)("OKR_OKRW_Butt_Switchobje"),
|
|
74
|
+
1: (0, _getLocale.getLocale)("OKR_MyO_Pop_SetAlignment")
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
exports.getPopType = getPopType;
|
|
79
|
+
|
|
80
|
+
var getTypeMap = function getTypeMap() {
|
|
81
|
+
return {
|
|
82
|
+
1: (0, _getLocale.getLocale)("OKR_MyO_Pop_Individual"),
|
|
83
|
+
2: (0, _getLocale.getLocale)("Mod_Department"),
|
|
84
|
+
3: (0, _getLocale.getLocale)("OKR_MyO_Pop_Company"),
|
|
85
|
+
4: (0, _getLocale.getLocale)('OKR_MyO_Text_Team')
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
exports.getTypeMap = getTypeMap;
|
|
90
|
+
|
|
91
|
+
var getBimonthlyMonthKeyValue = function getBimonthlyMonthKeyValue(startMonth) {
|
|
92
|
+
var start = startMonth % 2 == 1 ? 1 : 2;
|
|
93
|
+
var month = start;
|
|
94
|
+
|
|
95
|
+
var getNextMonth = function getNextMonth(month) {
|
|
96
|
+
var step = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
|
97
|
+
return (month + step) % 12 || 12;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
var datas = [];
|
|
101
|
+
var monthLang = getMonth();
|
|
102
|
+
|
|
103
|
+
if (!i18nInfo || i18nInfo.I18NOpen && i18nInfo.I18NUserLang === "zh_CN") {
|
|
104
|
+
datas.push({
|
|
105
|
+
title: "".concat(start, " - ").concat(getNextMonth(start), "\u6708"),
|
|
106
|
+
value: ["4,".concat(start)]
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
while (1) {
|
|
110
|
+
month = getNextMonth(month, 2);
|
|
111
|
+
if (month == start) break;
|
|
112
|
+
datas.push({
|
|
113
|
+
title: "".concat(month, " - ").concat(getNextMonth(month), "\u6708"),
|
|
114
|
+
value: ["4,".concat(month)]
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
} else {
|
|
118
|
+
datas.push({
|
|
119
|
+
title: "".concat(monthLang[start - 1], " - ").concat(monthLang[getNextMonth(start) - 1]),
|
|
120
|
+
value: ["4,".concat(start)]
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
while (1) {
|
|
124
|
+
month = getNextMonth(month, 2);
|
|
125
|
+
if (month == start) break;
|
|
126
|
+
datas.push({
|
|
127
|
+
title: "".concat(monthLang[month - 1], " - ").concat(monthLang[getNextMonth(month) - 1]),
|
|
128
|
+
value: ["4,".concat(month)]
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
return datas;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
exports.getBimonthlyMonthKeyValue = getBimonthlyMonthKeyValue;
|
|
137
|
+
|
|
138
|
+
var getMonth = function getMonth() {
|
|
139
|
+
return [(0, _getLocale.getLocale)("Mod_Jan"), (0, _getLocale.getLocale)("Mod_Feb"), (0, _getLocale.getLocale)("Mod_Mar"), (0, _getLocale.getLocale)("Mod_Apr"), (0, _getLocale.getLocale)("Mod_May"), (0, _getLocale.getLocale)("Mod_Jun"), (0, _getLocale.getLocale)("Mod_Jul"), (0, _getLocale.getLocale)("Mod_Aug"), (0, _getLocale.getLocale)("Mod_Sept"), (0, _getLocale.getLocale)("Mod_Oct"), (0, _getLocale.getLocale)("Mod_Nov"), (0, _getLocale.getLocale)("Mod_Dec")];
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
exports.getMonth = getMonth;
|
|
143
|
+
|
|
144
|
+
var getMonthKeyValue = function getMonthKeyValue() {
|
|
145
|
+
var month = getMonth();
|
|
146
|
+
return [{
|
|
147
|
+
title: month[0],
|
|
148
|
+
value: "3,1"
|
|
149
|
+
}, {
|
|
150
|
+
title: month[1],
|
|
151
|
+
value: "3,2"
|
|
152
|
+
}, {
|
|
153
|
+
title: month[2],
|
|
154
|
+
value: "3,3"
|
|
155
|
+
}, {
|
|
156
|
+
title: month[3],
|
|
157
|
+
value: "3,4"
|
|
158
|
+
}, {
|
|
159
|
+
title: month[4],
|
|
160
|
+
value: "3,5"
|
|
161
|
+
}, {
|
|
162
|
+
title: month[5],
|
|
163
|
+
value: "3,6"
|
|
164
|
+
}, {
|
|
165
|
+
title: month[6],
|
|
166
|
+
value: "3,7"
|
|
167
|
+
}, {
|
|
168
|
+
title: month[7],
|
|
169
|
+
value: "3,8"
|
|
170
|
+
}, {
|
|
171
|
+
title: month[8],
|
|
172
|
+
value: "3,9"
|
|
173
|
+
}, {
|
|
174
|
+
title: month[9],
|
|
175
|
+
value: "3,10"
|
|
176
|
+
}, {
|
|
177
|
+
title: month[10],
|
|
178
|
+
value: "3,11"
|
|
179
|
+
}, {
|
|
180
|
+
title: month[11],
|
|
181
|
+
value: "3,12"
|
|
182
|
+
}];
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
exports.getMonthKeyValue = getMonthKeyValue;
|
|
@@ -40,8 +40,6 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
40
40
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
41
|
|
|
42
42
|
function keyValueMapper(array, value) {
|
|
43
|
-
console.log(array);
|
|
44
|
-
console.log(value);
|
|
45
43
|
var val = array.filter(function (key) {
|
|
46
44
|
return key.value == value;
|
|
47
45
|
});
|
|
@@ -21,6 +21,10 @@ var _bsGlobal = require("../../utils/bs-global");
|
|
|
21
21
|
|
|
22
22
|
var _pop = _interopRequireDefault(require("../../components-v1/pop"));
|
|
23
23
|
|
|
24
|
+
var _constant = require("./constant");
|
|
25
|
+
|
|
26
|
+
var _getLocale = require("../../utils/getLocale");
|
|
27
|
+
|
|
24
28
|
require("./index.css");
|
|
25
29
|
|
|
26
30
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -72,10 +76,6 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
72
76
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
73
77
|
|
|
74
78
|
var pageSize = 20;
|
|
75
|
-
var popType = {
|
|
76
|
-
0: '切换目标',
|
|
77
|
-
1: '对齐目标'
|
|
78
|
-
};
|
|
79
79
|
|
|
80
80
|
function parseUser(toUser) {
|
|
81
81
|
return {
|
|
@@ -271,7 +271,7 @@ var ChangeOkr = /*#__PURE__*/function (_PureComponent) {
|
|
|
271
271
|
|
|
272
272
|
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.Wrapper, {
|
|
273
273
|
okrPopType: okrPopType
|
|
274
|
-
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.Header, null,
|
|
274
|
+
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.Header, null, (0, _constant.getPopType)()[okrPopType], /*#__PURE__*/_react["default"].createElement("i", {
|
|
275
275
|
className: "tu-icon-close",
|
|
276
276
|
style: {
|
|
277
277
|
cursor: 'pointer'
|
|
@@ -308,21 +308,21 @@ var ChangeOkr = /*#__PURE__*/function (_PureComponent) {
|
|
|
308
308
|
onClick: function onClick() {
|
|
309
309
|
return _this3.getListData(true);
|
|
310
310
|
}
|
|
311
|
-
}, loadingMore ? '加载中…' : '
|
|
311
|
+
}, loadingMore ? '加载中…' : (0, _getLocale.getLocale)('OKR_MyO_Butt_Loadmore'), /*#__PURE__*/_react["default"].createElement("i", {
|
|
312
312
|
className: "tu-icon-arrow-down"
|
|
313
313
|
}))), !!data.length && isEnd && /*#__PURE__*/_react["default"].createElement(_styledComponents.NoMore, null, "\u6CA1\u6709\u66F4\u591A\u4E86\uFF5E"))), /*#__PURE__*/_react["default"].createElement(_styledComponents.Footer, null, okrPopType === 1 && parentId != 0 && !hideCancelBtn && /*#__PURE__*/_react["default"].createElement(_styledComponents.Button, {
|
|
314
314
|
type: "confirm",
|
|
315
315
|
onClick: this.handleUnConnect
|
|
316
|
-
},
|
|
316
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Text_Cancel')), /*#__PURE__*/_react["default"].createElement(_styledComponents.ButtonGroup, null, /*#__PURE__*/_react["default"].createElement(_styledComponents.Button, {
|
|
317
317
|
onClick: this.hide
|
|
318
|
-
},
|
|
318
|
+
}, (0, _getLocale.getLocale)('Mod_Cancel')), /*#__PURE__*/_react["default"].createElement(_styledComponents.Button, {
|
|
319
319
|
style: {
|
|
320
320
|
marginLeft: 15
|
|
321
321
|
},
|
|
322
322
|
disabled: !selected && parentId == 0,
|
|
323
323
|
type: "confirm",
|
|
324
324
|
onClick: this.handleConfirm
|
|
325
|
-
},
|
|
325
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Butt_Determine'))))));
|
|
326
326
|
}
|
|
327
327
|
}]);
|
|
328
328
|
|
|
@@ -19,6 +19,8 @@ var _requestApis = require("./request-apis");
|
|
|
19
19
|
|
|
20
20
|
var _toast = _interopRequireDefault(require("../toast"));
|
|
21
21
|
|
|
22
|
+
var _getLocale = require("../../utils/getLocale");
|
|
23
|
+
|
|
22
24
|
var _bsGlobal = require("../../utils/bs-global");
|
|
23
25
|
|
|
24
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -84,7 +86,7 @@ function PublishMblog(_ref) {
|
|
|
84
86
|
className: "okr-share-mblog__container"
|
|
85
87
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
86
88
|
className: "okr-share-mblog__header"
|
|
87
|
-
},
|
|
89
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Popup_PostNews'), /*#__PURE__*/_react["default"].createElement("i", {
|
|
88
90
|
className: "tu-icon-close",
|
|
89
91
|
onClick: function onClick() {
|
|
90
92
|
return closeModal();
|
|
@@ -124,7 +126,7 @@ function PublishMblog(_ref) {
|
|
|
124
126
|
}));
|
|
125
127
|
|
|
126
128
|
case 5:
|
|
127
|
-
_toast["default"].Success(
|
|
129
|
+
_toast["default"].Success((0, _getLocale.getLocale)('OKR_MyO_Popup_Sharedsuccee'));
|
|
128
130
|
|
|
129
131
|
setStatus(1);
|
|
130
132
|
closeModal();
|
|
@@ -17,6 +17,8 @@ var _type = require("../upload/type");
|
|
|
17
17
|
|
|
18
18
|
var _style = require("./style");
|
|
19
19
|
|
|
20
|
+
var _getLocale = require("../../utils/getLocale");
|
|
21
|
+
|
|
20
22
|
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); }
|
|
21
23
|
|
|
22
24
|
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; }
|
|
@@ -119,8 +121,8 @@ var CommunicationAttachments = /*#__PURE__*/function (_PureComponent) {
|
|
|
119
121
|
event.stopPropagation();
|
|
120
122
|
event.nativeEvent.stopImmediatePropagation();
|
|
121
123
|
}
|
|
122
|
-
}, _this.props.mode == 'column' ? '
|
|
123
|
-
content:
|
|
124
|
+
}, _this.props.mode == 'column' ? (0, _getLocale.getLocale)('Mod_Preview') : /*#__PURE__*/_react["default"].createElement(_titaUi.Tooltip, {
|
|
125
|
+
content: (0, _getLocale.getLocale)('Mod_Preview'),
|
|
124
126
|
container: document.body
|
|
125
127
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
126
128
|
className: "tu-icon-magnifier-circle"
|
|
@@ -130,8 +132,8 @@ var CommunicationAttachments = /*#__PURE__*/function (_PureComponent) {
|
|
|
130
132
|
href: item.previewUrl,
|
|
131
133
|
target: "_blank",
|
|
132
134
|
"data-attachment": "preview"
|
|
133
|
-
}, _this.props.mode == 'column' ? '
|
|
134
|
-
content:
|
|
135
|
+
}, _this.props.mode == 'column' ? (0, _getLocale.getLocale)('Mod_Preview') : /*#__PURE__*/_react["default"].createElement(_titaUi.Tooltip, {
|
|
136
|
+
content: (0, _getLocale.getLocale)('Mod_Preview'),
|
|
135
137
|
container: document.body
|
|
136
138
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
137
139
|
className: "tu-icon-magnifier-circle"
|
|
@@ -199,8 +201,8 @@ var CommunicationAttachments = /*#__PURE__*/function (_PureComponent) {
|
|
|
199
201
|
}, /*#__PURE__*/_react["default"].createElement("a", {
|
|
200
202
|
href: item.downloadUrl,
|
|
201
203
|
"data-attachment": "dowload"
|
|
202
|
-
}, mode == 'column' ? '
|
|
203
|
-
content:
|
|
204
|
+
}, mode == 'column' ? (0, _getLocale.getLocale)('Mod_Download') : /*#__PURE__*/_react["default"].createElement(_titaUi.Tooltip, {
|
|
205
|
+
content: (0, _getLocale.getLocale)('Mod_Download'),
|
|
204
206
|
container: document.body
|
|
205
207
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
206
208
|
className: "tu-icon-download-circle"
|
|
@@ -25,6 +25,8 @@ var _fileList = _interopRequireDefault(require("../file-list"));
|
|
|
25
25
|
|
|
26
26
|
var _tools = require("../../utils/tools");
|
|
27
27
|
|
|
28
|
+
var _getLocale = require("../../utils/getLocale");
|
|
29
|
+
|
|
28
30
|
require("./index.css");
|
|
29
31
|
|
|
30
32
|
var _style = require("./style");
|
|
@@ -82,7 +84,7 @@ var CommunicationRecord = function CommunicationRecord(_ref) {
|
|
|
82
84
|
userId: communicationTrack.publishUser.userId
|
|
83
85
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
84
86
|
className: prefix + "__communication-text"
|
|
85
|
-
},
|
|
87
|
+
}, (0, _getLocale.getLocale)('Mod_Reply')), /*#__PURE__*/_react["default"].createElement(_ConvertUserName["default"], {
|
|
86
88
|
userName: communicationTrack.parentUser.name,
|
|
87
89
|
userId: communicationTrack.parentUser.userId
|
|
88
90
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
@@ -110,14 +112,11 @@ var CommunicationRecord = function CommunicationRecord(_ref) {
|
|
|
110
112
|
onMouseDown: function onMouseDown(event) {
|
|
111
113
|
praiseStatus != 2 && onCommunicationRecordChange(event, "reply", index);
|
|
112
114
|
}
|
|
113
|
-
},
|
|
115
|
+
}, (0, _getLocale.getLocale)('Mod_Reply')), /*#__PURE__*/_react["default"].createElement(_style.ActionbarItem, {
|
|
114
116
|
onMouseDown: function onMouseDown(event) {
|
|
115
117
|
praiseStatus != 2 && onCommunicationRecordChange(event, "praise", index);
|
|
116
118
|
}
|
|
117
|
-
}, communicationTrack.isPraise ?
|
|
118
|
-
/*#__PURE__*/
|
|
119
|
-
// <ToolTip title='点击查看点赞记录'>
|
|
120
|
-
_react["default"].createElement(_style.CommunicationPraiseTotal, {
|
|
119
|
+
}, communicationTrack.isPraise ? (0, _getLocale.getLocale)('Mod_Alreadyliked') : (0, _getLocale.getLocale)('Mod_Kudos')), communicationTrack.praiseTotal > 0 && /*#__PURE__*/_react["default"].createElement(_style.CommunicationPraiseTotal, {
|
|
121
120
|
className: "communication__praise__total",
|
|
122
121
|
onMouseDown: function onMouseDown(event) {
|
|
123
122
|
onCommunicationRecordChange(event, "showPraiseRecord", index);
|
|
@@ -129,14 +128,14 @@ var CommunicationRecord = function CommunicationRecord(_ref) {
|
|
|
129
128
|
event.nativeEvent.stopImmediatePropagation();
|
|
130
129
|
},
|
|
131
130
|
"data-for": "praise-record",
|
|
132
|
-
"data-tip": !!communicationTrack.praiseTotal ?
|
|
131
|
+
"data-tip": !!communicationTrack.praiseTotal ? (0, _getLocale.getLocale)('Tasks_Tab_MyS_Clickrecord') : ""
|
|
133
132
|
}, communicationTrack.praiseTotal) // </ToolTip>
|
|
134
133
|
, communicationTrack.isEdit && /*#__PURE__*/_react["default"].createElement(_ConfirmPop["default"], {
|
|
135
134
|
align: confirmPopAlign,
|
|
136
135
|
onSubmit: function onSubmit(event) {
|
|
137
136
|
return onCommunicationRecordChange(event, "delete", index);
|
|
138
137
|
}
|
|
139
|
-
}, /*#__PURE__*/_react["default"].createElement(_style.ActionbarItem, null,
|
|
138
|
+
}, /*#__PURE__*/_react["default"].createElement(_style.ActionbarItem, null, (0, _getLocale.getLocale)('Mod_Delete'))))))), /*#__PURE__*/_react["default"].createElement(_reactTooltip["default"], {
|
|
140
139
|
id: "praise-record",
|
|
141
140
|
className: "tt-react-tooltip",
|
|
142
141
|
place: "top",
|
|
@@ -23,6 +23,8 @@ var _style = require("./style");
|
|
|
23
23
|
|
|
24
24
|
var _openData = require("../../utils/open-data");
|
|
25
25
|
|
|
26
|
+
var _getLocale = require("../../utils/getLocale");
|
|
27
|
+
|
|
26
28
|
require("./index.css");
|
|
27
29
|
|
|
28
30
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -350,7 +352,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
|
|
|
350
352
|
commentCount = _this$props7.commentCount,
|
|
351
353
|
useCustomMblog = _this$props7.useCustomMblog,
|
|
352
354
|
_this$props7$submitTe = _this$props7.submitText,
|
|
353
|
-
submitText = _this$props7$submitTe === void 0 ?
|
|
355
|
+
submitText = _this$props7$submitTe === void 0 ? (0, _getLocale.getLocale)('Mod_Reply') : _this$props7$submitTe,
|
|
354
356
|
_this$props7$highLigh = _this$props7.highLightKeyWord,
|
|
355
357
|
highLightKeyWord = _this$props7$highLigh === void 0 ? '' : _this$props7$highLigh,
|
|
356
358
|
_this$props7$autoFocu = _this$props7.autoFocus,
|
|
@@ -362,7 +364,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
|
|
|
362
364
|
onMouseDown: function onMouseDown() {
|
|
363
365
|
return _this2.handlerSwitchShowRecord();
|
|
364
366
|
}
|
|
365
|
-
}, "\
|
|
367
|
+
}, (0, _getLocale.getLocale)('Mod_Allcommu'), "\xA0", /*#__PURE__*/_react["default"].createElement("span", null, communicationTrackTotal), communicationTrackTotal > commentCount && /*#__PURE__*/_react["default"].createElement("i", {
|
|
366
368
|
className: (0, _classnames["default"])(prefix + "__communication-total-icon", {
|
|
367
369
|
"tu-icon-APP-xi": isShowAllCommunicationRecord,
|
|
368
370
|
"tu-icon-arrow-down1": !isShowAllCommunicationRecord
|
|
@@ -397,7 +399,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
|
|
|
397
399
|
position: "relative",
|
|
398
400
|
top: "2px"
|
|
399
401
|
}
|
|
400
|
-
},
|
|
402
|
+
}, (0, _getLocale.getLocale)('Mod_Reply')), /*#__PURE__*/_react["default"].createElement(_style.ReplyUser, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
401
403
|
className: "name"
|
|
402
404
|
}, /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
|
|
403
405
|
name: replyUser,
|
|
@@ -408,7 +410,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
|
|
|
408
410
|
}))), /*#__PURE__*/_react["default"].createElement(_mblog["default"], {
|
|
409
411
|
setTextareaRef: setTextareaRef || function () {},
|
|
410
412
|
isHasPlaceholder: true,
|
|
411
|
-
placeholderText:
|
|
413
|
+
placeholderText: (0, _getLocale.getLocale)('Mod_contentofyour'),
|
|
412
414
|
isShowRange: false,
|
|
413
415
|
isShowBtnCancel: false,
|
|
414
416
|
isShowSendSms: isShowSendSms,
|
|
@@ -15,6 +15,8 @@ var _tooltip = _interopRequireDefault(require("..//tooltip"));
|
|
|
15
15
|
|
|
16
16
|
var _popup = _interopRequireDefault(require("../popup"));
|
|
17
17
|
|
|
18
|
+
var _getLocale = require("../../utils/getLocale");
|
|
19
|
+
|
|
18
20
|
var _heart = _interopRequireDefault(require("./heart"));
|
|
19
21
|
|
|
20
22
|
require("./index.css");
|
|
@@ -53,7 +55,7 @@ var Confidence = function Confidence(props) {
|
|
|
53
55
|
className: "".concat(popPrecls)
|
|
54
56
|
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
55
57
|
className: "".concat(popPrecls, "-title")
|
|
56
|
-
},
|
|
58
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Title_Plecore')), /*#__PURE__*/_react["default"].createElement("ul", {
|
|
57
59
|
className: "".concat(popPrecls, "-list")
|
|
58
60
|
}, HEART_RANGE.map(function (i, j) {
|
|
59
61
|
return /*#__PURE__*/_react["default"].createElement("li", {
|
|
@@ -85,7 +87,7 @@ var Confidence = function Confidence(props) {
|
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
return /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
88
|
-
overlay:
|
|
90
|
+
overlay: (0, _getLocale.getLocale)('OKR_MyO_Title_Changecindex'),
|
|
89
91
|
placement: "top"
|
|
90
92
|
}, /*#__PURE__*/_react["default"].createElement(_popup["default"], {
|
|
91
93
|
popup: PopupContent,
|
|
@@ -3,19 +3,45 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
exports.getOExample = exports.getODesc = exports.getKrDesc = exports.getKrCheckTarget = exports.OCheckTarget = exports.KrExample = exports.CreateSuccessTips = void 0;
|
|
7
|
+
|
|
8
|
+
var _getLocale = require("../../utils/getLocale");
|
|
9
|
+
|
|
10
|
+
var getODesc = function getODesc() {
|
|
11
|
+
return [(0, _getLocale.getLocale)('OKR_MyO_Pop_OVerbTodo')];
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.getODesc = getODesc;
|
|
15
|
+
|
|
16
|
+
var getOExample = function getOExample() {
|
|
17
|
+
return [(0, _getLocale.getLocale)('OKR_MyO_Pop_Increaserene')];
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
exports.getOExample = getOExample;
|
|
21
|
+
|
|
22
|
+
var OCheckTarget = function OCheckTarget() {
|
|
23
|
+
return [(0, _getLocale.getLocale)("OKR_MyO_Pop_Containingverbs"), (0, _getLocale.getLocale)("OKR_MyO_Pop_Notrecommended")];
|
|
24
|
+
};
|
|
25
|
+
|
|
12
26
|
exports.OCheckTarget = OCheckTarget;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
27
|
+
|
|
28
|
+
var getKrDesc = function getKrDesc() {
|
|
29
|
+
return [(0, _getLocale.getLocale)('OKR_MyO_Pop_KR1'), (0, _getLocale.getLocale)('OKR_MyO_Pop_KR2')];
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.getKrDesc = getKrDesc;
|
|
33
|
+
|
|
34
|
+
var KrExample = function KrExample() {
|
|
35
|
+
return [(0, _getLocale.getLocale)("OKR_MyO_Pop_70to90")];
|
|
36
|
+
};
|
|
37
|
+
|
|
16
38
|
exports.KrExample = KrExample;
|
|
17
|
-
|
|
18
|
-
|
|
39
|
+
|
|
40
|
+
var getKrCheckTarget = function getKrCheckTarget() {
|
|
41
|
+
return [(0, _getLocale.getLocale)('OKR_MyO_Pop_Onekey'), (0, _getLocale.getLocale)('OKR_MyO_Pop_Nofivekey'), (0, _getLocale.getLocale)('OKR_MyO_Pop_Keymeasured')];
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
exports.getKrCheckTarget = getKrCheckTarget;
|
|
19
45
|
var CreateSuccessTips = {
|
|
20
46
|
0: "有时候目标会给你当头一棒,但不要灰心,关键成果会带领你拿棒子打回去。",
|
|
21
47
|
1: "没有计划的学习都只是浪费时间,没有目标的努力都只是自己骗自己而已。",
|
|
@@ -21,6 +21,8 @@ var _rangePickerPop = _interopRequireDefault(require("../range-picker-pop"));
|
|
|
21
21
|
|
|
22
22
|
var _requestApi = require("./request-api");
|
|
23
23
|
|
|
24
|
+
var _getLocale = require("../../utils/getLocale");
|
|
25
|
+
|
|
24
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
27
|
|
|
26
28
|
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); }
|
|
@@ -127,7 +129,7 @@ function CreateCycle(_ref) {
|
|
|
127
129
|
style: {
|
|
128
130
|
borderBottom: '1px solid #F0F2F5'
|
|
129
131
|
}
|
|
130
|
-
}, "\
|
|
132
|
+
}, (0, _getLocale.getLocale)('Mod_StartDate'), "\uFF1A", /*#__PURE__*/_react["default"].createElement(_rangePickerPop["default"], {
|
|
131
133
|
format: "YYYY/MM/DD",
|
|
132
134
|
controlled: true,
|
|
133
135
|
onConfirm: onStartDateConfirmHandler,
|
|
@@ -138,7 +140,7 @@ function CreateCycle(_ref) {
|
|
|
138
140
|
container: container
|
|
139
141
|
}, /*#__PURE__*/_react["default"].createElement(_style.TimeSapn, null, selfCycle.startDate, /*#__PURE__*/_react["default"].createElement("i", {
|
|
140
142
|
className: "tu-icon-arrow-down"
|
|
141
|
-
})))), /*#__PURE__*/_react["default"].createElement(_style.DateLine, null, "\
|
|
143
|
+
})))), /*#__PURE__*/_react["default"].createElement(_style.DateLine, null, (0, _getLocale.getLocale)('Mod_EndDate'), "\uFF1A", /*#__PURE__*/_react["default"].createElement(_rangePickerPop["default"], {
|
|
142
144
|
format: "YYYY/MM/DD",
|
|
143
145
|
controlled: true,
|
|
144
146
|
onConfirm: onEndDateCOnfirmHandler,
|
|
@@ -160,11 +162,11 @@ function CreateCycle(_ref) {
|
|
|
160
162
|
'marginRight': 12
|
|
161
163
|
},
|
|
162
164
|
onClick: onCancelClickHandler
|
|
163
|
-
},
|
|
165
|
+
}, (0, _getLocale.getLocale)('Mod_Cancel')), /*#__PURE__*/_react["default"].createElement(_button["default"], {
|
|
164
166
|
size: "s",
|
|
165
167
|
type: "primary",
|
|
166
168
|
onClick: onSureClickHandler
|
|
167
|
-
},
|
|
169
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Butt_Determine'))))));
|
|
168
170
|
}
|
|
169
171
|
|
|
170
172
|
var _default = CreateCycle;
|
|
@@ -33,6 +33,8 @@ var _createSuccessShadow = _interopRequireDefault(require("./img/create-success-
|
|
|
33
33
|
|
|
34
34
|
var _html2canvas = _interopRequireDefault(require("html2canvas"));
|
|
35
35
|
|
|
36
|
+
var _getLocale = require("../../utils/getLocale");
|
|
37
|
+
|
|
36
38
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
37
39
|
|
|
38
40
|
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); }
|
|
@@ -124,7 +126,7 @@ var CreateSuccessCmp = function CreateSuccessCmp(_ref) {
|
|
|
124
126
|
|
|
125
127
|
var event = new MouseEvent("click"); // 创建一个单击事件
|
|
126
128
|
|
|
127
|
-
a.download =
|
|
129
|
+
a.download = (0, _getLocale.getLocale)('OKR_MyO_Share'); // 设置图片名称
|
|
128
130
|
|
|
129
131
|
a.href = imgUrl; // 将生成的URL设置为a.href属性
|
|
130
132
|
|
|
@@ -180,9 +182,9 @@ var CreateSuccessCmp = function CreateSuccessCmp(_ref) {
|
|
|
180
182
|
src: _createSuccessRightQuotation["default"]
|
|
181
183
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
182
184
|
className: "create-success-model__congratulation"
|
|
183
|
-
}, "\
|
|
185
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Pop_OKRscreated'), "\xA0\xA0", /*#__PURE__*/_react["default"].createElement("span", {
|
|
184
186
|
className: "create-success-model__percent"
|
|
185
|
-
}, createdSuccessInfo.countSurpassPercentage, "%"), "\xA0\xA0
|
|
187
|
+
}, createdSuccessInfo.countSurpassPercentage, "%"), "\xA0\xA0", (0, _getLocale.getLocale)('OKR_MyO_Pop_ofpeople')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
186
188
|
className: "create-success-model__okr-info ".concat(isDownload ? "" : "create-success-model--fix-height")
|
|
187
189
|
}, isDownload ? null : /*#__PURE__*/_react["default"].createElement("img", {
|
|
188
190
|
className: "create-success-model__shadow-img",
|
|
@@ -217,10 +219,10 @@ var CreateSuccessCmp = function CreateSuccessCmp(_ref) {
|
|
|
217
219
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
218
220
|
className: "create-success-model__common-btn-style create-success-model__return-list",
|
|
219
221
|
onClick: handleShowDetail
|
|
220
|
-
},
|
|
222
|
+
}, (0, _getLocale.getLocale)('Mod_Checkdetails')), /*#__PURE__*/_react["default"].createElement("span", {
|
|
221
223
|
className: "create-success-model__common-btn-style create-success-model__download-img",
|
|
222
224
|
onClick: handleDownloadPic
|
|
223
|
-
},
|
|
225
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Popup_Download'))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
224
226
|
className: "create-success-model__checkbox-wrapper"
|
|
225
227
|
}, /*#__PURE__*/_react["default"].createElement("input", {
|
|
226
228
|
id: "dontShowCreateSucess",
|
|
@@ -231,7 +233,7 @@ var CreateSuccessCmp = function CreateSuccessCmp(_ref) {
|
|
|
231
233
|
}), /*#__PURE__*/_react["default"].createElement("label", {
|
|
232
234
|
htmlFor: "dontShowCreateSucess",
|
|
233
235
|
className: "create-success-model__label"
|
|
234
|
-
},
|
|
236
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Pop_Nomore'))))));
|
|
235
237
|
};
|
|
236
238
|
|
|
237
239
|
var _default = CreateSuccessCmp;
|
|
@@ -23,6 +23,8 @@ var _requestApi = require("../request-api");
|
|
|
23
23
|
|
|
24
24
|
require("./index.css");
|
|
25
25
|
|
|
26
|
+
var _getLocale = require("../../../utils/getLocale");
|
|
27
|
+
|
|
26
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
29
|
|
|
28
30
|
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); }
|
|
@@ -59,13 +61,13 @@ var _default = function _default(_ref) {
|
|
|
59
61
|
}, []);
|
|
60
62
|
return /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
61
63
|
className: "create-modal__sub-block"
|
|
62
|
-
}, !isCreateModal ? /*#__PURE__*/_react["default"].createElement(_style.TitleLine, null,
|
|
64
|
+
}, !isCreateModal ? /*#__PURE__*/_react["default"].createElement(_style.TitleLine, null, (0, _getLocale.getLocale)('Mod_period')) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
63
65
|
className: "create-modal__sub-title"
|
|
64
|
-
},
|
|
66
|
+
}, (0, _getLocale.getLocale)('Mod_period')), /*#__PURE__*/_react["default"].createElement(_createCycle["default"], {
|
|
65
67
|
onChange: setCycle,
|
|
66
68
|
container: modalRef.current && modalRef.current.getRef(),
|
|
67
69
|
cycle: cycle
|
|
68
|
-
})), !isCreateModal ? /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement(_style.Space, null), /*#__PURE__*/_react["default"].createElement(_style.ItemWrapper, null, /*#__PURE__*/_react["default"].createElement(_style.TitleLine, null,
|
|
70
|
+
})), !isCreateModal ? /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement(_style.Space, null), /*#__PURE__*/_react["default"].createElement(_style.ItemWrapper, null, /*#__PURE__*/_react["default"].createElement(_style.TitleLine, null, (0, _getLocale.getLocale)('Mod_Owner')), /*#__PURE__*/_react["default"].createElement(_UserSelectorPop["default"], {
|
|
69
71
|
onSubmit: function onSubmit(_ref2) {
|
|
70
72
|
var _ref3 = _slicedToArray(_ref2, 1),
|
|
71
73
|
u = _ref3[0];
|