@univerjs/docs-hyper-link-ui 0.8.2-nightly.202506231607 → 0.8.2-nightly.202506251607

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={docLink:{edit:{confirm:"확인",cancel:"취소",title:"링크",address:"링크",placeholder:"링크 URL을 입력해주세요",addressError:"URL이 올바르지 않습니다!",label:"라벨",labelError:"링크 라벨을 입력해주세요"},info:{copy:"복사",edit:"편집",cancel:"링크 취소",coped:"링크가 클립보드에 복사되었습니다"},menu:{tooltip:"링크 추가"}}};module.exports=e;
@@ -0,0 +1,26 @@
1
+ const e = {
2
+ docLink: {
3
+ edit: {
4
+ confirm: "확인",
5
+ cancel: "취소",
6
+ title: "링크",
7
+ address: "링크",
8
+ placeholder: "링크 URL을 입력해주세요",
9
+ addressError: "URL이 올바르지 않습니다!",
10
+ label: "라벨",
11
+ labelError: "링크 라벨을 입력해주세요"
12
+ },
13
+ info: {
14
+ copy: "복사",
15
+ edit: "편집",
16
+ cancel: "링크 취소",
17
+ coped: "링크가 클립보드에 복사되었습니다"
18
+ },
19
+ menu: {
20
+ tooltip: "링크 추가"
21
+ }
22
+ }
23
+ };
24
+ export {
25
+ e as default
26
+ };
@@ -0,0 +1,26 @@
1
+ const e = {
2
+ docLink: {
3
+ edit: {
4
+ confirm: "확인",
5
+ cancel: "취소",
6
+ title: "링크",
7
+ address: "링크",
8
+ placeholder: "링크 URL을 입력해주세요",
9
+ addressError: "URL이 올바르지 않습니다!",
10
+ label: "라벨",
11
+ labelError: "링크 라벨을 입력해주세요"
12
+ },
13
+ info: {
14
+ copy: "복사",
15
+ edit: "편집",
16
+ cancel: "링크 취소",
17
+ coped: "링크가 클립보드에 복사되었습니다"
18
+ },
19
+ menu: {
20
+ tooltip: "링크 추가"
21
+ }
22
+ }
23
+ };
24
+ export {
25
+ e as default
26
+ };
@@ -0,0 +1,3 @@
1
+ import { default as zhCN } from './zh-CN';
2
+ declare const koKR: typeof zhCN;
3
+ export default koKR;
@@ -0,0 +1 @@
1
+ (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.UniverDocsHyperLinkUiKoKR=o())})(this,function(){"use strict";return{docLink:{edit:{confirm:"확인",cancel:"취소",title:"링크",address:"링크",placeholder:"링크 URL을 입력해주세요",addressError:"URL이 올바르지 않습니다!",label:"라벨",labelError:"링크 라벨을 입력해주세요"},info:{copy:"복사",edit:"편집",cancel:"링크 취소",coped:"링크가 클립보드에 복사되었습니다"},menu:{tooltip:"링크 추가"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-hyper-link-ui",
3
- "version": "0.8.2-nightly.202506231607",
3
+ "version": "0.8.2-nightly.202506251607",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.4.4",
56
- "@univerjs/core": "0.8.2-nightly.202506231607",
57
- "@univerjs/design": "0.8.2-nightly.202506231607",
58
- "@univerjs/docs": "0.8.2-nightly.202506231607",
59
- "@univerjs/docs-hyper-link": "0.8.2-nightly.202506231607",
60
- "@univerjs/docs-ui": "0.8.2-nightly.202506231607",
61
- "@univerjs/engine-render": "0.8.2-nightly.202506231607",
62
- "@univerjs/ui": "0.8.2-nightly.202506231607"
56
+ "@univerjs/core": "0.8.2-nightly.202506251607",
57
+ "@univerjs/design": "0.8.2-nightly.202506251607",
58
+ "@univerjs/docs": "0.8.2-nightly.202506251607",
59
+ "@univerjs/docs-ui": "0.8.2-nightly.202506251607",
60
+ "@univerjs/engine-render": "0.8.2-nightly.202506251607",
61
+ "@univerjs/docs-hyper-link": "0.8.2-nightly.202506251607",
62
+ "@univerjs/ui": "0.8.2-nightly.202506251607"
63
63
  },
64
64
  "devDependencies": {
65
65
  "postcss": "^8.5.6",