@titaui/pc 1.7.59 → 1.7.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/avatar/default.js +1 -1
- package/lib/components/avatar/name-avatar/index.js +1 -1
- package/lib/components/avatar/text-avatar/index.js +1 -1
- package/lib/components/button/default-button/index.js +1 -1
- package/lib/components/button/rect-btn/index.css +3 -3
- package/lib/components/button/rect-btn/index.js +3 -1
- package/lib/components/cascader/index.js +1 -1
- package/lib/components/cascader/time.js +1 -1
- package/lib/components/change-okr-modal/Filter.js +5 -5
- package/lib/components/change-okr-modal/Item.js +5 -5
- package/lib/components/change-okr-modal/filterTab.js +3 -3
- package/lib/components/change-okr-modal/index.js +5 -5
- package/lib/components/checkbox/index.js +1 -1
- package/lib/components/common-share/index.js +1 -1
- package/lib/components/common-share/publishMblog.js +3 -3
- package/lib/components/communication/CommunicationAttachments.js +3 -3
- package/lib/components/communication/CommunicationRecord.js +1 -1
- package/lib/components/communication/ConvertUserName.js +3 -3
- package/lib/components/communication/index.js +3 -3
- package/lib/components/confidence/index.js +1 -1
- package/lib/components/create-okr-modal/createCycle.js +3 -3
- package/lib/components/create-okr-modal/createSuccessCmp.js +1 -1
- package/lib/components/create-okr-modal/fields/date-cycle.js +1 -1
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +1 -1
- package/lib/components/create-okr-modal/fields/o-new-name.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-case.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-parent.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-type.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-visibility.js +1 -1
- package/lib/components/create-okr-modal/index.js +3 -3
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +3 -3
- package/lib/components/create-okr-modal/kr-items/krDatas.js +3 -3
- package/lib/components/create-okr-modal/kr-items/krItem.js +3 -3
- package/lib/components/create-okr-modal/objectType.js +3 -3
- package/lib/components/create-okr-modal/request-api.js +2 -2
- package/lib/components/create-okr-modal/utils/helper.js +2 -2
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarBody.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/date-picker/index.js +3 -3
- package/lib/components/date-range-picker/index.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/dialog-confirm/index.css +5 -3
- package/lib/components/drawer/headerAction.js +3 -3
- package/lib/components/drawer/headerDrop.js +1 -1
- package/lib/components/drawer/index.js +3 -3
- package/lib/components/drawer/utils/useForceUpdate.js +1 -1
- package/lib/components/drawer-manager/drawerWrapper.js +1 -1
- package/lib/components/drawer-manager/index.js +3 -3
- package/lib/components/drawer-manager/utils/useForceUpdate.js +1 -1
- package/lib/components/drop-selector/index.js +3 -3
- package/lib/components/dynamic/advertise/index.js +1 -1
- package/lib/components/dynamic/advertise/util.js +2 -2
- package/lib/components/dynamic/components/dynamic-search-input/index.js +1 -1
- package/lib/components/dynamic/components/first-level-tabs/index.js +1 -1
- package/lib/components/dynamic/components/title/index.js +1 -1
- package/lib/components/dynamic/constant.js +3 -1
- package/lib/components/dynamic/dynamic-item/components/header/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +86 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +107 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +86 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +107 -0
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/jiantou-right@3x.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/user-photo.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.css +77 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +110 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/index.js +1 -1
- package/lib/components/dynamic/dynamic-like-ranking/index.js +1 -1
- package/lib/components/dynamic/dynamic-liking/index.js +1 -1
- package/lib/components/dynamic/dynamic-topping/index.js +1 -1
- package/lib/components/dynamic/dynamic-topping/item.js +1 -1
- package/lib/components/dynamic/dynamic.js +3 -2
- package/lib/components/dynamic/index.js +1 -1
- package/lib/components/dynamic/my-team/index.js +1 -1
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +1 -1
- package/lib/components/dynamic/quick-operation/index.js +1 -1
- package/lib/components/dynamic/request-api.js +2 -2
- package/lib/components/dynamic/util.js +10 -0
- package/lib/components/e-priority/index.js +1 -1
- package/lib/components/eReport/eReportListEmpty.js +3 -3
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/eReport/eReportShare/index.js +3 -3
- package/lib/components/eReport/eReportShare/toast/index.js +3 -3
- package/lib/components/edit-kr-wight/EditKrWightModal.js +5 -5
- package/lib/components/edit-kr-wight/FormItemV2.js +3 -3
- package/lib/components/edit-kr-wight/utils.js +2 -2
- package/lib/components/emotions-selector/selector-content.js +3 -3
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/error-boundary/index.js +3 -3
- package/lib/components/file-list/components/single-file/index.js +1 -1
- package/lib/components/file-list/index.js +1 -1
- package/lib/components/firework/index.js +2 -2
- package/lib/components/follower-visitor/index.js +1 -1
- package/lib/components/form/form-fields/department/index.js +1 -1
- package/lib/components/form/form-fields/dropdown/index.js +1 -1
- package/lib/components/form/form-fields/duties/index.js +1 -1
- package/lib/components/form/form-fields/group/index.js +1 -1
- package/lib/components/form/form-fields/input/index.js +1 -1
- package/lib/components/form/form-fields/password/index.js +1 -1
- package/lib/components/form/form-fields/radios/index.js +1 -1
- package/lib/components/form/form-fields/textarea/index.js +1 -1
- package/lib/components/form/form-fields/user/index.js +1 -1
- package/lib/components/form/index.js +3 -3
- package/lib/components/grid-layout/commen-components/card-title.js +1 -1
- package/lib/components/grid-layout/commen-components/data-item.js +1 -1
- package/lib/components/grid-layout/commen-components/empty-backgrounds.js +1 -1
- package/lib/components/grid-layout/commen-components/scroll-tips.js +1 -1
- package/lib/components/grid-layout/essay-component/index.js +1 -1
- package/lib/components/grid-layout/near-visitors/index.js +1 -1
- package/lib/components/grid-layout/near-visitors/visitor.js +1 -1
- package/lib/components/grid-layout/okr-align/index.js +1 -1
- package/lib/components/grid-layout/okr-progress/index.js +1 -1
- package/lib/components/grid-layout/okr-target/index.js +1 -1
- package/lib/components/grid-layout/over-view/index.js +1 -1
- package/lib/components/grid-layout/personal-info/index.js +1 -1
- package/lib/components/grid-layout/sub-employee-okr/index.js +1 -1
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +1 -1
- package/lib/components/grid-layout/util/click-link.js +2 -2
- package/lib/components/grid-layout/week-task/index.js +1 -1
- package/lib/components/grid-layout/words-cloud/index.js +1 -1
- package/lib/components/grid-page/commen-components/scroll-tips.js +1 -1
- package/lib/components/grid-page/near-visitors/visitor.js +1 -1
- package/lib/components/grid-page/personal-info/index.js +1 -1
- package/lib/components/help-card/index.js +1 -1
- package/lib/components/img-viewer/index.js +1 -1
- package/lib/components/mblog/components/ConfirmPop.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/mblog/components/MblogContent.js +3 -3
- package/lib/components/mblog/index.js +3 -3
- package/lib/components/menus/components/drag-resize/index.js +1 -1
- package/lib/components/menus/components/flip-menu-card/index.js +1 -1
- package/lib/components/menus/components/menu-card/index.js +3 -3
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/company-all.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +1 -1
- package/lib/components/menus/components/search-colleague/index.js +1 -1
- package/lib/components/menus/export-modules/appraisal-menus/index.js +1 -1
- package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +1 -1
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +1 -1
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +1 -1
- package/lib/components/menus/export-modules/manage-menus/index.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +2 -2
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/index.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/menus.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +1 -1
- package/lib/components/menus/i18n.js +6 -2
- package/lib/components/nav-top/components/menu/index.js +1 -1
- package/lib/components/nav-top/components/user-message/components/inform/index.js +1 -1
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
- package/lib/components/nav-top/components/user-message/components/red-pack/index.js +1 -1
- package/lib/components/nav-top/components/user-message/components/remind/index.js +1 -1
- package/lib/components/nav-top/components/user-message/components/reply/index.js +1 -1
- package/lib/components/nav-top/components/user-message/components/todos/index.js +1 -1
- package/lib/components/nav-top/components/user-message/index.js +1 -1
- package/lib/components/nav-top/components/user-message/msg/index.js +1 -1
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +1 -1
- package/lib/components/nav-top/components/version/index.js +1 -1
- package/lib/components/nav-top/index.js +1 -1
- package/lib/components/okr-detail/auth.js +3 -3
- package/lib/components/okr-detail/base-info/base-info.js +3 -3
- package/lib/components/okr-detail/base-info/o-desc/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/other-infos.js +3 -3
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +1 -1
- package/lib/components/okr-detail/base-info/person/index.js +1 -1
- package/lib/components/okr-detail/base-info/util.js +2 -2
- package/lib/components/okr-detail/components/ao-nice/index.js +1 -1
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +3 -3
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +3 -3
- package/lib/components/okr-detail/components/base-okr-type/index.js +1 -1
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +3 -3
- package/lib/components/okr-detail/components/editable-input/index.js +1 -1
- package/lib/components/okr-detail/components/header/edit-name.js +1 -1
- package/lib/components/okr-detail/components/header/index.js +1 -1
- package/lib/components/okr-detail/components/header/o-avatar.js +1 -1
- package/lib/components/okr-detail/components/header/o-cycle.js +1 -1
- package/lib/components/okr-detail/components/icon-text/index.js +7 -3
- package/lib/components/okr-detail/components/o-classify.js +1 -1
- package/lib/components/okr-detail/components/o-progress-update/index.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +5 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +284 -0
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.css +85 -0
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +81 -25
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +95 -0
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-type.js +1 -1
- package/lib/components/okr-detail/detail-footer/index.js +1 -1
- package/lib/components/okr-detail/detail-header/actions.js +2 -2
- package/lib/components/okr-detail/detail-header/confirm.js +1 -1
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +3 -3
- package/lib/components/okr-detail/e-list/index.js +1 -1
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +1 -1
- 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 +1 -1
- package/lib/components/okr-detail/e-list/util.js +2 -2
- package/lib/components/okr-detail/index.js +3 -3
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +1 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +1 -1
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +3 -3
- package/lib/components/okr-detail/okr-list/drag-order-kr.js +2 -2
- package/lib/components/okr-detail/okr-list/index.js +3 -3
- package/lib/components/okr-detail/request-apis.js +27 -4
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +1 -1
- package/lib/components/okr-detail/schedule/schedule.js +1 -1
- package/lib/components/okr-filter-drawer/filter-form.js +3 -3
- package/lib/components/okr-filter-drawer/index.js +1 -1
- package/lib/components/okr-flow/child-node/fields/creator.js +1 -1
- package/lib/components/okr-flow/child-node/index.js +1 -1
- package/lib/components/okr-flow/child-node/work-node.js +1 -1
- package/lib/components/okr-flow/export-modal/index.js +1 -1
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +3 -3
- package/lib/components/okr-flow/mini-map/index.js +1 -1
- package/lib/components/okr-flow/mini-map/map.js +1 -1
- package/lib/components/okr-flow/mini-map/mini-node.js +1 -1
- package/lib/components/okr-flow/mini-map/utils.js +2 -2
- package/lib/components/okr-flow/okr-map/index.js +1 -1
- package/lib/components/okr-flow/open-data/index.js +3 -3
- package/lib/components/okr-flow/request-apis.js +2 -2
- package/lib/components/okr-flow/root-node/index.js +1 -1
- package/lib/components/okr-period-selector/index.js +1 -1
- package/lib/components/okr-period-selector/select-cycle.js +3 -3
- package/lib/components/okr-progress/components/o-progress/index.js +1 -1
- package/lib/components/okr-progress/components/o-progress-update/index.js +3 -3
- package/lib/components/okr-progress/okr-progress/index.js +1 -1
- package/lib/components/okr-progress/request-apis.js +2 -2
- package/lib/components/okr-progress-detail/index.js +1 -1
- package/lib/components/okr-progress-modal/helper.js +1 -1
- package/lib/components/okr-progress-modal/index.js +1 -1
- package/lib/components/okr-progress-modal/textarea/index.js +1 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +5 -5
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +3 -3
- package/lib/components/okr-review/ReviewPop/index.js +5 -5
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okr-review/index.js +3 -3
- package/lib/components/okr-share/index.js +1 -1
- package/lib/components/okr-share/publishMblog.js +3 -3
- package/lib/components/okr-share/shareCardSelector.js +1 -1
- package/lib/components/okrcase-library/index.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +1 -1
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +1 -1
- package/lib/components/okrcase-library/server/network.js +2 -2
- package/lib/components/okrcase-library-card/index.js +1 -1
- package/lib/components/operation-records/OperationRecordItem.js +3 -3
- package/lib/components/operation-records/index.js +3 -3
- package/lib/components/password-input/index.js +1 -1
- package/lib/components/period-selector/common.js +2 -2
- package/lib/components/period-selector/components/button/index.js +1 -1
- package/lib/components/period-selector/components/selector/index.js +3 -3
- package/lib/components/period-selector/helper/index.js +2 -2
- package/lib/components/period-selector/index.js +1 -1
- package/lib/components/photo-card/components/card/index.js +1 -1
- package/lib/components/photo-card/index.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +1 -1
- package/lib/components/point-demo/index.js +1 -1
- package/lib/components/point-demo/input/index.js +3 -3
- package/lib/components/point-demo/point-demo.js +1 -1
- package/lib/components/point-demo/popup/index.js +1 -1
- package/lib/components/popup/index.js +1 -1
- package/lib/components/praise-record/PraiseRecordItem.js +3 -3
- package/lib/components/praise-record/index.js +3 -3
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +1 -1
- package/lib/components/publish-dynamic-modal/requist-api.js +2 -2
- package/lib/components/radio/radio.js +1 -1
- package/lib/components/radio/radioGroup.js +2 -2
- package/lib/components/range-picker-pop/index.js +3 -3
- package/lib/components/range-selector-pop/RangeList.js +3 -3
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/scrollbar/simplebar/simplebar.js +3 -3
- package/lib/components/scrollbar/simplebar-react.js +3 -3
- package/lib/components/search-dropdown/index.js +1 -1
- package/lib/components/search-input/index.js +3 -3
- package/lib/components/search-key-handle/index.js +1 -1
- package/lib/components/select/Option.js +5 -5
- package/lib/components/select/index.js +5 -5
- package/lib/components/select-layer/index.js +1 -1
- package/lib/components/select-tags/index.js +1 -1
- package/lib/components/selector-input/index.js +1 -1
- package/lib/components/slider-input/index.js +1 -1
- package/lib/components/stateless-dropdown/stateless-dropdown.js +1 -1
- package/lib/components/status-time/index.js +1 -1
- package/lib/components/table/index.js +1 -1
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/task-relation-modal/index.js +1 -1
- package/lib/components/task-relation-modal/radio.js +1 -1
- package/lib/components/task-relation-modal/request-api.js +2 -2
- package/lib/components/task-relation-modal/search/category-select.js +1 -1
- package/lib/components/task-relation-modal/search/okr-status-select.js +1 -1
- package/lib/components/task-relation-modal/search/okr-type-select.js +1 -1
- package/lib/components/task-relation-modal/search/principal.js +1 -1
- package/lib/components/task-relation-modal/search/relation.js +1 -1
- package/lib/components/task-relation-modal/tree/category-tree/index.js +3 -3
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +1 -1
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +3 -3
- package/lib/components/task-relation-modal/tree/work-tree/index.js +3 -3
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +1 -1
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +1 -1
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +1 -1
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +1 -1
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +1 -1
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +1 -1
- package/lib/components/tita-chart/charts/pie.js +2 -2
- package/lib/components/tita-chart/charts/words-cloud.js +2 -2
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/tita-chart/hooks/useChart.js +3 -3
- package/lib/components/tita-chart/plots/liquid/index.js +1 -1
- package/lib/components/tita-chart/plots/pie/index.js +1 -1
- package/lib/components/tita-chart/plots/wordscloud/index.js +1 -1
- package/lib/components/toast/index.js +1 -1
- package/lib/components/tooltip/tooltip-text/index.js +1 -1
- package/lib/components/update-modal/index.js +1 -1
- package/lib/components/upload/components/uploadedPreview.js +3 -3
- package/lib/components/upload/index.js +5 -5
- package/lib/components/upvote/index.js +3 -3
- package/lib/components/upvote/selector.js +1 -1
- package/lib/components/upvote/upvoteListModal.js +1 -1
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +1 -1
- package/lib/components/user-selector/category-selector-panel/group-tree.js +1 -1
- package/lib/components/user-selector/category-selector-panel/index.js +1 -1
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/duties-selector/index.js +3 -3
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +1 -1
- package/lib/components/user-selector/export-modules/group-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +1 -1
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +1 -1
- package/lib/components/user-selector/export-modules/single-selector/index.js +1 -1
- package/lib/components/user-selector/searched-panel/index.js +1 -1
- package/lib/components/user-selector/select-tree/choose-tree/index.js +1 -1
- package/lib/components/user-selector/select-tree/selected-tree/index.js +1 -1
- package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +1 -1
- 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 +1 -1
- package/lib/components/user-selector/utils.js +2 -2
- package/lib/components/version-change-modal/index.js +2 -2
- package/lib/components/viewer/ImageListRender.js +5 -5
- package/lib/components/viewer/index.js +5 -5
- package/lib/components/weekly-report/card.js +1 -1
- package/lib/components/weekly-report/common-painter/openDataPainter.js +3 -3
- package/lib/components/weekly-report/index.js +1 -1
- package/lib/components/word-cloud/index.js +1 -1
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/animate/animate.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/buttonv2/ButtonOutlined.js +3 -3
- package/lib/components-v1/buttonv2/ButtonRounded.js +3 -3
- package/lib/components-v1/buttonv2/DefaultButton.js +3 -3
- package/lib/components-v1/buttonv2/style/style.js +1 -1
- package/lib/components-v1/confirm/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +3 -3
- package/lib/components-v1/input/Input.js +3 -3
- package/lib/components-v1/input/InputNumber.js +3 -3
- package/lib/components-v1/placement/placement.js +3 -3
- package/lib/components-v1/placement/placementInner.js +5 -5
- package/lib/components-v1/pop/Pop.js +3 -3
- package/lib/components-v1/pop/PopInner.js +5 -5
- package/lib/components-v1/popConfirm/index.js +1 -1
- package/lib/components-v1/portals/Portals.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/progress/LineProgress.js +3 -3
- package/lib/components-v1/progress/index.js +3 -3
- package/lib/components-v1/radio/radio.js +3 -3
- package/lib/components-v1/radio/radioGroup.js +3 -3
- package/lib/components-v1/search/cache.js +3 -3
- package/lib/components-v1/search/index.js +3 -3
- package/lib/components-v1/select/Option.js +5 -5
- package/lib/components-v1/select/index.js +5 -5
- package/lib/components-v1/tabs/index.js +3 -3
- package/lib/components-v1/textarea/index.js +3 -3
- package/lib/components-v1/transition/index.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +5 -5
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +5 -5
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/SearchBar.js +3 -3
- package/lib/components-v1/userSelector/components/SingleMode.js +3 -3
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/components-v1/userSelector/index.js +3 -3
- package/lib/components-v1/utils/animate/animate.js +1 -1
- package/lib/index.js +8 -0
- package/lib/pages/aha2021/index.js +1 -1
- package/lib/pages/appointment-demo/drop-down-box/index.js +1 -1
- package/lib/pages/appointment-demo/index.js +1 -1
- package/lib/pages/appointment-demo/input/index.js +3 -3
- package/lib/pages/appointment-demo/popup/index.js +1 -1
- package/lib/pages/group-management/components/checkbox/index.js +1 -1
- package/lib/pages/group-management/components/input-form/index.js +3 -3
- package/lib/pages/group-management/components/openData/index.js +3 -3
- package/lib/pages/group-management/components/table/index.js +1 -1
- package/lib/pages/group-management/groupInterface.js +2 -2
- package/lib/pages/group-management/page-view/empty.js +1 -1
- package/lib/pages/group-management/page-view/group-empty.js +1 -1
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +1 -1
- package/lib/pages/group-management/page-view/index.js +1 -1
- package/lib/pages/group-management/page-view/loading/index.js +1 -1
- package/lib/pages/group-management/table/index.js +1 -1
- package/lib/pages/group-management/tree/add-group-dialog/index.js +1 -1
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +1 -1
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +1 -1
- package/lib/pages/group-management/tree/group-form/index.js +1 -1
- package/lib/pages/group-management/tree/index.js +1 -1
- package/lib/pages/group-management/tree/operation-panel.js +1 -1
- package/lib/pages/group-management/tree/trigger-render.js +1 -1
- package/lib/pages/home/components/data-list/index.js +1 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +1 -1
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +1 -1
- package/lib/pages/home/components/data-list/table/index.js +1 -1
- package/lib/pages/home/components/guide/index.js +1 -1
- package/lib/pages/home/components/header/index.js +1 -1
- package/lib/pages/home-page-data-list/index.js +1 -1
- package/lib/pages/like-ranking/filter-buttons/department.js +1 -1
- package/lib/pages/like-ranking/filter-buttons/modular.js +1 -1
- package/lib/pages/like-ranking/filter-buttons/name.js +1 -1
- package/lib/pages/like-ranking/filter-buttons/timer.js +1 -1
- package/lib/pages/like-ranking/index.js +3 -3
- package/lib/pages/new-okr-list/header/comments.js +1 -1
- package/lib/pages/new-okr-list/header/create-okr.js +1 -1
- package/lib/pages/new-okr-list/header/filter.js +1 -1
- package/lib/pages/new-okr-list/header/index.js +1 -1
- package/lib/pages/new-okr-list/index.js +3 -3
- package/lib/pages/new-okr-list/init-cycle-setting.js +1 -1
- package/lib/pages/new-okr-list/keyword-search/index.js +1 -1
- package/lib/pages/new-okr-list/request-api.js +2 -2
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +1 -1
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +3 -3
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +1 -1
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +1 -1
- package/lib/pages/okr-map/level2-search/group.js +3 -3
- package/lib/pages/okr-map/level2-search/index.js +1 -1
- package/lib/pages/okr-map/level2-search/user.js +1 -1
- package/lib/pages/okr-map/open-data/index.js +3 -3
- package/lib/pages/okr-map/share-dialog/index.js +1 -1
- package/lib/pages/okr-map/unsupport-ie/index.js +1 -1
- package/lib/pages/personal-info/components/base-info/index.js +3 -3
- package/lib/utils/auth.js +40 -5
- package/lib/utils/local-storage.js +1 -1
- package/lib/utils/open-data.js +3 -3
- package/lib/utils/request-v1.js +2 -2
- package/lib/utils/roundWeight.js +2 -2
- package/package.json +1 -1
- package/yarn-error.log +103 -0
|
@@ -0,0 +1,284 @@
|
|
|
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
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _dialog = _interopRequireDefault(require("../../../../../dialog"));
|
|
13
|
+
|
|
14
|
+
var _toast = _interopRequireDefault(require("../../../../../toast"));
|
|
15
|
+
|
|
16
|
+
var _dialogConfirm = _interopRequireDefault(require("../../../../../dialog-confirm"));
|
|
17
|
+
|
|
18
|
+
var _requestApis = require("../../../../request-apis");
|
|
19
|
+
|
|
20
|
+
var _weightInput = _interopRequireDefault(require("./weight-input"));
|
|
21
|
+
|
|
22
|
+
require("./index.css");
|
|
23
|
+
|
|
24
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
|
+
|
|
26
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
27
|
+
|
|
28
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
29
|
+
|
|
30
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
31
|
+
|
|
32
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
33
|
+
|
|
34
|
+
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; }
|
|
35
|
+
|
|
36
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
37
|
+
|
|
38
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
39
|
+
|
|
40
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
41
|
+
|
|
42
|
+
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."); }
|
|
43
|
+
|
|
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); }
|
|
45
|
+
|
|
46
|
+
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; }
|
|
47
|
+
|
|
48
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
49
|
+
|
|
50
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
|
+
|
|
52
|
+
var CancelButton = _dialogConfirm["default"].CancelButton,
|
|
53
|
+
SureButton = _dialogConfirm["default"].SureButton;
|
|
54
|
+
var precls = "child-okrs-weight";
|
|
55
|
+
|
|
56
|
+
var EditChildOkrWeight = function EditChildOkrWeight(props) {
|
|
57
|
+
var onOk = props.onOk,
|
|
58
|
+
onCancel = props.onCancel,
|
|
59
|
+
_props$visible = props.visible,
|
|
60
|
+
visible = _props$visible === void 0 ? false : _props$visible,
|
|
61
|
+
okrId = props.okrId;
|
|
62
|
+
|
|
63
|
+
var _useState = (0, _react.useState)([]),
|
|
64
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
65
|
+
childOkrs = _useState2[0],
|
|
66
|
+
setChildOkrs = _useState2[1];
|
|
67
|
+
|
|
68
|
+
var _useState3 = (0, _react.useState)(false),
|
|
69
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
70
|
+
showDialogConfirm = _useState4[0],
|
|
71
|
+
setShowDialogConfirm = _useState4[1];
|
|
72
|
+
|
|
73
|
+
var getChildWork = /*#__PURE__*/function () {
|
|
74
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
75
|
+
var _yield$getRelWorks, Data, _Data$childWorks, childWorks, authChildWorks;
|
|
76
|
+
|
|
77
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
78
|
+
while (1) {
|
|
79
|
+
switch (_context.prev = _context.next) {
|
|
80
|
+
case 0:
|
|
81
|
+
_context.next = 2;
|
|
82
|
+
return (0, _requestApis.getRelWorks)(okrId);
|
|
83
|
+
|
|
84
|
+
case 2:
|
|
85
|
+
_yield$getRelWorks = _context.sent;
|
|
86
|
+
Data = _yield$getRelWorks.Data;
|
|
87
|
+
_Data$childWorks = Data.childWorks, childWorks = _Data$childWorks === void 0 ? [] : _Data$childWorks;
|
|
88
|
+
authChildWorks = (childWorks || []).filter(function (item) {
|
|
89
|
+
return item.OkrVisible;
|
|
90
|
+
});
|
|
91
|
+
setChildOkrs(authChildWorks || []);
|
|
92
|
+
|
|
93
|
+
case 7:
|
|
94
|
+
case "end":
|
|
95
|
+
return _context.stop();
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}, _callee);
|
|
99
|
+
}));
|
|
100
|
+
|
|
101
|
+
return function getChildWork() {
|
|
102
|
+
return _ref.apply(this, arguments);
|
|
103
|
+
};
|
|
104
|
+
}();
|
|
105
|
+
|
|
106
|
+
(0, _react.useEffect)(function () {
|
|
107
|
+
visible && getChildWork();
|
|
108
|
+
}, [okrId, visible]);
|
|
109
|
+
|
|
110
|
+
var postData = /*#__PURE__*/function () {
|
|
111
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
112
|
+
var data, result;
|
|
113
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
114
|
+
while (1) {
|
|
115
|
+
switch (_context2.prev = _context2.next) {
|
|
116
|
+
case 0:
|
|
117
|
+
setShowDialogConfirm(false);
|
|
118
|
+
data = childOkrs.map(function (item) {
|
|
119
|
+
return {
|
|
120
|
+
OkrId: item.workId,
|
|
121
|
+
Weight: item.pweight
|
|
122
|
+
};
|
|
123
|
+
});
|
|
124
|
+
_context2.next = 4;
|
|
125
|
+
return (0, _requestApis.updateChildOkrWeight)(data);
|
|
126
|
+
|
|
127
|
+
case 4:
|
|
128
|
+
result = _context2.sent;
|
|
129
|
+
|
|
130
|
+
if (result.Code !== 0) {
|
|
131
|
+
_toast["default"].Success("修改成功");
|
|
132
|
+
|
|
133
|
+
onOk();
|
|
134
|
+
} else {
|
|
135
|
+
_toast["default"].Error(result.Message);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
case 6:
|
|
139
|
+
case "end":
|
|
140
|
+
return _context2.stop();
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}, _callee2);
|
|
144
|
+
}));
|
|
145
|
+
|
|
146
|
+
return function postData() {
|
|
147
|
+
return _ref2.apply(this, arguments);
|
|
148
|
+
};
|
|
149
|
+
}();
|
|
150
|
+
|
|
151
|
+
var handleOk = /*#__PURE__*/function () {
|
|
152
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
153
|
+
var total, i, _childOkrs$i, pweight, isError;
|
|
154
|
+
|
|
155
|
+
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
156
|
+
while (1) {
|
|
157
|
+
switch (_context3.prev = _context3.next) {
|
|
158
|
+
case 0:
|
|
159
|
+
total = 0;
|
|
160
|
+
i = 0;
|
|
161
|
+
|
|
162
|
+
case 2:
|
|
163
|
+
if (!(i < childOkrs.length)) {
|
|
164
|
+
_context3.next = 10;
|
|
165
|
+
break;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
_childOkrs$i = childOkrs[i], pweight = _childOkrs$i.pweight, isError = _childOkrs$i.isError;
|
|
169
|
+
|
|
170
|
+
if (!isError) {
|
|
171
|
+
_context3.next = 6;
|
|
172
|
+
break;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
return _context3.abrupt("return");
|
|
176
|
+
|
|
177
|
+
case 6:
|
|
178
|
+
total += Number(pweight);
|
|
179
|
+
|
|
180
|
+
case 7:
|
|
181
|
+
i++;
|
|
182
|
+
_context3.next = 2;
|
|
183
|
+
break;
|
|
184
|
+
|
|
185
|
+
case 10:
|
|
186
|
+
if (!(total > 100)) {
|
|
187
|
+
_context3.next = 13;
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
_toast["default"].Error("权重合计需控制在100%");
|
|
192
|
+
|
|
193
|
+
return _context3.abrupt("return");
|
|
194
|
+
|
|
195
|
+
case 13:
|
|
196
|
+
if (!(total < 100)) {
|
|
197
|
+
_context3.next = 16;
|
|
198
|
+
break;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
setShowDialogConfirm(true);
|
|
202
|
+
return _context3.abrupt("return");
|
|
203
|
+
|
|
204
|
+
case 16:
|
|
205
|
+
postData();
|
|
206
|
+
|
|
207
|
+
case 17:
|
|
208
|
+
case "end":
|
|
209
|
+
return _context3.stop();
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}, _callee3);
|
|
213
|
+
}));
|
|
214
|
+
|
|
215
|
+
return function handleOk() {
|
|
216
|
+
return _ref3.apply(this, arguments);
|
|
217
|
+
};
|
|
218
|
+
}();
|
|
219
|
+
|
|
220
|
+
var onChangeHandler = function onChangeHandler(data) {
|
|
221
|
+
var workId = data.workId,
|
|
222
|
+
value = data.value,
|
|
223
|
+
isError = data.isError;
|
|
224
|
+
var newChildren = childOkrs.map(function (item) {
|
|
225
|
+
if (item.workId == workId) {
|
|
226
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
227
|
+
pweight: value,
|
|
228
|
+
isError: isError
|
|
229
|
+
});
|
|
230
|
+
} else {
|
|
231
|
+
return item;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
setChildOkrs(newChildren);
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
var closeDialogConfirm = function closeDialogConfirm() {
|
|
238
|
+
return setShowDialogConfirm(false);
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_dialog["default"], {
|
|
242
|
+
title: "子目标权重设置",
|
|
243
|
+
noHeadLine: true,
|
|
244
|
+
noFooterLine: true,
|
|
245
|
+
visible: visible,
|
|
246
|
+
width: 600,
|
|
247
|
+
onClose: onCancel,
|
|
248
|
+
onCancel: onCancel,
|
|
249
|
+
onOk: handleOk
|
|
250
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
251
|
+
className: "".concat(precls, "__content")
|
|
252
|
+
}, childOkrs.map(function (item) {
|
|
253
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
254
|
+
className: "".concat(precls, "__item"),
|
|
255
|
+
key: item.workId
|
|
256
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
257
|
+
className: "".concat(precls, "__item-precls")
|
|
258
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
259
|
+
className: "".concat(precls, "__item-name")
|
|
260
|
+
}, item.workName), /*#__PURE__*/_react["default"].createElement("div", {
|
|
261
|
+
className: "".concat(precls, "__item-weight")
|
|
262
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
263
|
+
className: "".concat(precls, "__item-weight-label")
|
|
264
|
+
}, "\u6743\u91CD"), /*#__PURE__*/_react["default"].createElement(_weightInput["default"], {
|
|
265
|
+
workId: item.workId,
|
|
266
|
+
value: item.pweight,
|
|
267
|
+
onChange: onChangeHandler
|
|
268
|
+
})));
|
|
269
|
+
}))), /*#__PURE__*/_react["default"].createElement(_dialogConfirm["default"], {
|
|
270
|
+
visible: showDialogConfirm,
|
|
271
|
+
type: "warning"
|
|
272
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
273
|
+
type: "title"
|
|
274
|
+
}, "\u5F53\u524D\u5B50\u76EE\u6807\u6743\u91CD\u5408\u8BA1\u5C0F\u4E8E100%\uFF0C\u786E\u5B9A\u8981\u4FDD\u5B58\u5417\uFF1F"), /*#__PURE__*/_react["default"].createElement(CancelButton, {
|
|
275
|
+
type: "button",
|
|
276
|
+
onClick: closeDialogConfirm
|
|
277
|
+
}, "\u53D6\u6D88"), /*#__PURE__*/_react["default"].createElement(SureButton, {
|
|
278
|
+
type: "button",
|
|
279
|
+
onClick: postData
|
|
280
|
+
}, "\u786E\u5B9A")));
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
var _default = EditChildOkrWeight;
|
|
284
|
+
exports["default"] = _default;
|
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
float: right;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.tita-okrdt-tree__o-child-node-weight {
|
|
15
|
+
margin-right: 16px;
|
|
16
|
+
width: 60px;
|
|
17
|
+
}
|
|
18
|
+
|
|
14
19
|
.tita-okrdt-tree__o-child-node-h1 .okr-drawer-header__classify {
|
|
15
20
|
vertical-align: sub;
|
|
16
21
|
}
|
|
@@ -65,3 +70,83 @@
|
|
|
65
70
|
color: #3f4755;
|
|
66
71
|
line-height: 22px;
|
|
67
72
|
}
|
|
73
|
+
|
|
74
|
+
.child-okrs-weight__content {
|
|
75
|
+
padding: 10px 32px 8px;
|
|
76
|
+
min-height: 90px;
|
|
77
|
+
box-sizing: border-box;
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
justify-content: center;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.child-okrs-weight__item {
|
|
84
|
+
margin-bottom: 18px;
|
|
85
|
+
display: flex;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.child-okrs-weight__item:last-child {
|
|
89
|
+
margin-bottom: 0;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.child-okrs-weight__item-precls {
|
|
93
|
+
height: 24px;
|
|
94
|
+
width: 24px;
|
|
95
|
+
padding: 6px;
|
|
96
|
+
box-sizing: border-box;
|
|
97
|
+
background: rgba(40, 121, 255, 0.1);
|
|
98
|
+
border-radius: 12px;
|
|
99
|
+
display: inline-flex;
|
|
100
|
+
justify-content: center;
|
|
101
|
+
align-items: center;
|
|
102
|
+
margin-right: 8px;
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
position: relative;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.child-okrs-weight__item-precls:before {
|
|
108
|
+
content: "";
|
|
109
|
+
width: 10px;
|
|
110
|
+
height: 8px;
|
|
111
|
+
border-radius: 50%;
|
|
112
|
+
border: 2px solid #2879ff;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.child-okrs-weight__item-name {
|
|
116
|
+
width: 360px;
|
|
117
|
+
overflow: hidden;
|
|
118
|
+
text-overflow: ellipsis;
|
|
119
|
+
white-space: nowrap;
|
|
120
|
+
color: #3f4755;
|
|
121
|
+
margin-right: 26px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.child-okrs-weight__item-weight {
|
|
125
|
+
display: flex;
|
|
126
|
+
flex: 1;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.child-okrs-weight__item-weight-label {
|
|
130
|
+
color: #89919f;
|
|
131
|
+
margin-right: 10px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.child-okrs-weight__item-weight-content {
|
|
135
|
+
display: flex;
|
|
136
|
+
flex: 1;
|
|
137
|
+
border-bottom: 1px solid #e9ecf0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.child-okrs-weight__item-weight-content--error {
|
|
141
|
+
border-color: #f05e5e;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.child-okrs-weight__item-weight-input {
|
|
145
|
+
flex: 1;
|
|
146
|
+
width: 50px;
|
|
147
|
+
border: none;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.child-okrs-weight__item-weight-suffix {
|
|
151
|
+
color: #89919f;
|
|
152
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -11,22 +11,30 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _bsGlobal = require("../../../../../../utils/bs-global");
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _auth = require("../../../../../../utils/auth");
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
|
|
20
|
-
var _progress = _interopRequireDefault(require("../../../../../progress"));
|
|
18
|
+
var _context = require("../../../../context");
|
|
21
19
|
|
|
22
20
|
var _utils = require("../../../../../progress/utils");
|
|
23
21
|
|
|
24
22
|
var _drawerManager = _interopRequireDefault(require("../../../../../drawer-manager"));
|
|
25
23
|
|
|
24
|
+
var _progress = _interopRequireDefault(require("../../../../../progress"));
|
|
25
|
+
|
|
26
26
|
var _oClassify = _interopRequireDefault(require("../../../o-classify"));
|
|
27
27
|
|
|
28
|
+
var _avatar = _interopRequireDefault(require("../../../../../avatar"));
|
|
29
|
+
|
|
30
|
+
var _iconText = _interopRequireDefault(require("../../../icon-text"));
|
|
31
|
+
|
|
32
|
+
var _okrType = _interopRequireDefault(require("../../../okr-type"));
|
|
33
|
+
|
|
28
34
|
var _precls = _interopRequireDefault(require("../../precls"));
|
|
29
35
|
|
|
36
|
+
var _editChildOkrWeight = _interopRequireDefault(require("./edit-child-okr-weight"));
|
|
37
|
+
|
|
30
38
|
require("./index.css");
|
|
31
39
|
|
|
32
40
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -50,24 +58,37 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
50
58
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
59
|
|
|
52
60
|
var SeasonTectMap = {
|
|
53
|
-
1:
|
|
54
|
-
2:
|
|
55
|
-
3:
|
|
56
|
-
4:
|
|
61
|
+
1: "一",
|
|
62
|
+
2: "二",
|
|
63
|
+
3: "三",
|
|
64
|
+
4: "四"
|
|
57
65
|
};
|
|
58
66
|
|
|
59
67
|
var _default = function _default(props) {
|
|
60
|
-
var _React$createElement;
|
|
68
|
+
var _getBSGlobal, _getBSGlobal$KRSettin, _React$createElement;
|
|
61
69
|
|
|
62
70
|
var data = props.data,
|
|
63
71
|
style = props.style,
|
|
64
72
|
title = props.title;
|
|
65
73
|
|
|
66
|
-
var _useState = (0, _react.useState)(
|
|
67
|
-
_useState2 = _slicedToArray(_useState,
|
|
68
|
-
|
|
74
|
+
var _useState = (0, _react.useState)(false),
|
|
75
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
76
|
+
editVisible = _useState2[0],
|
|
77
|
+
setEditVisible = _useState2[1];
|
|
78
|
+
|
|
79
|
+
var _useContext = (0, _react.useContext)(_context.CommonContext),
|
|
80
|
+
refreshAll = _useContext.refreshAll,
|
|
81
|
+
okrInfo = _useContext.okrInfo;
|
|
82
|
+
|
|
83
|
+
var _useState3 = (0, _react.useState)(data.principalUser),
|
|
84
|
+
_useState4 = _slicedToArray(_useState3, 1),
|
|
85
|
+
user = _useState4[0];
|
|
69
86
|
|
|
70
|
-
var
|
|
87
|
+
var _useState5 = (0, _react.useState)(((_getBSGlobal = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting")) === null || _getBSGlobal === void 0 ? void 0 : (_getBSGlobal$KRSettin = _getBSGlobal.KRSetting) === null || _getBSGlobal$KRSettin === void 0 ? void 0 : _getBSGlobal$KRSettin.OKrWeight) || false),
|
|
88
|
+
_useState6 = _slicedToArray(_useState5, 1),
|
|
89
|
+
OKrWeightSetting = _useState6[0];
|
|
90
|
+
|
|
91
|
+
var _useState7 = (0, _react.useState)(function () {
|
|
71
92
|
// 时间周期
|
|
72
93
|
var cycleType = data.cycleType,
|
|
73
94
|
yqmnum = data.yqmnum,
|
|
@@ -89,8 +110,28 @@ var _default = function _default(props) {
|
|
|
89
110
|
return "\u81EA\u5B9A\u4E49 ".concat(startDate, "-").concat(endDate);
|
|
90
111
|
}
|
|
91
112
|
}),
|
|
92
|
-
|
|
93
|
-
cycleDateStr =
|
|
113
|
+
_useState8 = _slicedToArray(_useState7, 1),
|
|
114
|
+
cycleDateStr = _useState8[0]; // 权限 & 非结束目标
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
var _useState9 = (0, _react.useState)(function () {
|
|
118
|
+
var hasAuth = new _auth.ChildAuth({
|
|
119
|
+
principalUser: okrInfo.principalUser
|
|
120
|
+
}).hasAuth();
|
|
121
|
+
var livetime = okrInfo.status != 2;
|
|
122
|
+
return hasAuth && livetime;
|
|
123
|
+
}),
|
|
124
|
+
_useState10 = _slicedToArray(_useState9, 1),
|
|
125
|
+
canEdit = _useState10[0];
|
|
126
|
+
|
|
127
|
+
var openWeightEditModal = function openWeightEditModal() {
|
|
128
|
+
return setEditVisible(true);
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
var handleOk = function handleOk() {
|
|
132
|
+
setEditVisible(false);
|
|
133
|
+
refreshAll();
|
|
134
|
+
};
|
|
94
135
|
|
|
95
136
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
96
137
|
className: (0, _classnames["default"])("".concat(_precls["default"], "__o-child-node")),
|
|
@@ -102,7 +143,7 @@ var _default = function _default(props) {
|
|
|
102
143
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
103
144
|
className: (0, _classnames["default"])("".concat(_precls["default"], "__o-child-node-title")),
|
|
104
145
|
onClick: function onClick() {
|
|
105
|
-
_drawerManager["default"].open(
|
|
146
|
+
_drawerManager["default"].open("okrDetail", {
|
|
106
147
|
okrId: data.workId
|
|
107
148
|
});
|
|
108
149
|
}
|
|
@@ -115,11 +156,11 @@ var _default = function _default(props) {
|
|
|
115
156
|
}, /*#__PURE__*/_react["default"].createElement(_okrType["default"], {
|
|
116
157
|
editable: false,
|
|
117
158
|
type: {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
159
|
+
okrType: data.okrType,
|
|
160
|
+
departmentId: data.departmentId,
|
|
161
|
+
departmentName: data.departmentName,
|
|
162
|
+
groupId: data.groupId,
|
|
163
|
+
groupName: data.groupName
|
|
123
164
|
}
|
|
124
165
|
}), /*#__PURE__*/_react["default"].createElement(_avatar["default"].Text, {
|
|
125
166
|
name: user.name,
|
|
@@ -133,13 +174,28 @@ var _default = function _default(props) {
|
|
|
133
174
|
icon: "tu-icon-deferred"
|
|
134
175
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
135
176
|
className: (0, _classnames["default"])("".concat(_precls["default"], "__o-child-node-right"))
|
|
136
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
177
|
+
}, OKrWeightSetting && /*#__PURE__*/_react["default"].createElement("div", {
|
|
178
|
+
className: "".concat(_precls["default"], "__o-child-node-weight")
|
|
179
|
+
}, /*#__PURE__*/_react["default"].createElement(_iconText["default"], {
|
|
180
|
+
width: 60,
|
|
181
|
+
editable: canEdit,
|
|
182
|
+
content: "".concat(data.pweight, "%"),
|
|
183
|
+
onTextClick: openWeightEditModal,
|
|
184
|
+
icon: "tu-icon-app-quanzhong"
|
|
185
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
137
186
|
className: (0, _classnames["default"])("".concat(_precls["default"], "__o-child-node-progress"))
|
|
138
187
|
}, /*#__PURE__*/_react["default"].createElement(_progress["default"], (_React$createElement = {
|
|
139
188
|
percent: data.progress,
|
|
140
189
|
width: 40,
|
|
141
190
|
backgroundColor: "#F7F8FA"
|
|
142
|
-
}, _defineProperty(_React$createElement, "width", 40), _defineProperty(_React$createElement, "textColor", data.status === 2 ? "#89919f" : _utils.OkrRiskMapping[data.manualRiskLevel].textColor), _defineProperty(_React$createElement, "color", data.status === 2 ? "linear-gradient(270deg, #BFC7D5, #E1E5EC)" : _utils.OkrRiskMapping[data.manualRiskLevel].line), _React$createElement)))))
|
|
191
|
+
}, _defineProperty(_React$createElement, "width", 40), _defineProperty(_React$createElement, "textColor", data.status === 2 ? "#89919f" : _utils.OkrRiskMapping[data.manualRiskLevel].textColor), _defineProperty(_React$createElement, "color", data.status === 2 ? "linear-gradient(270deg, #BFC7D5, #E1E5EC)" : _utils.OkrRiskMapping[data.manualRiskLevel].line), _React$createElement))))), /*#__PURE__*/_react["default"].createElement(_editChildOkrWeight["default"], {
|
|
192
|
+
okrId: okrInfo.workId,
|
|
193
|
+
visible: editVisible,
|
|
194
|
+
onCancel: function onCancel() {
|
|
195
|
+
return setEditVisible(false);
|
|
196
|
+
},
|
|
197
|
+
onOk: handleOk
|
|
198
|
+
}));
|
|
143
199
|
};
|
|
144
200
|
|
|
145
201
|
exports["default"] = _default;
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
|
|
12
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
13
|
+
|
|
14
|
+
var _tooltip = _interopRequireDefault(require("../../../../../tooltip"));
|
|
15
|
+
|
|
16
|
+
require("./index.css");
|
|
17
|
+
|
|
18
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
+
|
|
20
|
+
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; }
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
+
|
|
24
|
+
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; }
|
|
25
|
+
|
|
26
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
27
|
+
|
|
28
|
+
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."); }
|
|
29
|
+
|
|
30
|
+
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); }
|
|
31
|
+
|
|
32
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
33
|
+
|
|
34
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
35
|
+
|
|
36
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
37
|
+
|
|
38
|
+
var precls = "child-okrs-weight";
|
|
39
|
+
|
|
40
|
+
var WeightInput = function WeightInput(props) {
|
|
41
|
+
var value = props.value,
|
|
42
|
+
onChange = props.onChange,
|
|
43
|
+
workId = props.workId;
|
|
44
|
+
|
|
45
|
+
var _useState = (0, _react.useState)(false),
|
|
46
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
47
|
+
isError = _useState2[0],
|
|
48
|
+
setIsError = _useState2[1];
|
|
49
|
+
|
|
50
|
+
var onChangeHandler = function onChangeHandler(e) {
|
|
51
|
+
var currentValue = e.currentTarget.value;
|
|
52
|
+
setIsError(!/^(\d{1,2}(\.\d{1})?|100)$/g.test(currentValue));
|
|
53
|
+
onChange({
|
|
54
|
+
workId: workId,
|
|
55
|
+
value: currentValue,
|
|
56
|
+
isError: isError
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
var onBlurHandler = function onBlurHandler(e) {
|
|
61
|
+
var currentValue = e.currentTarget.value;
|
|
62
|
+
|
|
63
|
+
if (currentValue == "") {
|
|
64
|
+
onChange({
|
|
65
|
+
workId: workId,
|
|
66
|
+
value: 0,
|
|
67
|
+
isError: false
|
|
68
|
+
});
|
|
69
|
+
setIsError(false);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
74
|
+
className: (0, _classnames["default"])("".concat(precls, "__item-weight-content"), _defineProperty({}, "".concat(precls, "__item-weight-content--error"), isError))
|
|
75
|
+
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Error, {
|
|
76
|
+
overlay: /*#__PURE__*/_react["default"].createElement("span", {
|
|
77
|
+
style: {
|
|
78
|
+
color: "#F05E5E"
|
|
79
|
+
}
|
|
80
|
+
}, "\u4EC5\u5141\u8BB8\u8F93\u5165 0-100 \u7684\u6570\u5B57\uFF0C\u4EC5\u652F\u6301\u4E00\u4F4D\u5C0F\u6570"),
|
|
81
|
+
placement: "top",
|
|
82
|
+
visible: isError
|
|
83
|
+
}, /*#__PURE__*/_react["default"].createElement("input", {
|
|
84
|
+
className: "".concat(precls, "__item-weight-input"),
|
|
85
|
+
type: "number",
|
|
86
|
+
value: value,
|
|
87
|
+
onChange: onChangeHandler,
|
|
88
|
+
onBlur: onBlurHandler
|
|
89
|
+
})), /*#__PURE__*/_react["default"].createElement("span", {
|
|
90
|
+
className: "".concat(precls, "__item-weight-suffix")
|
|
91
|
+
}, "%"));
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
var _default = WeightInput;
|
|
95
|
+
exports["default"] = _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|