@univerjs/thread-comment-ui 1.0.0-beta.0 → 1.0.0-beta.2
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/cjs/index.js +38 -26
- package/lib/cjs/locale/ar-SA.js +0 -2
- package/lib/cjs/locale/ca-ES.js +0 -2
- package/lib/cjs/locale/de-DE.js +0 -2
- package/lib/cjs/locale/en-US.js +0 -2
- package/lib/cjs/locale/es-ES.js +0 -2
- package/lib/cjs/locale/fa-IR.js +0 -2
- package/lib/cjs/locale/fr-FR.js +0 -2
- package/lib/cjs/locale/id-ID.js +0 -2
- package/lib/cjs/locale/it-IT.js +0 -2
- package/lib/cjs/locale/ja-JP.js +0 -2
- package/lib/cjs/locale/ko-KR.js +0 -2
- package/lib/cjs/locale/pl-PL.js +0 -2
- package/lib/cjs/locale/pt-BR.js +0 -2
- package/lib/cjs/locale/ru-RU.js +0 -2
- package/lib/cjs/locale/sk-SK.js +0 -2
- package/lib/cjs/locale/vi-VN.js +0 -2
- package/lib/cjs/locale/zh-CN.js +0 -2
- package/lib/cjs/locale/zh-HK.js +0 -2
- package/lib/cjs/locale/zh-TW.js +0 -2
- package/lib/es/index.js +39 -27
- package/lib/es/locale/ar-SA.js +0 -2
- package/lib/es/locale/ca-ES.js +0 -2
- package/lib/es/locale/de-DE.js +0 -2
- package/lib/es/locale/en-US.js +0 -2
- package/lib/es/locale/es-ES.js +0 -2
- package/lib/es/locale/fa-IR.js +0 -2
- package/lib/es/locale/fr-FR.js +0 -2
- package/lib/es/locale/id-ID.js +0 -2
- package/lib/es/locale/it-IT.js +0 -2
- package/lib/es/locale/ja-JP.js +0 -2
- package/lib/es/locale/ko-KR.js +0 -2
- package/lib/es/locale/pl-PL.js +0 -2
- package/lib/es/locale/pt-BR.js +0 -2
- package/lib/es/locale/ru-RU.js +0 -2
- package/lib/es/locale/sk-SK.js +0 -2
- package/lib/es/locale/vi-VN.js +0 -2
- package/lib/es/locale/zh-CN.js +0 -2
- package/lib/es/locale/zh-HK.js +0 -2
- package/lib/es/locale/zh-TW.js +0 -2
- package/lib/index.css +22 -8
- package/lib/index.js +39 -27
- package/lib/locale/ar-SA.js +0 -2
- package/lib/locale/ca-ES.js +0 -2
- package/lib/locale/de-DE.js +0 -2
- package/lib/locale/en-US.js +0 -2
- package/lib/locale/es-ES.js +0 -2
- package/lib/locale/fa-IR.js +0 -2
- package/lib/locale/fr-FR.js +0 -2
- package/lib/locale/id-ID.js +0 -2
- package/lib/locale/it-IT.js +0 -2
- package/lib/locale/ja-JP.js +0 -2
- package/lib/locale/ko-KR.js +0 -2
- package/lib/locale/pl-PL.js +0 -2
- package/lib/locale/pt-BR.js +0 -2
- package/lib/locale/ru-RU.js +0 -2
- package/lib/locale/sk-SK.js +0 -2
- package/lib/locale/vi-VN.js +0 -2
- package/lib/locale/zh-CN.js +0 -2
- package/lib/locale/zh-HK.js +0 -2
- package/lib/locale/zh-TW.js +0 -2
- package/lib/types/locale/en-US.d.ts +0 -2
- package/lib/umd/index.js +4 -4
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +9 -9
package/lib/cjs/index.js
CHANGED
|
@@ -125,7 +125,7 @@ const SetActiveCommentOperation = {
|
|
|
125
125
|
//#endregion
|
|
126
126
|
//#region package.json
|
|
127
127
|
var name = "@univerjs/thread-comment-ui";
|
|
128
|
-
var version = "1.0.0-beta.
|
|
128
|
+
var version = "1.0.0-beta.2";
|
|
129
129
|
|
|
130
130
|
//#endregion
|
|
131
131
|
//#region src/config/config.ts
|
|
@@ -429,7 +429,8 @@ function formatCommentDateTime(value, region) {
|
|
|
429
429
|
day: "numeric",
|
|
430
430
|
hour: "2-digit",
|
|
431
431
|
minute: "2-digit",
|
|
432
|
-
hour12: false
|
|
432
|
+
hour12: false,
|
|
433
|
+
numberingSystem: "latn"
|
|
433
434
|
});
|
|
434
435
|
}
|
|
435
436
|
const ThreadCommentItem = (props) => {
|
|
@@ -446,6 +447,7 @@ const ThreadCommentItem = (props) => {
|
|
|
446
447
|
const uiConfig = (0, _univerjs_ui.useConfigValue)(_univerjs_ui.UI_PLUGIN_CONFIG_KEY);
|
|
447
448
|
const avatarFallback = uiConfig === null || uiConfig === void 0 ? void 0 : uiConfig.avatarFallback;
|
|
448
449
|
const currentRegion = (0, _univerjs_ui.useObservable)(regionService.currentRegion$, regionService.getCurrentRegion());
|
|
450
|
+
const direction = (0, _univerjs_ui.useObservable)(localeService.direction$, localeService.getDirection());
|
|
449
451
|
const dateText = isMock ? null : formatCommentDateTime(item.dT, currentRegion);
|
|
450
452
|
const handleDeleteItem = () => {
|
|
451
453
|
if ((onDeleteComment === null || onDeleteComment === void 0 ? void 0 : onDeleteComment(item)) === false) return;
|
|
@@ -476,9 +478,10 @@ const ThreadCommentItem = (props) => {
|
|
|
476
478
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_icons.ReplyToCommentIcon, {})
|
|
477
479
|
}) : null, isCommentBySelf && !isMock && !resolved ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Dropdown, {
|
|
478
480
|
overlay: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
481
|
+
dir: direction,
|
|
479
482
|
className: "univer-rounded-lg",
|
|
480
483
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("ul", {
|
|
481
|
-
className: "univer-m-0 univer-box-border univer-grid univer-list-none univer-p-1.5 univer-text-sm [&_a]:univer-block [&_a]:univer-cursor-pointer [&_a]:univer-rounded [&_a]:univer-px-2 [&_a]:univer-py-1.5 [&_a]:univer-transition-colors",
|
|
484
|
+
className: "univer-m-0 univer-box-border univer-grid univer-list-none univer-p-1.5 univer-text-sm rtl:univer-text-right [&_a]:univer-block [&_a]:univer-cursor-pointer [&_a]:univer-rounded [&_a]:univer-px-2 [&_a]:univer-py-1.5 [&_a]:univer-transition-colors",
|
|
482
485
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("li", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("a", {
|
|
483
486
|
className: "hover:univer-bg-gray-200",
|
|
484
487
|
onClick: () => onEditingChange === null || onEditingChange === void 0 ? void 0 : onEditingChange(true),
|
|
@@ -497,9 +500,11 @@ const ThreadCommentItem = (props) => {
|
|
|
497
500
|
}) : null] })]
|
|
498
501
|
}) : null,
|
|
499
502
|
dateText && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("time", {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
+
className: "univer-mb-1 univer-block univer-text-xs/normal univer-text-gray-600 rtl:univer-text-right dark:!univer-text-gray-200",
|
|
504
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("bdo", {
|
|
505
|
+
dir: "ltr",
|
|
506
|
+
children: dateText
|
|
507
|
+
})
|
|
503
508
|
}),
|
|
504
509
|
editing ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ThreadCommentEditor, {
|
|
505
510
|
type,
|
|
@@ -523,19 +528,25 @@ const ThreadCommentItem = (props) => {
|
|
|
523
528
|
});
|
|
524
529
|
}
|
|
525
530
|
}) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
526
|
-
className: "univer-text-sm univer-text-gray-900 dark:!univer-text-
|
|
527
|
-
children: transformDocument2TextNodes(item.text).map((paragraph,
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
531
|
+
className: "univer-text-sm univer-text-gray-900 dark:!univer-text-gray-0",
|
|
532
|
+
children: transformDocument2TextNodes(item.text).map((paragraph, paragraphIndex) => {
|
|
533
|
+
var _item$text$paragraphs;
|
|
534
|
+
let offset = 0;
|
|
535
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
536
|
+
className: "univer-break-words",
|
|
537
|
+
children: paragraph.map((node) => {
|
|
538
|
+
const key = offset;
|
|
539
|
+
offset += node.type === "mention" ? node.content.label.length : node.content.length;
|
|
540
|
+
switch (node.type) {
|
|
541
|
+
case "mention": return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("a", {
|
|
542
|
+
className: "univer-text-primary-600",
|
|
543
|
+
children: [node.content.label, " "]
|
|
544
|
+
}, key);
|
|
545
|
+
default: return node.content;
|
|
546
|
+
}
|
|
547
|
+
})
|
|
548
|
+
}, (_item$text$paragraphs = item.text.paragraphs) === null || _item$text$paragraphs === void 0 || (_item$text$paragraphs = _item$text$paragraphs[paragraphIndex]) === null || _item$text$paragraphs === void 0 ? void 0 : _item$text$paragraphs.paragraphId);
|
|
549
|
+
})
|
|
539
550
|
})
|
|
540
551
|
]
|
|
541
552
|
});
|
|
@@ -569,7 +580,8 @@ const ThreadCommentTree = (props) => {
|
|
|
569
580
|
subUnitId,
|
|
570
581
|
threadId: ""
|
|
571
582
|
}], ...(comments === null || comments === void 0 ? void 0 : comments.children) ?? []];
|
|
572
|
-
const
|
|
583
|
+
const scrollerRef = (0, react.useRef)(null);
|
|
584
|
+
const handleMouseLeave = (0, _univerjs_ui.useEvent)(onMouseLeave);
|
|
573
585
|
const handleResolve = (e) => {
|
|
574
586
|
e.stopPropagation();
|
|
575
587
|
if (!resolved) commandService.executeCommand(SetActiveCommentOperation.id);
|
|
@@ -598,8 +610,8 @@ const ThreadCommentTree = (props) => {
|
|
|
598
610
|
onClose === null || onClose === void 0 || onClose();
|
|
599
611
|
};
|
|
600
612
|
(0, react.useEffect)(() => {
|
|
601
|
-
return
|
|
602
|
-
}, []);
|
|
613
|
+
return handleMouseLeave;
|
|
614
|
+
}, [handleMouseLeave]);
|
|
603
615
|
const subUnitName = getSubUnitName((comments === null || comments === void 0 ? void 0 : comments.root.subUnitId) ?? subUnitId);
|
|
604
616
|
const editorVisible = showEdit && !editingId && !resolved;
|
|
605
617
|
const title = `${refStr || (comments === null || comments === void 0 ? void 0 : comments.root.ref) || ""}${subUnitName ? " · " : ""}${subUnitName}`;
|
|
@@ -612,7 +624,7 @@ const ThreadCommentTree = (props) => {
|
|
|
612
624
|
});
|
|
613
625
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
614
626
|
id: `${location}-${unitId}-${subUnitId}-${id}`,
|
|
615
|
-
className: (0, _univerjs_design.clsx)("univer-relative univer-box-border univer-rounded-md univer-bg-
|
|
627
|
+
className: (0, _univerjs_design.clsx)("univer-relative univer-box-border univer-rounded-md univer-bg-gray-0 univer-p-4 univer-text-gray-900 dark:!univer-bg-gray-900 dark:!univer-text-gray-0", _univerjs_design.borderClassName, {
|
|
616
628
|
"univer-w-[278px]": !full,
|
|
617
629
|
"univer-w-full": full,
|
|
618
630
|
"univer-shadow": !resolved && (showHighlight || isHover || location === "CELL")
|
|
@@ -655,8 +667,8 @@ const ThreadCommentTree = (props) => {
|
|
|
655
667
|
})]
|
|
656
668
|
}),
|
|
657
669
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
658
|
-
ref:
|
|
659
|
-
className: (0, _univerjs_design.clsx)("univer-max-h-80 univer-overflow-y-auto univer-overflow-x-hidden", _univerjs_design.scrollbarClassName),
|
|
670
|
+
ref: scrollerRef,
|
|
671
|
+
className: (0, _univerjs_design.clsx)("univer-max-h-80 univer-overflow-y-auto univer-overflow-x-hidden", _univerjs_design.scrollbarClassName, location === "PANEL" && "-univer-mx-4 univer-px-4"),
|
|
660
672
|
children: renderComments.map((item) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(ThreadCommentItem, {
|
|
661
673
|
unitId,
|
|
662
674
|
subUnitId,
|
|
@@ -716,7 +728,7 @@ const ThreadCommentTree = (props) => {
|
|
|
716
728
|
subUnitId,
|
|
717
729
|
comment
|
|
718
730
|
});
|
|
719
|
-
if (
|
|
731
|
+
if (scrollerRef.current) scrollerRef.current.scrollTop = scrollerRef.current.scrollHeight;
|
|
720
732
|
},
|
|
721
733
|
autoFocus: autoFocus || !comments,
|
|
722
734
|
onCancel: () => {
|
package/lib/cjs/locale/ar-SA.js
CHANGED
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/ca-ES.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Gestió de comentaris",
|
|
6
5
|
empty: "Encara no hi ha comentaris",
|
|
7
|
-
filterEmpty: "Cap resultat coincident",
|
|
8
6
|
reset: "Restableix el filtre",
|
|
9
7
|
addComment: "Afegeix un comentari",
|
|
10
8
|
solved: "Resolut"
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/de-DE.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Kommentarverwaltung",
|
|
6
5
|
empty: "Noch keine Kommentare",
|
|
7
|
-
filterEmpty: "Kein Treffer",
|
|
8
6
|
reset: "Filter zurücksetzen",
|
|
9
7
|
addComment: "Kommentar hinzufügen",
|
|
10
8
|
solved: "Gelöst"
|
package/lib/cjs/locale/en-US.js
CHANGED
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/es-ES.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Gestión de comentarios",
|
|
6
5
|
empty: "Aún no hay comentarios",
|
|
7
|
-
filterEmpty: "Sin resultados coincidentes",
|
|
8
6
|
reset: "Restablecer filtro",
|
|
9
7
|
addComment: "Añadir comentario",
|
|
10
8
|
solved: "Resuelto"
|
package/lib/cjs/locale/fa-IR.js
CHANGED
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/fr-FR.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Gestion des commentaires",
|
|
6
5
|
empty: "Pas encore de commentaires",
|
|
7
|
-
filterEmpty: "Aucun résultat correspondant",
|
|
8
6
|
reset: "Réinitialiser le filtre",
|
|
9
7
|
addComment: "Ajouter un commentaire",
|
|
10
8
|
solved: "Résolu"
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/id-ID.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Manajemen Komentar",
|
|
6
5
|
empty: "Belum ada komentar",
|
|
7
|
-
filterEmpty: "Tidak ada hasil yang cocok",
|
|
8
6
|
reset: "Atur Ulang Filter",
|
|
9
7
|
addComment: "Tambah Komentar",
|
|
10
8
|
solved: "Terselesaikan"
|
package/lib/cjs/locale/it-IT.js
CHANGED
package/lib/cjs/locale/ja-JP.js
CHANGED
package/lib/cjs/locale/ko-KR.js
CHANGED
package/lib/cjs/locale/pl-PL.js
CHANGED
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/pt-BR.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Gerenciamento de Comentários",
|
|
6
5
|
empty: "Nenhum comentário ainda",
|
|
7
|
-
filterEmpty: "Nenhum resultado correspondente",
|
|
8
6
|
reset: "Redefinir Filtro",
|
|
9
7
|
addComment: "Adicionar Comentário",
|
|
10
8
|
solved: "Resolvido"
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/ru-RU.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Управление комментариями",
|
|
6
5
|
empty: "Комментариев пока нет",
|
|
7
|
-
filterEmpty: "Нет совпадений",
|
|
8
6
|
reset: "Сбросить фильтр",
|
|
9
7
|
addComment: "Добавить комментарий",
|
|
10
8
|
solved: "Решено"
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/sk-SK.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Správa komentárov",
|
|
6
5
|
empty: "Zatiaľ žiadne komentáre",
|
|
7
|
-
filterEmpty: "Žiadne zodpovedajúce výsledky",
|
|
8
6
|
reset: "Obnoviť filter",
|
|
9
7
|
addComment: "Pridať komentár",
|
|
10
8
|
solved: "Vyriešené"
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
//#region src/locale/vi-VN.ts
|
|
3
3
|
const locale = { "thread-comment-ui": {
|
|
4
4
|
panel: {
|
|
5
|
-
title: "Quản lý Bình luận",
|
|
6
5
|
empty: "Chưa có bình luận",
|
|
7
|
-
filterEmpty: "Không có kết quả phù hợp",
|
|
8
6
|
reset: "Đặt lại",
|
|
9
7
|
addComment: "Thêm bình luận",
|
|
10
8
|
solved: "Đã giải quyết"
|
package/lib/cjs/locale/zh-CN.js
CHANGED
package/lib/cjs/locale/zh-HK.js
CHANGED
package/lib/cjs/locale/zh-TW.js
CHANGED
package/lib/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BuildTextUtils, CommandType, CustomRangeType, DOCS_COMMENT_EDITOR_UNIT_ID_KEY, DOCS_NORMAL_EDITOR_UNIT_ID_KEY, DependentOn, Disposable, ICommandService, IConfigService, IUniverInstanceService, Inject, Injector, LOCALE_META, LocaleService, Plugin, RegionService, Tools, UniverInstanceType, UserManagerService, createParagraphId, createSectionId, dateKit, generateRandomId, getBodySlice, merge, mergeOverrideWithDependencies } from "@univerjs/core";
|
|
2
|
-
import { ISidebarService, KeyCode, UI_PLUGIN_CONFIG_KEY, useConfigValue, useDependency, useObservable } from "@univerjs/ui";
|
|
2
|
+
import { ISidebarService, KeyCode, UI_PLUGIN_CONFIG_KEY, useConfigValue, useDependency, useEvent, useObservable } from "@univerjs/ui";
|
|
3
3
|
import { BehaviorSubject, debounceTime, filter, map, of, startWith } from "rxjs";
|
|
4
4
|
import { BreakLineCommand, IEditorService, RichTextEditor, UniverDocsUIPlugin } from "@univerjs/docs-ui";
|
|
5
5
|
import { AddCommentCommand, DeleteCommentCommand, DeleteCommentTreeCommand, ResolveCommentCommand, ThreadCommentModel, UniverThreadCommentPlugin, UpdateCommentCommand, getDT } from "@univerjs/thread-comment";
|
|
@@ -124,7 +124,7 @@ const SetActiveCommentOperation = {
|
|
|
124
124
|
//#endregion
|
|
125
125
|
//#region package.json
|
|
126
126
|
var name = "@univerjs/thread-comment-ui";
|
|
127
|
-
var version = "1.0.0-beta.
|
|
127
|
+
var version = "1.0.0-beta.2";
|
|
128
128
|
|
|
129
129
|
//#endregion
|
|
130
130
|
//#region src/config/config.ts
|
|
@@ -428,7 +428,8 @@ function formatCommentDateTime(value, region) {
|
|
|
428
428
|
day: "numeric",
|
|
429
429
|
hour: "2-digit",
|
|
430
430
|
minute: "2-digit",
|
|
431
|
-
hour12: false
|
|
431
|
+
hour12: false,
|
|
432
|
+
numberingSystem: "latn"
|
|
432
433
|
});
|
|
433
434
|
}
|
|
434
435
|
const ThreadCommentItem = (props) => {
|
|
@@ -445,6 +446,7 @@ const ThreadCommentItem = (props) => {
|
|
|
445
446
|
const uiConfig = useConfigValue(UI_PLUGIN_CONFIG_KEY);
|
|
446
447
|
const avatarFallback = uiConfig === null || uiConfig === void 0 ? void 0 : uiConfig.avatarFallback;
|
|
447
448
|
const currentRegion = useObservable(regionService.currentRegion$, regionService.getCurrentRegion());
|
|
449
|
+
const direction = useObservable(localeService.direction$, localeService.getDirection());
|
|
448
450
|
const dateText = isMock ? null : formatCommentDateTime(item.dT, currentRegion);
|
|
449
451
|
const handleDeleteItem = () => {
|
|
450
452
|
if ((onDeleteComment === null || onDeleteComment === void 0 ? void 0 : onDeleteComment(item)) === false) return;
|
|
@@ -475,9 +477,10 @@ const ThreadCommentItem = (props) => {
|
|
|
475
477
|
children: /* @__PURE__ */ jsx(ReplyToCommentIcon, {})
|
|
476
478
|
}) : null, isCommentBySelf && !isMock && !resolved ? /* @__PURE__ */ jsx(Dropdown, {
|
|
477
479
|
overlay: /* @__PURE__ */ jsx("div", {
|
|
480
|
+
dir: direction,
|
|
478
481
|
className: "univer-rounded-lg",
|
|
479
482
|
children: /* @__PURE__ */ jsxs("ul", {
|
|
480
|
-
className: "univer-m-0 univer-box-border univer-grid univer-list-none univer-p-1.5 univer-text-sm [&_a]:univer-block [&_a]:univer-cursor-pointer [&_a]:univer-rounded [&_a]:univer-px-2 [&_a]:univer-py-1.5 [&_a]:univer-transition-colors",
|
|
483
|
+
className: "univer-m-0 univer-box-border univer-grid univer-list-none univer-p-1.5 univer-text-sm rtl:univer-text-right [&_a]:univer-block [&_a]:univer-cursor-pointer [&_a]:univer-rounded [&_a]:univer-px-2 [&_a]:univer-py-1.5 [&_a]:univer-transition-colors",
|
|
481
484
|
children: [/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", {
|
|
482
485
|
className: "hover:univer-bg-gray-200",
|
|
483
486
|
onClick: () => onEditingChange === null || onEditingChange === void 0 ? void 0 : onEditingChange(true),
|
|
@@ -496,9 +499,11 @@ const ThreadCommentItem = (props) => {
|
|
|
496
499
|
}) : null] })]
|
|
497
500
|
}) : null,
|
|
498
501
|
dateText && /* @__PURE__ */ jsx("time", {
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
+
className: "univer-mb-1 univer-block univer-text-xs/normal univer-text-gray-600 rtl:univer-text-right dark:!univer-text-gray-200",
|
|
503
|
+
children: /* @__PURE__ */ jsx("bdo", {
|
|
504
|
+
dir: "ltr",
|
|
505
|
+
children: dateText
|
|
506
|
+
})
|
|
502
507
|
}),
|
|
503
508
|
editing ? /* @__PURE__ */ jsx(ThreadCommentEditor, {
|
|
504
509
|
type,
|
|
@@ -522,19 +527,25 @@ const ThreadCommentItem = (props) => {
|
|
|
522
527
|
});
|
|
523
528
|
}
|
|
524
529
|
}) : /* @__PURE__ */ jsx("div", {
|
|
525
|
-
className: "univer-text-sm univer-text-gray-900 dark:!univer-text-
|
|
526
|
-
children: transformDocument2TextNodes(item.text).map((paragraph,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
530
|
+
className: "univer-text-sm univer-text-gray-900 dark:!univer-text-gray-0",
|
|
531
|
+
children: transformDocument2TextNodes(item.text).map((paragraph, paragraphIndex) => {
|
|
532
|
+
var _item$text$paragraphs;
|
|
533
|
+
let offset = 0;
|
|
534
|
+
return /* @__PURE__ */ jsx("div", {
|
|
535
|
+
className: "univer-break-words",
|
|
536
|
+
children: paragraph.map((node) => {
|
|
537
|
+
const key = offset;
|
|
538
|
+
offset += node.type === "mention" ? node.content.label.length : node.content.length;
|
|
539
|
+
switch (node.type) {
|
|
540
|
+
case "mention": return /* @__PURE__ */ jsxs("a", {
|
|
541
|
+
className: "univer-text-primary-600",
|
|
542
|
+
children: [node.content.label, " "]
|
|
543
|
+
}, key);
|
|
544
|
+
default: return node.content;
|
|
545
|
+
}
|
|
546
|
+
})
|
|
547
|
+
}, (_item$text$paragraphs = item.text.paragraphs) === null || _item$text$paragraphs === void 0 || (_item$text$paragraphs = _item$text$paragraphs[paragraphIndex]) === null || _item$text$paragraphs === void 0 ? void 0 : _item$text$paragraphs.paragraphId);
|
|
548
|
+
})
|
|
538
549
|
})
|
|
539
550
|
]
|
|
540
551
|
});
|
|
@@ -568,7 +579,8 @@ const ThreadCommentTree = (props) => {
|
|
|
568
579
|
subUnitId,
|
|
569
580
|
threadId: ""
|
|
570
581
|
}], ...(comments === null || comments === void 0 ? void 0 : comments.children) ?? []];
|
|
571
|
-
const
|
|
582
|
+
const scrollerRef = useRef(null);
|
|
583
|
+
const handleMouseLeave = useEvent(onMouseLeave);
|
|
572
584
|
const handleResolve = (e) => {
|
|
573
585
|
e.stopPropagation();
|
|
574
586
|
if (!resolved) commandService.executeCommand(SetActiveCommentOperation.id);
|
|
@@ -597,8 +609,8 @@ const ThreadCommentTree = (props) => {
|
|
|
597
609
|
onClose === null || onClose === void 0 || onClose();
|
|
598
610
|
};
|
|
599
611
|
useEffect(() => {
|
|
600
|
-
return
|
|
601
|
-
}, []);
|
|
612
|
+
return handleMouseLeave;
|
|
613
|
+
}, [handleMouseLeave]);
|
|
602
614
|
const subUnitName = getSubUnitName((comments === null || comments === void 0 ? void 0 : comments.root.subUnitId) ?? subUnitId);
|
|
603
615
|
const editorVisible = showEdit && !editingId && !resolved;
|
|
604
616
|
const title = `${refStr || (comments === null || comments === void 0 ? void 0 : comments.root.ref) || ""}${subUnitName ? " · " : ""}${subUnitName}`;
|
|
@@ -611,7 +623,7 @@ const ThreadCommentTree = (props) => {
|
|
|
611
623
|
});
|
|
612
624
|
return /* @__PURE__ */ jsxs("div", {
|
|
613
625
|
id: `${location}-${unitId}-${subUnitId}-${id}`,
|
|
614
|
-
className: clsx("univer-relative univer-box-border univer-rounded-md univer-bg-
|
|
626
|
+
className: clsx("univer-relative univer-box-border univer-rounded-md univer-bg-gray-0 univer-p-4 univer-text-gray-900 dark:!univer-bg-gray-900 dark:!univer-text-gray-0", borderClassName, {
|
|
615
627
|
"univer-w-[278px]": !full,
|
|
616
628
|
"univer-w-full": full,
|
|
617
629
|
"univer-shadow": !resolved && (showHighlight || isHover || location === "CELL")
|
|
@@ -654,8 +666,8 @@ const ThreadCommentTree = (props) => {
|
|
|
654
666
|
})]
|
|
655
667
|
}),
|
|
656
668
|
/* @__PURE__ */ jsx("div", {
|
|
657
|
-
ref:
|
|
658
|
-
className: clsx("univer-max-h-80 univer-overflow-y-auto univer-overflow-x-hidden", scrollbarClassName),
|
|
669
|
+
ref: scrollerRef,
|
|
670
|
+
className: clsx("univer-max-h-80 univer-overflow-y-auto univer-overflow-x-hidden", scrollbarClassName, location === "PANEL" && "-univer-mx-4 univer-px-4"),
|
|
659
671
|
children: renderComments.map((item) => /* @__PURE__ */ jsx(ThreadCommentItem, {
|
|
660
672
|
unitId,
|
|
661
673
|
subUnitId,
|
|
@@ -715,7 +727,7 @@ const ThreadCommentTree = (props) => {
|
|
|
715
727
|
subUnitId,
|
|
716
728
|
comment
|
|
717
729
|
});
|
|
718
|
-
if (
|
|
730
|
+
if (scrollerRef.current) scrollerRef.current.scrollTop = scrollerRef.current.scrollHeight;
|
|
719
731
|
},
|
|
720
732
|
autoFocus: autoFocus || !comments,
|
|
721
733
|
onCancel: () => {
|
package/lib/es/locale/ar-SA.js
CHANGED
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/ca-ES.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Gestió de comentaris",
|
|
5
4
|
empty: "Encara no hi ha comentaris",
|
|
6
|
-
filterEmpty: "Cap resultat coincident",
|
|
7
5
|
reset: "Restableix el filtre",
|
|
8
6
|
addComment: "Afegeix un comentari",
|
|
9
7
|
solved: "Resolut"
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/de-DE.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Kommentarverwaltung",
|
|
5
4
|
empty: "Noch keine Kommentare",
|
|
6
|
-
filterEmpty: "Kein Treffer",
|
|
7
5
|
reset: "Filter zurücksetzen",
|
|
8
6
|
addComment: "Kommentar hinzufügen",
|
|
9
7
|
solved: "Gelöst"
|
package/lib/es/locale/en-US.js
CHANGED
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/es-ES.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Gestión de comentarios",
|
|
5
4
|
empty: "Aún no hay comentarios",
|
|
6
|
-
filterEmpty: "Sin resultados coincidentes",
|
|
7
5
|
reset: "Restablecer filtro",
|
|
8
6
|
addComment: "Añadir comentario",
|
|
9
7
|
solved: "Resuelto"
|
package/lib/es/locale/fa-IR.js
CHANGED
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/fr-FR.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Gestion des commentaires",
|
|
5
4
|
empty: "Pas encore de commentaires",
|
|
6
|
-
filterEmpty: "Aucun résultat correspondant",
|
|
7
5
|
reset: "Réinitialiser le filtre",
|
|
8
6
|
addComment: "Ajouter un commentaire",
|
|
9
7
|
solved: "Résolu"
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/id-ID.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Manajemen Komentar",
|
|
5
4
|
empty: "Belum ada komentar",
|
|
6
|
-
filterEmpty: "Tidak ada hasil yang cocok",
|
|
7
5
|
reset: "Atur Ulang Filter",
|
|
8
6
|
addComment: "Tambah Komentar",
|
|
9
7
|
solved: "Terselesaikan"
|
package/lib/es/locale/it-IT.js
CHANGED
package/lib/es/locale/ja-JP.js
CHANGED
package/lib/es/locale/ko-KR.js
CHANGED
package/lib/es/locale/pl-PL.js
CHANGED
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
//#region src/locale/pt-BR.ts
|
|
2
2
|
const locale = { "thread-comment-ui": {
|
|
3
3
|
panel: {
|
|
4
|
-
title: "Gerenciamento de Comentários",
|
|
5
4
|
empty: "Nenhum comentário ainda",
|
|
6
|
-
filterEmpty: "Nenhum resultado correspondente",
|
|
7
5
|
reset: "Redefinir Filtro",
|
|
8
6
|
addComment: "Adicionar Comentário",
|
|
9
7
|
solved: "Resolvido"
|