@univerjs/slides-ui 0.10.14-nightly.202511080715 → 0.11.0-nightly.202511151013

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:"四角形を挿入",ellipse:"楕円を挿入"}},image:{insert:{title:"画像の挿入",float:"フローティング画像を挿入"}},popup:{edit:"編集",delete:"削除"},sidebar:{text:"テキスト編集",shape:"図形編集",image:"画像編集"},panel:{fill:{title:"塗りつぶしの色"}}}};module.exports=e;
@@ -0,0 +1,40 @@
1
+ const e = {
2
+ slide: {
3
+ append: "スライドを追加",
4
+ text: {
5
+ insert: {
6
+ title: "テキストの挿入"
7
+ }
8
+ },
9
+ shape: {
10
+ insert: {
11
+ title: "図形の挿入",
12
+ rectangle: "四角形を挿入",
13
+ ellipse: "楕円を挿入"
14
+ }
15
+ },
16
+ image: {
17
+ insert: {
18
+ title: "画像の挿入",
19
+ float: "フローティング画像を挿入"
20
+ }
21
+ },
22
+ popup: {
23
+ edit: "編集",
24
+ delete: "削除"
25
+ },
26
+ sidebar: {
27
+ text: "テキスト編集",
28
+ shape: "図形編集",
29
+ image: "画像編集"
30
+ },
31
+ panel: {
32
+ fill: {
33
+ title: "塗りつぶしの色"
34
+ }
35
+ }
36
+ }
37
+ };
38
+ export {
39
+ e as default
40
+ };
@@ -0,0 +1,40 @@
1
+ const e = {
2
+ slide: {
3
+ append: "スライドを追加",
4
+ text: {
5
+ insert: {
6
+ title: "テキストの挿入"
7
+ }
8
+ },
9
+ shape: {
10
+ insert: {
11
+ title: "図形の挿入",
12
+ rectangle: "四角形を挿入",
13
+ ellipse: "楕円を挿入"
14
+ }
15
+ },
16
+ image: {
17
+ insert: {
18
+ title: "画像の挿入",
19
+ float: "フローティング画像を挿入"
20
+ }
21
+ },
22
+ popup: {
23
+ edit: "編集",
24
+ delete: "削除"
25
+ },
26
+ sidebar: {
27
+ text: "テキスト編集",
28
+ shape: "図形編集",
29
+ image: "画像編集"
30
+ },
31
+ panel: {
32
+ fill: {
33
+ title: "塗りつぶしの色"
34
+ }
35
+ }
36
+ }
37
+ };
38
+ export {
39
+ e as default
40
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -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.UniverSlidesUiJaJP=t())})(this,(function(){"use strict";return{slide:{append:"スライドを追加",text:{insert:{title:"テキストの挿入"}},shape:{insert:{title:"図形の挿入",rectangle:"四角形を挿入",ellipse:"楕円を挿入"}},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.10.14-nightly.202511080715",
3
+ "version": "0.11.0-nightly.202511151013",
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": "^1.0.2",
58
- "@univerjs/core": "0.10.14-nightly.202511080715",
59
- "@univerjs/design": "0.10.14-nightly.202511080715",
60
- "@univerjs/docs-ui": "0.10.14-nightly.202511080715",
61
- "@univerjs/drawing": "0.10.14-nightly.202511080715",
62
- "@univerjs/docs": "0.10.14-nightly.202511080715",
63
- "@univerjs/slides": "0.10.14-nightly.202511080715",
64
- "@univerjs/engine-render": "0.10.14-nightly.202511080715",
65
- "@univerjs/ui": "0.10.14-nightly.202511080715"
58
+ "@univerjs/core": "0.11.0-nightly.202511151013",
59
+ "@univerjs/design": "0.11.0-nightly.202511151013",
60
+ "@univerjs/docs": "0.11.0-nightly.202511151013",
61
+ "@univerjs/docs-ui": "0.11.0-nightly.202511151013",
62
+ "@univerjs/drawing": "0.11.0-nightly.202511151013",
63
+ "@univerjs/engine-render": "0.11.0-nightly.202511151013",
64
+ "@univerjs/slides": "0.11.0-nightly.202511151013",
65
+ "@univerjs/ui": "0.11.0-nightly.202511151013"
66
66
  },
67
67
  "devDependencies": {
68
68
  "postcss": "^8.5.6",
@@ -70,9 +70,9 @@
70
70
  "rxjs": "^7.8.2",
71
71
  "tailwindcss": "3.4.18",
72
72
  "typescript": "^5.9.3",
73
- "vite": "^7.1.12",
73
+ "vite": "^7.2.2",
74
74
  "vitest": "^3.2.4",
75
- "@univerjs-infra/shared": "0.10.14"
75
+ "@univerjs-infra/shared": "0.11.0"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "vitest run",