@titaui/pc 1.11.52-beta.3 → 1.11.52-beta.4

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 (170) hide show
  1. package/lib/components/change-okr-modal/Item.js +19 -18
  2. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  3. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  4. package/lib/components/create-okr-modal/fields/index.css +14 -3
  5. package/lib/components/create-okr-modal/fields/o-new-name.js +25 -19
  6. package/lib/components/create-okr-modal/index.js +75 -35
  7. package/lib/components/create-okr-modal/kr-items/index.css +12 -1
  8. package/lib/components/create-okr-modal/kr-items/krDatas.js +6 -5
  9. package/lib/components/create-okr-modal/kr-items/krItem.js +22 -12
  10. package/lib/components/date-picker/BodyItem.js +3 -3
  11. package/lib/components/date-picker/CalendarHeader.js +3 -3
  12. package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
  13. package/lib/components/dynamic/advertise/components/next-btn/index.css +27 -0
  14. package/lib/components/dynamic/advertise/components/next-btn/index.js +32 -0
  15. package/lib/components/dynamic/advertise/components/pre-btn/index.css +26 -0
  16. package/lib/components/dynamic/advertise/components/pre-btn/index.js +32 -0
  17. package/lib/components/dynamic/advertise/index.css +21 -0
  18. package/lib/components/dynamic/advertise/index.js +126 -0
  19. package/lib/components/dynamic/advertise/interface.js +5 -0
  20. package/lib/components/dynamic/advertise/util.js +28 -0
  21. package/lib/components/dynamic/components/dynamic-search-input/index.css +81 -0
  22. package/lib/components/dynamic/components/dynamic-search-input/index.js +203 -0
  23. package/lib/components/dynamic/components/first-level-tabs/index.css +101 -0
  24. package/lib/components/dynamic/components/first-level-tabs/index.js +131 -0
  25. package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +23 -0
  26. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
  27. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
  28. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
  29. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
  30. package/lib/components/dynamic/dynamic-like-ranking/index.css +146 -0
  31. package/lib/components/dynamic/dynamic-like-ranking/index.js +180 -0
  32. package/lib/components/dynamic/dynamic-like-ranking/item.js +105 -0
  33. package/lib/components/dynamic/dynamic-like-ranking/mock.js +84 -0
  34. package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +30 -0
  35. package/lib/components/dynamic/dynamic-liking/index.css +81 -0
  36. package/lib/components/{contact-kefu → dynamic/dynamic-liking}/index.js +35 -58
  37. package/lib/components/dynamic/dynamic-liking/item.js +75 -0
  38. package/lib/components/dynamic/dynamic-liking/mock.js +83 -0
  39. package/lib/components/dynamic/dynamic-list/index.js +7 -14
  40. package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +16 -0
  41. package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +30 -0
  42. package/lib/components/dynamic/dynamic-topping/index.css +141 -0
  43. package/lib/components/dynamic/dynamic-topping/index.js +82 -0
  44. package/lib/components/dynamic/dynamic-topping/interface.js +5 -0
  45. package/lib/components/dynamic/dynamic-topping/item.js +153 -0
  46. package/lib/components/dynamic/dynamic-topping/request-api.js +36 -0
  47. package/lib/components/dynamic/dynamic.css +173 -0
  48. package/lib/components/dynamic/dynamic.js +428 -0
  49. package/lib/components/dynamic/export-module/index.js +37 -0
  50. package/lib/components/dynamic/img/dynamic-top.svg +14 -0
  51. package/lib/components/dynamic/index.js +12 -9
  52. package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
  53. package/lib/components/dynamic/my-team/img/line.png +0 -0
  54. package/lib/components/dynamic/my-team/img/team.png +0 -0
  55. package/lib/components/dynamic/my-team/index.css +184 -0
  56. package/lib/components/dynamic/my-team/index.js +263 -0
  57. package/lib/components/dynamic/my-team/request-api.js +52 -0
  58. package/lib/components/dynamic/my-team/util.js +20 -0
  59. package/lib/components/dynamic/new-ui.css +192 -0
  60. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +58 -0
  61. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +68 -0
  62. package/lib/components/dynamic/online-broadcast/data.js +95 -0
  63. package/lib/components/dynamic/online-broadcast/img/broadcast.svg +14 -0
  64. package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
  65. package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
  66. package/lib/components/dynamic/online-broadcast/index.css +46 -0
  67. package/lib/components/dynamic/online-broadcast/index.js +61 -0
  68. package/lib/components/dynamic/online-broadcast/interfact.js +5 -0
  69. package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +25 -0
  70. package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +39 -0
  71. package/lib/components/dynamic/quick-operation/components/create-okr/index.css +25 -0
  72. package/lib/components/dynamic/quick-operation/components/create-okr/index.js +39 -0
  73. package/lib/components/dynamic/quick-operation/components/create-share/index.css +25 -0
  74. package/lib/components/dynamic/quick-operation/components/create-share/index.js +39 -0
  75. package/lib/components/dynamic/quick-operation/components/create-task/index.css +25 -0
  76. package/lib/components/dynamic/quick-operation/components/create-task/index.js +44 -0
  77. package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
  78. package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
  79. package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
  80. package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
  81. package/lib/components/dynamic/quick-operation/index.css +51 -0
  82. package/lib/components/dynamic/quick-operation/index.js +120 -0
  83. package/lib/components/dynamic/request-api.js +68 -7
  84. package/lib/components/eReport/eReportLists/reportList.js +3 -3
  85. package/lib/components/emotions-selector/selector-pop.js +3 -3
  86. package/lib/components/ereport-list/index.js +3 -3
  87. package/lib/components/mblog/components/MblogAction.js +3 -3
  88. package/lib/components/nav-top/index.js +2 -2
  89. package/lib/components/okr-detail/components/base-okr-type/index.css +0 -4
  90. package/lib/components/okr-detail/components/base-okr-type/object-type.js +0 -1
  91. package/lib/components/okr-detail/components/header/edit-name.js +86 -40
  92. package/lib/components/okr-detail/components/header/index.css +118 -40
  93. package/lib/components/okr-detail/components/header/index.js +36 -46
  94. package/lib/components/okr-detail/components/header/o-classify.js +151 -0
  95. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
  96. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +54 -4
  97. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +105 -57
  98. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -3
  99. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  100. package/lib/components/okr-detail/detail-header/delete-confirm/index.css +5 -9
  101. package/lib/components/okr-detail/detail-header/index.js +6 -4
  102. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  103. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +63 -39
  104. package/lib/components/okr-detail/request-apis.js +73 -69
  105. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  106. package/lib/components/okr-flow/child-node/work-node.js +3 -1
  107. package/lib/components/okr-progress-detail/index.js +3 -1
  108. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
  109. package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
  110. package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
  111. package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
  112. package/lib/components/okr-share/common-painter/utils.js +183 -36
  113. package/lib/components/okr-share/index.css +5 -4
  114. package/lib/components/okr-share/pink-card/card.js +3 -3
  115. package/lib/components/okr-share/pink-card/drawKrs.js +93 -18
  116. package/lib/components/okr-share/pink-card/index.js +20 -12
  117. package/lib/components/open-data-painter/index.js +6 -5
  118. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -16
  119. package/lib/components/radio/index.css +3 -3
  120. package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
  121. package/lib/components/rich-editor/models/schema.js +6 -6
  122. package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
  123. package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
  124. package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
  125. package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
  126. package/lib/components/rich-editor/plugins/core/index.js +4 -4
  127. package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
  128. package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
  129. package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
  130. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
  131. package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
  132. package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
  133. package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
  134. package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
  135. package/lib/components/rich-editor/react/uiProvider.js +3 -3
  136. package/lib/components/rich-editor/ui/Popup/index.js +3 -3
  137. package/lib/components/select/Option.js +3 -3
  138. package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
  139. package/lib/components/task-relation-modal/tree-node/category-node/index.css +11 -0
  140. package/lib/components/task-relation-modal/tree-node/category-node/index.js +3 -1
  141. package/lib/components/task-relation-modal/tree-node/kr-node/index.css +16 -0
  142. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +10 -4
  143. package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +16 -0
  144. package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +4 -0
  145. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  146. package/lib/components/textarea/index.js +35 -38
  147. package/lib/components/tita-chart/errorBoundary/index.js +3 -3
  148. package/lib/components/wechat-btn/index.css +4 -1
  149. package/lib/components-v1/animate/AnimateChild.js +3 -3
  150. package/lib/components-v1/avatar/index.js +3 -3
  151. package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
  152. package/lib/components-v1/progress/CircleProgress.js +3 -3
  153. package/lib/components-v1/select/Option.js +3 -3
  154. package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
  155. package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
  156. package/lib/components-v1/userSelector/components/UserItem.js +3 -3
  157. package/lib/index.js +0 -8
  158. package/lib/{components/contact-kefu → pages/aha2021}/img/canceled.svg +0 -0
  159. package/lib/{components/contact-kefu → pages/aha2021}/img/kefu.svg +0 -0
  160. package/lib/{components/contact-kefu → pages/aha2021}/img/not-try.png +0 -0
  161. package/lib/{components/contact-kefu → pages/aha2021}/img/try.png +0 -0
  162. package/lib/pages/aha2021/index.css +26 -1
  163. package/lib/pages/aha2021/index.js +82 -3
  164. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  165. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  166. package/lib/pages/new-okr-list/header/index.css +1 -1
  167. package/lib/utils/open-data.js +213 -65
  168. package/package.json +3 -2
  169. package/lib/components/contact-kefu/img/notice.png +0 -0
  170. package/lib/components/contact-kefu/index.css +0 -85
@@ -45,7 +45,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
45
45
  var _super = _createSuper(Avatar);
46
46
 
47
47
  function Avatar() {
48
- var _this;
48
+ var _temp, _this;
49
49
 
50
50
  _classCallCheck(this, Avatar);
51
51
 
@@ -53,7 +53,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
53
53
  args[_key] = arguments[_key];
54
54
  }
55
55
 
56
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.renderImgAvatar = function () {
56
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.renderImgAvatar = function () {
57
57
  var src = _this.props.src;
58
58
  return /*#__PURE__*/_react["default"].createElement("img", {
59
59
  style: {
@@ -103,7 +103,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
103
103
  height: size.width,
104
104
  background: color
105
105
  }, cuttedName);
106
- }, _assertThisInitialized(_this)));
106
+ }, _temp));
107
107
  }
108
108
 
109
109
  _createClass(Avatar, [{
@@ -47,7 +47,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
47
47
  var _super = _createSuper(StatelessDropdown);
48
48
 
49
49
  function StatelessDropdown() {
50
- var _this;
50
+ var _temp, _this;
51
51
 
52
52
  _classCallCheck(this, StatelessDropdown);
53
53
 
@@ -55,7 +55,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
55
55
  args[_key] = arguments[_key];
56
56
  }
57
57
 
58
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.renderLabel = function () {
58
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.renderLabel = function () {
59
59
  if (_this.props.labelText) {
60
60
  return /*#__PURE__*/_react["default"].createElement("span", {
61
61
  className: "drop-down-label"
@@ -63,7 +63,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
63
63
  }
64
64
 
65
65
  return "";
66
- }, _assertThisInitialized(_this)));
66
+ }, _temp));
67
67
  }
68
68
 
69
69
  _createClass(StatelessDropdown, [{
@@ -41,7 +41,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
41
41
  var _super = _createSuper(CircleProgress);
42
42
 
43
43
  function CircleProgress() {
44
- var _this;
44
+ var _temp, _this;
45
45
 
46
46
  _classCallCheck(this, CircleProgress);
47
47
 
@@ -49,7 +49,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
49
49
  args[_key] = arguments[_key];
50
50
  }
51
51
 
52
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.getTextContent = function () {
52
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.getTextContent = function () {
53
53
  var _this$props = _this.props,
54
54
  formatText = _this$props.formatText,
55
55
  percent = _this$props.percent;
@@ -59,7 +59,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
59
59
  }
60
60
 
61
61
  return percent + getLocale("OKR_MyO_Pop_Upd_Percentage");
62
- }, _assertThisInitialized(_this)));
62
+ }, _temp));
63
63
  }
64
64
 
65
65
  _createClass(CircleProgress, [{
@@ -47,7 +47,7 @@ var Option = /*#__PURE__*/function (_Component) {
47
47
  var _super = _createSuper(Option);
48
48
 
49
49
  function Option() {
50
- var _this;
50
+ var _temp, _this;
51
51
 
52
52
  _classCallCheck(this, Option);
53
53
 
@@ -55,7 +55,7 @@ var Option = /*#__PURE__*/function (_Component) {
55
55
  args[_key] = arguments[_key];
56
56
  }
57
57
 
58
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
58
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
59
59
  e.stopPropagation();
60
60
  e.nativeEvent.stopImmediatePropagation();
61
61
  var onSelect = _this.props.onSelect;
@@ -65,7 +65,7 @@ var Option = /*#__PURE__*/function (_Component) {
65
65
  height: _this.props.height,
66
66
  lineHeight: _this.props.height
67
67
  };
68
- }, _assertThisInitialized(_this)));
68
+ }, _temp));
69
69
  }
70
70
 
71
71
  _createClass(Option, [{
@@ -52,7 +52,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
52
52
  var _super = _createSuper(UserSelectorPop);
53
53
 
54
54
  function UserSelectorPop() {
55
- var _this;
55
+ var _temp, _this;
56
56
 
57
57
  _classCallCheck(this, UserSelectorPop);
58
58
 
@@ -60,7 +60,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
60
60
  args[_key] = arguments[_key];
61
61
  }
62
62
 
63
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function (e) {
63
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function (e) {
64
64
  if (_this.props.stopPropagation && !!e) {
65
65
  e.stopPropagation();
66
66
  e.nativeEvent.stopImmediatePropagation();
@@ -74,7 +74,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
74
74
  }, _this.show = function (el) {
75
75
  // @ts-ignore
76
76
  _this.refs.pop.show(el);
77
- }, _assertThisInitialized(_this)));
77
+ }, _temp));
78
78
  }
79
79
 
80
80
  _createClass(UserSelectorPop, [{
@@ -61,7 +61,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
61
61
  var _super = _createSuper(MutiMode);
62
62
 
63
63
  function MutiMode() {
64
- var _this;
64
+ var _temp, _this;
65
65
 
66
66
  _classCallCheck(this, MutiMode);
67
67
 
@@ -69,7 +69,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
69
69
  args[_key] = arguments[_key];
70
70
  }
71
71
 
72
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleDepartment = function (d) {
72
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleDepartment = function (d) {
73
73
  var _this$props = _this.props,
74
74
  selectedDept = _this$props.selectedDept,
75
75
  onSelectDept = _this$props.onSelectDept;
@@ -90,7 +90,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
90
90
  });
91
91
  if (!filterdUsers.length) return;
92
92
  onSelectUser(filterdUsers);
93
- }, _assertThisInitialized(_this)));
93
+ }, _temp));
94
94
  }
95
95
 
96
96
  _createClass(MutiMode, [{
@@ -47,7 +47,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
47
47
  var _super = _createSuper(UserItem);
48
48
 
49
49
  function UserItem() {
50
- var _this;
50
+ var _temp, _this;
51
51
 
52
52
  _classCallCheck(this, UserItem);
53
53
 
@@ -55,7 +55,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
55
55
  args[_key] = arguments[_key];
56
56
  }
57
57
 
58
- return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleClick = function () {
58
+ return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleClick = function () {
59
59
  var _this$props = _this.props,
60
60
  onClick = _this$props.onClick,
61
61
  user = _this$props.user;
@@ -71,7 +71,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
71
71
  }
72
72
  }, keyword)];
73
73
  }));
74
- }, _assertThisInitialized(_this)));
74
+ }, _temp));
75
75
  }
76
76
 
77
77
  _createClass(UserItem, [{
package/lib/index.js CHANGED
@@ -63,12 +63,6 @@ Object.defineProperty(exports, "Confidence", {
63
63
  return _confidence["default"];
64
64
  }
65
65
  });
66
- Object.defineProperty(exports, "ContactKefu", {
67
- enumerable: true,
68
- get: function get() {
69
- return _contactKefu["default"];
70
- }
71
- });
72
66
  Object.defineProperty(exports, "CreateOkrModal", {
73
67
  enumerable: true,
74
68
  get: function get() {
@@ -640,8 +634,6 @@ var _bookDemo = _interopRequireDefault(require("./components/book-demo"));
640
634
 
641
635
  var _conditionRender = _interopRequireDefault(require("./components/condition-render"));
642
636
 
643
- var _contactKefu = _interopRequireDefault(require("./components/contact-kefu"));
644
-
645
637
  var _confidence = _interopRequireDefault(require("./components/confidence"));
646
638
 
647
639
  var _communication = _interopRequireDefault(require("./components/communication"));
@@ -18,13 +18,31 @@
18
18
  z-index: 3;
19
19
  }
20
20
 
21
- .titaui-aha-2021__invite {
21
+ .titaui-aha-2021__invite, .titaui-aha-2021__kefu {
22
22
  position: absolute;
23
23
  bottom: 74px;
24
24
  right: 24px;
25
25
  z-index: 2;
26
26
  }
27
27
 
28
+ .titaui-aha-2021__try-kefu {
29
+ position: absolute;
30
+ bottom: 134px;
31
+ right: 24px;
32
+ z-index: 2;
33
+ }
34
+
35
+ .titaui-aha-2021__kefu {
36
+ width: 42px;
37
+ height: 42px;
38
+ background: url("./img/kefu.svg") no-repeat;
39
+ background-color: #fff;
40
+ background-size: 42px;
41
+ box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
42
+ cursor: pointer;
43
+ border-radius: 50%;
44
+ }
45
+
28
46
  .titaui-aha-2021__notice {
29
47
  width: 42px;
30
48
  height: 42px;
@@ -78,6 +96,13 @@
78
96
  background-image: none;
79
97
  }
80
98
 
99
+ .titaui-aha-2021__cancel {
100
+ height: 100%;
101
+ background: url("./img/canceled.svg") 50% 50% no-repeat;
102
+ animation-duration: 0.3s;
103
+ animation-name: kefuActive;
104
+ }
105
+
81
106
  .titaui-aha-2021__popup {
82
107
  width: 332px;
83
108
  height: 376px;
@@ -11,7 +11,9 @@ var _react = _interopRequireWildcard(require("react"));
11
11
 
12
12
  var _classnames = _interopRequireDefault(require("classnames"));
13
13
 
14
- var _contactKefu = _interopRequireDefault(require("../../components/contact-kefu"));
14
+ var _tooltip = _interopRequireDefault(require("../../components/tooltip"));
15
+
16
+ var _popup = _interopRequireDefault(require("../../components/popup"));
15
17
 
16
18
  var _navTop = _interopRequireDefault(require("../../components/nav-top"));
17
19
 
@@ -37,6 +39,10 @@ var _errorBoundary = _interopRequireDefault(require("../../components/error-boun
37
39
 
38
40
  var _errorLevel = _interopRequireDefault(require("../../utils/error-level"));
39
41
 
42
+ var _notTry = _interopRequireDefault(require("./img/not-try.png"));
43
+
44
+ var _try = _interopRequireDefault(require("./img/try.png"));
45
+
40
46
  require("./index.css");
41
47
 
42
48
  var _hooks = _interopRequireDefault(require("../../utils/hooks"));
@@ -47,6 +53,20 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
47
53
 
48
54
  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; }
49
55
 
56
+ 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; }
57
+
58
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
59
+
60
+ 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."); }
61
+
62
+ 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); }
63
+
64
+ 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; }
65
+
66
+ 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; }
67
+
68
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
69
+
50
70
  var preCls = "titaui-aha-2021";
51
71
 
52
72
  function ContentTemplate(props) {
@@ -72,9 +92,30 @@ function ContentTemplate(props) {
72
92
 
73
93
  function PageLayout(props) {
74
94
  var children = props.children;
95
+
96
+ var _useState = (0, _react.useState)(false),
97
+ _useState2 = _slicedToArray(_useState, 2),
98
+ visible = _useState2[0],
99
+ setVisible = _useState2[1];
100
+
75
101
  var hideNavTop = (0, _hooks["default"])("hideNavTop");
102
+
103
+ var handleShowCode = function handleShowCode() {
104
+ setVisible(true);
105
+ };
106
+
76
107
  var isTrial = window.BSGlobal.tenantAuthentication.Version === 1 && (0, _platform.isOfficialSite)();
77
- var isTencentHr = window.BSGlobal.tenantInfo.Source === 964;
108
+ var isTencentHr = window.BSGlobal.tenantInfo.Source === 964; // const onClickKefu = () => {
109
+ // const kefuUrl = isTrial
110
+ // ? 'https://wpa1.qq.com/vZYKN3kT?_type=wpa&qidian=true'
111
+ // : 'https://wpa1.qq.com/o6X4XD1n?_type=wpa&qidian=true'
112
+ // window.open(kefuUrl)
113
+ // }
114
+ // const onClickNotice = () => {
115
+ // let domain = `//${location.host}/u/${window.BSGlobal.loginUserInfo.Id}/Home`;
116
+ // let hash = `#more/messages?messageType=1&isRead=2&messageSubNav=1`
117
+ // window.open(domain + hash);
118
+ // };
78
119
 
79
120
  var getBookDemoVersion = function getBookDemoVersion() {
80
121
  var menuVersion = window.BSGlobal.tenantAuthentication.MenuVersion;
@@ -90,6 +131,18 @@ function PageLayout(props) {
90
131
  return _bookDemo["default"].DemoType.UniversalBookDemo;
91
132
  };
92
133
 
134
+ var popup = /*#__PURE__*/_react["default"].createElement("div", {
135
+ className: "".concat(preCls, "__popup")
136
+ }, /*#__PURE__*/_react["default"].createElement("div", {
137
+ className: "".concat(preCls, "__popup-title")
138
+ }, "\u5FAE\u4FE1/\u4F01\u4E1A\u5FAE\u4FE1\u626B\u4E00\u626B"), /*#__PURE__*/_react["default"].createElement("div", {
139
+ className: "".concat(preCls, "__popup-content")
140
+ }, "\u4E13\u5C5E\u5BA2\u670D\u4E3A\u4F60\u63D0\u4F9B\u54A8\u8BE2\u670D\u52A1"), /*#__PURE__*/_react["default"].createElement("img", {
141
+ src: isTrial ? _try["default"] : _notTry["default"],
142
+ className: "".concat(preCls, "__popup-img"),
143
+ alt: "\u5FAE\u4FE1\u626B\u7801"
144
+ }));
145
+
93
146
  return /*#__PURE__*/_react["default"].createElement("div", {
94
147
  className: (0, _classnames["default"])(preCls)
95
148
  }, hideNavTop !== "true" && /*#__PURE__*/_react["default"].createElement("div", {
@@ -103,7 +156,33 @@ function PageLayout(props) {
103
156
  }
104
157
  }, children), !isTencentHr && /*#__PURE__*/_react["default"].createElement("div", {
105
158
  className: (0, _classnames["default"])("".concat(preCls, "__help"))
106
- }, /*#__PURE__*/_react["default"].createElement(_helpCard["default"], null)), !isTencentHr && !(0, _helpers.isDingDing)() && !(0, _helpers.isFeishu)() && /*#__PURE__*/_react["default"].createElement(_contactKefu["default"], null), isTrial && !isTencentHr && /*#__PURE__*/_react["default"].createElement("div", {
159
+ }, /*#__PURE__*/_react["default"].createElement(_helpCard["default"], null)), !isTencentHr && !(0, _helpers.isDingDing)() && !(0, _helpers.isFeishu)() && /*#__PURE__*/_react["default"].createElement(_popup["default"], {
160
+ popup: popup,
161
+ popupTransitionName: "tita-popup-zoom-left-bottom",
162
+ placement: "topLeft",
163
+ popupAlign: {
164
+ offset: [-32, -10],
165
+ overflow: {
166
+ adjustX: 1,
167
+ adjustY: 1
168
+ }
169
+ },
170
+ popupVisible: visible,
171
+ onPopupVisibleChange: function onPopupVisibleChange(bol) {
172
+ return setVisible(bol);
173
+ }
174
+ }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
175
+ overlay: "\u8054\u7CFB\u5BA2\u670D",
176
+ placement: "right",
177
+ align: {
178
+ offset: [0, 0]
179
+ }
180
+ }, /*#__PURE__*/_react["default"].createElement("div", {
181
+ className: (0, _classnames["default"])("".concat(preCls, "__kefu"), _defineProperty({}, "".concat(preCls, "__try-kefu"), isTrial), _defineProperty({}, "".concat(preCls, "__hidden"), visible)),
182
+ onClick: handleShowCode
183
+ }, /*#__PURE__*/_react["default"].createElement("div", {
184
+ className: (0, _classnames["default"])(_defineProperty({}, "".concat(preCls, "__cancel"), visible))
185
+ })))), isTrial && !isTencentHr && /*#__PURE__*/_react["default"].createElement("div", {
107
186
  className: "".concat(preCls, "__invite")
108
187
  }, /*#__PURE__*/_react["default"].createElement(_invitePeople["default"], null)), isTencentHr && /*#__PURE__*/_react["default"].createElement(_hrMessage["default"], null), /*#__PURE__*/_react["default"].createElement(_errorBoundary["default"], {
109
188
  errorLevel: _errorLevel["default"].P0,
@@ -7,6 +7,8 @@ exports["default"] = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
10
+ var _openData = require("../../../../../../utils/open-data");
11
+
10
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
13
 
12
14
  var preCls = "home-page-data-list-columns__krname";
@@ -19,7 +21,7 @@ function KrNameColumn(_ref) {
19
21
  className: "".concat(preCls, "__tag")
20
22
  }, "KR"), /*#__PURE__*/_react["default"].createElement("span", {
21
23
  className: "".concat(preCls, "__name")
22
- }, name));
24
+ }, (0, _openData.parseString)(name)));
23
25
  }
24
26
 
25
27
  var _default = KrNameColumn;
@@ -7,6 +7,8 @@ exports["default"] = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
10
+ var _openData = require("../../../../../../utils/open-data");
11
+
10
12
  require("./index.css");
11
13
 
12
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -25,11 +27,11 @@ function OkrNameColumn(_ref) {
25
27
  className: "".concat(preCls, "__tagO")
26
28
  }, "O"), /*#__PURE__*/_react["default"].createElement("span", {
27
29
  className: "".concat(preCls, "__contentO")
28
- }, children)), type === "KR" && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
30
+ }, (0, _openData.parseString)(children))), type === "KR" && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
29
31
  className: "".concat(preCls, "__tagKR")
30
32
  }, "KR"), /*#__PURE__*/_react["default"].createElement("span", {
31
33
  className: "".concat(preCls, "__contentKR")
32
- }, children)));
34
+ }, (0, _openData.parseString)(children))));
33
35
  }
34
36
 
35
37
  var _default = OkrNameColumn;
@@ -65,7 +65,7 @@
65
65
  align-items: center;
66
66
  padding: 5px 8px;
67
67
  box-sizing: border-box;
68
- font-size: 16px;
68
+ font-size: 14px;
69
69
  color: #3f4755;
70
70
  line-height: 22px;
71
71
  cursor: pointer;