@titaui/pc 1.16.87 → 1.16.88

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.
@@ -7,18 +7,20 @@ exports.showKrWeight = exports.showKrType = exports.showKrProgress = exports.sho
7
7
 
8
8
  var _config = require("../okr-flow/utils/config");
9
9
 
10
- var showKrConfidence = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.ShowKrConfidence; // 信心指数开关
10
+ var _getBSGlobal, _getBSGlobal2, _getBSGlobal3, _getBSGlobal4, _getBSGlobal5;
11
+
12
+ var showKrConfidence = (_getBSGlobal = (0, _config.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.KRSetting.ShowKrConfidence; // 信心指数开关
11
13
 
12
14
  exports.showKrConfidence = showKrConfidence;
13
- var showKrProgress = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.ShowKrProgress; // KR进展开关
15
+ var showKrProgress = (_getBSGlobal2 = (0, _config.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal2 === void 0 ? void 0 : _getBSGlobal2.KRSetting.ShowKrProgress; // KR进展开关
14
16
 
15
17
  exports.showKrProgress = showKrProgress;
16
- var showKrWeight = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.KrWeight; // KR权重开关
18
+ var showKrWeight = (_getBSGlobal3 = (0, _config.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal3 === void 0 ? void 0 : _getBSGlobal3.KRSetting.KrWeight; // KR权重开关
17
19
 
18
20
  exports.showKrWeight = showKrWeight;
19
- var showKrClassify = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.OkrClassify; // 目标类别
21
+ var showKrClassify = (_getBSGlobal4 = (0, _config.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal4 === void 0 ? void 0 : _getBSGlobal4.KRSetting.OkrClassify; // 目标类别
20
22
 
21
23
  exports.showKrClassify = showKrClassify;
22
- var showKrType = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.OkrTypeSetting; // 目标类型
24
+ var showKrType = (_getBSGlobal5 = (0, _config.getBSGlobal)('OkrAdvancedSetting')) === null || _getBSGlobal5 === void 0 ? void 0 : _getBSGlobal5.KRSetting.OkrTypeSetting; // 目标类型
23
25
 
24
26
  exports.showKrType = showKrType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.87",
3
+ "version": "1.16.88",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",