@titaui/pc 1.11.52-beta.3 → 1.11.52-beta.6
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/change-okr-modal/Item.js +19 -18
- package/lib/components/change-okr-modal/styledComponents.js +9 -9
- package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
- package/lib/components/create-okr-modal/fields/index.css +14 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +25 -19
- package/lib/components/create-okr-modal/index.js +75 -35
- package/lib/components/create-okr-modal/kr-items/index.css +12 -1
- package/lib/components/create-okr-modal/kr-items/krDatas.js +6 -5
- package/lib/components/create-okr-modal/kr-items/krItem.js +22 -12
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/dynamic/advertise/components/next-btn/index.css +27 -0
- package/lib/components/dynamic/advertise/components/next-btn/index.js +32 -0
- package/lib/components/dynamic/advertise/components/pre-btn/index.css +26 -0
- package/lib/components/dynamic/advertise/components/pre-btn/index.js +32 -0
- package/lib/components/dynamic/advertise/index.css +21 -0
- package/lib/components/dynamic/advertise/index.js +126 -0
- package/lib/components/dynamic/advertise/interface.js +5 -0
- package/lib/components/dynamic/advertise/util.js +28 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.css +81 -0
- package/lib/components/dynamic/components/dynamic-search-input/index.js +203 -0
- package/lib/components/dynamic/components/first-level-tabs/index.css +101 -0
- package/lib/components/dynamic/components/first-level-tabs/index.js +131 -0
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +18 -18
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +23 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +146 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.js +180 -0
- package/lib/components/dynamic/dynamic-like-ranking/item.js +105 -0
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +84 -0
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +30 -0
- package/lib/components/dynamic/dynamic-liking/index.css +81 -0
- package/lib/components/{contact-kefu → dynamic/dynamic-liking}/index.js +35 -58
- package/lib/components/dynamic/dynamic-liking/item.js +75 -0
- package/lib/components/dynamic/dynamic-liking/mock.js +83 -0
- package/lib/components/dynamic/dynamic-list/index.js +7 -14
- package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +16 -0
- package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +30 -0
- package/lib/components/dynamic/dynamic-topping/index.css +141 -0
- package/lib/components/dynamic/dynamic-topping/index.js +82 -0
- package/lib/components/dynamic/dynamic-topping/interface.js +5 -0
- package/lib/components/dynamic/dynamic-topping/item.js +153 -0
- package/lib/components/dynamic/dynamic-topping/request-api.js +36 -0
- package/lib/components/dynamic/dynamic.css +173 -0
- package/lib/components/dynamic/dynamic.js +428 -0
- package/lib/components/dynamic/export-module/index.js +37 -0
- package/lib/components/dynamic/img/dynamic-top.svg +14 -0
- package/lib/components/dynamic/index.js +12 -9
- package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
- package/lib/components/dynamic/my-team/img/line.png +0 -0
- package/lib/components/dynamic/my-team/img/team.png +0 -0
- package/lib/components/dynamic/my-team/index.css +184 -0
- package/lib/components/dynamic/my-team/index.js +263 -0
- package/lib/components/dynamic/my-team/request-api.js +52 -0
- package/lib/components/dynamic/my-team/util.js +20 -0
- package/lib/components/dynamic/new-ui.css +192 -0
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +58 -0
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +68 -0
- package/lib/components/dynamic/online-broadcast/data.js +95 -0
- package/lib/components/dynamic/online-broadcast/img/broadcast.svg +14 -0
- package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
- package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
- package/lib/components/dynamic/online-broadcast/index.css +46 -0
- package/lib/components/dynamic/online-broadcast/index.js +61 -0
- package/lib/components/dynamic/online-broadcast/interfact.js +5 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +39 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +25 -0
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +44 -0
- package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +51 -0
- package/lib/components/dynamic/quick-operation/index.js +120 -0
- package/lib/components/dynamic/request-api.js +68 -7
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/nav-top/components/menu/index.js +4 -3
- package/lib/components/nav-top/index.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/index.css +0 -4
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +0 -1
- package/lib/components/okr-detail/components/header/edit-name.js +86 -40
- package/lib/components/okr-detail/components/header/index.css +120 -41
- package/lib/components/okr-detail/components/header/index.js +36 -46
- package/lib/components/okr-detail/components/header/o-classify.js +152 -0
- package/lib/components/okr-detail/components/header/o-name.js +7 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +54 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +106 -56
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
- package/lib/components/okr-detail/detail-header/delete-confirm/index.css +5 -9
- package/lib/components/okr-detail/detail-header/index.js +8 -4
- package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +71 -53
- package/lib/components/okr-detail/request-apis.js +73 -69
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-flow/child-node/kr-node.js +3 -1
- package/lib/components/okr-flow/child-node/work-node.js +3 -1
- package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
- package/lib/components/okr-share/common-painter/utils.js +183 -36
- package/lib/components/okr-share/index.css +5 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawKrs.js +93 -18
- package/lib/components/okr-share/pink-card/index.js +20 -12
- package/lib/components/open-data-painter/index.js +6 -5
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -16
- package/lib/components/radio/index.css +3 -3
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/rich-editor/models/schema.js +6 -6
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
- package/lib/components/rich-editor/plugins/core/index.js +4 -4
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
- package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
- package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
- package/lib/components/rich-editor/react/uiProvider.js +3 -3
- package/lib/components/rich-editor/ui/Popup/index.js +3 -3
- package/lib/components/search-key-handle/index.js +9 -7
- package/lib/components/select/Option.js +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +11 -0
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +3 -1
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +16 -0
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +10 -4
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +16 -0
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +4 -0
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
- package/lib/components/textarea/index.js +35 -38
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/wechat-btn/index.css +4 -1
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/index.js +0 -8
- package/lib/{components/contact-kefu → pages/aha2021}/img/canceled.svg +0 -0
- package/lib/{components/contact-kefu → pages/aha2021}/img/kefu.svg +0 -0
- package/lib/{components/contact-kefu → pages/aha2021}/img/not-try.png +0 -0
- package/lib/{components/contact-kefu → pages/aha2021}/img/try.png +0 -0
- package/lib/pages/aha2021/index.css +26 -1
- package/lib/pages/aha2021/index.js +82 -3
- package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
- package/lib/pages/new-okr-list/header/index.css +1 -1
- package/lib/utils/open-data.js +213 -65
- package/package.json +3 -2
- package/lib/components/contact-kefu/img/notice.png +0 -0
- package/lib/components/contact-kefu/index.css +0 -85
|
@@ -13,7 +13,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
13
13
|
|
|
14
14
|
require("./index.css");
|
|
15
15
|
|
|
16
|
-
var _excluded = ["disabled", "onFocus", "onBlur", "inputRef", "onChange", "className", "value", "placeholder", "maxLine", "
|
|
16
|
+
var _excluded = ["disabled", "onFocus", "onBlur", "inputRef", "onChange", "className", "value", "placeholder", "maxLine", "maxLength", "initValue", "onErrorChange", "validator", "onKeyDown"];
|
|
17
17
|
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
19
|
|
|
@@ -50,7 +50,6 @@ var Textarea = function Textarea(p) {
|
|
|
50
50
|
placeholder = p.placeholder,
|
|
51
51
|
_p$maxLine = p.maxLine,
|
|
52
52
|
maxLine = _p$maxLine === void 0 ? 4 : _p$maxLine,
|
|
53
|
-
isShowApproval = p.isShowApproval,
|
|
54
53
|
maxLength = p.maxLength,
|
|
55
54
|
initValue = p.initValue,
|
|
56
55
|
onErrorChange = p.onErrorChange,
|
|
@@ -112,6 +111,40 @@ var Textarea = function Textarea(p) {
|
|
|
112
111
|
showBottomShadow = _useState18[0],
|
|
113
112
|
setShowBottomShadow = _useState18[1];
|
|
114
113
|
|
|
114
|
+
(0, _react.useEffect)(function () {
|
|
115
|
+
if (!validateEnable) return;
|
|
116
|
+
var hasError = false;
|
|
117
|
+
var eText = "";
|
|
118
|
+
|
|
119
|
+
if (maxLength !== undefined) {
|
|
120
|
+
if (realValue.length > maxLength) {
|
|
121
|
+
hasError = true;
|
|
122
|
+
eText = "\u5DF2\u8F93\u5165 ".concat(realValue.length, " \u4E2A\u5B57\uFF0C\u6700\u591A\u53EF\u8F93\u5165 ").concat(maxLength, " \u4E2A\u5B57");
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
if (!hasError && validator) {
|
|
127
|
+
var _validator = validator(realValue),
|
|
128
|
+
isValid = _validator.isValid,
|
|
129
|
+
_errorText = _validator.errorText;
|
|
130
|
+
|
|
131
|
+
if (!isValid) {
|
|
132
|
+
hasError = true;
|
|
133
|
+
eText = _errorText || "";
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
setErrorText(eText);
|
|
138
|
+
|
|
139
|
+
if (hasError !== error) {
|
|
140
|
+
if (onErrorChange) {
|
|
141
|
+
onErrorChange(hasError);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
setError(hasError);
|
|
145
|
+
}
|
|
146
|
+
}, [realValue]);
|
|
147
|
+
|
|
115
148
|
var handleShadowVisible = function handleShadowVisible() {
|
|
116
149
|
setTimeout(function () {
|
|
117
150
|
if (realInputRef.current) {
|
|
@@ -157,42 +190,6 @@ var Textarea = function Textarea(p) {
|
|
|
157
190
|
var areaNormal = isTrue ? "area-focus" : "area-normal";
|
|
158
191
|
var areaFocus = active ? "area-focus" : areaNormal;
|
|
159
192
|
var areaError = error ? "area-error" : areaFocus;
|
|
160
|
-
(0, _react.useEffect)(function () {
|
|
161
|
-
if (!validateEnable) return;
|
|
162
|
-
var hasError = false;
|
|
163
|
-
var eText = "";
|
|
164
|
-
|
|
165
|
-
if (maxLength !== undefined) {
|
|
166
|
-
if (realValue.length > maxLength) {
|
|
167
|
-
hasError = true;
|
|
168
|
-
eText = "\u5DF2\u8F93\u5165 ".concat(realValue.length, " \u4E2A\u5B57\uFF0C\u6700\u591A\u53EF\u8F93\u5165 ").concat(maxLength, " \u4E2A\u5B57");
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
if (!hasError && validator) {
|
|
173
|
-
var _validator = validator(realValue),
|
|
174
|
-
isValid = _validator.isValid,
|
|
175
|
-
_errorText = _validator.errorText;
|
|
176
|
-
|
|
177
|
-
if (!isValid) {
|
|
178
|
-
hasError = true;
|
|
179
|
-
eText = _errorText || "";
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
setErrorText(eText);
|
|
184
|
-
|
|
185
|
-
if (hasError !== error) {
|
|
186
|
-
if (onErrorChange) {
|
|
187
|
-
onErrorChange(hasError);
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
setError(hasError);
|
|
191
|
-
}
|
|
192
|
-
}, [realValue]);
|
|
193
|
-
(0, _react.useEffect)(function () {
|
|
194
|
-
resetTextareaHeight();
|
|
195
|
-
}, [isShowApproval]);
|
|
196
193
|
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
197
194
|
className: "\n ".concat(prefixCls, "\n ").concat(areaError, "\n ").concat(disabled ? " disabled" : "", "\n "),
|
|
198
195
|
onFocus: function onFocus() {},
|
|
@@ -37,7 +37,7 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
37
37
|
var _super = _createSuper(ErrorBoundary);
|
|
38
38
|
|
|
39
39
|
function ErrorBoundary() {
|
|
40
|
-
var _this;
|
|
40
|
+
var _temp, _this;
|
|
41
41
|
|
|
42
42
|
_classCallCheck(this, ErrorBoundary);
|
|
43
43
|
|
|
@@ -45,7 +45,7 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
45
45
|
args[_key] = arguments[_key];
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.state = {
|
|
48
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.state = {
|
|
49
49
|
hasError: false
|
|
50
50
|
}, _this.renderError = function (e) {
|
|
51
51
|
var errorTemplate = _this.props.errorTemplate;
|
|
@@ -55,7 +55,7 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
55
55
|
// fallback
|
|
56
56
|
return errorTemplate && typeof errorTemplate === "function" ? errorTemplate(e) : /*#__PURE__*/_react["default"].createElement("h5", null, "\u7EC4\u4EF6\u51FA\u9519\u4E86\uFF0C\u8BF7\u6838\u67E5\u540E\u91CD\u8BD5\uFF1A", e.message);
|
|
57
57
|
}
|
|
58
|
-
},
|
|
58
|
+
}, _temp));
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
_createClass(ErrorBoundary, [{
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.titaui-wechat-btn {
|
|
2
2
|
font-size: 18px;
|
|
3
3
|
color: #a4acb9;
|
|
4
|
-
margin: 0 8px;
|
|
5
4
|
cursor: pointer;
|
|
6
5
|
}
|
|
7
6
|
|
|
@@ -9,6 +8,10 @@
|
|
|
9
8
|
color: #2879ff;
|
|
10
9
|
}
|
|
11
10
|
|
|
11
|
+
.titaui-wechat-btn:not(:empty) {
|
|
12
|
+
margin: 0 8px;
|
|
13
|
+
}
|
|
14
|
+
|
|
12
15
|
.titaui-wechat-btn__chat {
|
|
13
16
|
color: #2879ff;
|
|
14
17
|
}
|
|
@@ -45,7 +45,7 @@ var AnimateChild = /*#__PURE__*/function (_Component) {
|
|
|
45
45
|
var _super = _createSuper(AnimateChild);
|
|
46
46
|
|
|
47
47
|
function AnimateChild() {
|
|
48
|
-
var _this;
|
|
48
|
+
var _temp, _this;
|
|
49
49
|
|
|
50
50
|
_classCallCheck(this, AnimateChild);
|
|
51
51
|
|
|
@@ -53,14 +53,14 @@ var AnimateChild = /*#__PURE__*/function (_Component) {
|
|
|
53
53
|
args[_key] = arguments[_key];
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.componentWillEnter = function (done) {
|
|
56
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.componentWillEnter = function (done) {
|
|
57
57
|
_this.transition("enter", done);
|
|
58
58
|
}, _this.componentWillLeave = function (done) {
|
|
59
59
|
_this.transition("leave", done);
|
|
60
60
|
}, _this.transition = function (animationType, done) {
|
|
61
61
|
var name = _typeof(_this.props.transitionName) === "object" ? _this.props.transitionName[animationType] : "".concat(_this.props.transitionName, "-").concat(animationType);
|
|
62
62
|
(0, _animate["default"])((0, _reactDom.findDOMNode)(_assertThisInitialized(_this)), name, done);
|
|
63
|
-
},
|
|
63
|
+
}, _temp));
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
_createClass(AnimateChild, [{
|
|
@@ -45,7 +45,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
|
|
|
45
45
|
var _super = _createSuper(Avatar);
|
|
46
46
|
|
|
47
47
|
function Avatar() {
|
|
48
|
-
var _this;
|
|
48
|
+
var _temp, _this;
|
|
49
49
|
|
|
50
50
|
_classCallCheck(this, Avatar);
|
|
51
51
|
|
|
@@ -53,7 +53,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
|
|
|
53
53
|
args[_key] = arguments[_key];
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.renderImgAvatar = function () {
|
|
56
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.renderImgAvatar = function () {
|
|
57
57
|
var src = _this.props.src;
|
|
58
58
|
return /*#__PURE__*/_react["default"].createElement("img", {
|
|
59
59
|
style: {
|
|
@@ -103,7 +103,7 @@ var Avatar = /*#__PURE__*/function (_PureComponent) {
|
|
|
103
103
|
height: size.width,
|
|
104
104
|
background: color
|
|
105
105
|
}, cuttedName);
|
|
106
|
-
},
|
|
106
|
+
}, _temp));
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
_createClass(Avatar, [{
|
|
@@ -47,7 +47,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
var _super = _createSuper(StatelessDropdown);
|
|
48
48
|
|
|
49
49
|
function StatelessDropdown() {
|
|
50
|
-
var _this;
|
|
50
|
+
var _temp, _this;
|
|
51
51
|
|
|
52
52
|
_classCallCheck(this, StatelessDropdown);
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
|
|
|
55
55
|
args[_key] = arguments[_key];
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.renderLabel = function () {
|
|
58
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.renderLabel = function () {
|
|
59
59
|
if (_this.props.labelText) {
|
|
60
60
|
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
61
61
|
className: "drop-down-label"
|
|
@@ -63,7 +63,7 @@ var StatelessDropdown = /*#__PURE__*/function (_Component) {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
return "";
|
|
66
|
-
},
|
|
66
|
+
}, _temp));
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
_createClass(StatelessDropdown, [{
|
|
@@ -41,7 +41,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
|
|
|
41
41
|
var _super = _createSuper(CircleProgress);
|
|
42
42
|
|
|
43
43
|
function CircleProgress() {
|
|
44
|
-
var _this;
|
|
44
|
+
var _temp, _this;
|
|
45
45
|
|
|
46
46
|
_classCallCheck(this, CircleProgress);
|
|
47
47
|
|
|
@@ -49,7 +49,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
|
|
|
49
49
|
args[_key] = arguments[_key];
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.getTextContent = function () {
|
|
52
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.getTextContent = function () {
|
|
53
53
|
var _this$props = _this.props,
|
|
54
54
|
formatText = _this$props.formatText,
|
|
55
55
|
percent = _this$props.percent;
|
|
@@ -59,7 +59,7 @@ var CircleProgress = /*#__PURE__*/function (_Component) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
return percent + getLocale("OKR_MyO_Pop_Upd_Percentage");
|
|
62
|
-
},
|
|
62
|
+
}, _temp));
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
_createClass(CircleProgress, [{
|
|
@@ -47,7 +47,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
var _super = _createSuper(Option);
|
|
48
48
|
|
|
49
49
|
function Option() {
|
|
50
|
-
var _this;
|
|
50
|
+
var _temp, _this;
|
|
51
51
|
|
|
52
52
|
_classCallCheck(this, Option);
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
55
55
|
args[_key] = arguments[_key];
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
|
|
58
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
|
|
59
59
|
e.stopPropagation();
|
|
60
60
|
e.nativeEvent.stopImmediatePropagation();
|
|
61
61
|
var onSelect = _this.props.onSelect;
|
|
@@ -65,7 +65,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
65
65
|
height: _this.props.height,
|
|
66
66
|
lineHeight: _this.props.height
|
|
67
67
|
};
|
|
68
|
-
},
|
|
68
|
+
}, _temp));
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
_createClass(Option, [{
|
|
@@ -52,7 +52,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
52
52
|
var _super = _createSuper(UserSelectorPop);
|
|
53
53
|
|
|
54
54
|
function UserSelectorPop() {
|
|
55
|
-
var _this;
|
|
55
|
+
var _temp, _this;
|
|
56
56
|
|
|
57
57
|
_classCallCheck(this, UserSelectorPop);
|
|
58
58
|
|
|
@@ -60,7 +60,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
60
60
|
args[_key] = arguments[_key];
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function (e) {
|
|
63
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleShowPop = function (e) {
|
|
64
64
|
if (_this.props.stopPropagation && !!e) {
|
|
65
65
|
e.stopPropagation();
|
|
66
66
|
e.nativeEvent.stopImmediatePropagation();
|
|
@@ -74,7 +74,7 @@ var UserSelectorPop = /*#__PURE__*/function (_PureComponent) {
|
|
|
74
74
|
}, _this.show = function (el) {
|
|
75
75
|
// @ts-ignore
|
|
76
76
|
_this.refs.pop.show(el);
|
|
77
|
-
},
|
|
77
|
+
}, _temp));
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
_createClass(UserSelectorPop, [{
|
|
@@ -61,7 +61,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
61
61
|
var _super = _createSuper(MutiMode);
|
|
62
62
|
|
|
63
63
|
function MutiMode() {
|
|
64
|
-
var _this;
|
|
64
|
+
var _temp, _this;
|
|
65
65
|
|
|
66
66
|
_classCallCheck(this, MutiMode);
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
69
69
|
args[_key] = arguments[_key];
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleDepartment = function (d) {
|
|
72
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleDepartment = function (d) {
|
|
73
73
|
var _this$props = _this.props,
|
|
74
74
|
selectedDept = _this$props.selectedDept,
|
|
75
75
|
onSelectDept = _this$props.onSelectDept;
|
|
@@ -90,7 +90,7 @@ var MutiMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
90
90
|
});
|
|
91
91
|
if (!filterdUsers.length) return;
|
|
92
92
|
onSelectUser(filterdUsers);
|
|
93
|
-
},
|
|
93
|
+
}, _temp));
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
_createClass(MutiMode, [{
|
|
@@ -21,6 +21,8 @@ require("react-perfect-scrollbar/dist/css/styles.css");
|
|
|
21
21
|
|
|
22
22
|
var _openData = require("../../../utils/open-data");
|
|
23
23
|
|
|
24
|
+
var _getLocale = require("../../../utils/getLocale");
|
|
25
|
+
|
|
24
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
27
|
|
|
26
28
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -70,7 +72,7 @@ var SingleMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
70
72
|
if (users[activeIndex]) {
|
|
71
73
|
_this.props.onSelect(users[activeIndex]);
|
|
72
74
|
|
|
73
|
-
document.removeEventListener(
|
|
75
|
+
document.removeEventListener('keydown', _this.handleKeyDown);
|
|
74
76
|
}
|
|
75
77
|
} else if (e.keyCode == 38) {
|
|
76
78
|
var index = activeIndex > 0 ? activeIndex - 1 : (users.length || 1) - 1;
|
|
@@ -109,7 +111,7 @@ var SingleMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
109
111
|
};
|
|
110
112
|
|
|
111
113
|
_this.getSearchUsers = function () {
|
|
112
|
-
var url = (0, _openData.isPlatform)(
|
|
114
|
+
var url = (0, _openData.isPlatform)('wx') ? (0, _requestV.getApiUrl3)("staff/workwx/serarch?filter=".concat(_this.props.searchTxt)) : (0, _requestV.getApiUrl3)("staff/search?onlyMatchName=".concat(_this.props.onlySearchByName === true, "&filter=").concat(_this.props.searchTxt, "&pageNum=1&pageSize=999"));
|
|
113
115
|
(0, _requestV.taker)(url).then(function (res) {
|
|
114
116
|
if (res.Code == 1) {
|
|
115
117
|
var _users2 = [];
|
|
@@ -161,13 +163,13 @@ var SingleMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
161
163
|
}
|
|
162
164
|
|
|
163
165
|
if (this.props.useKeyBoard !== false) {
|
|
164
|
-
document.addEventListener(
|
|
166
|
+
document.addEventListener('keydown', this.handleKeyDown);
|
|
165
167
|
}
|
|
166
168
|
}
|
|
167
169
|
}, {
|
|
168
170
|
key: "componentWillUnmount",
|
|
169
171
|
value: function componentWillUnmount() {
|
|
170
|
-
document.removeEventListener(
|
|
172
|
+
document.removeEventListener('keydown', this.handleKeyDown);
|
|
171
173
|
}
|
|
172
174
|
}, {
|
|
173
175
|
key: "componentDidUpdate",
|
|
@@ -192,7 +194,7 @@ var SingleMode = /*#__PURE__*/function (_PureComponent) {
|
|
|
192
194
|
return /*#__PURE__*/_react["default"].createElement(_style.SingleModeWrapper, null, /*#__PURE__*/_react["default"].createElement(_reactPerfectScrollbar["default"], null, !users.length && !pending ? /*#__PURE__*/_react["default"].createElement(_style.EmptyWrapper, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
193
195
|
src: require("../assets/emptyImg.png"),
|
|
194
196
|
width: "100px"
|
|
195
|
-
}), /*#__PURE__*/_react["default"].createElement(_style.ListEmptyText, null, getLocale(
|
|
197
|
+
}), /*#__PURE__*/_react["default"].createElement(_style.ListEmptyText, null, (0, _getLocale.getLocale)('Mod_ThereNothing'), "...")) : /*#__PURE__*/_react["default"].createElement(_style.SingleList, null, users.map(function (u, index) {
|
|
196
198
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
197
199
|
key: u.Id,
|
|
198
200
|
onMouseOver: function onMouseOver() {
|
|
@@ -47,7 +47,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
|
|
|
47
47
|
var _super = _createSuper(UserItem);
|
|
48
48
|
|
|
49
49
|
function UserItem() {
|
|
50
|
-
var _this;
|
|
50
|
+
var _temp, _this;
|
|
51
51
|
|
|
52
52
|
_classCallCheck(this, UserItem);
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
|
|
|
55
55
|
args[_key] = arguments[_key];
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleClick = function () {
|
|
58
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleClick = function () {
|
|
59
59
|
var _this$props = _this.props,
|
|
60
60
|
onClick = _this$props.onClick,
|
|
61
61
|
user = _this$props.user;
|
|
@@ -71,7 +71,7 @@ var UserItem = /*#__PURE__*/function (_PureComponent) {
|
|
|
71
71
|
}
|
|
72
72
|
}, keyword)];
|
|
73
73
|
}));
|
|
74
|
-
},
|
|
74
|
+
}, _temp));
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
_createClass(UserItem, [{
|
package/lib/index.js
CHANGED
|
@@ -63,12 +63,6 @@ Object.defineProperty(exports, "Confidence", {
|
|
|
63
63
|
return _confidence["default"];
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
-
Object.defineProperty(exports, "ContactKefu", {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function get() {
|
|
69
|
-
return _contactKefu["default"];
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
66
|
Object.defineProperty(exports, "CreateOkrModal", {
|
|
73
67
|
enumerable: true,
|
|
74
68
|
get: function get() {
|
|
@@ -640,8 +634,6 @@ var _bookDemo = _interopRequireDefault(require("./components/book-demo"));
|
|
|
640
634
|
|
|
641
635
|
var _conditionRender = _interopRequireDefault(require("./components/condition-render"));
|
|
642
636
|
|
|
643
|
-
var _contactKefu = _interopRequireDefault(require("./components/contact-kefu"));
|
|
644
|
-
|
|
645
637
|
var _confidence = _interopRequireDefault(require("./components/confidence"));
|
|
646
638
|
|
|
647
639
|
var _communication = _interopRequireDefault(require("./components/communication"));
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -18,13 +18,31 @@
|
|
|
18
18
|
z-index: 3;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.titaui-aha-2021__invite {
|
|
21
|
+
.titaui-aha-2021__invite, .titaui-aha-2021__kefu {
|
|
22
22
|
position: absolute;
|
|
23
23
|
bottom: 74px;
|
|
24
24
|
right: 24px;
|
|
25
25
|
z-index: 2;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.titaui-aha-2021__try-kefu {
|
|
29
|
+
position: absolute;
|
|
30
|
+
bottom: 134px;
|
|
31
|
+
right: 24px;
|
|
32
|
+
z-index: 2;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.titaui-aha-2021__kefu {
|
|
36
|
+
width: 42px;
|
|
37
|
+
height: 42px;
|
|
38
|
+
background: url("./img/kefu.svg") no-repeat;
|
|
39
|
+
background-color: #fff;
|
|
40
|
+
background-size: 42px;
|
|
41
|
+
box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
border-radius: 50%;
|
|
44
|
+
}
|
|
45
|
+
|
|
28
46
|
.titaui-aha-2021__notice {
|
|
29
47
|
width: 42px;
|
|
30
48
|
height: 42px;
|
|
@@ -78,6 +96,13 @@
|
|
|
78
96
|
background-image: none;
|
|
79
97
|
}
|
|
80
98
|
|
|
99
|
+
.titaui-aha-2021__cancel {
|
|
100
|
+
height: 100%;
|
|
101
|
+
background: url("./img/canceled.svg") 50% 50% no-repeat;
|
|
102
|
+
animation-duration: 0.3s;
|
|
103
|
+
animation-name: kefuActive;
|
|
104
|
+
}
|
|
105
|
+
|
|
81
106
|
.titaui-aha-2021__popup {
|
|
82
107
|
width: 332px;
|
|
83
108
|
height: 376px;
|
|
@@ -11,7 +11,9 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _tooltip = _interopRequireDefault(require("../../components/tooltip"));
|
|
15
|
+
|
|
16
|
+
var _popup = _interopRequireDefault(require("../../components/popup"));
|
|
15
17
|
|
|
16
18
|
var _navTop = _interopRequireDefault(require("../../components/nav-top"));
|
|
17
19
|
|
|
@@ -37,6 +39,10 @@ var _errorBoundary = _interopRequireDefault(require("../../components/error-boun
|
|
|
37
39
|
|
|
38
40
|
var _errorLevel = _interopRequireDefault(require("../../utils/error-level"));
|
|
39
41
|
|
|
42
|
+
var _notTry = _interopRequireDefault(require("./img/not-try.png"));
|
|
43
|
+
|
|
44
|
+
var _try = _interopRequireDefault(require("./img/try.png"));
|
|
45
|
+
|
|
40
46
|
require("./index.css");
|
|
41
47
|
|
|
42
48
|
var _hooks = _interopRequireDefault(require("../../utils/hooks"));
|
|
@@ -47,6 +53,20 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
47
53
|
|
|
48
54
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
49
55
|
|
|
56
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
57
|
+
|
|
58
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
59
|
+
|
|
60
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
61
|
+
|
|
62
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
63
|
+
|
|
64
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
65
|
+
|
|
66
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
67
|
+
|
|
68
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
69
|
+
|
|
50
70
|
var preCls = "titaui-aha-2021";
|
|
51
71
|
|
|
52
72
|
function ContentTemplate(props) {
|
|
@@ -72,9 +92,30 @@ function ContentTemplate(props) {
|
|
|
72
92
|
|
|
73
93
|
function PageLayout(props) {
|
|
74
94
|
var children = props.children;
|
|
95
|
+
|
|
96
|
+
var _useState = (0, _react.useState)(false),
|
|
97
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
98
|
+
visible = _useState2[0],
|
|
99
|
+
setVisible = _useState2[1];
|
|
100
|
+
|
|
75
101
|
var hideNavTop = (0, _hooks["default"])("hideNavTop");
|
|
102
|
+
|
|
103
|
+
var handleShowCode = function handleShowCode() {
|
|
104
|
+
setVisible(true);
|
|
105
|
+
};
|
|
106
|
+
|
|
76
107
|
var isTrial = window.BSGlobal.tenantAuthentication.Version === 1 && (0, _platform.isOfficialSite)();
|
|
77
|
-
var isTencentHr = window.BSGlobal.tenantInfo.Source === 964;
|
|
108
|
+
var isTencentHr = window.BSGlobal.tenantInfo.Source === 964; // const onClickKefu = () => {
|
|
109
|
+
// const kefuUrl = isTrial
|
|
110
|
+
// ? 'https://wpa1.qq.com/vZYKN3kT?_type=wpa&qidian=true'
|
|
111
|
+
// : 'https://wpa1.qq.com/o6X4XD1n?_type=wpa&qidian=true'
|
|
112
|
+
// window.open(kefuUrl)
|
|
113
|
+
// }
|
|
114
|
+
// const onClickNotice = () => {
|
|
115
|
+
// let domain = `//${location.host}/u/${window.BSGlobal.loginUserInfo.Id}/Home`;
|
|
116
|
+
// let hash = `#more/messages?messageType=1&isRead=2&messageSubNav=1`
|
|
117
|
+
// window.open(domain + hash);
|
|
118
|
+
// };
|
|
78
119
|
|
|
79
120
|
var getBookDemoVersion = function getBookDemoVersion() {
|
|
80
121
|
var menuVersion = window.BSGlobal.tenantAuthentication.MenuVersion;
|
|
@@ -90,6 +131,18 @@ function PageLayout(props) {
|
|
|
90
131
|
return _bookDemo["default"].DemoType.UniversalBookDemo;
|
|
91
132
|
};
|
|
92
133
|
|
|
134
|
+
var popup = /*#__PURE__*/_react["default"].createElement("div", {
|
|
135
|
+
className: "".concat(preCls, "__popup")
|
|
136
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
137
|
+
className: "".concat(preCls, "__popup-title")
|
|
138
|
+
}, "\u5FAE\u4FE1/\u4F01\u4E1A\u5FAE\u4FE1\u626B\u4E00\u626B"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
139
|
+
className: "".concat(preCls, "__popup-content")
|
|
140
|
+
}, "\u4E13\u5C5E\u5BA2\u670D\u4E3A\u4F60\u63D0\u4F9B\u54A8\u8BE2\u670D\u52A1"), /*#__PURE__*/_react["default"].createElement("img", {
|
|
141
|
+
src: isTrial ? _try["default"] : _notTry["default"],
|
|
142
|
+
className: "".concat(preCls, "__popup-img"),
|
|
143
|
+
alt: "\u5FAE\u4FE1\u626B\u7801"
|
|
144
|
+
}));
|
|
145
|
+
|
|
93
146
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
94
147
|
className: (0, _classnames["default"])(preCls)
|
|
95
148
|
}, hideNavTop !== "true" && /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -103,7 +156,33 @@ function PageLayout(props) {
|
|
|
103
156
|
}
|
|
104
157
|
}, children), !isTencentHr && /*#__PURE__*/_react["default"].createElement("div", {
|
|
105
158
|
className: (0, _classnames["default"])("".concat(preCls, "__help"))
|
|
106
|
-
}, /*#__PURE__*/_react["default"].createElement(_helpCard["default"], null)), !isTencentHr && !(0, _helpers.isDingDing)() && !(0, _helpers.isFeishu)() && /*#__PURE__*/_react["default"].createElement(
|
|
159
|
+
}, /*#__PURE__*/_react["default"].createElement(_helpCard["default"], null)), !isTencentHr && !(0, _helpers.isDingDing)() && !(0, _helpers.isFeishu)() && /*#__PURE__*/_react["default"].createElement(_popup["default"], {
|
|
160
|
+
popup: popup,
|
|
161
|
+
popupTransitionName: "tita-popup-zoom-left-bottom",
|
|
162
|
+
placement: "topLeft",
|
|
163
|
+
popupAlign: {
|
|
164
|
+
offset: [-32, -10],
|
|
165
|
+
overflow: {
|
|
166
|
+
adjustX: 1,
|
|
167
|
+
adjustY: 1
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
popupVisible: visible,
|
|
171
|
+
onPopupVisibleChange: function onPopupVisibleChange(bol) {
|
|
172
|
+
return setVisible(bol);
|
|
173
|
+
}
|
|
174
|
+
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
|
|
175
|
+
overlay: "\u8054\u7CFB\u5BA2\u670D",
|
|
176
|
+
placement: "right",
|
|
177
|
+
align: {
|
|
178
|
+
offset: [0, 0]
|
|
179
|
+
}
|
|
180
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
181
|
+
className: (0, _classnames["default"])("".concat(preCls, "__kefu"), _defineProperty({}, "".concat(preCls, "__try-kefu"), isTrial), _defineProperty({}, "".concat(preCls, "__hidden"), visible)),
|
|
182
|
+
onClick: handleShowCode
|
|
183
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
184
|
+
className: (0, _classnames["default"])(_defineProperty({}, "".concat(preCls, "__cancel"), visible))
|
|
185
|
+
})))), isTrial && !isTencentHr && /*#__PURE__*/_react["default"].createElement("div", {
|
|
107
186
|
className: "".concat(preCls, "__invite")
|
|
108
187
|
}, /*#__PURE__*/_react["default"].createElement(_invitePeople["default"], null)), isTencentHr && /*#__PURE__*/_react["default"].createElement(_hrMessage["default"], null), /*#__PURE__*/_react["default"].createElement(_errorBoundary["default"], {
|
|
109
188
|
errorLevel: _errorLevel["default"].P0,
|
|
@@ -7,6 +7,8 @@ exports["default"] = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
+
var _openData = require("../../../../../../utils/open-data");
|
|
11
|
+
|
|
10
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
13
|
|
|
12
14
|
var preCls = "home-page-data-list-columns__krname";
|
|
@@ -19,7 +21,7 @@ function KrNameColumn(_ref) {
|
|
|
19
21
|
className: "".concat(preCls, "__tag")
|
|
20
22
|
}, "KR"), /*#__PURE__*/_react["default"].createElement("span", {
|
|
21
23
|
className: "".concat(preCls, "__name")
|
|
22
|
-
}, name));
|
|
24
|
+
}, (0, _openData.parseString)(name)));
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
var _default = KrNameColumn;
|