@titaui/pc 1.17.2 → 1.17.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/attachments-preview/index.js +9 -4
- package/lib/components/auto-save/index.js +4 -2
- package/lib/components/avatar/default.js +6 -5
- package/lib/components/avatar/name-avatar/index.js +8 -5
- package/lib/components/avatar/text-avatar/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/checkbox/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/content/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/drop-select/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/input/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/phone/index.js +5 -3
- package/lib/components/book-demo/components/pc/components/verify-code/index.js +5 -3
- package/lib/components/book-demo/components/pc/index.js +2 -2
- package/lib/components/book-demo/constant.js +130 -9
- package/lib/components/book-demo/interface.js +5 -4
- package/lib/components/book-demo/utils.js +4 -1
- package/lib/components/button/default-button/index.js +4 -1
- package/lib/components/button/icon-btn/index.css +8 -3
- package/lib/components/button/icon-btn/index.js +4 -1
- package/lib/components/button/rect-btn/index.css +5 -1
- package/lib/components/button/rect-btn/index.js +6 -1
- package/lib/components/button/text-btn/index.js +4 -1
- package/lib/components/card-template/index.css +74 -0
- package/lib/components/card-template/index.js +44 -0
- package/lib/components/carousel/index.css +70 -0
- package/lib/components/carousel/index.js +85 -0
- package/lib/components/cascader/index.js +2 -2
- package/lib/components/change-okr-modal/Filter.js +5 -3
- package/lib/components/change-okr-modal/Item.js +7 -3
- package/lib/components/change-okr-modal/filterTab.js +3 -1
- package/lib/components/change-okr-modal/index.js +82 -82
- package/lib/components/checkbox/index.js +10 -6
- package/lib/components/checkbox-list/index.js +1 -1
- package/lib/components/color-date-picker/index.js +5 -3
- package/lib/components/color-date-picker/interface.js +4 -4
- package/lib/components/common-share/index.js +2 -2
- package/lib/components/common-share/publishMblog.js +29 -29
- package/lib/components/communication/CommunicationAttachments.js +5 -1
- package/lib/components/communication/ConvertUserName.js +3 -1
- package/lib/components/communication/index.js +16 -4
- package/lib/components/confidence/index.js +4 -2
- package/lib/components/contact-kefu/index.js +5 -3
- package/lib/components/create-okr-modal/createCycle.js +5 -3
- package/lib/components/create-okr-modal/createSuccessCmp.js +2 -2
- package/lib/components/create-okr-modal/fields/date-cycle.js +2 -2
- package/lib/components/create-okr-modal/fields/o-new-name.js +2 -2
- package/lib/components/create-okr-modal/fields/okr-case.js +2 -2
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +4 -4
- package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +3 -3
- package/lib/components/create-okr-modal/fields/okr-parent.js +2 -2
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +15 -17
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +28 -30
- package/lib/components/create-okr-modal/index.js +136 -136
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +5 -3
- package/lib/components/create-okr-modal/kr-items/krDatas.js +5 -3
- package/lib/components/create-okr-modal/kr-items/krItem.js +4 -2
- package/lib/components/create-okr-modal/objectType.js +7 -3
- package/lib/components/create-okr-modal/request-api.js +73 -83
- package/lib/components/create-okr-modal/utils/helper.js +44 -44
- package/lib/components/date-picker/BodyItem.js +11 -4
- package/lib/components/date-picker/CalendarBody.js +9 -2
- package/lib/components/date-picker/CalendarHeader.js +11 -4
- package/lib/components/date-picker/index.js +9 -2
- package/lib/components/date-range-picker/index.js +11 -4
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -1
- package/lib/components/dialog/index.js +4 -2
- package/lib/components/dialog-confirm/index.js +8 -3
- package/lib/components/dialog-qq-docs/index.js +109 -115
- package/lib/components/dialog-qq-docs/utils.js +32 -32
- package/lib/components/dialog-upload/index.js +34 -34
- package/lib/components/dialog-upload/util.js +4 -1
- package/lib/components/dingding-btn/index.js +5 -3
- package/lib/components/drawer/headerAction.js +5 -3
- package/lib/components/drawer/headerDrop.js +2 -2
- package/lib/components/drawer/index.js +3 -1
- package/lib/components/drawer/utils/dom.js +1 -1
- package/lib/components/drawer/utils/useForceUpdate.js +2 -2
- package/lib/components/drawer-manager/drawerWrapper.js +48 -48
- package/lib/components/drawer-manager/index.js +5 -2
- package/lib/components/drawer-manager/utils/dom.js +1 -1
- package/lib/components/drawer-manager/utils/useForceUpdate.js +2 -2
- package/lib/components/drop-selector/icon-item.js +4 -1
- package/lib/components/drop-selector/index.css +6 -4
- package/lib/components/drop-selector/index.js +5 -3
- package/lib/components/dynamic/components/comments-dialog/encourage.js +2 -2
- package/lib/components/dynamic/components/comments-dialog/index.js +29 -28
- package/lib/components/dynamic/components/comments-dialog/rate.js +2 -2
- package/lib/components/dynamic/components/percent/index.js +4 -1
- package/lib/components/dynamic/components/title/index.css +8 -0
- package/lib/components/dynamic/components/title/index.js +8 -3
- package/lib/components/dynamic/constant.js +76 -14
- package/lib/components/dynamic/dynamic-item/components/footer-left/index.js +2 -2
- package/lib/components/dynamic/dynamic-item/components/header/index.css +36 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.js +112 -33
- package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +21 -21
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +4 -2
- package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +43 -47
- package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +5 -2
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +4 -1
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +8 -8
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +2 -2
- package/lib/components/dynamic/dynamic-item/components/work-progress/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/components/work-progress/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/components/work-progress/interface.js +8 -8
- package/lib/components/dynamic/dynamic-item/components/work-progress/utils.js +6 -3
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/index.js +2 -2
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +2 -1
- package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +2 -2
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +31 -30
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +28 -12
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +5 -3
- package/lib/components/dynamic/dynamic-item/dynamic-replay/constant.js +23 -0
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +140 -0
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +310 -0
- package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +6 -5
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-reward/utils.js +4 -1
- package/lib/components/dynamic/dynamic-item/index.css +5 -0
- package/lib/components/dynamic/dynamic-item/index.js +55 -40
- package/lib/components/dynamic/request-api.js +16 -2
- package/lib/components/e-priority/index.js +2 -2
- package/lib/components/e-status-dropdown/index.js +2 -2
- package/lib/components/eReport/eReportListEmpty.js +3 -1
- package/lib/components/eReport/eReportLists/reportList.js +5 -1
- package/lib/components/eReport/eReportShare/index.js +4 -2
- package/lib/components/eReport/eReportShare/toast/index.js +3 -1
- package/lib/components/edit-kr-wight/EditKrWightModal.js +6 -2
- package/lib/components/edit-kr-wight/FormItemV2.js +10 -1
- package/lib/components/edit-kr-wight/utils.js +4 -1
- package/lib/components/emotions-selector/selector-content.js +6 -2
- package/lib/components/emotions-selector/selector-pop.js +3 -1
- package/lib/components/enps-answer/img/center-bg.jpg +0 -0
- package/lib/components/enps-answer/img/center-checked.png +0 -0
- package/lib/components/enps-answer/img/center-hover.svg +20 -0
- package/lib/components/enps-answer/img/high-bg.jpg +0 -0
- package/lib/components/enps-answer/img/high-checked.png +0 -0
- package/lib/components/enps-answer/img/high-hover.svg +20 -0
- package/lib/components/enps-answer/img/low-bg.jpg +0 -0
- package/lib/components/enps-answer/img/low-checked.png +0 -0
- package/lib/components/enps-answer/img/low-hover.svg +20 -0
- package/lib/components/enps-answer/index.css +169 -0
- package/lib/components/enps-answer/index.js +228 -0
- package/lib/components/enps-answer/request-api.js +102 -0
- package/lib/components/ereport-list/index.js +5 -1
- package/lib/components/error-boundary/index.js +3 -1
- package/lib/components/expiration-reminder/index.js +30 -7
- package/lib/components/expiration-reminder/utils.js +8 -8
- package/lib/components/file-list/components/single-file/index.js +2 -2
- package/lib/components/file-preview/index.js +4 -4
- package/lib/{pages/new-okr-list/header/filter.js → components/filter/index.js} +23 -11
- package/lib/components/filter-buttons/modular.js +5 -4
- package/lib/components/filter-buttons/name.js +2 -2
- package/lib/components/filter-buttons/search-dropdown/index.js +4 -1
- package/lib/components/firework/index.js +31 -31
- package/lib/components/focus/index.css +0 -0
- package/lib/components/focus/index.js +78 -0
- package/lib/components/follower-visitor/index.js +2 -2
- package/lib/components/form/form-fields/cycle/index.css +1 -1
- package/lib/components/form/form-fields/cycle/index.js +6 -4
- package/lib/components/form/form-fields/date/index.css +1 -0
- package/lib/components/form/form-fields/date/index.js +4 -1
- package/lib/components/form/form-fields/department/index.css +1 -0
- package/lib/components/form/form-fields/department/index.js +5 -3
- package/lib/components/form/form-fields/dropdown/index.js +2 -2
- package/lib/components/form/form-fields/duties/index.js +5 -3
- package/lib/components/form/form-fields/input/index.js +5 -3
- package/lib/components/form/form-fields/input-verification-code/index.js +35 -35
- package/lib/components/form/form-fields/password/index.js +5 -3
- package/lib/components/form/form-fields/radios/index.css +1 -0
- package/lib/components/form/form-fields/radios/index.js +11 -3
- package/lib/components/form/form-fields/textarea/index.js +5 -3
- package/lib/components/form/form-fields/user/index.js +5 -3
- package/lib/components/form/index.js +4 -2
- package/lib/components/grid-layout/commen-components/scroll-tips.js +2 -3
- package/lib/components/grid-layout/essay-component/index.js +2 -2
- package/lib/components/grid-layout/index.js +2 -0
- package/lib/components/grid-layout/near-visitors/index.js +2 -2
- package/lib/components/grid-layout/near-visitors/visitor.js +2 -2
- package/lib/components/grid-layout/okr-align/index.js +2 -2
- package/lib/components/grid-layout/okr-progress/index.js +2 -2
- package/lib/components/grid-layout/okr-target/index.js +2 -2
- package/lib/components/grid-layout/over-view/index.js +2 -2
- package/lib/components/grid-layout/personal-info/index.js +2 -2
- package/lib/components/grid-layout/sub-employee-okr/index.js +2 -2
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +2 -2
- package/lib/components/grid-layout/util/click-link.js +4 -1
- package/lib/components/grid-layout/util/network.js +47 -53
- package/lib/components/grid-layout/week-task/index.js +2 -2
- package/lib/components/grid-layout/words-cloud/index.js +2 -2
- package/lib/components/grid-page/commen-components/scroll-tips.js +2 -3
- package/lib/components/grid-page/near-visitors/visitor.js +2 -2
- package/lib/components/grid-page/personal-info/index.js +2 -2
- package/lib/components/guide-card/cover/replay/assets/cover-bg.jpg +0 -0
- package/lib/components/guide-card/cover/replay/assets/cover-cube-blue.png +0 -0
- package/lib/components/guide-card/cover/replay/assets/cover-cube-white.png +0 -0
- package/lib/components/guide-card/cover/replay/index.css +44 -0
- package/lib/components/guide-card/cover/replay/index.js +88 -0
- package/lib/components/guide-card/index.css +92 -0
- package/lib/components/guide-card/index.js +66 -0
- package/lib/components/guide-order/index.js +5 -3
- package/lib/components/guide-tip/index.js +7 -3
- package/lib/components/help-card/index.js +2 -2
- package/lib/components/help-card/interface.js +4 -4
- package/lib/components/hr-header/index.js +5 -3
- package/lib/components/icon-button-list/index.js +4 -1
- package/lib/components/img-viewer/index.js +5 -3
- package/lib/components/import-modal/helper.js +2 -2
- package/lib/components/import-modal/import-okr-modal/index.js +11 -5
- package/lib/components/import-modal/import-task-modal/index.js +5 -3
- package/lib/components/import-modal/import-task-modal/search-form.js +16 -15
- package/lib/components/import-modal/radio.js +5 -3
- package/lib/components/import-modal/request-api.js +5 -2
- package/lib/components/import-modal/search/category-select.js +2 -2
- package/lib/components/import-modal/search/okr-classify-select.js +2 -2
- package/lib/components/import-modal/search/okr-relation.js +63 -0
- package/lib/components/import-modal/search/okr-status-select.js +2 -2
- package/lib/components/import-modal/search/okr-type-select.js +3 -3
- package/lib/components/import-modal/search/principal.js +2 -2
- package/lib/components/import-modal/search/relation.js +2 -2
- package/lib/components/import-modal/search/task-relation.js +5 -2
- package/lib/components/import-modal/search/task-status-select.js +2 -2
- package/lib/components/import-modal/search/work-relation.js +2 -2
- package/lib/components/import-modal/search/work-status-select.js +2 -2
- package/lib/components/import-modal/tree/okr-tree/index.js +35 -30
- package/lib/components/import-modal/tree/okr-tree/new-search-form.js +140 -0
- package/lib/components/import-modal/tree/okr-tree/search-form.js +5 -3
- package/lib/components/import-modal/tree/task-work-tree/index.js +1 -1
- package/lib/components/import-modal/tree-node/kr-node/index.css +1 -1
- package/lib/components/import-modal/tree-node/o-node/index.css +1 -1
- package/lib/components/import-modal/tree-node/o-node/index.js +13 -5
- package/lib/components/keyword-search/index.js +5 -3
- package/lib/components/loading/index.js +5 -3
- package/lib/components/magnet/index.js +6 -9
- package/lib/components/mblog/components/ConfirmPop.js +3 -1
- package/lib/components/mblog/components/MblogAction.js +4 -2
- package/lib/components/mblog/components/MblogContent.js +31 -5
- package/lib/components/mblog/index.js +23 -3
- package/lib/components/menus/components/flip-menu-card/index.js +5 -3
- package/lib/components/menus/components/menu-card/index.js +5 -3
- package/lib/components/menus/components/menu-close-btn/index.js +4 -1
- package/lib/components/menus/components/menu-tree/images/research-menu/comment.svg +9 -0
- package/lib/components/menus/components/menu-tree/images/research-menu/eNPS.svg +12 -0
- package/lib/components/menus/components/menu-tree/images/skynet-dataset-menu/dataset-working-hours.svg +10 -0
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +2 -2
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +2 -2
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +2 -2
- package/lib/components/menus/components/menu-tree/tree-node/index.css +112 -0
- package/lib/components/menus/components/menu-tree/tree-node/index.js +8 -1
- package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +2 -2
- package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +2 -2
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +5 -3
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +5 -3
- package/lib/components/menus/components/menu-tree/tree-node/summary-tongji.js +5 -3
- package/lib/components/menus/components/menu-tree/tree-node/user/index.css +19 -1
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +7 -2
- package/lib/components/menus/components/search-colleague/index.css +24 -0
- package/lib/components/menus/components/search-colleague/index.js +13 -4
- package/lib/components/menus/export-modules/appraisal-menus/index.js +3 -3
- package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +47 -28
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +48 -16
- package/lib/components/menus/export-modules/demo-menus/index.js +4 -3
- package/lib/components/menus/export-modules/demo-menus/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/demo-menus/menus.js +8 -5
- package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +4 -1
- package/lib/components/menus/export-modules/interview-menus/index.js +2 -2
- package/lib/components/menus/export-modules/interview-menus/menus.js +4 -1
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +4 -1
- package/lib/components/menus/export-modules/manage-menus/index.js +2 -2
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +4 -1
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +3 -3
- package/lib/components/menus/export-modules/okr-menus/index.js +2 -2
- package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/okr-menus/menus.js +7 -2
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +2 -4
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +3 -3
- package/lib/components/menus/export-modules/pulse-research-menu/index.css +9 -0
- package/lib/components/menus/export-modules/pulse-research-menu/index.js +92 -0
- package/lib/components/menus/export-modules/pulse-research-menu/menu-highlight.js +55 -0
- package/lib/components/menus/export-modules/pulse-research-menu/menus.js +95 -0
- package/lib/components/menus/export-modules/pulse-research-menu/pulse-research-front-menus.js +126 -0
- package/lib/components/menus/export-modules/replay-menus/depart-menus/helper.js +51 -0
- package/lib/components/menus/export-modules/replay-menus/depart-menus/index.css +32 -0
- package/lib/components/menus/export-modules/replay-menus/depart-menus/index.js +210 -0
- package/lib/components/menus/export-modules/replay-menus/index.css +9 -0
- package/lib/components/menus/export-modules/replay-menus/index.js +129 -0
- package/lib/components/menus/export-modules/replay-menus/menu-highlight.js +93 -0
- package/lib/components/menus/export-modules/replay-menus/menus.js +358 -0
- package/lib/components/menus/export-modules/replay-menus/request-api.js +18 -0
- package/lib/components/menus/export-modules/replay-menus/review-front-menus.js +323 -0
- package/lib/components/menus/export-modules/replay-menus/subordinate-menus/helper.js +25 -0
- package/lib/components/menus/export-modules/replay-menus/subordinate-menus/index.css +14 -0
- package/lib/components/menus/export-modules/replay-menus/subordinate-menus/index.js +163 -0
- package/lib/components/menus/export-modules/research-menu/index.js +2 -2
- package/lib/components/menus/export-modules/research-menu/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/research-menu/menus.js +4 -1
- package/lib/components/menus/export-modules/research-menu/research-front-menus.js +2 -2
- package/lib/components/menus/export-modules/skynet-dashboard-menu/index.js +2 -2
- package/lib/components/menus/export-modules/skynet-dashboard-menu/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/skynet-dashboard-menu/menus.js +21 -3
- package/lib/components/menus/export-modules/skynet-dashboard-menu/survey-front-menus.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +4 -1
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/index.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/summary-menus/menus.js +5 -2
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +2 -5
- package/lib/components/menus/export-modules/survey-menu/index.js +2 -2
- package/lib/components/menus/export-modules/survey-menu/menu-highlight.js +4 -1
- package/lib/components/menus/export-modules/survey-menu/menus.js +4 -1
- package/lib/components/menus/export-modules/survey-menu/survey-front-menus.js +2 -2
- package/lib/components/menus/i18n.js +10 -1
- package/lib/components/menus/index.js +8 -0
- package/lib/components/menus/request-apis.js +17 -1
- package/lib/components/mirroring/index.js +4 -1
- package/lib/components/modal-replay/api.js +32 -0
- package/lib/components/modal-replay/index.css +134 -0
- package/lib/components/modal-replay/index.js +369 -0
- package/lib/components/modal-replay/types.js +24 -0
- package/lib/components/modal-single-replay/index.css +9 -0
- package/lib/components/modal-single-replay/index.js +217 -0
- package/lib/components/mouse-move-block/index.css +15 -0
- package/lib/components/mouse-move-block/index.js +63 -0
- package/lib/components/mutation-observer/index.js +55 -0
- package/lib/components/nav-top/components/app-center/images/yuyue-award.png +0 -0
- package/lib/components/nav-top/components/app-center/index.js +2 -2
- package/lib/components/nav-top/components/app-center/interface.js +4 -4
- package/lib/components/nav-top/components/menu/index.js +5 -3
- package/lib/components/nav-top/components/user-message/components/inform/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +38 -33
- package/lib/components/nav-top/components/user-message/components/red-pack/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/remind/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +4 -1
- package/lib/components/nav-top/components/user-message/components/reply/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +4 -1
- package/lib/components/nav-top/components/user-message/components/todos/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +4 -1
- package/lib/components/nav-top/components/user-message/constant.js +4 -4
- package/lib/components/nav-top/components/user-message/hrMessage.js +2 -2
- package/lib/components/nav-top/components/user-message/index.js +5 -3
- package/lib/components/nav-top/components/user-message/msg/index.js +2 -2
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +5 -3
- package/lib/components/nav-top/components/user-own-menu/utils.js +4 -1
- package/lib/components/nav-top/components/version/index.js +5 -4
- package/lib/components/nav-top/constant.js +5 -2
- package/lib/components/nav-top/index.js +5 -3
- package/lib/components/nav-top/request.apis.js +1 -0
- package/lib/components/new-confidence/constant.js +8 -5
- package/lib/components/new-confidence/index.js +7 -4
- package/lib/components/okr-dash-filter/index.css +78 -0
- package/lib/components/okr-dash-filter/index.js +157 -0
- package/lib/components/okr-dashboard-filter-drawer/filter-form.js +206 -0
- package/lib/components/okr-dashboard-filter-drawer/index.css +63 -0
- package/lib/components/okr-dashboard-filter-drawer/index.js +38 -0
- package/lib/components/okr-detail/auth.js +4 -2
- package/lib/components/okr-detail/base-info/base-info.js +5 -3
- package/lib/components/okr-detail/base-info/o-desc/index.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/other-infos.js +4 -2
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +16 -18
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +2 -2
- package/lib/components/okr-detail/base-info/util.js +4 -1
- package/lib/components/okr-detail/components/ao-nice/index.js +47 -51
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +3 -1
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +3 -1
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +7 -3
- package/lib/components/okr-detail/components/editable-input/index.js +5 -3
- package/lib/components/okr-detail/components/header/edit-name.js +42 -42
- package/lib/components/okr-detail/components/header/index.js +3 -3
- package/lib/components/okr-detail/components/header/o-avatar.js +23 -25
- package/lib/components/okr-detail/components/header/o-classify.js +27 -29
- package/lib/components/okr-detail/components/header/o-score.js +5 -3
- package/lib/components/okr-detail/components/icon-text/index.js +5 -3
- package/lib/components/okr-detail/components/o-classify.js +31 -33
- package/lib/components/okr-detail/components/o-progress-update/index.js +28 -28
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +48 -50
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +50 -50
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +50 -50
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +27 -27
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +12 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +2 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +24 -26
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +82 -86
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +6 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +26 -28
- package/lib/components/okr-detail/components/okr-type.js +2 -2
- package/lib/components/okr-detail/detail-footer/index.js +29 -31
- package/lib/components/okr-detail/detail-header/actions.js +4 -1
- package/lib/components/okr-detail/detail-header/confirm.js +2 -2
- package/lib/components/okr-detail/detail-header/constant.js +8 -5
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +2 -2
- package/lib/components/okr-detail/detail-header/enums.js +8 -8
- package/lib/components/okr-detail/detail-header/index.js +128 -136
- package/lib/components/okr-detail/e-list/index.js +2 -2
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +6 -4
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +1 -1
- package/lib/components/okr-detail/e-list/search-form/index.js +2 -2
- package/lib/components/okr-detail/e-list/util.js +4 -1
- package/lib/components/okr-detail/helper.js +12 -12
- package/lib/components/okr-detail/index.js +5 -3
- package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +1 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +5 -3
- package/lib/components/okr-detail/okr-list/drag-order-kr.js +4 -1
- package/lib/components/okr-detail/okr-list/index.js +31 -31
- package/lib/components/okr-detail/request-apis.js +11 -11
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +4 -3
- package/lib/components/okr-detail/schedule/schedule.js +2 -2
- package/lib/components/okr-excel/case.js +221 -0
- package/lib/components/okr-excel/hooks.js +6 -3
- package/lib/components/okr-excel/index.js +4 -2
- package/lib/components/okr-excel/renders.js +29 -32
- package/lib/components/okr-excel-create/components/kr-confidence/index.js +2 -2
- package/lib/components/okr-excel-create/components/kr-weight/index.js +2 -2
- package/lib/components/okr-excel-create/components/okr-align/index.js +5 -3
- package/lib/components/okr-excel-create/components/okr-classify/index.js +5 -3
- package/lib/components/okr-excel-create/components/okr-cycle/index.js +2 -2
- package/lib/components/okr-excel-create/components/okr-name/index.js +5 -3
- package/lib/components/okr-excel-create/components/okr-principal/index.js +5 -3
- package/lib/components/okr-excel-create/components/okr-progress/components/kr-progress/index.js +4 -1
- package/lib/components/okr-excel-create/components/okr-progress/components/o-progress/index.js +4 -1
- package/lib/components/okr-excel-create/components/okr-progress/components/okr-progress/index.js +23 -23
- package/lib/components/okr-excel-create/components/okr-progress/index.js +4 -2
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/buttonv2.js +3 -1
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/confirm/confirm.js +3 -1
- package/lib/components/okr-excel-create/components/okr-type/base-okr-type/object-type.js +7 -3
- package/lib/components/okr-excel-create/components/okr-type/index.js +2 -2
- package/lib/components/okr-excel-create/components/okr-visibility/index.js +2 -2
- package/lib/components/okr-excel-create/components-new/kr-confidence/index.js +2 -2
- package/lib/components/okr-excel-create/components-new/kr-weight/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-align/index.js +6 -4
- package/lib/components/okr-excel-create/components-new/okr-classify/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-cycle/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-name/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-principal/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-progress/components/kr-progress/index.js +4 -1
- package/lib/components/okr-excel-create/components-new/okr-progress/components/o-progress/index.js +4 -1
- package/lib/components/okr-excel-create/components-new/okr-progress/components/okr-progress/index.js +23 -23
- package/lib/components/okr-excel-create/components-new/okr-progress/index.js +4 -2
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/buttonv2.js +3 -1
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/confirm/confirm.js +3 -1
- package/lib/components/okr-excel-create/components-new/okr-type/base-okr-type/object-type.js +7 -3
- package/lib/components/okr-excel-create/components-new/okr-type/index.js +5 -3
- package/lib/components/okr-excel-create/components-new/okr-visibility/index.js +2 -2
- package/lib/components/okr-excel-create/hooks.js +6 -3
- package/lib/components/okr-excel-create/index-old.js +6 -4
- package/lib/components/okr-excel-create/index.js +5 -3
- package/lib/components/okr-excel-create/utils.js +5 -2
- package/lib/components/okr-filter-drawer/filter-form.js +65 -9
- package/lib/components/okr-filter-drawer/index.css +5 -1
- package/lib/components/okr-flow/child-node/fields/creator.js +24 -26
- package/lib/components/okr-flow/child-node/fields/okrClassify.js +4 -1
- package/lib/components/okr-flow/child-node/index.js +4 -2
- package/lib/components/okr-flow/child-node/work-node.js +53 -29
- package/lib/components/okr-flow/export-modal/index.js +135 -137
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +145 -151
- package/lib/components/okr-flow/mini-map/index.js +5 -3
- package/lib/components/okr-flow/mini-map/map.js +2 -2
- package/lib/components/okr-flow/mini-map/utils.js +9 -6
- package/lib/components/okr-flow/okr-map/index.js +5 -3
- package/lib/components/okr-flow/open-data/index.js +4 -2
- package/lib/components/okr-flow/request-apis.js +14 -14
- package/lib/components/okr-flow/root-node/index.js +24 -26
- package/lib/components/okr-flow/utils/index.js +4 -1
- package/lib/components/okr-flow/utils/tree-handler.js +1 -1
- package/lib/components/okr-guide/index.js +5 -3
- package/lib/components/okr-period-selector/select-cycle.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +4 -3
- package/lib/components/okr-progress/components/o-progress-update/index.js +26 -26
- package/lib/components/okr-progress/okr-progress/index.js +2 -2
- package/lib/components/okr-progress/request-apis.js +4 -1
- package/lib/components/okr-progress-detail/index.js +8 -3
- package/lib/components/okr-progress-modal/index.js +20 -22
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +51 -34
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +3 -1
- package/lib/components/okr-review/ReviewPop/index.js +17 -2
- package/lib/components/okr-review/components/ReviewItem/index.js +9 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -1
- package/lib/components/okr-review/index.js +50 -23
- package/lib/components/okr-share/common-painter/darwAvatar.js +56 -60
- package/lib/components/okr-share/common-painter/openDataPainter.js +32 -34
- package/lib/components/okr-share/common-painter/utils.js +113 -117
- package/lib/components/okr-share/index.js +2 -2
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +19 -21
- package/lib/components/okr-share/pink-card/drawKrs.js +53 -55
- package/lib/components/okr-share/pink-card/drawQuote.js +10 -12
- package/lib/components/okr-share/pink-card/drawUserName.js +24 -26
- package/lib/components/okr-share/pink-card/index.js +67 -69
- package/lib/components/okr-share/publishMblog.js +29 -29
- package/lib/components/okr-share/shareCardSelector.js +28 -32
- package/lib/components/okrcase-library/index.js +2 -2
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +2 -2
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +2 -2
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +14 -14
- package/lib/components/okrcase-library/server/network.js +122 -140
- package/lib/components/okrcase-library-card/index.js +2 -2
- package/lib/components/open-data-painter/index.js +32 -34
- package/lib/components/operation-records/OperationRecordItem.js +3 -1
- package/lib/components/operation-records/index.js +6 -2
- package/lib/components/order-have-award/img/award.png +0 -0
- package/lib/components/order-have-award/index.css +0 -2
- package/lib/components/order-have-award/index.js +2 -1
- package/lib/components/order-have-award/interface.js +4 -4
- package/lib/components/pagination/pagination.js +4 -1
- package/lib/components/part-notice/index.js +2 -2
- package/lib/components/password-input/index.js +4 -3
- package/lib/components/period-selector/common.js +4 -1
- package/lib/components/period-selector/components/selector/index.js +5 -3
- package/lib/components/period-selector/helper/index.js +49 -49
- package/lib/components/period-selector/index.js +4 -2
- package/lib/components/photo-card/components/card/index.js +5 -3
- package/lib/components/photo-card/index.js +2 -2
- package/lib/components/picker/components/panels/date-panel/date-rows.js +4 -2
- package/lib/components/picker/components/panels/date-panel/index.js +2 -2
- package/lib/components/picker/components/panels/date-panel/useRowsData.js +2 -2
- package/lib/components/picker/components/panels/month-panel/index.js +2 -2
- package/lib/components/picker/components/panels/month-panel/month-body.js +4 -1
- package/lib/components/picker/components/panels/month-panel/useRowsData.js +2 -2
- package/lib/components/picker/components/panels/panel-body/index.js +4 -2
- package/lib/components/picker/components/panels/week-panel/week-body.js +4 -1
- package/lib/components/picker/components/panels/year-panel/index.js +4 -1
- package/lib/components/picker/components/panels/year-panel/useRowsData.js +2 -2
- package/lib/components/picker/components/panels/year-panel/year-body.js +4 -2
- package/lib/components/picker/components/picker-trigger/index.js +4 -2
- package/lib/components/picker/context.js +4 -1
- package/lib/components/picker/picker-panels.js +2 -2
- package/lib/components/picker/picker.js +2 -2
- package/lib/components/picker/range-picker/components/picker-trigger/index.js +4 -2
- package/lib/components/picker/range-picker/components/select-input/index.js +4 -2
- package/lib/components/picker/range-picker/index.js +2 -2
- package/lib/components/picker/utils.js +8 -8
- package/lib/components/point-demo/drop-down-box/index.js +2 -2
- package/lib/components/point-demo/index.js +3 -3
- package/lib/components/point-demo/input/index.js +3 -1
- package/lib/components/point-demo/point-demo.js +2 -2
- package/lib/components/point-demo/popup/index.js +2 -2
- package/lib/components/point-demo/popup/placement.js +4 -1
- package/lib/components/popup/index.js +2 -2
- package/lib/components/popup/placement.js +4 -1
- package/lib/components/popup-btn/index.css +64 -0
- package/lib/components/popup-btn/index.js +100 -0
- package/lib/components/popup-select/index.css +28 -6
- package/lib/components/popup-select/index.js +16 -9
- package/lib/components/praise-record/PraiseRecordItem.js +3 -1
- package/lib/components/praise-record/index.js +7 -3
- package/lib/components/progress/okr-progress/index.css +13 -5
- package/lib/components/progress/okr-progress/index.js +37 -6
- package/lib/components/progress/utils.js +14 -2
- package/lib/components/promise-confirm/index.js +2 -2
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +2 -2
- package/lib/components/publish-dynamic-modal/requist-api.js +4 -1
- package/lib/components/quick-entrance/index.js +2 -2
- package/lib/components/radio/radio.js +2 -2
- package/lib/components/radio/radioGroup.js +4 -1
- package/lib/components/range-picker-pop/index.js +12 -3
- package/lib/components/range-selector-pop/RangeList.js +3 -1
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -1
- package/lib/components/rate/index.js +2 -2
- package/lib/components/regulation-setting-item/index.js +4 -1
- package/lib/components/rich-editor/enums.js +8 -8
- package/lib/components/rich-editor/index.js +2 -2
- package/lib/components/rich-editor/keymap.js +3 -5
- package/lib/components/rich-editor/models/controller.js +4 -1
- package/lib/components/rich-editor/models/editor.js +4 -1
- package/lib/components/rich-editor/models/plugin.js +4 -1
- package/lib/components/rich-editor/models/schema.js +4 -2
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +3 -1
- package/lib/components/rich-editor/plugins/block/heading/commonds.js +4 -1
- package/lib/components/rich-editor/plugins/block/heading/index.js +3 -1
- package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +2 -2
- package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +5 -15
- package/lib/components/rich-editor/plugins/block/lists/commond/index.js +12 -4
- package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +7 -5
- package/lib/components/rich-editor/plugins/block/lists/index.js +5 -3
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +1 -1
- package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +4 -1
- package/lib/components/rich-editor/plugins/block/lists/transforms.js +2 -2
- package/lib/components/rich-editor/plugins/block/lists/utils/node.js +4 -4
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +3 -1
- package/lib/components/rich-editor/plugins/core/index.js +3 -1
- package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +4 -1
- package/lib/components/rich-editor/plugins/extension/alignment/commond.js +4 -1
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +3 -1
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/color/commond.js +2 -2
- package/lib/components/rich-editor/plugins/inline/color/consts.js +8 -8
- package/lib/components/rich-editor/plugins/inline/color/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/color/selector.js +10 -8
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/em/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/link/commands.js +4 -1
- package/lib/components/rich-editor/plugins/inline/link/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +20 -17
- package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +5 -3
- package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +2 -2
- package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +2 -2
- package/lib/components/rich-editor/plugins/inline/strong/index.js +3 -1
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +3 -1
- package/lib/components/rich-editor/plugins/util.js +1 -1
- package/lib/components/rich-editor/react/reactNodeView.js +4 -2
- package/lib/components/rich-editor/react/uiProvider.js +5 -3
- package/lib/components/rich-editor/schemas/list.js +5 -15
- package/lib/components/rich-editor/ui/Popup/index.js +4 -2
- package/lib/components/rich-editor/ui/Popup/utils.js +6 -3
- package/lib/components/rich-editor/ui/editor/index.js +4 -2
- package/lib/components/rich-editor/ui/normal-toolbar/index.js +5 -3
- package/lib/components/rich-editor/utils/commands.js +6 -3
- package/lib/components/rich-editor/utils/event.js +4 -1
- package/lib/components/rich-editor/utils/mark.js +2 -2
- package/lib/components/rich-editor/utils/slice.js +1 -1
- package/lib/components/rich-editor/utils/toolbar.js +2 -0
- package/lib/components/rich-editor-at/components/index.js +2 -2
- package/lib/components/rich-editor-at/index.js +2 -2
- package/lib/components/rich-editor-upload/index.js +8 -3
- package/lib/components/schedule/index.css +75 -0
- package/lib/components/schedule/index.js +223 -0
- package/lib/components/schedule/interface.js +5 -0
- package/lib/components/scroll-container/index.js +4 -2
- package/lib/components/scrollbar/index.js +7 -3
- package/lib/components/scrollbar/scroll-mask/index.js +5 -3
- package/lib/components/scrollbar/simplebar/simplebar.js +13 -2
- package/lib/components/scrollbar/simplebar-react.js +3 -1
- package/lib/components/search-input/index.js +5 -3
- package/lib/components/select/Option.js +11 -4
- package/lib/components/select/index.js +10 -3
- package/lib/components/select-layer/index.js +2 -2
- package/lib/components/select-tags/index.js +5 -3
- package/lib/components/selector-input/index.js +2 -2
- package/lib/components/slider-input/index.js +2 -2
- package/lib/components/status-time/index.js +2 -2
- package/lib/components/stop-taking-modal/index.js +2 -2
- package/lib/components/super-table/box/index.css +35 -0
- package/lib/components/super-table/box/index.js +62 -0
- package/lib/components/super-table/columnOptions/components/principal-user/index.css +17 -0
- package/lib/components/super-table/columnOptions/components/principal-user/index.js +37 -0
- package/lib/components/super-table/columnOptions/components/progress/index.css +33 -0
- package/lib/components/super-table/columnOptions/components/progress/index.js +36 -0
- package/lib/components/super-table/columnOptions/components/task-progress/index.css +33 -0
- package/lib/components/super-table/columnOptions/components/task-progress/index.js +37 -0
- package/lib/components/super-table/columnOptions/okr/index.js +95 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/base-okr-type/confirm/buttonv2.js +80 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/base-okr-type/confirm/confirm.js +129 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/base-okr-type/index.css +20 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/base-okr-type/index.js +63 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/base-okr-type/object-type.js +230 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/index.css +21 -0
- package/lib/components/super-table/columnOptions/okr/renderer/okr-type/index.js +159 -0
- package/lib/components/super-table/columnOptions/okr/renderer.css +202 -0
- package/lib/components/super-table/columnOptions/okr/renderer.js +323 -0
- package/lib/components/super-table/columnOptions/okr/type.js +5 -0
- package/lib/components/super-table/columnOptions/project/index.js +110 -0
- package/lib/components/super-table/columnOptions/project/renderer/project-name/index.css +44 -0
- package/lib/components/super-table/columnOptions/project/renderer/project-name/index.js +36 -0
- package/lib/components/super-table/columnOptions/project/renderer/table-row-o-project/index.css +34 -0
- package/lib/components/super-table/columnOptions/project/renderer/table-row-o-project/index.js +62 -0
- package/lib/components/super-table/columnOptions/project/renderer/table-row-o-project/interface.js +5 -0
- package/lib/components/super-table/columnOptions/task/index.js +110 -0
- package/lib/components/super-table/columnOptions/task/renderer/table-row-task/index.css +34 -0
- package/lib/components/super-table/columnOptions/task/renderer/table-row-task/index.js +62 -0
- package/lib/components/super-table/columnOptions/task/renderer/table-row-task/interface.js +5 -0
- package/lib/components/super-table/edit/index.css +161 -0
- package/lib/components/super-table/edit/index.js +189 -0
- package/lib/components/super-table/edit/tr.js +21 -0
- package/lib/components/super-table/index.css +25 -0
- package/lib/components/super-table/index.js +23 -0
- package/lib/components/super-table/resize/index.css +122 -0
- package/lib/components/super-table/resize/index.js +142 -0
- package/lib/components/super-table/super-cache-table.js +234 -0
- package/lib/components/super-table/table/index.css +127 -0
- package/lib/components/super-table/table/index.js +417 -0
- package/lib/components/super-table/title-input/index.css +16 -0
- package/lib/components/super-table/title-input/index.js +47 -0
- package/lib/components/superset-charts/fetch-assets-and-append/append-assets.js +4 -1
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +29 -31
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +22 -26
- package/lib/components/superset-charts/utils/axios.js +4 -1
- package/lib/components/survey-model/contact.js +2 -2
- package/lib/components/survey-model/index.js +5 -3
- package/lib/components/survey-model/request-api.js +9 -11
- package/lib/components/table/index.js +5 -3
- package/lib/components/table-excel-v2/index.js +6 -4
- package/lib/components/tabs/index.css +1 -0
- package/lib/components/tabs/index.js +3 -1
- package/lib/components/tabs/tabBtns.js +5 -3
- package/lib/components/tag/index.js +4 -1
- package/lib/components/task-relation-modal/index.js +56 -57
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +5 -3
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +5 -3
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +17 -7
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +1 -1
- package/lib/components/task-relation-modal/radio.js +5 -3
- package/lib/components/task-relation-modal/relation-single-okr/index.js +5 -3
- package/lib/components/task-relation-modal/request-api.js +4 -1
- package/lib/components/task-relation-modal/search/category-select.js +2 -2
- package/lib/components/task-relation-modal/search/okr-status-select.js +2 -2
- package/lib/components/task-relation-modal/search/okr-type-select.js +3 -3
- package/lib/components/task-relation-modal/search/principal.js +2 -2
- package/lib/components/task-relation-modal/search/relation.js +2 -2
- package/lib/components/task-relation-modal/search/task-relation.js +2 -2
- package/lib/components/task-relation-modal/search/task-status-select.js +2 -2
- package/lib/components/task-relation-modal/search/work-relation.js +2 -2
- package/lib/components/task-relation-modal/search/work-status-select.js +2 -2
- package/lib/components/task-relation-modal/tree/category-tree/index.js +24 -24
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +23 -23
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +5 -3
- package/lib/components/task-relation-modal/tree/work-list/index.js +10 -4
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree/work-tree/index.js +20 -20
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/o-node/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +13 -5
- package/lib/components/task-relation-modal/tree-node/work-node/index.css +1 -1
- package/lib/components/task-relation-modal/work-relation/index.js +52 -56
- package/lib/components/task-tree/helper.js +4 -1
- package/lib/components/task-tree/task-item-node/constant.js +4 -4
- package/lib/components/task-tree/task-item-node/e-project.js +17 -19
- package/lib/components/task-tree/task-item-node/e-status-dropdown.js +2 -2
- package/lib/components/task-tree/task-item-node/e-task.js +51 -51
- package/lib/components/template-modules/annex/index.js +145 -0
- package/lib/components/template-modules/apis.js +98 -0
- package/lib/components/template-modules/at/index.js +107 -0
- package/lib/components/template-modules/components/input-column-renderer/index.css +18 -0
- package/lib/components/template-modules/components/input-column-renderer/index.js +50 -0
- package/lib/components/template-modules/components/rich-editor/hooks.js +39 -0
- package/lib/components/template-modules/components/rich-editor/index.css +64 -0
- package/lib/components/template-modules/components/rich-editor/index.js +176 -0
- package/lib/components/template-modules/components/rich-editor/interface.js +5 -0
- package/lib/components/template-modules/constant.js +44 -0
- package/lib/components/template-modules/index.css +82 -0
- package/lib/components/template-modules/index.js +113 -0
- package/lib/components/template-modules/interface.js +52 -0
- package/lib/components/template-modules/okr/index.css +93 -0
- package/lib/components/template-modules/okr/index.js +363 -0
- package/lib/components/template-modules/okr/types.js +5 -0
- package/lib/components/template-modules/project/index.css +58 -0
- package/lib/components/template-modules/project/index.js +259 -0
- package/lib/components/template-modules/project/renderer/project-name/index.css +49 -0
- package/lib/components/template-modules/project/renderer/project-name/index.js +35 -0
- package/lib/components/template-modules/project/renderer/table-row-o-project/index.css +34 -0
- package/lib/components/template-modules/project/renderer/table-row-o-project/index.js +62 -0
- package/lib/components/template-modules/project/renderer/table-row-o-project/interface.js +5 -0
- package/lib/components/template-modules/richtext/index.js +127 -0
- package/lib/components/template-modules/task/index.css +58 -0
- package/lib/components/template-modules/task/index.js +228 -0
- package/lib/components/template-modules/task/interface.js +19 -0
- package/lib/components/template-modules/task/renderer/table-row-task/index.css +34 -0
- package/lib/components/template-modules/task/renderer/table-row-task/index.js +62 -0
- package/lib/components/template-modules/task/renderer/table-row-task/interface.js +5 -0
- package/lib/components/template-modules/task/renderer/task-name/index.css +49 -0
- package/lib/components/template-modules/task/renderer/task-name/index.js +50 -0
- package/lib/components/template-modules/utils.js +57 -0
- package/lib/components/textarea/index.js +5 -3
- package/lib/components/time-picker/time-picker-selector.js +3 -1
- package/lib/components/time-picker/time-picker.js +5 -3
- package/lib/components/time-picker/utils.js +4 -4
- package/lib/components/tita-chart/charts/liquid-ball.js +4 -2
- package/lib/components/tita-chart/charts/pie.js +4 -1
- package/lib/components/tita-chart/charts/words-cloud.js +5 -2
- package/lib/components/tita-chart/errorBoundary/index.js +3 -1
- package/lib/components/tita-chart/hooks/useChart.js +4 -2
- package/lib/components/toast/index.js +97 -103
- package/lib/components/tooltip/tooltip-rows/index.js +2 -2
- package/lib/components/tooltip/tooltip-text/index.js +2 -2
- package/lib/components/tree/index.css +94 -9
- package/lib/components/tree/index.js +7 -4
- package/lib/components/try-version-modal/index.js +2 -2
- package/lib/components/unchain-okr-modal/index.js +7 -6
- package/lib/components/update-modal/index.js +2 -2
- package/lib/components/upload/components/uploadedPreview.js +5 -1
- package/lib/components/upload/index.js +46 -26
- package/lib/components/upload/index2.js +24 -24
- package/lib/components/upload-modal/index.js +2 -2
- package/lib/components/upload-photo-modal/index.js +5 -3
- package/lib/components/upvote/index.js +77 -79
- package/lib/components/upvote/selector.js +2 -2
- package/lib/components/upvote/upvoteListModal.js +2 -2
- package/lib/components/user-selector/category-selector-panel/index.js +2 -2
- package/lib/components/user-selector/enum.js +4 -4
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +2 -2
- package/lib/components/user-selector/export-modules/duties-selector/index.js +6 -3
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +92 -63
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +2 -2
- package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +4 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +5 -3
- package/lib/components/user-selector/export-modules/group-selector/index.js +2 -2
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +2 -2
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +2 -2
- package/lib/components/user-selector/export-modules/single-selector/index.js +2 -2
- package/lib/components/user-selector/request-apis.js +2 -2
- package/lib/components/user-selector/searched-panel/index.js +2 -2
- package/lib/components/user-selector/select-tree/choose-tree/index.js +2 -2
- package/lib/components/user-selector/select-tree/selected-tree/index.js +2 -2
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +1 -1
- package/lib/components/user-selector/selected-panel/index.js +9 -3
- package/lib/components/user-selector/utils.js +4 -1
- package/lib/components/version-change-modal/constant.js +18 -69
- package/lib/components/version-change-modal/images/data-center.svg +36 -0
- package/lib/components/version-change-modal/images/logo-okre.png +0 -0
- package/lib/components/version-change-modal/images/logo-performance.png +0 -0
- package/lib/components/version-change-modal/images/logo-qijian.png +0 -0
- package/lib/components/version-change-modal/images/qijian.png +0 -0
- package/lib/components/version-change-modal/index.css +10 -14
- package/lib/components/version-change-modal/index.js +14 -16
- package/lib/components/version-change-modal/request-api.js +7 -9
- package/lib/components/version-change-modal-new/components/more-combination/img/hand.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/hg.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/jt1.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/jt2.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/jt3.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/left.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/new-jixiao.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/okrs-e.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/orange-sign.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/qj.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/qjzq.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/right.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tita-people.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tita-qijian.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-bg1.jpg +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-bg2.jpg +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-bg3.jpg +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-bg4.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-man.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/tuya-pc-bg2.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/xx.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/yellow-sign.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/img/zs.png +0 -0
- package/lib/components/version-change-modal-new/components/more-combination/index.css +256 -0
- package/lib/components/version-change-modal-new/components/more-combination/index.js +174 -0
- package/lib/components/version-change-modal-new/constant.js +53 -0
- package/lib/components/version-change-modal-new/images/data-center.svg +36 -0
- package/lib/components/version-change-modal-new/images/left-lv.png +0 -0
- package/lib/components/version-change-modal-new/images/logo-okre.png +0 -0
- package/lib/components/version-change-modal-new/images/logo-performance.png +0 -0
- package/lib/components/version-change-modal-new/images/logo-qijian.png +0 -0
- package/lib/components/version-change-modal-new/images/mini-okr.png +0 -0
- package/lib/components/version-change-modal-new/images/mini-performance.png +0 -0
- package/lib/components/version-change-modal-new/images/mini-project.png +0 -0
- package/lib/components/version-change-modal-new/images/mini-survey.png +0 -0
- package/lib/components/version-change-modal-new/images/okr.png +0 -0
- package/lib/components/version-change-modal-new/images/performance-e.png +0 -0
- package/lib/components/version-change-modal-new/images/performance.png +0 -0
- package/lib/components/version-change-modal-new/images/qijian.png +0 -0
- package/lib/components/version-change-modal-new/images/right-lv.png +0 -0
- package/lib/components/version-change-modal-new/images/senior-performance.png +0 -0
- package/lib/components/version-change-modal-new/images/senior-utimate.png +0 -0
- package/lib/components/version-change-modal-new/images/survey.png +0 -0
- package/lib/components/version-change-modal-new/images/title.png +0 -0
- package/lib/components/version-change-modal-new/images/utimate.png +0 -0
- package/lib/components/version-change-modal-new/index.css +165 -0
- package/lib/components/version-change-modal-new/index.js +83 -0
- package/lib/components/version-change-modal-new/request-api.js +32 -0
- package/lib/components/video-modal/components/video-box/index.js +5 -3
- package/lib/components/video-modal/index.js +2 -2
- package/lib/components/viewer/ImageListRender.js +4 -2
- package/lib/components/viewer/index.js +4 -2
- package/lib/components/wechat-btn/index.js +98 -50
- package/lib/components/wechat-project-btn/index.css +18 -0
- package/lib/components/wechat-project-btn/index.js +342 -0
- package/lib/components/weekly-report/card.js +39 -41
- package/lib/components/weekly-report/common-painter/darwAvatar.js +74 -80
- package/lib/components/weekly-report/common-painter/drawName.js +26 -28
- package/lib/components/weekly-report/common-painter/openDataPainter.js +32 -34
- package/lib/components/weekly-report/index.js +30 -34
- package/lib/components/word-cloud/index.js +2 -2
- package/lib/components/write-summary-modal/index.js +2 -2
- package/lib/components/write-summary-modal/interface.js +4 -4
- package/lib/components/write-summary-modal/utils.js +4 -1
- package/lib/components-v1/animate/AnimateChild.js +9 -2
- package/lib/components-v1/animate/animate.js +9 -2
- package/lib/components-v1/avatar/index.js +3 -1
- package/lib/components-v1/buttonv2/ButtonOutlined.js +3 -1
- package/lib/components-v1/buttonv2/ButtonRounded.js +3 -1
- package/lib/components-v1/buttonv2/DefaultButton.js +3 -1
- package/lib/components-v1/confirm/index.js +3 -1
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -1
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +3 -1
- package/lib/components-v1/input/Enums.js +4 -4
- package/lib/components-v1/input/Input.js +4 -2
- package/lib/components-v1/input/InputNumber.js +6 -2
- package/lib/components-v1/placement/placement.js +9 -2
- package/lib/components-v1/placement/placementInner.js +10 -3
- package/lib/components-v1/pop/Pop.js +4 -2
- package/lib/components-v1/pop/PopInner.js +4 -2
- package/lib/components-v1/popConfirm/index.js +2 -2
- package/lib/components-v1/portals/Portals.js +3 -1
- package/lib/components-v1/progress/CircleProgress.js +3 -1
- package/lib/components-v1/progress/LineProgress.js +9 -2
- package/lib/components-v1/progress/index.js +9 -2
- package/lib/components-v1/radio/radio.js +4 -2
- package/lib/components-v1/radio/radioGroup.js +3 -1
- package/lib/components-v1/search/cache.js +5 -2
- package/lib/components-v1/search/index.js +3 -1
- package/lib/components-v1/select/Option.js +11 -4
- package/lib/components-v1/select/index.js +10 -3
- package/lib/components-v1/tabs/index.js +3 -1
- package/lib/components-v1/textarea/index.js +13 -1
- package/lib/components-v1/transition/index.js +8 -2
- package/lib/components-v1/userSelector/UserSelectorPop.js +5 -2
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +3 -1
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +5 -3
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +3 -1
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +3 -1
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -1
- package/lib/components-v1/userSelector/components/SearchBar.js +3 -1
- package/lib/components-v1/userSelector/components/SingleMode.js +3 -1
- package/lib/components-v1/userSelector/components/UserItem.js +3 -1
- package/lib/components-v1/userSelector/index.js +4 -2
- package/lib/components-v1/utils/animate/animate.js +6 -1
- package/lib/hooks/useGlobalState.js +2 -2
- package/lib/hooks/useLocalStorage.js +2 -2
- package/lib/hooks/useTouch.js +2 -2
- package/lib/index.js +77 -0
- package/lib/pages/aha2021/index.css +24 -0
- package/lib/pages/aha2021/index.js +3 -3
- package/lib/pages/aha2021/new-menu-switcher/index.js +5 -3
- package/lib/pages/appointment-demo/drop-down-box/index.js +2 -2
- package/lib/pages/appointment-demo/index.js +3 -3
- package/lib/pages/appointment-demo/input/index.js +3 -1
- package/lib/pages/appointment-demo/popup/index.js +2 -2
- package/lib/pages/appointment-demo/popup/placement.js +4 -1
- package/lib/pages/group-management/components/input-form/index.js +3 -1
- package/lib/pages/group-management/components/openData/index.js +9 -2
- package/lib/pages/group-management/components/table/index.js +3 -3
- package/lib/pages/group-management/groupInterface.js +39 -39
- package/lib/pages/group-management/page-view/empty.js +2 -2
- package/lib/pages/group-management/page-view/group-empty.js +2 -2
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +2 -2
- package/lib/pages/group-management/page-view/index.js +2 -2
- package/lib/pages/group-management/tree/add-group-dialog/index.js +2 -2
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +2 -2
- package/lib/pages/group-management/tree/group-form/index.js +2 -2
- package/lib/pages/group-management/tree/index.js +2 -2
- package/lib/pages/group-management/tree/trigger-render.js +2 -2
- package/lib/pages/home/components/data-list/index.js +3 -3
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +2 -2
- package/lib/pages/home/components/data-list/table/index.js +2 -2
- package/lib/pages/home/components/data-list/table/utils-function.js +1 -1
- package/lib/pages/home/components/guide/index.js +2 -2
- package/lib/pages/home-page-data-list/index.js +3 -3
- package/lib/pages/like-ranking/index.js +5 -3
- package/lib/pages/new-okr-list/header/create-okr.js +2 -2
- package/lib/pages/new-okr-list/header/index.js +14 -12
- package/lib/pages/new-okr-list/header/okr-import.js +3 -3
- package/lib/pages/new-okr-list/header/operate-record.js +2 -2
- package/lib/pages/new-okr-list/index.js +8 -5
- package/lib/pages/new-okr-list/init-cycle-setting.js +2 -2
- package/lib/pages/new-okr-list/keyword-search/index.js +5 -3
- package/lib/pages/new-okr-list/list/index.js +1 -1
- package/lib/pages/new-okr-list/request-api.js +82 -94
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +5 -3
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +19 -19
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +5 -3
- package/lib/pages/okr-map/hooks/useStorage.js +2 -2
- package/lib/pages/okr-map/level2-search/group.js +4 -2
- package/lib/pages/okr-map/number-select/index.js +6 -3
- package/lib/pages/okr-map/open-data/index.js +4 -2
- package/lib/pages/okr-map/request-apis.js +11 -13
- package/lib/pages/okr-map/share-dialog/index.js +2 -2
- package/lib/pages/okr-map/unsupport-ie/index.js +2 -2
- package/lib/pages/personal-info/components/base-info/index.js +5 -3
- package/lib/pages/personal-info/components/edit-base-info/index.js +5 -3
- package/lib/pages/personal-info/components/person-photo/index.js +2 -2
- package/lib/utils/auth.js +11 -2
- package/lib/utils/bs-global.js +1 -0
- package/lib/utils/editor.js +9 -5
- package/lib/utils/error-level.js +3 -3
- package/lib/utils/fetch.js +41 -0
- package/lib/utils/helpers.js +46 -15
- package/lib/utils/hooks.js +24 -3
- package/lib/utils/local-storage.js +4 -1
- package/lib/utils/open-data.js +89 -91
- package/lib/utils/request-v1.js +44 -44
- package/lib/utils/request.js +12 -14
- package/lib/utils/roundWeight.js +4 -1
- package/lib/utils/tools.js +87 -52
- package/package.json +5 -2
|
@@ -12,7 +12,10 @@ var _constant = require("../../constant");
|
|
|
12
12
|
var _getLocale = require("../../../../../../utils/getLocale");
|
|
13
13
|
require("./index.css");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
function
|
|
15
|
+
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); }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
16
19
|
var preCls = 'titaui-user-message-msg-remind';
|
|
17
20
|
function Remind(props) {
|
|
18
21
|
var _props$item = props.item,
|
|
@@ -25,8 +25,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
25
25
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
26
26
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
27
27
|
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); }
|
|
28
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
29
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
28
|
+
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; }
|
|
29
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
30
30
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
31
31
|
var preCls = "titaui-user-message-msg-reply";
|
|
32
32
|
function Reply(props) {
|
|
@@ -13,7 +13,10 @@ var _constant = require("../../constant");
|
|
|
13
13
|
var _utils = require("../../utils");
|
|
14
14
|
require("./index.css");
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
|
-
function
|
|
16
|
+
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); }
|
|
17
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
18
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
19
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
17
20
|
var preCls = 'titaui-user-message-msg-reply';
|
|
18
21
|
function Reply(props) {
|
|
19
22
|
var item = props.item,
|
|
@@ -25,8 +25,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
25
25
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
26
26
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
27
27
|
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); }
|
|
28
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
29
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
28
|
+
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; }
|
|
29
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
30
30
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
31
31
|
var preCls = "titaui-user-message-msg-todos";
|
|
32
32
|
function Todos(props) {
|
|
@@ -12,7 +12,10 @@ var _utils = require("../../utils");
|
|
|
12
12
|
var _tools = require("../../../../../../utils/tools");
|
|
13
13
|
var _openData = require("../../../../../../utils/open-data");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
function
|
|
15
|
+
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); }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
16
19
|
var preCls = 'titaui-user-message-msg-todos';
|
|
17
20
|
var TodoItem = function TodoItem(props) {
|
|
18
21
|
var item = props.item,
|
|
@@ -35,9 +35,7 @@ var informType = {
|
|
|
35
35
|
remindLeader: 74 // 提醒上级邀请
|
|
36
36
|
};
|
|
37
37
|
exports.informType = informType;
|
|
38
|
-
var EObjType
|
|
39
|
-
exports.EObjType = EObjType;
|
|
40
|
-
(function (EObjType) {
|
|
38
|
+
var EObjType = /*#__PURE__*/function (EObjType) {
|
|
41
39
|
EObjType[EObjType["Project"] = 4] = "Project";
|
|
42
40
|
EObjType[EObjType["Task"] = 7] = "Task";
|
|
43
41
|
EObjType[EObjType["O"] = 62] = "O";
|
|
@@ -47,4 +45,6 @@ exports.EObjType = EObjType;
|
|
|
47
45
|
EObjType[EObjType["KanBan"] = 66] = "KanBan";
|
|
48
46
|
EObjType[EObjType["Remind"] = 8] = "Remind";
|
|
49
47
|
EObjType[EObjType["Interview"] = 81] = "Interview";
|
|
50
|
-
|
|
48
|
+
return EObjType;
|
|
49
|
+
}({}); // 面谈
|
|
50
|
+
exports.EObjType = EObjType;
|
|
@@ -20,8 +20,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
20
20
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
21
21
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
22
22
|
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); }
|
|
23
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
24
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
23
|
+
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; }
|
|
24
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
25
25
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
26
26
|
var prefixCls = 'titaui-user-message';
|
|
27
27
|
function HrMessage() {
|
|
@@ -20,12 +20,14 @@ require("./index.css");
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
21
|
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); }
|
|
22
22
|
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; }
|
|
23
|
-
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; }
|
|
23
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
24
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
25
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
24
26
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
25
27
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
26
28
|
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); }
|
|
27
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
28
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
29
|
+
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; }
|
|
30
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
29
31
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
30
32
|
var prefixCls = 'titaui-user-message';
|
|
31
33
|
function UserMessage() {
|
|
@@ -22,8 +22,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
22
22
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
23
23
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
24
24
|
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); }
|
|
25
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
26
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
25
|
+
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; }
|
|
26
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
27
27
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
28
28
|
var prefixCls = "titaui-user-message-msg";
|
|
29
29
|
function UserMessage(props) {
|
|
@@ -16,12 +16,14 @@ require("./index.css");
|
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
17
|
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); }
|
|
18
18
|
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; }
|
|
19
|
-
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; }
|
|
19
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
20
22
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
21
23
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
22
24
|
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); }
|
|
23
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
24
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
25
|
+
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; }
|
|
26
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
25
27
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
26
28
|
var preCls = "titaui-nav-top-user-own-menu";
|
|
27
29
|
function User() {
|
|
@@ -77,7 +77,10 @@ var getOwnSet = function getOwnSet() {
|
|
|
77
77
|
if (i18nInfo && i18nInfo.I18NOpen === "true") {
|
|
78
78
|
newOwnSet.push(getLang());
|
|
79
79
|
}
|
|
80
|
-
|
|
80
|
+
var ua = navigator.userAgent.toLowerCase();
|
|
81
|
+
if (ua.indexOf('micromessenger') == -1) {
|
|
82
|
+
newOwnSet.push(getExit());
|
|
83
|
+
}
|
|
81
84
|
return newOwnSet;
|
|
82
85
|
};
|
|
83
86
|
exports.getOwnSet = getOwnSet;
|
|
@@ -8,7 +8,7 @@ exports["default"] = void 0;
|
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _rcQueueAnim = _interopRequireDefault(require("rc-queue-anim"));
|
|
10
10
|
var _bsGlobal = require("../../../../utils/bs-global");
|
|
11
|
-
var
|
|
11
|
+
var _versionChangeModalNew = _interopRequireDefault(require("../../../version-change-modal-new"));
|
|
12
12
|
var _constant = require("../../../version-change-modal/constant");
|
|
13
13
|
var _constant2 = require("../../constant");
|
|
14
14
|
var _getLocale = require("../../../../utils/getLocale");
|
|
@@ -19,8 +19,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
19
19
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
20
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
21
|
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); }
|
|
22
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
23
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
22
|
+
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; }
|
|
23
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
24
24
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
25
25
|
var prefix = 'titaui-nav-top-version';
|
|
26
26
|
var Version = function Version() {
|
|
@@ -43,7 +43,8 @@ var Version = function Version() {
|
|
|
43
43
|
className: "".concat(prefix, "__version-info-countdown")
|
|
44
44
|
}, _getLocale.isEn ? "".concat(versionInfo.Day, " day(s)") : "\u5269\u4F59".concat(versionInfo.Day, "\u5929"))), /*#__PURE__*/_react["default"].createElement(_rcQueueAnim["default"], {
|
|
45
45
|
type: ['scale']
|
|
46
|
-
}, visible && /*#__PURE__*/_react["default"].createElement(
|
|
46
|
+
}, visible && /*#__PURE__*/_react["default"].createElement(_versionChangeModalNew["default"], {
|
|
47
|
+
isShowNewVersionChangeModal: true,
|
|
47
48
|
onClose: function onClose() {
|
|
48
49
|
return setVisible(false);
|
|
49
50
|
},
|
|
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.userId = exports.tm = exports.popupAlignPhoto = exports.getVersionTextMap = exports.apiServer = void 0;
|
|
7
7
|
var _bsGlobal = require("../../utils/bs-global");
|
|
8
8
|
var _constant = require("../version-change-modal/constant");
|
|
9
|
-
function
|
|
9
|
+
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); }
|
|
10
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
11
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
12
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
10
13
|
var userId = (0, _bsGlobal.getUserInfo)().Id;
|
|
11
14
|
exports.userId = userId;
|
|
12
15
|
var apiServer = (0, _bsGlobal.getBSGlobal)("apiPath");
|
|
@@ -24,6 +27,6 @@ var popupAlignPhoto = {
|
|
|
24
27
|
exports.popupAlignPhoto = popupAlignPhoto;
|
|
25
28
|
var getVersionTextMap = function getVersionTextMap() {
|
|
26
29
|
var _ref;
|
|
27
|
-
return _ref = {}, _defineProperty(_ref, _constant.Versions.OKR, 'OKRs-E 专业版'), _defineProperty(_ref, _constant.Versions.PERFORMANCE, '绩效宝'), _defineProperty(_ref, _constant.Versions.SURVEY, '360 专业版'), _defineProperty(_ref, _constant.Versions.SENIOR_PERFORMANCE, '绩效高级版'), _defineProperty(_ref, _constant.Versions.UTIMATE, '旗舰版'), _defineProperty(_ref, _constant.Versions.SENIOR_UTIMATE, '
|
|
30
|
+
return _ref = {}, _defineProperty(_ref, _constant.Versions.OKR, 'OKRs-E 专业版'), _defineProperty(_ref, _constant.Versions.PERFORMANCE, '绩效宝'), _defineProperty(_ref, _constant.Versions.SURVEY, '360 专业版'), _defineProperty(_ref, _constant.Versions.SENIOR_PERFORMANCE, '绩效高级版'), _defineProperty(_ref, _constant.Versions.UTIMATE, '旗舰版'), _defineProperty(_ref, _constant.Versions.SENIOR_UTIMATE, 'Tita 旗舰版'), _defineProperty(_ref, _constant.Versions.PROJECT, '项目管理'), _defineProperty(_ref, _constant.Versions.PERFORMANCE_E, '绩效执行版'), _defineProperty(_ref, _constant.Versions.PerformanceIntegrated, '新绩效一体化'), _ref;
|
|
28
31
|
};
|
|
29
32
|
exports.getVersionTextMap = getVersionTextMap;
|
|
@@ -36,12 +36,14 @@ var _getBSGlobal, _getTenantInfo, _getBSGlobal2;
|
|
|
36
36
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
37
37
|
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); }
|
|
38
38
|
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; }
|
|
39
|
-
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; }
|
|
39
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
40
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
41
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
40
42
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
41
43
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
42
44
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
43
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
44
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
45
|
+
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; }
|
|
46
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
45
47
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
46
48
|
var Role = new _auth.MyRole();
|
|
47
49
|
var isTry = ((_getBSGlobal = (0, _bsGlobal.getBSGlobal)('tenantAuthentication')) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.Version) === 1;
|
|
@@ -7,6 +7,7 @@ exports.getTodos = exports.getReplys = exports.getReminds = exports.getMessages
|
|
|
7
7
|
var _axios = _interopRequireDefault(require("axios"));
|
|
8
8
|
var _request = require("../../utils/request");
|
|
9
9
|
var _window$BSGlobal$tena, _window$BSGlobal$logi;
|
|
10
|
+
/* eslint-disable default-case */
|
|
10
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
12
|
// @ts-ignore
|
|
12
13
|
var tenantId = window.BSGlobal && ((_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Id) || 0;
|
|
@@ -16,12 +16,13 @@ var _9 = _interopRequireDefault(require("./img/9.svg"));
|
|
|
16
16
|
var _10 = _interopRequireDefault(require("./img/10.svg"));
|
|
17
17
|
var _ConfidenceMapIcon;
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
-
function
|
|
19
|
+
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); }
|
|
20
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
20
23
|
var ConfidencePointArr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
21
24
|
exports.ConfidencePointArr = ConfidencePointArr;
|
|
22
|
-
var EConfidence
|
|
23
|
-
exports.EConfidence = EConfidence;
|
|
24
|
-
(function (EConfidence) {
|
|
25
|
+
var EConfidence = /*#__PURE__*/function (EConfidence) {
|
|
25
26
|
EConfidence[EConfidence["OnePoint"] = 1] = "OnePoint";
|
|
26
27
|
EConfidence[EConfidence["TwoPoint"] = 2] = "TwoPoint";
|
|
27
28
|
EConfidence[EConfidence["ThreePoint"] = 3] = "ThreePoint";
|
|
@@ -32,6 +33,8 @@ exports.EConfidence = EConfidence;
|
|
|
32
33
|
EConfidence[EConfidence["EightPoint"] = 8] = "EightPoint";
|
|
33
34
|
EConfidence[EConfidence["NinePoint"] = 9] = "NinePoint";
|
|
34
35
|
EConfidence[EConfidence["TenPoint"] = 10] = "TenPoint";
|
|
35
|
-
|
|
36
|
+
return EConfidence;
|
|
37
|
+
}({});
|
|
38
|
+
exports.EConfidence = EConfidence;
|
|
36
39
|
var ConfidenceMapIcon = (_ConfidenceMapIcon = {}, _defineProperty(_ConfidenceMapIcon, EConfidence.OnePoint, _["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.TwoPoint, _2["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.ThreePoint, _3["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.FourPoint, _4["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.FivePoint, _5["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.SixPoint, _6["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.SevenPoint, _7["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.EightPoint, _8["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.NinePoint, _9["default"]), _defineProperty(_ConfidenceMapIcon, EConfidence.TenPoint, _10["default"]), _ConfidenceMapIcon);
|
|
37
40
|
exports.ConfidenceMapIcon = ConfidenceMapIcon;
|
|
@@ -15,16 +15,19 @@ require("./index.css");
|
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
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); }
|
|
17
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; }
|
|
18
|
-
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; }
|
|
18
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
19
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
20
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
19
21
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
22
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
23
|
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); }
|
|
22
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
23
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
24
|
+
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; }
|
|
25
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
24
26
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
25
27
|
var prefix = 'tita-ui-new-confidence';
|
|
26
28
|
var NewConfidence = function NewConfidence(_ref) {
|
|
27
29
|
var value = _ref.value,
|
|
30
|
+
className = _ref.className,
|
|
28
31
|
_ref$editable = _ref.editable,
|
|
29
32
|
editable = _ref$editable === void 0 ? true : _ref$editable,
|
|
30
33
|
onChange = _ref.onChange,
|
|
@@ -83,7 +86,7 @@ var NewConfidence = function NewConfidence(_ref) {
|
|
|
83
86
|
},
|
|
84
87
|
getPopupContainer: getPopupContainer
|
|
85
88
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
86
|
-
className: (0, _classnames["default"])(prefix, _defineProperty({}, "".concat(prefix, "--editable"), editable))
|
|
89
|
+
className: (0, _classnames["default"])(prefix, className, _defineProperty({}, "".concat(prefix, "--editable"), editable))
|
|
87
90
|
}, confidence > 0 && /*#__PURE__*/_react["default"].createElement("img", {
|
|
88
91
|
className: "".concat(prefix, "__icon"),
|
|
89
92
|
alt: "",
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
.okr-dashboard-filter {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
height: 36px;
|
|
4
|
+
padding: 0 16px;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
background: #ffffff;
|
|
7
|
+
box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
|
|
8
|
+
border-radius: 18px;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
flex-direction: row;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
border: 1px solid #e9ecf0;
|
|
14
|
+
transition: 0.5s all;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.okr-dashboard-filter:hover {
|
|
18
|
+
border-color: #2879ff;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.okr-dashboard-filter-text {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.okr-dashboard-filter-text:hover {
|
|
28
|
+
color: #2879ff;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.okr-dashboard-filter-right {
|
|
32
|
+
position: relative;
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.okr-dashboard-filter-right-num {
|
|
39
|
+
user-select: none;
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
position: absolute;
|
|
44
|
+
top: -3px;
|
|
45
|
+
right: -7px;
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
background: #f7b500;
|
|
49
|
+
box-shadow: 0px 2px 4px 0px rgba(246, 189, 22, 0.4), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.5);
|
|
50
|
+
border-radius: 8px;
|
|
51
|
+
font-size: 12px;
|
|
52
|
+
font-family: ArialMT;
|
|
53
|
+
color: #ffffff;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.okr-dashboard-filter-line {
|
|
57
|
+
display: inline-block;
|
|
58
|
+
width: 1px;
|
|
59
|
+
height: 30px;
|
|
60
|
+
background: linear-gradient(180deg, #ffffff 0%, #dfe3ea 49%, #ffffff 100%);
|
|
61
|
+
border-radius: 1px;
|
|
62
|
+
margin: 0 8px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.okr-dashboard-filter-dropdown {
|
|
66
|
+
display: inline-block;
|
|
67
|
+
font-size: 16px;
|
|
68
|
+
transform: scale(0.5);
|
|
69
|
+
margin-left: 5px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.okr-dashboard-filter-shaixuan {
|
|
73
|
+
font-size: 20px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.okr-dashboard-filter-shaixuan:hover {
|
|
77
|
+
color: #2879ff;
|
|
78
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
|
10
|
+
var _okrDashboardFilterDrawer = _interopRequireDefault(require("../okr-dashboard-filter-drawer"));
|
|
11
|
+
var _periodSelector = _interopRequireDefault(require("../period-selector"));
|
|
12
|
+
var _localStorage = require("../../utils/local-storage");
|
|
13
|
+
var _tools = require("../../utils/tools");
|
|
14
|
+
var _getLocale = require("../../utils/getLocale");
|
|
15
|
+
require("./index.css");
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
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); }
|
|
18
|
+
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; }
|
|
19
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
+
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); }
|
|
22
|
+
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; }
|
|
23
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
24
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
25
|
+
var preCls = 'okr-dashboard-filter';
|
|
26
|
+
var OkrDashFilter = function OkrDashFilter(props) {
|
|
27
|
+
var useLocalStorage = new _localStorage.LocalStorage();
|
|
28
|
+
var onSearch = props.onSearch,
|
|
29
|
+
selectedCycle = props.selectedCycle;
|
|
30
|
+
var _useState = (0, _react.useState)(false),
|
|
31
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
32
|
+
filterDrawerVisible = _useState2[0],
|
|
33
|
+
setFilterDrawerVisible = _useState2[1];
|
|
34
|
+
var _useState3 = (0, _react.useState)(function () {
|
|
35
|
+
var num = 0;
|
|
36
|
+
var values = useLocalStorage.getItem('new-okr-dashboard-filter-values') || {
|
|
37
|
+
okrType: 0,
|
|
38
|
+
okrClassify: 0,
|
|
39
|
+
status: 0
|
|
40
|
+
};
|
|
41
|
+
if (values.okrType) {
|
|
42
|
+
num += 1;
|
|
43
|
+
}
|
|
44
|
+
if (values.okrClassify) {
|
|
45
|
+
num += 1;
|
|
46
|
+
}
|
|
47
|
+
if (values.status) {
|
|
48
|
+
num += 1;
|
|
49
|
+
}
|
|
50
|
+
return num;
|
|
51
|
+
}),
|
|
52
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
53
|
+
filterNum = _useState4[0],
|
|
54
|
+
setFilterNum = _useState4[1];
|
|
55
|
+
var _useState5 = (0, _react.useState)(function () {
|
|
56
|
+
var routerData = (0, _tools.getQueryString)();
|
|
57
|
+
var annualNum = routerData.annualNum,
|
|
58
|
+
cycleType = routerData.cycleType,
|
|
59
|
+
yqmNum = routerData.yqmNum;
|
|
60
|
+
if (!!annualNum && !!cycleType && !!yqmNum) {
|
|
61
|
+
return {
|
|
62
|
+
annualNum: annualNum,
|
|
63
|
+
cycleType: cycleType,
|
|
64
|
+
yqmNum: yqmNum
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
return selectedCycle || '';
|
|
68
|
+
}),
|
|
69
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
70
|
+
cycle = _useState6[0],
|
|
71
|
+
setCycle = _useState6[1];
|
|
72
|
+
(0, _react.useEffect)(function () {
|
|
73
|
+
var routerData = (0, _tools.getQueryString)();
|
|
74
|
+
var annualNum = routerData.annualNum,
|
|
75
|
+
cycleType = routerData.cycleType,
|
|
76
|
+
yqmNum = routerData.yqmNum;
|
|
77
|
+
if (!!annualNum && !!cycleType && !!yqmNum) {
|
|
78
|
+
var newCycle = {
|
|
79
|
+
annualNum: annualNum,
|
|
80
|
+
cycleType: cycleType,
|
|
81
|
+
yqmNum: yqmNum
|
|
82
|
+
};
|
|
83
|
+
setCycle(newCycle);
|
|
84
|
+
onSearch(newCycle);
|
|
85
|
+
}
|
|
86
|
+
}, []);
|
|
87
|
+
var changeCycleUrl = function changeCycleUrl(s) {
|
|
88
|
+
var routerData = (0, _tools.getQueryString)();
|
|
89
|
+
var annualNum = routerData.annualNum,
|
|
90
|
+
cycleType = routerData.cycleType,
|
|
91
|
+
yqmNum = routerData.yqmNum,
|
|
92
|
+
toUserId = routerData.toUserId;
|
|
93
|
+
if (!!annualNum && !!cycleType && !!yqmNum) {
|
|
94
|
+
var origin = window.location.href.split('?')[0];
|
|
95
|
+
var url = "".concat(origin, "?cycleType=").concat(s.cycleType, "&yqmNum=").concat(s.yqmNum, "&annualNum=").concat(s.annualNum, "&toUserId=").concat(toUserId);
|
|
96
|
+
window.history.pushState('', '', url);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
var handleChangeCycle = function handleChangeCycle(s) {
|
|
100
|
+
console.log(s);
|
|
101
|
+
changeCycleUrl(s);
|
|
102
|
+
setCycle(s);
|
|
103
|
+
if (onSearch) {
|
|
104
|
+
onSearch({
|
|
105
|
+
annualNum: s.annualNum,
|
|
106
|
+
cycleType: s.cycleType,
|
|
107
|
+
yqmNum: s.yqmNum
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
useLocalStorage.setItem('chartPeriod', s);
|
|
111
|
+
};
|
|
112
|
+
var onConfim = function onConfim(_ref) {
|
|
113
|
+
var okrType = _ref.okrType,
|
|
114
|
+
okrClassify = _ref.okrClassify,
|
|
115
|
+
status = _ref.status;
|
|
116
|
+
onSearch({
|
|
117
|
+
okrType: okrType,
|
|
118
|
+
okrClassify: okrClassify,
|
|
119
|
+
status: status
|
|
120
|
+
});
|
|
121
|
+
};
|
|
122
|
+
var openFilterDrawer = function openFilterDrawer() {
|
|
123
|
+
return setFilterDrawerVisible(true);
|
|
124
|
+
};
|
|
125
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
126
|
+
className: "".concat(preCls)
|
|
127
|
+
}, /*#__PURE__*/_react["default"].createElement(_periodSelector["default"], {
|
|
128
|
+
className: "okrdashboard-period-selector",
|
|
129
|
+
selected: cycle,
|
|
130
|
+
yearsRange: [2020, 2030],
|
|
131
|
+
onChange: function onChange(s) {
|
|
132
|
+
return handleChangeCycle(s);
|
|
133
|
+
},
|
|
134
|
+
noBorder: true,
|
|
135
|
+
selectorClass: "".concat(preCls, "__period-selector")
|
|
136
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
137
|
+
className: "".concat(preCls, "-right")
|
|
138
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
139
|
+
className: "".concat(preCls, "-line")
|
|
140
|
+
}), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
141
|
+
overlay: (0, _getLocale.getLocale)('OKR_MyO_Text_Screening'),
|
|
142
|
+
placement: "top"
|
|
143
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
144
|
+
className: "tu-icon-shaixuan ".concat(preCls, "-shaixuan"),
|
|
145
|
+
onClick: openFilterDrawer
|
|
146
|
+
})), filterNum > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
147
|
+
className: "".concat(preCls, "-right-num"),
|
|
148
|
+
onClick: openFilterDrawer
|
|
149
|
+
}, filterNum))), /*#__PURE__*/_react["default"].createElement(_okrDashboardFilterDrawer["default"], {
|
|
150
|
+
visible: filterDrawerVisible,
|
|
151
|
+
setVisible: setFilterDrawerVisible,
|
|
152
|
+
onConfim: onConfim,
|
|
153
|
+
setFilterNum: setFilterNum
|
|
154
|
+
}));
|
|
155
|
+
};
|
|
156
|
+
var _default = OkrDashFilter;
|
|
157
|
+
exports["default"] = _default;
|