@univerjs/sheets-note-ui 0.9.2 → 0.9.3

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={rightClick:{addNote:"Afegeix nota",deleteNote:"Elimina nota",toggleNote:"Mostra/Amaga nota"},note:{placeholder:"Escriu aquí"}};module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const t={rightClick:{addNote:"Agregar nota",deleteNote:"Eliminar nota",toggleNote:"Mostrar/Ocultar nota"},note:{placeholder:"Escribe aquí"}};module.exports=t;
@@ -0,0 +1,13 @@
1
+ const e = {
2
+ rightClick: {
3
+ addNote: "Afegeix nota",
4
+ deleteNote: "Elimina nota",
5
+ toggleNote: "Mostra/Amaga nota"
6
+ },
7
+ note: {
8
+ placeholder: "Escriu aquí"
9
+ }
10
+ };
11
+ export {
12
+ e as default
13
+ };
@@ -0,0 +1,13 @@
1
+ const e = {
2
+ rightClick: {
3
+ addNote: "Agregar nota",
4
+ deleteNote: "Eliminar nota",
5
+ toggleNote: "Mostrar/Ocultar nota"
6
+ },
7
+ note: {
8
+ placeholder: "Escribe aquí"
9
+ }
10
+ };
11
+ export {
12
+ e as default
13
+ };
@@ -0,0 +1,13 @@
1
+ const e = {
2
+ rightClick: {
3
+ addNote: "Afegeix nota",
4
+ deleteNote: "Elimina nota",
5
+ toggleNote: "Mostra/Amaga nota"
6
+ },
7
+ note: {
8
+ placeholder: "Escriu aquí"
9
+ }
10
+ };
11
+ export {
12
+ e as default
13
+ };
@@ -0,0 +1,13 @@
1
+ const e = {
2
+ rightClick: {
3
+ addNote: "Agregar nota",
4
+ deleteNote: "Eliminar nota",
5
+ toggleNote: "Mostrar/Ocultar nota"
6
+ },
7
+ note: {
8
+ placeholder: "Escribe aquí"
9
+ }
10
+ };
11
+ export {
12
+ e as default
13
+ };
@@ -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,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.UniverSheetsNoteUiCaES=t())})(this,function(){"use strict";return{rightClick:{addNote:"Afegeix nota",deleteNote:"Elimina nota",toggleNote:"Mostra/Amaga nota"},note:{placeholder:"Escriu aquí"}}});
@@ -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.UniverSheetsNoteUiEsES=t())})(this,function(){"use strict";return{rightClick:{addNote:"Agregar nota",deleteNote:"Eliminar nota",toggleNote:"Mostrar/Ocultar nota"},note:{placeholder:"Escribe aquí"}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-note-ui",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "private": false,
5
5
  "description": "Univer sheets note UI plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -52,13 +52,13 @@
52
52
  "dependencies": {
53
53
  "@univerjs/icons": "^0.4.6",
54
54
  "rxjs": "^7.8.2",
55
- "@univerjs/core": "0.9.2",
56
- "@univerjs/design": "0.9.2",
57
- "@univerjs/engine-render": "0.9.2",
58
- "@univerjs/sheets-ui": "0.9.2",
59
- "@univerjs/sheets": "0.9.2",
60
- "@univerjs/ui": "0.9.2",
61
- "@univerjs/sheets-note": "0.9.2"
55
+ "@univerjs/core": "0.9.3",
56
+ "@univerjs/sheets": "0.9.3",
57
+ "@univerjs/engine-render": "0.9.3",
58
+ "@univerjs/design": "0.9.3",
59
+ "@univerjs/sheets-note": "0.9.3",
60
+ "@univerjs/ui": "0.9.3",
61
+ "@univerjs/sheets-ui": "0.9.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/react": "^18.0.15",
@@ -66,7 +66,7 @@
66
66
  "postcss": "^8.5.6",
67
67
  "tailwindcss": "3.4.17",
68
68
  "typescript": "^5.8.3",
69
- "vite": "^6.3.5",
69
+ "vite": "^7.0.5",
70
70
  "vitest": "^3.2.4"
71
71
  },
72
72
  "scripts": {