@titaui/pc 1.10.8 → 1.10.9

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 (107) hide show
  1. package/lib/components/change-okr-modal/index.js +88 -108
  2. package/lib/components/communication/CommunicationRecord.js +12 -18
  3. package/lib/components/communication/index.css +9 -48
  4. package/lib/components/communication/index.js +28 -67
  5. package/lib/components/communication/style.js +5 -7
  6. package/lib/components/create-okr-modal/fields/okr-parent.js +5 -1
  7. package/lib/components/dynamic/components/obj-status/index.css +19 -3
  8. package/lib/components/dynamic/components/obj-status/index.js +8 -7
  9. package/lib/components/dynamic/components/percent/index.css +1 -1
  10. package/lib/components/dynamic/components/title/index.css +22 -21
  11. package/lib/components/dynamic/components/title/index.js +8 -20
  12. package/lib/components/dynamic/dynamic-item/components/header/index.css +6 -6
  13. package/lib/components/dynamic/dynamic-item/components/header/index.js +6 -12
  14. package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +22 -0
  15. package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +22 -0
  16. package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +24 -35
  17. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +29 -35
  18. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +34 -6
  19. package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +32 -6
  20. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +19 -59
  21. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +19 -27
  22. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +38 -49
  23. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +44 -49
  24. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +29 -41
  25. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +29 -23
  26. package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/dynamic-milestone.png +0 -0
  27. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +16 -33
  28. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +24 -11
  29. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
  30. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +41 -26
  31. package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +29 -10
  32. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
  33. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +41 -26
  34. package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +30 -13
  35. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +57 -15
  36. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +80 -31
  37. package/lib/components/dynamic/dynamic-item/dynamic-project/img/dynamic-project.png +0 -0
  38. package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +28 -35
  39. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +23 -10
  40. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +22 -0
  41. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +26 -45
  42. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +33 -41
  43. package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +6 -19
  44. package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +17 -11
  45. package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +23 -21
  46. package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +27 -31
  47. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +4 -4
  48. package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +18 -8
  49. package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +21 -6
  50. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +36 -6
  51. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/guanlian.png +0 -0
  52. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.css +18 -10
  53. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +25 -9
  54. package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-icon.png +0 -0
  55. package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +30 -34
  56. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +24 -10
  57. package/lib/components/dynamic/dynamic-item/index.css +4 -4
  58. package/lib/components/dynamic/dynamic-item/index.js +8 -38
  59. package/lib/components/dynamic/util.js +81 -41
  60. package/lib/components/file-list/components/single-file/index.css +8 -9
  61. package/lib/components/mblog/context.js +1 -3
  62. package/lib/components/mblog/index.js +4 -31
  63. package/lib/components/mblog/style.js +4 -4
  64. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +12 -21
  65. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +4 -7
  66. package/lib/components/okr-detail/okr-list/index.js +5 -1
  67. package/lib/components/okr-progress-modal/helper.js +20 -27
  68. package/lib/components/progress/circle-progress/index.css +0 -1
  69. package/lib/components/progress/circle-progress/index.js +2 -7
  70. package/lib/components/search-key-handle/index.js +2 -7
  71. package/lib/index.js +0 -16
  72. package/lib/utils/bs-global.js +4 -8
  73. package/lib/utils/tools.js +2 -11
  74. package/package.json +1 -1
  75. package/lib/components/dynamic/components/obj-status/utils.js +0 -37
  76. package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-kr.png +0 -0
  77. package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-o.png +0 -0
  78. package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.png +0 -0
  79. package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +0 -72
  80. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-kr.png +0 -0
  81. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-o.png +0 -0
  82. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-project.png +0 -0
  83. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-task.png +0 -0
  84. package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela.svg +0 -23
  85. package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/dynamic-share-course.png +0 -0
  86. package/lib/components/float-fixed-video-modal/img/close.png +0 -0
  87. package/lib/components/float-fixed-video-modal/img/full.svg +0 -21
  88. package/lib/components/float-fixed-video-modal/img/muted.svg +0 -21
  89. package/lib/components/float-fixed-video-modal/img/pause.svg +0 -21
  90. package/lib/components/float-fixed-video-modal/img/play.svg +0 -22
  91. package/lib/components/float-fixed-video-modal/img/small.svg +0 -22
  92. package/lib/components/float-fixed-video-modal/img/smallFaQi.png +0 -0
  93. package/lib/components/float-fixed-video-modal/img/volume.svg +0 -21
  94. package/lib/components/float-fixed-video-modal/index.css +0 -243
  95. package/lib/components/float-fixed-video-modal/index.js +0 -334
  96. package/lib/components/float-fixed-video-modal/utils.js +0 -25
  97. package/lib/components/mblog/index.css +0 -7
  98. package/lib/components/video-modal/img/bigFaqi.png +0 -0
  99. package/lib/components/video-modal/img/muted.svg +0 -16
  100. package/lib/components/video-modal/img/not-muted.svg +0 -16
  101. package/lib/components/video-modal/img/pause.svg +0 -17
  102. package/lib/components/video-modal/img/play.png +0 -0
  103. package/lib/components/video-modal/img/play.svg +0 -16
  104. package/lib/components/video-modal/img/small.svg +0 -22
  105. package/lib/components/video-modal/index.css +0 -213
  106. package/lib/components/video-modal/index.js +0 -322
  107. package/lib/components/video-modal/utils.js +0 -25
@@ -19,16 +19,12 @@ var _CommunicationRecord = _interopRequireDefault(require("./CommunicationRecord
19
19
 
20
20
  var _requestV = require("../../utils/request-v1");
21
21
 
22
- var _bsGlobal = require("../../utils/bs-global");
23
-
24
22
  var _style = require("./style");
25
23
 
26
24
  var _openData = require("../../utils/open-data");
27
25
 
28
26
  var _getLocale = require("../../utils/getLocale");
29
27
 
30
- var _avatar = _interopRequireDefault(require("../avatar"));
31
-
32
28
  require("./index.css");
33
29
 
34
30
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -37,8 +33,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
37
33
 
38
34
  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; }
39
35
 
40
- 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; }
41
-
42
36
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
43
37
 
44
38
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -97,7 +91,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
97
91
  _this.setState({
98
92
  communicationTrackList: data.comments ? data.comments : [],
99
93
  communicationTrackTotal: data.total,
100
- okrCommentFeedId: commentType === 2 ? res.Data.feedId : ""
94
+ okrCommentFeedId: commentType == 2 ? res.Data.feedId : ""
101
95
  });
102
96
  } else {
103
97
  _this.setState({
@@ -168,8 +162,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
168
162
  isShowReplyToUser: true,
169
163
  replyUser: communicationTrackList[index].publishUser.name,
170
164
  replyUserId: communicationTrackList[index].publishUser.userId,
171
- replyUserCommentId: communicationTrackList[index].commentId,
172
- isShowDefaultInput: false
165
+ replyUserCommentId: communicationTrackList[index].commentId
173
166
  });
174
167
  } else if (actionType === "praise") {
175
168
  // 沟通里的点赞
@@ -249,15 +242,14 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
249
242
  submitStatus: 2
250
243
  });
251
244
 
252
- var url = commentType === 1 ? (0, _requestV.getApiUrl2)("comment/Add") : (0, _requestV.getApiUrl)("okr/cycle/addComment?objId=".concat(okrFeedParams && okrFeedParams.objId, "&objType=").concat(okrFeedParams && okrFeedParams.objType, "&cycleType=").concat(okrFeedParams && okrFeedParams.cycleType, "&yqmNum=").concat(okrFeedParams && okrFeedParams.yqmNum, "&annualNum=").concat(okrFeedParams && okrFeedParams.annualNum));
245
+ var url = commentType == 1 ? (0, _requestV.getApiUrl2)("comment/Add") : (0, _requestV.getApiUrl)("okr/cycle/addComment?objId=".concat(okrFeedParams && okrFeedParams.objId, "&objType=").concat(okrFeedParams && okrFeedParams.objType, "&cycleType=").concat(okrFeedParams && okrFeedParams.cycleType, "&yqmNum=").concat(okrFeedParams && okrFeedParams.yqmNum, "&annualNum=").concat(okrFeedParams && okrFeedParams.annualNum));
253
246
  (0, _requestV.taker)(url, "POST", sentData).then(function (res) {
254
247
  if (res.Code === 1) {
255
248
  isShowAllCommunicationRecord ? _this.getFeedInfo(feedId, communicationTrackTotal + 1) : _this.getFeedInfo(feedId, commentCount);
256
249
 
257
250
  _this.setState({
258
251
  submitStatus: 1,
259
- isShowReplyToUser: false,
260
- isShowDefaultInput: true
252
+ isShowReplyToUser: false
261
253
  });
262
254
  } else {
263
255
  _this.setState({
@@ -279,21 +271,11 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
279
271
  });
280
272
  };
281
273
 
282
- _this.handleShowMblog = function () {
283
- _this.setState({
284
- isShowDefaultInput: false
285
- });
286
- };
287
-
288
- var showDefaultInput = props.showDefaultInput,
289
- usePropsComment = props.usePropsComment,
290
- communication = props.communication;
291
- var comments = usePropsComment ? communication || [] : [];
292
- var communicationLength = props.totalCommunicationNum || comments.length;
274
+ var comments = props.usePropsComment ? props.communication || [] : [];
293
275
  _this.state = {
294
276
  communicationTrackList: comments,
295
277
  // 沟通记录
296
- communicationTrackTotal: communicationLength,
278
+ communicationTrackTotal: props.totalCommunicationNum || comments.length,
297
279
  // 沟通记录条数
298
280
  isShowAllCommunicationRecord: false,
299
281
  // 是否显示所有记录
@@ -308,8 +290,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
308
290
  // 点赞记录
309
291
  praiseObjId: "",
310
292
  isShowPraiseRecordPop: false,
311
- okrCommentFeedId: "",
312
- isShowDefaultInput: showDefaultInput && communicationLength !== 0 ? true : false
293
+ okrCommentFeedId: ""
313
294
  };
314
295
  return _this;
315
296
  }
@@ -323,14 +304,14 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
323
304
  commentType = _this$props5.commentType,
324
305
  usePropsComment = _this$props5.usePropsComment;
325
306
 
326
- if ((feedId || commentType === 2) && !usePropsComment) {
307
+ if ((feedId || commentType == 2) && !usePropsComment) {
327
308
  this.getFeedInfo(feedId, commentCount);
328
309
  }
329
310
  }
330
311
  }, {
331
312
  key: "componentDidUpdate",
332
313
  value: function componentDidUpdate(prevProps, prevState) {
333
- if (prevProps.feedId !== this.props.feedId || prevProps.okrFeedParams !== this.props.okrFeedParams || prevProps.usePropsComment !== this.props.usePropsComment) {
314
+ if (prevProps.feedId != this.props.feedId || prevProps.okrFeedParams != this.props.okrFeedParams || prevProps.usePropsComment != this.props.usePropsComment) {
334
315
  var _this$props6 = this.props,
335
316
  feedId = _this$props6.feedId,
336
317
  commentCount = _this$props6.commentCount;
@@ -358,8 +339,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
358
339
  isShowReplyToUser = _this$state4.isShowReplyToUser,
359
340
  submitStatus = _this$state4.submitStatus,
360
341
  isShowPraiseRecordPop = _this$state4.isShowPraiseRecordPop,
361
- praiseObjId = _this$state4.praiseObjId,
362
- isShowDefaultInput = _this$state4.isShowDefaultInput;
342
+ praiseObjId = _this$state4.praiseObjId;
363
343
  var _this$props7 = this.props,
364
344
  feedId = _this$props7.feedId,
365
345
  className = _this$props7.className,
@@ -376,24 +356,21 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
376
356
  _this$props7$highLigh = _this$props7.highLightKeyWord,
377
357
  highLightKeyWord = _this$props7$highLigh === void 0 ? "" : _this$props7$highLigh,
378
358
  _this$props7$autoFocu = _this$props7.autoFocus,
379
- autoFocus = _this$props7$autoFocu === void 0 ? false : _this$props7$autoFocu,
380
- _this$props7$showUser = _this$props7.showUser,
381
- showUser = _this$props7$showUser === void 0 ? false : _this$props7$showUser;
382
- var user = (0, _bsGlobal.getUserInfo)();
359
+ autoFocus = _this$props7$autoFocu === void 0 ? false : _this$props7$autoFocu;
383
360
  return /*#__PURE__*/_react["default"].createElement(_style.CommunicationWrapper, {
384
361
  className: "communcation-wrapper ".concat(className)
385
- }, /*#__PURE__*/_react["default"].createElement("div", null, communicationTrackTotal > 3 && /*#__PURE__*/_react["default"].createElement(_style.CommunicationRecordTotal, null, /*#__PURE__*/_react["default"].createElement("div", {
362
+ }, /*#__PURE__*/_react["default"].createElement("div", null, communicationTrackTotal > 0 && /*#__PURE__*/_react["default"].createElement(_style.CommunicationRecordTotal, null, /*#__PURE__*/_react["default"].createElement("div", {
386
363
  className: "".concat(prefix, "__communication-total"),
387
364
  onMouseDown: function onMouseDown() {
388
365
  return _this2.handlerSwitchShowRecord();
389
366
  }
390
367
  }, (0, _getLocale.getLocale)("Mod_Allcommu"), "\xA0", /*#__PURE__*/_react["default"].createElement("span", null, communicationTrackTotal), communicationTrackTotal > commentCount && /*#__PURE__*/_react["default"].createElement("i", {
391
368
  className: (0, _classnames["default"])("".concat(prefix, "__communication-total-icon"), {
392
- "tu-icon-APP-xi": !isShowAllCommunicationRecord,
393
- "tu-icon-arrow-down1": isShowAllCommunicationRecord
369
+ "tu-icon-APP-xi": isShowAllCommunicationRecord,
370
+ "tu-icon-arrow-down1": !isShowAllCommunicationRecord
394
371
  })
395
372
  }))), /*#__PURE__*/_react["default"].createElement("div", {
396
- className: (0, _classnames["default"])(_defineProperty({}, "".concat(prefix, "__communication-list"), communicationTrackList.length > 0))
373
+ className: "".concat(prefix, "__communication-list")
397
374
  }, communicationTrackList.length > 0 && communicationTrackList.map(function (item, index) {
398
375
  var length = communicationTrackList.length;
399
376
 
@@ -413,14 +390,16 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
413
390
  }
414
391
  });
415
392
  }))), !useCustomMblog && /*#__PURE__*/_react["default"].createElement("div", {
416
- className: "".concat(prefix, "__reply-container")
417
- }, isShowReplyToUser && /*#__PURE__*/_react["default"].createElement(_style.ReplyToUser, {
393
+ className: "communication__reply__cintainer"
394
+ }, /*#__PURE__*/_react["default"].createElement(_style.ReplyToUser, {
418
395
  height: isShowReplyToUser ? "auto" : "0",
419
- padding: isShowReplyToUser ? "4px 0" : "0",
420
- className: (0, _classnames["default"])(_defineProperty({}, "".concat(prefix, "__reply-container--show-user"), showUser))
421
- }, /*#__PURE__*/_react["default"].createElement(_style.ReplyUser, null, /*#__PURE__*/_react["default"].createElement("span", {
422
- className: "".concat(prefix, "__reply-container-text")
423
- }, (0, _getLocale.getLocale)("Mod_Reply")), /*#__PURE__*/_react["default"].createElement("span", {
396
+ padding: isShowReplyToUser ? "3px 0" : "0"
397
+ }, /*#__PURE__*/_react["default"].createElement("span", {
398
+ style: {
399
+ position: "relative",
400
+ top: "2px"
401
+ }
402
+ }, (0, _getLocale.getLocale)("Mod_Reply")), /*#__PURE__*/_react["default"].createElement(_style.ReplyUser, null, /*#__PURE__*/_react["default"].createElement("span", {
424
403
  className: "name"
425
404
  }, /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
426
405
  name: replyUser,
@@ -428,23 +407,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
428
407
  })), /*#__PURE__*/_react["default"].createElement("span", {
429
408
  className: "tu-icon-cross",
430
409
  onMouseDown: this.handlerCancelReplyUser
431
- }))), isShowDefaultInput && !isShowReplyToUser && /*#__PURE__*/_react["default"].createElement("div", {
432
- className: "".concat(prefix, "__reply-default-input")
433
- }, /*#__PURE__*/_react["default"].createElement("span", {
434
- className: "".concat(prefix, "__reply-default-input-avatar")
435
- }, /*#__PURE__*/_react["default"].createElement(_avatar["default"], {
436
- size: {
437
- width: 28,
438
- textNum: 1,
439
- fontSize: 14
440
- },
441
- name: user.Name,
442
- color: user.UserAvatar.Color,
443
- src: user.UserAvatar.Medium
444
- })), /*#__PURE__*/_react["default"].createElement("span", {
445
- onClick: this.handleShowMblog,
446
- className: "".concat(prefix, "__reply-default-input-text")
447
- }, "\u8F93\u5165\u6C9F\u901A\u5185\u5BB9")), !isShowDefaultInput && /*#__PURE__*/_react["default"].createElement(_mblog["default"], {
410
+ }))), /*#__PURE__*/_react["default"].createElement(_mblog["default"], {
448
411
  setTextareaRef: setTextareaRef || function () {},
449
412
  isHasPlaceholder: true,
450
413
  placeholderText: (0, _getLocale.getLocale)("Mod_contentofyour"),
@@ -461,8 +424,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
461
424
  autoResizing: false,
462
425
  onMblogSubmit: function onMblogSubmit(submitType, sentData) {
463
426
  return _this2.handlerReply(submitType, sentData);
464
- },
465
- showUser: showUser
427
+ }
466
428
  })), isShowPraiseRecordPop && /*#__PURE__*/_react["default"].createElement(_praiseRecord["default"], {
467
429
  objId: praiseObjId,
468
430
  objType: 19,
@@ -479,8 +441,7 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
479
441
  return Communication;
480
442
  }(_react.PureComponent);
481
443
 
444
+ exports["default"] = Communication;
482
445
  Communication.defaultProps = {
483
446
  commentType: 1
484
- };
485
- var _default = Communication;
486
- exports["default"] = _default;
447
+ };
@@ -7,8 +7,6 @@ exports.ReplyUser = exports.ReplyToUser = exports.ConfirmWrapper = exports.Confi
7
7
 
8
8
  var _styledComponents = _interopRequireDefault(require("styled-components"));
9
9
 
10
- var _praiseBg = _interopRequireDefault(require("./praise-bg.png"));
11
-
12
10
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
13
11
 
14
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -19,7 +17,7 @@ var CommunicationWrapper = _styledComponents["default"].div(_templateObject || (
19
17
 
20
18
  exports.CommunicationWrapper = CommunicationWrapper;
21
19
 
22
- var CommunicationRecordTotal = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom: 8px;\n font-size: 13px;\n line-height: 22px;\n color: #8f9ca6;\n display: inline-block;\n cursor: pointer;\n\n &:hover {\n color: #2879ff;\n }\n"])));
20
+ var CommunicationRecordTotal = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom: 8px;\n font-size: 12px;\n color: #8f9ca6;\n display: inline-block;\n cursor: pointer;\n\n &:hover {\n color: #2879ff;\n }\n"])));
23
21
 
24
22
  exports.CommunicationRecordTotal = CommunicationRecordTotal;
25
23
 
@@ -31,7 +29,7 @@ var ReplyToUser = _styledComponents["default"].div(_templateObject3 || (_templat
31
29
 
32
30
  exports.ReplyToUser = ReplyToUser;
33
31
 
34
- var ReplyUser = _styledComponents["default"].span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n padding: 2px 8px;\n line-height: 20px;\n border-radius: 12px;\n display: inline-flex;\n align-items: center;\n color: #89919F;\n background-color: #f5f8fa;\n word-break: break-all;\n\n .tu-icon-cross {\n margin-left: 4px;\n font-size: 16px;\n color: #89919F;\n cursor: pointer;\n &:hover {\n color: #f05e5e;\n }\n }\n"])));
32
+ var ReplyUser = _styledComponents["default"].div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral([void 0], ["\n min-height: 20px;\n margin-left: 10px;\n padding: 2px 8px;\n line-height: 20px;\n font-family: '\\5B8B\\4F53';\n border-radius: 12px;\n display: inline-block;\n color: #647481;\n background-color: #f5f8fa;\n vertical-align: middle;\n word-break: break-all;\n cursor: pointer;\n\n &:hover {\n color: #ff5b5b;\n .tu-icon-cross {\n color: #f04d4d;\n }\n }\n\n .tu-icon-cross {\n margin-left: 5px;\n color: #a9b8bf;\n }\n"])));
35
33
 
36
34
  exports.ReplyUser = ReplyUser;
37
35
 
@@ -39,7 +37,7 @@ var CommunicationItem = _styledComponents["default"].div(_templateObject5 || (_t
39
37
 
40
38
  exports.CommunicationItem = CommunicationItem;
41
39
 
42
- var CommunicationDetail = _styledComponents["default"].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n width: calc(100% - 35px);\n margin-top: 2px;\n margin-left: 12px;\n display: flex;\n flex-direction: column;\n\n p {\n line-height: 17px;\n }\n"])));
40
+ var CommunicationDetail = _styledComponents["default"].div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n width: calc(100% - 35px);\n margin-top: 2px;\n margin-left: 8px;\n display: flex;\n flex-direction: column;\n\n p {\n line-height: 17px;\n }\n"])));
43
41
 
44
42
  exports.CommunicationDetail = CommunicationDetail;
45
43
 
@@ -47,7 +45,7 @@ var CommunicationContent = _styledComponents["default"].p(_templateObject7 || (_
47
45
 
48
46
  exports.CommunicationContent = CommunicationContent;
49
47
 
50
- var CommunicationActionbar = _styledComponents["default"].div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n display: none;\n position: absolute;\n right: 0;\n bottom: 0;\n"])));
48
+ var CommunicationActionbar = _styledComponents["default"].div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n display: none;\n position: absolute;\n right: 0;\n"])));
51
49
 
52
50
  exports.CommunicationActionbar = CommunicationActionbar;
53
51
 
@@ -83,7 +81,7 @@ var AttachmentAction = _styledComponents["default"].div(_templateObject16 || (_t
83
81
 
84
82
  exports.AttachmentAction = AttachmentAction;
85
83
 
86
- var ConfirmWrapper = _styledComponents["default"].div(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n min-width: 300px;\n border-radius: 2px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n background-color: #ffffff;\n \n &.bg {\n background: url(", ") no-repeat 0 0 / 101% 105%;\n box-shadow: 0 6px 15px 0 rgba(0,0,0,0.15);\n }\n"])), _praiseBg["default"]);
84
+ var ConfirmWrapper = _styledComponents["default"].div(_templateObject17 || (_templateObject17 = _taggedTemplateLiteral(["\n min-width: 300px;\n border-radius: 2px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n background-color: #ffffff;\n \n &.bg {\n background: url(", ") no-repeat 0 0 / 101% 105%;\n box-shadow: 0 6px 15px 0 rgba(0,0,0,0.15);\n }\n"])), require("./praise-bg.png"));
87
85
 
88
86
  exports.ConfirmWrapper = ConfirmWrapper;
89
87
 
@@ -118,7 +118,11 @@ function _default(_ref) {
118
118
  avatar: SuperiorUser.UserAvatar
119
119
  });
120
120
  } else {
121
- setToUser({});
121
+ setToUser({
122
+ name: Name,
123
+ userId: Id,
124
+ avatar: UserAvatar
125
+ });
122
126
  }
123
127
  }
124
128
  });
@@ -1,6 +1,22 @@
1
1
  .titaui-dynamic-obj-status {
2
2
  display: inline-block;
3
- font-size: 14px;
4
- line-height: 24px;
5
- margin-right: 8px;
3
+ width: 18px;
4
+ height: 18px;
5
+ min-width: 18px;
6
+ }
7
+
8
+ .titaui-dynamic-obj-status--delay {
9
+ background: url("../../img/dynamic-delay.svg");
10
+ }
11
+
12
+ .titaui-dynamic-obj-status--normal {
13
+ background: url("../../img/dynamic-normal.svg");
14
+ }
15
+
16
+ .titaui-dynamic-obj-status--risk {
17
+ background: url("../../img/dynamic-risk.svg");
18
+ }
19
+
20
+ .titaui-dynamic-obj-status--end {
21
+ background: url("../../img/dynamic-end.svg");
6
22
  }
@@ -11,13 +11,17 @@ var _classnames = _interopRequireDefault(require("classnames"));
11
11
 
12
12
  var _util = require("../../util");
13
13
 
14
- var _utils = require("./utils");
15
-
16
14
  require("./index.css");
17
15
 
18
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
17
 
20
18
  var prefix = "titaui-dynamic-obj-status";
19
+ var StateIconMapping = {
20
+ delay: "".concat(prefix, "--delay"),
21
+ normal: "".concat(prefix, "--normal"),
22
+ risk: "".concat(prefix, "--risk"),
23
+ end: "".concat(prefix, "--end")
24
+ };
21
25
 
22
26
  var DynamicObjStatus = function DynamicObjStatus(_ref) {
23
27
  var _ref$oStatus = _ref.oStatus,
@@ -26,11 +30,8 @@ var DynamicObjStatus = function DynamicObjStatus(_ref) {
26
30
  riskLevel = _ref$riskLevel === void 0 ? 1 : _ref$riskLevel,
27
31
  extraClass = _ref.extraClass;
28
32
  return /*#__PURE__*/_react["default"].createElement("span", {
29
- className: (0, _classnames["default"])(extraClass, prefix),
30
- style: {
31
- color: (0, _utils.getStatusColor)((0, _util.getProgressState)(oStatus, riskLevel))
32
- }
33
- }, (0, _utils.getStatusTextMapping)((0, _util.getProgressState)(oStatus, riskLevel)));
33
+ className: (0, _classnames["default"])(extraClass, prefix, StateIconMapping[(0, _util.getProgressState)(oStatus, riskLevel)])
34
+ });
34
35
  };
35
36
 
36
37
  var _default = DynamicObjStatus;
@@ -1,5 +1,5 @@
1
1
  .titaui-dynamic-percent {
2
- font-size: 20px;
2
+ font-size: 16px;
3
3
  font-weight: 600;
4
4
  color: #3f4755;
5
5
  line-height: 24px;
@@ -1,37 +1,31 @@
1
1
  .titaui-dynamic-title {
2
2
  display: flex;
3
3
  overflow: hidden;
4
- word-break: keep-all;
5
- white-space: nowrap;
6
- font-size: 13px;
7
- line-height: 18px;
8
- border-radius: 18px;
9
- align-items: center;
10
- justify-content: center;
11
- height: 24px;
12
- padding-left: 2px;
13
- padding-right: 8px;
14
- }
15
-
16
- .titaui-dynamic-title__type {
17
- color: #ffffff;
18
- border-radius: 18px;
19
- display: flex;
20
- align-items: center;
21
- justify-content: center;
22
- margin-right: 6px;
23
- padding: 1px 6px;
4
+ flex: 1;
24
5
  }
25
6
 
26
7
  .titaui-dynamic-title__content {
27
8
  display: flex;
9
+ height: 36px;
28
10
  overflow: hidden;
29
11
  box-sizing: border-box;
12
+ background: rgba(240, 244, 250, 0.5);
13
+ border-radius: 18px 18px 18px 1px;
30
14
  word-break: keep-all;
31
15
  white-space: nowrap;
16
+ padding: 7px 12px;
17
+ font-size: 14px;
18
+ line-height: 22px;
19
+ color: #3f4755;
20
+ font-weight: 600;
32
21
  z-index: 2;
33
22
  }
34
23
 
24
+ .titaui-dynamic-title__content-symbol {
25
+ color: #2879ff;
26
+ margin-right: 4px;
27
+ }
28
+
35
29
  .titaui-dynamic-title__content-text {
36
30
  flex: 1;
37
31
  overflow: hidden;
@@ -39,5 +33,12 @@
39
33
  }
40
34
 
41
35
  .titaui-dynamic-title__content-text:hover {
42
- opacity: 0.6;
36
+ color: #2879ff !important;
37
+ }
38
+
39
+ .titaui-dynamic-title__fill-empty {
40
+ flex: 1;
41
+ background: rgba(240, 244, 250, 0.5);
42
+ border-radius: 0 18px 18px 0;
43
+ margin-left: -18px;
43
44
  }
@@ -28,37 +28,23 @@ var prefix = "titaui-dynamic-title";
28
28
  var DynamicTitle = function DynamicTitle(_ref) {
29
29
  var content = _ref.content,
30
30
  onClickTitle = _ref.onClickTitle,
31
- type = _ref.type,
32
- typeBgColor = _ref.typeBgColor,
33
- titleBgColor = _ref.titleBgColor,
34
- contentColor = _ref.contentColor;
31
+ suffixContent = _ref.suffixContent;
35
32
 
36
33
  var _useContext = (0, _react.useContext)(_context.SearchKeyContext),
37
34
  searchKeyWord = _useContext.searchKeyWord;
38
35
 
39
36
  var onTitleClick = function onTitleClick() {
40
- if (onClickTitle) {
41
- onClickTitle();
42
- }
37
+ onClickTitle && onClickTitle();
43
38
  };
44
39
 
45
40
  return /*#__PURE__*/_react["default"].createElement("div", {
46
- className: prefix,
47
- style: {
48
- backgroundColor: titleBgColor
49
- }
41
+ className: prefix
50
42
  }, /*#__PURE__*/_react["default"].createElement("span", {
51
- className: "".concat(prefix, "__type"),
52
- style: {
53
- backgroundColor: typeBgColor
54
- }
55
- }, type), /*#__PURE__*/_react["default"].createElement("span", {
56
43
  className: "".concat(prefix, "__content")
57
44
  }, /*#__PURE__*/_react["default"].createElement("span", {
45
+ className: "".concat(prefix, "__content-symbol")
46
+ }, "#"), /*#__PURE__*/_react["default"].createElement("span", {
58
47
  className: "".concat(prefix, "__content-text"),
59
- style: {
60
- color: contentColor
61
- },
62
48
  onClick: onTitleClick
63
49
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
64
50
  text: /*#__PURE__*/_react["default"].createElement(_searchKeyHandle["default"], {
@@ -66,7 +52,9 @@ var DynamicTitle = function DynamicTitle(_ref) {
66
52
  keyWord: searchKeyWord
67
53
  }),
68
54
  isPercent: true
69
- }))));
55
+ })), suffixContent), /*#__PURE__*/_react["default"].createElement("span", {
56
+ className: "".concat(prefix, "__fill-empty")
57
+ }));
70
58
  };
71
59
 
72
60
  var _default = DynamicTitle;
@@ -3,7 +3,7 @@
3
3
  justify-content: space-between;
4
4
  align-items: center;
5
5
  margin-bottom: 20px;
6
- padding: 26px 0 0 24px;
6
+ padding: 24px 0 0 20px;
7
7
  }
8
8
 
9
9
  .titaui-dynamic-item-header-left {
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  .titaui-dynamic-item-header-right {
22
- font-size: 24px;
22
+ font-size: 16px;
23
23
  width: 24px;
24
24
  height: 24px;
25
25
  display: flex;
@@ -36,7 +36,7 @@
36
36
 
37
37
  .titaui-dynamic-item-header-desc {
38
38
  flex: 1;
39
- margin-left: 12px;
39
+ margin-left: 8px;
40
40
  overflow: hidden;
41
41
  display: flex;
42
42
  flex-direction: column;
@@ -60,10 +60,10 @@
60
60
  }
61
61
 
62
62
  .titaui-dynamic-item-header-desc-user {
63
- font-size: 16px;
63
+ font-size: 14px;
64
64
  font-weight: 600;
65
65
  color: #3f4755;
66
- line-height: 24px;
66
+ line-height: 22px;
67
67
  }
68
68
 
69
69
  .titaui-dynamic-item-header-desc-user--not-link:hover {
@@ -87,7 +87,7 @@
87
87
 
88
88
  .titaui-dynamic-item-header__more-operate {
89
89
  font-size: 14px;
90
- color: #89919f;
90
+ color: #3F4755;
91
91
  line-height: 22px;
92
92
  }
93
93
 
@@ -63,11 +63,8 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
63
63
  _ref$showTopping = _ref.showTopping,
64
64
  showTopping = _ref$showTopping === void 0 ? false : _ref$showTopping,
65
65
  data = _ref.data,
66
- _ref$desc = _ref.desc,
67
- desc = _ref$desc === void 0 ? "" : _ref$desc,
68
- user = _ref.user,
69
- _ref$suffixContent = _ref.suffixContent,
70
- suffixContent = _ref$suffixContent === void 0 ? "" : _ref$suffixContent;
66
+ desc = _ref.desc,
67
+ user = _ref.user;
71
68
  var createDate = data.createDate,
72
69
  feedId = data.feedId,
73
70
  _data$isTop = data.isTop,
@@ -102,7 +99,7 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
102
99
 
103
100
  var url = "";
104
101
 
105
- var onChangeHandler = function onChangeHandler(name) {
102
+ var onChangeHandler = function onChangeHandler(name, _) {
106
103
  if (name === "collect") {
107
104
  if (nowIsCollect) {
108
105
  (0, _requestApi.cancelCollectDynamic)({
@@ -200,10 +197,7 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
200
197
  });
201
198
 
202
199
  setShowDialogConfirm(false);
203
-
204
- if (onDeleteFeed) {
205
- onDeleteFeed(feedId);
206
- }
200
+ onDeleteFeed && onDeleteFeed(feedId);
207
201
  }
208
202
  });
209
203
  };
@@ -250,7 +244,7 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
250
244
  src: user.avatar.medium,
251
245
  color: user.avatar.color,
252
246
  size: {
253
- width: 52,
247
+ width: 40,
254
248
  textNum: 1,
255
249
  fontSize: 18
256
250
  }
@@ -269,7 +263,7 @@ var DynamicItemHeader = function DynamicItemHeader(_ref) {
269
263
  name: user.name,
270
264
  id: user.userId
271
265
  })
272
- })), desc, suffixContent), /*#__PURE__*/_react["default"].createElement("div", {
266
+ })), desc), /*#__PURE__*/_react["default"].createElement("div", {
273
267
  className: "".concat(prefix, "__more-operate")
274
268
  }, /*#__PURE__*/_react["default"].createElement(_dropSelector["default"], {
275
269
  popupPlacement: "bottomRight",
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>切片</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="-2.48949813e-15%" x2="50%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2879FF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="目标" transform="translate(-270.000000, -1746.000000)">
12
+ <g id="新建目标-负责目标" transform="translate(202.000000, 1635.000000)">
13
+ <g id="编组-11" transform="translate(68.000000, 78.000000)">
14
+ <g id="pull-up" transform="translate(0.000000, 33.000000)">
15
+ <rect id="Rectangle-5" x="0" y="0" width="18" height="18"></rect>
16
+ <path d="M9.6984127,1.47921007 L14.2380952,6.34609616 C14.5873016,6.73544705 14.5873016,7.31947338 14.2380952,7.70882427 C13.8888889,8.09817515 13.3650794,8.09817515 13.015873,7.70882427 L9.87301587,4.39934172 L9.87301587,16.0266228 C9.87301587,16.6106491 9.52380952,17 9,17 C8.47619048,17 8.12698413,16.6106491 8.12698413,16.0266228 L8.12698413,4.39934172 L4.98412698,7.90349971 C4.63492063,8.09817515 4.11111111,8.09817515 3.76190476,7.70882427 C3.41269841,7.31947338 3.41269841,6.73544705 3.76190476,6.34609616 L8.12698413,1.47921007 C8.3015873,1.28453463 9,0.505832851 9.6984127,1.47921007 Z" id="箭头" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>关联-icon</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="50%" x2="50%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2879FF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="目标" transform="translate(-270.000000, -2013.000000)">
12
+ <g id="新建目标-负责目标" transform="translate(202.000000, 1901.000000)">
13
+ <g id="编组-19" transform="translate(68.000000, 78.000000)">
14
+ <g id="pull-up" transform="translate(0.000000, 34.000000)">
15
+ <rect id="Rectangle-5" x="0" y="0" width="18" height="18"></rect>
16
+ <path d="M6.05737522,9.80294126 C6.34805303,9.80193178 6.58393921,10.0378179 6.58397526,10.3295413 L6.58397526,10.3295413 L6.58430875,14.0309019 C6.58333532,14.5429815 6.78303323,15.0240195 7.14513215,15.3861184 C7.50723108,15.7482174 7.98932361,15.9448057 8.50139427,15.9458963 C9.01344689,15.9469869 9.49446685,15.7473611 9.85649367,15.3853343 C10.2185205,15.0233075 10.4171098,14.541251 10.4170557,14.0302169 L10.4170557,14.0302169 L10.4156676,10.3298748 C10.4166591,10.039197 10.6514727,9.80438339 10.9421685,9.8033739 C11.2328464,9.80238244 11.4687235,10.0382596 11.4687686,10.3299739 L11.4687686,10.3299739 L11.4691021,14.0313345 C11.4702197,14.8496128 11.1371886,15.5923329 10.5993129,16.1302086 C10.0624738,16.6670477 9.31973568,17.0000788 8.50043886,16.9999977 C7.7070011,17.0009711 6.96111733,16.6915998 6.40037504,16.1308575 C5.83965078,15.5701333 5.53025242,14.8242225 5.5301713,14.0297662 L5.5301713,14.0297662 L5.53087433,10.3294422 C5.52980175,10.0387553 5.76564286,9.80291422 6.05737522,9.80294126 Z M8.52047535,7.44504397 C8.81215364,7.44406152 9.04887804,7.68078593 9.04892311,7.97349172 L9.04892311,7.97349172 L9.04935574,10.0910323 C9.04836428,10.2373897 8.99129229,10.3671266 8.89477824,10.4636407 C8.79826419,10.5601547 8.66644519,10.6192727 8.52113332,10.6192547 C8.22944602,10.6202281 7.99273964,10.3835217 7.99267655,10.0907979 L7.99267655,10.0907979 L7.99225293,7.97326639 C7.99113528,7.68159712 8.22775153,7.44498088 8.52047535,7.44504397 Z M8.49961865,1.00000031 C10.137302,0.999252214 11.4700124,2.33196266 11.4703008,3.96860944 L11.4703008,3.96860944 L11.4709318,7.67019534 C11.4699313,7.81605702 11.412012,7.94640686 11.3158135,8.04260544 C11.2196329,8.138786 11.0882555,8.19773276 10.9434214,8.19770572 C10.6527165,8.19870619 10.4167943,7.96278397 10.4167492,7.67103357 L10.4167492,7.67103357 L10.4160913,3.96945669 C10.4170377,3.45736801 10.2172947,2.97626693 9.85514168,2.61411393 C9.49298867,2.25196092 9.01086009,2.05326348 8.49979892,2.05316434 C7.44249781,2.05299308 6.58295676,2.91253413 6.58313702,3.96982623 L6.58313702,3.96982623 L6.58378598,7.6713941 C6.58486757,7.96210797 6.34903548,8.19794006 6.05730312,8.19787697 C5.76659826,8.19887744 5.53067604,7.96295522 5.53063097,7.67120483 L5.53063097,7.67120483 L5.53000004,3.96965498 C5.52972063,2.33096219 6.86093488,0.999747943 8.49962767,1.00002735 Z" id="形状结合" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </svg>