@titaui/pc 1.12.22-beta.3 → 1.12.22-beta.6
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 +6 -2
- package/lib/components/avatar/icon-avatar/index.js +1 -1
- package/lib/components/avatar/num-avatar/index.js +1 -1
- package/lib/components/book-demo/components/pc/components/content/index.js +1 -1
- package/lib/components/button/default-button/index.js +1 -1
- package/lib/components/button/icon-btn/index.js +1 -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 +2 -2
- package/lib/components/change-okr-modal/Item.js +2 -2
- package/lib/components/change-okr-modal/filterTab.js +2 -2
- package/lib/components/change-okr-modal/index.js +6 -4
- package/lib/components/common-share/publishMblog.js +4 -2
- package/lib/components/communication/CommunicationAttachments.js +2 -2
- package/lib/components/communication/ConvertUserName.js +2 -2
- package/lib/components/communication/index.js +2 -2
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +4 -2
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +4 -2
- package/lib/components/create-okr-modal/index.js +4 -2
- package/lib/components/create-okr-modal/objectType.js +2 -2
- package/lib/components/create-okr-modal/request-api.js +16 -12
- package/lib/components/create-okr-modal/utils/helper.js +6 -2
- package/lib/components/date-picker/BodyItem.js +6 -6
- package/lib/components/date-picker/CalendarBody.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +6 -6
- package/lib/components/date-picker/index.js +2 -2
- package/lib/components/date-range-picker/index.js +2 -2
- package/lib/components/delete-confirm-pop/ConfirmPop.js +5 -5
- package/lib/components/dialog/index.js +1 -1
- package/lib/components/dialog-confirm/index.js +1 -1
- package/lib/components/dialog-upload/index.js +4 -2
- package/lib/components/drawer/headerDrop.js +1 -1
- package/lib/components/drawer/index.js +1 -1
- package/lib/components/drawer-manager/drawerWrapper.js +5 -3
- package/lib/components/drawer-manager/index.js +1 -1
- package/lib/components/drop-selector/index.js +1 -1
- package/lib/components/dynamic/components/comments-dialog/index.js +3 -4
- package/lib/components/dynamic/dynamic-item/components/header/index.js +1 -41
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +4 -2
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +2 -1
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +15 -2
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +40 -30
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +72 -85
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +18 -1
- package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +80 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/request-api.js +16 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +92 -8
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/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-chart/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-learning/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +3 -3
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +1 -1
- 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-reply/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-task/index.js +1 -1
- package/lib/components/eReport/eReportListEmpty.js +2 -2
- package/lib/components/eReport/eReportLists/reportList.js +5 -5
- package/lib/components/eReport/eReportShare/index.js +2 -2
- package/lib/components/eReport/eReportShare/toast/index.js +2 -2
- package/lib/components/edit-kr-wight/EditKrWightModal.js +2 -2
- package/lib/components/edit-kr-wight/FormItemV2.js +2 -2
- package/lib/components/emotions-selector/selector-content.js +2 -2
- package/lib/components/emotions-selector/selector-pop.js +5 -5
- package/lib/components/ereport-list/index.js +5 -5
- package/lib/components/error-boundary/index.js +2 -2
- package/lib/components/firework/index.js +6 -2
- package/lib/components/form/form-fields/date/index.js +1 -1
- package/lib/components/form/form-fields/dropdown/index.js +1 -1
- package/lib/components/form/form-fields/input/index.js +1 -1
- package/lib/components/form/form-fields/input-verification-code/index.js +4 -2
- package/lib/components/form/form-fields/user/index.js +1 -1
- package/lib/components/grid-layout/util/network.js +10 -6
- package/lib/components/help-card/index.js +1 -1
- package/lib/components/import-modal/import-task-modal/index.js +1 -1
- package/lib/components/import-modal/import-task-modal/search-form.js +4 -1
- package/lib/components/import-modal/request-api.js +1 -1
- package/lib/components/import-modal/search/task-relation.js +9 -5
- package/lib/components/import-modal/tree/okr-tree/index.js +4 -2
- package/lib/components/import-modal/tree-node/index.js +1 -1
- package/lib/components/mblog/components/ConfirmPop.js +2 -2
- package/lib/components/mblog/components/MblogAction.js +5 -5
- package/lib/components/mblog/components/MblogContent.js +2 -2
- package/lib/components/mblog/index.js +2 -2
- package/lib/components/menus/components/menu-tree/index.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/index.js +1 -1
- package/lib/components/menus/components/search-colleague/index.js +3 -1
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +2 -3
- package/lib/components/okr-detail/auth.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +4 -2
- package/lib/components/okr-detail/components/ao-nice/index.js +6 -4
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +2 -2
- package/lib/components/okr-detail/components/header/edit-name.js +4 -2
- package/lib/components/okr-detail/components/header/o-avatar.js +4 -2
- package/lib/components/okr-detail/components/header/o-classify.js +4 -2
- package/lib/components/okr-detail/components/header/o-score.js +1 -1
- package/lib/components/okr-detail/components/icon-text/index.js +1 -1
- package/lib/components/okr-detail/components/o-classify.js +4 -2
- package/lib/components/okr-detail/components/o-progress-update/index.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +4 -2
- 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-parent-node/index.js +4 -2
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +8 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +4 -2
- package/lib/components/okr-detail/detail-footer/index.js +4 -2
- package/lib/components/okr-detail/detail-header/index.js +12 -10
- package/lib/components/okr-detail/okr-list/index.js +4 -2
- package/lib/components/okr-detail/request-apis.js +6 -2
- package/lib/components/okr-flow/child-node/fields/creator.js +4 -2
- package/lib/components/okr-flow/child-node/work-node.js +4 -2
- package/lib/components/okr-flow/export-modal/index.js +4 -2
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +10 -8
- package/lib/components/okr-flow/request-apis.js +6 -2
- package/lib/components/okr-flow/root-node/index.js +4 -2
- package/lib/components/okr-progress/components/o-progress-update/index.js +4 -2
- package/lib/components/okr-progress-modal/index.js +4 -2
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +6 -4
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +2 -2
- package/lib/components/okr-review/ReviewPop/index.js +2 -2
- package/lib/components/okr-review/components/ReviewItem/index.js +5 -5
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +5 -5
- package/lib/components/okr-review/index.js +2 -2
- package/lib/components/okr-share/common-painter/darwAvatar.js +8 -4
- package/lib/components/okr-share/common-painter/openDataPainter.js +6 -2
- package/lib/components/okr-share/common-painter/utils.js +8 -4
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +6 -2
- package/lib/components/okr-share/pink-card/drawKrs.js +6 -2
- package/lib/components/okr-share/pink-card/drawQuote.js +6 -2
- package/lib/components/okr-share/pink-card/drawUserName.js +6 -2
- package/lib/components/okr-share/pink-card/index.js +6 -2
- package/lib/components/okr-share/publishMblog.js +4 -2
- package/lib/components/okr-share/shareCardSelector.js +6 -4
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +4 -2
- package/lib/components/okrcase-library/server/network.js +24 -20
- package/lib/components/open-data-painter/index.js +6 -2
- package/lib/components/operation-records/OperationRecordItem.js +2 -2
- package/lib/components/operation-records/index.js +2 -2
- package/lib/components/pagination/pagination.js +1 -1
- package/lib/components/period-selector/components/button/index.js +1 -1
- package/lib/components/period-selector/helper/index.js +6 -2
- package/lib/components/picker/components/panels/date-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
- package/lib/components/picker/components/panels/week-panel/index.js +1 -1
- package/lib/components/picker/components/panels/year-panel/index.js +1 -1
- package/lib/components/picker/components/panels/year-panel/year-head.js +1 -1
- package/lib/components/picker/picker.js +1 -1
- package/lib/components/picker/range-picker/index.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +1 -1
- package/lib/components/point-demo/input/index.js +3 -3
- 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 +2 -2
- package/lib/components/praise-record/index.js +2 -2
- package/lib/components/range-picker-pop/index.js +3 -3
- package/lib/components/range-selector-pop/RangeList.js +2 -2
- package/lib/components/range-selector-pop/RangeSelectorPop.js +5 -5
- package/lib/components/rate/index.js +1 -1
- package/lib/components/rich-editor/models/schema.js +8 -8
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +10 -10
- package/lib/components/rich-editor/plugins/block/heading/index.js +10 -10
- package/lib/components/rich-editor/plugins/block/lists/index.js +16 -16
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +7 -7
- package/lib/components/rich-editor/plugins/core/index.js +6 -6
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +7 -7
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +6 -6
- package/lib/components/rich-editor/plugins/inline/color/index.js +13 -13
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +10 -10
- package/lib/components/rich-editor/plugins/inline/em/index.js +7 -7
- package/lib/components/rich-editor/plugins/inline/link/index.js +10 -10
- package/lib/components/rich-editor/plugins/inline/strong/index.js +10 -10
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +10 -10
- package/lib/components/rich-editor/react/reactNodeView.js +4 -4
- package/lib/components/rich-editor/react/uiProvider.js +5 -5
- package/lib/components/rich-editor/ui/Popup/index.js +5 -5
- package/lib/components/scroll-container/index.js +2 -2
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/scroll-mask/index.js +1 -1
- package/lib/components/scrollbar/simplebar-react.js +1 -1
- package/lib/components/search-dropdown/index.js +1 -1
- package/lib/components/select/Option.js +6 -6
- package/lib/components/select/index.js +3 -3
- package/lib/components/select-layer/index.js +1 -1
- package/lib/components/select-tags/index.js +1 -1
- package/lib/components/superset-charts/fetch-assets-and-append/get-assets-with-cache.js +6 -2
- package/lib/components/superset-charts/fetch-assets-and-append/index.js +8 -4
- package/lib/components/survey-model/request-api.js +6 -2
- package/lib/components/switch/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 +7 -5
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +1 -1
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +1 -1
- package/lib/components/task-relation-modal/tree/category-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree/work-tree/index.js +4 -2
- package/lib/components/task-relation-modal/tree-node/index.js +1 -1
- package/lib/components/task-relation-modal/work-relation/index.js +7 -5
- package/lib/components/task-tree/task-item-node/e-project.js +4 -2
- package/lib/components/task-tree/task-item-node/e-task.js +4 -2
- package/lib/components/task-tree/task-item-node/task-node-render.js +1 -1
- package/lib/components/task-tree/task-tree.js +1 -1
- package/lib/components/textarea/index.js +1 -1
- package/lib/components/time-picker/time-picker-selector.js +1 -1
- package/lib/components/time-picker/time-picker.js +1 -1
- package/lib/components/time-picker/timer-picker-input.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +1 -1
- package/lib/components/tita-chart/charts/pie.js +1 -1
- package/lib/components/tita-chart/errorBoundary/index.js +5 -5
- package/lib/components/toast/index.js +12 -8
- package/lib/components/tooltip/error-tip.js +1 -1
- package/lib/components/tooltip/tooltip.js +1 -1
- package/lib/components/tree/index.js +1 -1
- package/lib/components/upload/components/uploadedPreview.js +2 -2
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upvote/index.js +7 -5
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/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/version-change-modal/index.js +6 -4
- package/lib/components/version-change-modal/request-api.js +6 -2
- package/lib/components/viewer/ImageListRender.js +2 -2
- package/lib/components/viewer/index.js +2 -2
- package/lib/components/weekly-report/card.js +4 -2
- package/lib/components/weekly-report/common-painter/darwAvatar.js +10 -6
- package/lib/components/weekly-report/common-painter/drawName.js +6 -2
- package/lib/components/weekly-report/common-painter/openDataPainter.js +6 -2
- package/lib/components/weekly-report/index.js +6 -4
- package/lib/components-v1/animate/AnimateChild.js +5 -5
- package/lib/components-v1/animate/animate.js +2 -2
- package/lib/components-v1/avatar/index.js +5 -5
- package/lib/components-v1/buttonv2/ButtonOutlined.js +2 -2
- package/lib/components-v1/buttonv2/ButtonRounded.js +2 -2
- package/lib/components-v1/buttonv2/DefaultButton.js +2 -2
- package/lib/components-v1/confirm/index.js +2 -2
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +5 -5
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +2 -2
- package/lib/components-v1/input/Input.js +3 -3
- package/lib/components-v1/input/InputNumber.js +2 -2
- package/lib/components-v1/placement/placement.js +2 -2
- package/lib/components-v1/placement/placementInner.js +2 -2
- package/lib/components-v1/pop/Pop.js +2 -2
- package/lib/components-v1/pop/PopInner.js +2 -2
- package/lib/components-v1/portals/Portals.js +2 -2
- package/lib/components-v1/progress/CircleProgress.js +5 -5
- package/lib/components-v1/progress/LineProgress.js +2 -2
- package/lib/components-v1/progress/index.js +2 -2
- package/lib/components-v1/radio/radio.js +2 -2
- package/lib/components-v1/radio/radioGroup.js +2 -2
- package/lib/components-v1/search/index.js +2 -2
- package/lib/components-v1/select/Option.js +6 -6
- package/lib/components-v1/select/index.js +3 -3
- package/lib/components-v1/tabs/index.js +2 -2
- package/lib/components-v1/textarea/index.js +2 -2
- package/lib/components-v1/transition/index.js +2 -2
- package/lib/components-v1/userSelector/UserSelectorPop.js +5 -5
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +2 -2
- package/lib/components-v1/userSelector/components/MultiMode/index.js +5 -5
- package/lib/components-v1/userSelector/components/SearchBar.js +2 -2
- package/lib/components-v1/userSelector/components/SingleMode.js +2 -2
- package/lib/components-v1/userSelector/components/UserItem.js +5 -5
- package/lib/components-v1/userSelector/index.js +2 -2
- package/lib/pages/appointment-demo/drop-down-box/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/input-form/index.js +3 -3
- package/lib/pages/group-management/components/radio/index.js +1 -1
- package/lib/pages/group-management/groupInterface.js +6 -2
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +1 -1
- package/lib/pages/group-management/tree/index.js +1 -1
- package/lib/pages/new-okr-list/request-api.js +18 -14
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +5 -3
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +1 -1
- package/lib/pages/okr-map/request-apis.js +6 -2
- package/lib/pages/okr-map/share-dialog/index.js +1 -1
- package/lib/utils/auth.js +2 -2
- package/lib/utils/helpers.js +58 -3
- package/lib/utils/open-data.js +6 -4
- package/lib/utils/request-v1.js +6 -2
- package/lib/utils/request.js +6 -2
- package/package.json +1 -1
|
@@ -123,7 +123,7 @@ var RemindDialog = function RemindDialog(props) {
|
|
|
123
123
|
};
|
|
124
124
|
|
|
125
125
|
(0, _react.useEffect)(function () {
|
|
126
|
-
if (!isUpdated) {
|
|
126
|
+
if (!isUpdated && visible) {
|
|
127
127
|
var params = {
|
|
128
128
|
objectId: feedId,
|
|
129
129
|
objectType: "8",
|
|
@@ -145,10 +145,9 @@ var RemindDialog = function RemindDialog(props) {
|
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
}, []);
|
|
148
|
+
}, [visible]);
|
|
149
149
|
return /*#__PURE__*/_react["default"].createElement(_dialog["default"], {
|
|
150
|
-
visible: visible
|
|
151
|
-
,
|
|
150
|
+
visible: visible,
|
|
152
151
|
style: {
|
|
153
152
|
width: 538
|
|
154
153
|
},
|
|
@@ -13,8 +13,6 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
13
13
|
|
|
14
14
|
var _avatar = _interopRequireDefault(require("../../../../avatar"));
|
|
15
15
|
|
|
16
|
-
var _dropSelector = _interopRequireWildcard(require("../../../../drop-selector"));
|
|
17
|
-
|
|
18
16
|
var _requestApi = require("../../../request-api");
|
|
19
17
|
|
|
20
18
|
var _dialogConfirm = _interopRequireWildcard(require("../../../../dialog-confirm"));
|
|
@@ -23,8 +21,6 @@ var _toast = _interopRequireDefault(require("../../../../toast"));
|
|
|
23
21
|
|
|
24
22
|
var _openData = require("../../../../../utils/open-data");
|
|
25
23
|
|
|
26
|
-
var _conditionRender = _interopRequireDefault(require("../../../../condition-render"));
|
|
27
|
-
|
|
28
24
|
var _tooltip = _interopRequireDefault(require("../../../../tooltip"));
|
|
29
25
|
|
|
30
26
|
var _constant = require("../../../constant");
|
|
@@ -265,43 +261,7 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
|
|
|
265
261
|
name: user.name,
|
|
266
262
|
id: user.userId
|
|
267
263
|
})
|
|
268
|
-
})), desc, suffixContent), /*#__PURE__*/_react["default"].createElement("div", {
|
|
269
|
-
className: "".concat(prefix, "__more-operate")
|
|
270
|
-
}, /*#__PURE__*/_react["default"].createElement(_dropSelector["default"], {
|
|
271
|
-
popupPlacement: "bottomRight",
|
|
272
|
-
checked: ["collect"],
|
|
273
|
-
onChange: onChangeHandler,
|
|
274
|
-
multi: false,
|
|
275
|
-
visible: selectVisible,
|
|
276
|
-
trigger: /*#__PURE__*/_react["default"].createElement("span", {
|
|
277
|
-
className: (0, _classnames["default"])("".concat(prefix, "-right"), "tu-icon-more1"),
|
|
278
|
-
onClick: handleShowDropSelector
|
|
279
|
-
})
|
|
280
|
-
}, /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
|
|
281
|
-
name: "collect"
|
|
282
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
283
|
-
className: "".concat(prefix, "__more-operate-selection")
|
|
284
|
-
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
285
|
-
className: (0, _classnames["default"])("tu-icon-APP-shoucang", "".concat(prefix, "__more-operate-selection-icon"))
|
|
286
|
-
}), nowIsCollect ? (0, _getLocale.getLocale)("Mod_CancCollection") : (0, _getLocale.getLocale)("Mod_Collection"))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
287
|
-
condition: showTopping
|
|
288
|
-
}, /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
|
|
289
|
-
name: "top",
|
|
290
|
-
onClick: handleTopOperateClick
|
|
291
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
292
|
-
className: "".concat(prefix, "__more-operate-selection")
|
|
293
|
-
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
294
|
-
className: (0, _classnames["default"])("tu-icon-zhiding", "".concat(prefix, "__more-operate-selection-icon"))
|
|
295
|
-
}), nowIsTop ? (0, _getLocale.getLocale)("OKR_MyO_Unpinned") : (0, _getLocale.getLocale)("Feed_Top")))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
296
|
-
condition: showDelete
|
|
297
|
-
}, /*#__PURE__*/_react["default"].createElement(_dropSelector.Item, {
|
|
298
|
-
name: "delete",
|
|
299
|
-
onClick: handleDeleteClick
|
|
300
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
301
|
-
className: "".concat(prefix, "__more-operate-selection")
|
|
302
|
-
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
303
|
-
className: (0, _classnames["default"])("tu-icon-del", "".concat(prefix, "__more-operate-selection-icon"))
|
|
304
|
-
}), (0, _getLocale.getLocale)("Mod_Delete"))))))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
264
|
+
})), desc, suffixContent)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
305
265
|
className: "".concat(prefix, "-desc-time")
|
|
306
266
|
}, createDate))), renderDialogConfirm);
|
|
307
267
|
};
|
package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js
CHANGED
|
@@ -35,6 +35,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
35
35
|
|
|
36
36
|
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; }
|
|
37
37
|
|
|
38
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
39
|
+
|
|
38
40
|
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); } }
|
|
39
41
|
|
|
40
42
|
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); }); }; }
|
|
@@ -95,10 +97,10 @@ var OKRProgress = function OKRProgress(_ref) {
|
|
|
95
97
|
var configure = isO ? (0, _util.getOSetting)() : (0, _util.getKrSetting)(); // 推荐
|
|
96
98
|
|
|
97
99
|
var getRecommendProgress = /*#__PURE__*/function () {
|
|
98
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/
|
|
100
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
99
101
|
var getRecommandHandler, data, _data$Data, UpdateProgressWay, Progress;
|
|
100
102
|
|
|
101
|
-
return
|
|
103
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
102
104
|
while (1) {
|
|
103
105
|
switch (_context.prev = _context.next) {
|
|
104
106
|
case 0:
|
|
@@ -87,7 +87,8 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
|
|
|
87
87
|
isCollect = _data$isCollect === void 0 ? false : _data$isCollect,
|
|
88
88
|
dailyContent = data.dailyContent,
|
|
89
89
|
dailyDate = data.dailyDate,
|
|
90
|
-
reportType = data.reportType
|
|
90
|
+
reportType = data.reportType,
|
|
91
|
+
newSummary = data.newSummary;
|
|
91
92
|
|
|
92
93
|
var _useState = (0, _react.useState)(isCollect),
|
|
93
94
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.EStatusStatus2ClassType = void 0;
|
|
6
|
+
exports.EStatusStatus2ClassType = exports.EObjType = void 0;
|
|
7
7
|
var EStatusStatus2ClassType = {
|
|
8
8
|
2: "tu-icon-finished",
|
|
9
9
|
1: "tu-icon-running",
|
|
@@ -13,4 +13,17 @@ var EStatusStatus2ClassType = {
|
|
|
13
13
|
0: "tu-icon-notstart",
|
|
14
14
|
5: "tu-icon-jiantou-right"
|
|
15
15
|
};
|
|
16
|
-
exports.EStatusStatus2ClassType = EStatusStatus2ClassType;
|
|
16
|
+
exports.EStatusStatus2ClassType = EStatusStatus2ClassType;
|
|
17
|
+
var EObjType;
|
|
18
|
+
exports.EObjType = EObjType;
|
|
19
|
+
|
|
20
|
+
(function (EObjType) {
|
|
21
|
+
EObjType[EObjType["Project"] = 4] = "Project";
|
|
22
|
+
EObjType[EObjType["Task"] = 7] = "Task";
|
|
23
|
+
EObjType[EObjType["O"] = 62] = "O";
|
|
24
|
+
EObjType[EObjType["Kr"] = 65] = "Kr";
|
|
25
|
+
EObjType[EObjType["Assess"] = 23] = "Assess";
|
|
26
|
+
EObjType[EObjType["MileStone"] = 27] = "MileStone";
|
|
27
|
+
EObjType[EObjType["KanBan"] = 66] = "KanBan";
|
|
28
|
+
EObjType[EObjType["Report"] = 8] = "Report";
|
|
29
|
+
})(EObjType || (exports.EObjType = EObjType = {}));
|
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
line-height: 22px;
|
|
132
132
|
position: relative;
|
|
133
133
|
overflow: hidden;
|
|
134
|
+
cursor: pointer;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
.titaui-dynamic-summary-task-progress__statistic-item:last-child {
|
|
@@ -141,8 +142,17 @@
|
|
|
141
142
|
background: rgba(0, 214, 133, 0.1);
|
|
142
143
|
}
|
|
143
144
|
|
|
144
|
-
.titaui-dynamic-summary-task-progress__statistic-item--finished
|
|
145
|
-
|
|
145
|
+
.titaui-dynamic-summary-task-progress__statistic-item--finished-text {
|
|
146
|
+
color: #00d685;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.titaui-dynamic-summary-task-progress__statistic-item--finished-active {
|
|
151
|
+
background: rgba(0, 214, 133, 0.3);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.titaui-dynamic-summary-task-progress__statistic-item--finished-active::before {
|
|
155
|
+
content: "";
|
|
146
156
|
position: absolute;
|
|
147
157
|
top: 0;
|
|
148
158
|
left: 0;
|
|
@@ -152,50 +162,50 @@
|
|
|
152
162
|
border-radius: 12px 0 0 12px;
|
|
153
163
|
}
|
|
154
164
|
|
|
155
|
-
.titaui-dynamic-summary-task-progress__statistic-item--finished-text {
|
|
156
|
-
color: #00D685;
|
|
157
|
-
font-size: 16px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
165
|
.titaui-dynamic-summary-task-progress__statistic-item--processing {
|
|
161
166
|
background: rgba(40, 121, 255, 0.1);
|
|
162
167
|
}
|
|
163
168
|
|
|
164
169
|
.titaui-dynamic-summary-task-progress__statistic-item--processing-text {
|
|
165
|
-
color: #
|
|
170
|
+
color: #2879ff;
|
|
166
171
|
font-size: 16px;
|
|
167
172
|
}
|
|
168
173
|
|
|
169
|
-
.titaui-dynamic-summary-task-progress__statistic-item--
|
|
170
|
-
background: rgba(
|
|
174
|
+
.titaui-dynamic-summary-task-progress__statistic-item--processing-active {
|
|
175
|
+
background: rgba(40, 121, 255, 0.3);
|
|
171
176
|
}
|
|
172
177
|
|
|
173
|
-
.titaui-dynamic-summary-task-progress__statistic-item--
|
|
174
|
-
|
|
175
|
-
|
|
178
|
+
.titaui-dynamic-summary-task-progress__statistic-item--processing-active::before {
|
|
179
|
+
content: "";
|
|
180
|
+
position: absolute;
|
|
181
|
+
top: 0;
|
|
182
|
+
left: 0;
|
|
183
|
+
width: 4px;
|
|
184
|
+
height: 48px;
|
|
185
|
+
background: rgba(40, 121, 255, 0.3);
|
|
186
|
+
border-radius: 12px 0 0 12px;
|
|
176
187
|
}
|
|
177
188
|
|
|
178
|
-
.titaui-dynamic-summary-task-
|
|
179
|
-
|
|
180
|
-
width: 60px;
|
|
181
|
-
height: 60px;
|
|
182
|
-
border-radius: 8px;
|
|
183
|
-
border: 1px solid #e9ecf0;
|
|
184
|
-
display: flex;
|
|
185
|
-
align-items: center;
|
|
186
|
-
justify-content: center;
|
|
189
|
+
.titaui-dynamic-summary-task-progress__statistic-item--overdue {
|
|
190
|
+
background: rgba(240, 94, 94, 0.1);
|
|
187
191
|
}
|
|
188
192
|
|
|
189
|
-
.titaui-dynamic-summary-task-
|
|
190
|
-
|
|
191
|
-
|
|
193
|
+
.titaui-dynamic-summary-task-progress__statistic-item--overdue-text {
|
|
194
|
+
color: #f05e5e;
|
|
195
|
+
font-size: 16px;
|
|
192
196
|
}
|
|
193
197
|
|
|
194
|
-
.titaui-dynamic-summary-task-
|
|
195
|
-
|
|
196
|
-
border: 1px solid #2879ff;
|
|
198
|
+
.titaui-dynamic-summary-task-progress__statistic-item--overdue-active {
|
|
199
|
+
background: rgba(240, 94, 94, 0.3);
|
|
197
200
|
}
|
|
198
201
|
|
|
199
|
-
.titaui-dynamic-summary-task-
|
|
200
|
-
|
|
202
|
+
.titaui-dynamic-summary-task-progress__statistic-item--overdue-active::before {
|
|
203
|
+
content: "";
|
|
204
|
+
position: absolute;
|
|
205
|
+
top: 0;
|
|
206
|
+
left: 0;
|
|
207
|
+
width: 4px;
|
|
208
|
+
height: 48px;
|
|
209
|
+
background: rgba(240, 94, 94, 0.3);
|
|
210
|
+
border-radius: 12px 0 0 12px;
|
|
201
211
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
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
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -11,15 +13,11 @@ var _tooltip = _interopRequireDefault(require("../../../../tooltip"));
|
|
|
11
13
|
|
|
12
14
|
var _getLocale = require("../../../../../utils/getLocale");
|
|
13
15
|
|
|
14
|
-
var
|
|
15
|
-
|
|
16
|
-
var _schedule = _interopRequireDefault(require("../schedule"));
|
|
16
|
+
var _utils = require("./utils");
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _renderRow = _interopRequireDefault(require("./render-row"));
|
|
19
19
|
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
var _utils = require("./utils");
|
|
20
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
23
21
|
|
|
24
22
|
require("./index.css");
|
|
25
23
|
|
|
@@ -29,7 +27,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
29
27
|
|
|
30
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; }
|
|
31
29
|
|
|
32
|
-
function
|
|
30
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
33
31
|
|
|
34
32
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
35
33
|
|
|
@@ -43,125 +41,114 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
43
41
|
|
|
44
42
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
45
43
|
|
|
46
|
-
var prefix =
|
|
47
|
-
var isImport = true;
|
|
44
|
+
var prefix = "titaui-dynamic-summary-task-progress";
|
|
48
45
|
|
|
49
46
|
var TaskProgress = function TaskProgress(_ref) {
|
|
50
47
|
var data = _ref.data,
|
|
51
|
-
_ref$type = _ref.type,
|
|
52
|
-
type = _ref$type === void 0 ? 'day' : _ref$type,
|
|
53
48
|
title = _ref.title;
|
|
54
49
|
|
|
55
|
-
var _useState = (0, _react.useState)(
|
|
50
|
+
var _useState = (0, _react.useState)({
|
|
51
|
+
1: [],
|
|
52
|
+
2: [],
|
|
53
|
+
3: []
|
|
54
|
+
}),
|
|
56
55
|
_useState2 = _slicedToArray(_useState, 2),
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
tableData = _useState2[0],
|
|
57
|
+
setTableData = _useState2[1];
|
|
59
58
|
|
|
60
59
|
var _useState3 = (0, _react.useState)((0, _utils.getStatusStatistic)([])),
|
|
61
60
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
62
61
|
statusStatistic = _useState4[0],
|
|
63
62
|
setStatusStatistic = _useState4[1];
|
|
64
63
|
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
var _useState5 = (0, _react.useState)(1),
|
|
65
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
66
|
+
activeId = _useState6[0],
|
|
67
|
+
setActiveId = _useState6[1];
|
|
68
|
+
|
|
69
|
+
var handleFilterDone = function handleFilterDone() {
|
|
70
|
+
setActiveId(1);
|
|
68
71
|
};
|
|
69
72
|
|
|
70
|
-
var
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
73
|
+
var handleFilterDoing = function handleFilterDoing() {
|
|
74
|
+
setActiveId(2);
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
var handleFilterOverdue = function handleFilterOverdue() {
|
|
78
|
+
setActiveId(3);
|
|
79
|
+
};
|
|
78
80
|
|
|
79
|
-
return '';
|
|
80
|
-
}, [type]);
|
|
81
81
|
var renderTable = (0, _react.useMemo)(function () {
|
|
82
82
|
return /*#__PURE__*/_react["default"].createElement("table", null, /*#__PURE__*/_react["default"].createElement("thead", null, /*#__PURE__*/_react["default"].createElement("tr", {
|
|
83
83
|
className: "".concat(prefix, "__table-title")
|
|
84
84
|
}, /*#__PURE__*/_react["default"].createElement("td", {
|
|
85
85
|
className: "".concat(prefix, "__table-title-okrs")
|
|
86
|
-
}, (0, _getLocale.getLocale)(
|
|
86
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_Title_Taskname")), /*#__PURE__*/_react["default"].createElement("td", {
|
|
87
87
|
className: "".concat(prefix, "__table-title-progress")
|
|
88
|
-
}, (0, _getLocale.getLocale)(
|
|
88
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Progresss1")), /*#__PURE__*/_react["default"].createElement("td", {
|
|
89
89
|
className: "".concat(prefix, "__table-title-progress-desc")
|
|
90
|
-
}, (0, _getLocale.getLocale)(
|
|
91
|
-
overlay: (0, _getLocale.getLocale)(
|
|
90
|
+
}, (0, _getLocale.getLocale)("Feed_Tab_Title_Progress"), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
91
|
+
overlay: (0, _getLocale.getLocale)("Rep_NewS_PrgreTask"),
|
|
92
92
|
placement: "top",
|
|
93
93
|
align: {
|
|
94
94
|
offset: [0, 5]
|
|
95
95
|
}
|
|
96
96
|
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
97
97
|
className: "tu-icon-wiki ".concat(prefix, "__table-title-progress-desc-icon")
|
|
98
|
-
}))))), /*#__PURE__*/_react["default"].createElement("tbody", null,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
return /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
103
|
-
className: "".concat(prefix, "__table-row-title"),
|
|
104
|
-
onClick: function onClick() {
|
|
105
|
-
return handleShowTaskDetail(item);
|
|
106
|
-
}
|
|
107
|
-
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
108
|
-
className: "".concat(prefix, "__table-row-title-icon ").concat(_constant.EStatusStatus2ClassType[item.Status])
|
|
109
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
110
|
-
className: "".concat(prefix, "__table-row-title-text")
|
|
111
|
-
}, item.Name))), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
|
|
112
|
-
id: "".concat(item.Id),
|
|
113
|
-
type: "task",
|
|
114
|
-
status: item.Status === 1 ? "normal" : "risk",
|
|
115
|
-
value: item.Progress,
|
|
116
|
-
editable: false,
|
|
117
|
-
riskLevel: item.Status
|
|
118
|
-
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
|
|
119
|
-
value: (item === null || item === void 0 ? void 0 : (_item$LastContent = item.LastContent) === null || _item$LastContent === void 0 ? void 0 : _item$LastContent.trim()) || '',
|
|
120
|
-
date: item.LastContentTime,
|
|
121
|
-
editable: false,
|
|
122
|
-
id: item.Id
|
|
123
|
-
})));
|
|
124
|
-
} else {
|
|
125
|
-
return /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", {
|
|
126
|
-
colSpan: 4
|
|
127
|
-
}, /*#__PURE__*/_react["default"].createElement(_tableRowOProject["default"], {
|
|
128
|
-
id: item.Id // isO={item.Type === EObjType.O}
|
|
129
|
-
,
|
|
130
|
-
extraClass: "".concat(prefix, "__table-obj"),
|
|
131
|
-
text: item.Name
|
|
132
|
-
})));
|
|
133
|
-
}
|
|
98
|
+
}))))), /*#__PURE__*/_react["default"].createElement("tbody", null, tableData[activeId].map(function (item) {
|
|
99
|
+
return /*#__PURE__*/_react["default"].createElement(_renderRow["default"], {
|
|
100
|
+
item: item
|
|
101
|
+
});
|
|
134
102
|
})));
|
|
135
|
-
}, [
|
|
103
|
+
}, [tableData, activeId]);
|
|
136
104
|
(0, _react.useEffect)(function () {
|
|
137
|
-
if (
|
|
138
|
-
|
|
105
|
+
if (data && typeof data === 'string') {
|
|
106
|
+
var statisticData = (0, _utils.getStatusStatistic)(JSON.parse(data).Rows);
|
|
107
|
+
setStatusStatistic(statisticData);
|
|
108
|
+
setTableData((0, _utils.formatTaskData)(JSON.parse(data).Rows));
|
|
139
109
|
|
|
140
|
-
if (
|
|
141
|
-
|
|
110
|
+
if (activeId === 1 && statisticData.done > 0 || activeId === 2 && statisticData.doing > 0 || activeId === 3 && statisticData.overDue > 0) {
|
|
111
|
+
return;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
if (statisticData.done > 0) {
|
|
115
|
+
setActiveId(1);
|
|
116
|
+
} else if (statisticData.doing > 0) {
|
|
117
|
+
setActiveId(2);
|
|
118
|
+
} else if (statisticData.overDue > 0) {
|
|
119
|
+
setActiveId(3);
|
|
142
120
|
}
|
|
143
121
|
}
|
|
144
122
|
}, [data]);
|
|
145
|
-
|
|
123
|
+
|
|
124
|
+
if (data && typeof data === 'string') {
|
|
125
|
+
if (!JSON.parse(data).Rows || !JSON.parse(data).Rows.length) {
|
|
126
|
+
return null;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
146
130
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
147
131
|
className: prefix
|
|
148
132
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
149
133
|
className: "".concat(prefix, "__title")
|
|
150
|
-
}, title), /*#__PURE__*/_react["default"].createElement("div", {
|
|
134
|
+
}, title), statusStatistic.done + statusStatistic.doing + statusStatistic.overDue > 0 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
151
135
|
className: "".concat(prefix, "__statistic")
|
|
152
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
153
|
-
|
|
154
|
-
|
|
136
|
+
}, statusStatistic.done > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
137
|
+
onClick: handleFilterDone,
|
|
138
|
+
className: (0, _classnames["default"])("".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--finished"), _defineProperty({}, "".concat(prefix, "__statistic-item--finished-active"), activeId === 1))
|
|
139
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_E_From_Completed"), " ", /*#__PURE__*/_react["default"].createElement("span", {
|
|
155
140
|
className: "".concat(prefix, "__statistic-item--finished-text")
|
|
156
|
-
}, statusStatistic.
|
|
157
|
-
|
|
158
|
-
|
|
141
|
+
}, statusStatistic.done)), statusStatistic.doing > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
142
|
+
onClick: handleFilterDoing,
|
|
143
|
+
className: (0, _classnames["default"])("".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--processing"), _defineProperty({}, "".concat(prefix, "__statistic-item--processing-active"), activeId === 2))
|
|
144
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_Butt_Inprogress"), " ", /*#__PURE__*/_react["default"].createElement("span", {
|
|
159
145
|
className: "".concat(prefix, "__statistic-item--processing-text")
|
|
160
|
-
}, statusStatistic.doing)), /*#__PURE__*/_react["default"].createElement("span", {
|
|
161
|
-
|
|
162
|
-
|
|
146
|
+
}, statusStatistic.doing)), statusStatistic.overDue > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
147
|
+
onClick: handleFilterOverdue,
|
|
148
|
+
className: (0, _classnames["default"])("".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--overdue"), _defineProperty({}, "".concat(prefix, "__statistic-item--overdue-active"), activeId === 3))
|
|
149
|
+
}, (0, _getLocale.getLocale)("OKR_MyO_E_Overdue"), " ", /*#__PURE__*/_react["default"].createElement("span", {
|
|
163
150
|
className: "".concat(prefix, "__statistic-item--overdue-text")
|
|
164
|
-
}, statusStatistic.overDue))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
151
|
+
}, statusStatistic.overDue))), (tableData[1].length > 0 || tableData[2].length > 0 || tableData[3].length > 0) && /*#__PURE__*/_react["default"].createElement("div", {
|
|
165
152
|
className: "".concat(prefix, "__table")
|
|
166
153
|
}, renderTable));
|
|
167
154
|
};
|
|
@@ -2,4 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
|
-
});
|
|
5
|
+
});
|
|
6
|
+
exports.EReportType = exports.EImportType = void 0;
|
|
7
|
+
var EReportType;
|
|
8
|
+
exports.EReportType = EReportType;
|
|
9
|
+
|
|
10
|
+
(function (EReportType) {
|
|
11
|
+
EReportType[EReportType["Daily"] = 8] = "Daily";
|
|
12
|
+
EReportType[EReportType["Weekly"] = 26] = "Weekly";
|
|
13
|
+
EReportType[EReportType["Month"] = 27] = "Month";
|
|
14
|
+
})(EReportType || (exports.EReportType = EReportType = {}));
|
|
15
|
+
|
|
16
|
+
var EImportType;
|
|
17
|
+
exports.EImportType = EImportType;
|
|
18
|
+
|
|
19
|
+
(function (EImportType) {
|
|
20
|
+
EImportType[EImportType["Imported"] = 1] = "Imported";
|
|
21
|
+
EImportType[EImportType["NotImported"] = 0] = "NotImported";
|
|
22
|
+
})(EImportType || (exports.EImportType = EImportType = {}));
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _progress = _interopRequireDefault(require("../progress"));
|
|
11
|
+
|
|
12
|
+
var _tableRowOProject = _interopRequireDefault(require("../table-row-o-project"));
|
|
13
|
+
|
|
14
|
+
var _constant = require("./constant");
|
|
15
|
+
|
|
16
|
+
var _schedule = _interopRequireDefault(require("../schedule"));
|
|
17
|
+
|
|
18
|
+
var _getLocale = require("../../../../../utils/getLocale");
|
|
19
|
+
|
|
20
|
+
require("./index.css");
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
+
|
|
24
|
+
var prefix = "titaui-dynamic-summary-task-progress";
|
|
25
|
+
|
|
26
|
+
var RenderRow = function RenderRow(_ref) {
|
|
27
|
+
var item = _ref.item;
|
|
28
|
+
|
|
29
|
+
var handleShowTaskDetail = function handleShowTaskDetail(item) {
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
window.Talent.app.vent.trigger("global-pull-screen", item.TaskId, "task");
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
var render = function render() {
|
|
35
|
+
if (item.IsImport) {
|
|
36
|
+
var _item$LastContent;
|
|
37
|
+
|
|
38
|
+
return /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
39
|
+
className: "".concat(prefix, "__table-row-title"),
|
|
40
|
+
onClick: function onClick() {
|
|
41
|
+
return handleShowTaskDetail(item);
|
|
42
|
+
}
|
|
43
|
+
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
44
|
+
className: "".concat(prefix, "__table-row-title-icon ").concat(_constant.EStatusStatus2ClassType[item.Status])
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
46
|
+
className: "".concat(prefix, "__table-row-title-text")
|
|
47
|
+
}, item.Name), item.RemainDay > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
48
|
+
className: "".concat(prefix, "__table-row-title-remain")
|
|
49
|
+
}, (0, _getLocale.getLocale)("Rep_NewS_PrgreDelay").replace("XX", item.RemainDay)), item.WorkTimes > 0 && /*#__PURE__*/_react["default"].createElement("span", {
|
|
50
|
+
className: "".concat(prefix, "__table-row-title-worktime")
|
|
51
|
+
}, item.WorkTimes, "h"))), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
|
|
52
|
+
id: "".concat(item.Id),
|
|
53
|
+
type: "task",
|
|
54
|
+
status: item.Status === 1 || item.Status === 2 && item.RiskLevel === 4 ? "normal" : "risk",
|
|
55
|
+
value: item.Progress,
|
|
56
|
+
editable: false
|
|
57
|
+
})), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
|
|
58
|
+
value: (item === null || item === void 0 ? void 0 : (_item$LastContent = item.LastContent) === null || _item$LastContent === void 0 ? void 0 : _item$LastContent.trim()) || "",
|
|
59
|
+
editable: false,
|
|
60
|
+
id: item.Id
|
|
61
|
+
})));
|
|
62
|
+
} else {
|
|
63
|
+
return /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", {
|
|
64
|
+
colSpan: 3
|
|
65
|
+
}, /*#__PURE__*/_react["default"].createElement(_tableRowOProject["default"], {
|
|
66
|
+
id: item.Id // 6: okr 4: 项目
|
|
67
|
+
,
|
|
68
|
+
isO: item.ParentObjType === 6,
|
|
69
|
+
extraClass: "".concat(prefix, "__table-obj"),
|
|
70
|
+
text: item.Name,
|
|
71
|
+
notIcon: item.ParentObjType !== 4 && item.ParentObjType !== 6
|
|
72
|
+
})));
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, render());
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
var _default = RenderRow;
|
|
80
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getTasks = void 0;
|
|
7
|
+
|
|
8
|
+
var _request = require("@titaui/request");
|
|
9
|
+
|
|
10
|
+
var getTasks = function getTasks(_ref) {
|
|
11
|
+
var feedId = _ref.feedId,
|
|
12
|
+
moduleId = _ref.moduleId;
|
|
13
|
+
return (0, _request.rpost)("v1")("summary/task/search/".concat(feedId, "/").concat(moduleId));
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
exports.getTasks = getTasks;
|