@univerjs/sheets-crosshair-highlight 0.9.2-nightly.202507131606 → 0.9.2-nightly.202507151607

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 t={crosshair:{button:{tooltip:"Ressaltat de creu"}}};module.exports=t;
@@ -0,0 +1 @@
1
+ "use strict";const t={crosshair:{button:{tooltip:"Resaltado de cruz"}}};module.exports=t;
@@ -0,0 +1,10 @@
1
+ const t = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "Ressaltat de creu"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,10 @@
1
+ const o = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "Resaltado de cruz"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ o as default
10
+ };
@@ -0,0 +1,10 @@
1
+ const t = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "Ressaltat de creu"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,10 @@
1
+ const o = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "Resaltado de cruz"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ o as default
10
+ };
@@ -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.UniverSheetsCrosshairHighlightCaES=t())})(this,function(){"use strict";return{crosshair:{button:{tooltip:"Ressaltat de creu"}}}});
@@ -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.UniverSheetsCrosshairHighlightEsES=t())})(this,function(){"use strict";return{crosshair:{button:{tooltip:"Resaltado de cruz"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-crosshair-highlight",
3
- "version": "0.9.2-nightly.202507131606",
3
+ "version": "0.9.2-nightly.202507151607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@univerjs/icons": "^0.4.6",
66
- "@univerjs/core": "0.9.2-nightly.202507131606",
67
- "@univerjs/design": "0.9.2-nightly.202507131606",
68
- "@univerjs/engine-render": "0.9.2-nightly.202507131606",
69
- "@univerjs/sheets": "0.9.2-nightly.202507131606",
70
- "@univerjs/sheets-ui": "0.9.2-nightly.202507131606",
71
- "@univerjs/ui": "0.9.2-nightly.202507131606"
66
+ "@univerjs/core": "0.9.2-nightly.202507151607",
67
+ "@univerjs/design": "0.9.2-nightly.202507151607",
68
+ "@univerjs/sheets": "0.9.2-nightly.202507151607",
69
+ "@univerjs/ui": "0.9.2-nightly.202507151607",
70
+ "@univerjs/sheets-ui": "0.9.2-nightly.202507151607",
71
+ "@univerjs/engine-render": "0.9.2-nightly.202507151607"
72
72
  },
73
73
  "devDependencies": {
74
74
  "postcss": "^8.5.6",