@titaui/pc 1.15.43 → 1.15.44-beta.1
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.
- package/lib/components/create-okr-modal/fields/okr-visibility.js +3 -0
- package/lib/components/okr-excel/hooks.js +311 -0
- package/lib/components/okr-excel/index.css +127 -0
- package/lib/components/okr-excel/index.js +213 -0
- package/lib/components/okr-excel/renders.js +336 -0
- package/lib/components/okr-excel/setting.js +21 -0
- package/lib/components/okr-excel/type.js +5 -0
- package/lib/components/okr-filter-drawer/filter-form.js +6 -2
- package/lib/components/okr-type-icon/assets/okr-classify-nuo-copy.svg +71 -0
- package/lib/components/okr-type-icon/assets/okr-classify-yuan-copy.svg +71 -0
- package/lib/components/okr-type-icon/index.css +10 -0
- package/lib/components/okr-type-icon/index.js +44 -0
- package/lib/components/popup-select/index.css +62 -0
- package/lib/components/popup-select/index.js +144 -0
- package/lib/components/progress/okr-progress/index.css +28 -0
- package/lib/components/progress/okr-progress/index.js +36 -0
- package/lib/components/table-excel/index.css +62 -0
- package/lib/components/table-excel/index.js +37 -0
- package/lib/components/tag/index.css +14 -0
- package/lib/components/tag/index.js +52 -0
- package/lib/components/wechat-btn/index.js +8 -0
- package/lib/index.js +16 -0
- package/lib/pages/new-okr-list/header/index.css +36 -1
- package/lib/pages/new-okr-list/header/index.js +113 -16
- package/lib/pages/new-okr-list/index.js +67 -16
- package/lib/pages/new-okr-list/list/index.js +5 -1
- package/lib/utils/hooks.js +58 -0
- package/package.json +6 -1
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.visibilityRenderer = exports.userRenderer = exports.tooltipRenderer = exports.okrTypeRenderer = exports.krWeightRenderer = exports.krUserRenderer = exports.krNameRenderer = exports.getStatus = exports.TaskProgressRenderer = exports.OkrNameRenderer = exports.KrProgressRenderer = exports.EObjType = exports.ConfidenceRenderer = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _okrTypeIcon = _interopRequireDefault(require("../okr-type-icon"));
|
|
13
|
+
|
|
14
|
+
var _okrProgress = _interopRequireDefault(require("../progress/okr-progress"));
|
|
15
|
+
|
|
16
|
+
var _newConfidence = _interopRequireDefault(require("../new-confidence"));
|
|
17
|
+
|
|
18
|
+
var _drawerManager = _interopRequireDefault(require("../drawer-manager"));
|
|
19
|
+
|
|
20
|
+
var _openData = require("../../utils/open-data");
|
|
21
|
+
|
|
22
|
+
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
|
23
|
+
|
|
24
|
+
var _avatar = _interopRequireDefault(require("../avatar"));
|
|
25
|
+
|
|
26
|
+
var _periodSelector = _interopRequireDefault(require("../period-selector"));
|
|
27
|
+
|
|
28
|
+
var _tag = _interopRequireDefault(require("../tag"));
|
|
29
|
+
|
|
30
|
+
var _getLocale = require("../../utils/getLocale");
|
|
31
|
+
|
|
32
|
+
var _okrVisibility = require("../create-okr-modal/fields/okr-visibility");
|
|
33
|
+
|
|
34
|
+
var _openData2 = require("../okr-flow/open-data");
|
|
35
|
+
|
|
36
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
37
|
+
|
|
38
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
39
|
+
|
|
40
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
41
|
+
|
|
42
|
+
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
|
+
|
|
44
|
+
var preCls = 'tita-okr-excel';
|
|
45
|
+
|
|
46
|
+
function formatCycleData(periodParams, getCycleRange) {
|
|
47
|
+
if (!periodParams) return '';
|
|
48
|
+
var startDate = periodParams.startDate;
|
|
49
|
+
var endDate = periodParams.endDate;
|
|
50
|
+
|
|
51
|
+
if (new Date(periodParams.startDate).getFullYear() == new Date().getFullYear() && new Date(periodParams.startDate).getFullYear() == new Date(periodParams.endDate).getFullYear()) {
|
|
52
|
+
startDate = periodParams.startDate.slice(5);
|
|
53
|
+
endDate = periodParams.endDate.slice(5);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
return "".concat(_periodSelector["default"].formatPeriod(periodParams)).concat(getCycleRange ? ",".concat(startDate, "~").concat(endDate) : '');
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
var OkrNameRenderer = function OkrNameRenderer(showCycle, onRefresh) {
|
|
60
|
+
return function (params) {
|
|
61
|
+
if (!params.data.workId) return /*#__PURE__*/_react["default"].createElement("div", {
|
|
62
|
+
className: "excel-blank"
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
var onOpendrawer = /*#__PURE__*/function () {
|
|
66
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
67
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
68
|
+
while (1) {
|
|
69
|
+
switch (_context.prev = _context.next) {
|
|
70
|
+
case 0:
|
|
71
|
+
_context.next = 2;
|
|
72
|
+
return _drawerManager["default"].open('okrDetail', {
|
|
73
|
+
okrId: params.data.workId
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
case 2:
|
|
77
|
+
if (onRefresh) onRefresh();
|
|
78
|
+
|
|
79
|
+
case 3:
|
|
80
|
+
case "end":
|
|
81
|
+
return _context.stop();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}, _callee);
|
|
85
|
+
}));
|
|
86
|
+
|
|
87
|
+
return function onOpendrawer() {
|
|
88
|
+
return _ref.apply(this, arguments);
|
|
89
|
+
};
|
|
90
|
+
}();
|
|
91
|
+
|
|
92
|
+
var period = {
|
|
93
|
+
cycleType: params.data.cycleType,
|
|
94
|
+
yqmNum: params.data.yqmnum,
|
|
95
|
+
annualNum: params.data.annualNum,
|
|
96
|
+
startDate: params.data.startDate,
|
|
97
|
+
endDate: params.data.endDate
|
|
98
|
+
};
|
|
99
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
100
|
+
className: "".concat(preCls, "__okr-name")
|
|
101
|
+
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
102
|
+
onClick: onOpendrawer
|
|
103
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
104
|
+
className: "".concat(preCls, "__okr-icon tu-icon-H5-O-s")
|
|
105
|
+
}), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
106
|
+
overlay: (0, _openData.parseString)(params.value),
|
|
107
|
+
placement: "top"
|
|
108
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null, (0, _openData.parseString)(params.value))), showCycle && /*#__PURE__*/_react["default"].createElement(_tag["default"], {
|
|
109
|
+
backgroundColor: "rgba(40,121,255,.16)",
|
|
110
|
+
color: "#3f4755"
|
|
111
|
+
}, formatCycleData(period, false)), /*#__PURE__*/_react["default"].createElement(_okrTypeIcon["default"], {
|
|
112
|
+
okrClassify: params.data.okrClassify
|
|
113
|
+
}), params.data.status === 2 && /*#__PURE__*/_react["default"].createElement(_tag["default"], null, (0, _getLocale.getLocale)('OKR_MyO_Butt_Hasended'))));
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
exports.OkrNameRenderer = OkrNameRenderer;
|
|
118
|
+
|
|
119
|
+
var krNameRenderer = function krNameRenderer(onRefresh) {
|
|
120
|
+
return function (params) {
|
|
121
|
+
var onOpendrawer = /*#__PURE__*/function () {
|
|
122
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
123
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
124
|
+
while (1) {
|
|
125
|
+
switch (_context2.prev = _context2.next) {
|
|
126
|
+
case 0:
|
|
127
|
+
_context2.next = 2;
|
|
128
|
+
return _drawerManager["default"].open('krDetail', {
|
|
129
|
+
krId: params.data.Kr.mileStoneId
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
case 2:
|
|
133
|
+
if (onRefresh) onRefresh();
|
|
134
|
+
|
|
135
|
+
case 3:
|
|
136
|
+
case "end":
|
|
137
|
+
return _context2.stop();
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}, _callee2);
|
|
141
|
+
}));
|
|
142
|
+
|
|
143
|
+
return function onOpendrawer() {
|
|
144
|
+
return _ref2.apply(this, arguments);
|
|
145
|
+
};
|
|
146
|
+
}();
|
|
147
|
+
|
|
148
|
+
return /*#__PURE__*/_react["default"].createElement("p", {
|
|
149
|
+
onClick: onOpendrawer,
|
|
150
|
+
className: "".concat(preCls, "__kr-name")
|
|
151
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
152
|
+
className: "".concat(preCls, "__kr-name__index")
|
|
153
|
+
}, "KR", params.data.Kr.index + 1), ' ', /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
154
|
+
overlay: (0, _openData.parseString)(params.value),
|
|
155
|
+
placement: "top"
|
|
156
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
157
|
+
className: "".concat(preCls, "__kr-name__title")
|
|
158
|
+
}, (0, _openData.parseString)(params.value))));
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
exports.krNameRenderer = krNameRenderer;
|
|
163
|
+
|
|
164
|
+
var getStatus = function getStatus(status) {
|
|
165
|
+
var obj = {
|
|
166
|
+
1: 'normal',
|
|
167
|
+
2: 'delay',
|
|
168
|
+
3: 'risk'
|
|
169
|
+
};
|
|
170
|
+
return obj[status] || 'normal';
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
exports.getStatus = getStatus;
|
|
174
|
+
|
|
175
|
+
var TaskProgressRenderer = function TaskProgressRenderer(_ref3) {
|
|
176
|
+
var data = _ref3.data;
|
|
177
|
+
if (!data.workId) return '';
|
|
178
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
179
|
+
className: "".concat(preCls, "__okr-progress")
|
|
180
|
+
}, /*#__PURE__*/_react["default"].createElement(_okrProgress["default"], {
|
|
181
|
+
status: data.status === 2 ? 'normal' : getStatus(data.manualRiskLevel),
|
|
182
|
+
value: data.progress
|
|
183
|
+
}));
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
exports.TaskProgressRenderer = TaskProgressRenderer;
|
|
187
|
+
var EObjType;
|
|
188
|
+
exports.EObjType = EObjType;
|
|
189
|
+
|
|
190
|
+
(function (EObjType) {
|
|
191
|
+
EObjType[EObjType["Project"] = 4] = "Project";
|
|
192
|
+
EObjType[EObjType["Task"] = 7] = "Task";
|
|
193
|
+
EObjType[EObjType["O"] = 62] = "O";
|
|
194
|
+
EObjType[EObjType["Kr"] = 65] = "Kr";
|
|
195
|
+
EObjType[EObjType["Assess"] = 23] = "Assess";
|
|
196
|
+
EObjType[EObjType["MileStone"] = 27] = "MileStone";
|
|
197
|
+
EObjType[EObjType["KanBan"] = 66] = "KanBan";
|
|
198
|
+
EObjType[EObjType["Report"] = 8] = "Report";
|
|
199
|
+
})(EObjType || (exports.EObjType = EObjType = {}));
|
|
200
|
+
|
|
201
|
+
var KrProgressRenderer = function KrProgressRenderer(_ref4) {
|
|
202
|
+
var data = _ref4.data;
|
|
203
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
204
|
+
className: "".concat(preCls, "__okr-progress")
|
|
205
|
+
}, /*#__PURE__*/_react["default"].createElement(_okrProgress["default"], {
|
|
206
|
+
status: getStatus(data.Kr.riskLevel),
|
|
207
|
+
value: data.Kr.progress
|
|
208
|
+
}));
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
exports.KrProgressRenderer = KrProgressRenderer;
|
|
212
|
+
|
|
213
|
+
var ConfidenceRenderer = function ConfidenceRenderer(_ref5) {
|
|
214
|
+
var data = _ref5.data;
|
|
215
|
+
return data.Kr.confidenceIndex && /*#__PURE__*/_react["default"].createElement(_newConfidence["default"], {
|
|
216
|
+
value: data.Kr.confidenceIndex,
|
|
217
|
+
editable: false
|
|
218
|
+
}) || '';
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
exports.ConfidenceRenderer = ConfidenceRenderer;
|
|
222
|
+
|
|
223
|
+
var krWeightRenderer = function krWeightRenderer(_ref6) {
|
|
224
|
+
var value = _ref6.value;
|
|
225
|
+
return /*#__PURE__*/_react["default"].createElement("p", {
|
|
226
|
+
className: "".concat(preCls, "__kr-weight")
|
|
227
|
+
}, "".concat(value, "%"));
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
exports.krWeightRenderer = krWeightRenderer;
|
|
231
|
+
|
|
232
|
+
var krUserRenderer = function krUserRenderer(_ref7) {
|
|
233
|
+
var _data$Kr$user;
|
|
234
|
+
|
|
235
|
+
var value = _ref7.value,
|
|
236
|
+
data = _ref7.data;
|
|
237
|
+
if (!data.Kr.user) return '';
|
|
238
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
239
|
+
className: "".concat(preCls, "__kr-user")
|
|
240
|
+
}, /*#__PURE__*/_react["default"].createElement(_avatar["default"], {
|
|
241
|
+
src: data.Kr.user.avatar.small,
|
|
242
|
+
name: value,
|
|
243
|
+
color: "#2879ff"
|
|
244
|
+
}), /*#__PURE__*/_react["default"].createElement(_openData2.OpenUserName, {
|
|
245
|
+
name: value,
|
|
246
|
+
id: (_data$Kr$user = data.Kr.user) === null || _data$Kr$user === void 0 ? void 0 : _data$Kr$user.userId
|
|
247
|
+
}));
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
exports.krUserRenderer = krUserRenderer;
|
|
251
|
+
|
|
252
|
+
var userRenderer = function userRenderer(_ref8) {
|
|
253
|
+
var _data$principalUser;
|
|
254
|
+
|
|
255
|
+
var value = _ref8.value,
|
|
256
|
+
data = _ref8.data;
|
|
257
|
+
if (!data.principalUser || !data.workId) return '';
|
|
258
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
259
|
+
className: "".concat(preCls, "__kr-user")
|
|
260
|
+
}, /*#__PURE__*/_react["default"].createElement(_avatar["default"], {
|
|
261
|
+
src: data.principalUser.avatar.small,
|
|
262
|
+
name: value,
|
|
263
|
+
color: "#2879ff"
|
|
264
|
+
}), /*#__PURE__*/_react["default"].createElement(_openData2.OpenUserName, {
|
|
265
|
+
name: value,
|
|
266
|
+
id: (_data$principalUser = data.principalUser) === null || _data$principalUser === void 0 ? void 0 : _data$principalUser.userId
|
|
267
|
+
}));
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
exports.userRenderer = userRenderer;
|
|
271
|
+
|
|
272
|
+
var getOkrTypeOption = function getOkrTypeOption(data) {
|
|
273
|
+
var okrType = data.okrType,
|
|
274
|
+
departmentId = data.departmentId,
|
|
275
|
+
departmentName = data.departmentName,
|
|
276
|
+
groupName = data.groupName;
|
|
277
|
+
return {
|
|
278
|
+
1: {
|
|
279
|
+
icon: 'tu-icon-liebiao-geren',
|
|
280
|
+
text: (0, _getLocale.getLocale)('OKR_MyO_Pop_Individual')
|
|
281
|
+
},
|
|
282
|
+
// 个人目标
|
|
283
|
+
2: {
|
|
284
|
+
icon: 'tu-icon-liebiao-xiashu',
|
|
285
|
+
text: /*#__PURE__*/_react["default"].createElement(_openData.OpenDepartmentName, {
|
|
286
|
+
name: departmentName,
|
|
287
|
+
id: departmentId
|
|
288
|
+
})
|
|
289
|
+
},
|
|
290
|
+
// 部门级目标
|
|
291
|
+
3: {
|
|
292
|
+
icon: 'tu-icon-gong_si',
|
|
293
|
+
text: (0, _getLocale.getLocale)('OKR_MyO_Pop_Company')
|
|
294
|
+
},
|
|
295
|
+
// 公司级目标
|
|
296
|
+
4: {
|
|
297
|
+
icon: 'tu-icon-liebiao-tuandui',
|
|
298
|
+
text: groupName || (0, _getLocale.getLocale)('OKR_MyO_Text_Team')
|
|
299
|
+
} // 团队目标
|
|
300
|
+
|
|
301
|
+
}[okrType];
|
|
302
|
+
};
|
|
303
|
+
|
|
304
|
+
var okrTypeRenderer = function okrTypeRenderer(_ref9) {
|
|
305
|
+
var data = _ref9.data;
|
|
306
|
+
if (!data.workId) return '';
|
|
307
|
+
var option = getOkrTypeOption(data);
|
|
308
|
+
return /*#__PURE__*/_react["default"].createElement("p", {
|
|
309
|
+
className: "".concat(preCls, "__okr-type")
|
|
310
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
311
|
+
className: option.icon
|
|
312
|
+
}), option.text);
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
exports.okrTypeRenderer = okrTypeRenderer;
|
|
316
|
+
|
|
317
|
+
var visibilityRenderer = function visibilityRenderer(_ref10) {
|
|
318
|
+
var value = _ref10.value,
|
|
319
|
+
data = _ref10.data;
|
|
320
|
+
if (!data.workId) return '';
|
|
321
|
+
var visibilityText = (0, _okrVisibility.visibilityMapText)()[value];
|
|
322
|
+
return visibilityText;
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
exports.visibilityRenderer = visibilityRenderer;
|
|
326
|
+
|
|
327
|
+
var tooltipRenderer = function tooltipRenderer(params) {
|
|
328
|
+
return /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
329
|
+
overlay: params.value,
|
|
330
|
+
placement: "top"
|
|
331
|
+
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
332
|
+
className: "".concat(preCls, "__tooltip")
|
|
333
|
+
}, params.value));
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
exports.tooltipRenderer = tooltipRenderer;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.showKrWeight = exports.showKrProgress = exports.showKrConfidence = exports.showKrClassify = void 0;
|
|
7
|
+
|
|
8
|
+
var _config = require("../okr-flow/utils/config");
|
|
9
|
+
|
|
10
|
+
var showKrConfidence = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.ShowKrConfidence; // 信心指数开关
|
|
11
|
+
|
|
12
|
+
exports.showKrConfidence = showKrConfidence;
|
|
13
|
+
var showKrProgress = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.ShowKrProgress; // KR进展开关
|
|
14
|
+
|
|
15
|
+
exports.showKrProgress = showKrProgress;
|
|
16
|
+
var showKrWeight = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.KrWeight; // KR权重开关
|
|
17
|
+
|
|
18
|
+
exports.showKrWeight = showKrWeight;
|
|
19
|
+
var showKrClassify = (0, _config.getBSGlobal)('OkrAdvancedSetting').KRSetting.OkrClassify; // 类型
|
|
20
|
+
|
|
21
|
+
exports.showKrClassify = showKrClassify;
|
|
@@ -85,6 +85,10 @@ var getOkrClassifyList = function getOkrClassifyList() {
|
|
|
85
85
|
|
|
86
86
|
var getOrderTypeList = function getOrderTypeList() {
|
|
87
87
|
return [{
|
|
88
|
+
label: (0, _getLocale.getLocale)('OKR_MyO_Text_CustomSorting'),
|
|
89
|
+
value: 0,
|
|
90
|
+
toolTip: (0, _getLocale.getLocale)('OKR_MyO_Text_CustomSorting')
|
|
91
|
+
}, {
|
|
88
92
|
label: (0, _getLocale.getLocale)("OKR_MyO_Text_Firstcreated"),
|
|
89
93
|
value: 2,
|
|
90
94
|
toolTip: (0, _getLocale.getLocale)("OKR_MyO_Text_First")
|
|
@@ -115,7 +119,7 @@ var Filter = function Filter(_ref) {
|
|
|
115
119
|
var values = useLocalStorage.getItem("okr-filter-values") || {
|
|
116
120
|
okrType: "",
|
|
117
121
|
okrClassify: "",
|
|
118
|
-
orderType:
|
|
122
|
+
orderType: 0
|
|
119
123
|
};
|
|
120
124
|
return values;
|
|
121
125
|
}),
|
|
@@ -163,7 +167,7 @@ var Filter = function Filter(_ref) {
|
|
|
163
167
|
useLocalStorage.setItem("okr-filter-values", {
|
|
164
168
|
okrType: "",
|
|
165
169
|
okrClassify: "",
|
|
166
|
-
orderType:
|
|
170
|
+
orderType: 0
|
|
167
171
|
});
|
|
168
172
|
}
|
|
169
173
|
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="20px" viewBox="0 0 18 20" 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>承诺-icon</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
+
<stop stop-color="#F4CC55" offset="0%"></stop>
|
|
9
|
+
<stop stop-color="#EC9400" offset="100%"></stop>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<polygon id="path-2" points="10 0 18.660254 5 18.660254 15 10 20 1.33974596 15 1.33974596 5"></polygon>
|
|
12
|
+
<filter x="4.7%" y="-2.0%" width="90.6%" height="104.0%" filterUnits="objectBoundingBox" id="filter-3">
|
|
13
|
+
<feOffset dx="0" dy="0.8" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
14
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
15
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.962292402 0 0 0 0 0.761185213 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
16
|
+
</filter>
|
|
17
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="98.5087627%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#EAAD19" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#EAB33D" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<polygon id="path-5" points="10 1.33333333 17.5055535 5.66666667 17.5055535 14.3333333 10 18.6666667 2.4944465 14.3333333 2.4944465 5.66666667"></polygon>
|
|
22
|
+
<filter x="6.7%" y="0.0%" width="86.6%" height="100.0%" filterUnits="objectBoundingBox" id="filter-6">
|
|
23
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
24
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
25
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
26
|
+
</filter>
|
|
27
|
+
<linearGradient x1="50%" y1="4.21228473%" x2="50%" y2="99.6245949%" id="linearGradient-7">
|
|
28
|
+
<stop stop-color="#F3C163" offset="0%"></stop>
|
|
29
|
+
<stop stop-color="#F4CF7D" offset="99.9683277%"></stop>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<polygon id="path-8" points="10 2 16.9282032 6 16.9282032 14 10 18 3.07179677 14 3.07179677 6"></polygon>
|
|
32
|
+
<filter x="6.7%" y="0.0%" width="86.6%" height="100.0%" filterUnits="objectBoundingBox" id="filter-9">
|
|
33
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
34
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
35
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
36
|
+
</filter>
|
|
37
|
+
<text id="text-10" font-family="PingFangSC-Medium, PingFang SC" font-size="10" font-weight="400" fill="#FFFBDC">
|
|
38
|
+
<tspan x="4.5" y="13.5">诺</tspan>
|
|
39
|
+
</text>
|
|
40
|
+
<filter x="-2.9%" y="-1.8%" width="121.2%" height="107.1%" filterUnits="objectBoundingBox" id="filter-11">
|
|
41
|
+
<feOffset dx="0" dy="0.5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
42
|
+
<feColorMatrix values="0 0 0 0 0.908231431 0 0 0 0 0.705834611 0 0 0 0 0.372153367 0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
|
|
43
|
+
</filter>
|
|
44
|
+
</defs>
|
|
45
|
+
<g id="OKR-列表" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
46
|
+
<g id="我的目标O-周期筛选" transform="translate(-882.000000, -294.000000)">
|
|
47
|
+
<g id="编组-5" transform="translate(361.000000, 276.000000)">
|
|
48
|
+
<g id="1" transform="translate(50.000000, 16.000000)">
|
|
49
|
+
<g id="承诺-icon" transform="translate(470.000000, 2.000000)">
|
|
50
|
+
<g id="多边形">
|
|
51
|
+
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
|
|
52
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
|
53
|
+
</g>
|
|
54
|
+
<g id="多边形">
|
|
55
|
+
<use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
|
|
56
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
|
|
57
|
+
</g>
|
|
58
|
+
<g id="多边形">
|
|
59
|
+
<use fill="url(#linearGradient-7)" fill-rule="evenodd" xlink:href="#path-8"></use>
|
|
60
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-9)" xlink:href="#path-8"></use>
|
|
61
|
+
</g>
|
|
62
|
+
<g id="诺" fill="#FFFBDC" fill-opacity="1">
|
|
63
|
+
<use filter="url(#filter-11)" xlink:href="#text-10"></use>
|
|
64
|
+
<use xlink:href="#text-10"></use>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
</g>
|
|
71
|
+
</svg>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="18px" height="20px" viewBox="0 0 18 20" 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>愿景-icon</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
+
<stop stop-color="#FF9C9C" offset="0%"></stop>
|
|
9
|
+
<stop stop-color="#F36E6E" offset="100%"></stop>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<polygon id="path-2" points="10 0 18.660254 5 18.660254 15 10 20 1.33974596 15 1.33974596 5"></polygon>
|
|
12
|
+
<filter x="4.7%" y="-2.0%" width="90.6%" height="104.0%" filterUnits="objectBoundingBox" id="filter-3">
|
|
13
|
+
<feOffset dx="0" dy="0.8" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
14
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
15
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.759565549 0 0 0 0 0.759565549 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
16
|
+
</filter>
|
|
17
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#ED6868" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#FFA8B0" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<polygon id="path-5" points="10 1.33333333 17.5055535 5.66666667 17.5055535 14.3333333 10 18.6666667 2.4944465 14.3333333 2.4944465 5.66666667"></polygon>
|
|
22
|
+
<filter x="6.7%" y="0.0%" width="86.6%" height="100.0%" filterUnits="objectBoundingBox" id="filter-6">
|
|
23
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
24
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
25
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
26
|
+
</filter>
|
|
27
|
+
<linearGradient x1="50%" y1="0.126348536%" x2="50%" y2="99.7785045%" id="linearGradient-7">
|
|
28
|
+
<stop stop-color="#F68585" offset="0.0316722973%"></stop>
|
|
29
|
+
<stop stop-color="#FFB8B8" offset="100%"></stop>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<polygon id="path-8" points="10 2 16.9282032 6 16.9282032 14 10 18 3.07179677 14 3.07179677 6"></polygon>
|
|
32
|
+
<filter x="6.7%" y="0.0%" width="86.6%" height="100.0%" filterUnits="objectBoundingBox" id="filter-9">
|
|
33
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
|
34
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
35
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.952941176 0 0 0 0 0.701960784 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
36
|
+
</filter>
|
|
37
|
+
<text id="text-10" font-family="PingFangSC-Medium, PingFang SC" font-size="10" font-weight="400" fill="#FFE8E8">
|
|
38
|
+
<tspan x="5" y="13.5">愿</tspan>
|
|
39
|
+
</text>
|
|
40
|
+
<filter x="-2.9%" y="-1.8%" width="121.2%" height="107.1%" filterUnits="objectBoundingBox" id="filter-11">
|
|
41
|
+
<feOffset dx="0" dy="0.5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
42
|
+
<feColorMatrix values="0 0 0 0 0.964645607 0 0 0 0 0.491917792 0 0 0 0 0.52828147 0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
|
|
43
|
+
</filter>
|
|
44
|
+
</defs>
|
|
45
|
+
<g id="OKR-列表" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
46
|
+
<g id="我的目标O-周期筛选" transform="translate(-682.000000, -360.000000)">
|
|
47
|
+
<g id="编组-5" transform="translate(361.000000, 342.000000)">
|
|
48
|
+
<g id="1" transform="translate(76.000000, 16.000000)">
|
|
49
|
+
<g id="愿景-icon" transform="translate(244.000000, 2.000000)">
|
|
50
|
+
<g id="多边形">
|
|
51
|
+
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
|
|
52
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
|
53
|
+
</g>
|
|
54
|
+
<g id="多边形">
|
|
55
|
+
<use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
|
|
56
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
|
|
57
|
+
</g>
|
|
58
|
+
<g id="多边形">
|
|
59
|
+
<use fill="url(#linearGradient-7)" fill-rule="evenodd" xlink:href="#path-8"></use>
|
|
60
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-9)" xlink:href="#path-8"></use>
|
|
61
|
+
</g>
|
|
62
|
+
<g id="愿" fill="#FFE8E8" fill-opacity="1">
|
|
63
|
+
<use filter="url(#filter-11)" xlink:href="#text-10"></use>
|
|
64
|
+
<use xlink:href="#text-10"></use>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
</g>
|
|
71
|
+
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _getLocale = require("../../utils/getLocale");
|
|
9
|
+
|
|
10
|
+
var _tooltip = _interopRequireDefault(require("../tooltip"));
|
|
11
|
+
|
|
12
|
+
var _okrClassifyNuoCopy = _interopRequireDefault(require("./assets/okr-classify-nuo-copy.svg"));
|
|
13
|
+
|
|
14
|
+
var _okrClassifyYuanCopy = _interopRequireDefault(require("./assets/okr-classify-yuan-copy.svg"));
|
|
15
|
+
|
|
16
|
+
require("./index.css");
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
var OkrClassifyImgMapping = {
|
|
21
|
+
1: {
|
|
22
|
+
icon: _okrClassifyNuoCopy["default"],
|
|
23
|
+
text: (0, _getLocale.getLocale)('OKR_MyO_Es_Commitment')
|
|
24
|
+
},
|
|
25
|
+
2: {
|
|
26
|
+
icon: _okrClassifyYuanCopy["default"],
|
|
27
|
+
text: (0, _getLocale.getLocale)('OKR_MyO_Es_Visiontype')
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var OkrTypeIcon = function OkrTypeIcon(_ref) {
|
|
32
|
+
var okrClassify = _ref.okrClassify;
|
|
33
|
+
return !!okrClassify && /*#__PURE__*/React.createElement(_tooltip["default"], {
|
|
34
|
+
content: OkrClassifyImgMapping[okrClassify].text
|
|
35
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
36
|
+
className: "tita-okr-type-icon",
|
|
37
|
+
style: {
|
|
38
|
+
backgroundImage: "url(".concat(OkrClassifyImgMapping[okrClassify].icon, ")")
|
|
39
|
+
}
|
|
40
|
+
})) || '';
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
var _default = OkrTypeIcon;
|
|
44
|
+
exports["default"] = _default;
|