@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
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = void 0;
8
+ exports["default"] = _default;
9
9
 
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
 
@@ -27,8 +27,6 @@ var _tooltipText = _interopRequireDefault(require("../../../../../tooltip/toolti
27
27
 
28
28
  var _getLocale = require("../../../../../../utils/getLocale");
29
29
 
30
- var _bsGlobal = require("../../../../../../utils/bs-global");
31
-
32
30
  require("./index.css");
33
31
 
34
32
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -41,9 +39,7 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
41
39
 
42
40
  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); }); }; }
43
41
 
44
- var hasProject = (0, _bsGlobal.hasWebHead)("project");
45
-
46
- var EKrNode = function EKrNode(props) {
42
+ function _default(props) {
47
43
  var index = props.index,
48
44
  title = props.title,
49
45
  data = props.data,
@@ -81,7 +77,7 @@ var EKrNode = function EKrNode(props) {
81
77
  while (1) {
82
78
  switch (_context.prev = _context.next) {
83
79
  case 0:
84
- if (name === "addTask") {
80
+ if (name == "addTask") {
85
81
  params = {
86
82
  objId: data.workId,
87
83
  objType: 4,
@@ -133,7 +129,7 @@ var EKrNode = function EKrNode(props) {
133
129
  };
134
130
  }(), []);
135
131
  var openRelatePop = (0, _react.useCallback)(function (name) {
136
- if (name === "relateTask") {
132
+ if (name == "relateTask") {
137
133
  window.openRelateTaskPop(btnRef.current, {
138
134
  okrId: data.workId,
139
135
  krId: data.mileStoneId
@@ -173,11 +169,9 @@ var EKrNode = function EKrNode(props) {
173
169
  }, "KR", index + 1), /*#__PURE__*/_react["default"].createElement("span", {
174
170
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-kr-node-title")),
175
171
  onClick: function onClick() {
176
- if (data.mileStoneId) {
177
- _drawerManager["default"].open("krDetail", {
178
- krId: data.mileStoneId
179
- });
180
- }
172
+ data.mileStoneId && _drawerManager["default"].open("krDetail", {
173
+ krId: data.mileStoneId
174
+ });
181
175
  }
182
176
  }, /*#__PURE__*/_react["default"].createElement(_tooltipText["default"], {
183
177
  text: title,
@@ -198,11 +192,11 @@ var EKrNode = function EKrNode(props) {
198
192
  icon: "tu-icon-Add-renwu",
199
193
  exIconClass: "e-kr-node-layer-icon",
200
194
  name: "addTask"
201
- }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Addtask"))), hasProject ? /*#__PURE__*/_react["default"].createElement(_dropSelector.IconItem, {
195
+ }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Addtask"))), /*#__PURE__*/_react["default"].createElement(_dropSelector.IconItem, {
202
196
  icon: "tu-icon-Add-xiangmu",
203
197
  exIconClass: "e-kr-node-layer-icon",
204
198
  name: "addProject"
205
- }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Addproject"))) : /*#__PURE__*/_react["default"].createElement("span", null)), /*#__PURE__*/_react["default"].createElement(_dropSelector["default"], {
199
+ }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Addproject")))), /*#__PURE__*/_react["default"].createElement(_dropSelector["default"], {
206
200
  popupPlacement: "bottomRight",
207
201
  onChange: openRelatePop,
208
202
  trigger: /*#__PURE__*/_react["default"].createElement("span", {
@@ -214,12 +208,9 @@ var EKrNode = function EKrNode(props) {
214
208
  icon: "tu-icon-GL-renwu",
215
209
  exIconClass: "e-kr-node-layer-icon",
216
210
  name: "relateTask"
217
- }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Assotask"))), hasProject ? /*#__PURE__*/_react["default"].createElement(_dropSelector.IconItem, {
211
+ }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_Assotask"))), /*#__PURE__*/_react["default"].createElement(_dropSelector.IconItem, {
218
212
  icon: "tu-icon-GL-xiangmu",
219
213
  exIconClass: "e-kr-node-layer-icon",
220
214
  name: "relateProject"
221
- }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_AssProjects"))) : /*#__PURE__*/_react["default"].createElement("span", null))) : null);
222
- };
223
-
224
- var _default = EKrNode;
225
- exports["default"] = _default;
215
+ }, /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("OKR_MyO_E_Butt_AssProjects"))))) : null);
216
+ }
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = void 0;
6
+ exports["default"] = _default;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -17,13 +17,10 @@ require("./index.css");
17
17
 
18
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
19
 
20
- var EEmpty = function EEmpty(props) {
20
+ function _default(props) {
21
21
  var index = props.index;
22
22
  return /*#__PURE__*/_react["default"].createElement("div", {
23
23
  key: index,
24
24
  className: (0, _classnames["default"])("".concat(_precls["default"], "__e-empty-node"))
25
- }, (0, _getLocale.getLocale)("OKR_MyO_E_SupportedtaskProject"));
26
- };
27
-
28
- var _default = EEmpty;
29
- exports["default"] = _default;
25
+ }, (0, _getLocale.getLocale)("OKR_MyO_E_SupportedtaskProject"), " ", "\uD83D\uDCAA");
26
+ }
@@ -345,7 +345,11 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
345
345
  avatar: SuperiorUser.UserAvatar
346
346
  });
347
347
  } else {
348
- setToUser({});
348
+ setToUser({
349
+ name: Name,
350
+ userId: Id,
351
+ avatar: UserAvatar
352
+ });
349
353
  }
350
354
 
351
355
  parenOkrtRef.current && parenOkrtRef.current.show(document.body, 0);
@@ -28,38 +28,31 @@ var getOSetting = function getOSetting() {
28
28
  key: 2,
29
29
  tooltip: (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_SubO")
30
30
  }],
31
- getRecommandText: function getRecommandText(recommandProgressObj) {
32
- var autoUpdate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
33
- var updateWay = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
31
+ getRecommandText: function getRecommandText() {
32
+ var autoUpdate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
33
+ var updateWay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
34
+ var recommandProgressObj = arguments.length > 2 ? arguments[2] : undefined;
34
35
 
35
36
  if (autoUpdate) {
36
- if (updateWay === 1) return /*#__PURE__*/_react["default"].createElement("span", {
37
+ if (updateWay == 1) return /*#__PURE__*/_react["default"].createElement("span", {
37
38
  className: "auto-update__recommand-tip"
38
- }, (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Automatic"));
39
- if (updateWay === 2) return /*#__PURE__*/_react["default"].createElement("span", {
39
+ }, (0, _getLocale.getLocale)('OKR_MyO_Pop_Upd_Automatic'));
40
+ if (updateWay == 2) return /*#__PURE__*/_react["default"].createElement("span", {
40
41
  className: "auto-update__recommand-tip"
41
- }, (0, _getLocale.getLocale)("OKR_MyO_calculationSubO"));
42
- return /*#__PURE__*/_react["default"].createElement("span", null);
43
- }
44
-
45
- var childOkrProgress = recommandProgressObj.childOkrProgress,
46
- childkrProgress = recommandProgressObj.childkrProgress;
47
- var textArr = [];
48
-
49
- if (childkrProgress !== -1) {
50
- textArr.push("".concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_KRCom")).concat(childkrProgress).concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Percentage")));
51
- }
52
-
53
- if (childOkrProgress !== -1) {
54
- textArr.push("".concat((0, _getLocale.getLocale)("OKR_MyO_Ew_SubobjCom")).concat(childOkrProgress).concat((0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Percentage")));
42
+ }, (0, _getLocale.getLocale)('OKR_MyO_calculationSubO'));
43
+ } else {
44
+ var childOkrProgress = recommandProgressObj.childOkrProgress,
45
+ childkrProgress = recommandProgressObj.childkrProgress;
46
+ var textArr = [];
47
+ childkrProgress !== -1 && textArr.push("KR\u5B8C\u6210\u5EA6".concat(childkrProgress, "%"));
48
+ childOkrProgress !== -1 && textArr.push("".concat((0, _getLocale.getLocale)('OKR_MyO_Ew_SubobjCom')).concat(childOkrProgress, "%"));
49
+ if (textArr.length == 0) return '';
50
+ return /*#__PURE__*/_react["default"].createElement(_react.Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
51
+ className: "auto-update__recommand-icon"
52
+ }, (0, _getLocale.getLocale)('Per_Ass_Pop_title_Recommend')), /*#__PURE__*/_react["default"].createElement("span", {
53
+ className: "auto-update__recommand-tip"
54
+ }, "\uFF08", textArr.join(','), "\uFF09"));
55
55
  }
56
-
57
- if (textArr.length === 0) return "";
58
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
59
- className: "auto-update__recommand-icon"
60
- }, (0, _getLocale.getLocale)("Per_Ass_Pop_title_Recommend")), /*#__PURE__*/_react["default"].createElement("span", {
61
- className: "auto-update__recommand-tip"
62
- }, "\uFF08", textArr.join(","), "\uFF09"));
63
56
  }
64
57
  };
65
58
  };
@@ -1,7 +1,6 @@
1
1
  .titaui-progress-circle {
2
2
  display: inline-flex;
3
3
  align-items: center;
4
- position: relative;
5
4
  }
6
5
 
7
6
  .titaui-progress-circle .text-content {
@@ -35,9 +35,7 @@ function CircleProgress(props) {
35
35
  _props$showTextConten = props.showTextContent,
36
36
  showTextContent = _props$showTextConten === void 0 ? true : _props$showTextConten,
37
37
  _props$textcolor = props.textcolor,
38
- textcolor = _props$textcolor === void 0 ? "#89919F" : _props$textcolor,
39
- _props$textClass = props.textClass,
40
- textClass = _props$textClass === void 0 ? "" : _props$textClass;
38
+ textcolor = _props$textcolor === void 0 ? "#89919F" : _props$textcolor;
41
39
  var p = percent > 100 ? 100 : percent;
42
40
  var c = Math.round((size - width * 2) * Math.PI);
43
41
  var remainC = Math.round(c * (100 - p) / 100);
@@ -85,7 +83,7 @@ function CircleProgress(props) {
85
83
  text: "".concat(percent, "%"),
86
84
  maxWidth: 50
87
85
  }, /*#__PURE__*/_react["default"].createElement("div", {
88
- className: "".concat(textClass, " text-content"),
86
+ className: "text-content",
89
87
  style: {
90
88
  marginLeft: 2,
91
89
  color: textcolor
@@ -93,8 +91,5 @@ function CircleProgress(props) {
93
91
  }, "".concat(percent, "%"))));
94
92
  }
95
93
 
96
- CircleProgress.defaultProps = {
97
- textClass: ""
98
- };
99
94
  var _default = CircleProgress;
100
95
  exports["default"] = _default;
@@ -9,7 +9,7 @@ var _react = _interopRequireDefault(require("react"));
9
9
 
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
11
 
12
- var SearchKeyHandle = function SearchKeyHandle(_ref) {
12
+ function SearchKeyHandle(_ref) {
13
13
  var _ref$str = _ref.str,
14
14
  str = _ref$str === void 0 ? "" : _ref$str,
15
15
  _ref$keyWord = _ref.keyWord,
@@ -29,12 +29,7 @@ var SearchKeyHandle = function SearchKeyHandle(_ref) {
29
29
 
30
30
  return item;
31
31
  }));
32
- };
32
+ }
33
33
 
34
- SearchKeyHandle.defaultProps = {
35
- str: "",
36
- keyWord: "",
37
- color: ""
38
- };
39
34
  var _default = SearchKeyHandle;
40
35
  exports["default"] = _default;
package/lib/index.js CHANGED
@@ -141,12 +141,6 @@ Object.defineProperty(exports, "FileList", {
141
141
  return _fileList["default"];
142
142
  }
143
143
  });
144
- Object.defineProperty(exports, "FloatFixedVideoModal", {
145
- enumerable: true,
146
- get: function get() {
147
- return _floatFixedVideoModal["default"];
148
- }
149
- });
150
144
  Object.defineProperty(exports, "FollowerVisitor", {
151
145
  enumerable: true,
152
146
  get: function get() {
@@ -507,12 +501,6 @@ Object.defineProperty(exports, "VersionChangeModal", {
507
501
  return _versionChangeModal["default"];
508
502
  }
509
503
  });
510
- Object.defineProperty(exports, "VideoModal", {
511
- enumerable: true,
512
- get: function get() {
513
- return _videoModal["default"];
514
- }
515
- });
516
504
  Object.defineProperty(exports, "WeeklyReport", {
517
505
  enumerable: true,
518
506
  get: function get() {
@@ -738,8 +726,4 @@ var _uploadPhotoModal = _interopRequireDefault(require("./components/upload-phot
738
726
 
739
727
  var _bookDemo = _interopRequireDefault(require("./components/book-demo"));
740
728
 
741
- var _videoModal = _interopRequireDefault(require("./components/video-modal"));
742
-
743
- var _floatFixedVideoModal = _interopRequireDefault(require("./components/float-fixed-video-modal"));
744
-
745
729
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.hasWebHead = exports.getVersion = exports.getUserInfo = exports.getUploadMaxSize = exports.getTenantInfo = exports.getSource = exports.getOkrAdvancedSetting = exports.getBSGlobal = exports.getAppHead = exports.formatNum = exports["default"] = void 0;
6
+ exports.hasWebHead = exports.getVersion = exports.getUserInfo = exports.getUploadMaxSize = exports.getTenantInfo = exports.getSource = exports.getOkrAdvancedSetting = exports.getBSGlobal = exports.getAppHead = exports.formatNum = void 0;
7
7
  exports.isWx = isWx;
8
8
 
9
9
  var getUserInfo = function getUserInfo() {
@@ -101,14 +101,10 @@ var hasWebHead = function hasWebHead(webHeadName) {
101
101
  apply: 907,
102
102
  kaohe: 403
103
103
  };
104
- var webHead = window.BSGlobal.newNavigation;
104
+ var webHead = window.BSGlobal.WebHead.AppHead;
105
105
  return webHead.findIndex(function (v) {
106
- return v.appId === webHeadMap[webHeadName];
106
+ return v.AppId === webHeadMap[webHeadName];
107
107
  }) !== -1;
108
108
  };
109
109
 
110
- exports.hasWebHead = hasWebHead;
111
- var _default = {
112
- hasWebHead: hasWebHead
113
- };
114
- exports["default"] = _default;
110
+ exports.hasWebHead = hasWebHead;
@@ -10,7 +10,7 @@ exports.htmlDecodeByHtmlRegExp = htmlDecodeByHtmlRegExp;
10
10
  exports.htmlDecodeByRegExp = htmlDecodeByRegExp;
11
11
  exports.htmlEncodeByRegExp = htmlEncodeByRegExp;
12
12
  exports.htmlEncodeToHtmlByRegExp = htmlEncodeToHtmlByRegExp;
13
- exports.unHighLight = exports.openPage = exports.htmlToText = void 0;
13
+ exports.unHighLight = exports.openPage = void 0;
14
14
 
15
15
  var _platform = require("./platform");
16
16
 
@@ -274,13 +274,4 @@ function htmlDecodeByHtmlRegExp(str) {
274
274
  temp = temp.replace(/"/g, "\"");
275
275
  temp = temp.replace(/<br\/>/g, "\n");
276
276
  return temp;
277
- }
278
-
279
- var htmlToText = function htmlToText(text) {
280
- var div = document.createElement("div");
281
- div.innerHTML = text;
282
- var newtext = div.innerText || div.textContent;
283
- return newtext;
284
- };
285
-
286
- exports.htmlToText = htmlToText;
277
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.8",
3
+ "version": "1.10.9",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getStatusTextMapping = exports.getStatusColor = exports["default"] = void 0;
7
-
8
- var _getLocale = require("../../../../utils/getLocale");
9
-
10
- var getStatusTextMapping = function getStatusTextMapping(status) {
11
- var statusMapText = {
12
- delay: (0, _getLocale.getLocale)("OKR_MyO_E_From_Delayed"),
13
- normal: (0, _getLocale.getLocale)("Pro_page_Mil_Normal"),
14
- risk: (0, _getLocale.getLocale)("Pro_page_Mil_Existingrisk"),
15
- end: (0, _getLocale.getLocale)("OKR_MyO_E_From_Completed")
16
- };
17
- return statusMapText[status];
18
- };
19
-
20
- exports.getStatusTextMapping = getStatusTextMapping;
21
-
22
- var getStatusColor = function getStatusColor(status) {
23
- var statusMapText = {
24
- delay: "#F05E5E",
25
- normal: "#2879ff",
26
- risk: "#F6BD16",
27
- end: "BFC7D5"
28
- };
29
- return statusMapText[status];
30
- };
31
-
32
- exports.getStatusColor = getStatusColor;
33
- var _default = {
34
- getStatusTextMapping: getStatusTextMapping,
35
- getStatusColor: getStatusColor
36
- };
37
- exports["default"] = _default;
@@ -1,72 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getDynamicTitleProps = exports["default"] = void 0;
7
-
8
- var _constant = require("../../constant");
9
-
10
- var _getLocale = require("../../../../utils/getLocale");
11
-
12
- var getDynamicTitleProps = function getDynamicTitleProps(obj) {
13
- if (!obj) {
14
- return {
15
- type: "",
16
- typeBgColor: "#ffffff",
17
- titleBgColor: "#ffffff",
18
- contentColor: ""
19
- };
20
- }
21
-
22
- var objType = obj.objType;
23
-
24
- if (objType === _constant.EObjType.Kr) {
25
- return {
26
- type: "KR",
27
- typeBgColor: "rgba(90, 216, 166, 0.5)",
28
- titleBgColor: "rgba(90, 216, 166, 0.1)",
29
- contentColor: "#5AD8A6"
30
- };
31
- }
32
-
33
- if (objType === _constant.EObjType.O) {
34
- return {
35
- type: (0, _getLocale.getLocale)("Mod_Objective"),
36
- typeBgColor: "rgba(40, 121, 255, 0.5)",
37
- titleBgColor: "rgba(40, 121, 255, 0.1)",
38
- contentColor: "#2879FF"
39
- };
40
- }
41
-
42
- if (objType === _constant.EObjType.Task) {
43
- return {
44
- type: (0, _getLocale.getLocale)("Mod_Tasks"),
45
- typeBgColor: "rgba(92, 142, 255, 0.5)",
46
- titleBgColor: "rgba(92, 142, 255, 0.1)",
47
- contentColor: "#5C8EFF"
48
- };
49
- }
50
-
51
- if (objType === _constant.EObjType.Project) {
52
- return {
53
- type: (0, _getLocale.getLocale)("Mod_Project"),
54
- typeBgColor: "rgba(98, 77, 255, 0.5)",
55
- titleBgColor: "rgba(98, 77, 255, 0.1)",
56
- contentColor: "#624DFF"
57
- };
58
- }
59
-
60
- return {
61
- type: "",
62
- typeBgColor: "#ffffff",
63
- titleBgColor: "#ffffff",
64
- contentColor: ""
65
- };
66
- };
67
-
68
- exports.getDynamicTitleProps = getDynamicTitleProps;
69
- var _default = {
70
- getDynamicTitleProps: getDynamicTitleProps
71
- };
72
- exports["default"] = _default;
@@ -1,23 +0,0 @@
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
- <!-- Generator: Sketch 64 (93537) - https://sketch.com -->
4
- <title>形状结合</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <radialGradient cx="50%" cy="50%" fx="50%" fy="50%" r="65.0566151%" gradientTransform="translate(0.500000,0.500000),scale(0.777778,1.000000),rotate(88.840962),scale(1.000000,1.351545),translate(-0.500000,-0.500000)" id="radialGradient-1">
8
- <stop stop-color="#A7B2C4" offset="0%"></stop>
9
- <stop stop-color="#BFC7D5" stop-opacity="0" offset="100%"></stop>
10
- </radialGradient>
11
- </defs>
12
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
- <g id="动态-任务" transform="translate(-115.000000, -865.000000)" fill="url(#radialGradient-1)" fill-rule="nonzero">
14
- <g id="新建目标-负责目标" transform="translate(11.000000, 715.000000)">
15
- <g id="编组-3" transform="translate(93.000000, 102.000000)">
16
- <g id="形状结合-2" transform="translate(11.000000, 48.000000)">
17
- <path d="M3.8056793,2.14936144 C3.96786934,2.33036776 3.94952786,2.60864824 3.764451,2.76625129 C1.94131475,4.32153569 0.893246686,6.5928146 0.893246686,8.9999467 C0.893246686,11.4071772 1.94131475,13.680267 3.764451,15.2328548 C3.8652491,15.3211141 3.9174703,15.4417521 3.9174703,15.5624689 C3.9174703,15.6633451 3.88172841,15.7695948 3.8056793,15.85065 C3.64354933,16.0325618 3.36135866,16.0505916 3.17445966,15.8921028 C1.1552737,14.1719719 -1.11185559e-15,11.661149 -1.6007069e-15,8.99996636 C-2.08888207e-15,6.34246451 1.15525366,3.82894496 3.17353858,2.10971955 C3.36043758,1.94943961 3.64352929,1.96654427 3.8056793,2.14936144 Z M14.1943207,2.14936144 C14.3564707,1.96654427 14.6395624,1.94943961 14.8264614,2.10971955 C16.8447463,3.82894496 18,6.34246451 18,8.99996636 C18,11.661149 16.8447263,14.1719719 14.8255403,15.8921028 C14.6386413,16.0505916 14.3564507,16.0325618 14.1943207,15.85065 C14.1182716,15.7695948 14.0825297,15.6633451 14.0825297,15.5624689 C14.0825297,15.4417521 14.1347509,15.3211141 14.235549,15.2328548 C16.0586852,13.680267 17.1067533,11.4071772 17.1067533,8.9999467 C17.1067533,6.5928146 16.0586852,4.32153569 14.235549,2.76625129 C14.0504721,2.60864824 14.0321307,2.33036776 14.1943207,2.14936144 Z M5.60410658,3.96491623 C5.76079018,4.15042999 5.73237689,4.42601388 5.53999147,4.57908979 C4.18682589,5.6543807 3.40903452,7.26824215 3.40903452,8.99994668 C3.40903452,10.7326747 4.18682589,12.3437806 5.53999147,13.4226932 C5.65082133,13.5073504 5.7049047,13.6352122 5.7049047,13.7613025 C5.7049047,13.858557 5.67190603,13.9549061 5.60594876,14.035981 C5.45018624,14.2260022 5.16803563,14.251236 4.97563018,14.098101 C3.41085666,12.8571173 2.5130046,11.0001295 2.5130046,8.9999467 C2.5130046,7.00346433 3.41085666,5.14287449 4.97378801,3.90096565 C5.16619345,3.74696462 5.44838412,3.77578077 5.60410658,3.96491623 Z M12.3958934,3.96491623 C12.5516159,3.77578077 12.8338065,3.74696462 13.026212,3.90096565 C14.5891433,5.14287449 15.4869954,7.00346433 15.4869954,8.9999467 C15.4869954,11.0001295 14.5891433,12.8571173 13.0243698,14.098101 C12.8319644,14.251236 12.5498138,14.2260022 12.3940512,14.035981 C12.328094,13.9549061 12.2950953,13.858557 12.2950953,13.7613025 C12.2950953,13.6352122 12.3491787,13.5073504 12.4600085,13.4226932 C13.8131741,12.3437806 14.5909655,10.7326747 14.5909655,8.99994668 C14.5909655,7.26824215 13.8131741,5.6543807 12.4600085,4.57908979 C12.2676231,4.42601388 12.2392098,4.15042999 12.3958934,3.96491623 Z M7.42724285,5.80389397 C7.48036509,5.88136688 7.50421303,5.96783499 7.50421303,6.05066172 C7.50421303,6.19116011 7.43455141,6.32894221 7.30816331,6.41450489 C6.43964564,6.98905627 5.92292017,7.95630632 5.92292017,8.9999467 C5.92292017,10.0293168 6.4304749,10.9883983 7.2760657,11.5639142 C7.48036509,11.7008106 7.52894201,11.9763354 7.3869356,12.1744857 C7.2476524,12.3726164 6.96546175,12.4194426 6.7639256,12.2798694 C5.67557032,11.5423021 5.02693028,10.3138762 5.02693028,8.9999467 C5.02693028,7.66629467 5.6902275,6.42891296 6.80609501,5.69042057 C7.00853222,5.5535242 7.28705858,5.60759385 7.42724285,5.80389397 Z M10.5727572,5.80389397 C10.7129414,5.60759385 10.9914678,5.5535242 11.193905,5.69042057 C12.3097725,6.42891296 12.9730697,7.66629467 12.9730697,8.9999467 C12.9730697,10.3138762 12.3244297,11.5423021 11.2360744,12.2798694 C11.0345383,12.4194426 10.7523476,12.3726164 10.6130644,12.1744857 C10.471058,11.9763354 10.5196349,11.7008106 10.7239343,11.5639142 C11.5695251,10.9883983 12.0770798,10.0293168 12.0770798,8.9999467 C12.0770798,7.95630632 11.5603544,6.98905627 10.6918367,6.41450489 C10.5654486,6.32894221 10.495787,6.19116011 10.495787,6.05066172 C10.495787,5.96783499 10.5196349,5.88136688 10.5727572,5.80389397 Z M8.97643591,8.12261234 C9.46179035,8.12261234 9.85567513,8.51609834 9.85567513,8.99786332 C9.85567513,9.4814785 9.46179033,9.87230728 8.97643591,9.87230728 C8.48930362,9.87230728 8.09535892,9.48149818 8.09535892,8.99786332 C8.09535892,8.51609834 8.48930364,8.12261234 8.97643591,8.12261234 Z" id="形状结合" transform="translate(9.000000, 9.000000) rotate(-90.000000) translate(-9.000000, -9.000000) "></path>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>全屏</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-486.000000, -87.000000)">
11
- <g id="全屏" transform="translate(486.000000, 87.000000)">
12
- <rect id="矩形备份-6" x="0" y="0" width="16" height="16"></rect>
13
- <g id="全屏" filter="url(#filter-1)">
14
- <g>
15
- <path d="M13.3333333,8.8699914 C13.6952827,8.8699914 13.9898621,9.15843612 13.9997439,9.51799775 L14,9.53665807 L14,11.8095238 C14,13.0071927 13.0388065,13.9803629 11.8457473,13.9997065 L11.8095238,14 L9.52485212,14 C9.15666229,14 8.85818546,13.7015232 8.85818546,13.3333333 C8.85818546,12.971384 9.14663018,12.6768046 9.5061918,12.6669228 L9.52485212,12.6666667 L11.8095238,12.6666667 C12.2760501,12.6666667 12.6555245,12.2939535 12.6664257,11.8300485 L12.6666667,11.8095238 L12.6666667,9.53665807 C12.6666667,9.16846824 12.9651435,8.8699914 13.3333333,8.8699914 Z M2.66666667,8.84191565 C3.02861599,8.84191565 3.32319545,9.13036037 3.33307721,9.489922 L3.33333333,9.50858232 L3.33333333,11.8095238 C3.33333333,12.2760501 3.70604651,12.6555245 4.16995152,12.6664257 L4.19047619,12.6666667 L6.47311169,12.6666667 C6.84130152,12.6666667 7.13977836,12.9651435 7.13977836,13.3333333 C7.13977836,13.6952827 6.85133364,13.9898621 6.49177201,13.9997439 L6.47311169,14 L4.19047619,14 C2.99280726,14 2.0196371,13.0388065 2.00029346,11.8457473 L2,11.8095238 L2,9.50858232 C2,9.14039249 2.29847683,8.84191565 2.66666667,8.84191565 Z M6.47638719,2 C6.84457703,2 7.14305386,2.29847683 7.14305386,2.66666667 C7.14305386,3.02861599 6.85460914,3.32319545 6.49504752,3.33307721 L6.47638719,3.33333333 L4.19047619,3.33333333 C3.72394994,3.33333333 3.34447552,3.70604651 3.33357425,4.16995152 L3.33333333,4.19047619 L3.33333333,6.47612057 C3.33333333,6.8443104 3.0348565,7.14278723 2.66666667,7.14278723 C2.30471734,7.14278723 2.01013789,6.85434251 2.00025612,6.49478089 L2,6.47612057 L2,4.19047619 C2,2.99280726 2.96119347,2.0196371 4.15425266,2.00029346 L4.19047619,2 L6.47638719,2 Z M11.8095238,2 C13.0071927,2 13.9803629,2.96119347 13.9997065,4.15425266 L14,4.19047619 L14,6.46713633 C14,6.83532616 13.7015232,7.13380299 13.3333333,7.13380299 C12.971384,7.13380299 12.6768046,6.84535827 12.6669228,6.48579665 L12.6666667,6.46713633 L12.6666667,4.19047619 C12.6666667,3.72394994 12.2939535,3.34447552 11.8300485,3.33357425 L11.8095238,3.33333333 L9.56078908,3.33333333 C9.19259925,3.33333333 8.89412242,3.0348565 8.89412242,2.66666667 C8.89412242,2.30471734 9.18256714,2.01013789 9.54212876,2.00025612 L9.56078908,2 L11.8095238,2 Z" id="形状" fill="#444444" fill-rule="nonzero"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>静音</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-432.000000, -87.000000)">
11
- <g id="静音" transform="translate(432.000000, 87.000000)">
12
- <rect id="矩形" x="0" y="0" width="16" height="16"></rect>
13
- <g id="静音" filter="url(#filter-1)">
14
- <g>
15
- <path d="M3.28766429,4.60754762 L4.25898598,5.57889897 C3.71839644,5.84502621 3.34393885,6.39826821 3.33355489,7.04022003 L3.33333333,8.93245138 C3.33333333,9.83877344 4.05900687,10.5752087 4.95973238,10.5898467 L4.9870801,10.5900688 L5.65310585,10.5900688 C6.07617225,10.5900688 6.48158322,10.7576044 6.7810532,11.0552843 L6.80226255,11.0767679 L8.29926628,12.6219853 C8.48581643,12.7800023 8.72216689,12.8666971 8.96640827,12.8666971 C9.53019785,12.8666971 9.98855748,12.4142413 9.99978907,11.8518276 L10,11.8306862 L10,11.3199333 L11.2241569,12.5440254 C10.9218408,13.5036526 10.0257704,14.2000304 8.96640827,14.2000304 C8.41865484,14.2000304 7.88834453,14.0098771 7.46550858,13.6627582 L7.43747973,13.6393848 L7.38734907,13.5969217 L5.84463197,12.0045187 C5.7979892,11.9563737 5.73507167,11.9276985 5.66852215,11.9238477 L4.9870801,11.9234022 C3.35316681,11.9234022 2.02676463,10.6102728 2.00039998,8.98189173 L2,7.06763176 C2,6.04826718 2.50945141,5.14757661 3.28766429,4.60754762 Z M3.28595479,2.34314575 L13.6568542,12.7140452 C13.9172038,12.9743947 13.9172038,13.3965047 13.6568542,13.6568542 C13.3965047,13.9172038 12.9743947,13.9172038 12.7140452,13.6568542 L2.34314575,3.28595479 C2.08279622,3.02560526 2.08279622,2.60349528 2.34314575,2.34314575 C2.60349528,2.08279622 3.02560526,2.08279622 3.28595479,2.34314575 Z M12.9612676,4.39630795 C13.635995,5.45648994 14,6.6878458 14,7.97134943 C14,9.26666772 13.6292471,10.5087612 12.9428229,11.5752092 C12.9365895,11.5848936 12.9301474,11.5943626 12.9235064,11.6036141 L11.9550266,10.6350444 C12.4183868,9.83322648 12.6666667,8.92137825 12.6666667,7.97134943 C12.6666667,6.94333913 12.3759736,5.95998277 11.8364174,5.11219185 C11.6387315,4.80157303 11.7302817,4.38951067 12.0409006,4.19182479 C12.3515194,3.99413891 12.7635817,4.08568914 12.9612676,4.39630795 Z M10.7752429,2.64125439 C11.1278572,3.05949124 11.3246633,3.58664187 11.3330535,4.13294907 L11.3333333,10.0134 L10,8.68006667 L10,4.16939694 C10,3.9245839 9.91350763,3.68768026 9.75585962,3.50069348 C9.39252467,3.06974081 8.75332847,3.0103815 8.31755677,3.36295511 L8.29926628,3.37809784 L6.80226255,4.92331521 C6.70885932,5.01972666 6.60457885,5.10312547 6.4922413,5.17231722 L5.3966,4.07666667 L5.65310585,4.07668099 C5.72013933,4.07668099 5.78451333,4.05144474 5.8335851,4.0063268 L5.84463197,3.99556447 L7.38734907,2.40316145 L7.43747973,2.36069836 C8.43638105,1.51458065 9.93143682,1.64041351 10.7752429,2.64125439 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>暂停</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-468.000000, -87.000000)">
11
- <g id="暂停" transform="translate(468.000000, 87.000000)">
12
- <rect id="矩形备份-5" opacity="0.666846866" x="0" y="0" width="16" height="16"></rect>
13
- <g id="暂停" filter="url(#filter-1)">
14
- <g>
15
- <path d="M10.023464,4.30420899 L14.4700011,11.4186684 C14.9383376,12.1680068 14.7105405,13.1551274 13.9612021,13.623464 C13.7069115,13.7823956 13.4130753,13.8666667 13.1132038,13.8666667 L4.22012956,13.8666667 C3.33647396,13.8666667 2.62012956,13.1503223 2.62012956,12.2666667 C2.62012956,11.9667951 2.70440067,11.6729589 2.86333227,11.4186684 L7.30986938,4.30420899 C7.77820591,3.55487054 8.76532652,3.32707348 9.51466497,3.79541001 C9.72069558,3.92417914 9.89469482,4.09817838 10.023464,4.30420899 Z" id="三角形" fill="#444444" transform="translate(8.666667, 8.000000) rotate(90.000000) translate(-8.666667, -8.000000) "></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>播放</title>
4
- <defs>
5
- <filter color-interpolation-filters="auto" id="filter-1">
6
- <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
7
- </filter>
8
- </defs>
9
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="点击查看视频" transform="translate(-414.000000, -87.000000)">
11
- <g id="播放" transform="translate(414.000000, 87.000000)">
12
- <rect id="矩形" x="0" y="0" width="16" height="16"></rect>
13
- <g id="播放" filter="url(#filter-1)">
14
- <g>
15
- <rect id="矩形" fill="#444444" x="3.66666667" y="1.66666667" width="2.66666667" height="12.6666667" rx="1.33333333"></rect>
16
- <rect id="矩形备份" fill="#444444" x="9.66666667" y="1.66666667" width="2.66666667" height="12.6666667" rx="1.33333333"></rect>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </svg>