@univerjs/slides-ui 0.15.3 → 0.15.4

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:"Pridať snímku",text:{insert:{title:"Vložiť text"}},shape:{insert:{title:"Vložiť tvar",rectangle:"Vložiť obdĺžnik",ellipse:"Vložiť elipsu"}},image:{insert:{title:"Vložiť obrázok",float:"Vložiť plávajúci obrázok"}},popup:{edit:"Upraviť",delete:"Odstrániť"},sidebar:{text:"Upraviť text",shape:"Upraviť tvar",image:"Upraviť obrázok"},panel:{fill:{title:"Farba výplne"}}}};module.exports=e;
@@ -0,0 +1,40 @@
1
+ const e = {
2
+ slide: {
3
+ append: "Pridať snímku",
4
+ text: {
5
+ insert: {
6
+ title: "Vložiť text"
7
+ }
8
+ },
9
+ shape: {
10
+ insert: {
11
+ title: "Vložiť tvar",
12
+ rectangle: "Vložiť obdĺžnik",
13
+ ellipse: "Vložiť elipsu"
14
+ }
15
+ },
16
+ image: {
17
+ insert: {
18
+ title: "Vložiť obrázok",
19
+ float: "Vložiť plávajúci obrázok"
20
+ }
21
+ },
22
+ popup: {
23
+ edit: "Upraviť",
24
+ delete: "Odstrániť"
25
+ },
26
+ sidebar: {
27
+ text: "Upraviť text",
28
+ shape: "Upraviť tvar",
29
+ image: "Upraviť obrázok"
30
+ },
31
+ panel: {
32
+ fill: {
33
+ title: "Farba výplne"
34
+ }
35
+ }
36
+ }
37
+ };
38
+ export {
39
+ e as default
40
+ };
@@ -0,0 +1,40 @@
1
+ const e = {
2
+ slide: {
3
+ append: "Pridať snímku",
4
+ text: {
5
+ insert: {
6
+ title: "Vložiť text"
7
+ }
8
+ },
9
+ shape: {
10
+ insert: {
11
+ title: "Vložiť tvar",
12
+ rectangle: "Vložiť obdĺžnik",
13
+ ellipse: "Vložiť elipsu"
14
+ }
15
+ },
16
+ image: {
17
+ insert: {
18
+ title: "Vložiť obrázok",
19
+ float: "Vložiť plávajúci obrázok"
20
+ }
21
+ },
22
+ popup: {
23
+ edit: "Upraviť",
24
+ delete: "Odstrániť"
25
+ },
26
+ sidebar: {
27
+ text: "Upraviť text",
28
+ shape: "Upraviť tvar",
29
+ image: "Upraviť obrázok"
30
+ },
31
+ panel: {
32
+ fill: {
33
+ title: "Farba výplne"
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,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.UniverSlidesUiSkSK=i())})(this,(function(){"use strict";return{slide:{append:"Pridať snímku",text:{insert:{title:"Vložiť text"}},shape:{insert:{title:"Vložiť tvar",rectangle:"Vložiť obdĺžnik",ellipse:"Vložiť elipsu"}},image:{insert:{title:"Vložiť obrázok",float:"Vložiť plávajúci obrázok"}},popup:{edit:"Upraviť",delete:"Odstrániť"},sidebar:{text:"Upraviť text",shape:"Upraviť tvar",image:"Upraviť obrázok"},panel:{fill:{title:"Farba výplne"}}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/slides-ui",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
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.1.1",
58
- "@univerjs/core": "0.15.3",
59
- "@univerjs/design": "0.15.3",
60
- "@univerjs/docs": "0.15.3",
61
- "@univerjs/drawing": "0.15.3",
62
- "@univerjs/docs-ui": "0.15.3",
63
- "@univerjs/engine-render": "0.15.3",
64
- "@univerjs/slides": "0.15.3",
65
- "@univerjs/ui": "0.15.3"
58
+ "@univerjs/core": "0.15.4",
59
+ "@univerjs/docs": "0.15.4",
60
+ "@univerjs/design": "0.15.4",
61
+ "@univerjs/drawing": "0.15.4",
62
+ "@univerjs/docs-ui": "0.15.4",
63
+ "@univerjs/slides": "0.15.4",
64
+ "@univerjs/engine-render": "0.15.4",
65
+ "@univerjs/ui": "0.15.4"
66
66
  },
67
67
  "devDependencies": {
68
68
  "postcss": "^8.5.6",
@@ -71,8 +71,8 @@
71
71
  "tailwindcss": "3.4.18",
72
72
  "typescript": "^5.9.3",
73
73
  "vite": "^7.3.1",
74
- "vitest": "^4.0.16",
75
- "@univerjs-infra/shared": "0.15.3"
74
+ "vitest": "^4.0.18",
75
+ "@univerjs-infra/shared": "0.15.4"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "vitest run",