@univerjs/preset-sheets-note 0.11.0 → 0.12.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.
@@ -0,0 +1 @@
1
+ "use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-note-ui/locale/ja-JP"),r=e.mergeLocales(s);module.exports=r;
@@ -0,0 +1,8 @@
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-note-ui/locale/ja-JP";
3
+ const s = e(
4
+ o
5
+ );
6
+ export {
7
+ s as default
8
+ };
@@ -0,0 +1,8 @@
1
+ import { mergeLocales as e } from "@univerjs/core";
2
+ import o from "@univerjs/sheets-note-ui/locale/ja-JP";
3
+ const s = e(
4
+ o
5
+ );
6
+ export {
7
+ s as default
8
+ };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ [x: string]: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,6 @@
1
+ // @univerjs/sheets-note-ui/locale/ja-JP
2
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsNoteUiJaJP=t())})(this,(function(){"use strict";return{rightClick:{addNote:"コメントを追加",deleteNote:"コメントを削除",toggleNote:"コメントの表示/非表示"},note:{placeholder:"ここに入力"}}}));
3
+
4
+
5
+ // locale/ja-JP
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-note-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-note-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsNoteJaJP=i(e.UniverCore,e.UniverSheetsNoteUiJaJP))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-note",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -58,16 +58,16 @@
58
58
  "rxjs": ">=7.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@univerjs/sheets-note": "0.11.0",
62
- "@univerjs/sheets-note-ui": "0.11.0"
61
+ "@univerjs/sheets-note": "0.12.0",
62
+ "@univerjs/sheets-note-ui": "0.12.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@univerjs/core": "0.11.0",
65
+ "@univerjs/core": "0.12.0",
66
66
  "react": "18.3.1",
67
67
  "react-dom": "18.3.1",
68
68
  "rxjs": "7.8.2",
69
69
  "typescript": "^5.9.3",
70
- "@univerjs-infra/shared": "0.11.0"
70
+ "@univerjs-infra/shared": "0.12.0"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",