@titaui/pc 1.15.82 → 1.15.84-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/book-demo/components/pc/components/content/index.js +8 -6
- package/lib/components/book-demo/components/pc/index.js +22 -18
- package/lib/components/change-okr-modal/Filter.js +3 -1
- package/lib/components/change-okr-modal/Item.js +3 -1
- package/lib/components/common-share/publishMblog.js +3 -1
- package/lib/components/common-share/request-apis.js +4 -2
- package/lib/components/create-okr-modal/fields/okr-classify.js +3 -1
- package/lib/components/create-okr-modal/fields/okr-type.js +3 -1
- package/lib/components/create-okr-modal/index.js +3 -1
- package/lib/components/create-okr-modal/request-api.js +4 -2
- package/lib/components/create-okr-modal/utils/helper.js +3 -1
- package/lib/components/dynamic/components/comments-dialog/api.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +4 -2
- package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +3 -1
- package/lib/components/dynamic/dynamic-item/index.js +4 -2
- package/lib/components/dynamic/request-api.js +3 -1
- package/lib/components/eReport/eReportShare/index.js +3 -1
- package/lib/components/grid-layout/personal-info/index.js +4 -4
- package/lib/components/grid-layout/sub-employee-okr/index.js +3 -1
- package/lib/components/grid-layout/util/network.js +4 -2
- package/lib/components/grid-page/personal-info/index.js +4 -4
- package/lib/components/help-card/index.js +3 -1
- package/lib/components/help-card/request-api.js +4 -2
- package/lib/components/hr-header/index.js +4 -2
- package/lib/components/import-modal/helper.js +1 -1
- package/lib/components/import-modal/request-api.js +6 -2
- package/lib/components/import-modal/tree/okr-tree/search-form.js +2 -2
- package/lib/components/import-modal/tree/task-work-tree/index.js +3 -1
- package/lib/components/import-modal/tree-node/work-node/index.js +3 -1
- package/lib/components/mblog/index.js +3 -1
- package/lib/components/menus/components/menu-card/index.js +3 -1
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +7 -5
- package/lib/components/menus/export-modules/okr-menus/menus.js +3 -1
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +3 -1
- package/lib/components/menus/export-modules/research-menu/index.css +9 -0
- package/lib/components/menus/export-modules/research-menu/index.js +120 -0
- package/lib/components/menus/export-modules/research-menu/menu-highlight.js +44 -0
- package/lib/components/menus/export-modules/research-menu/menus.js +78 -0
- package/lib/components/menus/export-modules/research-menu/research-front-menus.js +158 -0
- package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +1 -1
- package/lib/components/menus/export-modules/summary-menus/menus.js +3 -1
- package/lib/components/menus/export-modules/summary-menus/request-api.js +1 -1
- package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +3 -1
- package/lib/components/menus/index.js +6 -0
- package/lib/components/menus/request-apis.js +4 -2
- package/lib/components/nav-top/components/app-center/index.js +13 -5
- package/lib/components/nav-top/index.js +21 -11
- package/lib/components/nav-top/request.apis.js +4 -3
- package/lib/components/nav-top/utils.js +1 -1
- package/lib/components/okr-detail/base-info/base-info.js +14 -14
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +3 -1
- package/lib/components/okr-detail/detail-footer/index.js +3 -1
- package/lib/components/okr-detail/detail-header/actions.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +3 -1
- package/lib/components/okr-detail/index.js +6 -2
- package/lib/components/okr-detail/request-apis.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +6 -2
- package/lib/components/okr-detail/schedule/util.js +3 -1
- package/lib/components/okr-filter-drawer/filter-form.js +3 -1
- package/lib/components/okr-flow/open-data/index.js +3 -1
- package/lib/components/okr-flow/request-apis.js +4 -2
- package/lib/components/okr-flow/utils/config.js +7 -3
- package/lib/components/okr-progress/components/o-progress/index.js +6 -2
- package/lib/components/okr-progress/util.js +3 -1
- package/lib/components/okr-progress-modal/request-apis.js +4 -2
- package/lib/components/okr-share/publishMblog.js +3 -1
- package/lib/components/okr-share/request-apis.js +4 -2
- package/lib/components/okrcase-library/index.js +3 -1
- package/lib/components/order-have-award/index.js +6 -2
- package/lib/components/part-notice/index.js +5 -1
- package/lib/components/period-selector/helper/index.js +3 -1
- package/lib/components/point-demo/index.js +9 -7
- package/lib/components/point-demo/point-demo.js +5 -3
- package/lib/components/stop-taking-modal/index.js +3 -1
- package/lib/components/superset-charts/utils/axios.js +4 -2
- package/lib/components/survey-model/index.js +7 -7
- package/lib/components/survey-model/instance.js +4 -2
- package/lib/components/task-relation-modal/helper.js +1 -1
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +2 -2
- package/lib/components/task-relation-modal/okr-relation/request-api.js +3 -1
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +3 -1
- package/lib/components/task-relation-modal/request-api.js +3 -1
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +3 -1
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +2 -2
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
- package/lib/components/upload/index.js +4 -2
- package/lib/components/upvote/request-apis.js +4 -2
- package/lib/components/user-selector/empty/group.js +4 -2
- package/lib/components/user-selector/request-apis.js +4 -2
- package/lib/components/version-change-modal/index.js +6 -2
- package/lib/components/video-modal/index.js +3 -1
- package/lib/components/weekly-report/card.js +9 -9
- package/lib/components/word-cloud/request-apis.js +4 -2
- package/lib/pages/aha2021/index.js +8 -4
- package/lib/pages/group-management/components/openData/index.js +9 -3
- package/lib/pages/group-management/groupInterface.js +10 -4
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +5 -3
- package/lib/pages/like-ranking/index.js +3 -1
- package/lib/pages/new-okr-list/header/index.js +10 -4
- package/lib/pages/new-okr-list/index.js +31 -23
- package/lib/pages/okr-map/hooks/useStorage.js +3 -1
- package/lib/pages/okr-map/open-data/index.js +3 -1
- package/lib/pages/okr-map/request-apis.js +4 -2
- package/lib/pages/okr-map/utils.js +10 -7
- package/lib/utils/auth.js +9 -7
- package/lib/utils/bs-global.js +18 -7
- package/lib/utils/helpers.js +15 -5
- package/lib/utils/open-data.js +14 -6
- package/lib/utils/platform.js +15 -5
- package/lib/utils/request-v1.js +9 -3
- package/lib/utils/request.js +3 -3
- package/package.json +3 -3
package/lib/utils/platform.js
CHANGED
|
@@ -11,8 +11,10 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
12
|
|
|
13
13
|
var isPlatform = function isPlatform(name) {
|
|
14
|
+
var _window$BSGlobal$tena;
|
|
15
|
+
|
|
14
16
|
// @ts-ignore
|
|
15
|
-
var source = window.BSGlobal.tenantInfo.Source;
|
|
17
|
+
var source = (_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Source;
|
|
16
18
|
var ua = navigator.userAgent.toLowerCase();
|
|
17
19
|
|
|
18
20
|
switch (name) {
|
|
@@ -39,8 +41,10 @@ var getPlatformConfig = function getPlatformConfig() {
|
|
|
39
41
|
exports.getPlatformConfig = getPlatformConfig;
|
|
40
42
|
|
|
41
43
|
var isDD = function isDD(res) {
|
|
44
|
+
var _window$BSGlobal$tena2;
|
|
45
|
+
|
|
42
46
|
// @ts-ignore
|
|
43
|
-
var source = window.BSGlobal.tenantInfo.Source;
|
|
47
|
+
var source = (_window$BSGlobal$tena2 = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena2 === void 0 ? void 0 : _window$BSGlobal$tena2.Source;
|
|
44
48
|
if (source == 861) return res;
|
|
45
49
|
return undefined;
|
|
46
50
|
};
|
|
@@ -48,8 +52,10 @@ var isDD = function isDD(res) {
|
|
|
48
52
|
exports.isDD = isDD;
|
|
49
53
|
|
|
50
54
|
var isFeishu = function isFeishu(res) {
|
|
55
|
+
var _window$BSGlobal$tena3;
|
|
56
|
+
|
|
51
57
|
// @ts-ignore
|
|
52
|
-
var source = window.BSGlobal.tenantInfo.Source;
|
|
58
|
+
var source = (_window$BSGlobal$tena3 = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena3 === void 0 ? void 0 : _window$BSGlobal$tena3.Source;
|
|
53
59
|
if (source == 862) return res;
|
|
54
60
|
return undefined;
|
|
55
61
|
};
|
|
@@ -57,6 +63,8 @@ var isFeishu = function isFeishu(res) {
|
|
|
57
63
|
exports.isFeishu = isFeishu;
|
|
58
64
|
|
|
59
65
|
function PlatformItem(props) {
|
|
66
|
+
var _window$BSGlobal$tena4;
|
|
67
|
+
|
|
60
68
|
var children = props.children,
|
|
61
69
|
_props$hidden = props.hidden,
|
|
62
70
|
hidden = _props$hidden === void 0 ? [] : _props$hidden;
|
|
@@ -65,7 +73,7 @@ function PlatformItem(props) {
|
|
|
65
73
|
lark: 862
|
|
66
74
|
}; // @ts-ignore
|
|
67
75
|
|
|
68
|
-
var sourceId = window.BSGlobal.tenantInfo.Source;
|
|
76
|
+
var sourceId = (_window$BSGlobal$tena4 = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena4 === void 0 ? void 0 : _window$BSGlobal$tena4.Source;
|
|
69
77
|
var isShowSource = true;
|
|
70
78
|
hidden.forEach(function (item) {
|
|
71
79
|
if (sourceMap[item] == sourceId) {
|
|
@@ -81,7 +89,9 @@ function PlatformItem(props) {
|
|
|
81
89
|
}
|
|
82
90
|
|
|
83
91
|
var isOfficialSite = function isOfficialSite() {
|
|
84
|
-
var
|
|
92
|
+
var _window$BSGlobal$tena5;
|
|
93
|
+
|
|
94
|
+
var source = (_window$BSGlobal$tena5 = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena5 === void 0 ? void 0 : _window$BSGlobal$tena5.Source;
|
|
85
95
|
return source !== 860 && source !== 861 && source !== 862;
|
|
86
96
|
};
|
|
87
97
|
|
package/lib/utils/request-v1.js
CHANGED
|
@@ -98,22 +98,28 @@ function _taker() {
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
function getApiUrl(url) {
|
|
101
|
+
var _getTenantInfo;
|
|
102
|
+
|
|
101
103
|
var uid = (0, _bsGlobal.getUserInfo)().Id;
|
|
102
|
-
var tid = (0, _bsGlobal.getTenantInfo)().Id;
|
|
104
|
+
var tid = (_getTenantInfo = (0, _bsGlobal.getTenantInfo)()) === null || _getTenantInfo === void 0 ? void 0 : _getTenantInfo.Id;
|
|
103
105
|
var apiServer = (0, _bsGlobal.getBSGlobal)("apiPath");
|
|
104
106
|
return "".concat(apiServer, "/api/v1/").concat(tid, "/").concat(uid, "/").concat(url);
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
function getApiUrl3(url) {
|
|
110
|
+
var _getTenantInfo2;
|
|
111
|
+
|
|
108
112
|
var uid = (0, _bsGlobal.getUserInfo)().Id;
|
|
109
|
-
var tid = (0, _bsGlobal.getTenantInfo)().Id;
|
|
113
|
+
var tid = (_getTenantInfo2 = (0, _bsGlobal.getTenantInfo)()) === null || _getTenantInfo2 === void 0 ? void 0 : _getTenantInfo2.Id;
|
|
110
114
|
var apiServer = (0, _bsGlobal.getBSGlobal)("apiPath");
|
|
111
115
|
return "".concat(apiServer, "/api/v3/").concat(tid, "/").concat(uid, "/").concat(url);
|
|
112
116
|
}
|
|
113
117
|
|
|
114
118
|
function getApiUrl2(url) {
|
|
119
|
+
var _getTenantInfo3;
|
|
120
|
+
|
|
115
121
|
var uid = (0, _bsGlobal.getUserInfo)().Id;
|
|
116
|
-
var tid = (0, _bsGlobal.getTenantInfo)().Id;
|
|
122
|
+
var tid = (_getTenantInfo3 = (0, _bsGlobal.getTenantInfo)()) === null || _getTenantInfo3 === void 0 ? void 0 : _getTenantInfo3.Id;
|
|
117
123
|
var apiServer = (0, _bsGlobal.getBSGlobal)("apiPath");
|
|
118
124
|
return "".concat(apiServer, "/api/v2/").concat(tid, "/").concat(uid, "/").concat(url);
|
|
119
125
|
}
|
package/lib/utils/request.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.rput = exports.rpost = exports.rget = exports.rdelete = exports.postForT
|
|
|
9
9
|
|
|
10
10
|
var _axios = _interopRequireDefault(require("axios"));
|
|
11
11
|
|
|
12
|
-
var _window$BSGlobal, _window$BSGlobal2;
|
|
12
|
+
var _window$BSGlobal, _window$BSGlobal$tena, _window$BSGlobal2, _window$BSGlobal2$log;
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
15
|
|
|
@@ -19,8 +19,8 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
19
19
|
|
|
20
20
|
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); }); }; }
|
|
21
21
|
|
|
22
|
-
var tenantId = ((_window$BSGlobal = window.BSGlobal) === null || _window$BSGlobal === void 0 ? void 0 : _window$BSGlobal.tenantInfo.Id) || 0;
|
|
23
|
-
var userId = ((_window$BSGlobal2 = window.BSGlobal) === null || _window$BSGlobal2 === void 0 ? void 0 : _window$BSGlobal2.loginUserInfo.Id) || 0; // 开启mock
|
|
22
|
+
var tenantId = ((_window$BSGlobal = window.BSGlobal) === null || _window$BSGlobal === void 0 ? void 0 : (_window$BSGlobal$tena = _window$BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Id) || 0;
|
|
23
|
+
var userId = ((_window$BSGlobal2 = window.BSGlobal) === null || _window$BSGlobal2 === void 0 ? void 0 : (_window$BSGlobal2$log = _window$BSGlobal2.loginUserInfo) === null || _window$BSGlobal2$log === void 0 ? void 0 : _window$BSGlobal2$log.Id) || 0; // 开启mock
|
|
24
24
|
|
|
25
25
|
var mockEnabled = false;
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@titaui/pc",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.84-beta.1",
|
|
4
4
|
"nameCN": "",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@titaui/rc-tree2": "4.1.23",
|
|
84
84
|
"@titaui/rc-trigger": "5.2.5",
|
|
85
85
|
"@titaui/react-flow-renderer": "9.5.4",
|
|
86
|
-
"@titaui/request": "
|
|
87
|
-
"@titaui/rich-editor": "0.1.
|
|
86
|
+
"@titaui/request": "1.1.8",
|
|
87
|
+
"@titaui/rich-editor": "0.1.75",
|
|
88
88
|
"@titaui/toast": "1.0.0",
|
|
89
89
|
"@types/color": "3.0.3",
|
|
90
90
|
"@types/prosemirror-commands": "1.0.4",
|