@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};
@@ -1,2 +1,17 @@
1
- import { ICommand } from '@univerjs/core';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { ICommand } from '@univerjs/core';
2
17
  export declare const ShowAddSheetCommentModalOperation: ICommand;
@@ -1,5 +1,20 @@
1
- import { DependencyOverride } from '@univerjs/core';
2
- import { MenuConfig } from '@univerjs/ui';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { DependencyOverride } from '@univerjs/core';
17
+ import type { MenuConfig } from '@univerjs/ui';
3
18
  export declare const SHEETS_THREAD_COMMENT_UI_PLUGIN_CONFIG_KEY = "sheets-thread-comment.config";
4
19
  export declare const configSymbol: unique symbol;
5
20
  export interface IUniverSheetsThreadCommentUIConfig {
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
  import { Disposable, IUniverInstanceService } from '@univerjs/core';
2
17
  import { IRenderManagerService } from '@univerjs/engine-render';
3
18
  import { SheetInterceptorService } from '@univerjs/sheets';
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
  import { Disposable } from '@univerjs/core';
2
17
  import { SheetsThreadCommentModel } from '@univerjs/sheets-thread-comment';
3
18
  import { ISheetClipboardService } from '@univerjs/sheets-ui';
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
  import { Disposable } from '@univerjs/core';
2
17
  import { SheetPermissionCheckController } from '@univerjs/sheets';
3
18
  import { SheetsThreadCommentModel } from '@univerjs/sheets-thread-comment';
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
  import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core';
2
17
  import { IRenderManagerService } from '@univerjs/engine-render';
3
18
  import { SheetPermissionCheckController, SheetsSelectionsService } from '@univerjs/sheets';
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
  import { Disposable } from '@univerjs/core';
2
17
  import { ComponentManager, IMenuManagerService, IShortcutService } from '@univerjs/ui';
3
18
  export declare class SheetsThreadCommentController extends Disposable {
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,3 +1,18 @@
1
- import { default as enUS } from './en-US';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type enUS from './en-US';
2
17
  declare const locale: typeof enUS;
3
18
  export default locale;
@@ -1,19 +1,35 @@
1
- import { IAccessor } from '@univerjs/core';
2
- import { IShortcutItem, MenuItemType } from '@univerjs/ui';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { IAccessor } from '@univerjs/core';
17
+ import type { IShortcutItem } from '@univerjs/ui';
18
+ import { MenuItemType } from '@univerjs/ui';
3
19
  export declare const threadCommentMenuFactory: (accessor: IAccessor) => {
4
20
  id: string;
5
21
  type: MenuItemType;
6
22
  icon: string;
7
23
  title: string;
8
- hidden$: import('rxjs').Observable<boolean>;
9
- disabled$: import('rxjs').Observable<boolean>;
24
+ hidden$: import("rxjs").Observable<boolean>;
25
+ disabled$: import("rxjs").Observable<boolean>;
10
26
  };
11
27
  export declare const threadPanelMenuFactory: (accessor: IAccessor) => {
12
28
  id: string;
13
29
  type: MenuItemType;
14
30
  icon: string;
15
31
  tooltip: string;
16
- disabled$: import('rxjs').Observable<boolean>;
17
- hidden$: import('rxjs').Observable<boolean>;
32
+ disabled$: import("rxjs").Observable<boolean>;
33
+ hidden$: import("rxjs").Observable<boolean>;
18
34
  };
19
35
  export declare const AddCommentShortcut: IShortcutItem;
@@ -1,2 +1,17 @@
1
- import { MenuSchemaType } from '@univerjs/ui';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { MenuSchemaType } from '@univerjs/ui';
2
17
  export declare const menuSchema: MenuSchemaType;
@@ -1,4 +1,19 @@
1
- import { IUniverSheetsThreadCommentUIConfig } from './config/config';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { IUniverSheetsThreadCommentUIConfig } from './config/config';
2
17
  import { ICommandService, IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
18
  export declare class UniverSheetsThreadCommentUIPlugin extends Plugin {
4
19
  private readonly _config;
@@ -1,5 +1,21 @@
1
- import { Nullable, Disposable } from '@univerjs/core';
2
- import { ISheetLocationBase } from '@univerjs/sheets';
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { Nullable } from '@univerjs/core';
17
+ import type { ISheetLocationBase } from '@univerjs/sheets';
18
+ import { Disposable } from '@univerjs/core';
3
19
  import { CellPopupManagerService, SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
4
20
  import { IZenZoneService } from '@univerjs/ui';
5
21
  export interface IThreadCommentPopup extends ISheetLocationBase {
@@ -14,7 +30,7 @@ export declare class SheetsThreadCommentPopupService extends Disposable {
14
30
  private _lastPopup;
15
31
  private _activePopup;
16
32
  private _activePopup$;
17
- activePopup$: import('rxjs').Observable<Nullable<IThreadCommentPopup>>;
33
+ activePopup$: import("rxjs").Observable<Nullable<IThreadCommentPopup>>;
18
34
  get activePopup(): Nullable<IThreadCommentPopup>;
19
35
  constructor(_canvasPopupManagerService: SheetCanvasPopManagerService, _zenZoneService: IZenZoneService, _cellPopupManagerService: CellPopupManagerService);
20
36
  private _initZenVisible;