@univerjs/sheets-note-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 (76) hide show
  1. package/lib/cjs/index.js +4 -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 +4 -804
  15. package/lib/es/locale/ca-ES.js +1 -13
  16. package/lib/es/locale/en-US.js +1 -13
  17. package/lib/es/locale/es-ES.js +1 -13
  18. package/lib/es/locale/fa-IR.js +1 -13
  19. package/lib/es/locale/fr-FR.js +1 -13
  20. package/lib/es/locale/ja-JP.js +1 -13
  21. package/lib/es/locale/ko-KR.js +1 -13
  22. package/lib/es/locale/ru-RU.js +1 -13
  23. package/lib/es/locale/sk-SK.js +1 -13
  24. package/lib/es/locale/vi-VN.js +1 -13
  25. package/lib/es/locale/zh-CN.js +1 -13
  26. package/lib/es/locale/zh-TW.js +1 -13
  27. package/lib/index.css +31 -1
  28. package/lib/index.js +4 -804
  29. package/lib/locale/ca-ES.js +1 -13
  30. package/lib/locale/en-US.js +1 -13
  31. package/lib/locale/es-ES.js +1 -13
  32. package/lib/locale/fa-IR.js +1 -13
  33. package/lib/locale/fr-FR.js +1 -13
  34. package/lib/locale/ja-JP.js +1 -13
  35. package/lib/locale/ko-KR.js +1 -13
  36. package/lib/locale/ru-RU.js +1 -13
  37. package/lib/locale/sk-SK.js +1 -13
  38. package/lib/locale/vi-VN.js +1 -13
  39. package/lib/locale/zh-CN.js +1 -13
  40. package/lib/locale/zh-TW.js +1 -13
  41. package/lib/types/commands/operations/add-note-popup.operation.d.ts +16 -1
  42. package/lib/types/config/config.d.ts +16 -1
  43. package/lib/types/controllers/sheets-cell-content.controller.d.ts +15 -0
  44. package/lib/types/controllers/sheets-note-attachment.controller.d.ts +15 -0
  45. package/lib/types/controllers/sheets-note-popup.controller.d.ts +15 -0
  46. package/lib/types/controllers/sheets-note-ui.controller.d.ts +15 -0
  47. package/lib/types/locale/ca-ES.d.ts +16 -1
  48. package/lib/types/locale/es-ES.d.ts +16 -1
  49. package/lib/types/locale/fa-IR.d.ts +16 -1
  50. package/lib/types/locale/fr-FR.d.ts +16 -1
  51. package/lib/types/locale/ja-JP.d.ts +16 -1
  52. package/lib/types/locale/ko-KR.d.ts +16 -1
  53. package/lib/types/locale/ru-RU.d.ts +16 -1
  54. package/lib/types/locale/sk-SK.d.ts +16 -1
  55. package/lib/types/locale/vi-VN.d.ts +16 -1
  56. package/lib/types/locale/zh-CN.d.ts +16 -1
  57. package/lib/types/locale/zh-TW.d.ts +16 -1
  58. package/lib/types/menu/note.menu.d.ts +17 -2
  59. package/lib/types/menu/schema.d.ts +16 -1
  60. package/lib/types/plugin.d.ts +16 -1
  61. package/lib/types/services/sheets-note-popup.service.d.ts +19 -3
  62. package/lib/types/views/note.d.ts +17 -2
  63. package/lib/umd/index.js +4 -1
  64. package/lib/umd/locale/ca-ES.js +1 -1
  65. package/lib/umd/locale/en-US.js +1 -1
  66. package/lib/umd/locale/es-ES.js +1 -1
  67. package/lib/umd/locale/fa-IR.js +1 -1
  68. package/lib/umd/locale/fr-FR.js +1 -1
  69. package/lib/umd/locale/ja-JP.js +1 -1
  70. package/lib/umd/locale/ko-KR.js +1 -1
  71. package/lib/umd/locale/ru-RU.js +1 -1
  72. package/lib/umd/locale/sk-SK.js +1 -1
  73. package/lib/umd/locale/vi-VN.js +1 -1
  74. package/lib/umd/locale/zh-CN.js +1 -1
  75. package/lib/umd/locale/zh-TW.js +1 -1
  76. package/package.json +13 -13
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Afegeix nota",
4
- deleteNote: "Elimina nota",
5
- toggleNote: "Mostra/Amaga nota"
6
- },
7
- note: {
8
- placeholder: "Escriu aquí"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Afegeix nota`,deleteNote:`Elimina nota`,toggleNote:`Mostra/Amaga nota`},note:{placeholder:`Escriu aquí`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Add Note",
4
- deleteNote: "Delete Note",
5
- toggleNote: "Show/Hide Note"
6
- },
7
- note: {
8
- placeholder: "Type here"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Add Note`,deleteNote:`Delete Note`,toggleNote:`Show/Hide Note`},note:{placeholder:`Type here`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Agregar nota",
4
- deleteNote: "Eliminar nota",
5
- toggleNote: "Mostrar/Ocultar nota"
6
- },
7
- note: {
8
- placeholder: "Escribe aquí"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Agregar nota`,deleteNote:`Eliminar nota`,toggleNote:`Mostrar/Ocultar nota`},note:{placeholder:`Escribe aquí`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "افزودن یادداشت",
4
- deleteNote: "حذف یادداشت",
5
- toggleNote: "نمایش/پنهان کردن یادداشت"
6
- },
7
- note: {
8
- placeholder: "اینجا تایپ کنید"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`افزودن یادداشت`,deleteNote:`حذف یادداشت`,toggleNote:`نمایش/پنهان کردن یادداشت`},note:{placeholder:`اینجا تایپ کنید`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Ajouter une note",
4
- deleteNote: "Supprimer la note",
5
- toggleNote: "Afficher/Masquer la note"
6
- },
7
- note: {
8
- placeholder: "Écrivez ici"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Ajouter une note`,deleteNote:`Supprimer la note`,toggleNote:`Afficher/Masquer la note`},note:{placeholder:`Écrivez ici`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "コメントを追加",
4
- deleteNote: "コメントを削除",
5
- toggleNote: "コメントの表示/非表示"
6
- },
7
- note: {
8
- placeholder: "ここに入力"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`コメントを追加`,deleteNote:`コメントを削除`,toggleNote:`コメントの表示/非表示`},note:{placeholder:`ここに入力`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "노트 추가",
4
- deleteNote: "노트 삭제",
5
- toggleNote: "노트 표시/숨기기"
6
- },
7
- note: {
8
- placeholder: "여기에 입력"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`노트 추가`,deleteNote:`노트 삭제`,toggleNote:`노트 표시/숨기기`},note:{placeholder:`여기에 입력`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Добавить примечание",
4
- deleteNote: "Удалить примечание",
5
- toggleNote: "Показать/Скрыть примечание"
6
- },
7
- note: {
8
- placeholder: "Введите текст здесь"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Добавить примечание`,deleteNote:`Удалить примечание`,toggleNote:`Показать/Скрыть примечание`},note:{placeholder:`Введите текст здесь`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Pridať poznámku",
4
- deleteNote: "Odstrániť poznámku",
5
- toggleNote: "Zobraziť/Skryť poznámku"
6
- },
7
- note: {
8
- placeholder: "Píšte sem"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Pridať poznámku`,deleteNote:`Odstrániť poznámku`,toggleNote:`Zobraziť/Skryť poznámku`},note:{placeholder:`Píšte sem`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "Thêm ghi chú",
4
- deleteNote: "Xóa ghi chú",
5
- toggleNote: "Hiện/Ẩn ghi chú"
6
- },
7
- note: {
8
- placeholder: "Nhập tại đây"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`Thêm ghi chú`,deleteNote:`Xóa ghi chú`,toggleNote:`Hiện/Ẩn ghi chú`},note:{placeholder:`Nhập tại đây`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "添加批注",
4
- deleteNote: "删除批注",
5
- toggleNote: "显示/隐藏批注"
6
- },
7
- note: {
8
- placeholder: "在此输入"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`添加批注`,deleteNote:`删除批注`,toggleNote:`显示/隐藏批注`},note:{placeholder:`在此输入`}};export{e as default};
@@ -1,13 +1 @@
1
- const e = {
2
- rightClick: {
3
- addNote: "添加批註",
4
- deleteNote: "刪除批註",
5
- toggleNote: "顯示/隱藏批註"
6
- },
7
- note: {
8
- placeholder: "在此輸入"
9
- }
10
- };
11
- export {
12
- e as default
13
- };
1
+ const e={rightClick:{addNote:`添加批註`,deleteNote:`刪除批註`,toggleNote:`顯示/隱藏批註`},note:{placeholder:`在此輸入`}};export{e as default};
@@ -1,4 +1,19 @@
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 interface IAddNotePopupOperationParams {
3
18
  trigger?: string;
4
19
  }
@@ -1,4 +1,19 @@
1
- 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 { MenuConfig } from '@univerjs/ui';
2
17
  export declare const SHEETS_NOTE_UI_PLUGIN_CONFIG_KEY = "sheets-note-ui.config";
3
18
  export declare const configSymbol: unique symbol;
4
19
  export interface IUniverSheetsNoteUIConfig {
@@ -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, IUniverInstanceService } from '@univerjs/core';
2
17
  import { SheetsNoteModel } from '@univerjs/sheets-note';
3
18
  import { CellPopupManagerService } 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 { IRenderManagerService } from '@univerjs/engine-render';
3
18
  import { 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, ICommandService } from '@univerjs/core';
2
17
  import { ComponentManager, IMenuManagerService } from '@univerjs/ui';
3
18
  export declare class SheetsNoteUIController 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,5 +1,20 @@
1
- import { IAccessor } from '@univerjs/core';
2
- import { IMenuItem } 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 { IMenuItem } from '@univerjs/ui';
3
18
  export declare const SHEET_NOTE_CONTEXT_MENU_ID = "sheet.menu.note";
4
19
  export declare function sheetNoteContextMenuFactory(accessor: IAccessor): IMenuItem;
5
20
  export declare function sheetDeleteNoteMenuFactory(accessor: IAccessor): IMenuItem;
@@ -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 { IUniverSheetsNoteUIConfig } 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 { IUniverSheetsNoteUIConfig } from './config/config';
2
17
  import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
18
  export declare class UniverSheetsNoteUIPlugin 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 } from '@univerjs/sheets-ui';
4
20
  import { IZenZoneService } from '@univerjs/ui';
5
21
  interface INotePopup extends ISheetLocationBase {
@@ -13,7 +29,7 @@ export declare class SheetsNotePopupService extends Disposable {
13
29
  private _lastPopup;
14
30
  private _activePopup;
15
31
  private _activePopup$;
16
- activePopup$: import('rxjs').Observable<Nullable<INotePopup>>;
32
+ activePopup$: import("rxjs").Observable<Nullable<INotePopup>>;
17
33
  get activePopup(): Nullable<INotePopup>;
18
34
  constructor(_zenZoneService: IZenZoneService, _cellPopupManagerService: CellPopupManagerService);
19
35
  private _initZenVisible;