@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.
Files changed (117) hide show
  1. package/lib/components/book-demo/components/pc/components/content/index.js +8 -6
  2. package/lib/components/book-demo/components/pc/index.js +22 -18
  3. package/lib/components/change-okr-modal/Filter.js +3 -1
  4. package/lib/components/change-okr-modal/Item.js +3 -1
  5. package/lib/components/common-share/publishMblog.js +3 -1
  6. package/lib/components/common-share/request-apis.js +4 -2
  7. package/lib/components/create-okr-modal/fields/okr-classify.js +3 -1
  8. package/lib/components/create-okr-modal/fields/okr-type.js +3 -1
  9. package/lib/components/create-okr-modal/index.js +3 -1
  10. package/lib/components/create-okr-modal/request-api.js +4 -2
  11. package/lib/components/create-okr-modal/utils/helper.js +3 -1
  12. package/lib/components/dynamic/components/comments-dialog/api.js +4 -2
  13. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +4 -2
  14. package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +4 -2
  15. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +3 -1
  16. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +3 -1
  17. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +3 -1
  18. package/lib/components/dynamic/dynamic-item/index.js +4 -2
  19. package/lib/components/dynamic/request-api.js +3 -1
  20. package/lib/components/eReport/eReportShare/index.js +3 -1
  21. package/lib/components/grid-layout/personal-info/index.js +4 -4
  22. package/lib/components/grid-layout/sub-employee-okr/index.js +3 -1
  23. package/lib/components/grid-layout/util/network.js +4 -2
  24. package/lib/components/grid-page/personal-info/index.js +4 -4
  25. package/lib/components/help-card/index.js +3 -1
  26. package/lib/components/help-card/request-api.js +4 -2
  27. package/lib/components/hr-header/index.js +4 -2
  28. package/lib/components/import-modal/helper.js +1 -1
  29. package/lib/components/import-modal/request-api.js +6 -2
  30. package/lib/components/import-modal/tree/okr-tree/search-form.js +2 -2
  31. package/lib/components/import-modal/tree/task-work-tree/index.js +3 -1
  32. package/lib/components/import-modal/tree-node/work-node/index.js +3 -1
  33. package/lib/components/mblog/index.js +3 -1
  34. package/lib/components/menus/components/menu-card/index.js +3 -1
  35. package/lib/components/menus/export-modules/appraisal-menus/menus.js +7 -5
  36. package/lib/components/menus/export-modules/okr-menus/menus.js +3 -1
  37. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +3 -1
  38. package/lib/components/menus/export-modules/research-menu/index.css +9 -0
  39. package/lib/components/menus/export-modules/research-menu/index.js +120 -0
  40. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +44 -0
  41. package/lib/components/menus/export-modules/research-menu/menus.js +78 -0
  42. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +158 -0
  43. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +1 -1
  44. package/lib/components/menus/export-modules/summary-menus/menus.js +3 -1
  45. package/lib/components/menus/export-modules/summary-menus/request-api.js +1 -1
  46. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +3 -1
  47. package/lib/components/menus/index.js +6 -0
  48. package/lib/components/menus/request-apis.js +4 -2
  49. package/lib/components/nav-top/components/app-center/index.js +13 -5
  50. package/lib/components/nav-top/index.js +21 -11
  51. package/lib/components/nav-top/request.apis.js +4 -3
  52. package/lib/components/nav-top/utils.js +1 -1
  53. package/lib/components/okr-detail/base-info/base-info.js +14 -14
  54. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +3 -1
  55. package/lib/components/okr-detail/detail-footer/index.js +3 -1
  56. package/lib/components/okr-detail/detail-header/actions.js +1 -1
  57. package/lib/components/okr-detail/detail-header/index.js +3 -1
  58. package/lib/components/okr-detail/index.js +6 -2
  59. package/lib/components/okr-detail/request-apis.js +3 -1
  60. package/lib/components/okr-detail/schedule/components/o-progress/index.js +6 -2
  61. package/lib/components/okr-detail/schedule/util.js +3 -1
  62. package/lib/components/okr-filter-drawer/filter-form.js +3 -1
  63. package/lib/components/okr-flow/open-data/index.js +3 -1
  64. package/lib/components/okr-flow/request-apis.js +4 -2
  65. package/lib/components/okr-flow/utils/config.js +7 -3
  66. package/lib/components/okr-progress/components/o-progress/index.js +6 -2
  67. package/lib/components/okr-progress/util.js +3 -1
  68. package/lib/components/okr-progress-modal/request-apis.js +4 -2
  69. package/lib/components/okr-share/publishMblog.js +3 -1
  70. package/lib/components/okr-share/request-apis.js +4 -2
  71. package/lib/components/okrcase-library/index.js +3 -1
  72. package/lib/components/order-have-award/index.js +6 -2
  73. package/lib/components/part-notice/index.js +5 -1
  74. package/lib/components/period-selector/helper/index.js +3 -1
  75. package/lib/components/point-demo/index.js +9 -7
  76. package/lib/components/point-demo/point-demo.js +5 -3
  77. package/lib/components/stop-taking-modal/index.js +3 -1
  78. package/lib/components/superset-charts/utils/axios.js +4 -2
  79. package/lib/components/survey-model/index.js +7 -7
  80. package/lib/components/survey-model/instance.js +4 -2
  81. package/lib/components/task-relation-modal/helper.js +1 -1
  82. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +2 -2
  83. package/lib/components/task-relation-modal/okr-relation/request-api.js +3 -1
  84. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +3 -1
  85. package/lib/components/task-relation-modal/request-api.js +3 -1
  86. package/lib/components/task-relation-modal/tree/okr-tree/index.js +3 -1
  87. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +2 -2
  88. package/lib/components/task-relation-modal/tree/work-list/search-form.js +2 -2
  89. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +2 -2
  90. package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
  91. package/lib/components/upload/index.js +4 -2
  92. package/lib/components/upvote/request-apis.js +4 -2
  93. package/lib/components/user-selector/empty/group.js +4 -2
  94. package/lib/components/user-selector/request-apis.js +4 -2
  95. package/lib/components/version-change-modal/index.js +6 -2
  96. package/lib/components/video-modal/index.js +3 -1
  97. package/lib/components/weekly-report/card.js +9 -9
  98. package/lib/components/word-cloud/request-apis.js +4 -2
  99. package/lib/pages/aha2021/index.js +8 -4
  100. package/lib/pages/group-management/components/openData/index.js +9 -3
  101. package/lib/pages/group-management/groupInterface.js +10 -4
  102. package/lib/pages/group-management/page-view/importGroupStaff/index.js +5 -3
  103. package/lib/pages/like-ranking/index.js +3 -1
  104. package/lib/pages/new-okr-list/header/index.js +10 -4
  105. package/lib/pages/new-okr-list/index.js +31 -23
  106. package/lib/pages/okr-map/hooks/useStorage.js +3 -1
  107. package/lib/pages/okr-map/open-data/index.js +3 -1
  108. package/lib/pages/okr-map/request-apis.js +4 -2
  109. package/lib/pages/okr-map/utils.js +10 -7
  110. package/lib/utils/auth.js +9 -7
  111. package/lib/utils/bs-global.js +18 -7
  112. package/lib/utils/helpers.js +15 -5
  113. package/lib/utils/open-data.js +14 -6
  114. package/lib/utils/platform.js +15 -5
  115. package/lib/utils/request-v1.js +9 -3
  116. package/lib/utils/request.js +3 -3
  117. package/package.json +3 -3
@@ -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 source = window.BSGlobal.tenantInfo.Source;
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
 
@@ -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
  }
@@ -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.82",
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": "^1.1.5",
87
- "@titaui/rich-editor": "0.1.73",
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",