@titaui/pc 1.16.92 → 1.16.93-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/attachments-preview/index.js +6 -29
- package/lib/components/auto-save/index.js +3 -22
- package/lib/components/avatar/default.js +29 -60
- package/lib/components/avatar/icon-avatar/index.js +7 -18
- package/lib/components/avatar/index.js +0 -7
- package/lib/components/avatar/name-avatar/index.js +36 -58
- package/lib/components/avatar/num-avatar/index.js +2 -13
- package/lib/components/avatar/text-avatar/index.js +23 -50
- package/lib/components/book-demo/components/pc/components/checkbox/index.js +12 -42
- package/lib/components/book-demo/components/pc/components/content/index.js +23 -91
- package/lib/components/book-demo/components/pc/components/drop-select/index.js +8 -31
- package/lib/components/book-demo/components/pc/components/error-info/index.js +0 -6
- package/lib/components/book-demo/components/pc/components/input/index.js +12 -38
- package/lib/components/book-demo/components/pc/components/phone/index.js +11 -37
- package/lib/components/book-demo/components/pc/components/verify-code/index.js +19 -49
- package/lib/components/book-demo/components/pc/index.js +11 -43
- package/lib/components/book-demo/constant.js +0 -9
- package/lib/components/book-demo/index.js +0 -5
- package/lib/components/book-demo/interface.js +0 -1
- package/lib/components/book-demo/request.js +4 -10
- package/lib/components/book-demo/utils.js +0 -15
- package/lib/components/button/default-button/index.js +11 -26
- package/lib/components/button/icon-btn/index.js +8 -25
- package/lib/components/button/index.js +1 -6
- package/lib/components/button/rect-btn/index.js +17 -31
- package/lib/components/button/text-btn/index.js +13 -26
- package/lib/components/cascader/index.js +22 -49
- package/lib/components/cascader/time.js +3 -12
- package/lib/components/change-okr-modal/Filter.js +25 -94
- package/lib/components/change-okr-modal/Item.js +23 -82
- package/lib/components/change-okr-modal/constant.js +0 -25
- package/lib/components/change-okr-modal/filterTab.js +7 -35
- package/lib/components/change-okr-modal/index.js +63 -167
- package/lib/components/change-okr-modal/styledComponents.js +2 -71
- package/lib/components/checkbox/index.js +12 -33
- package/lib/components/checkbox-list/index.js +4 -22
- package/lib/components/color-date-picker/index.js +21 -53
- package/lib/components/color-date-picker/interface.js +0 -1
- package/lib/components/common-share/index.js +17 -38
- package/lib/components/common-share/publishMblog.js +17 -52
- package/lib/components/common-share/request-apis.js +0 -13
- package/lib/components/communication/CommunicationAttachments.js +10 -49
- package/lib/components/communication/CommunicationRecord.js +9 -29
- package/lib/components/communication/ConvertUserName.js +7 -34
- package/lib/components/communication/index.js +73 -154
- package/lib/components/communication/style.js +0 -47
- package/lib/components/condition-render/index.js +1 -5
- package/lib/components/confidence/heart.js +2 -11
- package/lib/components/confidence/index.js +9 -29
- package/lib/components/contact-kefu/index.js +3 -31
- package/lib/components/create-okr-modal/constant.js +0 -13
- package/lib/components/create-okr-modal/createCycle.js +13 -47
- package/lib/components/create-okr-modal/createSuccessCmp.js +21 -67
- package/lib/components/create-okr-modal/createSuccessCmpWrapper.js +0 -5
- package/lib/components/create-okr-modal/fields/date-cycle.js +6 -28
- package/lib/components/create-okr-modal/fields/index.js +0 -4
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +8 -16
- package/lib/components/create-okr-modal/fields/o-new-name.js +19 -50
- package/lib/components/create-okr-modal/fields/okr-case.js +8 -31
- package/lib/components/create-okr-modal/fields/okr-classify.js +3 -13
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +5 -28
- package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +9 -30
- package/lib/components/create-okr-modal/fields/okr-parent.js +16 -44
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +29 -66
- package/lib/components/create-okr-modal/fields/okr-type.js +10 -33
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +27 -65
- package/lib/components/create-okr-modal/fields/okr-visibility.js +16 -42
- package/lib/components/create-okr-modal/img/pack-up.js +0 -4
- package/lib/components/create-okr-modal/index.js +165 -317
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +15 -55
- package/lib/components/create-okr-modal/kr-items/krDatas.js +31 -87
- package/lib/components/create-okr-modal/kr-items/krItem.js +19 -39
- package/lib/components/create-okr-modal/objectType.js +26 -75
- package/lib/components/create-okr-modal/request-api.js +14 -52
- package/lib/components/create-okr-modal/style.js +0 -42
- package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +4 -39
- package/lib/components/create-okr-modal/utils/helper.js +10 -28
- package/lib/components/create-okr-modal/utils/index.js +0 -7
- package/lib/components/dangerous-html/index.js +0 -4
- package/lib/components/date-picker/BodyItem.js +7 -41
- package/lib/components/date-picker/CalendarBody.js +9 -50
- package/lib/components/date-picker/CalendarHeader.js +5 -44
- package/lib/components/date-picker/index.js +4 -42
- package/lib/components/date-range-picker/index.js +12 -60
- package/lib/components/delete-confirm-pop/ConfirmPop.js +18 -49
- package/lib/components/delete-confirm-pop/style.js +0 -14
- package/lib/components/dialog/index.js +26 -53
- package/lib/components/dialog-confirm/index.js +10 -39
- package/lib/components/dialog-qq-docs/index.js +55 -138
- package/lib/components/dialog-qq-docs/request-apis.js +0 -3
- package/lib/components/dialog-qq-docs/utils.js +4 -22
- package/lib/components/dialog-select/index.js +3 -16
- package/lib/components/dialog-upload/index.js +12 -64
- package/lib/components/dialog-upload/type.js +2 -5
- package/lib/components/dialog-upload/uploaded-preview.js +7 -20
- package/lib/components/dialog-upload/util.js +3 -38
- package/lib/components/dialog-upload-type/components/upload-type-item/index.js +3 -13
- package/lib/components/dialog-upload-type/index.js +3 -22
- package/lib/components/dingding-btn/index.js +60 -105
- package/lib/components/drawer/headerAction.js +17 -44
- package/lib/components/drawer/headerDrop.js +23 -42
- package/lib/components/drawer/index.js +32 -67
- package/lib/components/drawer/utils/dom.js +1 -10
- package/lib/components/drawer/utils/index.js +0 -1
- package/lib/components/drawer/utils/useForceUpdate.js +4 -16
- package/lib/components/drawer-manager/context.js +0 -4
- package/lib/components/drawer-manager/drawerWrapper.js +17 -62
- package/lib/components/drawer-manager/index.js +5 -47
- package/lib/components/drawer-manager/utils/dom.js +1 -10
- package/lib/components/drawer-manager/utils/index.js +0 -1
- package/lib/components/drawer-manager/utils/useForceUpdate.js +4 -16
- package/lib/components/drop-selector/icon-item.js +4 -13
- package/lib/components/drop-selector/index.js +41 -84
- package/lib/components/dynamic/components/comments-dialog/api.js +4 -10
- package/lib/components/dynamic/components/comments-dialog/encourage.js +8 -33
- package/lib/components/dynamic/components/comments-dialog/index.js +13 -55
- package/lib/components/dynamic/components/comments-dialog/rate.js +8 -31
- package/lib/components/dynamic/components/obj-status/index.js +4 -13
- package/lib/components/dynamic/components/obj-status/utils.js +0 -5
- package/lib/components/dynamic/components/percent/index.js +4 -13
- package/lib/components/dynamic/components/title/index.js +6 -21
- package/lib/components/dynamic/constant.js +0 -14
- package/lib/components/dynamic/context/index.js +0 -2
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -22
- package/lib/components/dynamic/dynamic-item/components/header/index.js +31 -79
- package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +0 -3
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +12 -42
- package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -2
- package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -3
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -7
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -7
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +30 -69
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +2 -21
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +1 -7
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +3 -21
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +1 -9
- package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +0 -8
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +62 -136
- package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +2 -12
- package/lib/components/dynamic/dynamic-item/components/summary-header/request-api.js +0 -5
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +2 -16
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +8 -21
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/utils.js +0 -18
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +0 -1
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +18 -56
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -3
- package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +4 -18
- package/lib/components/dynamic/dynamic-item/components/task-progress/request-api.js +1 -4
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +8 -39
- package/lib/components/dynamic/dynamic-item/components/work-progress/constant.js +0 -2
- package/lib/components/dynamic/dynamic-item/components/work-progress/index.js +12 -40
- package/lib/components/dynamic/dynamic-item/components/work-progress/interface.js +0 -3
- package/lib/components/dynamic/dynamic-item/components/work-progress/mile-stone.js +1 -18
- package/lib/components/dynamic/dynamic-item/components/work-progress/render-row.js +2 -21
- package/lib/components/dynamic/dynamic-item/components/work-progress/request-api.js +6 -11
- package/lib/components/dynamic/dynamic-item/components/work-progress/utils.js +10 -50
- package/lib/components/dynamic/dynamic-item/components/work-progress/work-task.js +0 -14
- package/lib/components/dynamic/dynamic-item/components/work-progress/work.js +0 -14
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +20 -74
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -13
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +12 -48
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +5 -27
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +3 -27
- package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +6 -28
- package/lib/components/dynamic/dynamic-item/dynamic-chart/utils.js +0 -8
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +18 -49
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +20 -74
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/index.js +4 -27
- package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +1 -13
- package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +5 -13
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +6 -21
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +6 -16
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +6 -33
- package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +11 -47
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +0 -2
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +10 -38
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +17 -58
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +7 -18
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +0 -10
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +28 -93
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +4 -16
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +4 -25
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +4 -26
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +12 -50
- package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +0 -10
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +0 -3
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +8 -34
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +16 -64
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +4 -38
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +10 -44
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +10 -46
- package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +0 -7
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +10 -42
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +0 -3
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +11 -47
- package/lib/components/dynamic/dynamic-item/index.js +38 -152
- package/lib/components/dynamic/dynamic-list/index.js +12 -30
- package/lib/components/dynamic/index.js +0 -5
- package/lib/components/dynamic/request-api.js +0 -15
- package/lib/components/dynamic/util.js +0 -20
- package/lib/components/e-priority/index.js +6 -30
- package/lib/components/e-status-dropdown/index.js +5 -24
- package/lib/components/eReport/eReportListEmpty.js +2 -33
- package/lib/components/eReport/eReportLists/reportList.js +16 -54
- package/lib/components/eReport/eReportLists/style.js +0 -36
- package/lib/components/eReport/eReportShare/index.js +16 -53
- package/lib/components/eReport/eReportShare/style.js +0 -12
- package/lib/components/eReport/eReportShare/toast/index.js +4 -27
- package/lib/components/eReport/eReportShare/toast/style.js +0 -12
- package/lib/components/edit-kr-wight/EditKrWightModal.js +22 -88
- package/lib/components/edit-kr-wight/FormItemV2.js +7 -37
- package/lib/components/edit-kr-wight/style/index.js +2 -25
- package/lib/components/edit-kr-wight/utils.js +0 -13
- package/lib/components/emotions-selector/index.js +0 -3
- package/lib/components/emotions-selector/selector-content.js +8 -43
- package/lib/components/emotions-selector/selector-pop.js +8 -37
- package/lib/components/emotions-selector/style.js +0 -24
- package/lib/components/ereport-list/index.js +16 -55
- package/lib/components/ereport-list/style.js +0 -36
- package/lib/components/error-boundary/index.js +4 -32
- package/lib/components/expiration-reminder/index.js +21 -65
- package/lib/components/expiration-reminder/utils.js +3 -15
- package/lib/components/file-list/components/single-file/index.js +12 -37
- package/lib/components/file-list/index.js +2 -19
- package/lib/components/file-list/util.js +0 -18
- package/lib/components/file-preview/index.js +6 -16
- package/lib/components/filter-buttons/department.js +4 -21
- package/lib/components/filter-buttons/group.js +0 -10
- package/lib/components/filter-buttons/index.js +20 -36
- package/lib/components/filter-buttons/modular.js +6 -32
- package/lib/components/filter-buttons/name.js +10 -35
- package/lib/components/filter-buttons/search-dropdown/index.js +3 -11
- package/lib/components/filter-buttons/timer.js +4 -15
- package/lib/components/firework/firework.js +31 -42
- package/lib/components/firework/index.js +4 -13
- package/lib/components/follower-visitor/index.js +14 -46
- package/lib/components/follower-visitor/request-api.js +0 -3
- package/lib/components/form/form-fields/cycle/index.js +10 -41
- package/lib/components/form/form-fields/cycle/utils.js +0 -6
- package/lib/components/form/form-fields/date/index.js +9 -30
- package/lib/components/form/form-fields/department/department-input.js +6 -17
- package/lib/components/form/form-fields/department/index.js +26 -60
- package/lib/components/form/form-fields/dropdown/index.js +14 -39
- package/lib/components/form/form-fields/duties/duties-input.js +6 -15
- package/lib/components/form/form-fields/duties/index.js +28 -61
- package/lib/components/form/form-fields/group/index.js +5 -16
- package/lib/components/form/form-fields/input/index.js +38 -85
- package/lib/components/form/form-fields/input-verification-code/index.js +44 -92
- package/lib/components/form/form-fields/password/index.js +26 -66
- package/lib/components/form/form-fields/radios/index.js +16 -33
- package/lib/components/form/form-fields/textarea/index.js +26 -63
- package/lib/components/form/form-fields/user/index.js +36 -84
- package/lib/components/form/form-fields/user/user-input.js +5 -17
- package/lib/components/form/index.js +11 -45
- package/lib/components/form/layout/index.js +0 -6
- package/lib/components/grid-layout/commen-components/advize.js +2 -5
- package/lib/components/grid-layout/commen-components/card-contain.js +2 -5
- package/lib/components/grid-layout/commen-components/card-title.js +3 -10
- package/lib/components/grid-layout/commen-components/carditem-flexcontent.js +2 -5
- package/lib/components/grid-layout/commen-components/data-item.js +6 -14
- package/lib/components/grid-layout/commen-components/empty-backgrounds.js +3 -10
- package/lib/components/grid-layout/commen-components/gap.js +0 -3
- package/lib/components/grid-layout/commen-components/index.js +0 -10
- package/lib/components/grid-layout/commen-components/scroll-tips.js +14 -34
- package/lib/components/grid-layout/essay-component/essay-item.js +3 -7
- package/lib/components/grid-layout/essay-component/index.js +10 -30
- package/lib/components/grid-layout/index.js +4 -18
- package/lib/components/grid-layout/near-visitors/index.js +6 -27
- package/lib/components/grid-layout/near-visitors/visitor.js +7 -25
- package/lib/components/grid-layout/okr-align/index.js +13 -41
- package/lib/components/grid-layout/okr-progress/index.js +15 -45
- package/lib/components/grid-layout/okr-target/index.js +7 -44
- package/lib/components/grid-layout/over-view/index.js +20 -50
- package/lib/components/grid-layout/personal-info/index.js +37 -77
- package/lib/components/grid-layout/sub-employee-okr/index.js +13 -45
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +8 -29
- package/lib/components/grid-layout/util/click-link.js +2 -13
- package/lib/components/grid-layout/util/network.js +15 -41
- package/lib/components/grid-layout/week-task/index.js +13 -39
- package/lib/components/grid-layout/words-cloud/index.js +7 -29
- package/lib/components/grid-page/commen-components/scroll-tips.js +14 -34
- package/lib/components/grid-page/near-visitors/visitor.js +7 -25
- package/lib/components/grid-page/personal-info/index.js +37 -77
- package/lib/components/guide-order/index.js +46 -79
- package/lib/components/guide-tip/index.js +30 -52
- package/lib/components/help-card/index.js +23 -87
- package/lib/components/help-card/interface.js +0 -2
- package/lib/components/help-card/request-api.js +0 -10
- package/lib/components/hr-header/index.js +9 -35
- package/lib/components/icon-button-list/index.js +9 -22
- package/lib/components/img-viewer/icon/enlarge.js +0 -3
- package/lib/components/img-viewer/icon/left-rotate.js +0 -3
- package/lib/components/img-viewer/icon/right-rotate.js +0 -3
- package/lib/components/img-viewer/icon/shrink.js +0 -3
- package/lib/components/img-viewer/index.js +30 -76
- package/lib/components/img-viewer/util.js +0 -3
- package/lib/components/import-modal/helper.js +3 -43
- package/lib/components/import-modal/import-okr-modal/index.js +15 -48
- package/lib/components/import-modal/import-task-modal/index.js +42 -94
- package/lib/components/import-modal/import-task-modal/search-form.js +13 -43
- package/lib/components/import-modal/index.js +0 -5
- package/lib/components/import-modal/radio.js +8 -27
- package/lib/components/import-modal/request-api.js +33 -65
- package/lib/components/import-modal/search/category-select.js +4 -23
- package/lib/components/import-modal/search/okr-classify-select.js +4 -23
- package/lib/components/import-modal/search/okr-status-select.js +4 -23
- package/lib/components/import-modal/search/okr-type-select.js +8 -28
- package/lib/components/import-modal/search/principal.js +13 -40
- package/lib/components/import-modal/search/relation.js +7 -28
- package/lib/components/import-modal/search/search-dropdown/index.js +1 -7
- package/lib/components/import-modal/search/task-relation.js +4 -24
- package/lib/components/import-modal/search/task-status-select.js +4 -24
- package/lib/components/import-modal/search/work-relation.js +4 -24
- package/lib/components/import-modal/search/work-status-select.js +4 -23
- package/lib/components/import-modal/tree/okr-tree/index.js +41 -91
- package/lib/components/import-modal/tree/okr-tree/search-form.js +23 -60
- package/lib/components/import-modal/tree/task-work-tree/index.js +6 -35
- package/lib/components/import-modal/tree-node/index.js +1 -15
- package/lib/components/import-modal/tree-node/kr-node/index.js +10 -26
- package/lib/components/import-modal/tree-node/milestone-node/index.js +9 -27
- package/lib/components/import-modal/tree-node/o-node/index.js +13 -40
- package/lib/components/import-modal/tree-node/work-node/index.js +10 -28
- package/lib/components/invite-people/index.js +0 -8
- package/lib/components/keyword-search/index.js +13 -46
- package/lib/components/loading/index.js +5 -24
- package/lib/components/magnet/index.js +32 -69
- package/lib/components/mblog/common/index.js +19 -31
- package/lib/components/mblog/components/ConfirmPop.js +2 -33
- package/lib/components/mblog/components/MblogAction.js +31 -70
- package/lib/components/mblog/components/MblogContent.js +34 -71
- package/lib/components/mblog/context.js +0 -4
- package/lib/components/mblog/index.js +98 -170
- package/lib/components/mblog/style.js +6 -45
- package/lib/components/menus/components/drag-resize/index.js +10 -23
- package/lib/components/menus/components/flip-menu-card/flip-back-header.js +0 -7
- package/lib/components/menus/components/flip-menu-card/index.js +24 -89
- package/lib/components/menus/components/menu-card/index.js +3 -24
- package/lib/components/menus/components/menu-close-btn/index.js +7 -14
- package/lib/components/menus/components/menu-tree/index.js +8 -23
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +42 -17
- package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +1 -11
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +4 -23
- package/lib/components/menus/components/menu-tree/tree-node/company-all.js +1 -14
- package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +1 -15
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +6 -25
- package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +3 -21
- package/lib/components/menus/components/menu-tree/tree-node/group-name.js +0 -6
- package/lib/components/menus/components/menu-tree/tree-node/index.js +1 -50
- package/lib/components/menus/components/menu-tree/tree-node/loading.js +0 -6
- package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +1 -9
- package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +0 -8
- package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +0 -7
- package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +1 -9
- package/lib/components/menus/components/menu-tree/tree-node/same-level-user/index.js +2 -10
- package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +6 -28
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +5 -26
- package/lib/components/menus/components/menu-tree/tree-node/summary-follower/index.js +3 -21
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +8 -27
- package/lib/components/menus/components/menu-tree/tree-node/summary-tongji.js +5 -26
- package/lib/components/menus/components/menu-tree/tree-node/summary-user-concern.js +5 -25
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +6 -22
- package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +5 -25
- package/lib/components/menus/components/search-colleague/index.js +25 -54
- package/lib/components/menus/context.js +0 -8
- package/lib/components/menus/export-modules/appraisal-menus/index.js +31 -67
- package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +24 -32
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +26 -48
- package/lib/components/menus/export-modules/demo-menus/index.js +20 -52
- package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +10 -21
- package/lib/components/menus/export-modules/demo-menus/menus.js +0 -15
- package/lib/components/menus/export-modules/interview-menus/constant.js +5 -12
- package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +0 -14
- package/lib/components/menus/export-modules/interview-menus/index.js +17 -50
- package/lib/components/menus/export-modules/interview-menus/menus.js +5 -26
- package/lib/components/menus/export-modules/manage-menus/constant.js +0 -2
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +0 -15
- package/lib/components/menus/export-modules/manage-menus/index.js +3 -37
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +0 -8
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +28 -67
- package/lib/components/menus/export-modules/okr-menus/index.js +12 -44
- package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +0 -10
- package/lib/components/menus/export-modules/okr-menus/menus.js +5 -46
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +44 -84
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +0 -3
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +26 -67
- package/lib/components/menus/export-modules/research-menu/index.js +12 -40
- package/lib/components/menus/export-modules/research-menu/menu-highlight.js +0 -10
- package/lib/components/menus/export-modules/research-menu/menus.js +0 -13
- package/lib/components/menus/export-modules/research-menu/research-front-menus.js +27 -59
- package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +16 -41
- package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +0 -10
- package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +1 -14
- package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +33 -65
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -8
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +27 -76
- package/lib/components/menus/export-modules/summary-menus/index.js +12 -47
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -10
- package/lib/components/menus/export-modules/summary-menus/menus.js +8 -54
- package/lib/components/menus/export-modules/summary-menus/request-api.js +0 -6
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +0 -3
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +26 -70
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +64 -114
- package/lib/components/menus/export-modules/survey-menu/index.js +12 -40
- package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +0 -10
- package/lib/components/menus/export-modules/survey-menu/menus.js +0 -13
- package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +27 -62
- package/lib/components/menus/i18n.js +0 -6
- package/lib/components/menus/index.js +1 -31
- package/lib/components/menus/request-apis.js +13 -57
- package/lib/components/menus/utils.js +0 -5
- package/lib/components/mirroring/index.js +4 -13
- package/lib/components/nav/index.js +2 -8
- package/lib/components/nav-top/components/app-center/index.js +38 -121
- package/lib/components/nav-top/components/app-center/interface.js +0 -2
- package/lib/components/nav-top/components/menu/index.js +9 -50
- package/lib/components/nav-top/components/user-message/components/empty/index.js +0 -10
- package/lib/components/nav-top/components/user-message/components/inform/index.js +20 -58
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +11 -71
- package/lib/components/nav-top/components/user-message/components/red-pack/index.js +4 -28
- package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +0 -3
- package/lib/components/nav-top/components/user-message/components/remind/index.js +7 -37
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +9 -32
- package/lib/components/nav-top/components/user-message/components/reply/index.js +18 -57
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +3 -24
- package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -10
- package/lib/components/nav-top/components/user-message/components/todos/index.js +18 -56
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -17
- package/lib/components/nav-top/components/user-message/constant.js +0 -4
- package/lib/components/nav-top/components/user-message/hrMessage.js +34 -69
- package/lib/components/nav-top/components/user-message/index.js +30 -77
- package/lib/components/nav-top/components/user-message/msg/index.js +8 -38
- package/lib/components/nav-top/components/user-message/utils.js +0 -4
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -29
- package/lib/components/nav-top/components/user-own-menu/index.js +3 -16
- package/lib/components/nav-top/components/user-own-menu/utils.js +0 -12
- package/lib/components/nav-top/components/version/index.js +3 -27
- package/lib/components/nav-top/constant.js +0 -7
- package/lib/components/nav-top/index.js +47 -139
- package/lib/components/nav-top/request.apis.js +2 -34
- package/lib/components/nav-top/useGlobalValue.js +0 -3
- package/lib/components/nav-top/utils.js +15 -11
- package/lib/components/new-confidence/constant.js +0 -16
- package/lib/components/new-confidence/index.js +10 -36
- package/lib/components/okr-detail/auth.js +27 -57
- package/lib/components/okr-detail/base-info/base-info.js +51 -119
- package/lib/components/okr-detail/base-info/index.js +0 -3
- package/lib/components/okr-detail/base-info/o-desc/index.js +24 -54
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +3 -17
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +3 -17
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +11 -35
- package/lib/components/okr-detail/base-info/other-infos/index.js +0 -3
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +12 -36
- package/lib/components/okr-detail/base-info/other-infos/other-infos.js +13 -34
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +22 -55
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +11 -47
- package/lib/components/okr-detail/base-info/person/index.js +9 -23
- package/lib/components/okr-detail/base-info/util.js +1 -12
- package/lib/components/okr-detail/base-info/utils/setting.js +2 -3
- package/lib/components/okr-detail/components/ao-nice/index.js +21 -63
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +7 -37
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +8 -47
- package/lib/components/okr-detail/components/base-okr-type/index.js +9 -25
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +26 -75
- package/lib/components/okr-detail/components/block-line/index.js +0 -4
- package/lib/components/okr-detail/components/editable-input/index.js +19 -48
- package/lib/components/okr-detail/components/header/edit-name.js +17 -64
- package/lib/components/okr-detail/components/header/index.js +20 -63
- package/lib/components/okr-detail/components/header/o-avatar.js +12 -46
- package/lib/components/okr-detail/components/header/o-classify.js +9 -42
- package/lib/components/okr-detail/components/header/o-cycle.js +6 -21
- package/lib/components/okr-detail/components/header/o-name.js +7 -18
- package/lib/components/okr-detail/components/header/o-score.js +13 -54
- package/lib/components/okr-detail/components/icon-text/index.js +17 -44
- package/lib/components/okr-detail/components/o-classify.js +13 -48
- package/lib/components/okr-detail/components/o-progress-update/index.js +10 -44
- package/lib/components/okr-detail/components/okr-tree/index.js +4 -17
- package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +0 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +19 -65
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +0 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +0 -8
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +6 -26
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +22 -60
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +5 -26
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +41 -109
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +51 -122
- package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +0 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -26
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +0 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +71 -163
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +23 -77
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +4 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +27 -87
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +1 -26
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +8 -32
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +28 -78
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +20 -79
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +36 -80
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -29
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +25 -75
- package/lib/components/okr-detail/components/okr-type.js +15 -35
- package/lib/components/okr-detail/components/padding-layout.js +2 -5
- package/lib/components/okr-detail/components/score/index.js +5 -17
- package/lib/components/okr-detail/components/tab-panel-content/index.js +1 -7
- package/lib/components/okr-detail/context.js +0 -10
- package/lib/components/okr-detail/cooperation/index.js +3 -9
- package/lib/components/okr-detail/detail-footer/index.js +18 -55
- package/lib/components/okr-detail/detail-header/actions.js +20 -46
- package/lib/components/okr-detail/detail-header/confirm.js +7 -26
- package/lib/components/okr-detail/detail-header/constant.js +0 -10
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +9 -39
- package/lib/components/okr-detail/detail-header/enums.js +0 -3
- package/lib/components/okr-detail/detail-header/index.js +28 -109
- package/lib/components/okr-detail/e-list/constant.js +0 -1
- package/lib/components/okr-detail/e-list/index.js +60 -97
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +16 -48
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +1 -25
- package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +1 -11
- package/lib/components/okr-detail/e-list/search-form/index.js +12 -44
- package/lib/components/okr-detail/e-list/util.js +12 -39
- package/lib/components/okr-detail/error-page/index.js +0 -8
- package/lib/components/okr-detail/helper.js +4 -23
- package/lib/components/okr-detail/index.js +46 -125
- package/lib/components/okr-detail/loading/index.js +1 -7
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +1 -11
- package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +1 -10
- package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +3 -11
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +44 -89
- package/lib/components/okr-detail/okr-list/create-kr-item/style.js +0 -54
- package/lib/components/okr-detail/okr-list/drag-order-kr.js +0 -15
- package/lib/components/okr-detail/okr-list/empty/index.js +3 -10
- package/lib/components/okr-detail/okr-list/index.js +68 -155
- package/lib/components/okr-detail/okr-list/warp-parent-okr.js +0 -3
- package/lib/components/okr-detail/request-apis.js +38 -154
- package/lib/components/okr-detail/schedule/components/detail-title/index.js +3 -8
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +0 -13
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +46 -102
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +0 -11
- package/lib/components/okr-detail/schedule/components/title/index.js +1 -6
- package/lib/components/okr-detail/schedule/index.js +0 -3
- package/lib/components/okr-detail/schedule/schedule.js +12 -41
- package/lib/components/okr-detail/schedule/util.js +0 -8
- package/lib/components/okr-excel/hooks.js +30 -70
- package/lib/components/okr-excel/index.js +10 -32
- package/lib/components/okr-excel/renders.js +12 -72
- package/lib/components/okr-excel/setting.js +0 -7
- package/lib/components/okr-excel-create/components/kr-confidence/index.js +3 -22
- package/lib/components/okr-excel-create/components/kr-weight/index.js +13 -39
- package/lib/components/okr-excel-create/components/okr-align/index.js +15 -45
- package/lib/components/okr-excel-create/components/okr-classify/index.js +7 -33
- package/lib/components/okr-excel-create/components/okr-cycle/index.js +7 -28
- package/lib/components/okr-excel-create/components/okr-name/index.js +8 -38
- package/lib/components/okr-excel-create/components/okr-principal/index.js +10 -34
- package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +7 -16
- package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +7 -16
- package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +46 -96
- package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/request-api.js +0 -5
- package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/util.js +2 -21
- package/lib/components/okr-excel-create/components/okr-progress/index.js +15 -31
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +7 -37
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +8 -47
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/index.js +9 -22
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +26 -75
- package/lib/components/okr-excel-create/components/okr-type/index.js +28 -56
- package/lib/components/okr-excel-create/components/okr-visibility/index.js +12 -57
- package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +6 -25
- package/lib/components/okr-excel-create/components-new/kr-weight/index.js +28 -71
- package/lib/components/okr-excel-create/components-new/okr-align/index.js +10 -42
- package/lib/components/okr-excel-create/components-new/okr-classify/index.js +9 -37
- package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +11 -33
- package/lib/components/okr-excel-create/components-new/okr-name/index.js +13 -59
- package/lib/components/okr-excel-create/components-new/okr-principal/index.js +13 -37
- package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +7 -16
- package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +7 -16
- package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +46 -96
- package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/request-api.js +0 -5
- package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/util.js +2 -21
- package/lib/components/okr-excel-create/components-new/okr-progress/index.js +15 -31
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +7 -37
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +8 -47
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/index.js +9 -22
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +26 -75
- package/lib/components/okr-excel-create/components-new/okr-type/index.js +21 -51
- package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +16 -60
- package/lib/components/okr-excel-create/hooks.js +30 -70
- package/lib/components/okr-excel-create/index-old.js +13 -56
- package/lib/components/okr-excel-create/index.js +35 -85
- package/lib/components/okr-excel-create/setting.js +0 -8
- package/lib/components/okr-excel-create/utils.js +2 -24
- package/lib/components/okr-filter-drawer/filter-form.js +17 -61
- package/lib/components/okr-filter-drawer/index.js +5 -14
- package/lib/components/okr-flow/child-node/fields/creator.js +20 -55
- package/lib/components/okr-flow/child-node/fields/okrClassify.js +0 -9
- package/lib/components/okr-flow/child-node/fields/okrType.js +0 -5
- package/lib/components/okr-flow/child-node/helper.js +0 -2
- package/lib/components/okr-flow/child-node/index.js +20 -39
- package/lib/components/okr-flow/child-node/kr-node.js +13 -23
- package/lib/components/okr-flow/child-node/work-node.js +41 -96
- package/lib/components/okr-flow/context.js +0 -4
- package/lib/components/okr-flow/empty/index.js +0 -7
- package/lib/components/okr-flow/export-modal/index.js +33 -153
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +47 -119
- package/lib/components/okr-flow/index.js +0 -4
- package/lib/components/okr-flow/mini-map/index.js +7 -35
- package/lib/components/okr-flow/mini-map/map.js +20 -46
- package/lib/components/okr-flow/mini-map/mini-node.js +11 -24
- package/lib/components/okr-flow/mini-map/utils.js +8 -20
- package/lib/components/okr-flow/okr-map/index.js +35 -75
- package/lib/components/okr-flow/open-data/index.js +0 -26
- package/lib/components/okr-flow/request-apis.js +24 -44
- package/lib/components/okr-flow/root-node/index.js +25 -67
- package/lib/components/okr-flow/utils/config.js +1 -5
- package/lib/components/okr-flow/utils/helper.js +0 -7
- package/lib/components/okr-flow/utils/index.js +4 -16
- package/lib/components/okr-flow/utils/tree-handler.js +31 -79
- package/lib/components/okr-guide/index.js +20 -68
- package/lib/components/okr-guide/request-api.js +1 -14
- package/lib/components/okr-period-selector/index.js +11 -26
- package/lib/components/okr-period-selector/request-apis.js +0 -5
- package/lib/components/okr-period-selector/select-cycle.js +23 -63
- package/lib/components/okr-progress/components/detail-title/index.js +3 -8
- package/lib/components/okr-progress/components/kr-progress/index.js +0 -13
- package/lib/components/okr-progress/components/o-progress/index.js +44 -97
- package/lib/components/okr-progress/components/o-progress-update/index.js +10 -41
- package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -11
- package/lib/components/okr-progress/components/title/index.js +1 -6
- package/lib/components/okr-progress/index.js +0 -3
- package/lib/components/okr-progress/okr-progress/index.js +15 -45
- package/lib/components/okr-progress/request-apis.js +5 -24
- package/lib/components/okr-progress/util.js +0 -8
- package/lib/components/okr-progress-detail/constant.js +0 -1
- package/lib/components/okr-progress-detail/index.js +21 -47
- package/lib/components/okr-progress-detail/utils.js +0 -18
- package/lib/components/okr-progress-modal/helper.js +2 -23
- package/lib/components/okr-progress-modal/index.js +45 -97
- package/lib/components/okr-progress-modal/request-apis.js +0 -9
- package/lib/components/okr-progress-modal/style.js +0 -18
- package/lib/components/okr-progress-modal/textarea/index.js +4 -11
- package/lib/components/okr-progress-modal/textarea/style.js +0 -8
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +30 -142
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +0 -44
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +4 -26
- package/lib/components/okr-review/ReviewPop/components/Toast/style.js +0 -6
- package/lib/components/okr-review/ReviewPop/index.js +23 -75
- package/lib/components/okr-review/ReviewPop/style.js +0 -20
- package/lib/components/okr-review/common.js +0 -3
- package/lib/components/okr-review/components/ReviewItem/index.js +9 -33
- package/lib/components/okr-review/components/ReviewItem/style.js +0 -18
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +15 -46
- package/lib/components/okr-review/components/confirm-pop/style.js +0 -14
- package/lib/components/okr-review/index.js +19 -63
- package/lib/components/okr-review/style.js +0 -24
- package/lib/components/okr-share/common-painter/darwAvatar.js +6 -23
- package/lib/components/okr-share/common-painter/openDataPainter.js +14 -27
- package/lib/components/okr-share/common-painter/setSize.js +4 -5
- package/lib/components/okr-share/common-painter/utils.js +6 -42
- package/lib/components/okr-share/index.js +13 -34
- package/lib/components/okr-share/pink-card/card.js +0 -8
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +4 -11
- package/lib/components/okr-share/pink-card/drawKrs.js +4 -27
- package/lib/components/okr-share/pink-card/drawOKrName.js +0 -3
- package/lib/components/okr-share/pink-card/drawQuote.js +4 -11
- package/lib/components/okr-share/pink-card/drawUserName.js +4 -12
- package/lib/components/okr-share/pink-card/index.js +4 -28
- package/lib/components/okr-share/publishMblog.js +15 -50
- package/lib/components/okr-share/request-apis.js +0 -13
- package/lib/components/okr-share/shareCardSelector.js +7 -27
- package/lib/components/okr-type-icon/index.js +0 -9
- package/lib/components/okrcase-library/index.js +93 -158
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +5 -15
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +25 -51
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +14 -22
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -29
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +1 -10
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +68 -115
- package/lib/components/okrcase-library/server/network.js +58 -111
- package/lib/components/okrcase-library-card/index.js +27 -53
- package/lib/components/open-data-painter/index.js +16 -39
- package/lib/components/operation-records/OperationRecordItem.js +4 -29
- package/lib/components/operation-records/index.js +20 -69
- package/lib/components/operation-records/style.js +0 -34
- package/lib/components/order-have-award/index.js +0 -26
- package/lib/components/order-have-award/interface.js +0 -2
- package/lib/components/pagination/index.js +0 -3
- package/lib/components/pagination/pagination.js +5 -31
- package/lib/components/part-notice/index.js +15 -41
- package/lib/components/password-input/icon/close-eye.js +0 -3
- package/lib/components/password-input/icon/open-eye.js +0 -3
- package/lib/components/password-input/index.js +14 -44
- package/lib/components/period-selector/common.js +0 -50
- package/lib/components/period-selector/components/button/index.js +13 -31
- package/lib/components/period-selector/components/button/style.js +0 -8
- package/lib/components/period-selector/components/selector/index.js +36 -87
- package/lib/components/period-selector/components/selector/style.js +0 -19
- package/lib/components/period-selector/helper/index.js +22 -42
- package/lib/components/period-selector/index.js +58 -89
- package/lib/components/period-selector/interface.js +1 -0
- package/lib/components/period-selector/mockData.js +0 -7
- package/lib/components/period-selector/style.js +0 -8
- package/lib/components/photo-card/components/card/index.js +19 -49
- package/lib/components/photo-card/index.js +8 -42
- package/lib/components/photo-card/request.apis.js +0 -11
- package/lib/components/picker/components/panels/date-panel/date-body.js +6 -16
- package/lib/components/picker/components/panels/date-panel/date-head.js +6 -23
- package/lib/components/picker/components/panels/date-panel/date-rows.js +20 -46
- package/lib/components/picker/components/panels/date-panel/index.js +7 -34
- package/lib/components/picker/components/panels/date-panel/useRowsData.js +10 -30
- package/lib/components/picker/components/panels/month-panel/index.js +7 -33
- package/lib/components/picker/components/panels/month-panel/month-body.js +1 -12
- package/lib/components/picker/components/panels/month-panel/month-head.js +8 -26
- package/lib/components/picker/components/panels/month-panel/useRowsData.js +3 -20
- package/lib/components/picker/components/panels/panel-body/index.js +1 -16
- package/lib/components/picker/components/panels/panel-head/index.js +4 -13
- package/lib/components/picker/components/panels/week-panel/index.js +3 -16
- package/lib/components/picker/components/panels/week-panel/utils.js +10 -33
- package/lib/components/picker/components/panels/week-panel/week-body.js +2 -19
- package/lib/components/picker/components/panels/week-panel/week-head.js +3 -12
- package/lib/components/picker/components/panels/year-panel/index.js +2 -21
- package/lib/components/picker/components/panels/year-panel/useRowsData.js +3 -21
- package/lib/components/picker/components/panels/year-panel/year-body.js +8 -24
- package/lib/components/picker/components/panels/year-panel/year-head.js +6 -21
- package/lib/components/picker/components/picker-trigger/index.js +11 -32
- package/lib/components/picker/context.js +0 -11
- package/lib/components/picker/index.js +0 -4
- package/lib/components/picker/picker-panels.js +15 -65
- package/lib/components/picker/picker.js +29 -62
- package/lib/components/picker/range-picker/components/operations/index.js +3 -11
- package/lib/components/picker/range-picker/components/picker-trigger/index.js +10 -33
- package/lib/components/picker/range-picker/components/placeholder/index.js +4 -23
- package/lib/components/picker/range-picker/components/select-input/index.js +3 -18
- package/lib/components/picker/range-picker/components/shortcuts/index.js +1 -24
- package/lib/components/picker/range-picker/index.js +30 -80
- package/lib/components/picker/utils.js +12 -52
- package/lib/components/point-demo/constant.js +0 -4
- package/lib/components/point-demo/drop-down-box/index.js +30 -50
- package/lib/components/point-demo/index.js +67 -135
- package/lib/components/point-demo/input/index.js +3 -35
- package/lib/components/point-demo/point-demo.js +4 -24
- package/lib/components/point-demo/popup/index.js +31 -52
- package/lib/components/point-demo/popup/placement.js +0 -4
- package/lib/components/popup/index.js +40 -59
- package/lib/components/popup/placement.js +0 -4
- package/lib/components/popup-select/index.js +18 -53
- package/lib/components/praise-record/PraiseRecordItem.js +4 -29
- package/lib/components/praise-record/index.js +12 -55
- package/lib/components/praise-record/style.js +0 -24
- package/lib/components/progress/circle-progress/index.js +25 -30
- package/lib/components/progress/index.js +0 -5
- package/lib/components/progress/line-progress/index.js +15 -20
- package/lib/components/progress/okr-progress/index.js +1 -10
- package/lib/components/progress/ring-progress/index.js +1 -8
- package/lib/components/progress/ring-progress/util.js +0 -2
- package/lib/components/progress/utils.js +2 -6
- package/lib/components/promise-confirm/index.js +14 -37
- package/lib/components/publish-dynamic-modal/index.js +0 -3
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +13 -49
- package/lib/components/publish-dynamic-modal/requist-api.js +0 -10
- package/lib/components/quick-entrance/index.js +10 -69
- package/lib/components/quick-entrance/render-item.js +2 -8
- package/lib/components/quick-entrance/request-api.js +1 -6
- package/lib/components/radio/index.js +0 -4
- package/lib/components/radio/radio.js +13 -34
- package/lib/components/radio/radioGroup.js +4 -12
- package/lib/components/range-picker-pop/index.js +15 -75
- package/lib/components/range-selector-pop/RangeList.js +2 -25
- package/lib/components/range-selector-pop/RangeSelectorPop.js +9 -37
- package/lib/components/rate/index.js +18 -39
- package/lib/components/regulation-setting-item/index.js +5 -13
- package/lib/components/rich-editor/enums.js +0 -3
- package/lib/components/rich-editor/index.js +4 -19
- package/lib/components/rich-editor/keymap.js +7 -22
- package/lib/components/rich-editor/keymaps/index.js +0 -22
- package/lib/components/rich-editor/models/controller.js +0 -5
- package/lib/components/rich-editor/models/editor.js +2 -11
- package/lib/components/rich-editor/models/plugin.js +0 -6
- package/lib/components/rich-editor/models/schema.js +2 -42
- package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -5
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +2 -46
- package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +2 -45
- package/lib/components/rich-editor/plugins/block/index.js +0 -8
- package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +25 -49
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +25 -57
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +11 -21
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +6 -19
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -5
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +12 -27
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +3 -9
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +3 -12
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +3 -6
- package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +3 -8
- package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +3 -10
- package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +14 -70
- package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +14 -46
- package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +58 -87
- package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +3 -14
- package/lib/components/rich-editor/plugins/block/lists/commond/index.js +39 -118
- package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +1 -12
- package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +16 -50
- package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -10
- package/lib/components/rich-editor/plugins/block/lists/index.js +2 -66
- package/lib/components/rich-editor/plugins/block/lists/messages.js +1 -2
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +17 -34
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -8
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +8 -24
- package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -4
- package/lib/components/rich-editor/plugins/block/lists/transforms.js +47 -95
- package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +4 -12
- package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -31
- package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +1 -24
- package/lib/components/rich-editor/plugins/block/lists/utils/node.js +11 -40
- package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +1 -8
- package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +20 -63
- package/lib/components/rich-editor/plugins/block/lists/utils.js +4 -17
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +2 -34
- package/lib/components/rich-editor/plugins/core/index.js +2 -38
- package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -12
- package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -8
- package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +2 -13
- package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -5
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +2 -36
- package/lib/components/rich-editor/plugins/extension/alignment/utils.js +2 -3
- package/lib/components/rich-editor/plugins/extension/index.js +0 -2
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +2 -39
- package/lib/components/rich-editor/plugins/extension/placeholder/styles.js +0 -5
- package/lib/components/rich-editor/plugins/index.js +0 -6
- package/lib/components/rich-editor/plugins/inline/color/commond.js +23 -44
- package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -3
- package/lib/components/rich-editor/plugins/inline/color/index.js +2 -63
- package/lib/components/rich-editor/plugins/inline/color/selector.js +14 -59
- package/lib/components/rich-editor/plugins/inline/color/util.js +0 -5
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +2 -48
- package/lib/components/rich-editor/plugins/inline/em/index.js +2 -34
- package/lib/components/rich-editor/plugins/inline/index.js +0 -12
- package/lib/components/rich-editor/plugins/inline/link/commands.js +13 -47
- package/lib/components/rich-editor/plugins/inline/link/index.js +4 -50
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +6 -18
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +14 -68
- package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +16 -48
- package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +5 -28
- package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +4 -33
- package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -6
- package/lib/components/rich-editor/plugins/inline/strong/index.js +2 -46
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +2 -49
- package/lib/components/rich-editor/plugins/util.js +9 -55
- package/lib/components/rich-editor/react/reactNodeView.js +35 -97
- package/lib/components/rich-editor/react/uiProvider.js +7 -58
- package/lib/components/rich-editor/schemas/basic.js +15 -13
- package/lib/components/rich-editor/schemas/index.js +0 -5
- package/lib/components/rich-editor/schemas/list.js +61 -90
- package/lib/components/rich-editor/types/index.js +0 -2
- package/lib/components/rich-editor/ui/Popup/index.js +22 -66
- package/lib/components/rich-editor/ui/Popup/utils.js +65 -135
- package/lib/components/rich-editor/ui/editor/index.js +18 -51
- package/lib/components/rich-editor/ui/normal-toolbar/index.js +4 -30
- package/lib/components/rich-editor/utils/browser.js +0 -2
- package/lib/components/rich-editor/utils/commands.js +15 -69
- package/lib/components/rich-editor/utils/document.js +10 -48
- package/lib/components/rich-editor/utils/event.js +0 -14
- package/lib/components/rich-editor/utils/helpers.js +0 -1
- package/lib/components/rich-editor/utils/mark.js +14 -42
- package/lib/components/rich-editor/utils/slice.js +0 -21
- package/lib/components/rich-editor/utils/toolbar.js +6 -51
- package/lib/components/rich-editor-at/components/index.js +25 -53
- package/lib/components/rich-editor-at/index.js +21 -50
- package/lib/components/rich-editor-upload/index.js +11 -33
- package/lib/components/scroll-container/index.js +52 -114
- package/lib/components/scrollbar/index.js +16 -38
- package/lib/components/scrollbar/scroll-mask/index.js +23 -54
- package/lib/components/scrollbar/simplebar/helpers.js +0 -12
- package/lib/components/scrollbar/simplebar/index.js +6 -16
- package/lib/components/scrollbar/simplebar/scrollbar-width.js +0 -10
- package/lib/components/scrollbar/simplebar/simplebar.js +52 -136
- package/lib/components/scrollbar/simplebar-react.js +4 -34
- package/lib/components/search-dropdown/index.js +1 -12
- package/lib/components/search-input/index.js +13 -43
- package/lib/components/search-key-handle/index.js +5 -11
- package/lib/components/select/Option.js +5 -34
- package/lib/components/select/index.js +18 -83
- package/lib/components/select-layer/index.js +24 -48
- package/lib/components/select-tags/index.js +22 -49
- package/lib/components/selector-input/debounce.js +0 -7
- package/lib/components/selector-input/index.js +11 -37
- package/lib/components/slider-input/index.js +17 -42
- package/lib/components/stateless-dropdown/dropdown-selector.js +11 -0
- package/lib/components/stateless-dropdown/index.js +0 -3
- package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -14
- package/lib/components/status-time/index.js +24 -47
- package/lib/components/stop-taking-modal/index.js +15 -38
- package/lib/components/superset-charts/components/chart/index.js +2 -5
- package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +0 -22
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +7 -32
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +6 -19
- package/lib/components/superset-charts/index.js +0 -3
- package/lib/components/superset-charts/utils/axios.js +0 -24
- package/lib/components/survey-model/contact.js +5 -29
- package/lib/components/survey-model/index.js +25 -72
- package/lib/components/survey-model/instance.js +0 -20
- package/lib/components/survey-model/request-api.js +8 -14
- package/lib/components/switch/index.css +5 -0
- package/lib/components/switch/index.js +6 -17
- package/lib/components/switch/rc-switch.css +3 -3
- package/lib/components/table/index.js +33 -90
- package/lib/components/table-excel/index.js +2 -14
- package/lib/components/table-excel-v2/index.js +96 -185
- package/lib/components/table-excel-v2/utils.js +0 -4
- package/lib/components/tabs/index.js +6 -26
- package/lib/components/tabs/tabBtns.js +7 -27
- package/lib/components/tag/index.js +9 -24
- package/lib/components/task-relation-modal/context.js +0 -4
- package/lib/components/task-relation-modal/helper.js +0 -30
- package/lib/components/task-relation-modal/index.js +41 -106
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +51 -102
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +22 -57
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +29 -62
- package/lib/components/task-relation-modal/okr-relation/request-api.js +12 -27
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +8 -36
- package/lib/components/task-relation-modal/radio.js +8 -27
- package/lib/components/task-relation-modal/relation-single-okr/index.js +24 -59
- package/lib/components/task-relation-modal/request-api.js +21 -42
- package/lib/components/task-relation-modal/search/category-select.js +4 -23
- package/lib/components/task-relation-modal/search/okr-status-select.js +4 -23
- package/lib/components/task-relation-modal/search/okr-type-select.js +8 -28
- package/lib/components/task-relation-modal/search/principal.js +15 -42
- package/lib/components/task-relation-modal/search/relation.js +4 -24
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -7
- package/lib/components/task-relation-modal/search/task-relation.js +4 -24
- package/lib/components/task-relation-modal/search/task-status-select.js +4 -24
- package/lib/components/task-relation-modal/search/work-relation.js +4 -24
- package/lib/components/task-relation-modal/search/work-status-select.js +4 -23
- package/lib/components/task-relation-modal/tree/category-tree/index.js +32 -84
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +6 -26
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +40 -92
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +20 -53
- package/lib/components/task-relation-modal/tree/work-list/index.js +30 -68
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +15 -42
- package/lib/components/task-relation-modal/tree/work-tree/index.js +33 -83
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +14 -42
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +9 -27
- package/lib/components/task-relation-modal/tree-node/index.js +1 -17
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +7 -28
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -30
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +10 -40
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +7 -30
- package/lib/components/task-relation-modal/work-relation/index.js +30 -83
- package/lib/components/task-tree/helper.js +0 -10
- package/lib/components/task-tree/index.js +0 -4
- package/lib/components/task-tree/request-apis.js +11 -23
- package/lib/components/task-tree/task-item-node/constant.js +0 -7
- package/lib/components/task-tree/task-item-node/e-empty.js +0 -8
- package/lib/components/task-tree/task-item-node/e-project.js +18 -59
- package/lib/components/task-tree/task-item-node/e-status-dropdown.js +5 -30
- package/lib/components/task-tree/task-item-node/e-task.js +57 -120
- package/lib/components/task-tree/task-item-node/get-process-color.js +0 -5
- package/lib/components/task-tree/task-item-node/task-node-render.js +1 -13
- package/lib/components/task-tree/task-tree.js +5 -18
- package/lib/components/textarea/index.js +55 -103
- package/lib/components/time-picker/index.js +0 -3
- package/lib/components/time-picker/time-picker-selector.js +15 -39
- package/lib/components/time-picker/time-picker.js +19 -68
- package/lib/components/time-picker/timer-picker-input.js +13 -28
- package/lib/components/time-picker/utils.js +2 -9
- package/lib/components/tita-chart/base/index.js +0 -2
- package/lib/components/tita-chart/charts/custom-tooltip.js +0 -4
- package/lib/components/tita-chart/charts/liquid-ball.js +21 -42
- package/lib/components/tita-chart/charts/pie.js +12 -20
- package/lib/components/tita-chart/charts/words-cloud.js +3 -25
- package/lib/components/tita-chart/errorBoundary/index.js +2 -27
- package/lib/components/tita-chart/hooks/useChart.js +15 -53
- package/lib/components/tita-chart/index.js +0 -5
- package/lib/components/tita-chart/interface.js +0 -4
- package/lib/components/tita-chart/plots/liquid/index.js +11 -27
- package/lib/components/tita-chart/plots/pie/index.js +11 -27
- package/lib/components/tita-chart/plots/wordscloud/index.js +11 -27
- package/lib/components/tita-chart/util/createLoading.js +0 -8
- package/lib/components/tita-chart/util/createNode.js +1 -7
- package/lib/components/tita-chart/util/getChart.js +0 -4
- package/lib/components/tita-chart/util/index.js +0 -2
- package/lib/components/tita-chart/util/utils.js +8 -27
- package/lib/components/toast/components/SuccessRender.js +0 -12
- package/lib/components/toast/index.js +22 -51
- package/lib/components/toast/style/index.js +0 -8
- package/lib/components/tooltip/error-tip.js +1 -8
- package/lib/components/tooltip/index.js +0 -6
- package/lib/components/tooltip/tooltip-rows/index.js +22 -40
- package/lib/components/tooltip/tooltip-text/index.js +18 -35
- package/lib/components/tooltip/tooltip.js +2 -11
- package/lib/components/top-global-prompt/index.js +2 -15
- package/lib/components/tree/index.js +4 -17
- package/lib/components/try-version-modal/index.js +4 -29
- package/lib/components/unchain-okr-modal/img/bg.png +0 -0
- package/lib/components/unchain-okr-modal/img/close.png +0 -0
- package/lib/components/unchain-okr-modal/index.css +34 -0
- package/lib/components/unchain-okr-modal/index.js +92 -0
- package/lib/components/unchain-okr-modal/request-api.js +14 -0
- package/lib/components/update-modal/index.js +8 -28
- package/lib/components/update-modal/request-api.js +0 -5
- package/lib/components/upload/components/uploadedPreview.js +16 -59
- package/lib/components/upload/index.js +42 -185
- package/lib/components/upload/index2.js +55 -113
- package/lib/components/upload/style.js +0 -24
- package/lib/components/upload/type.js +2 -5
- package/lib/components/upload/util.js +0 -35
- package/lib/components/upload-modal/index.js +12 -49
- package/lib/components/upload-photo-modal/constant.js +0 -2
- package/lib/components/upload-photo-modal/index.js +20 -68
- package/lib/components/upload-photo-modal/request-api.js +0 -10
- package/lib/components/upvote/attitude.js +0 -3
- package/lib/components/upvote/index.js +33 -90
- package/lib/components/upvote/request-apis.js +4 -15
- package/lib/components/upvote/selector.js +23 -50
- package/lib/components/upvote/upvoteListModal.js +7 -34
- package/lib/components/user-selector/action-btns/index.js +0 -5
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +13 -27
- package/lib/components/user-selector/category-selector-panel/group-tree.js +11 -25
- package/lib/components/user-selector/category-selector-panel/index.js +22 -47
- package/lib/components/user-selector/category-selector-panel/subordinate-tree.js +7 -21
- package/lib/components/user-selector/constant.js +0 -7
- package/lib/components/user-selector/context.js +0 -6
- package/lib/components/user-selector/empty/group.js +0 -8
- package/lib/components/user-selector/empty/index.js +1 -7
- package/lib/components/user-selector/enum.js +0 -1
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +56 -105
- package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +4 -10
- package/lib/components/user-selector/export-modules/duties-selector/index.js +25 -61
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +92 -135
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +18 -55
- package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +1 -15
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +14 -40
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -19
- package/lib/components/user-selector/export-modules/group-selector/index.js +22 -57
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +9 -28
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +50 -82
- package/lib/components/user-selector/export-modules/single-selector/index.js +28 -52
- package/lib/components/user-selector/index.js +0 -7
- package/lib/components/user-selector/layout/index.js +2 -6
- package/lib/components/user-selector/loading/index.js +0 -4
- package/lib/components/user-selector/request-apis.js +41 -81
- package/lib/components/user-selector/searched-panel/index.js +40 -75
- package/lib/components/user-selector/searched-panel/result-part.js +5 -11
- package/lib/components/user-selector/select-tree/choose-tree/index.js +36 -82
- package/lib/components/user-selector/select-tree/selected-tree/index.js +7 -32
- package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +2 -11
- package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +0 -5
- package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +3 -16
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +3 -22
- package/lib/components/user-selector/selected-panel/index.js +12 -31
- package/lib/components/user-selector/utils.js +2 -19
- package/lib/components/version-change-modal/constant.js +0 -3
- package/lib/components/version-change-modal/index.js +26 -72
- package/lib/components/version-change-modal/request-api.js +4 -11
- package/lib/components/video-modal/components/video-box/index.js +70 -100
- package/lib/components/video-modal/index.js +32 -54
- package/lib/components/video-modal/utils.js +0 -4
- package/lib/components/viewer/ImageListRender.js +10 -46
- package/lib/components/viewer/index.js +7 -55
- package/lib/components/wechat-btn/index.js +44 -86
- package/lib/components/weekly-report/board.js +0 -5
- package/lib/components/weekly-report/card.js +12 -61
- package/lib/components/weekly-report/common-painter/darwAvatar.js +8 -30
- package/lib/components/weekly-report/common-painter/drawName.js +4 -11
- package/lib/components/weekly-report/common-painter/openDataPainter.js +11 -23
- package/lib/components/weekly-report/common-painter/setSize.js +4 -5
- package/lib/components/weekly-report/common-painter/utils.js +1 -18
- package/lib/components/weekly-report/index.js +17 -58
- package/lib/components/weekly-report/statistics.js +0 -7
- package/lib/components/word-cloud/index.js +8 -28
- package/lib/components/word-cloud/request-apis.js +0 -7
- package/lib/components/write-summary-modal/index.js +11 -40
- package/lib/components/write-summary-modal/interface.js +0 -2
- package/lib/components/write-summary-modal/request-api.js +0 -3
- package/lib/components/write-summary-modal/utils.js +0 -5
- package/lib/components-v1/animate/AnimateChild.js +2 -28
- package/lib/components-v1/animate/animate.js +2 -43
- package/lib/components-v1/animate/index.js +0 -3
- package/lib/components-v1/avatar/index.js +10 -54
- package/lib/components-v1/avatar/styles.js +0 -8
- package/lib/components-v1/buttonv2/ButtonLinked.js +3 -12
- package/lib/components-v1/buttonv2/ButtonOutlined.js +4 -26
- package/lib/components-v1/buttonv2/ButtonRounded.js +9 -37
- package/lib/components-v1/buttonv2/DefaultButton.js +7 -33
- package/lib/components-v1/buttonv2/index.js +0 -4
- package/lib/components-v1/buttonv2/style/style.js +4 -15
- package/lib/components-v1/confirm/index.js +8 -47
- package/lib/components-v1/dom/index.js +1 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +5 -33
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +13 -49
- package/lib/components-v1/dropDownSelector/styles/index.js +0 -8
- package/lib/components-v1/input/Enums.js +0 -1
- package/lib/components-v1/input/Input.js +14 -61
- package/lib/components-v1/input/InputNumber.js +15 -64
- package/lib/components-v1/input/style/index.js +0 -14
- package/lib/components-v1/placement/index.js +0 -3
- package/lib/components-v1/placement/placement.js +2 -35
- package/lib/components-v1/placement/placementInner.js +2 -37
- package/lib/components-v1/pop/Pop.js +11 -66
- package/lib/components-v1/pop/PopInner.js +16 -51
- package/lib/components-v1/pop/index.js +0 -3
- package/lib/components-v1/popConfirm/index.js +22 -60
- package/lib/components-v1/popConfirm/style.js +0 -8
- package/lib/components-v1/portals/Portals.js +4 -29
- package/lib/components-v1/progress/CircleProgress.js +16 -42
- package/lib/components-v1/progress/LineProgress.js +6 -27
- package/lib/components-v1/progress/index.js +4 -33
- package/lib/components-v1/radio/index.js +0 -3
- package/lib/components-v1/radio/radio.js +27 -62
- package/lib/components-v1/radio/radioGroup.js +10 -37
- package/lib/components-v1/radio/style/index.css +44 -12
- package/lib/components-v1/search/cache.js +0 -17
- package/lib/components-v1/search/index.js +8 -55
- package/lib/components-v1/select/Option.js +5 -34
- package/lib/components-v1/select/index.js +18 -83
- package/lib/components-v1/tabs/index.js +6 -32
- package/lib/components-v1/tabs/style.js +0 -14
- package/lib/components-v1/textarea/index.js +22 -58
- package/lib/components-v1/textarea/style.js +0 -12
- package/lib/components-v1/transition/index.js +37 -83
- package/lib/components-v1/userSelector/UserSelectorPop.js +19 -53
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +4 -42
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +5 -48
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +18 -55
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -35
- package/lib/components-v1/userSelector/components/MultiMode/index.js +18 -54
- package/lib/components-v1/userSelector/components/SearchBar.js +4 -39
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -53
- package/lib/components-v1/userSelector/components/UserItem.js +7 -34
- package/lib/components-v1/userSelector/index.js +15 -64
- package/lib/components-v1/userSelector/style.js +0 -64
- package/lib/components-v1/utils/animate/animate.js +0 -23
- package/lib/components-v1/utils/animate/event.js +0 -8
- package/lib/components-v1/utils/common/tools.js +0 -3
- package/lib/components-v1/utils/dom/index.js +1 -3
- package/lib/components-v1/utils/placement/autoAdjustPlacement.js +6 -10
- package/lib/components-v1/utils/placement/getContainerVisibleArea.js +1 -1
- package/lib/components-v1/utils/placement/getExpectPlacement.js +0 -3
- package/lib/components-v1/utils/placement/getPlacementInContainer.js +0 -1
- package/lib/components-v1/utils/placement/placement.js +1 -17
- package/lib/hooks/useGlobalState.js +3 -14
- package/lib/hooks/useLocalStorage.js +3 -13
- package/lib/hooks/useTouch.js +32 -57
- package/lib/index.js +0 -129
- package/lib/pages/aha2021/index.js +5 -50
- package/lib/pages/aha2021/new-menu-switcher/index.js +9 -31
- package/lib/pages/aha2021/request-api.js +0 -3
- package/lib/pages/appointment-demo/drop-down-box/index.js +29 -50
- package/lib/pages/appointment-demo/index.js +59 -122
- package/lib/pages/appointment-demo/input/index.js +3 -35
- package/lib/pages/appointment-demo/popup/index.js +31 -52
- package/lib/pages/appointment-demo/popup/placement.js +0 -4
- package/lib/pages/demo-free/index.js +0 -7
- package/lib/pages/dynamic/index.js +0 -13
- package/lib/pages/group-management/components/checkbox/index.js +0 -8
- package/lib/pages/group-management/components/input-form/index.js +3 -35
- package/lib/pages/group-management/components/openData/index.js +4 -62
- package/lib/pages/group-management/components/radio/index.js +1 -6
- package/lib/pages/group-management/components/table/index.js +14 -52
- package/lib/pages/group-management/groupInterface.js +17 -63
- package/lib/pages/group-management/index.js +0 -3
- package/lib/pages/group-management/page-view/empty.js +8 -32
- package/lib/pages/group-management/page-view/group-empty.js +3 -21
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +22 -58
- package/lib/pages/group-management/page-view/index.js +70 -132
- package/lib/pages/group-management/page-view/loading/index.js +0 -10
- package/lib/pages/group-management/table/index.js +5 -21
- package/lib/pages/group-management/tree/add-group-dialog/index.js +11 -43
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +2 -19
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +11 -43
- package/lib/pages/group-management/tree/group-form/index.js +26 -60
- package/lib/pages/group-management/tree/index.js +14 -47
- package/lib/pages/group-management/tree/operation-panel.js +1 -11
- package/lib/pages/group-management/tree/trigger-render.js +3 -29
- package/lib/pages/home/components/data-list/index.js +18 -49
- package/lib/pages/home/components/data-list/nav-selector/index.js +7 -17
- package/lib/pages/home/components/data-list/table/columns/createDate.js +0 -4
- package/lib/pages/home/components/data-list/table/columns/cycleTime.js +0 -5
- package/lib/pages/home/components/data-list/table/columns/index.js +0 -12
- package/lib/pages/home/components/data-list/table/columns/krName.js +0 -6
- package/lib/pages/home/components/data-list/table/columns/link.js +1 -5
- package/lib/pages/home/components/data-list/table/columns/okrName.js +3 -10
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +8 -30
- package/lib/pages/home/components/data-list/table/columns/tag.js +1 -7
- package/lib/pages/home/components/data-list/table/columns/updateTime.js +0 -6
- package/lib/pages/home/components/data-list/table/columns/user.js +4 -11
- package/lib/pages/home/components/data-list/table/empty-table.js +4 -9
- package/lib/pages/home/components/data-list/table/index.js +17 -44
- package/lib/pages/home/components/data-list/table/utils-function.js +11 -42
- package/lib/pages/home/components/guide/index.js +4 -27
- package/lib/pages/home/components/guide/stepItem.js +5 -13
- package/lib/pages/home/components/header/index.js +1 -13
- package/lib/pages/home/index.js +1 -12
- package/lib/pages/home-page-data-list/index.js +18 -49
- package/lib/pages/like-ranking/column.js +2 -17
- package/lib/pages/like-ranking/index.js +35 -86
- package/lib/pages/like-ranking/request-api.js +0 -3
- package/lib/pages/new-okr-list/context.js +0 -4
- package/lib/pages/new-okr-list/header/comments.js +10 -25
- package/lib/pages/new-okr-list/header/common.js +0 -12
- package/lib/pages/new-okr-list/header/create-okr.js +3 -29
- package/lib/pages/new-okr-list/header/depart-title.js +4 -16
- package/lib/pages/new-okr-list/header/filter.js +39 -76
- package/lib/pages/new-okr-list/header/index.js +49 -127
- package/lib/pages/new-okr-list/header/okr-import.js +10 -53
- package/lib/pages/new-okr-list/header/operate-record.js +12 -34
- package/lib/pages/new-okr-list/header/relation-title.js +0 -7
- package/lib/pages/new-okr-list/header/user-title.js +1 -6
- package/lib/pages/new-okr-list/index.js +47 -127
- package/lib/pages/new-okr-list/init-cycle-setting.js +3 -19
- package/lib/pages/new-okr-list/keyword-search/index.js +8 -36
- package/lib/pages/new-okr-list/list/index.js +14 -28
- package/lib/pages/new-okr-list/loading.js +1 -7
- package/lib/pages/new-okr-list/request-api.js +16 -59
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +23 -62
- package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +3 -10
- package/lib/pages/okr-map/export-modules/okr-map/index.js +0 -5
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +85 -172
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +12 -33
- package/lib/pages/okr-map/export-modules/share-okr-page/index.js +0 -5
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +37 -77
- package/lib/pages/okr-map/hooks/useStorage.js +21 -46
- package/lib/pages/okr-map/index.js +0 -4
- package/lib/pages/okr-map/level2-search/depart.js +3 -13
- package/lib/pages/okr-map/level2-search/group.js +3 -21
- package/lib/pages/okr-map/level2-search/index.js +4 -17
- package/lib/pages/okr-map/level2-search/level2-input.js +2 -11
- package/lib/pages/okr-map/level2-search/user.js +3 -15
- package/lib/pages/okr-map/no-okr/index.js +0 -3
- package/lib/pages/okr-map/number-select/index.js +12 -31
- package/lib/pages/okr-map/open-data/index.js +0 -26
- package/lib/pages/okr-map/request-apis.js +6 -20
- package/lib/pages/okr-map/share-dialog/index.js +15 -44
- package/lib/pages/okr-map/unsupport-ie/index.js +6 -30
- package/lib/pages/okr-map/utils.js +3 -19
- package/lib/pages/pay/index.js +6 -16
- package/lib/pages/personal-info/components/base-info/index.js +11 -39
- package/lib/pages/personal-info/components/edit-base-info/index.js +16 -50
- package/lib/pages/personal-info/components/person-photo/index.js +9 -34
- package/lib/pages/personal-info/index.js +0 -9
- package/lib/pages/personal-info/request-api.js +0 -8
- package/lib/utils/array.js +3 -5
- package/lib/utils/auth.js +44 -102
- package/lib/utils/bs-global.js +9 -38
- package/lib/utils/check.js +0 -2
- package/lib/utils/constant.js +0 -7
- package/lib/utils/date-test-change.js +4 -18
- package/lib/utils/editor.js +6 -22
- package/lib/utils/error-level.js +0 -2
- package/lib/utils/format-time.js +30 -57
- package/lib/utils/getLocale.js +0 -3
- package/lib/utils/helpers.js +14 -62
- package/lib/utils/hooks.js +16 -37
- package/lib/utils/i18n-front-translate.js +0 -7
- package/lib/utils/local-storage.js +0 -9
- package/lib/utils/mblog.js +0 -2
- package/lib/utils/open-data.js +30 -127
- package/lib/utils/platform.js +4 -27
- package/lib/utils/request-v1.js +10 -32
- package/lib/utils/request.js +20 -39
- package/lib/utils/roundWeight.js +0 -22
- package/lib/utils/tita-okr-cycle.js +2 -0
- package/lib/utils/tools.js +23 -83
- package/package.json +1 -1
@@ -1,108 +1,65 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
4
|
-
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports["default"] = void 0;
|
9
|
-
|
10
8
|
var _react = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
9
|
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
13
|
-
|
14
10
|
var _styledComponents = require("./styledComponents");
|
15
|
-
|
16
11
|
var _openData = require("../../utils/open-data");
|
17
|
-
|
18
12
|
var _search = _interopRequireDefault(require("../../components-v1/search"));
|
19
|
-
|
20
13
|
var _select = _interopRequireDefault(require("../../components-v1/select"));
|
21
|
-
|
22
14
|
var _UserSelectorPop = _interopRequireDefault(require("../../components-v1/userSelector/UserSelectorPop"));
|
23
|
-
|
24
15
|
var _ConfirmPop = _interopRequireDefault(require("../delete-confirm-pop/ConfirmPop"));
|
25
|
-
|
26
16
|
var _filterTab = _interopRequireDefault(require("./filterTab"));
|
27
|
-
|
28
17
|
var _bsGlobal = require("../../utils/bs-global");
|
29
|
-
|
30
18
|
var _request = require("../../utils/request");
|
31
|
-
|
32
19
|
var _constant = require("./constant");
|
33
|
-
|
34
20
|
var _getLocale = require("../../utils/getLocale");
|
35
|
-
|
36
21
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
37
|
-
|
38
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); }
|
39
|
-
|
40
23
|
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; }
|
41
|
-
|
42
24
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
43
|
-
|
44
25
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
45
|
-
|
46
26
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
47
|
-
|
48
27
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
49
|
-
|
50
28
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
51
|
-
|
52
29
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
53
|
-
|
54
30
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
55
|
-
|
56
31
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
57
|
-
|
58
32
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
59
|
-
|
60
33
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
61
|
-
|
62
34
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
63
|
-
|
64
35
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
65
|
-
|
66
36
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
67
|
-
|
68
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
69
|
-
|
37
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
70
38
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
71
|
-
|
72
39
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
73
|
-
|
74
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
75
|
-
|
76
41
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
77
|
-
|
78
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
79
|
-
|
42
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
80
43
|
var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
81
44
|
_inherits(FilterComp, _PureComponent);
|
82
|
-
|
83
45
|
var _super = _createSuper(FilterComp);
|
84
|
-
|
85
46
|
// customizequery/condition/save
|
86
47
|
// 500007/500000036/customizequery/condition/get?dataKey=62_500000036&pageId=40001
|
48
|
+
|
87
49
|
function FilterComp(p) {
|
88
50
|
var _getBSGlobal;
|
89
|
-
|
90
51
|
var _this;
|
91
|
-
|
92
52
|
_classCallCheck(this, FilterComp);
|
93
|
-
|
94
53
|
_this = _super.call(this, p);
|
95
54
|
_this.KRSetting = (_getBSGlobal = (0, _bsGlobal.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.KRSetting;
|
96
|
-
|
97
55
|
_this.handleDeleteUser = function (id) {
|
98
56
|
var _this$props = _this.props,
|
99
|
-
|
100
|
-
|
57
|
+
onChange = _this$props.onChange,
|
58
|
+
users = _this$props.users;
|
101
59
|
onChange('users', users.filter(function (u) {
|
102
60
|
return u.Id != id;
|
103
61
|
}));
|
104
62
|
};
|
105
|
-
|
106
63
|
_this.getCycleTypes = function () {
|
107
64
|
(0, _request.rget)('v1')('okr/cycleSetting').then(function (res) {
|
108
65
|
var data = res.Data;
|
@@ -110,14 +67,12 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
110
67
|
title: (0, _getLocale.getLocale)('OKR_MyO_Butt_AllStates'),
|
111
68
|
value: '-1'
|
112
69
|
}];
|
113
|
-
|
114
70
|
if (data.isOpenYear) {
|
115
71
|
cycles.push({
|
116
72
|
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Year'),
|
117
73
|
value: '1'
|
118
74
|
});
|
119
75
|
}
|
120
|
-
|
121
76
|
if (data.isOpenHalfYear) {
|
122
77
|
cycles.push({
|
123
78
|
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_Firsthalf'),
|
@@ -128,7 +83,6 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
128
83
|
value: '5,2'
|
129
84
|
});
|
130
85
|
}
|
131
|
-
|
132
86
|
if (data.isOpenQuarter) {
|
133
87
|
cycles.push({
|
134
88
|
title: (0, _getLocale.getLocale)('OKR_MyO_Pop_1stQuarter'),
|
@@ -144,63 +98,51 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
144
98
|
value: '2,4'
|
145
99
|
});
|
146
100
|
}
|
147
|
-
|
148
101
|
if (data.isOpenBimonthly) {
|
149
102
|
cycles.push.apply(cycles, _toConsumableArray((0, _constant.getBimonthlyMonthKeyValue)(data.yearStartMonth)));
|
150
103
|
}
|
151
|
-
|
152
104
|
if (data.isOpenMonth) {
|
153
105
|
cycles.push.apply(cycles, _toConsumableArray((0, _constant.getMonthKeyValue)()));
|
154
106
|
}
|
155
|
-
|
156
107
|
if (data.isOpenCustom) {
|
157
108
|
cycles.push({
|
158
109
|
title: (0, _getLocale.getLocale)('Mod_Customization'),
|
159
110
|
value: '0,0'
|
160
111
|
});
|
161
112
|
}
|
162
|
-
|
163
113
|
var newOptions = _toConsumableArray(_this.state.OptionsArray);
|
164
|
-
|
165
114
|
newOptions[1] = _objectSpread({}, newOptions[1]);
|
166
115
|
newOptions[1].valuesArray = cycles;
|
167
|
-
|
168
116
|
_this.setState({
|
169
117
|
OptionsArray: newOptions,
|
170
118
|
cycles: cycles
|
171
119
|
});
|
172
120
|
});
|
173
121
|
};
|
174
|
-
|
175
122
|
_this.handleDeleteDepartment = function (id) {
|
176
123
|
var _this$props2 = _this.props,
|
177
|
-
|
178
|
-
|
124
|
+
onChange = _this$props2.onChange,
|
125
|
+
departments = _this$props2.departments;
|
179
126
|
onChange('departments', departments.filter(function (d) {
|
180
127
|
return d.Id != id;
|
181
128
|
}));
|
182
129
|
};
|
183
|
-
|
184
130
|
_this.handleClear = function () {
|
185
131
|
_this.props.onChange('clear');
|
186
|
-
|
187
132
|
var _optionArray = _this.state.OptionsArray.map(function (option) {
|
188
133
|
return _objectSpread(_objectSpread({}, option), {}, {
|
189
134
|
value: null
|
190
135
|
});
|
191
|
-
});
|
192
|
-
|
193
|
-
|
136
|
+
});
|
137
|
+
// @ts-ignore
|
194
138
|
_this.setState({
|
195
139
|
OptionsArray: _optionArray
|
196
140
|
});
|
197
141
|
};
|
198
|
-
|
199
142
|
_this.handlerFilterOptions = function (option) {
|
200
143
|
var onChange = _this.props.onChange;
|
201
144
|
option == 1 ? onChange('remembered', true) : onChange('remembered', false);
|
202
145
|
};
|
203
|
-
|
204
146
|
_this.handleFilterDelete = function (name) {
|
205
147
|
var newArray = _this.state.OptionsArray.map(function (option) {
|
206
148
|
if (option.name == name) {
|
@@ -208,20 +150,15 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
208
150
|
value: null
|
209
151
|
});
|
210
152
|
}
|
211
|
-
|
212
153
|
return option;
|
213
154
|
});
|
214
|
-
|
215
155
|
_this.props.onChange(name, null);
|
216
|
-
|
217
156
|
_this.setState({
|
218
157
|
OptionsArray: newArray
|
219
158
|
});
|
220
159
|
};
|
221
|
-
|
222
160
|
_this.handleSelected = function (data, value, filed) {
|
223
161
|
_this.props.onChange(filed, value);
|
224
|
-
|
225
162
|
var _optionsArray = _this.state.OptionsArray.map(function (option) {
|
226
163
|
if (option.name == filed) {
|
227
164
|
return _objectSpread(_objectSpread({}, option), {}, {
|
@@ -229,15 +166,12 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
229
166
|
value: value
|
230
167
|
});
|
231
168
|
}
|
232
|
-
|
233
169
|
return option;
|
234
170
|
});
|
235
|
-
|
236
171
|
_this.setState({
|
237
172
|
OptionsArray: _optionsArray
|
238
173
|
});
|
239
174
|
};
|
240
|
-
|
241
175
|
_this.state = {
|
242
176
|
OptionsArray: [{
|
243
177
|
index: 0,
|
@@ -268,14 +202,13 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
268
202
|
};
|
269
203
|
return _this;
|
270
204
|
}
|
271
|
-
|
272
205
|
_createClass(FilterComp, [{
|
273
206
|
key: "componentWillReceiveProps",
|
274
207
|
value: function componentWillReceiveProps(nextProps) {
|
275
208
|
var year = nextProps.year,
|
276
|
-
|
277
|
-
|
278
|
-
|
209
|
+
cycle = nextProps.cycle,
|
210
|
+
status = nextProps.status,
|
211
|
+
type = nextProps.type;
|
279
212
|
this.setState({
|
280
213
|
OptionsArray: [{
|
281
214
|
index: 0,
|
@@ -308,23 +241,23 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
308
241
|
key: "componentDidMount",
|
309
242
|
value: function componentDidMount() {
|
310
243
|
this.getCycleTypes();
|
311
|
-
}
|
244
|
+
}
|
312
245
|
|
246
|
+
// NOTE componentWillReceiveProps 会导致筛选条件无法出现 全部周期这种默认选项
|
313
247
|
}, {
|
314
248
|
key: "render",
|
315
249
|
value: function render() {
|
316
250
|
var _this2 = this;
|
317
|
-
|
318
251
|
var _this$props3 = this.props,
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
252
|
+
year = _this$props3.year,
|
253
|
+
cycle = _this$props3.cycle,
|
254
|
+
status = _this$props3.status,
|
255
|
+
type = _this$props3.type,
|
256
|
+
users = _this$props3.users,
|
257
|
+
onChange = _this$props3.onChange,
|
258
|
+
departments = _this$props3.departments,
|
259
|
+
remembered = _this$props3.remembered,
|
260
|
+
okrPopType = _this$props3.okrPopType;
|
328
261
|
var mapper = {
|
329
262
|
year: year,
|
330
263
|
cycle: cycle,
|
@@ -332,8 +265,8 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
332
265
|
type: type
|
333
266
|
};
|
334
267
|
var _this$state = this.state,
|
335
|
-
|
336
|
-
|
268
|
+
OptionsArray = _this$state.OptionsArray,
|
269
|
+
cycles = _this$state.cycles;
|
337
270
|
return /*#__PURE__*/_react["default"].createElement(_styledComponents.Filter, null, /*#__PURE__*/_react["default"].createElement(_styledComponents.FilterTop, null, /*#__PURE__*/_react["default"].createElement(_styledComponents.FilterLeftWrapper, null, /*#__PURE__*/_react["default"].createElement(_select["default"], {
|
338
271
|
container: document.body,
|
339
272
|
data: (0, _constant.getYear)(),
|
@@ -458,8 +391,6 @@ var FilterComp = /*#__PURE__*/function (_PureComponent) {
|
|
458
391
|
}, /*#__PURE__*/_react["default"].createElement("a", null, (0, _getLocale.getLocale)('OKR_MyO_Pop_Cancelremember')))))));
|
459
392
|
}
|
460
393
|
}]);
|
461
|
-
|
462
394
|
return FilterComp;
|
463
395
|
}(_react.PureComponent);
|
464
|
-
|
465
396
|
exports["default"] = FilterComp;
|
@@ -1,88 +1,58 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
4
|
-
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports["default"] = void 0;
|
9
|
-
|
10
8
|
var _react = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
9
|
var _styledComponents = require("./styledComponents");
|
13
|
-
|
14
10
|
var _openData = require("../../utils/open-data");
|
15
|
-
|
16
11
|
var _constant = require("./constant");
|
17
|
-
|
18
12
|
var _constant2 = require("../../utils/constant");
|
19
|
-
|
20
13
|
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
21
|
-
|
22
14
|
var _getLocale = require("../../utils/getLocale");
|
23
|
-
|
24
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
25
|
-
|
26
16
|
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); }
|
27
|
-
|
28
17
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
29
|
-
|
30
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
31
|
-
|
32
19
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
33
|
-
|
34
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
35
|
-
|
36
21
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
37
|
-
|
38
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
39
|
-
|
22
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
40
23
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
41
|
-
|
42
24
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
43
|
-
|
44
25
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
45
|
-
|
46
26
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
47
|
-
|
48
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
49
|
-
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
50
28
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
51
|
-
|
52
29
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
53
|
-
|
54
30
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
55
|
-
|
56
31
|
var colorMap = {
|
57
32
|
1: '132,117,255',
|
58
33
|
2: '79,115,255',
|
59
34
|
3: '46,156,255',
|
60
35
|
4: '12,192,201'
|
61
36
|
};
|
62
|
-
|
63
37
|
var formatKeywordsFunc = function formatKeywordsFunc(str, key) {
|
64
38
|
var reg = new RegExp("(".concat(key, ")"), 'g');
|
65
39
|
var newstr = str.replace(reg, "<span style=\"color: #2879ff;\">".concat(key, "</span>"));
|
66
40
|
return newstr;
|
67
41
|
};
|
68
|
-
|
69
42
|
var unFormatKeywordsFunc = function unFormatKeywordsFunc(str, key) {
|
70
43
|
var regExpKey = "<span style=\"color: #2879ff;\">".concat(key, "</span>");
|
71
44
|
var reg = new RegExp("(".concat(regExpKey, ")"), 'g');
|
72
45
|
var newstr = str.replace(reg, key);
|
73
46
|
return newstr;
|
74
47
|
};
|
75
|
-
|
76
48
|
var htmlToText = function htmlToText(text) {
|
77
49
|
var div = document.createElement('div');
|
78
50
|
div.innerHTML = text;
|
79
51
|
var newtext = div.innerText || div.textContent;
|
80
52
|
return newtext;
|
81
53
|
};
|
82
|
-
|
83
54
|
var dealOkrData = function dealOkrData(data, keyWords) {
|
84
55
|
var newData = data;
|
85
|
-
|
86
56
|
if (keyWords) {
|
87
57
|
newData.workName = formatKeywordsFunc(data.workName, keyWords);
|
88
58
|
newData.Krs = newData.Krs.map(function (item) {
|
@@ -91,37 +61,29 @@ var dealOkrData = function dealOkrData(data, keyWords) {
|
|
91
61
|
});
|
92
62
|
});
|
93
63
|
}
|
94
|
-
|
95
64
|
return data;
|
96
65
|
};
|
97
|
-
|
98
66
|
var Item = /*#__PURE__*/function (_PureComponent) {
|
99
67
|
_inherits(Item, _PureComponent);
|
100
|
-
|
101
68
|
var _super = _createSuper(Item);
|
102
|
-
|
103
69
|
// @ts-ignore
|
70
|
+
|
104
71
|
// const {data,keywords} = props
|
72
|
+
|
105
73
|
function Item(props) {
|
106
74
|
var _window$BSGlobal, _window$BSGlobal$OkrA, _window$BSGlobal$OkrA2;
|
107
|
-
|
108
75
|
var _this;
|
109
|
-
|
110
76
|
_classCallCheck(this, Item);
|
111
|
-
|
112
77
|
_this = _super.call(this, props);
|
113
78
|
_this.isObjectiveRelevanceKr = (_window$BSGlobal = window.BSGlobal) === null || _window$BSGlobal === void 0 ? void 0 : (_window$BSGlobal$OkrA = _window$BSGlobal.OkrAdvancedSetting) === null || _window$BSGlobal$OkrA === void 0 ? void 0 : (_window$BSGlobal$OkrA2 = _window$BSGlobal$OkrA.KRSetting) === null || _window$BSGlobal$OkrA2 === void 0 ? void 0 : _window$BSGlobal$OkrA2.ObjectiveRelevanceKr;
|
114
|
-
|
115
79
|
_this.onSelect = function (e, pdata) {
|
116
80
|
e.stopPropagation();
|
117
81
|
e.nativeEvent.stopImmediatePropagation();
|
118
82
|
var _this$props = _this.props,
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
83
|
+
keywords = _this$props.keywords,
|
84
|
+
onSelect = _this$props.onSelect,
|
85
|
+
data = _this$props.data;
|
123
86
|
var unFormatData = _objectSpread({}, pdata);
|
124
|
-
|
125
87
|
if (keywords) {
|
126
88
|
if (unFormatData.workName) {
|
127
89
|
unFormatData.workName = unFormatKeywordsFunc(unFormatData.workName, keywords);
|
@@ -129,63 +91,50 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
129
91
|
unFormatData.mileStoneName = unFormatKeywordsFunc(unFormatData.mileStoneName, keywords);
|
130
92
|
}
|
131
93
|
}
|
132
|
-
|
133
94
|
onSelect({
|
134
95
|
selectData: unFormatData,
|
135
96
|
okrInfo: data
|
136
97
|
});
|
137
98
|
};
|
138
|
-
|
139
99
|
_this.isExtend = function () {
|
140
100
|
var _this$props2 = _this.props,
|
141
|
-
|
142
|
-
|
101
|
+
data = _this$props2.data,
|
102
|
+
active = _this$props2.active;
|
143
103
|
var isExpand = _this.state.isExpand;
|
144
|
-
|
145
104
|
if (data.Krs.length > 0) {
|
146
105
|
var isRelatedKr = data.Krs.some(function (item) {
|
147
106
|
return item.mileStoneId === (active.workId || active.mileStoneId);
|
148
107
|
});
|
149
|
-
|
150
108
|
_this.setState({
|
151
109
|
isExpand: isRelatedKr ? true : isExpand || data.isOpen
|
152
110
|
});
|
153
111
|
}
|
154
112
|
};
|
155
|
-
|
156
113
|
_this.getCycleText = function () {
|
157
114
|
var data = _this.props.data;
|
158
115
|
var hzNum = [(0, _getLocale.getLocale)('OKR_MyO_Pop_1stQuarter'), (0, _getLocale.getLocale)('OKR_MyO_Pop_2ndQuarter'), (0, _getLocale.getLocale)('OKR_MyO_Pop_3rdQuarter'), (0, _getLocale.getLocale)('OKR_MyO_Pop_4thQuarter')];
|
159
|
-
|
160
116
|
switch (data.cycleType) {
|
161
117
|
case 1:
|
162
118
|
return "".concat(data.annualNum).concat(_getLocale.isEn ? '' : '年');
|
163
|
-
|
164
119
|
case 2:
|
165
120
|
return hzNum[data.yqmnum - 1];
|
166
|
-
|
167
121
|
case 3:
|
168
122
|
return (0, _constant2.getMonth)()[data.yqmnum - 1];
|
169
|
-
|
170
123
|
case 4:
|
171
124
|
return "".concat((0, _constant2.getMonth)()[data.yqmnum - 1], "-").concat((0, _constant2.getMonth)()[((data.yqmnum + 1) % 12 || 12) - 1]);
|
172
|
-
|
173
125
|
case 5:
|
174
126
|
return data.yqmnum === 1 ? (0, _getLocale.getLocale)('OKR_MyO_Pop_Firsthalf') : (0, _getLocale.getLocale)('OKR_MyO_Pop_Secondhalf');
|
175
|
-
|
176
127
|
default:
|
177
128
|
return (0, _getLocale.getLocale)('Mod_Customization');
|
178
129
|
}
|
179
130
|
};
|
180
|
-
|
181
131
|
_this.renderItemKr = function () {
|
182
132
|
var _this$props3 = _this.props,
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
133
|
+
data = _this$props3.data,
|
134
|
+
active = _this$props3.active,
|
135
|
+
isShowKr = _this$props3.isShowKr,
|
136
|
+
keywords = _this$props3.keywords;
|
187
137
|
var okrData = dealOkrData(data, keywords);
|
188
|
-
|
189
138
|
if (okrData.Krs.length > 0) {
|
190
139
|
return okrData.Krs.map(function (item, index) {
|
191
140
|
if (_this.isObjectiveRelevanceKr) {
|
@@ -204,13 +153,12 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
204
153
|
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.OkrName, {
|
205
154
|
className: "okr-relate-modal__milestonename",
|
206
155
|
isKr: true,
|
207
|
-
isShowKr: isShowKr
|
156
|
+
isShowKr: isShowKr
|
157
|
+
// dangerouslySetInnerHTML={{
|
208
158
|
// __html: `KR${index + 1}:${parseString(item.mileStoneName)}`,
|
209
159
|
// }}
|
210
|
-
|
211
160
|
}, "KR".concat(index + 1, "\uFF1A"), (0, _openData.parseString)(item.mileStoneName)))));
|
212
161
|
}
|
213
|
-
|
214
162
|
if (active && item.mileStoneId === (active.workId || active.mileStoneId)) {
|
215
163
|
return /*#__PURE__*/_react["default"].createElement(_styledComponents.ItemTop, {
|
216
164
|
key: item.mileStoneId
|
@@ -227,26 +175,22 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
227
175
|
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.OkrName, {
|
228
176
|
className: "okr-relate-modal__milestonename",
|
229
177
|
isKr: true,
|
230
|
-
isShowKr: isShowKr
|
178
|
+
isShowKr: isShowKr
|
179
|
+
// dangerouslySetInnerHTML={{
|
231
180
|
// __html: KR${index + 1}:${parseString(item.mileStoneName)}`,
|
232
181
|
// }}
|
233
|
-
|
234
182
|
}, "KR".concat(index + 1, "\uFF1A"), (0, _openData.parseString)(item.mileStoneName)))));
|
235
183
|
}
|
236
|
-
|
237
184
|
return '';
|
238
185
|
});
|
239
186
|
}
|
240
|
-
|
241
187
|
return /*#__PURE__*/_react["default"].createElement("span", null);
|
242
188
|
};
|
243
|
-
|
244
189
|
_this.state = {
|
245
190
|
isExpand: false
|
246
191
|
};
|
247
192
|
return _this;
|
248
193
|
}
|
249
|
-
|
250
194
|
_createClass(Item, [{
|
251
195
|
key: "componentDidMount",
|
252
196
|
value: function componentDidMount() {
|
@@ -261,12 +205,11 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
261
205
|
key: "render",
|
262
206
|
value: function render() {
|
263
207
|
var _this2 = this;
|
264
|
-
|
265
208
|
var _this$props4 = this.props,
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
209
|
+
data = _this$props4.data,
|
210
|
+
active = _this$props4.active,
|
211
|
+
isShowKr = _this$props4.isShowKr,
|
212
|
+
keywords = _this$props4.keywords;
|
270
213
|
var isExpand = this.state.isExpand;
|
271
214
|
var okrData = dealOkrData(data, keywords);
|
272
215
|
return /*#__PURE__*/_react["default"].createElement(_styledComponents.ItemWrapper, null, /*#__PURE__*/_react["default"].createElement(_styledComponents.ItemObjectiveContainer, {
|
@@ -290,8 +233,8 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
290
233
|
}, /*#__PURE__*/_react["default"].createElement(_styledComponents.OkrName, {
|
291
234
|
className: "okr-relate-modal__workname",
|
292
235
|
isKr: false,
|
293
|
-
isShowKr: isShowKr
|
294
|
-
|
236
|
+
isShowKr: isShowKr
|
237
|
+
// dangerouslySetInnerHTML={{ __html: parseString(okrData.workName) }}
|
295
238
|
}, (0, _openData.parseString)(okrData.workName)))), this.isObjectiveRelevanceKr && isShowKr && data.Krs.length > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
296
239
|
className: "".concat(isExpand ? 'tu-icon-arrow-up' : 'tu-icon-arrow-down')
|
297
240
|
})), /*#__PURE__*/_react["default"].createElement(_styledComponents.ItemBottom, null, !isShowKr && [/*#__PURE__*/_react["default"].createElement("span", null, (0, _constant.getTypeMap)()[data.okrType]), /*#__PURE__*/_react["default"].createElement(_styledComponents.Separator, null)], /*#__PURE__*/_react["default"].createElement(_styledComponents.PricipleName, null, /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
|
@@ -302,8 +245,6 @@ var Item = /*#__PURE__*/function (_PureComponent) {
|
|
302
245
|
}, this.renderItemKr()));
|
303
246
|
}
|
304
247
|
}]);
|
305
|
-
|
306
248
|
return Item;
|
307
249
|
}(_react.PureComponent);
|
308
|
-
|
309
250
|
exports["default"] = Item;
|