@univerjs/preset-docs-hyper-link 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"),r=require("@univerjs/docs-hyper-link-ui/locale/ja-JP"),s=e.mergeLocales(r);module.exports=s;
@@ -0,0 +1,8 @@
1
+ import { mergeLocales as o } from "@univerjs/core";
2
+ import r from "@univerjs/docs-hyper-link-ui/locale/ja-JP";
3
+ const m = o(
4
+ r
5
+ );
6
+ export {
7
+ m as default
8
+ };
@@ -0,0 +1,8 @@
1
+ import { mergeLocales as o } from "@univerjs/core";
2
+ import r from "@univerjs/docs-hyper-link-ui/locale/ja-JP";
3
+ const m = o(
4
+ r
5
+ );
6
+ export {
7
+ m 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/docs-hyper-link-ui/locale/ja-JP
2
+ (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverDocsHyperLinkUiJaJP=o())})(this,(function(){"use strict";return{docLink:{edit:{confirm:"OK",cancel:"キャンセル",title:"リンク",address:"アドレス",placeholder:"リンクのURLを入力してください",addressError:"URLが正しくありません!",label:"表示文字列",labelError:"リンクの表示文字列を入力してください"},info:{copy:"コピー",edit:"編集",cancel:"リンク解除",coped:"リンクがクリップボードにコピーされました"},menu:{tooltip:"ハイパーリンクの挿入"}}}}));
3
+
4
+
5
+ // locale/ja-JP
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkJaJP=i(e.UniverCore,e.UniverDocsHyperLinkUiJaJP))})(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-docs-hyper-link",
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/docs-hyper-link": "0.11.0",
62
- "@univerjs/docs-hyper-link-ui": "0.11.0"
61
+ "@univerjs/docs-hyper-link": "0.12.0",
62
+ "@univerjs/docs-hyper-link-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",