@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
|
@@ -9,12 +9,16 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
12
|
+
var _getLocale = require("../../../../utils/getLocale");
|
|
13
|
+
|
|
12
14
|
var _common = require("../../common");
|
|
13
15
|
|
|
14
16
|
var _mockData = require("../../mockData");
|
|
15
17
|
|
|
16
18
|
var _style = require("./style");
|
|
17
19
|
|
|
20
|
+
var _helper = require("../../helper");
|
|
21
|
+
|
|
18
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); }
|
|
19
23
|
|
|
20
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; }
|
|
@@ -45,6 +49,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
45
49
|
|
|
46
50
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
47
51
|
|
|
52
|
+
var i18nInfo = (0, _helper.getBSGlobal)("I18NInfo");
|
|
53
|
+
|
|
48
54
|
function PeriodList(_ref) {
|
|
49
55
|
var actived = _ref.actived,
|
|
50
56
|
periodData = _ref.periodData,
|
|
@@ -88,20 +94,41 @@ function getDoubleMonthData(startMonth) {
|
|
|
88
94
|
return (month + step) % 12 || 12;
|
|
89
95
|
};
|
|
90
96
|
|
|
91
|
-
var datas = [
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
var datas = [];
|
|
98
|
+
var monthLang = (0, _common.getMonth)();
|
|
99
|
+
|
|
100
|
+
if (!i18nInfo || i18nInfo.I18NOpen && i18nInfo.I18NUserLang === "zh_CN") {
|
|
101
|
+
datas.push({
|
|
102
|
+
title: "".concat(start, " - ").concat(getNextMonth(start), "\u6708"),
|
|
103
|
+
order: ["4,".concat(start)],
|
|
104
|
+
checked: false
|
|
105
|
+
});
|
|
96
106
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
107
|
+
while (1) {
|
|
108
|
+
month = getNextMonth(month, 2);
|
|
109
|
+
if (month == start) break;
|
|
110
|
+
datas.push({
|
|
111
|
+
title: "".concat(month, " - ").concat(getNextMonth(month), "\u6708"),
|
|
112
|
+
order: ["4,".concat(month)],
|
|
113
|
+
checked: false
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
} else {
|
|
100
117
|
datas.push({
|
|
101
|
-
title: "".concat(
|
|
102
|
-
order: ["4,".concat(
|
|
118
|
+
title: "".concat(monthLang[start - 1], " - ").concat(monthLang[getNextMonth(start) - 1]),
|
|
119
|
+
order: ["4,".concat(start)],
|
|
103
120
|
checked: false
|
|
104
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
|
+
order: ["4,".concat(month)],
|
|
129
|
+
checked: false
|
|
130
|
+
});
|
|
131
|
+
}
|
|
105
132
|
}
|
|
106
133
|
|
|
107
134
|
return datas;
|
|
@@ -138,7 +165,7 @@ function Selector(_ref2) {
|
|
|
138
165
|
cycleType = _useState8[0],
|
|
139
166
|
setCycleType = _useState8[1];
|
|
140
167
|
|
|
141
|
-
var _useState9 = (0, _react.useState)(_mockData.
|
|
168
|
+
var _useState9 = (0, _react.useState)((0, _mockData.getMockPeriod)()),
|
|
142
169
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
143
170
|
periodData = _useState10[0],
|
|
144
171
|
setPeriodData = _useState10[1];
|
|
@@ -180,11 +207,11 @@ function Selector(_ref2) {
|
|
|
180
207
|
return Number(item.title) == Number(selected.annualNum);
|
|
181
208
|
}));
|
|
182
209
|
var periodDatas = [showFullCycle && {
|
|
183
|
-
title: "
|
|
210
|
+
title: "".concat((0, _getLocale.getLocale)("OKR_MyO_Butt_AllStatee")),
|
|
184
211
|
order: ["-1"],
|
|
185
212
|
checked: false
|
|
186
213
|
}, showYear && {
|
|
187
|
-
title: "
|
|
214
|
+
title: "".concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Year")),
|
|
188
215
|
order: ["1"],
|
|
189
216
|
checked: false
|
|
190
217
|
}].filter(function (item) {
|
|
@@ -193,23 +220,23 @@ function Selector(_ref2) {
|
|
|
193
220
|
|
|
194
221
|
if (showHalfYear) {
|
|
195
222
|
periodDatas.push({
|
|
196
|
-
title: "
|
|
223
|
+
title: "".concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Firsthalf")),
|
|
197
224
|
order: ["5,1"],
|
|
198
225
|
checked: false
|
|
199
226
|
}, {
|
|
200
|
-
title: "
|
|
227
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Secondhalf"),
|
|
201
228
|
order: ["5,2"],
|
|
202
229
|
checked: false
|
|
203
230
|
});
|
|
204
231
|
}
|
|
205
232
|
|
|
206
233
|
if (showQuarter) {
|
|
207
|
-
periodDatas.push.apply(periodDatas, _toConsumableArray(_mockData.
|
|
234
|
+
periodDatas.push.apply(periodDatas, _toConsumableArray((0, _mockData.getMockQuarter)()));
|
|
208
235
|
}
|
|
209
236
|
|
|
210
237
|
if (showCustom) {
|
|
211
238
|
periodDatas.push({
|
|
212
|
-
title: "
|
|
239
|
+
title: (0, _getLocale.getLocale)("Mod_Customization"),
|
|
213
240
|
order: ["0,0"],
|
|
214
241
|
checked: false
|
|
215
242
|
});
|
|
@@ -245,7 +272,7 @@ function Selector(_ref2) {
|
|
|
245
272
|
}), showMonth && /*#__PURE__*/_react["default"].createElement(PeriodList, {
|
|
246
273
|
actived: ["".concat(cycleType == "-1" ? "-1" : cycleType == "1" ? cycleType : "".concat(cycleType, ",").concat(yqmNum))],
|
|
247
274
|
size: "s",
|
|
248
|
-
periodData: _mockData.
|
|
275
|
+
periodData: (0, _mockData.getMockMonth)(),
|
|
249
276
|
onSelected: function onSelected(period) {
|
|
250
277
|
handleSelected(period);
|
|
251
278
|
}
|
|
@@ -3,86 +3,100 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}, {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}, {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}, {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}, {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}, {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}, {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}, {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}, {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}, {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}, {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
6
|
+
exports.getMockQuarter = exports.getMockPeriod = exports.getMockMonth = void 0;
|
|
7
|
+
|
|
8
|
+
var _getLocale = require("../../utils/getLocale");
|
|
9
|
+
|
|
10
|
+
var getMockPeriod = function getMockPeriod() {
|
|
11
|
+
return [{
|
|
12
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Butt_AllStatee"),
|
|
13
|
+
order: ["-1"],
|
|
14
|
+
checked: false
|
|
15
|
+
}, {
|
|
16
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_Year"),
|
|
17
|
+
order: ["1"],
|
|
18
|
+
checked: false
|
|
19
|
+
}, {
|
|
20
|
+
title: (0, _getLocale.getLocale)("Mod_Customization"),
|
|
21
|
+
order: ["0,0"],
|
|
22
|
+
checked: false
|
|
23
|
+
}];
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.getMockPeriod = getMockPeriod;
|
|
27
|
+
|
|
28
|
+
var getMockQuarter = function getMockQuarter() {
|
|
29
|
+
return [{
|
|
30
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_1stQuarter"),
|
|
31
|
+
order: ["2,1"],
|
|
32
|
+
checked: false
|
|
33
|
+
}, {
|
|
34
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_2ndQuarter"),
|
|
35
|
+
order: ["2,2"],
|
|
36
|
+
checked: false
|
|
37
|
+
}, {
|
|
38
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_3rdQuarter"),
|
|
39
|
+
order: ["2,3"],
|
|
40
|
+
checked: false
|
|
41
|
+
}, {
|
|
42
|
+
title: (0, _getLocale.getLocale)("OKR_MyO_Pop_4thQuarter"),
|
|
43
|
+
order: ["2,4"],
|
|
44
|
+
checked: false
|
|
45
|
+
}];
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
exports.getMockQuarter = getMockQuarter;
|
|
49
|
+
|
|
50
|
+
var getMockMonth = function getMockMonth() {
|
|
51
|
+
return [{
|
|
52
|
+
title: (0, _getLocale.getLocale)("Mod_Jan"),
|
|
53
|
+
order: ["3,1"],
|
|
54
|
+
checked: false
|
|
55
|
+
}, {
|
|
56
|
+
title: (0, _getLocale.getLocale)("Mod_Feb"),
|
|
57
|
+
order: ["3,2"],
|
|
58
|
+
checked: false
|
|
59
|
+
}, {
|
|
60
|
+
title: (0, _getLocale.getLocale)("Mod_Mar"),
|
|
61
|
+
order: ["3,3"],
|
|
62
|
+
checked: false
|
|
63
|
+
}, {
|
|
64
|
+
title: (0, _getLocale.getLocale)("Mod_Apr"),
|
|
65
|
+
order: ["3,4"],
|
|
66
|
+
checked: false
|
|
67
|
+
}, {
|
|
68
|
+
title: (0, _getLocale.getLocale)("Mod_May"),
|
|
69
|
+
order: ["3,5"],
|
|
70
|
+
checked: false
|
|
71
|
+
}, {
|
|
72
|
+
title: (0, _getLocale.getLocale)("Mod_Jun"),
|
|
73
|
+
order: ["3,6"],
|
|
74
|
+
checked: false
|
|
75
|
+
}, {
|
|
76
|
+
title: (0, _getLocale.getLocale)("Mod_Jul"),
|
|
77
|
+
order: ["3,7"],
|
|
78
|
+
checked: false
|
|
79
|
+
}, {
|
|
80
|
+
title: (0, _getLocale.getLocale)("Mod_Aug"),
|
|
81
|
+
order: ["3,8"],
|
|
82
|
+
checked: false
|
|
83
|
+
}, {
|
|
84
|
+
title: (0, _getLocale.getLocale)("Mod_Sept"),
|
|
85
|
+
order: ["3,9"],
|
|
86
|
+
checked: false
|
|
87
|
+
}, {
|
|
88
|
+
title: (0, _getLocale.getLocale)("Mod_Oct"),
|
|
89
|
+
order: ["3,10"],
|
|
90
|
+
checked: false
|
|
91
|
+
}, {
|
|
92
|
+
title: (0, _getLocale.getLocale)("Mod_Nov"),
|
|
93
|
+
order: ["3,11"],
|
|
94
|
+
checked: false
|
|
95
|
+
}, {
|
|
96
|
+
title: (0, _getLocale.getLocale)("Mod_Dec"),
|
|
97
|
+
order: ["3,12"],
|
|
98
|
+
checked: false
|
|
99
|
+
}];
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
exports.getMockMonth = getMockMonth;
|
|
@@ -21,6 +21,8 @@ var _openData = require("../../../../utils/open-data");
|
|
|
21
21
|
|
|
22
22
|
var _request = require("../../request.apis");
|
|
23
23
|
|
|
24
|
+
var _getLocale = require("../../../../utils/getLocale");
|
|
25
|
+
|
|
24
26
|
var _add13x = _interopRequireDefault(require("../../images/add1@3x.png"));
|
|
25
27
|
|
|
26
28
|
require("./index.css");
|
|
@@ -152,13 +154,13 @@ var Card = function Card(props) {
|
|
|
152
154
|
className: (0, _classnames["default"])("".concat(preCls, "__data-attention-count"))
|
|
153
155
|
}, attentionData >= 10000 ? '1w+' : attentionData), /*#__PURE__*/_react["default"].createElement("span", {
|
|
154
156
|
className: (0, _classnames["default"])("".concat(preCls, "__data-attention-title"))
|
|
155
|
-
},
|
|
157
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Ow_Followers'))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
156
158
|
className: (0, _classnames["default"])("".concat(preCls, "__data-visit"))
|
|
157
159
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
158
160
|
className: (0, _classnames["default"])("".concat(preCls, "__data-visit-count"))
|
|
159
161
|
}, visitData >= 10000 ? '1w+' : visitData), /*#__PURE__*/_react["default"].createElement("span", {
|
|
160
162
|
className: (0, _classnames["default"])("".concat(preCls, "__data-visit-title"))
|
|
161
|
-
},
|
|
163
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Visitors')))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
162
164
|
condition: userInfo.userId !== userownInfo.Id
|
|
163
165
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
164
166
|
className: (0, _classnames["default"])("".concat(preCls, "__attention-btn")),
|
|
@@ -170,9 +172,9 @@ var Card = function Card(props) {
|
|
|
170
172
|
className: (0, _classnames["default"])("".concat(preCls, "__attention-btn-img"), _defineProperty({}, "".concat(preCls, "__attention-btn-img--hide"), isAttention))
|
|
171
173
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
172
174
|
className: (0, _classnames["default"])("".concat(preCls, "__attention-btn-img--hide"), _defineProperty({}, "".concat(preCls, "__attention-btn-img--show"), isAttention))
|
|
173
|
-
},
|
|
175
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Butt_Followed')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
174
176
|
className: (0, _classnames["default"])("".concat(preCls, "__attention-btn-title"), _defineProperty({}, "".concat(preCls, "__attention-btn-img--hide"), isAttention))
|
|
175
|
-
},
|
|
177
|
+
}, (0, _getLocale.getLocale)('OKR_MyO_Butt_Follow')))));
|
|
176
178
|
};
|
|
177
179
|
|
|
178
180
|
var _default = Card;
|
|
@@ -31,6 +31,8 @@ var _request = require("./request.apis");
|
|
|
31
31
|
|
|
32
32
|
var _attention = _interopRequireDefault(require("./images/attention.svg"));
|
|
33
33
|
|
|
34
|
+
var _getLocale = require("../../utils/getLocale");
|
|
35
|
+
|
|
34
36
|
require("./index.css");
|
|
35
37
|
|
|
36
38
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -150,7 +152,7 @@ var PhotoCard = function PhotoCard(props) {
|
|
|
150
152
|
}))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
151
153
|
condition: isAttention === true && userId !== userownInfo.Id
|
|
152
154
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
153
|
-
overlay: "
|
|
155
|
+
overlay: "".concat((0, _getLocale.getLocale)('OKR_MyO_Butt_Unfollow')),
|
|
154
156
|
placement: "top"
|
|
155
157
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
156
158
|
src: _attention["default"],
|
|
@@ -161,7 +163,7 @@ var PhotoCard = function PhotoCard(props) {
|
|
|
161
163
|
}))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
162
164
|
condition: isAttention === false && userId !== userownInfo.Id
|
|
163
165
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
164
|
-
overlay: "
|
|
166
|
+
overlay: "".concat((0, _getLocale.getLocale)('OKR_MyO_Butt_Follow')),
|
|
165
167
|
placement: "top"
|
|
166
168
|
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
167
169
|
className: (0, _classnames["default"])("".concat(prefixCls, "__img"), 'tu-icon-guanzhu-x'),
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getOkrClassifyList1 = exports.getOkrClassifyList = void 0;
|
|
7
|
+
|
|
8
|
+
var getOkrClassifyList = function getOkrClassifyList() {
|
|
9
|
+
return [{
|
|
10
|
+
label: "1-10",
|
|
11
|
+
value: 1
|
|
12
|
+
}, {
|
|
13
|
+
label: "11-20",
|
|
14
|
+
value: 2
|
|
15
|
+
}, {
|
|
16
|
+
label: "21-50",
|
|
17
|
+
value: 3
|
|
18
|
+
}, {
|
|
19
|
+
label: "51-100",
|
|
20
|
+
value: 4
|
|
21
|
+
}, {
|
|
22
|
+
label: "101-200",
|
|
23
|
+
value: 5
|
|
24
|
+
}, {
|
|
25
|
+
label: "201-500",
|
|
26
|
+
value: 6
|
|
27
|
+
}, {
|
|
28
|
+
label: "501-1000",
|
|
29
|
+
value: 7
|
|
30
|
+
}, {
|
|
31
|
+
label: "1001-5000",
|
|
32
|
+
value: 8
|
|
33
|
+
}, {
|
|
34
|
+
label: "5001-10000",
|
|
35
|
+
value: 9
|
|
36
|
+
}, {
|
|
37
|
+
label: "10000+",
|
|
38
|
+
value: 10
|
|
39
|
+
}, {
|
|
40
|
+
label: "我代表一组公司",
|
|
41
|
+
value: 11
|
|
42
|
+
}];
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
exports.getOkrClassifyList = getOkrClassifyList;
|
|
46
|
+
|
|
47
|
+
var getOkrClassifyList1 = function getOkrClassifyList1() {
|
|
48
|
+
return [{
|
|
49
|
+
label: "企业 CEO",
|
|
50
|
+
value: 1
|
|
51
|
+
}, {
|
|
52
|
+
label: "HRD",
|
|
53
|
+
value: 2
|
|
54
|
+
}, {
|
|
55
|
+
label: "HR 专员",
|
|
56
|
+
value: 3
|
|
57
|
+
}, {
|
|
58
|
+
label: "IT 负责人",
|
|
59
|
+
value: 4
|
|
60
|
+
}, {
|
|
61
|
+
label: "采购专员",
|
|
62
|
+
value: 5
|
|
63
|
+
}, {
|
|
64
|
+
label: "业务部门主管",
|
|
65
|
+
value: 6
|
|
66
|
+
}, {
|
|
67
|
+
label: "\u5176\u4ED6",
|
|
68
|
+
value: 7
|
|
69
|
+
}];
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
exports.getOkrClassifyList1 = getOkrClassifyList1;
|
|
@@ -46,7 +46,7 @@ var SelectLayer = function SelectLayer(_ref) {
|
|
|
46
46
|
onChangeClassify = _ref.onChangeClassify,
|
|
47
47
|
items = _ref.items,
|
|
48
48
|
_ref$initText = _ref.initText,
|
|
49
|
-
initText = _ref$initText === void 0 ?
|
|
49
|
+
initText = _ref$initText === void 0 ? "\u6682\u65E0" : _ref$initText,
|
|
50
50
|
popupProps = _ref.popupProps,
|
|
51
51
|
renderPrefixIcon = _ref.renderPrefixIcon,
|
|
52
52
|
renderSuffixIcon = _ref.renderSuffixIcon,
|
|
@@ -27,6 +27,8 @@ var _iconCanceled = _interopRequireDefault(require("./image/icon-canceled.svg"))
|
|
|
27
27
|
|
|
28
28
|
var _logo = _interopRequireDefault(require("./image/logo.svg"));
|
|
29
29
|
|
|
30
|
+
var _constant = require("./constant");
|
|
31
|
+
|
|
30
32
|
require("./index.css");
|
|
31
33
|
|
|
32
34
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -49,62 +51,6 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
49
51
|
|
|
50
52
|
// const isMobile = window.userAgent === 'mobile'
|
|
51
53
|
var isMobile = document.body.clientWidth < 768;
|
|
52
|
-
var okrClassifyList = [{
|
|
53
|
-
label: "1-10",
|
|
54
|
-
value: 1
|
|
55
|
-
}, {
|
|
56
|
-
label: "11-20",
|
|
57
|
-
value: 2
|
|
58
|
-
}, {
|
|
59
|
-
label: "21-50",
|
|
60
|
-
value: 3
|
|
61
|
-
}, {
|
|
62
|
-
label: "51-100",
|
|
63
|
-
value: 4
|
|
64
|
-
}, {
|
|
65
|
-
label: "101-200",
|
|
66
|
-
value: 5
|
|
67
|
-
}, {
|
|
68
|
-
label: "201-500",
|
|
69
|
-
value: 6
|
|
70
|
-
}, {
|
|
71
|
-
label: "501-1000",
|
|
72
|
-
value: 7
|
|
73
|
-
}, {
|
|
74
|
-
label: "1001-5000",
|
|
75
|
-
value: 8
|
|
76
|
-
}, {
|
|
77
|
-
label: "5001-10000",
|
|
78
|
-
value: 9
|
|
79
|
-
}, {
|
|
80
|
-
label: "10000+",
|
|
81
|
-
value: 10
|
|
82
|
-
}, {
|
|
83
|
-
label: "我代表一组公司",
|
|
84
|
-
value: 11
|
|
85
|
-
}];
|
|
86
|
-
var okrClassifyList1 = [{
|
|
87
|
-
label: "企业 CEO",
|
|
88
|
-
value: 1
|
|
89
|
-
}, {
|
|
90
|
-
label: "HRD",
|
|
91
|
-
value: 2
|
|
92
|
-
}, {
|
|
93
|
-
label: "HR 专员",
|
|
94
|
-
value: 3
|
|
95
|
-
}, {
|
|
96
|
-
label: "IT 负责人",
|
|
97
|
-
value: 4
|
|
98
|
-
}, {
|
|
99
|
-
label: "采购专员",
|
|
100
|
-
value: 5
|
|
101
|
-
}, {
|
|
102
|
-
label: "业务部门主管",
|
|
103
|
-
value: 6
|
|
104
|
-
}, {
|
|
105
|
-
label: "其他",
|
|
106
|
-
value: 7
|
|
107
|
-
}];
|
|
108
54
|
|
|
109
55
|
var _default = function _default(props) {
|
|
110
56
|
var _props$visible = props.visible,
|
|
@@ -332,8 +278,8 @@ var _default = function _default(props) {
|
|
|
332
278
|
};
|
|
333
279
|
|
|
334
280
|
var onClickSubmit = function onClickSubmit() {
|
|
335
|
-
var num = selectValue ?
|
|
336
|
-
var identity = selectValue1 ?
|
|
281
|
+
var num = selectValue ? (0, _constant.getOkrClassifyList)()[selectValue - 1].label : '';
|
|
282
|
+
var identity = selectValue1 ? (0, _constant.getOkrClassifyList1)()[selectValue1 - 1].label : '';
|
|
337
283
|
|
|
338
284
|
if (!name || !phone || !company || !num || !identity || !modules.length > 0 || !code) {
|
|
339
285
|
if (!name) {
|
|
@@ -428,7 +374,7 @@ var _default = function _default(props) {
|
|
|
428
374
|
className: "tita-appointment-demo-right-form-item"
|
|
429
375
|
}, /*#__PURE__*/_react["default"].createElement(_input["default"], {
|
|
430
376
|
className: "tita-appointment-demo-right-form-item-left",
|
|
431
|
-
label:
|
|
377
|
+
label: '名称',
|
|
432
378
|
placeholder: "\u8BF7\u8F93\u5165\u60A8\u7684\u540D\u79F0",
|
|
433
379
|
id: "name",
|
|
434
380
|
errMsg: errMsg,
|
|
@@ -441,7 +387,7 @@ var _default = function _default(props) {
|
|
|
441
387
|
}), /*#__PURE__*/_react["default"].createElement(_input["default"], {
|
|
442
388
|
className: "tita-appointment-demo-right-form-item-right",
|
|
443
389
|
label: "\u624B\u673A\u53F7\u7801",
|
|
444
|
-
placeholder:
|
|
390
|
+
placeholder: '请输入手机号',
|
|
445
391
|
id: "phone",
|
|
446
392
|
errMsg: errMsg1,
|
|
447
393
|
required: true,
|
|
@@ -457,10 +403,10 @@ var _default = function _default(props) {
|
|
|
457
403
|
style: {
|
|
458
404
|
width: '192px'
|
|
459
405
|
},
|
|
460
|
-
items:
|
|
406
|
+
items: (0, _constant.getOkrClassifyList1)(),
|
|
461
407
|
initValue: selectValue1,
|
|
462
408
|
renderSuffixIcon: true,
|
|
463
|
-
initText:
|
|
409
|
+
initText: '请选择',
|
|
464
410
|
onChangeClassify: handleSelectOkrClassify1,
|
|
465
411
|
title: "\u60A8\u7684\u8EAB\u4EFD",
|
|
466
412
|
errMsg: errMsgIde
|
|
@@ -469,10 +415,10 @@ var _default = function _default(props) {
|
|
|
469
415
|
style: {
|
|
470
416
|
width: '218.06px'
|
|
471
417
|
},
|
|
472
|
-
items:
|
|
418
|
+
items: (0, _constant.getOkrClassifyList)(),
|
|
473
419
|
initValue: selectValue,
|
|
474
420
|
renderSuffixIcon: true,
|
|
475
|
-
initText:
|
|
421
|
+
initText: '请选择',
|
|
476
422
|
onChangeClassify: handleSelectOkrClassify,
|
|
477
423
|
title: "\u516C\u53F8\u4EBA\u6570",
|
|
478
424
|
errMsg: errMsgNum
|
|
@@ -522,9 +468,9 @@ var _default = function _default(props) {
|
|
|
522
468
|
return onClickAddModules('OKR 目标管理');
|
|
523
469
|
}
|
|
524
470
|
}, "OKR \u76EE\u6807\u7BA1\u7406"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
525
|
-
className: "".concat(has(
|
|
471
|
+
className: "".concat(has("绩效考核") ? 'tita-appointment-demo-right-form-item-modules-item-active' : '', " tita-appointment-demo-right-form-item-modules-item"),
|
|
526
472
|
onClick: function onClick() {
|
|
527
|
-
return onClickAddModules(
|
|
473
|
+
return onClickAddModules("绩效考核");
|
|
528
474
|
}
|
|
529
475
|
}, "\u7EE9\u6548\u8003\u6838"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
530
476
|
className: "".concat(has('项目管理') ? 'tita-appointment-demo-right-form-item-modules-item-active' : '', " tita-appointment-demo-right-form-item-modules-item"),
|
|
@@ -13,6 +13,8 @@ var _PraiseRecordItem = _interopRequireDefault(require("./PraiseRecordItem"));
|
|
|
13
13
|
|
|
14
14
|
var _requestV = require("../../utils/request-v1");
|
|
15
15
|
|
|
16
|
+
var _getLocale = require("../../utils/getLocale");
|
|
17
|
+
|
|
16
18
|
var _style = require("./style");
|
|
17
19
|
|
|
18
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -149,7 +151,7 @@ var PraiseRecord = /*#__PURE__*/function (_PureComponent) {
|
|
|
149
151
|
}
|
|
150
152
|
}, /*#__PURE__*/_react["default"].createElement(_style.PraiseRecordHead, null, /*#__PURE__*/_react["default"].createElement("p", {
|
|
151
153
|
className: "praise__record__title"
|
|
152
|
-
},
|
|
154
|
+
}, (0, _getLocale.getLocale)('Tasks_Tab_MyS_Kudosrec')), /*#__PURE__*/_react["default"].createElement(_style.PraiseRecordClose, {
|
|
153
155
|
className: "tu-icon-close",
|
|
154
156
|
onMouseDown: function onMouseDown() {
|
|
155
157
|
return onSubmit();
|
|
@@ -165,7 +167,7 @@ var PraiseRecord = /*#__PURE__*/function (_PureComponent) {
|
|
|
165
167
|
onMouseDown: function onMouseDown() {
|
|
166
168
|
return _this2.handlerMoreRecordClick();
|
|
167
169
|
}
|
|
168
|
-
}, isCompleteReloadPraiseRecord ? /*#__PURE__*/_react["default"].createElement("span", null,
|
|
170
|
+
}, isCompleteReloadPraiseRecord ? /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)('Tasks_Tab_MyS_Butt_Seemoral'), /*#__PURE__*/_react["default"].createElement("span", {
|
|
169
171
|
className: "icon-arrow-down"
|
|
170
172
|
})) : /*#__PURE__*/_react["default"].createElement("span", null, "\u52A0\u8F7D\u4E2D...")) : (eachPageRecordCount || 20) >= praiseRecordDataLen ? /*#__PURE__*/_react["default"].createElement("p", null) : /*#__PURE__*/_react["default"].createElement("p", null, "\u6CA1\u6709\u66F4\u591A\u8BB0\u5F55\u4E86")))));
|
|
171
173
|
}
|