@univerjs/uniscript 0.8.2-nightly.202506231607 → 0.8.2-nightly.202506241607
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 t={"script-panel":{title:"Uniscript",tooltip:{"menu-button":"Uniscript 패널 전환"},panel:{execute:"스크립트 실행"}},uniscript:{message:{success:"실행 성공",failed:"실행 실패"}}};module.exports=t;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
const e = {
|
2
|
+
"script-panel": {
|
3
|
+
title: "Uniscript",
|
4
|
+
tooltip: {
|
5
|
+
"menu-button": "Uniscript 패널 전환"
|
6
|
+
},
|
7
|
+
panel: {
|
8
|
+
execute: "스크립트 실행"
|
9
|
+
}
|
10
|
+
},
|
11
|
+
uniscript: {
|
12
|
+
message: {
|
13
|
+
success: "실행 성공",
|
14
|
+
failed: "실행 실패"
|
15
|
+
}
|
16
|
+
}
|
17
|
+
};
|
18
|
+
export {
|
19
|
+
e as default
|
20
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
const e = {
|
2
|
+
"script-panel": {
|
3
|
+
title: "Uniscript",
|
4
|
+
tooltip: {
|
5
|
+
"menu-button": "Uniscript 패널 전환"
|
6
|
+
},
|
7
|
+
panel: {
|
8
|
+
execute: "스크립트 실행"
|
9
|
+
}
|
10
|
+
},
|
11
|
+
uniscript: {
|
12
|
+
message: {
|
13
|
+
success: "실행 성공",
|
14
|
+
failed: "실행 실패"
|
15
|
+
}
|
16
|
+
}
|
17
|
+
};
|
18
|
+
export {
|
19
|
+
e as default
|
20
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i():typeof define=="function"&&define.amd?define(i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverUniscriptKoKR=i())})(this,function(){"use strict";return{"script-panel":{title:"Uniscript",tooltip:{"menu-button":"Uniscript 패널 전환"},panel:{execute:"스크립트 실행"}},uniscript:{message:{success:"실행 성공",failed:"실행 실패"}}}});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@univerjs/uniscript",
|
3
|
-
"version": "0.8.2-nightly.
|
3
|
+
"version": "0.8.2-nightly.202506241607",
|
4
4
|
"private": false,
|
5
5
|
"description": "UI component library for building exceptional Univer.",
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
@@ -56,11 +56,11 @@
|
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"monaco-editor": "0.52.2",
|
59
|
-
"@univerjs/core": "0.8.2-nightly.
|
60
|
-
"@univerjs/design": "0.8.2-nightly.
|
61
|
-
"@univerjs/sheets": "0.8.2-nightly.
|
62
|
-
"@univerjs/sheets-ui": "0.8.2-nightly.
|
63
|
-
"@univerjs/ui": "0.8.2-nightly.
|
59
|
+
"@univerjs/core": "0.8.2-nightly.202506241607",
|
60
|
+
"@univerjs/design": "0.8.2-nightly.202506241607",
|
61
|
+
"@univerjs/sheets": "0.8.2-nightly.202506241607",
|
62
|
+
"@univerjs/sheets-ui": "0.8.2-nightly.202506241607",
|
63
|
+
"@univerjs/ui": "0.8.2-nightly.202506241607"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"postcss": "^8.5.6",
|