@univerjs/sheets-thread-comment-ui 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +1 -828
  15. package/lib/es/locale/ca-ES.js +1 -11
  16. package/lib/es/locale/en-US.js +1 -11
  17. package/lib/es/locale/es-ES.js +1 -11
  18. package/lib/es/locale/fa-IR.js +1 -11
  19. package/lib/es/locale/fr-FR.js +1 -11
  20. package/lib/es/locale/ja-JP.js +1 -11
  21. package/lib/es/locale/ko-KR.js +1 -11
  22. package/lib/es/locale/ru-RU.js +1 -11
  23. package/lib/es/locale/sk-SK.js +1 -11
  24. package/lib/es/locale/vi-VN.js +1 -11
  25. package/lib/es/locale/zh-CN.js +1 -11
  26. package/lib/es/locale/zh-TW.js +1 -11
  27. package/lib/index.css +1 -0
  28. package/lib/index.js +1 -828
  29. package/lib/locale/ca-ES.js +1 -11
  30. package/lib/locale/en-US.js +1 -11
  31. package/lib/locale/es-ES.js +1 -11
  32. package/lib/locale/fa-IR.js +1 -11
  33. package/lib/locale/fr-FR.js +1 -11
  34. package/lib/locale/ja-JP.js +1 -11
  35. package/lib/locale/ko-KR.js +1 -11
  36. package/lib/locale/ru-RU.js +1 -11
  37. package/lib/locale/sk-SK.js +1 -11
  38. package/lib/locale/vi-VN.js +1 -11
  39. package/lib/locale/zh-CN.js +1 -11
  40. package/lib/locale/zh-TW.js +1 -11
  41. package/lib/types/commands/operations/comment.operation.d.ts +16 -1
  42. package/lib/types/config/config.d.ts +17 -2
  43. package/lib/types/controllers/render-controllers/render.controller.d.ts +15 -0
  44. package/lib/types/controllers/sheets-thread-comment-copy-paste.controller.d.ts +15 -0
  45. package/lib/types/controllers/sheets-thread-comment-hover.controller.d.ts +15 -0
  46. package/lib/types/controllers/sheets-thread-comment-popup.controller.d.ts +15 -0
  47. package/lib/types/controllers/sheets-thread-comment.controller.d.ts +15 -0
  48. package/lib/types/locale/ca-ES.d.ts +16 -1
  49. package/lib/types/locale/es-ES.d.ts +16 -1
  50. package/lib/types/locale/fa-IR.d.ts +16 -1
  51. package/lib/types/locale/fr-FR.d.ts +16 -1
  52. package/lib/types/locale/ja-JP.d.ts +16 -1
  53. package/lib/types/locale/ko-KR.d.ts +16 -1
  54. package/lib/types/locale/ru-RU.d.ts +16 -1
  55. package/lib/types/locale/sk-SK.d.ts +16 -1
  56. package/lib/types/locale/vi-VN.d.ts +16 -1
  57. package/lib/types/locale/zh-CN.d.ts +16 -1
  58. package/lib/types/locale/zh-TW.d.ts +16 -1
  59. package/lib/types/menu/menu.d.ts +22 -6
  60. package/lib/types/menu/schema.d.ts +16 -1
  61. package/lib/types/plugin.d.ts +16 -1
  62. package/lib/types/services/sheets-thread-comment-popup.service.d.ts +19 -3
  63. package/lib/types/types/interfaces/i-sheet-thread-comment.d.ts +16 -1
  64. package/lib/umd/index.js +1 -1
  65. package/lib/umd/locale/ca-ES.js +1 -1
  66. package/lib/umd/locale/en-US.js +1 -1
  67. package/lib/umd/locale/es-ES.js +1 -1
  68. package/lib/umd/locale/fa-IR.js +1 -1
  69. package/lib/umd/locale/fr-FR.js +1 -1
  70. package/lib/umd/locale/ja-JP.js +1 -1
  71. package/lib/umd/locale/ko-KR.js +1 -1
  72. package/lib/umd/locale/ru-RU.js +1 -1
  73. package/lib/umd/locale/sk-SK.js +1 -1
  74. package/lib/umd/locale/vi-VN.js +1 -1
  75. package/lib/umd/locale/zh-CN.js +1 -1
  76. package/lib/umd/locale/zh-TW.js +1 -1
  77. package/package.json +15 -14
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Afegeix un comentari",
5
- commentManagement: "Gestió de comentaris"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Afegeix un comentari`,commentManagement:`Gestió de comentaris`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Add Comment",
5
- commentManagement: "Comment Management"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Add Comment`,commentManagement:`Comment Management`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Añadir comentario",
5
- commentManagement: "Gestión de comentarios"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Añadir comentario`,commentManagement:`Gestión de comentarios`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "افزودن نظر",
5
- commentManagement: "مدیریت نظر"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`افزودن نظر`,commentManagement:`مدیریت نظر`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Ajouter un commentaire",
5
- commentManagement: "Gestion des commentaires"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Ajouter un commentaire`,commentManagement:`Gestion des commentaires`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "コメントを追加",
5
- commentManagement: "コメント管理"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`コメントを追加`,commentManagement:`コメント管理`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "댓글 추가",
5
- commentManagement: "댓글 관리"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`댓글 추가`,commentManagement:`댓글 관리`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Добавить комментарий",
5
- commentManagement: "Управление комментариями"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Добавить комментарий`,commentManagement:`Управление комментариями`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Pridať komentár",
5
- commentManagement: "Správa komentárov"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Pridať komentár`,commentManagement:`Správa komentárov`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "Thêm bình luận",
5
- commentManagement: "Quản lý bình luận"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`Thêm bình luận`,commentManagement:`Quản lý bình luận`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "添加评论",
5
- commentManagement: "评论管理"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`添加评论`,commentManagement:`评论管理`}}};export{e as default};
@@ -1,11 +1 @@
1
- const e = {
2
- sheetThreadComment: {
3
- menu: {
4
- addComment: "新增評論",
5
- commentManagement: "評論管理"
6
- }
7
- }
8
- };
9
- export {
10
- e as default
11
- };
1
+ const e={sheetThreadComment:{menu:{addComment:`新增評論`,commentManagement:`評論管理`}}};export{e as default};
package/lib/index.css CHANGED
@@ -0,0 +1 @@
1
+