@univerjs/uniscript 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={"script-panel":{title:"Uniscript",tooltip:{"menu-button":"Prepnúť panel Uniscript"},panel:{execute:"Spustiť skript"}},uniscript:{message:{success:"Spustenie úspešné",failed:"Spustenie zlyhalo"}}};module.exports=e;
@@ -0,0 +1,20 @@
1
+ const e = {
2
+ "script-panel": {
3
+ title: "Uniscript",
4
+ tooltip: {
5
+ "menu-button": "Prepnúť panel Uniscript"
6
+ },
7
+ panel: {
8
+ execute: "Spustiť skript"
9
+ }
10
+ },
11
+ uniscript: {
12
+ message: {
13
+ success: "Spustenie úspešné",
14
+ failed: "Spustenie zlyhalo"
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": "Prepnúť panel Uniscript"
6
+ },
7
+ panel: {
8
+ execute: "Spustiť skript"
9
+ }
10
+ },
11
+ uniscript: {
12
+ message: {
13
+ success: "Spustenie úspešné",
14
+ failed: "Spustenie zlyhalo"
15
+ }
16
+ }
17
+ };
18
+ export {
19
+ e as default
20
+ };
@@ -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.UniverUniscriptSkSK=i())})(this,(function(){"use strict";return{"script-panel":{title:"Uniscript",tooltip:{"menu-button":"Prepnúť panel Uniscript"},panel:{execute:"Spustiť skript"}},uniscript:{message:{success:"Spustenie úspešné",failed:"Spustenie zlyhalo"}}}}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/uniscript",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
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.55.1",
59
- "@univerjs/sheets": "0.15.3",
60
- "@univerjs/core": "0.15.3",
61
- "@univerjs/ui": "0.15.3",
62
- "@univerjs/design": "0.15.3",
63
- "@univerjs/sheets-ui": "0.15.3"
59
+ "@univerjs/core": "0.15.4",
60
+ "@univerjs/design": "0.15.4",
61
+ "@univerjs/sheets": "0.15.4",
62
+ "@univerjs/sheets-ui": "0.15.4",
63
+ "@univerjs/ui": "0.15.4"
64
64
  },
65
65
  "devDependencies": {
66
66
  "postcss": "^8.5.6",
@@ -69,8 +69,8 @@
69
69
  "tailwindcss": "3.4.18",
70
70
  "typescript": "^5.9.3",
71
71
  "vite": "^7.3.1",
72
- "vitest": "^4.0.16",
73
- "@univerjs-infra/shared": "0.15.3"
72
+ "vitest": "^4.0.18",
73
+ "@univerjs-infra/shared": "0.15.4"
74
74
  },
75
75
  "scripts": {
76
76
  "test": "vitest run",