@titaui/pc 1.15.60-beta.1 → 1.15.61

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.
@@ -62,7 +62,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
62
62
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
63
63
 
64
64
  var prefixCls = 'titaui-expiration-reminder';
65
- var isOffiial = (0, _bsGlobal.getTenantInfo)().Source === 0;
65
+ var ua = navigator.userAgent.toLowerCase();
66
+ var isOffiial = ua.indexOf('micromessenger') === -1 && ua.indexOf('lark') === -1 && ua.indexOf('dingtalk') === -1;
66
67
 
67
68
  var ExpirationReminder = function ExpirationReminder() {
68
69
  var _trialVersion, _officialVersion;
@@ -342,8 +342,7 @@ function Header(props, ref) {
342
342
  className: "".concat(_precls.precls, "__table-tip")
343
343
  }, "\u65B0\u589E OKR \u8868\u683C\u67E5\u770B\u6A21\u5F0F\uFF0C\u67E5\u770B\u66F4\u4FBF\u6377\uFF0C\u5207\u6362\u4F53\u9A8C\u4E00\u4E0B"),
344
344
  onClickClose: setTableTip,
345
- popupPlacement: "bottom",
346
- zIndex: 1000
345
+ popupPlacement: "bottom"
347
346
  }, /*#__PURE__*/_react["default"].createElement(_popupSelect["default"], {
348
347
  menuData: viewTypeMenuData,
349
348
  popupPlacement: "bottom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.60-beta.1",
3
+ "version": "1.15.61",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",