@titaui/pc 1.12.16 → 1.12.17-beta.1
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.css +11 -0
- package/lib/components/attachments-preview/index.js +112 -0
- package/lib/components/auto-save/img/failed.svg +17 -0
- package/lib/components/auto-save/img/success.svg +16 -0
- package/lib/components/auto-save/index.css +39 -0
- package/lib/components/auto-save/index.js +78 -0
- package/lib/components/auto-save/interface.js +5 -0
- package/lib/components/color-date-picker/index.css +72 -0
- package/lib/components/color-date-picker/index.js +129 -0
- package/lib/components/color-date-picker/interface.js +14 -0
- package/lib/components/dialog-confirm/index.css +1 -0
- package/lib/components/dialog-confirm/index.js +5 -3
- package/lib/components/dialog-upload/img/doc.svg +1 -0
- package/lib/components/dialog-upload/img/other.svg +1 -0
- package/lib/components/dialog-upload/img/pdf.svg +1 -0
- package/lib/components/dialog-upload/img/ppt.svg +1 -0
- package/lib/components/dialog-upload/img/radio.svg +1 -0
- package/lib/components/dialog-upload/img/video.svg +1 -0
- package/lib/components/dialog-upload/img/xls.svg +1 -0
- package/lib/components/dialog-upload/index.css +77 -0
- package/lib/components/dialog-upload/index.js +332 -0
- package/lib/components/dialog-upload/type.js +35 -0
- package/lib/components/dialog-upload/uploaded-preview.css +77 -0
- package/lib/components/dialog-upload/uploaded-preview.js +132 -0
- package/lib/components/dialog-upload/util.js +131 -0
- package/lib/components/drawer/index.css +5 -5
- package/lib/components/drawer/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/api.js +27 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +119 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +14 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +75 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +195 -0
- package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +143 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/header/index.js +1 -5
- package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +31 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +171 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +152 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +10 -0
- package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +10 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +8 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +26 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +8 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +26 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +197 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +222 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +20 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +134 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +10 -0
- package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +60 -0
- package/lib/components/dynamic/dynamic-item/components/progress/index.css +25 -0
- package/lib/components/dynamic/dynamic-item/components/progress/index.js +71 -0
- package/lib/components/dynamic/dynamic-item/components/progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/index.css +35 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/index.js +55 -0
- package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +45 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +166 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +359 -0
- package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +49 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +24 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +52 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +50 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +65 -0
- package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +16 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +201 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +170 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +5 -0
- package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +27 -0
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -2
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +68 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +50 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +43 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +87 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +45 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +184 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +267 -0
- package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +30 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +3 -2
- package/lib/components/dynamic/dynamic-item/index.css +1 -0
- package/lib/components/dynamic/dynamic-item/index.js +18 -5
- package/lib/components/dynamic/dynamic-list/index.js +4 -4
- package/lib/components/form/form-fields/date/index.js +8 -7
- package/lib/components/import-modal/helper.js +225 -0
- package/lib/components/import-modal/image/loading.gif +0 -0
- package/lib/components/import-modal/import-okr-modal/index.css +18 -0
- package/lib/components/import-modal/import-okr-modal/index.js +137 -0
- package/lib/components/import-modal/import-task-modal/index.css +18 -0
- package/lib/components/import-modal/import-task-modal/index.js +243 -0
- package/lib/components/import-modal/import-task-modal/search-form.js +141 -0
- package/lib/components/import-modal/index.css +30 -0
- package/lib/components/import-modal/index.js +20 -0
- package/lib/components/import-modal/radio.js +62 -0
- package/lib/components/import-modal/request-api.js +204 -0
- package/lib/components/import-modal/search/category-select.js +74 -0
- package/lib/components/import-modal/search/okr-classify-select.js +74 -0
- package/lib/components/import-modal/search/okr-status-select.js +74 -0
- package/lib/components/import-modal/search/okr-type-select.js +87 -0
- package/lib/components/import-modal/search/principal.js +135 -0
- package/lib/components/import-modal/search/relation.js +80 -0
- package/lib/components/import-modal/search/search-dropdown/index.css +50 -0
- package/lib/components/import-modal/search/search-dropdown/index.js +32 -0
- package/lib/components/import-modal/search/task-relation.js +80 -0
- package/lib/components/import-modal/search/task-status-select.js +87 -0
- package/lib/components/import-modal/search/work-relation.js +83 -0
- package/lib/components/import-modal/search/work-status-select.js +74 -0
- package/lib/components/import-modal/tree/okr-tree/index.css +61 -0
- package/lib/components/import-modal/tree/okr-tree/index.js +269 -0
- package/lib/components/import-modal/tree/okr-tree/search-form.js +169 -0
- package/lib/components/import-modal/tree/task-work-tree/index.css +124 -0
- package/lib/components/import-modal/tree/task-work-tree/index.js +190 -0
- package/lib/components/import-modal/tree-node/index.css +0 -0
- package/lib/components/import-modal/tree-node/index.js +51 -0
- package/lib/components/import-modal/tree-node/kr-node/index.css +65 -0
- package/lib/components/import-modal/tree-node/kr-node/index.js +112 -0
- package/lib/components/import-modal/tree-node/milestone-node/index.css +61 -0
- package/lib/components/import-modal/tree-node/milestone-node/index.js +118 -0
- package/lib/components/import-modal/tree-node/o-node/index.css +53 -0
- package/lib/components/import-modal/tree-node/o-node/index.js +142 -0
- package/lib/components/import-modal/tree-node/work-node/index.css +51 -0
- package/lib/components/import-modal/tree-node/work-node/index.js +108 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +14 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +18 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +15 -0
- package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +15 -0
- package/lib/components/menus/components/menu-tree/tree-node/index.css +120 -0
- package/lib/components/menus/components/menu-tree/tree-node/index.js +22 -2
- package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +78 -0
- package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +78 -0
- package/lib/components/menus/export-modules/appraisal-menus/index.js +6 -6
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +70 -70
- package/lib/components/menus/export-modules/interview-menus/constant.js +12 -12
- package/lib/components/menus/export-modules/okr-menus/index.js +6 -6
- package/lib/components/menus/export-modules/okr-menus/menus.js +60 -60
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +2 -2
- package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +56 -0
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +32 -0
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +231 -0
- package/lib/components/menus/export-modules/summary-menus/index.css +9 -0
- package/lib/components/menus/export-modules/summary-menus/index.js +136 -0
- package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +76 -0
- package/lib/components/menus/export-modules/summary-menus/menus.js +189 -0
- package/lib/components/menus/export-modules/summary-menus/request-api.js +17 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +28 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.css +14 -0
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +201 -0
- package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +242 -0
- package/lib/components/menus/i18n.js +8 -0
- package/lib/components/menus/index.js +6 -0
- package/lib/components/menus/request-apis.js +8 -2
- package/lib/components/nav-top/components/app-center/index.js +9 -9
- package/lib/components/nav-top/components/menu/index.js +19 -15
- package/lib/components/nav-top/components/user-message/index.js +19 -19
- package/lib/components/nav-top/index.js +18 -18
- package/lib/components/new-confidence/constant.js +53 -0
- package/lib/components/new-confidence/img/1.svg +40 -0
- package/lib/components/new-confidence/img/10.svg +33 -0
- package/lib/components/new-confidence/img/2.svg +40 -0
- package/lib/components/new-confidence/img/3.svg +40 -0
- package/lib/components/new-confidence/img/4.svg +40 -0
- package/lib/components/new-confidence/img/5.svg +40 -0
- package/lib/components/new-confidence/img/6.svg +40 -0
- package/lib/components/new-confidence/img/7.svg +40 -0
- package/lib/components/new-confidence/img/8.svg +40 -0
- package/lib/components/new-confidence/img/9.svg +40 -0
- package/lib/components/new-confidence/index.css +62 -0
- package/lib/components/new-confidence/index.js +115 -0
- package/lib/components/new-confidence/interface.js +5 -0
- package/lib/components/okr-detail/components/header/o-avatar.js +6 -6
- package/lib/components/okr-flow/export-modal/index.css +3 -3
- package/lib/components/okr-flow/export-modal/index.js +1 -1
- package/lib/components/order-have-award/index.js +6 -6
- package/lib/components/period-selector/components/button/style.js +5 -5
- package/lib/components/picker/components/cross.svg +17 -0
- package/lib/components/picker/components/panels/date-panel/date-body.js +31 -19
- package/lib/components/picker/components/panels/date-panel/date-head.js +8 -8
- package/lib/components/picker/components/panels/date-panel/index.js +1 -1
- package/lib/components/picker/components/panels/month-panel/index.css +5 -0
- package/lib/components/picker/components/panels/month-panel/index.js +34 -4
- package/lib/components/picker/components/panels/month-panel/month-body.js +4 -5
- package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
- package/lib/components/picker/components/panels/week-panel/index.css +42 -0
- package/lib/components/picker/components/panels/week-panel/index.js +49 -0
- package/lib/components/picker/components/panels/week-panel/utils.js +124 -0
- package/lib/components/picker/components/panels/week-panel/week-body.js +71 -0
- package/lib/components/picker/components/panels/week-panel/week-head.js +80 -0
- package/lib/components/picker/components/panels/year-panel/index.css +5 -0
- package/lib/components/picker/components/panels/year-panel/index.js +34 -3
- package/lib/components/picker/components/panels/year-panel/year-body.js +10 -3
- package/lib/components/picker/components/picker-trigger/index.css +6 -1
- package/lib/components/picker/components/picker-trigger/index.js +16 -11
- package/lib/components/picker/context.js +17 -2
- package/lib/components/picker/index.css +29 -1
- package/lib/components/picker/index.js +3 -0
- package/lib/components/picker/picker-panels.js +98 -61
- package/lib/components/picker/picker.js +44 -30
- package/lib/components/picker/range-picker/components/picker-trigger/index.css +97 -0
- package/lib/components/picker/range-picker/components/picker-trigger/index.js +109 -0
- package/lib/components/picker/range-picker/components/placeholder/index.js +91 -0
- package/lib/components/picker/range-picker/components/select-input/index.js +72 -0
- package/lib/components/picker/range-picker/components/shortcuts/index.js +45 -0
- package/lib/components/picker/range-picker/index.css +158 -0
- package/lib/components/picker/range-picker/index.js +263 -0
- package/lib/components/picker/utils.js +168 -11
- package/lib/components/promise-confirm/index.css +0 -0
- package/lib/components/promise-confirm/index.js +117 -0
- package/lib/components/promise-confirm/interface.js +5 -0
- package/lib/components/rate/index.css +111 -0
- package/lib/components/rate/index.js +52 -0
- package/lib/components/regulation-setting-item/index.css +33 -0
- package/lib/components/regulation-setting-item/index.js +37 -0
- package/lib/components/rich-editor/schemas/list.js +0 -1
- package/lib/components/rich-editor-at/components/index.css +66 -0
- package/lib/components/rich-editor-at/components/index.js +189 -0
- package/lib/components/rich-editor-at/index.css +40 -0
- package/lib/components/rich-editor-at/index.js +113 -0
- package/lib/components/rich-editor-upload/index.css +11 -0
- package/lib/components/rich-editor-upload/index.js +87 -0
- package/lib/components/search-input/index.js +5 -0
- package/lib/components/select-tags/index.js +7 -1
- package/lib/components/task-relation-modal/helper.js +6 -6
- package/lib/components/task-relation-modal/request-api.js +9 -9
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +5 -5
- package/lib/components/textarea/index.js +7 -5
- package/lib/components/tooltip/tooltip.js +2 -2
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +1 -1
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +3 -3
- package/lib/components/user-selector/request-apis.js +13 -13
- package/lib/components/write-summary-modal/index.css +79 -0
- package/lib/components/write-summary-modal/index.js +167 -0
- package/lib/components/write-summary-modal/interface.js +19 -0
- package/lib/components/write-summary-modal/request-api.js +18 -0
- package/lib/components/write-summary-modal/utils.js +31 -0
- package/lib/index.js +56 -0
- package/lib/pages/aha2021/index.js +3 -3
- package/lib/pages/aha2021/new-menu-switcher/index.js +4 -4
- package/lib/pages/aha2021/request-api.js +1 -1
- package/lib/utils/bs-global.js +1 -1
- package/lib/utils/constant.js +14 -2
- package/lib/utils/helpers.js +56 -11
- package/lib/utils/planDataJson.js +1 -0
- package/package.json +2 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.translateUsersToTreeNode = exports.translateDepartsToTreeNode = void 0;
|
|
7
|
+
|
|
8
|
+
var _index = require("../../../components/menu-tree/tree-node/index");
|
|
9
|
+
|
|
10
|
+
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; }
|
|
11
|
+
|
|
12
|
+
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; }
|
|
13
|
+
|
|
14
|
+
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; }
|
|
15
|
+
|
|
16
|
+
var translateDepartsToTreeNode = function translateDepartsToTreeNode() {
|
|
17
|
+
var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
18
|
+
var res = [];
|
|
19
|
+
data.forEach(function (item) {
|
|
20
|
+
var node = {
|
|
21
|
+
key: "".concat(item.id),
|
|
22
|
+
id: "".concat(item.id),
|
|
23
|
+
pid: "".concat(item.pid),
|
|
24
|
+
title: item.name,
|
|
25
|
+
nodeType: _index.DEPART_NODE,
|
|
26
|
+
async: item.hasChild,
|
|
27
|
+
isLeaf: !item.hasChild,
|
|
28
|
+
data: _objectSpread({}, item)
|
|
29
|
+
};
|
|
30
|
+
res.push(node);
|
|
31
|
+
});
|
|
32
|
+
return res;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
exports.translateDepartsToTreeNode = translateDepartsToTreeNode;
|
|
36
|
+
|
|
37
|
+
var translateUsersToTreeNode = function translateUsersToTreeNode() {
|
|
38
|
+
var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
39
|
+
var pid = arguments.length > 1 ? arguments[1] : undefined;
|
|
40
|
+
var res = [];
|
|
41
|
+
data.forEach(function (item) {
|
|
42
|
+
var node = {
|
|
43
|
+
key: "".concat(item.userId),
|
|
44
|
+
id: "".concat(item.userId),
|
|
45
|
+
pid: "".concat(pid),
|
|
46
|
+
title: item.name,
|
|
47
|
+
nodeType: _index.USER_NODE,
|
|
48
|
+
isLeaf: true,
|
|
49
|
+
data: _objectSpread({}, item)
|
|
50
|
+
};
|
|
51
|
+
res.push(node);
|
|
52
|
+
});
|
|
53
|
+
return res;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
exports.translateUsersToTreeNode = translateUsersToTreeNode;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.titaui-menus__depart-menus {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.titaui-menus__depart-menus--loading {
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
cursor: default;
|
|
9
|
+
margin-top: 25px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.titaui-menus__depart-menus--loading > span {
|
|
13
|
+
display: inline-block;
|
|
14
|
+
width: 96px;
|
|
15
|
+
height: 20px;
|
|
16
|
+
background: url(../../../images/loading.gif) transparent no-repeat 50% 50%;
|
|
17
|
+
background-size: contain;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.titaui-menus__depart-menus .rc-tree-list-scrollbar {
|
|
21
|
+
width: 4px !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.titaui-menus__depart-menus .rc-tree-list-scrollbar .rc-tree-list-scrollbar-thumb {
|
|
25
|
+
border-radius: 10px !important;
|
|
26
|
+
background: #bac2cf !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.titaui-menus__depart-menus .rc-tree-treenode-selected .titaui-menus-tree__depart-node-title {
|
|
30
|
+
color: #2879ff;
|
|
31
|
+
font-weight: 600;
|
|
32
|
+
}
|
|
@@ -0,0 +1,231 @@
|
|
|
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"] = _default;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _resizeObserverPolyfill = _interopRequireDefault(require("resize-observer-polyfill"));
|
|
15
|
+
|
|
16
|
+
var _i18n = require("../../../i18n");
|
|
17
|
+
|
|
18
|
+
var _menuTree = _interopRequireDefault(require("../../../components/menu-tree"));
|
|
19
|
+
|
|
20
|
+
var _requestApis = require("../../../request-apis");
|
|
21
|
+
|
|
22
|
+
var _index = require("../../../components/menu-tree/tree-node/index");
|
|
23
|
+
|
|
24
|
+
var _utils = require("../../../utils");
|
|
25
|
+
|
|
26
|
+
var _bsGlobal = require("../../../../../utils/bs-global.js");
|
|
27
|
+
|
|
28
|
+
var _precls = _interopRequireDefault(require("../../../precls"));
|
|
29
|
+
|
|
30
|
+
var _scrollbar = _interopRequireDefault(require("../../../../scrollbar"));
|
|
31
|
+
|
|
32
|
+
require("../../../index.css");
|
|
33
|
+
|
|
34
|
+
require("./index.css");
|
|
35
|
+
|
|
36
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
37
|
+
|
|
38
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
39
|
+
|
|
40
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
41
|
+
|
|
42
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
43
|
+
|
|
44
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
45
|
+
|
|
46
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
47
|
+
|
|
48
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
49
|
+
|
|
50
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
51
|
+
|
|
52
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
53
|
+
|
|
54
|
+
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."); }
|
|
55
|
+
|
|
56
|
+
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); }
|
|
57
|
+
|
|
58
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
59
|
+
|
|
60
|
+
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; }
|
|
61
|
+
|
|
62
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
63
|
+
|
|
64
|
+
function _default() {
|
|
65
|
+
var loadedNode = (0, _react.useRef)([]);
|
|
66
|
+
|
|
67
|
+
var _useState = (0, _react.useState)([]),
|
|
68
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
69
|
+
treeData = _useState2[0],
|
|
70
|
+
setTreeData = _useState2[1];
|
|
71
|
+
|
|
72
|
+
var _useState3 = (0, _react.useState)([]),
|
|
73
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
74
|
+
rawTreeData = _useState4[0],
|
|
75
|
+
setRawTreeData = _useState4[1];
|
|
76
|
+
|
|
77
|
+
var _useState5 = (0, _react.useState)(['0']),
|
|
78
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
79
|
+
selectedMenuKeys = _useState6[0],
|
|
80
|
+
setSelectedMenuKeys = _useState6[1];
|
|
81
|
+
|
|
82
|
+
var _useState7 = (0, _react.useState)(true),
|
|
83
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
84
|
+
loading = _useState8[0],
|
|
85
|
+
setLoading = _useState8[1]; // 部门虚拟列表高度配置
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
var _useState9 = (0, _react.useState)(0),
|
|
89
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
90
|
+
height = _useState10[0],
|
|
91
|
+
setHeight = _useState10[1];
|
|
92
|
+
|
|
93
|
+
var _useState11 = (0, _react.useState)(40),
|
|
94
|
+
_useState12 = _slicedToArray(_useState11, 1),
|
|
95
|
+
itemHeight = _useState12[0];
|
|
96
|
+
|
|
97
|
+
var isBoss = (0, _bsGlobal.getUserInfo)().IsBoss;
|
|
98
|
+
|
|
99
|
+
var _useState13 = (0, _react.useState)(window.BSGlobal.OkrAdvancedSetting.KRSetting.OkrDepsShowUser),
|
|
100
|
+
_useState14 = _slicedToArray(_useState13, 1),
|
|
101
|
+
isGetUser = _useState14[0];
|
|
102
|
+
|
|
103
|
+
(0, _react.useEffect)(function () {
|
|
104
|
+
if (isBoss) {
|
|
105
|
+
location.href = '#/summary/manage?departmentName=公司全部&departmentId=0';
|
|
106
|
+
|
|
107
|
+
var allDepartmentText = window.getLocale && window.getLocale(_i18n.locale.menu_alldeparment) || _i18n.locale.menu_alldeparment;
|
|
108
|
+
|
|
109
|
+
(0, _requestApis.getDepsAndUsers)(-1, isGetUser).then(function (rawTreeData) {
|
|
110
|
+
var rootNode = {
|
|
111
|
+
async: true,
|
|
112
|
+
data: {
|
|
113
|
+
id: 0,
|
|
114
|
+
name: allDepartmentText
|
|
115
|
+
},
|
|
116
|
+
pid: -1,
|
|
117
|
+
id: '0',
|
|
118
|
+
key: '0',
|
|
119
|
+
isLeaf: true,
|
|
120
|
+
nodeType: _index.DEPART_NODE,
|
|
121
|
+
title: allDepartmentText
|
|
122
|
+
};
|
|
123
|
+
setRawTreeData([rootNode].concat(_toConsumableArray(rawTreeData)));
|
|
124
|
+
setTreeData((0, _utils.toTree)([rootNode].concat(_toConsumableArray(rawTreeData))));
|
|
125
|
+
setLoading(false);
|
|
126
|
+
});
|
|
127
|
+
} else {
|
|
128
|
+
(0, _requestApis.getMyDepartMent)().then(function (res) {
|
|
129
|
+
location.href = "#/summary/manage?departmentName=".concat(res.Data[0].name, "&departmentId=").concat(res.Data[0].id);
|
|
130
|
+
var rawTreeData = res.Data;
|
|
131
|
+
var rootNode = {
|
|
132
|
+
async: true,
|
|
133
|
+
data: {
|
|
134
|
+
id: rawTreeData[0].id,
|
|
135
|
+
name: rawTreeData[0].name,
|
|
136
|
+
isOpen: rawTreeData[0].isOpen,
|
|
137
|
+
hasChild: rawTreeData[0].hasChild
|
|
138
|
+
},
|
|
139
|
+
pid: -1,
|
|
140
|
+
id: rawTreeData[0].id,
|
|
141
|
+
key: '0',
|
|
142
|
+
// isLeaf: !rawTreeData[0].hasChild,
|
|
143
|
+
nodeType: _index.DEPART_NODE,
|
|
144
|
+
title: rawTreeData[0].name
|
|
145
|
+
};
|
|
146
|
+
setRawTreeData([rootNode].concat(_toConsumableArray(rawTreeData)));
|
|
147
|
+
setTreeData((0, _utils.toTree)([rootNode].concat(_toConsumableArray(rawTreeData))));
|
|
148
|
+
setLoading(false);
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
}, []); // 因为要实现虚拟列表的功能,所有要动态的计算出一个菜单的高度
|
|
152
|
+
|
|
153
|
+
(0, _react.useEffect)(function () {
|
|
154
|
+
setHeight(document.body.offsetHeight - 164);
|
|
155
|
+
}, []); // 动态加载子节点数据集
|
|
156
|
+
|
|
157
|
+
var onLoadTreeNodeDataHandler = function onLoadTreeNodeDataHandler(treeNode) {
|
|
158
|
+
if (loadedNode.current.includes(treeNode.id)) return null;
|
|
159
|
+
return new Promise(function (resolve) {
|
|
160
|
+
(0, _requestApis.getDepsAndUsers)(treeNode.id, false).then(function (nodes) {
|
|
161
|
+
if (!nodes.length) {
|
|
162
|
+
resolve(true);
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
nodes.forEach(function (it) {
|
|
167
|
+
return rawTreeData.push(it);
|
|
168
|
+
});
|
|
169
|
+
setRawTreeData(rawTreeData);
|
|
170
|
+
setTreeData((0, _utils.toTree)(rawTreeData));
|
|
171
|
+
resolve(true);
|
|
172
|
+
});
|
|
173
|
+
});
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
var onSelectHandler = function onSelectHandler(selectedKyes, _ref) {
|
|
177
|
+
var node = _ref.node;
|
|
178
|
+
// 处理菜单选中
|
|
179
|
+
if (!selectedKyes.length) return;
|
|
180
|
+
var nodeType = node.nodeType,
|
|
181
|
+
data = node.data;
|
|
182
|
+
|
|
183
|
+
if (nodeType == _index.USER_NODE) {
|
|
184
|
+
location.href = "#/summary/manage?toUserId=".concat(data.userId);
|
|
185
|
+
} else if (nodeType == _index.DEPART_NODE) {
|
|
186
|
+
location.href = "#/summary/manage?departmentName=".concat(data.name, "&departmentId=").concat(data.id);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
setSelectedMenuKeys(selectedKyes);
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
(0, _react.useEffect)(function () {
|
|
193
|
+
var obs = new _resizeObserverPolyfill["default"](function (entries) {
|
|
194
|
+
var _iterator = _createForOfIteratorHelper(entries),
|
|
195
|
+
_step;
|
|
196
|
+
|
|
197
|
+
try {
|
|
198
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
199
|
+
var entry = _step.value;
|
|
200
|
+
var cr = entry.contentRect;
|
|
201
|
+
setHeight(cr.height - 164);
|
|
202
|
+
}
|
|
203
|
+
} catch (err) {
|
|
204
|
+
_iterator.e(err);
|
|
205
|
+
} finally {
|
|
206
|
+
_iterator.f();
|
|
207
|
+
}
|
|
208
|
+
});
|
|
209
|
+
obs.observe(document.body);
|
|
210
|
+
return function () {
|
|
211
|
+
obs.unobserve(document.body);
|
|
212
|
+
};
|
|
213
|
+
}, []);
|
|
214
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
215
|
+
className: (0, _classnames["default"])("".concat(_precls["default"], "__depart-menus"))
|
|
216
|
+
}, loading ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
217
|
+
className: (0, _classnames["default"])("".concat(_precls["default"], "__depart-menus--loading"))
|
|
218
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null)) : /*#__PURE__*/_react["default"].createElement(_scrollbar["default"], {
|
|
219
|
+
style: {
|
|
220
|
+
maxHeight: height
|
|
221
|
+
}
|
|
222
|
+
}, /*#__PURE__*/_react["default"].createElement(_menuTree["default"], {
|
|
223
|
+
data: treeData,
|
|
224
|
+
itemHeight: itemHeight,
|
|
225
|
+
virtual: true,
|
|
226
|
+
onSelect: onSelectHandler,
|
|
227
|
+
defaultExpandedKeys: ['0'],
|
|
228
|
+
selectedKeys: selectedMenuKeys,
|
|
229
|
+
loadData: onLoadTreeNodeDataHandler
|
|
230
|
+
})));
|
|
231
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
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 _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _reactRouter = require("react-router");
|
|
15
|
+
|
|
16
|
+
var _departMenus = _interopRequireDefault(require("./depart-menus"));
|
|
17
|
+
|
|
18
|
+
var _flipMenuCard = _interopRequireDefault(require("../../components/flip-menu-card"));
|
|
19
|
+
|
|
20
|
+
var _searchColleague = _interopRequireDefault(require("../../components/search-colleague"));
|
|
21
|
+
|
|
22
|
+
var _summaryFrontMenus = _interopRequireDefault(require("./summary-front-menus"));
|
|
23
|
+
|
|
24
|
+
var _subordinateMenus = _interopRequireDefault(require("./subordinate-menus"));
|
|
25
|
+
|
|
26
|
+
var _context = require("../../context");
|
|
27
|
+
|
|
28
|
+
var _precls = _interopRequireDefault(require("../../precls"));
|
|
29
|
+
|
|
30
|
+
var _getLocale = require("../../../../utils/getLocale");
|
|
31
|
+
|
|
32
|
+
require("../../index.css");
|
|
33
|
+
|
|
34
|
+
require("./index.css");
|
|
35
|
+
|
|
36
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
37
|
+
|
|
38
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
39
|
+
|
|
40
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
41
|
+
|
|
42
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
43
|
+
|
|
44
|
+
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."); }
|
|
45
|
+
|
|
46
|
+
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); }
|
|
47
|
+
|
|
48
|
+
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; }
|
|
49
|
+
|
|
50
|
+
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; }
|
|
51
|
+
|
|
52
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
53
|
+
|
|
54
|
+
function SummaryMenus(props) {
|
|
55
|
+
var _props$onSelect = props.onSelect,
|
|
56
|
+
onSelect = _props$onSelect === void 0 ? function () {} : _props$onSelect,
|
|
57
|
+
history = props.history;
|
|
58
|
+
|
|
59
|
+
var _useState = (0, _react.useState)({}),
|
|
60
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
61
|
+
flipOptions = _useState2[0],
|
|
62
|
+
setFlipOptions = _useState2[1];
|
|
63
|
+
|
|
64
|
+
var _useState3 = (0, _react.useState)(""),
|
|
65
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
66
|
+
flipBackType = _useState4[0],
|
|
67
|
+
setFlipBackType = _useState4[1];
|
|
68
|
+
|
|
69
|
+
var summmaryFrontMenu = (0, _react.useRef)();
|
|
70
|
+
var menuRef = (0, _react.useRef)();
|
|
71
|
+
var flipRef = (0, _react.useRef)({
|
|
72
|
+
next: function next() {},
|
|
73
|
+
goback: function goback() {}
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
var onUserSelectHandler = function onUserSelectHandler(user) {
|
|
77
|
+
location.href = "#/summary/manage?toUserId=".concat(user.id);
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
var flipGoNext = function flipGoNext(opt) {
|
|
81
|
+
setFlipBackType(opt.type);
|
|
82
|
+
setFlipOptions(opt.options);
|
|
83
|
+
flipRef.current.next();
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
var collapseMenu = function collapseMenu(isHide) {
|
|
87
|
+
if (isHide) {
|
|
88
|
+
menuRef.current.style.width = "0px";
|
|
89
|
+
} else {
|
|
90
|
+
menuRef.current.style.width = "";
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
var onFlipChangeHandler = function onFlipChangeHandler(isBack) {
|
|
95
|
+
if (!isBack) {
|
|
96
|
+
// 返回,取消菜单的高亮
|
|
97
|
+
summmaryFrontMenu.current.setSelectedMenuKeys([]);
|
|
98
|
+
setTimeout(function () {
|
|
99
|
+
return (// 正面时销毁背面
|
|
100
|
+
setFlipBackType("")
|
|
101
|
+
);
|
|
102
|
+
}, 600);
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
return /*#__PURE__*/_react["default"].createElement(_context.FlipContext.Provider, {
|
|
107
|
+
value: {
|
|
108
|
+
flipGoNext: flipGoNext
|
|
109
|
+
}
|
|
110
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
|
+
ref: menuRef,
|
|
112
|
+
className: (0, _classnames["default"])("".concat(_precls["default"], "-summary-menus"))
|
|
113
|
+
}, /*#__PURE__*/_react["default"].createElement(_flipMenuCard["default"], {
|
|
114
|
+
ref: flipRef,
|
|
115
|
+
collapseMenu: collapseMenu,
|
|
116
|
+
defaultWidth: _getLocale.isEn ? 210 : 180,
|
|
117
|
+
onChange: onFlipChangeHandler
|
|
118
|
+
}, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
119
|
+
style: {
|
|
120
|
+
marginBottom: 12
|
|
121
|
+
}
|
|
122
|
+
}, /*#__PURE__*/_react["default"].createElement(_searchColleague["default"], {
|
|
123
|
+
onSelect: onUserSelectHandler
|
|
124
|
+
})), /*#__PURE__*/_react["default"].createElement(_summaryFrontMenus["default"], {
|
|
125
|
+
ref: summmaryFrontMenu,
|
|
126
|
+
onSelect: onSelect,
|
|
127
|
+
history: history
|
|
128
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
129
|
+
className: (0, _classnames["default"])("".concat(_precls["default"], "-summary-menus-back"), "tita-bootstrap__scrollbar")
|
|
130
|
+
}, flipBackType == "depart" && /*#__PURE__*/_react["default"].createElement(_departMenus["default"], null), flipBackType == "subordinate" && /*#__PURE__*/_react["default"].createElement(_subordinateMenus["default"], flipOptions)))));
|
|
131
|
+
} // @ts-ignore
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
var _default = (0, _reactRouter.withRouter)(SummaryMenus);
|
|
135
|
+
|
|
136
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _menus = require("./menus");
|
|
9
|
+
|
|
10
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
11
|
+
|
|
12
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
13
|
+
|
|
14
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
15
|
+
|
|
16
|
+
var _default = /*#__PURE__*/function () {
|
|
17
|
+
function _default(history) {
|
|
18
|
+
_classCallCheck(this, _default);
|
|
19
|
+
|
|
20
|
+
this.history = null;
|
|
21
|
+
this.history = history;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(_default, [{
|
|
25
|
+
key: "highlight",
|
|
26
|
+
value: function highlight(cb) {
|
|
27
|
+
if (this.isALLSummary()) {
|
|
28
|
+
cb(_menus.PAGE_SUMMARY_ALl);
|
|
29
|
+
} else if (this.isMySummary()) {
|
|
30
|
+
cb(_menus.PAGE_SUMMARY_MY);
|
|
31
|
+
} else if (this.isSummaryChart()) {
|
|
32
|
+
cb(_menus.PAGE_SUMMARY_CHART);
|
|
33
|
+
} else if (this.isShare()) {
|
|
34
|
+
cb(_menus.PAGE_SUMMARY_SHARE);
|
|
35
|
+
} else if (this.isSubordinatesSummary()) {
|
|
36
|
+
cb(_menus.PAGE_SUMMARY_SUBORDINATE);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
}, {
|
|
42
|
+
key: "isALLSummary",
|
|
43
|
+
value: function isALLSummary() {
|
|
44
|
+
var pathname = this.history.location.pathname;
|
|
45
|
+
return pathname.match(/summary\/all/);
|
|
46
|
+
}
|
|
47
|
+
}, {
|
|
48
|
+
key: "isMySummary",
|
|
49
|
+
value: function isMySummary() {
|
|
50
|
+
var pathname = this.history.location.pathname;
|
|
51
|
+
return pathname.match(/summary\/my/);
|
|
52
|
+
}
|
|
53
|
+
}, {
|
|
54
|
+
key: "isSubordinatesSummary",
|
|
55
|
+
value: function isSubordinatesSummary() {
|
|
56
|
+
var pathname = this.history.location.pathname;
|
|
57
|
+
return pathname.match(/summary\/subordinates/);
|
|
58
|
+
}
|
|
59
|
+
}, {
|
|
60
|
+
key: "isShare",
|
|
61
|
+
value: function isShare() {
|
|
62
|
+
var pathname = this.history.location.pathname;
|
|
63
|
+
return pathname.match(/summary\/share/);
|
|
64
|
+
}
|
|
65
|
+
}, {
|
|
66
|
+
key: "isSummaryChart",
|
|
67
|
+
value: function isSummaryChart() {
|
|
68
|
+
var pathname = this.history.location.pathname;
|
|
69
|
+
return pathname.match(/summary\/chart/);
|
|
70
|
+
}
|
|
71
|
+
}]);
|
|
72
|
+
|
|
73
|
+
return _default;
|
|
74
|
+
}();
|
|
75
|
+
|
|
76
|
+
exports["default"] = _default;
|