@univerjs/preset-sheets-node-core 0.9.2 → 0.9.3-nightly.202507250819

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,14 @@
1
+ // @univerjs/sheets/locale/ca-ES
2
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s():typeof define=="function"&&define.amd?define(s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsCaES=s())})(this,function(){"use strict";return{sheets:{tabs:{sheetCopy:"(Còpia{0})",sheet:"Full"},info:{overlappingSelections:"No es pot utilitzar aquesta ordre en seleccions superposades",acrossMergedCell:"A través d'una cel·la combinada",partOfCell:"Només una part d'una cel·la combinada està seleccionada",hideSheet:"No hi ha fulls visibles després d'ocultar aquest"}}}});
3
+
4
+
5
+ // @univerjs/sheets-formula/locale/ca-ES
6
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFormulaCaES=n())})(this,function(){"use strict";return{formula:{progress:{analyzing:"Analitzant",calculating:"Calculant","array-analysis":"Anàlisi de matriu","array-calculation":"Càlcul de matriu",done:"Fet"}}}});
7
+
8
+
9
+ // @univerjs/sheets-sort/locale/ca-ES
10
+ (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.UniverSheetsSortCaES=t())})(this,function(){"use strict";return{sheetsSort:{title:"Ordena",toolbar:{"sort-asc":"ordre ascendent","sort-desc":"ordre descendent","sort-custom":"ordre personalitzat"},"context-menu":{"sort-asc":"ordre ascendent","sort-desc":"ordre descendent","sort-custom":"ordre personalitzat"}}}});
11
+
12
+
13
+ // locale/ca-ES
14
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/sheets/locale/ca-ES"),require("@univerjs/sheets-formula/locale/ca-ES"),require("@univerjs/sheets-sort/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets/locale/ca-ES","@univerjs/sheets-formula/locale/ca-ES","@univerjs/sheets-sort/locale/ca-ES"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsNodeCoreCaES=r(e.UniverCore,e.UniverSheetsCaES,e.UniverSheetsFormulaCaES,e.UniverSheetsSortCaES))})(this,function(e,r,s,i){"use strict";return e.merge({},r,s,i)});
@@ -0,0 +1,14 @@
1
+ // @univerjs/sheets/locale/es-ES
2
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s():typeof define=="function"&&define.amd?define(s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsEsES=s())})(this,function(){"use strict";return{sheets:{tabs:{sheetCopy:"(Copia{0})",sheet:"Hoja"},info:{overlappingSelections:"No se puede usar ese comando en selecciones superpuestas",acrossMergedCell:"A través de una celda combinada",partOfCell:"Solo una parte de una celda combinada está seleccionada",hideSheet:"No hay hojas visibles después de ocultar esta"}}}});
3
+
4
+
5
+ // @univerjs/sheets-formula/locale/es-ES
6
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsFormulaEsES=n())})(this,function(){"use strict";return{formula:{progress:{analyzing:"Analizando",calculating:"Calculando","array-analysis":"Análisis de matriz","array-calculation":"Cálculo de matriz",done:"Hecho"}}}});
7
+
8
+
9
+ // @univerjs/sheets-sort/locale/es-ES
10
+ (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsSortEsES=o())})(this,function(){"use strict";return{sheetsSort:{title:"Ordenar",toolbar:{"sort-asc":"orden ascendente","sort-desc":"orden descendente","sort-custom":"orden personalizado"},"context-menu":{"sort-asc":"orden ascendente","sort-desc":"orden descendente","sort-custom":"orden personalizado"}}}});
11
+
12
+
13
+ // locale/es-ES
14
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("@univerjs/core"),require("@univerjs/sheets/locale/es-ES"),require("@univerjs/sheets-formula/locale/es-ES"),require("@univerjs/sheets-sort/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets/locale/es-ES","@univerjs/sheets-formula/locale/es-ES","@univerjs/sheets-sort/locale/es-ES"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsNodeCoreEsES=s(e.UniverCore,e.UniverSheetsEsES,e.UniverSheetsFormulaEsES,e.UniverSheetsSortEsES))})(this,function(e,s,r,i){"use strict";return e.merge({},s,r,i)});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-node-core",
3
- "version": "0.9.2",
3
+ "version": "0.9.3-nightly.202507250819",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -61,26 +61,26 @@
61
61
  "rxjs": ">=7.0.0"
62
62
  },
63
63
  "dependencies": {
64
- "@univerjs/docs": "0.9.2",
65
- "@univerjs/engine-formula": "0.9.2",
66
- "@univerjs/engine-render": "0.9.2",
67
- "@univerjs/rpc-node": "0.9.2",
68
- "@univerjs/sheets": "0.9.2",
69
- "@univerjs/sheets-data-validation": "0.9.2",
70
- "@univerjs/sheets-drawing": "0.9.2",
71
- "@univerjs/sheets-filter": "0.9.2",
72
- "@univerjs/sheets-formula": "0.9.2",
73
- "@univerjs/sheets-hyper-link": "0.9.2",
74
- "@univerjs/sheets-numfmt": "0.9.2",
75
- "@univerjs/sheets-sort": "0.9.2",
76
- "@univerjs/sheets-thread-comment": "0.9.2",
77
- "@univerjs/thread-comment": "0.9.2"
64
+ "@univerjs/docs": "0.9.3-nightly.202507250819",
65
+ "@univerjs/engine-formula": "0.9.3-nightly.202507250819",
66
+ "@univerjs/engine-render": "0.9.3-nightly.202507250819",
67
+ "@univerjs/rpc-node": "0.9.3-nightly.202507250819",
68
+ "@univerjs/sheets": "0.9.3-nightly.202507250819",
69
+ "@univerjs/sheets-data-validation": "0.9.3-nightly.202507250819",
70
+ "@univerjs/sheets-drawing": "0.9.3-nightly.202507250819",
71
+ "@univerjs/sheets-filter": "0.9.3-nightly.202507250819",
72
+ "@univerjs/sheets-formula": "0.9.3-nightly.202507250819",
73
+ "@univerjs/sheets-hyper-link": "0.9.3-nightly.202507250819",
74
+ "@univerjs/sheets-numfmt": "0.9.3-nightly.202507250819",
75
+ "@univerjs/sheets-sort": "0.9.3-nightly.202507250819",
76
+ "@univerjs/sheets-thread-comment": "0.9.3-nightly.202507250819",
77
+ "@univerjs/thread-comment": "0.9.3-nightly.202507250819"
78
78
  },
79
79
  "devDependencies": {
80
- "@univerjs/core": "0.9.2",
80
+ "@univerjs/core": "0.9.3-nightly.202507250819",
81
81
  "rxjs": "7.8.2",
82
82
  "typescript": "^5.8.3",
83
- "@univerjs-infra/shared": "0.9.2"
83
+ "@univerjs-infra/shared": "0.9.4"
84
84
  },
85
85
  "scripts": {
86
86
  "prebuild:preset": "tsx prepare.ts",