@univerjs/slides-ui 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 e={slide:{append:"슬라이드 추가",text:{insert:{title:"텍스트 삽입"}},shape:{insert:{title:"도형 삽입",rectangle:"사각형 삽입"}},image:{insert:{title:"이미지 삽입",float:"플로팅 이미지 삽입"}},popup:{edit:"편집",delete:"삭제"},sidebar:{text:"텍스트 편집",shape:"도형 편집",image:"이미지 편집"},panel:{fill:{title:"채우기 색상"}}}};module.exports=e;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
slide: {
|
|
3
|
+
append: "슬라이드 추가",
|
|
4
|
+
text: {
|
|
5
|
+
insert: {
|
|
6
|
+
title: "텍스트 삽입"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
shape: {
|
|
10
|
+
insert: {
|
|
11
|
+
title: "도형 삽입",
|
|
12
|
+
rectangle: "사각형 삽입"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
image: {
|
|
16
|
+
insert: {
|
|
17
|
+
title: "이미지 삽입",
|
|
18
|
+
float: "플로팅 이미지 삽입"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
popup: {
|
|
22
|
+
edit: "편집",
|
|
23
|
+
delete: "삭제"
|
|
24
|
+
},
|
|
25
|
+
sidebar: {
|
|
26
|
+
text: "텍스트 편집",
|
|
27
|
+
shape: "도형 편집",
|
|
28
|
+
image: "이미지 편집"
|
|
29
|
+
},
|
|
30
|
+
panel: {
|
|
31
|
+
fill: {
|
|
32
|
+
title: "채우기 색상"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
e as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
slide: {
|
|
3
|
+
append: "슬라이드 추가",
|
|
4
|
+
text: {
|
|
5
|
+
insert: {
|
|
6
|
+
title: "텍스트 삽입"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
shape: {
|
|
10
|
+
insert: {
|
|
11
|
+
title: "도형 삽입",
|
|
12
|
+
rectangle: "사각형 삽입"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
image: {
|
|
16
|
+
insert: {
|
|
17
|
+
title: "이미지 삽입",
|
|
18
|
+
float: "플로팅 이미지 삽입"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
popup: {
|
|
22
|
+
edit: "편집",
|
|
23
|
+
delete: "삭제"
|
|
24
|
+
},
|
|
25
|
+
sidebar: {
|
|
26
|
+
text: "텍스트 편집",
|
|
27
|
+
shape: "도형 편집",
|
|
28
|
+
image: "이미지 편집"
|
|
29
|
+
},
|
|
30
|
+
panel: {
|
|
31
|
+
fill: {
|
|
32
|
+
title: "채우기 색상"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
e as default
|
|
39
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(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.UniverSlidesUiKoKR=t())})(this,function(){"use strict";return{slide:{append:"슬라이드 추가",text:{insert:{title:"텍스트 삽입"}},shape:{insert:{title:"도형 삽입",rectangle:"사각형 삽입"}},image:{insert:{title:"이미지 삽입",float:"플로팅 이미지 삽입"}},popup:{edit:"편집",delete:"삭제"},sidebar:{text:"텍스트 편집",shape:"도형 편집",image:"이미지 편집"},panel:{fill:{title:"채우기 색상"}}}}});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/slides-ui",
|
|
3
|
-
"version": "0.8.2-nightly.
|
|
3
|
+
"version": "0.8.2-nightly.202506241607",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer normal ui-plugin-slides",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@univerjs/icons": "^0.4.4",
|
|
58
|
-
"@univerjs/core": "0.8.2-nightly.
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/docs": "0.8.2-nightly.
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
58
|
+
"@univerjs/core": "0.8.2-nightly.202506241607",
|
|
59
|
+
"@univerjs/design": "0.8.2-nightly.202506241607",
|
|
60
|
+
"@univerjs/docs": "0.8.2-nightly.202506241607",
|
|
61
|
+
"@univerjs/drawing": "0.8.2-nightly.202506241607",
|
|
62
|
+
"@univerjs/docs-ui": "0.8.2-nightly.202506241607",
|
|
63
|
+
"@univerjs/engine-render": "0.8.2-nightly.202506241607",
|
|
64
|
+
"@univerjs/slides": "0.8.2-nightly.202506241607",
|
|
65
|
+
"@univerjs/ui": "0.8.2-nightly.202506241607"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"postcss": "^8.5.6",
|